]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
a791b44d1af4fce05ca49227341b32f97d45262d
[lyx.git] / src / ChangeLog
1 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * output_latex.C (TeXEnvironment): make sure that there is a line
4         break before \end{foo} for the last paragraph of a document
5         (TeXOnePar): if the paragraph is at the end of the document (or
6         inset) and the language has to be reset, then make sure that the
7         line break is _before_ the language command, not after (fixes bug
8         1225); also make sure that the language reset command is the first
9         thing after the paragraph (to ensure proper nesting of
10         environments and thus fix bug 1404)
11
12 2004-04-21  John Levon  <levon@movementarian.org>
13
14         * ToolbarBackend.h:
15         * ToolbarBackend.C: make "name" be a programmatic name
16         and a gui_name field.
17
18         * lyxfunc.C: display the minibuffer on M-x
19
20 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
21
22         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
23         (bug 1526)
24
25 2004-04-19  Angus Leeming  <leeming@lyx.org>
26
27         * BufferView_pimpl.C (setBuffer): changed preview interface.
28
29         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
30         possible values.
31
32 2004-04-19  John Levon  <levon@movementarian.org>
33
34         * BufferView_pimpl.C:
35         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
36
37 2004-04-05  Angus Leeming  <leeming@lyx.org>
38
39         * text.C (redoParagraphs): add call to updateCounters(), thereby
40         fixing the missing "Figure #:" label from the caption of a
41         figure float.
42
43 2004-04-13  Angus Leeming  <leeming@lyx.org>
44
45         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
46         cursor is clicked out of an inset.
47
48 2004-04-13  Angus Leeming  <leeming@lyx.org>
49
50         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
51         than an InsetOld one.
52
53 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
54
55         * format.[Ch]: add editor to Format
56         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
57         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
58
59 2004-04-08  André Pönitz  <poenitz@gmx.net>
60
61         * metricsinfo.h: remove PainterInfo::width member
62
63 2004-04-08  Angus Leeming  <leeming@lyx.org>
64
65         * lyx_sty.C (boldsymbol_def): modify so that it outputs
66         "\providecommand" rather than "\newcommand", thereby preventing
67         clashes with packages that define "\boldsymbol" themselves.
68         Eg, beamer.
69
70 2004-04-08  Angus Leeming  <leeming@lyx.org>
71
72         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
73         thereby squashing an unnecessary warning.
74
75 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
76
77         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
78         setBuffer()
79
80 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
81
82         * BufferView.C (setCursor): call redoParagraph (some insets could
83         have been opened)
84         (putSelectionAt): remove the 'double update' trick
85
86         * BufferView_pimpl.C (fitCursor): call refreshPar
87         (workAreaDispatch): remove an uneeded update call
88         (dispatch): remove some manual update calls
89
90         * cursor.[Ch]: remove cached_y_, updatePos
91         (selHandle): set noUpdate when appropriate
92
93         * lyxfunc.C (dispatch): track if we need an update
94
95         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
96
97         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
98         (paintSelection): cheap optimization, do not call cursorX when not
99         needed
100         (paintPars): change signature
101         (refreshPar): add
102         (paintText): adjust
103         (paintTextInset): adjust
104
105         * text.C: adjust
106
107 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
108
109         * lengthcommon.C: compilation fix: remove explicit array size from
110         unit_name[] and friends
111
112 2004-04-05  Angus Leeming  <leeming@lyx.org>
113
114         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
115
116         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
117         present only for the preferences dialog.
118         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
119
120 2004-04-05  Angus Leeming  <leeming@lyx.org>
121
122         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
123         to enable the frontends to export changes to lyxrc correctly.
124
125         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
126
127 2004-04-07  André Pönitz  <poenitz@gmx.net>
128
129         * cursor.[Ch] (selClear, adjust): remove math
130
131         * cursor_slice.C: more agressive assert
132
133         * lyxfunc.C:
134         * BufferView_pimpl.C: rework mouse event dispatch
135
136         * dociterator.C:
137         * paragraph.C:
138         * text2.C:
139         * text3.C: adjust
140
141 2004-04-05  André Pönitz  <poenitz@gmx.net>
142
143         * cursor.[Ch] (valign, halign...): remove unneeded functions
144
145 2004-04-05  Angus Leeming  <leeming@lyx.org>
146
147         * lyxlength.[Ch] (unit_name et al.): const-correct.
148
149 2004-04-05  Angus Leeming  <leeming@lyx.org>
150
151         * BufferView_pimpl.C:
152         * buffer.C:
153         * counters.C:
154         * cursor.C:
155         * lyxfunc.C
156         * paragraph.C:
157         * pariterator.C:
158         * text.C:
159         * text2.C:
160         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
161
162 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
163
164         * text3.C (getStatus): add LFUN_BEGINNINGBUF
165
166 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
167
168         * lyxfind.C: add a couple of inTexted() tests + other small fixes
169         * BufferView_pimpl.[Ch] (getStatus)
170         * BufferView.[Ch] (getStatus): add
171         * lyxfunc.C (getStatus): move lfuns handled in
172         BufferView::dispatch to te function above
173         * Cursor.C (setSelection): set selection() = true
174
175 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
176
177         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
178
179 2004-03-31  Angus Leeming  <leeming@lyx.org>
180
181         * lyxfunc.C (dispatch): Fall through to the generic
182         Dialogs::show("preamble").
183
184 2004-03-31  Angus Leeming  <leeming@lyx.org>
185
186         * lyxfunc.C (dispatch): Fall through to the generic
187         Dialogs::show("spellchecker").
188
189 2004-03-31  Angus Leeming  <leeming@lyx.org>
190
191         * lyxfunc.C (getStatus, dispatch): changed invocation of the
192         preferences dialog.
193
194 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
195
196         * BufferView.C
197         * cursor.[Ch]
198         * dociterator.[Ch]:
199         * insetiterator.[Ch]:
200         * lyxfind.C:
201         * lyxfunc.C:
202         * pariterator.[Ch]:
203         * text2.C:
204         * undo.[Ch]: s/DocumentIterator/DocIterator/g
205
206 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
207
208         * BufferView.C (setCursor, putSelectionAt): call edit to open the
209         insets where we are putting the cursor.
210
211 2004-03-31  Angus Leeming  <leeming@lyx.org>
212
213         * lfuns.h:
214         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
215
216         * lyxrc.[Ch] (read, write): overloaded member functions taking
217         a std::[io]stream arguments.
218
219         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
220
221 2004-03-31  Angus Leeming  <leeming@lyx.org>
222
223         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
224         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
225
226         * lyxtextclass.C (load): if the text class couldn't be loaded, then
227         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
228
229 2004-03-31  Angus Leeming  <leeming@lyx.org>
230
231         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
232         the LFUN_ALL_INSETS_TOGGLE code.
233
234 2004-03-30  Angus Leeming  <leeming@lyx.org>
235
236         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
237         has died. Fall through to the generic Dialogs::show("document").
238
239 2004-03-30  Angus Leeming  <leeming@lyx.org>
240
241         * lfuns.h:
242         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
243         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
244
245         * lyxfunc.C (getStatus, dispatch): define the actions for these
246         lfuns. Little more than a cut and pste job from ControlDocument.C
247
248         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
249
250 2004-03-30  Angus Leeming  <leeming@lyx.org>
251
252         * lfuns.h:
253         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
254         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
255
256         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
257         open/closed state of ollapsable insets. Usage:
258
259         all-inset-toggle <state> <name>, where
260         <state> == "open" || "closed" || "toggle" and
261         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
262
263         * lyxtext.h, text2.C (toggleInset): removed.
264
265         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
266         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
267         now passes LFUN_INSET_TOGGLE to the found inset.
268
269         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
270         is now invoked as "all-insets-toggle toggle branch".
271
272 2004-03-30  Angus Leeming  <leeming@lyx.org>
273
274         * dociterator.C:
275         * insetiterator.C:
276         * pariterator.[Ch]: added/corrected header blurb.
277
278 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
279
280         * dociterator.[Ch]: add an inset_ member
281         (backwardPos): implemented
282         (backwardPos, forwardPos): use inset_ when the stack is empty.
283         (doc_iterator_begin, doc_iterator_end): implemented
284         * pariterator.[Ch]: adjust, add begin, end
285         * insetiterator.[Ch]: adjust, add begin, end
286         * cursor.C:
287         * document.C:
288         * BufferView.C:
289         * BufferView_pimpl.C:
290         * CutAndPaste.C: adjust
291
292 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
293
294         * buffer.C: increment file format to 232.
295         * LaTeXFeatures.C: add bibtopic package.
296         * bufferparams.[Ch]: param \use_bibtopic.
297
298         * lyxrc.[Ch]: add lyxrc bibtex_command
299         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
300
301         * buffer.C: increment file format to 231.
302
303 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
304
305         * dociterator.C: implement forwardPar
306         * iterators.[Ch]: remove, replaced by
307         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
308         * BufferView.C:
309         * BufferView_pimpl.C:
310         * CutAndPaste.C:
311         * buffer.C:
312         * bufferview_funcs.C:
313         * cursor.C:
314         * lyxfind.C
315         * lyxfunc.C
316         * paragraph_funcs.C
317         * toc.C:
318         * Makefile.am: adjust
319
320 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
321
322         * CutAndPaste.C (pasteSelection): fix 2 crashes
323         (eraseSelection): fix a crash
324         * paragraph_funcs.C: remove a warning
325
326 2004-03-28  Angus Leeming  <leeming@lyx.org>
327
328         * lfuns.h:
329         * LyXAction.C (init): new LFUN_PRINT.
330
331         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
332
333 2004-03-27  Angus Leeming  <leeming@lyx.org>
334
335         * lfuns.h:
336         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
337
338         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
339
340 2004-03-27  Angus Leeming  <leeming@lyx.org>
341
342         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
343         insetlist always contains non-null pointers to insets.
344
345 2004-03-26  Angus Leeming  <leeming@lyx.org>
346
347         * src/BufferView_pimpl.C:
348         * src/CutAndPaste.C:
349         * src/buffer.C:
350         * src/iterators.C:
351         * src/output_plaintext.C:
352         * src/outputparams.h:
353         * src/paragraph_funcs.C:
354         * src/rowpainter.C:
355         * src/text.C:
356         * src/text2.C:
357         * src/frontends/controllers/ControlErrorList.C:
358         * src/frontends/gtk/FileDialogPrivate.C:
359         * src/frontends/gtk/GPainter.C:
360         * src/frontends/gtk/GToolbar.C:
361         * src/frontends/qt2/QRef.C:
362         * src/mathed/math_scriptinset.C: squash compiler warnings.
363
364 2004-03-26  Angus Leeming  <leeming@lyx.org>
365
366         * ispell.C (LaunchIspell::start):
367         * lyx_cb.C (AutoSaveBuffer::start):
368         invoke run(DontWait) rather than runNonBlocking().
369
370 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
371
372         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
373
374 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
375
376         * kbsequence.C (print): adjust
377
378         * kbmap.C (printKeySym): rename and change signature
379         (printKey): use LyXKeySym::print()
380
381 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
382
383         * undo.C: add using std::advance to compile for stlport
384
385 2004-03-24  Angus Leeming  <leeming@lyx.org>
386
387         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
388         it leads to a crash when no buffer is present.
389
390 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
391             Martin Vermeer  <martin.vermeer@hut.fi>
392
393         * lyxfunc.C (dispatch):
394         * bufferparams.C (readToken): use the new LColor::setColor
395
396         * LColor.[Ch] (setColor): new version that takes two strings as
397         argument and creates a new color entry if necessary
398
399 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
400
401         * buffer.C (makeLaTeXFile): if the main latex file that is
402         processed is usually a subdocument of some master, then pretend
403         for a while that it is actually the master
404
405 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
406
407         * buffer.C (getLabelList):
408         (getBibkeyList): use getMasterBuffer()
409         (getMasterBuffer): new method. Returns the main document in the
410         case where one is using included documents.
411
412 2004-03-25  André Pönitz  <poenitz@gmx.net>
413
414         * Makefile.am:
415         * iterators.[Ch]:
416         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
417
418         * ParagraphList_fwd.h: change ParagraphList to a std::vector
419
420         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
421         text*.C over here. Rename namespace CutAndPaste to lyx::cap
422
423         * ParameterStruct.h: merge with ParagraphParameters
424
425         * lyxtext.h: remove LyXText::parOffset() and getPar()
426
427         * text3.C: Remove all 'manual' update calls. We do now one per user
428         interaction which is completely sufficient.
429
430         * Bidi.C:
431         * BufferView.[Ch]:
432         * BufferView_pimpl.C:
433         * FontIterator.[Ch]:
434         * MenuBackend.C:
435         * ParagraphParameters.[Ch]:
436         * buffer.C:
437         * buffer.h:
438         * bufferlist.C:
439         * cursor.[Ch]:
440         * cursor_slice.[Ch]:
441         * dociterator.[Ch]:
442         * errorlist.[Ch]:
443         * factory.C:
444         * lfuns.h:
445         * lyxfind.C:
446         * lyxfunc.C:
447         * output_docbook.[Ch]:
448         * output_latex.[Ch]:
449         * output_linuxdoc.[Ch]:
450         * output_plaintext.[Ch]:
451         * paragraph.[Ch]:
452         * paragraph_funcs.[Ch]:
453         * paragraph_pimpl.[Ch]:
454         * rowpainter.C:
455         * tabular.[Ch]:
456         * text.C:
457         * text2.C:
458         * toc.C:
459         * undo.[Ch]: adjust
460
461         * frontends/controllers/ControlDocument.C:
462         * frontends/controllers/ControlErrorList.C:
463         * frontends/controllers/ControlSpellchecker.C:
464         * insets/inset.C:
465         * insets/inset.h:
466         * insets/insetbase.h:
467         * insets/insetbibitem.C:
468         * insets/insetbox.C:
469         * insets/insetbranch.C:
470         * insets/insetcaption.C:
471         * insets/insetcharstyle.C:
472         * insets/insetcharstyle.h:
473         * insets/insetcollapsable.C:
474         * insets/insetcollapsable.h:
475         * insets/insetert.C:
476         * insets/insetfloat.C:
477         * insets/insetfoot.C:
478         * insets/insetmarginal.C:
479         * insets/insetnote.C:
480         * insets/insetoptarg.C:
481         * insets/insettabular.C:
482         * insets/insettext.C:
483         * insets/insettext.h:
484         * insets/insetwrap.C:
485         * mathed/math_mboxinset.C:
486         * mathed/math_nestinset.C:
487         * mathed/math_scriptinset.C:
488         * mathed/math_scriptinset.h:
489         * support/types.h:
490
491 2004-03-24  Angus Leeming  <leeming@lyx.org>
492
493         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
494         deal with any child processes that have finished but are waiting to
495         communicate this fact to the rest of LyX.
496
497 2004-03-24  Angus Leeming  <leeming@lyx.org>
498
499         64-bit compile fixes.
500
501         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
502         (c-tor): pass lyx::pos_types rather than ints.
503
504         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
505         lyx::pos_type.
506
507         * text.C (Delete): compile fix.
508         (getPar): ensure that function declaration is the same as that in
509         the header file.
510
511 2004-03-23  Angus Leeming  <leeming@lyx.org>
512
513         * ispell.C (LaunchIspell):
514         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
515         a boost::shred_ptr rather than a std::auto_ptr.
516
517 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
518
519         * lyxfunc.C (getStatus): handle read-only buffers correctly;
520         handle LFUN_FILE_INSERT_*
521
522         * lyxrc.C (setDefaults, getDescription, output, read):
523         * lyxrc.h: remove ps_command
524
525 2004-03-22  Angus Leeming  <leeming@lyx.org>
526
527         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
528         Ensure that error_handler is processed once only and that all data
529         is saved before attempting to output any warning messages.
530
531         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
532
533 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
534
535         * tabular.C (TeXRow): crash fix (from Kayvan and André)
536
537 2004-03-19  André Pönitz  <poenitz@gmx.net>
538
539         * cursor.[Ch] (reset): take main text inset as argument
540
541         * BufferView: adjust
542         * BufferView_pimpl.C: adjust
543
544         * paragraph.[Ch]: fix completely broken operator=()
545
546 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
547
548         * LColor.C (getFromLyXName): make sure that the color name is used
549         as lowercase.
550
551 2004-03-17  Angus Leeming  <leeming@lyx.org>
552
553         * lfuns.h:
554         * LyXAction.C (init): remove LFUN_FORKS_KILL.
555
556         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
557         dialog and to kill a forked process.
558
559 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
560
561         * text2.C (setCursorFromCoordinates): fix font problem
562
563 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
564
565         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
566         bogus "rebuild cursor" code
567
568 2004-03-11  André Pönitz  <poenitz@gmx.net>
569
570         * buffer.[Ch]: use InsetText instead of LyXText as container for
571         the main lyx text.
572
573         * dociterator.[Ch]: drop the BufferView * member which is not needed
574         anymore after the change to buffer.C
575
576         * paragraph_funcs.C:
577         * text.C:
578         * text2.C:
579         * BufferView.[Ch]:
580         * BufferView_pimpl.[Ch]:
581         * cursor.[Ch]:
582         * cursor_slice.[Ch]: adjust
583
584         * text3.C: fix bug in mathDispatch
585
586 2004-03-08  André Pönitz  <poenitz@gmx.net>
587
588         * undo.[Ch]: use 'StableDocumentIterator' as base for
589         the Undo struct.
590
591 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
592
593         * LaTeXFeatures.C:
594         * bufferparams.[Ch]: add jurabib support and param.
595
596         * LaTeX.C: add FIXME/comment.
597
598 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
599
600         * buffer.C: increment file format to 230.
601
602 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
603
604         * cursor.C (dispatch): avoid infinite loops
605
606 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
607
608         * rowpainter.C (paintSelection): fix x coordinates
609
610 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
611
612         * text.C (rowBreakPoint): fix breaking before displayed insets
613
614 2004-03-01  André Pönitz  <poenitz@gmx.net>
615
616         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
617
618         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
619
620         * Makefile.am:
621         * BufferView.C:
622         * BufferView_pimpl.C:
623         * buffer.C:
624         * lyxfind.C:
625         * lyxfunc.C:
626         * text.C:
627         * text2.C:
628         * text3.C: adjust
629
630 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
631
632         * lyxtext.h:
633         * text.C:
634         * text2.C:
635         * rowpainter.C:
636         * BufferView_pimpl.C: rename textwidth -> maxwidth,
637         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
638
639 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
640
641         * Bidi.[Ch] (computeTables): const correctness
642         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
643         fill_hfill, fill_label_hfill and x from Row
644         * lyxtext.h: prepareToPrint returns a RowMetrics
645         * rowPainter.C: adjust
646         * text.C (prepareToPrint): use width, not textWidth. adjust
647         (redoParagraphInternal, cursorX): adjust
648         * text2.C (getColumnNearX): adjust
649         (init): put a default value to the top LyXText::width
650
651 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
652
653         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
654
655 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
656
657         * lyxtext.h: add FontIterator class
658
659         * text.C (FontIterator, operator*, operator->, operator++): add
660         (rowBreakPoint, setRowWidth): adjust (fixing a
661         rebreaking bug)
662
663 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
664
665         * BufferView_pimpl.C (workAreaDispatch): allow also
666         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
667
668 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
669
670         * text.C (rowBreakPoint): fix a bug showing with very large insets
671
672 2004-02-25  André Pönitz  <poenitz@gmx.net>
673
674         * text3.C:
675         * cursor.[Ch]: move some mathed specific code to mathed
676
677 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
678
679         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
680         use_tempdir in preferences
681         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
682         tempfile creation
683         * lyx_main.C: ensure that tempdir is valid
684         * lyxlex.h: correct typo
685         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
686         * paragraph.[Ch] (isMultiLingual): make const
687         * cursor.[Ch] (openable): make const
688
689 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
690
691         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
692
693 2004-02-20  André Pönitz  <poenitz@gmx.net>
694
695         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
696
697         * cursor.[Ch]: prepare for localized getStatus()
698
699         * lyxtext.h:
700         * tabular.C:
701         * text.C:
702         * text2.C:
703         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
704
705 2004-02-20  André Pönitz  <poenitz@gmx.net>
706
707         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
708
709 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
710
711         * text2.C (setCursorFromCoordinates): switch to absolute coords
712         (cursorUp): adjust
713         (cursorDown): adjust
714         * text3.C (dispatch): adjust
715
716 2004-02-16  André Pönitz  <poenitz@gmx.net>
717
718         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
719           insets/ChangeLog)
720
721         * cursor_slice.[Ch]: remove unneeded acessor function
722
723         * lyxtext.h: rename rtl() to isRTL()
724
725         * rowpainter.C:
726         * tabular.C:
727         * text.C:
728         * text2.C:
729         * text3.C: adjust
730
731 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
732
733         * rowpainter.C (paintSelection): coord fix
734
735 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
736
737         * Spacing.C: compile fix
738
739 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
740
741         * cursor.C (dispatch): restore current_ before returning
742
743 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
744
745         * text2.C (cursorUp, cursorDown): fix coords
746         (moveUp): fix crash
747
748 2004-02-12  André Pönitz  <poenitz@gmx.net>
749
750         * lyxtext.h:
751         * text.C:
752         * text2.C:
753         * text3.C: add LCursor & parameter to most cursor movement functions
754           remove usage of LyXText::cursorRow() and cursorPar()
755
756         * cursor.[Ch]: add textRow() needed members
757
758         * BufferView.C:
759         * BufferView_pimpl.C:
760         * paragraph.[Ch]:
761         * BufferView.C:
762         * BufferView_pimpl.C: adjust
763
764 2004-02-11  André Pönitz  <poenitz@gmx.net>
765
766         * lyxfunc.C:
767         * BufferView.[Ch]:
768         * BufferView_pimpl.C: shift undo/redo handling
769
770         * cursor.[Ch]: fix mathed crash
771
772         * lyxfind.C:
773         * lyxtext.h: move selectionAsText to LCursor
774
775         * output_latex.C:
776         * paragraph.C:
777         * text.C:
778         * text2.C:
779         * text3.C: adjust
780
781         * rowpainter.C: fix excessive drawing
782
783 2004-02-06  André Pönitz  <poenitz@gmx.net>
784
785         * BufferView.[Ch]:
786         * BufferView_pimpl.[Ch]:
787         * text3.C: move some text specific LFUN handling
788
789 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
790
791         * text3.C (checkInsetHit): adjust coords
792         * text2.C (getColumnNearX): adjust coords
793         (edit): adjust coords
794         * text.C (getRowNearY): add two asserts
795
796 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
797
798         * converter.C:
799         * format.C: add using std::distance to compile on gcc 2.95/stlport
800
801 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
802
803         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
804
805 2004-02-04  André Pönitz  <poenitz@gmx.net>
806
807         * BufferView.[Ch] (insertInset):
808         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
809
810         * text2.C:
811         * text3.C: adjust
812
813 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
814
815         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
816         on the default clause of the switch
817         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
818         wasn't catched by LCursor::dispatch
819
820 2004-02-03  André Pönitz  <poenitz@gmx.net>
821
822         * BufferView.C:
823         * cursor.[Ch]: some additional asserts
824
825         * undo.[Ch]: remove LyXText dependency in interface
826
827         * lyxfunc.C: adjust
828
829         * lyxtext.h (firstPar, lastPar): remove dead functions
830
831         * text.C:
832         * text2.C:
833         * text3.C:
834         * paragraph.[Ch]: adjust
835
836 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
837
838         * lyxfind.C (find): fix argument order in call to ::find
839
840 2004-02-02  André Pönitz  <poenitz@gmx.net>
841
842         * cursor.[Ch]: remove direct access to anchor
843
844         * text.C: remove findText() hack
845
846 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
847
848         * iterators.[Ch] (lockPath): remove in favour of...
849         * BufferView.[Ch] (setCursor): this addition
850         * BufferView.C (putSelectionAt): adjust
851         * undo.C (performUndoOrRedo): adjust
852         * lyxfunc.C (dispatch): adjust
853
854 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
855
856         * iterators.C (lockPath): add a missing slice
857         * undo.C (performUndoOrRedo): remove redundant positioning code
858
859 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
860
861         * vc-backend.C (scanMaster): ";" -> ';'
862
863 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
864
865         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
866         std::binary_function
867
868         * lyxtextclass.C (compare_name): rename to...
869         (LayoutNamesEqual): ...this
870
871         * lyxlex_pimpl.C (compare_tags): inherit from
872         std::binary_function, put back into anon namespace
873
874         * lyxfind.C (MatchString): inherig from std::binary_function
875         (findChange): use empty() istead of !size()
876
877         * format.C (FormatNamesEqual): new functor
878         (getFormat): use it
879         (getNumber): use it
880         (add): use it
881         (erase): use it
882         (setViewer): use it
883
884         * converter.C (compare_Converter): rename to...
885         (ConverterEqual): ...this, and fixup a bit.
886         (getConverter): use it, and make function const
887         (getNumber): use it, and make function const
888         (add): use it
889         (erase): use it:
890
891         * bufferlist.C: add using boost::bind
892
893         * MenuBackend.C (MenuNamesEqual): new functor
894         (hasMenu): use it, and make function const
895         (hasSubmenu): use nested bind to get rid of compare_memfun.
896
897 2004-01-30  André Pönitz  <poenitz@gmx.net>
898
899         * BufferView_pimpl.C:
900         * cursor.C:
901         * cursor.h:
902         * cursor_slice.[Ch]:
903         * lyxfunc.C:
904         * lyxtext.h:
905         * paragraph_funcs.C:
906         * paragraph_funcs.h:
907         * rowpainter.C:
908         * text.C:
909         * text2.C:
910         * text3.C: move some of the edit(x,y) handling to the insets
911         some coordinate changes.
912
913 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
914
915         * text.C: add using statements for std::advance and std::distance
916
917         * paragraph.C: add using statement for std::distance
918
919         * lyxfind.C: add using statement for std::advance
920
921         * cursor.C (region): remove std:: from swap
922         (openable): use nucleus in stead of operator->
923
924         * BufferView.C: add using statements for std::distance and std::swap
925
926 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
927
928         * iterators.C: Remove the pimple, move the needed structures to
929         the header file. Create accessor for the positions stack.
930         (asPosIterator): remove function
931
932         * PosIterator.C (PosIterator): move constructors to top of file
933         (PosIterator): reimplement the constructor taking a ParIterator in
934         terms of setFrom.
935         (setFrom): new function
936         (operator!=): inline it
937
938 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
939
940         * lyxfind.C (replaceAll): use std::advance
941
942         * iterators.h: inherit from std::iterator.
943
944         * PosIterator.C (advance, distance): remove
945         * PosIterator.h: interit from std::iterator.
946
947 2004-01-26  André Pönitz  <poenitz@gmx.net>
948
949         * BufferView.[Ch]:
950         * BufferView_pimpl.[Ch]:
951         * InsetList.[Ch]:
952         * PosIterator.[Ch]:
953         * buffer.h:
954         * bufferview_funcs.C:
955         * cursor.[Ch]:
956         * cursor_slice.h:
957         * factory.[Ch]:
958         * iterators.[Ch]:
959         * lyxfind.C:
960         * lyxfunc.C:
961         * lyxtext.h:
962         * output_docbook.C:
963         * output_latex.C:
964         * output_linuxdoc.C:
965         * output_plaintext.C:
966         * paragraph.[Ch]:
967         * paragraph_funcs.[Ch]:
968         * paragraph_pimpl.[Ch]:
969         * rowpainter.C:
970         * tabular.C:
971         * tabular.h:
972         * text.C:
973         * text2.C:
974         * text3.C: more IU:  dumps most of the rest of the mathcursor
975     implementation into cursor.[Ch]; "globalize" a bit of it.
976
977 2004-01-25  Angus Leeming  <leeming@lyx.org>
978
979         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
980
981 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
982
983         * LaTeXFeatures.h: add nice_ and nice() const
984         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
985
986 2004-01-20  André Pönitz  <poenitz@gmx.net>
987
988         * BufferView.[Ch]:
989         * BufferView_pimpl.C:
990         * PosIterator.C:
991         * bufferview_funcs.C:
992         * cursor.[Ch]:
993         * cursor_slice.[Ch]:
994         * factory.C:
995         * iterators.C:
996         * lyx_cb.C:
997         * lyxfind.C:
998         * lyxfunc.C:
999         * lyxtext.h:
1000         * rowpainter.C:
1001         * text.C:
1002         * text2.C:
1003         * text3.C:
1004         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1005           LCursor and mathcursor parts to LCursor and InsetBase.
1006
1007 2004-01-15  André Pönitz  <poenitz@gmx.net>
1008
1009         * cursor_slice.[Ch]: add a few covienience functions
1010
1011         * funcrequest.[Ch]: remove BufferView * member
1012
1013         * BufferView_pimpl.C:
1014         * cursor.C:
1015         * factory.[Ch]:
1016         * lyxfind.[Ch]:
1017         * lyxfunc.C:
1018         * lyxtext.h:
1019         * text3.C:
1020         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1021
1022 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1023
1024         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1025         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1026
1027 2004-01-13  André Pönitz  <poenitz@gmx.net>
1028
1029         * textcursor.[Ch]:
1030         * lyxtext.h: hide cursor and selection anchor behind accessor function
1031
1032         * BufferView.C:
1033         * BufferView_pimpl.[Ch]:
1034         * PosIterator.C:
1035         * bufferview_funcs.C:
1036         * cursor.h:
1037         * lyxfind.C:
1038         * lyxfunc.C:
1039         * text.C:
1040         * text2.C:
1041         * text3.C:
1042         * undo.C: adjust
1043
1044         * cursor.h:
1045         * cursor_slice.[Ch]: some integer type changes for inset unification
1046
1047         * lyxcursor.[hC]: remove, it's CursorSlice now.
1048
1049         * Makefile.am:
1050         * BufferView_pimpl.[Ch]:
1051         * bufferview_funcs.C:
1052         * cursor_slice.C:
1053         * lyxtext.h:
1054         * text.C:
1055         * text2.C:
1056         * text3.C:
1057         * textcursor.[Ch]: adjust
1058
1059 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1060
1061         * text2.C (undoSpan): add and use
1062         * text.C (breakParagraph): use undoSpan (fix bug 578)
1063         * lyxtext.h: adjust
1064
1065 2004-01-08  Angus Leeming  <leeming@lyx.org>
1066
1067         * BufferView_pimpl.C (MenuInsertLyXFile):
1068         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1069         * lyxfunc.C (menuNew, open, doImport):
1070         FileFilterList change to the FileDialog open and save functions.
1071
1072 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1073
1074         * ShareContainer.h: make isEqual and isUnique adaptable
1075
1076         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1077
1078 2004-01-07  Angus Leeming  <leeming@lyx.org>
1079
1080         * LyXAction.C:
1081         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1082
1083         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1084
1085         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1086         functions replacing find, replace and replaceAll.
1087
1088         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1089         LFUN_WORDFIND(FORWARD|BACKWARD).
1090
1091 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1092
1093         * text.C (breakParagraph): remove an outdated #warning
1094
1095 2004-01-07  André Pönitz  <poenitz@gmx.net>
1096
1097         * lyxfind.C: somewhat clearer logic
1098
1099         * text.C: prevent crash in cursorX on unitialized row cache
1100
1101 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1102
1103         * lyxcursor.[Ch] (operator>): add
1104         * textcursor.C (selStart, selEnd): use std::min and std::max
1105
1106 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1107
1108         * Chktex.C: include boost/format.hpp
1109
1110 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1111
1112         * InsetList.C: replace functor MathcIt with adaptable functor
1113         InsetTablePosLess
1114         (insetIterator): modify accordingly
1115
1116         * BranchList.h: move the BranchNamesEqual functor here from...
1117         * BranchList.C: ... to here
1118
1119         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1120         SameName and match.
1121         (add): replace a finding loop with std::find_if.
1122
1123 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1124
1125         * output_docbook.C: moving LatexParam functionality into
1126         .layout files
1127
1128 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1129
1130         * buffer.C: increment format to 229.
1131
1132 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1133
1134         * LaTeXFeatures.C:
1135         * lyx_sty.[Ch]: remove minipageindent_def
1136
1137         * LyXAction.C:
1138         * factory.C:
1139         * lfuns.h:
1140         * lyxfunc.C:
1141         * text3.C: remove LFUN_INSET_MINIPAGE
1142
1143 2003-12-28  Angus Leeming  <leeming@lyx.org>
1144
1145         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1146
1147 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1148
1149         * text2.C (setParagraph): fix off-by-one crash
1150
1151 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1152
1153         * output_docbook.C: header stuff for AGU
1154
1155 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1156
1157         * text2.C (redoCursor): remove
1158         * text.C:
1159         * text3.C:
1160         * BufferView_pimpl.C: remove calls to redoCursor and
1161         setCursor(cursor.par(), cursor.pos()) all around
1162
1163 2003-12-15  Angus Leeming  <leeming@lyx.org>
1164
1165         * buffer.C: up the format to 228.
1166
1167 2003-12-15  André Pönitz  <poenitz@gmx.net>
1168
1169         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1170         slices
1171
1172         * Makefile.am:
1173
1174         * BufferView_pimpl.C:
1175         * cursor.[Ch]:
1176         * lyxcursor.[Ch]:
1177         * rowpainter.[Ch]:
1178         * lyxtext.h:
1179         * text.C:
1180         * text2.C:
1181         * text3.C: adjust
1182
1183 2003-12-15  Angus Leeming  <leeming@lyx.org>
1184
1185         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1186         than getFromGUIName to manipulate the color.
1187
1188 2003-12-14  Angus Leeming  <leeming@lyx.org>
1189
1190         * BranchList.[Ch]: minimize the API.
1191         (Branch::getBranch, getColor): now return a 'const &'.
1192         (Branch::setSelected) now returns a bool set to true if the
1193         selection status changes.
1194         (BranchList::clear, size, getColor, setColor, setSelected,
1195         allBranches, allSelected, separator): removed.
1196         (BranchList::find): new functions, returning the Branch with
1197         the given name.
1198         (BranchList::add, remove): return a bool indicating that
1199         the operation was successful.
1200
1201         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1202         new InsetBranch::isBranchSlected member function.
1203
1204         * LColor.[Ch]: mimimize the API.
1205         (fill): renamed as addColor and made private.
1206         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1207         versions of these functions taking a string arg have been removed.
1208
1209         * bufferparams.C (readToken):
1210         * lyxfunc.C (dispatch):
1211         * lyxrc.C (read): changes due to the altered BranchList and
1212         LColor APIs.
1213
1214         * factory.C (createInset, readInset): changes due to altered
1215         InsetBranch c-tor.
1216
1217 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1218
1219         * factory.C:
1220         * lyxfunc.C: remove insetminipage. "minipage-insert"
1221         now produces a frameless minipage box inset.
1222
1223 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1224
1225         * textcursor.[Ch] (selStart,selEnd): add new methods
1226         remove selection::start, end, use LyXCursor::operator<
1227         * lyxcursor.[Ch] (operator<): add
1228         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1229         * BufferView.[Ch] (unsetXSel): add
1230         * text2.C (clearSelection): use unsetXSel,adjust
1231         * text.C: adjust
1232         * text3.C: adjust
1233         * rowpainter.C: adjust
1234         * bufferview_funcs.C (put_selection_at): adjust
1235
1236 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1237
1238         * BufferView_pimpl.C: small coord. correction
1239
1240 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1241
1242         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1243         dragging over the splash screen.
1244
1245 2003-12-11  Angus Leeming  <leeming@lyx.org>
1246
1247         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1248         as it is now handled in LyXText::dispatch.
1249
1250         * text3.C (doInsertInset): remove a level of nesting.
1251
1252 2003-12-11  Angus Leeming  <leeming@lyx.org>
1253
1254         * factory.C (createInset): changes due to the changed interface to
1255         InsetCommandMailer::string2params.
1256
1257 2003-12-10  Angus Leeming  <leeming@lyx.org>
1258
1259         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1260         'dialog-show-new-inset <inset name>'
1261
1262 2003-12-10  Angus Leeming  <leeming@lyx.org>
1263
1264         * buffer.C: up the format to 227.
1265
1266         * factory.C: the box inset is now identified simply by 'Box'.
1267
1268 2003-12-10  Angus Leeming  <leeming@lyx.org>
1269
1270         * buffer.C: up the format to 226.
1271
1272         * factory.C: the note inset is now identified simply by 'Note'.
1273
1274 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1275
1276         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1277         when a pit is enough. Standarize a couple of loops.
1278
1279 2003-12-05  Angus Leeming  <leeming@lyx.org>
1280
1281         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1282         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1283         data to the re-worked "log" dialog.
1284
1285 2003-12-03  André Pönitz  <poenitz@gmx.net>
1286
1287         * PosIterator.C:
1288         * iterators.C:
1289         * lyxtext.h:
1290         * output_latex.C:
1291         * paragraph_funcs.C:
1292         * text.C:
1293         * text2.C: use Inset::getText instead of Inset::getParagraph
1294
1295 2003-12-03  André Pönitz  <poenitz@gmx.net>
1296
1297         * buffer.[Ch]:
1298         * lyxtext.h:
1299         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1300         InsetText::read() as LyXText::read()
1301
1302 2003-12-02  Angus Leeming  <leeming@lyx.org>
1303
1304         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1305         type. Add a comment in the implementation that the function uses
1306         the stream's bad() function rather than fail() as the std::streams
1307         would do.
1308
1309 2003-12-02  André Pönitz  <poenitz@gmx.net>
1310
1311         * lyxlex.[Ch]: make interface more similar to std::stream
1312
1313         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1314
1315 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1316
1317         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1318
1319 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1320
1321         * vspace.[Ch]: remove VSpace::NONE
1322
1323 2003-12-01  André Pönitz  <poenitz@gmx.net>
1324
1325         * buffer.[Ch]:
1326         * lyxtext.h: move ParagraphList member to LyXText
1327         rename LyXText::ownerParagraphs to LyXText::paragraph
1328
1329         * CutAndPaste.C:
1330         * bufferview_funcs.C:
1331         * iterators.[Ch]:
1332         * lyx_cb.C:
1333         * paragraph.C:
1334         * rowpainter.C:
1335         * tabular.C:
1336         * text.C:
1337         * text2.C:
1338         * text3.C: adjust
1339
1340         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1341
1342         * undo.C: fix cursor positioning
1343
1344 2003-12-01  John Levon  <levon@movementarian.org>
1345
1346         * BufferView_pimpl.C: fix a crash on exit with
1347         a buffer open
1348
1349 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1350
1351         * BranchList.C: fix setSelected() method.
1352
1353 2003-11-28  André Pönitz  <poenitz@gmx.net>
1354
1355         * ParagraphParameters.[Ch]:
1356         * ParameterStruct.h: remove space above/below from Paragraph to
1357          InsetVSpace
1358
1359         * BufferView_pimpl.C:
1360         * factory.C:
1361         * lyxfunc.C:
1362         * lyxtext.h:
1363         * output_latex.C:
1364         * paragraph.C:
1365         * paragraph_funcs.C:
1366         * rowpainter.[Ch]:
1367         * text.C:
1368         * text2.C:
1369         * text3.C: adjust
1370
1371 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1372
1373         * factory.C: Syntax change for CharStyles
1374
1375 2003-11-28  André Pönitz  <poenitz@gmx.net>
1376
1377         * BufferView.[Ch]:
1378         * BufferView.[Ch]:
1379         * buffer.[Ch]:
1380         * buffer.[Ch]: move LyXText member
1381
1382 2003-11-28  André Pönitz  <poenitz@gmx.net>
1383
1384         * BufferView.[Ch]: make LyXText * text a private member
1385
1386         * BufferView_pimpl.C:
1387         * cursor.C:
1388         * iterators.C:
1389         * lyx_cb.C:
1390         * lyxfind.C:
1391         * lyxtext.h:
1392         * rowpainter.[Ch]:
1393         * text.C:
1394         * text2.C:
1395         * undo.C: adjust
1396
1397         * output_plaintext.C: cleanup
1398
1399 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1400
1401         * buffer.C:
1402         * lyxtextclass.[Ch]: parametrize SGML document header
1403
1404 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1405
1406         * converter.[Ch]:
1407         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1408         getFlavor().
1409
1410 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1411
1412         * text2.C (setFont): rework using PosIterator (no more recursive)
1413         (setCharFont): no more needed
1414         (setLayout): no more selection cursors fiddling (done by redoCursor)
1415         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1416         destroy remaining ones)
1417
1418 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1419
1420         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1421         * lyxtext.h: ditto
1422         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1423         selection cursors
1424         * lyxfunc.C: adjust
1425         * text3.C: adjust + re-allow multi par depth changes
1426         * textcursor.C: simplify a bit
1427
1428 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1429
1430         * src/buffer.C:
1431         * src/lyxlayout.C:
1432         * src/lyxlayout.h:
1433         * src/lyxtext.h:
1434         * src/output_docbook.C:
1435         * src/output_latex.C:
1436         * src/paragraph.C:
1437         * src/paragraph.h:
1438         * src/sgml.C:
1439         * src/sgml.h:
1440         * src/text2.C: Introducing a number of tags parametrizing various
1441         XML formats that we may want to support
1442
1443 2003-11-25  André Pönitz  <poenitz@gmx.net>
1444
1445         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1446
1447         * lyxtext.h (leftMargin/rightMargin): simplify interface
1448
1449         * rowpainter.C:
1450         * text.C:
1451         * text2.C:
1452         * text3.C: adjust
1453
1454 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1455
1456         * lyxfunc.C (dispatch): propogate the bibtex databases from the
1457         master file to any child files. Fixes bug 546.
1458
1459 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1460
1461         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
1462
1463 2003-11-24  André Pönitz  <poenitz@gmx.net>
1464
1465         * rowpainter.C: simplification
1466
1467         * text2.C (updateCounters): remove call to redoParagraph on
1468         changed labels as this is far too expensive.
1469
1470 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1471
1472         * converter.C (convert): fix a crash: this function gets
1473         called with buffer == 0 from importer code.
1474
1475 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1476
1477         * text3.C (cursorPrevious): make sure that we do not compare
1478         iterators form different containers.
1479         (cursorNext): ditto
1480
1481         * rowpainter.C (paintSelection): make sure that we do not compare
1482         iterators from different containers.
1483
1484         * text3.C (dispatch): [PRIOR] make sure that we do not compare
1485         iterators from different ParagraphList containers.
1486         [NEXT] ditto
1487
1488         * text2.C (LyXText): change order of initialization slightly
1489         (operator=): new function. copy all variables except cache_par_
1490         (moveUp): make sure that we do not compare iterators from
1491         different ParagraphList constainers.
1492         (moveDown): ditto
1493
1494         * text.C (firstPar): new function
1495         (lastPar): new function
1496         (endPar): new function
1497
1498         * lyxtext.h: move things around and group public functions, public
1499         variables, private functions, private variables
1500
1501 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1502
1503         * factory.C: change call to InsetERT constructor to avoid
1504         additional invocation of method status
1505         * text2.C (toggleInset): remove redundant update() call
1506         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
1507         instead of a Bufferview pointer
1508
1509 2003-11-21  André Pönitz  <poenitz@gmx.net>
1510
1511         * rowpainter.C: simplification
1512
1513 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1514
1515         * text3.C (dispatch): make possible to extend a word/row selection
1516         with the mouse
1517
1518 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1519
1520         * lyxtext.h: x0_,y0_ -> xo_,yo_
1521         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
1522         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
1523         * rowpainter.C (paintRows): paint full paragraphs
1524
1525 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1526
1527         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
1528         screen coordinates)
1529
1530 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1531
1532         * lyxtext.h: add x0_, y0_
1533         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
1534         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
1535
1536 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
1537
1538         * text2.C (setCursorIntern): move the x_target update here *
1539         * text3.C: change some bv() to true/false in calls to
1540         cursorUp/Down/Right/Left
1541         * cursor.C: use helper function.
1542
1543 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1544
1545         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
1546         * paragraph_funcs.[Ch]: correct comment
1547         * rowpainter.C: do not paint selections away from bv->cursor()
1548         Fix a long standing selection painting bug.
1549         * text3.C: generalize mouse-selection code to LyXTexts other that
1550         top one
1551         * textcursor.C: do not use y coords if we can use par offsets
1552
1553 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1554
1555         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
1556         cursor position after e.g. inset insert)
1557
1558 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
1559
1560         * lyxfind.C (replace): adjust to locking removal + some
1561         code simplification
1562
1563 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
1564
1565         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
1566         of the path
1567
1568 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
1569
1570         * lyxlayout.[Ch]:
1571         * output_docbook.C: XML sanitation: new layout
1572         parameters InnerTag and CommandDepth
1573
1574 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
1575
1576         * BufferView_pimpl.C:
1577         * factory.C:
1578         * text3.C: Fix the insertion and modification of button-style
1579         insets
1580
1581 2003-11-13  André Pönitz  <poenitz@gmx.net>
1582
1583         * InsetList.[Ch]: remove deleteLyXText
1584
1585         * paragraph.[Ch]: cache beginOfBody position
1586
1587         * Bidi.C:
1588         * text.C:
1589         * text2.C:
1590         * text3.C: remove superfluous update() calls
1591
1592         * vspace.C: cleanup
1593
1594 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1595
1596         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
1597         * BufferView.C (fitLockedInsetCursor): remove
1598         * cursor.[Ch] (getDim): add
1599         * text.C (getRowNearY): add faster version
1600         * text3.C: remove some update calls
1601
1602 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1603
1604         * LaTeXFeatures.C:
1605         * LyXAction.C:
1606         * MenuBackend.C:
1607         * MenuBackend.h:
1608         * dispatchresult.h:
1609         * factory.C:
1610         * lfuns.h:
1611         * lyxfunc.C:
1612         * lyxtextclass.C:
1613         * lyxtextclass.h:
1614         * text3.C: The Character Style /XML short element patch.
1615
1616 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
1617
1618         * text3.C:
1619         * factory.C: Small step to solving 'unable to insert some insets'
1620         problem
1621
1622 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1623
1624         * cursor.[Ch] (updatePos): new function for updating the y
1625         position of the tip inset
1626         * bufferview_funcs.C (put_selection_at):
1627         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
1628
1629 2003-11-11  André Pönitz  <poenitz@gmx.net>
1630
1631         * text.C: remove big comment on invalid Paragraph pointers as it is
1632         not valid anymore
1633
1634 2003-11-11  André Pönitz  <poenitz@gmx.net>
1635
1636         * text_funcs.[Ch]: merge with ...
1637
1638         * text.C: ... this
1639
1640         * lyxtext.h:
1641         * text2.C:
1642         * text3.C: adjust
1643
1644         * Makefile.am: remove text_funcs.[Ch]
1645
1646 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
1647
1648         * cursor.C (getPos): return absolute cached y coord
1649
1650         * BufferView_pimpl.C (fitCursor): new simplistic code
1651         (workAreaDispatch): add a fitCursor call
1652
1653 2003-11-10  André Pönitz  <poenitz@gmx.net>
1654
1655         * BufferView.[Ch]:
1656         * BufferView_pimpl.[Ch]: merge update() and updateInset()
1657
1658 2003-11-10  André Pönitz  <poenitz@gmx.net>
1659
1660         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
1661         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
1662         indicate that the cursor needs to leave an inset
1663
1664         * lyxtext.h: remove inset locking
1665
1666         * cursor.[Ch]: re-implement functionality provided by inset locking
1667
1668         * BufferView.[Ch]:
1669         * BufferView_pimpl.[Ch]:
1670         * LyXAction.C:
1671         * bufferview_funcs.[Ch]:
1672         * factory.C:
1673         * funcrequest.[Ch]:
1674         * iterators.C:
1675         * lyx_cb.C:
1676         * lyxfind.C:
1677         * lyxfunc.C:
1678         * text.C:
1679         * text2.C:
1680         * text3.C:
1681         * undo.C: adjust
1682
1683 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1684
1685         * PosIterator.[Ch]: replace the stack with a vector, add inset
1686         accesor
1687         * iterators.[C]: adjust
1688
1689 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1690
1691         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1692         replaced
1693         * paragraph_funcs.C (readParToken): put the correct id in the
1694         error item, not the id of the top paragraph
1695
1696 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1697
1698         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1699         * bufferview_funcs.C (put_selection_at): use the above
1700
1701 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1702
1703         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1704
1705 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1706
1707         * output_linuxdoc.h:
1708         * output_plaintext.h:
1709         * output.h:
1710         * output_docbook.h: add #include statements
1711
1712 2003-11-05  José Matos  <jamatos@lyx.org>
1713
1714         * output_docbook.[Ch]:
1715         * output_latex.[Ch]:
1716         * output_linuxdoc.[Ch]:
1717         * output_plaintext.[Ch]: New files for output formats.
1718         * output.[Ch]: New file for helper functions.
1719
1720         * buffer.[Ch]:
1721         * paragraph_funcs.[Ch]: output functions moved to new files.
1722
1723         * outputparams.h: rename of latexrunparams.h
1724
1725         * LaTeX.[Ch]:
1726         * buffer.[Ch]:
1727         * bufferlist.[Ch]:
1728         * converter.[Ch]:
1729         * exporter.C:
1730         * paragraph.[Ch]:
1731         * paragraph_funcs.[Ch]:
1732         * paragraph_pimpl.[Ch]:
1733         * tabular.[Ch]: rename ascii to plaintext
1734         and LatexRunParams to OutputParams.
1735
1736 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1737
1738         * iterators.[Ch] (text): require bv argument
1739         * undo.C (recordUndo):
1740         * lyxfunc.C (dispatch):
1741         * bufferview_funcs.C (put_selection_at): adjust
1742
1743 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1744
1745         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1746
1747 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1748
1749         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1750         nestings
1751
1752 2003-11-04  André Pönitz  <poenitz@gmx.net>
1753
1754         * cursor.[Ch]: restructure
1755
1756         * BufferView.[Ch]:
1757         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1758
1759         * iterators.[Ch] (asCursor): remove
1760
1761         * lfuns.h: remove LFUN_INSET_EDIT
1762
1763         * lyxfunc.C:
1764         * tabular.C:
1765         * text.C:
1766         * text2.C:
1767         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1768
1769 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1770
1771         * lyxfind.[Ch]: complete overhaul
1772         * BufferView_pimpl.C:
1773         * lyxfunc.C: adjust
1774         * paragraph.[Ch] (insert): add
1775
1776 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1777
1778         * BufferView.[Ch]:
1779         * lyxtext.h:
1780         * text.C: remove dead spellcheck code
1781
1782 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1783
1784         * dispatchresult.h: add a val setter
1785
1786         * cursor.C (dispatch): use a tempvar for data_[i]
1787
1788 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1789
1790         * PosIterator.[Ch]: compile fix
1791
1792 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1793
1794         * text.C (cursorPar): deactivate the cursor cache
1795
1796 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1797
1798         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1799
1800 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1801
1802         * text3.C (dispatch): adjust for new DisptchResult semantics.
1803
1804         * lyxfunc.C (dispatch): handle update when return from
1805         Cursor::dispatch, adjust for new DispatchResult semantics.
1806
1807         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1808         DispatchResult(true) mean to not update. Add class functions for
1809         setting dispatched and update, as well as reading.
1810
1811         * cursor.C (dispatch): don't handle update here
1812
1813 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1814
1815         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1816         * trans_mgr.C: adjust
1817
1818         * paragraph_funcs.C (readParToken): exception safety
1819
1820         * lyxvc.h: store the vcs pointer in a scoped_ptr
1821         * lyxvc.C: adjust
1822
1823         * lyxsocket.C (serverCallback): exception safety
1824
1825         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1826
1827         * ispell.C (clone): make it return a auto_ptr
1828
1829         * factory.C (createInset): exception safety
1830         (readInset): exception safety
1831
1832         * bufferlist.C (newBuffer): exception safety
1833
1834         * Thesaurus.C (Thesaurus): use initialization for aik_
1835
1836         * MenuBackend.C (expandToc): exception safety.
1837
1838 2003-11-03  André Pönitz  <poenitz@gmx.net>
1839
1840         * buffer.C:
1841         * buffer.h:
1842         * bufferview_funcs.C: remove getInsetFromId()
1843
1844         * lyxcursor.[Ch]:
1845         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1846
1847         * lyxfunc.C:
1848         * text2.C:
1849         * text3.C: adjust
1850
1851 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1852
1853         * PosIterator.C (distance, advance): new
1854         * bufferview_funcs.[Ch] (put_selection_at): new
1855         * iterators.[Ch] (lockPath): new
1856
1857 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1858
1859         * iterators.[Ch] (asPosIterator): added
1860         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1861         * PosIterator.[Ch]: added
1862
1863 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1864
1865         * text3.C:
1866         * lyxfunc.C:
1867         * cursor.C (dispatch):
1868         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1869
1870         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1871         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1872         contructor, add a class function dispatched. Remove operator>=
1873
1874 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1875
1876         * debug.C: only use the default constructor for debugstream
1877         (lyxerr) here.
1878
1879         * main.C (main): include debug.h and setup the lyxerr streambuf
1880         here.
1881
1882 2003-10-31  José Matos  <jamatos@lyx.org>
1883
1884         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1885
1886         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1887         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1888         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1889         * paragraph_pimpl.C (simpleTeXSpecialC):
1890         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1891         add LatexRunParams argument.
1892
1893         * exporter.C (Export): change call accordingly.
1894
1895         * latexrunparams.h: add new member to take care of the other backends.
1896 2003-10-30  José Matos  <jamatos@lyx.org>
1897
1898         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1899         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1900         factorise code for paragraph output.
1901         * buffer.[Ch]:
1902         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1903         move functions.
1904
1905 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1906
1907         * text3.C (dispatch):
1908         * lyxfunc.C (dispatch):
1909         * cursor.C (dispatch):
1910         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1911
1912         * dispatchresult.h: make the dispatch_result_t ctor explicit
1913
1914 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1915
1916         * sgml.[Ch]:
1917         * buffer.C: small refactoring of docbook stuff
1918
1919 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1920
1921         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1922         meaning.
1923
1924 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1925
1926         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1927         operator dispatch_result_t, and operators for == != and >=
1928
1929         * cursor.C (dispatch): adjust for operator dispatch_result_t
1930         removal. comment out call to update
1931
1932         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1933
1934 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1935
1936         * text3.C:
1937         * text2.C:
1938         * text.C:
1939         * lyxtext.h:
1940         * lyxfunc.C:
1941         * cursor.C:
1942         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1943         (dispatch):
1944
1945         * dispatchresult.h: new file, DispatchResult broken out of
1946         insets/insetbase.h
1947
1948         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1949
1950 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1951
1952         * text.C (rowBreakPoint): put a hack inside #if 0
1953
1954 2003-10-28  André Pönitz  <poenitz@gmx.net>
1955
1956         * lyxtext.h:
1957         * metricsinfo.C:
1958         * paragraph_funcs.C:
1959         * rowpainter.C:
1960         * text.C:
1961         * text2.C: general cleanup (lots of small stuff)
1962
1963 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1964
1965         * text2.C (cursorEnd): simple fix to the "end key goes to one
1966         before the end on last row" bug
1967
1968 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1969
1970         * text.C (backspace): fix the "zombie characters"
1971
1972 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1973
1974         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1975
1976 2003-10-27  André Pönitz  <poenitz@gmx.net>
1977
1978         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1979
1980         * factory.C: handle new InsetPagebreak, InsetLine
1981
1982         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1983         and move handling into new InsetPagebreak, InsetLine
1984
1985         * BufferView_pimpl.C:
1986         * LyXAction.C:
1987         * ParagraphParameters.C:
1988         * ParameterStruct.h:
1989         * lyxfunc.C:
1990         * lyxtext.h:
1991         * paragraph.C:
1992         * paragraph.h:
1993         * paragraph_funcs.C:
1994         * paragraph_pimpl.C:
1995         * rowpainter.C:
1996         * text.C:
1997         * text2.C:
1998         * text3.C: adjust
1999
2000 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2001
2002         * text.C:
2003         * lyxrow_funcs.[Ch]:
2004         * Bidi.C:
2005         * paragraph.C:
2006         * lyxtext.h:
2007         * rowpainter.C:
2008         * text2.C:
2009         * text3.C: remove lastPos uses in favour of Row::endpos
2010
2011 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2012
2013         * undo.C (performUndoOrRedo): fix two crashes by setting a
2014         cursor by hand and reordering some calls. Use bv->lockInset instead
2015         of inset->edit because the latter loses cursor information
2016
2017 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2018
2019         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2020         by Martin
2021         (rowBreakPoint): fix width. change point to point + 1.
2022         Add a missing check.
2023
2024 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2025
2026         * MenuBackend.C:
2027         * lyxfunc.C: fix (at least partly) the problems
2028         with the Nav menu and headers inside branch insets
2029         reported by Kayvan
2030
2031 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2032
2033         * paragraph.C (getChar): add strong asserts
2034
2035         * lyxrow_funcs.C (lastPos): remove hideous hack
2036
2037         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2038         (fill): adjust to that (avoid an infinite loop)
2039
2040 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2041
2042         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2043
2044 2003-10-23  André Pönitz  <poenitz@gmx.net>
2045
2046         * RowList_fwd.h: change list<> to vector<> to gain speed
2047         after suggestion from Alfredo
2048
2049 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2050
2051         * lyxtext.h: move the bidi stuff from here...
2052         * text.C: and here
2053         * text2.C: and here
2054         * Bidi.[Ch]: ... to here
2055
2056 2003-10-23  André Pönitz  <poenitz@gmx.net>
2057
2058         * lyxtext.h:
2059         * text.C (isLastRow, isFirstRow): new functions
2060
2061         * paragraph.h: new width cache member
2062
2063         * rowpainter.C: replace RowList::iterator with Row & where possible
2064
2065         * lyxfunc.C: replace several view()->text with a single call
2066
2067         * toc.C: fix 'unused' warning
2068
2069 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2070
2071         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2072         when woring with stream::pos_type
2073         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2074
2075 2003-10-22  André Pönitz  <poenitz@gmx.net>
2076
2077         * lyxtext.h:
2078         * text.C: use Row & instead of RowList::iterator
2079
2080         * lyxrow.h: rename end() to endpos()
2081
2082         * rowpainter.C:
2083         * text.C:
2084         * text2.C: adjust
2085
2086 2003-10-22  Angus Leeming  <leeming@lyx.org>
2087
2088         * buffer.[Ch] (fully_loaded): new member function, returning true
2089         only when the file has been loaded fully.
2090         Used to prevent the premature generation of previews and by the
2091         citation inset to prevent computation of the natbib-style label.
2092
2093         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2094         templates are all set up.
2095
2096         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2097
2098 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2099
2100         * text.C: fixed an "oops" in the "is a bit silly"
2101         bug fix
2102
2103 2003-10-21  André Pönitz  <poenitz@gmx.net>
2104
2105         * FuncStatus.[Ch]: small stuff, whitespace
2106
2107         * lyxfont.[Ch]: operator<<() for debug reasons
2108
2109         * lyxfunc.C:
2110         * lyxrow_funcs.C:
2111         * lyxtext.h: whitespace, spelling
2112
2113         * paragraph.C: naming of variables
2114
2115         * text.C:
2116         * text2.C: small stuff
2117
2118
2119 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2120
2121         * text.C: (1) finish off the inset display() work;
2122         (2) fix the "is a bit silly" bug (accessing char
2123         past end of par).
2124
2125 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2126
2127         * text.C: re-introduce display() for insets, fixing the
2128         various bugs (stretch of line above, math inset
2129         positioning, ...)
2130
2131 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2132
2133         * text.C (rightMargin): remove spurious semicolon
2134
2135         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2136         1415)
2137
2138 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2139
2140         * text3.C: fix one crash due to wrong cursor def
2141
2142 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2143
2144         * vc-backend.C (scanMaster): make the regex static
2145
2146         * LaTeX.C (scanAuxFile): make the regexs static
2147
2148         * text3.C (doInsertInset, dispatch, dispatch):
2149         * text2.C (cursorUp, cursorDown):
2150         * text.C (selectNextWordToSpellcheck):
2151         * BufferView_pimpl.C (dispatch):
2152         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2153
2154 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2155
2156         * lyxsocket.C: include <cerrno>
2157
2158 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2159
2160         * lyxfunc.C (dispatch): remove textcache stuff
2161
2162         * bufferlist.C (release): remove textcache stuff
2163         (closeAll): ditto
2164
2165         * TextCache.C: delete file
2166         * TextCache.h: delete file
2167
2168         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2169
2170         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2171         delete of the bv_->text.
2172         (resizeCurrentBuffer): remove texcache stuff
2173         (workAreaResize): ditto
2174
2175 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2176
2177         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2178         action.
2179
2180 2003-10-16  André Pönitz  <poenitz@gmx.net>
2181
2182         * lyxrow.[Ch]:
2183         * paragraph.h:
2184         * rowpainter.C:
2185         * text.C:
2186         * text2.C:
2187         * text3.C: speed up by storing y positions per paragraph plus per-row
2188         offset instead of having a 'full' y position in the row.
2189
2190 2003-10-15  André Pönitz  <poenitz@gmx.net>
2191
2192         * iterators.[Ch]:
2193         * iterators.[Ch]:
2194         * undo.[Ch]: make undo aware of inner insets
2195
2196 2003-10-14  Angus Leeming  <leeming@lyx.org>
2197
2198         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2199         static member functions LyX::ref() and LyX::cref.
2200         (lastfiles): new accessor functions for the new lastfiles_ member var.
2201         (addLyXView, views_): add a new LyXView to the list of views_.
2202         (updateInset): loop over all LyXViews to call their own updateInset
2203         member function, returning a pointer to the Buffer owning the inset.
2204
2205         * BufferView_pimpl.C (loadLyXFile):
2206         * MenuBackend.C (expandLastfiles):
2207         * bufferlist.C (MenuWrite, QuitLyX):
2208         lastfiles is no longer a global variable.
2209         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2210
2211         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2212         static function. Access through LyX::cref().emergencyCleanup().
2213
2214 2003-10-14  André Pönitz  <poenitz@gmx.net>
2215
2216         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2217
2218         * undo.[Ch]: restoring part of 'undo in insets'
2219
2220         * Makefile.am:
2221         * undo_funcs.[Ch]: merge with undo.[Ch]
2222
2223         * tabular.C: small cleansing stuff
2224
2225 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2226
2227         * paragraph_funcs.C (readParToken): report unknown insets as error
2228         boxes. Use the outer paragraph as location (also for unknown
2229         tokens).
2230
2231         * factory.C (readInset): do not abort on reading an unknown inset.
2232         Eat it and return 0.
2233
2234 2003-10-13  Angus Leeming  <leeming@lyx.org>
2235
2236         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2237
2238         * lyxrc.C: displayTranslator is now a function,
2239         declared in GraphicsTypes.h.
2240
2241 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2242
2243         * format.C: new placeholder $$a to pass the socket address.
2244
2245         * bufferlist.[Ch]: new function getBufferFromTmp.
2246
2247         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2248           files in the temporary dir.
2249
2250 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2251
2252         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2253
2254         * Makefile.am: add lyxsocket.[Ch].
2255
2256         * lyx_main.C (error_handler): handle SIGPIPE.
2257
2258 2003-10-13  André Pönitz  <poenitz@gmx.net>
2259
2260         * BufferView_pimpl.C:
2261         * lyxtext.h:
2262         * text.C:
2263         * text2.C:
2264         * text3.C:
2265         * undo_funcs.[Ch]: use paroffset_type instead of
2266           ParagraphList::iterators to prevent multiple conversion
2267           (and get a more robust interface)
2268
2269 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2270
2271         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2272         * lyxtext.h: ditto
2273         * text3.C (dispatch): ditto
2274
2275 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2276
2277         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2278         move the onlyfile, use onlyfile instead of foundfile in a couple
2279         of places.
2280
2281         * DepTable.C (update): flush the error stream a bit more
2282
2283 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2284
2285         * lyxserver.C (callback): adjust
2286
2287         * lyxfunc.C (getStatus): add a missing brace in commented code
2288         (ensureBufferClean): reindent
2289         (dispatch): delete version taking a string
2290
2291 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2292
2293         * LaTeX.C (deplog): move found file handlig from here...
2294         (handleFoundFile): .. to new function here.
2295         (deplog): make sure to discover several files mentioned on the
2296         same log line.
2297
2298 2003-10-10  André Pönitz  <poenitz@gmx.net>
2299
2300         * lyxfunc.C:
2301         * lyxtext.h:
2302         * tabular.C:
2303         * text.C:
2304         * text2.C:
2305         * text3.C: fix some of the tabular crashes
2306
2307 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2308
2309         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2310
2311         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2312
2313 2003-10-09  André Pönitz  <poenitz@gmx.net>
2314
2315         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2316
2317         * BufferView.C:
2318         * BufferView_pimpl.C:
2319         * bufferview_funcs.C:
2320         * lyx_cb.C:
2321         * lyxcursor.C:
2322         * lyxfind.C:
2323         * lyxfunc.C:
2324         * lyxtext.h:
2325         * text.C:
2326         * text2.C:
2327         * text3.C:
2328         * text_funcs.[Ch]:
2329         * textcursor.[Ch]:
2330         * undo_funcs.C: adjust
2331
2332 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2333
2334         * text2.C (incrementItemDepth): new function, use a backtracking
2335         algorithm to discover the correct item depth.
2336         (resetEnumCounterIfNeeded): new function, use a backtracking
2337         algorithm to discover if counter reset is needed.
2338         (setCounter): use them. Simplify a bit. Add different labels for
2339         different item depths for itemize.
2340
2341         * paragraph.C (Paragraph): remove initialization of enumdepth
2342         (operator=): ditto
2343
2344         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2345         enumerate and itemize. Change the type of itemdepth to signed char.
2346
2347 2003-10-08  André Pönitz  <poenitz@gmx.net>
2348
2349         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2350           thing assignable.
2351         * text.C:
2352         * text2.C: adjust
2353
2354         * tabular.[Ch]: fix crash after 'row-insert'
2355
2356 2003-10-08  Angus Leeming  <leeming@lyx.org>
2357
2358         Fix doxygen warnings.
2359
2360         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2361         Remove CutAndPaste:: prefix from header file declaration.
2362
2363         * LColor.h (fill): remove LColor:: prefix from declaration.
2364
2365         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2366         use lyx::depth_type rather than Paragraph::depth_type so that
2367         header file and .C file match.
2368
2369         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2370
2371         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2372         * aspell.C: \file aspell_local.C -> \file aspell.C
2373         * gettext.C: \file gettext.C -> \file src/gettext.C
2374         * gettext.h: \file gettext.h -> \file src/gettext.h
2375         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2376         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2377         * text.C: \file text.C -> \file src/text.C
2378
2379         * toc.C: move comment so that doxygen is not confused.
2380
2381 2003-10-07  Angus Leeming  <leeming@lyx.org>
2382
2383         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2384
2385 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2386
2387         * aspell.C:
2388         * aspell_local.h: add forgotten std::string's.
2389
2390 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2391
2392         * LaTeXFeatures.C:
2393         * LyXAction.C:
2394         * factory.C:
2395         * lfuns.h:
2396         * lyxfunc.C:
2397         * text3.C: The Box patch. Fancybox support, minipage, parbox
2398
2399 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2400
2401         * CutAndPaste.h:
2402         * DepTable.h:
2403         * FloatList.h:
2404         * LaTeXFeatures.h:
2405         * ParagraphParameters.h:
2406         * TextCache.h:
2407         * Thesaurus.h:
2408         * bufferlist.h:
2409         * exporter.h:
2410         * importer.h:
2411         * lastfiles.h:
2412         * lyxfind.h:
2413         * lyxfont.h:
2414         * lyxlex.h:
2415         * lyxtextclasslist.h:
2416         * messages.h:
2417         * paragraph.h:
2418         * paragraph_pimpl.C:
2419         * textcursor.h: add <string> and other small fixes to make Lars'
2420         std::string patch compile with STLport.
2421
2422 2003-10-06  Angus Leeming  <leeming@lyx.org>
2423
2424         * LColor.h: Add missing #include <string>.
2425
2426 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2427
2428         * All most all file in all subdirs: Make <string> be the prefered
2429         way of getting to std::string, add using declarations.
2430
2431 2003-10-06  André Pönitz  <poenitz@gmx.net>
2432
2433         * metricsinfo.C: initialize LyXFont before changing attribute.
2434         (fixes the 'math in \emph is upright' bug)
2435
2436 2003-10-06  André Pönitz  <poenitz@gmx.net>
2437
2438         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2439
2440 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2441
2442         * graph.C:
2443         * paragraph_pimpl.C: Small fixes to build using STLport
2444
2445 2003-10-02  André Pönitz  <poenitz@gmx.net>
2446
2447         * lyxfunc.C:
2448         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2449
2450 2003-10-01  André Pönitz  <poenitz@gmx.net>
2451
2452         * factory.C: assert early
2453
2454 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2455
2456         * lyx_main.C: remove the global debug object
2457
2458         * debug.h: adjust for new debugstream
2459
2460         * debug.C: adjust for new debugstream and keep the global debug
2461         object here.
2462
2463 2003-09-22  Angus Leeming  <leeming@lyx.org>
2464
2465         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
2466         of g++ which otherwise complain that the scoped_ptr destructor can't delete
2467         an incomplete class LyXFont.
2468
2469 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2470
2471         * factory.C: bug fix in branches
2472
2473 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2474
2475         * lyxfunc.C (processKeySym): adjust
2476         (dispatch): adjust
2477         (dispatch): change arg name from ev to func, adjust
2478         (sendDispatchMessage): ditto
2479
2480         * lyx_main.C (defaultKeyBindings): adjust keybindings
2481         (deadKeyBindings): ditto
2482
2483         * kbsequence.C (addkey): return a FuncRequest
2484
2485         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
2486
2487         * kbmap.C (bind): take a FuncRequest as arg, adjust
2488         (read): adjust
2489         (lookup): adjust
2490         (defkey): change to take a FuncRequest as arg, adjust
2491         (findbinding): take a FuncRequest as arg, adjust.
2492
2493         * funcrequest.h (operator=): added
2494
2495         * funcrequest.C (FuncRequest): default kb_action changed from
2496         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
2497
2498         * buffer.C (dispatch): simplify
2499         (dispatch): adjust to take a FuncRequest as arg, adjust
2500
2501         * boost.C (assertion_failed): change assertion message slightly
2502
2503         * ToolbarBackend.C (read): simplify
2504
2505         * MenuBackend.C (binding): adjust call to findbinding, add a
2506         message if no binding is found.
2507         (read): simplify
2508         (expandToc): correct by adding a empty FuncRequest
2509
2510         * LyXAction.C: include <boost/assert.hpp>
2511         (isPseudoAction): delete function
2512         (LookupFunc): change name to...
2513         (lookupFunc): this. change return type to FuncRequest.
2514         (getActionName): take kb_action as arg, simplify
2515         (funcHasFlag): add an assert, simplify.
2516
2517 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2518
2519         * toc.C (action): return a FuncRequest, simplify
2520
2521         * lyxfunc.C (processKeySym): adjust
2522         (getStatus): delete version that takes an int.
2523         (getStatus): adjust
2524         (dispatch): delete version that takes action as int
2525         (dispatch): adjust
2526         (sendDispatchMessage): simplify and adjust
2527
2528         * funcrequest.C (getArg): take unsigned int as arg
2529
2530         * ToolbarBackend.C (read): adjust
2531         (add): delete version that takes func as a string.
2532         (getIton): take a FuncRequest as arg
2533
2534         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
2535         action.
2536
2537         * MenuBackend.C (MenuItem): add a new construct that only takes a
2538         Kind, simplify the constructor use for submenus.
2539         (add): adjust
2540         (expandLastfiles): adjust
2541         (expandDocuments): adjust
2542         (expandFormats): adjust
2543         (expandFloatListInsert): adjust
2544         (expandFloatInsert): adjust
2545         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
2546
2547         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
2548         Remove class variables lyx_pseudo_map and lyx_arg_map
2549
2550         * LyXAction.C (searchActionArg): delete function
2551         (getPseudoAction): delete function
2552         (retrieveActionArg): delete function
2553         (LookupFunc): make it return kb_action, simplify.
2554         (getActionName): simplify
2555
2556         * factory.C (createInset): fix new bug
2557
2558 2003-09-19  Angus Leeming  <leeming@lyx.org>
2559
2560         * CutAndPaste.C (pasteSelection): remove fudge used to set the
2561         masterFilename_ parameter in the include inset.
2562
2563         * factory.C (createInset): changes due to the changes to InsetInclude.
2564
2565 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2566
2567         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
2568
2569 2003-09-18  Angus Leeming  <leeming@lyx.org>
2570
2571         * buffer.C:
2572         * BufferView.C: pass the buffer when calling Inset::getLabelList,
2573         Inset::fillWithBibKeys.
2574         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
2575
2576 2003-09-18  Angus Leeming  <leeming@lyx.org>
2577
2578         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
2579         variables.
2580         (ctor): pass and store a 'Buffer const &'
2581         (buffer): new member function.
2582
2583         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
2584         '*this' to the LaTeXFeatures ctor.
2585
2586 2003-09-18  Angus Leeming  <leeming@lyx.org>
2587
2588         * LColor.h:
2589         * lyxfont.C:
2590         * lyxfont.h:
2591         * lyxtext.h:
2592         * text.C: rename EnumLColor as LColor_color.
2593
2594 2003-09-18  Angus Leeming  <leeming@lyx.org>
2595
2596         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
2597         remove #include "insets/insetbase.h" from cursor.h.
2598
2599 2003-09-18  Angus Leeming  <leeming@lyx.org>
2600
2601         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
2602         InsetOld_code to remove #include "inset.h".
2603
2604         * iterators.C: add #include "insets/inset.h"
2605
2606 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
2607
2608         * BufferView.C: remove more locking stuff that apparently doesn't
2609         do anything sensible.
2610
2611 2003-09-16  André Pönitz  <poenitz@gmx.net>
2612
2613         * paragraph.[Ch]:
2614         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
2615           performance boost.
2616
2617 2003-09-16  Angus Leeming  <leeming@lyx.org>
2618
2619         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
2620
2621         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
2622         arg/return type.
2623
2624         * paragraph.h: remove #include "lyxfont.h". Forward declare
2625         LyXFont_size.
2626
2627 2003-09-16  Angus Leeming  <leeming@lyx.org>
2628
2629         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
2630         of support/textutils.h.
2631         (isWord): move the contents of support/textutils.h's IsWordChar here.
2632
2633         * buffer.C:
2634         * lyxfind.C:
2635         * rowpainter.C:
2636         * text.C:
2637         * text2.C: add #include "paragraph.h".
2638
2639         * rowpainter.C:
2640         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
2641
2642 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2643
2644         * main.C:
2645         * lyx_main.C:
2646         * lyx_cb.C:
2647         * buffer.C:
2648         * LaTeX.C: use namespace alias for lyx::support::os
2649
2650 2003-09-16  Angus Leeming  <leeming@lyx.org>
2651
2652         * bufferparams.C:
2653         * bufferview_funcs.C:
2654         * factory.C:
2655         * lyxfunc.C:
2656         * paragraph_pimpl.C:
2657         * rowpainter.C:
2658         * text.C: add #include "LColor.h".
2659
2660 2003-09-16  Angus Leeming  <leeming@lyx.org>
2661
2662         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
2663         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
2664         return LyXFont &.
2665         Store the FontBits::color variable as an int rather than as an
2666         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2667         file.
2668
2669         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2670         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2671         string calls together.
2672
2673         * lyxrc.C: add #include "LColor.h".
2674
2675 2003-09-15  Angus Leeming  <leeming@lyx.org>
2676
2677         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2678         a cow_ptr.
2679
2680 2003-09-15  Angus Leeming  <leeming@lyx.org>
2681
2682         * LColor.h: add an EnumLColor wrapper for LColor::color.
2683
2684         * lyxfont.[Ch] (color, setColor, realColor):
2685         * lyxtext.h, text.C (backgroundColor):
2686         pass EnumLColor args to/from the functions, rather than LColor::color
2687         ones.
2688
2689         * lyxfont.h:
2690         * lyxtext.h: forward declare EnumLColor.
2691
2692         * lyx_main.C: add #include "LColor.h".
2693
2694 2003-09-15  Angus Leeming  <leeming@lyx.org>
2695
2696         * .cvsignore: add lyx-gtk.
2697
2698 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2699
2700         * Chktex.C
2701         * LaTeX.C
2702         * LaTeXFeatures.C
2703         * ParagraphParameters.C
2704         * Spacing.C
2705         * buffer.C
2706         * bufferparams.C
2707         * bufferview_funcs.C
2708         * chset.C
2709         * counters.C
2710         * funcrequest.C
2711         * lyxfont.C
2712         * lyxgluelength.C
2713         * lyxlength.C
2714         * paragraph.C
2715         * paragraph_funcs.C
2716         * text3.C
2717         * vc-backend.C: remove usage of STRCONV
2718
2719 2003-09-15  Angus Leeming  <leeming@lyx.org>
2720
2721         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2722         explicitly define the color passed to the painter.
2723
2724 2003-09-15  Angus Leeming  <leeming@lyx.org>
2725
2726         * bufferparams.C (BufferParams): reorder member initializers to avoid
2727         compiler warning.
2728
2729 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2730
2731         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2732         * text.C (updateRowPositions): remove an unusual nop
2733
2734 2003-09-12  André Pönitz  <poenitz@gmx.net>
2735
2736         * BufferView_pimpl.C:
2737         * Bullet.C:
2738         * layout.h:
2739         * lyxfunc.C:
2740         * lyxlayout.[Ch]:
2741         * lyxtextclass.C:
2742         * rowpainter.C:
2743         * text.C:
2744         * text2.C:
2745         * Counters.[Ch]: finish the 'automatic counters' job
2746
2747 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2748
2749         * aspell.C: include <boost/assert.cpp> (compile fix)
2750
2751 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2752
2753         * boost.C (assertion_failed): use lyx::support::abort instead of
2754         assert.
2755
2756 2003-09-10  Angus Leeming  <leeming@lyx.org>
2757
2758         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2759         with their _fwd progeny.
2760
2761 2003-09-09  Angus Leeming  <leeming@lyx.org>
2762
2763         134 files throughtout the source tree: replace 'using namespace abc;'
2764         directives with the appropriate 'using abc::xyz;' declarations.
2765
2766 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2767
2768         * boost.C (emergencyCleanup): moved here from LAssert.c
2769         (assertion_failed): new function, called by BOOST_ASSERT
2770
2771         * several files: change Assert to BOOST_ASSERT
2772
2773 2003-09-09  Angus Leeming  <leeming@lyx.org>
2774
2775         * buffer.[Ch]: Add an Impl class and move Buffer's member
2776         variables into it. As a result move several header files out of
2777         buffer.h.
2778
2779         Add header files to lots of .C files all over the tree as a result.
2780
2781 2003-09-09  Angus Leeming  <leeming@lyx.org>
2782
2783         * buffer.[Ch]: make Buffer's member variables private. Add
2784         accessor functions.
2785
2786         Lots of changes all over the tree as a result.
2787
2788 2003-09-08  Angus Leeming  <leeming@lyx.org>
2789
2790         * graph.C: #include <config.h>.
2791
2792 2003-09-08  Angus Leeming  <leeming@lyx.org>
2793
2794         * BranchList.C:
2795         * BufferView.C:
2796         * BufferView_pimpl.C:
2797         * CutAndPaste.C:
2798         * DepTable.C:
2799         * LaTeX.C:
2800         * LaTeXFeatures.C:
2801         * LyXAction.C:
2802         * MenuBackend.C:
2803         * TextCache.C:
2804         * aspell.C:
2805         * buffer.C:
2806         * bufferlist.C:
2807         * changes.C:
2808         * chset.C:
2809         * converter.C:
2810         * counters.C:
2811         * debug.C:
2812         * graph.C:
2813         * ispell.C:
2814         * lyx_cb.C:
2815         * lyxfind.C:
2816         * lyxfunc.C:
2817         * lyxlex_pimpl.C:
2818         * lyxrc.C:
2819         * lyxrow.C:
2820         * paragraph.C:
2821         * rowpainter.C:
2822         * texrow.C:
2823         * text.C:
2824         * text2.C:
2825         * toc.C: remove redundant using directives.
2826
2827 2003-09-07  Angus Leeming  <leeming@lyx.org>
2828
2829         * LaTeXFeatures.h: remove #include "support/types.h".
2830         * ToolbarBackend.h: remove #include <algorithm>.
2831         * changes.h: remove #include <ctime>.
2832         * debug.h: remove #include <iosfwd>.
2833         * graph.h: remove #include "support/std_string.h".
2834         * lyx_main.h: remove #include <csignal>.
2835         * lyxlex_pimpl.h: remove #include <fstream>.
2836         * sgml.h: remove #include <algorithm>, <utility>.
2837         * toc.h: remove #include "support/std_ostream.h".
2838         Add #include <iosfwd>.
2839
2840 2003-09-07  Angus Leeming  <leeming@lyx.org>
2841
2842         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2843
2844         * converter.h: forward declare LatexRunParams.
2845         * encoding.h: remove #include "lyxrc.h".
2846         * lyxtext.h: remove #include "LColor.h".
2847         * lyxtextclass.h: remove #include "support/types.h".
2848         * trans.h: remove #include "tex-accent.h".
2849         * trans_mgr.h: remove #include "tex-accent.h".
2850         * insets/inset.h: remove #include "support/types.h", <vector>.
2851         * insets/insetcollapsable.h: remove #include "LColor.h".
2852         * insets/insetinclude.h: remove #include "dimension.h".
2853         * insets/insetlatexaccent.h: remove #include "dimension.h".
2854         * insets/insetoptarg.h:: remove #include "insettext.h".
2855         * insets/insettext.h: remove #include "dimension.h",
2856         <boost/shared_ptr.hpp>
2857
2858         * insets/renderers.h: add #include "dimension.h".
2859         * insets/updatableinset.h: add #include "support/types.h".
2860
2861         * many .C files: Associated changes.
2862
2863 2003-09-06  Angus Leeming  <leeming@lyx.org>
2864
2865         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2866         one, inside testInvariant.
2867
2868         * PrinterParams.C: new file.
2869         * PrinterParams.[Ch]: move the function bodies out of line.
2870
2871 2003-09-06  Angus Leeming  <leeming@lyx.org>
2872
2873         * ParagraphParameters.h: forward declare ParameterStruct rather than
2874         including its header file.
2875         (depth): moved out-of-line.
2876
2877 2003-09-06  Angus Leeming  <leeming@lyx.org>
2878
2879         * BufferView_pimpl.h:
2880         * kbmap.h:
2881         * kbsequence.h:
2882         * lyxfunc.h: forward declare LyXKeySym rather than
2883         #include "frontends/LyXKeySym.h".
2884
2885         * BufferView_pimpl.C:
2886         * kbmap.C:
2887         * kbsequence.C:
2888         * lyxfunc.C: associated changes.
2889
2890 2003-09-06  Angus Leeming  <leeming@lyx.org>
2891
2892         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2893         As a result, can remove the #include "insets/inset.h" from BufferView.h
2894
2895 2003-09-06  Angus Leeming  <leeming@lyx.org>
2896
2897         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2898         As a result, can remove the #include "insets/inset.h" from BufferView.h
2899
2900 2003-09-06  Angus Leeming  <leeming@lyx.org>
2901
2902         * buffer_funcs.C:
2903         * buffer.h:
2904         * bufferlist.C:
2905         * BufferView.C:
2906         * bufferview_funcs.C:
2907         * BufferView_pimpl.C:
2908         * CutAndPaste.C:
2909         * lyx_cb.C:
2910         * lyxfunc.C:
2911         * paragraph.h:
2912         * ParagraphParameters.C:
2913         * tabular.C:
2914         * text3.C:
2915         * toc.C:
2916         * undo_funcs.C:
2917         * frontends/controllers/ControlDocument.C:
2918         * insets/insetcaption.C: rearrange the #includes into some sort of
2919         coherent order.
2920
2921         * buffer.h: remove #includes ErrorList.h, undo.h
2922
2923 2003-09-06  Angus Leeming  <leeming@lyx.org>
2924
2925         * support/types.h: add a 'depth_type' typedef, used to store the
2926         nesting depth of a paragraph.
2927
2928         * paragraph.h:
2929         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2930         defining explicitly.
2931
2932         * buffer.h:
2933         * paragraph_funcs.h:
2934         * ParagraphParameters.h:
2935         * sgml.h: use lyx::depth_type rather than Paragraph or
2936         ParameterStruct's depth_type.
2937
2938         * buffer.h
2939         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2940
2941         * BufferView.C:
2942         * BufferView_pimpl.C:
2943         * CutAndPaste.C:
2944         * ParagraphParameters.C:
2945         * buffer_funcs.C:
2946         * bufferlist.C:
2947         * bufferview_funcs.C:
2948         * lyx_cb.C:
2949         * lyxfunc.C:
2950         * tabular.C:
2951         * text3.C:
2952         * toc.C:
2953         * undo_funcs.C:
2954         * frontends/LyXView.C:
2955         * frontends/controllers/ControlDocument.C:
2956         * frontends/controllers/ControlErrorList.C:
2957         * insets/insetbibitem.C:
2958         * insets/insetbranch.C:
2959         * insets/insetcaption.C:
2960         * insets/insetcollapsable.C:
2961         * insets/insetenv.C:
2962         * insets/insetert.C:
2963         * insets/insetfloat.C:
2964         * insets/insetfoot.C:
2965         * insets/insetfootlike.C:
2966         * insets/insetnewline.C:
2967         * insets/insetquotes.C:
2968         * insets/insettabular.C:
2969         * insets/insettext.C:
2970         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2971
2972         * frontends/controllers/ControlChanges.C: #include "changes.h".
2973
2974 2003-09-06  Angus Leeming  <leeming@lyx.org>
2975
2976         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2977         than #including paragraph.h.
2978
2979         * ParagraphList.h:
2980         * RowList.h: deleted. Superfluous.
2981
2982         * CutAndPaste.h:
2983         * iterators.h:
2984         * lyxcursor.h:
2985         * lyxtext.h:
2986         * text_funcs.h:
2987         * undo.h:
2988         * undo_funcs.h:
2989         * insets/inset.h:
2990         * insets/insettext.h: use ParagraphList_fwd.h rather than
2991         ParagraphList.h.
2992
2993         * paragraph.h: don't forward declare ParagraphList.
2994
2995         * buffer.h:
2996         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2997         rather than ParagraphList.h. paragraph.h is still needed for the
2998         Paragraph::depth_type parameters.
2999
3000         * textcursor.h: enable it to compile stand-alone in light of the
3001         above changes.
3002
3003         * bufferview_funcs.C:
3004         * iterators.C:
3005         * lyxfunc.C:
3006         * lyxrow_funcs.C:
3007         * paragraph.C:
3008         * rowpainter.C:
3009         * text.C:
3010         * text2.C:
3011         * text3.C:
3012         * text_funcs.C:
3013         * textcursor.C:
3014         * undo.C:
3015         * frontends/controllers/ControlParagraph.C:
3016         * frontends/controllers/ControlTabular.C:
3017         * insets/insetmarginal.C:
3018         * insets/insetminipage.C:
3019         * insets/insetnote.C:
3020         * insets/insetoptarg.C: add header files needed to compile again.
3021
3022 2003-09-06  Angus Leeming  <leeming@lyx.org>
3023
3024         * RowList_fwd.h: new file, forward-declaring Row rather than
3025         #including lyxrow.h.
3026
3027         * lyxrow_funcs.h:
3028         * lyxtext.h:
3029         * paragraph.h:
3030         * insets/insettext.h: use it instead of RowList.h
3031
3032         * bufferview_funcs.C:
3033         * lyxfunc.C:
3034         * lyxrow_funcs.C:
3035         * paragraph.C:
3036         * rowpainter.C:
3037         * text.C:
3038         * text2.C:
3039         * text3.C: #include "RowList.h".
3040
3041 2003-09-05  Angus Leeming  <leeming@lyx.org>
3042
3043         * factory.C (createInset):
3044         * vspace.C (c-tor): replace sscanf call with an istringstream.
3045         * ispell.C: re-add missing HP/UX headers.
3046         * lyxserver.C: re-add missing  os2 headers.
3047
3048 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3049
3050         * BranchList.C:
3051         * graph.C:
3052         * ispell.C:
3053         * lastfiles.C:
3054         * lyx_cb.C:
3055         * lyxserver.C:
3056         * texrow.C:
3057         * text3.C: re-add missing system headers, needed for 2.95.2.
3058
3059 2003-09-05  Angus Leeming  <leeming@lyx.org>
3060
3061         Changes most place everywhere due to the removal of using directives
3062         from support/std_sstream.h.
3063
3064 2003-09-05  Angus Leeming  <leeming@lyx.org>
3065
3066         Replace LString.h with support/std_string.h,
3067         Lsstream.h with support/std_sstream.h,
3068         support/LIstream.h with support/std_istream.h,
3069         support/LOstream.h with support/std_ostream.h.
3070
3071         Changes resulting throughout the tree.
3072
3073 2003-09-05  Angus Leeming  <leeming@lyx.org>
3074
3075         * sgml.h: ensure that the header file can be compiled stand-alone.
3076         * *.C: strip out redundant #includes. (320 in total.)
3077
3078 2003-09-04  Angus Leeming  <leeming@lyx.org>
3079
3080         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3081         here (from getPackages).
3082
3083         * debug.[Ch]: add a new EXTERNAL tag.
3084
3085 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3086
3087         * text2.C (cursorEnd): simplify
3088         (setCursor): adjust
3089         (getColumnNearX): adjust
3090
3091         * text.C (computeBidiTables): adjust
3092         (fill): adjust
3093
3094         * rowpainter.C (paintChars): adjust
3095         (paintSelection): adjust
3096         (paintChangeBar): adjust
3097         (paintText): adjust
3098
3099         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3100         lastPos instead.
3101         (numberOfSeparators): adjust
3102
3103 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3104
3105         * LyXAction.C:
3106         * box.[Ch]:
3107         * lfuns.h:
3108         * lyxfunc.C:
3109         * text3.C: Restricts the mouse click functionality
3110         of insets like bibtex, include, toc and floatlist to the visible
3111         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3112         up the dialogs. Cursor has to be in front of the inset (i.e.
3113         start of row) for this to function.
3114
3115 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3116
3117         * bufferview_funcs.C (currentState): output row information
3118
3119 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3120
3121         * bufferview_funcs.C (currentState): output paragraph position
3122
3123 2003-09-04  Angus Leeming  <leeming@lyx.org>
3124
3125         * FloatList.h: move out #include "Floating.h".
3126         * LaTeX.h: move out #include "DepTable.h".
3127         * LyXAction.h: move out #include "funcrequest.h".
3128         * buffer.h: move out #include "author.h", "iterators.h".
3129         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3130         * lyx_main.h: move out #include "errorlist.h".
3131         * lyxfunc.h: move out #include "FuncStatus.h".
3132         * lyxtext: move out #include "lyxcursor.h".
3133         * paragraph_pimpl.h: move out #include "counters.h".
3134
3135 2003-09-03  Angus Leeming  <leeming@lyx.org>
3136
3137         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3138         preamble_snippets list, enabling us to add snippets to the preamble
3139         only if the snippet was not there already.
3140
3141 2003-09-04  Angus Leeming  <leeming@lyx.org>
3142
3143         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3144
3145 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3146
3147         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3148         update
3149
3150 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3151
3152         * BranchList.C: point fix, earlier forgotten
3153
3154 2003-09-02  Angus Leeming  <leeming@lyx.org>
3155
3156         * box.C (contains): renamed from 'contained' after a fantastic
3157         amount of hot air.
3158
3159 2003-09-02  John Levon  <levon@movementarian.org>
3160
3161         * BufferView.C:
3162         * lyxcursor.h:
3163         * lyxcursor.C:
3164         * lyxfunc.C:
3165         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3166
3167 2003-09-02  John Levon  <levon@movementarian.org>
3168
3169         * text2.C: simplification of cursorEnd(), including partial
3170         fix for bug 1376
3171
3172 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3173
3174         * buffer.C (readFile): add a space
3175
3176 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3177
3178         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3179
3180 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3181
3182         * buffer.C (readFile): new function, take a filename and a
3183         ParagraphList::iterator
3184         (readFile): adjust
3185         (readFile): adjust, make it private. don't use setStream, make
3186         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3187         always contain the filename.
3188
3189         * BufferView.C (insertLyXFile): simplify and make it work for
3190         gzipped files.
3191
3192 2003-08-30  John Levon  <levon@movementarian.org>
3193
3194         * Makefile.am: fix dist (from Kayvan)
3195
3196 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3197
3198         * most files: change to use const Buffer refs
3199
3200 2003-08-27  André Pönitz  <poenitz@gmx.net>
3201
3202         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3203         on top of ownerPar().
3204
3205 2003-08-27  John Levon  <levon@movementarian.org>
3206
3207         * funcrequest.C: properly initialise POD members
3208
3209 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3210
3211         * lyxtext.h (top_y): move top_y from here
3212         * text.C:
3213         * text2.C:
3214         * text3.C:
3215         * BufferView.[Ch]:
3216         * BufferView_pimpl.[Ch]: to here
3217         * frontends/screen.C:
3218         * insets/insettabular.C:
3219         * insets/insettext.C: adjust
3220         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3221
3222 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3223
3224         * BufferView.[Ch]:
3225         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3226
3227 2003-08-26  André Pönitz  <poenitz@gmx.net>
3228
3229         * paragraph_func.[Ch] (outerPar): new function
3230
3231         * paragraph.C:
3232         * paragraph_funcs.C:
3233         * paragraph_funcs.h:
3234         * paragraph_pimpl.C:
3235         * text2.C: remove Inset::par_owner
3236
3237 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3238
3239         * lyxrow_funcs.C:
3240         * lyxtext.h:
3241         * text.C:
3242         * text2.C: eliminates the needFullRow/display() stuff
3243         altogether, putting the logic in metrics/draw in the insets.
3244
3245 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3246
3247         * text2.C (redoParagraphInternal, redoParagraphs):
3248         * text.C (redoParagraph): add a call to updateRowPositions at the
3249         end of each 'metrics-like' call. Remove all others.
3250         (getRow): remove the 'y-computing' version.
3251         (getRowNearY): do not compute nor return the real y. Solve the
3252         'y < 0' problem and simplify.
3253
3254 2003-08-22  Angus Leeming  <leeming@lyx.org>
3255
3256         * *.[Ch]: clean-up of licence and author blurbs.
3257         Also move config.h out of a few .h files and into a few .C files.
3258
3259 2003-08-22  André Pönitz  <poenitz@gmx.net>
3260
3261         * lyxrow.[Ch]: add x_ and *fill_ members
3262
3263         * lyxtext.h:
3264         * text.C:
3265         * rowpainter.C:
3266         * text2.C: adjust/remove prepareToPrint() calls
3267
3268 2003-08-22  André Pönitz  <poenitz@gmx.net>
3269
3270         * lyxrow.[Ch]: add  end_ member
3271
3272         * lyxrow_funcs.C: use LyXRow::end_
3273
3274         * lyxtext.h (singleWidth): add LyXFont parameter
3275
3276         * rowpainter.C:
3277         * text2.C: adjust LyXText::singleWidth() calls
3278
3279         * text.C (redoParagraph): simplify row breaking logic
3280
3281
3282 2003-08-19  André Pönitz  <poenitz@gmx.net>
3283
3284         * funcrequest.C: initialize button_ member
3285
3286         * text3.C:
3287         * rowpainter.[Ch]: interface consolidation
3288
3289 2003-08-18  André Pönitz  <poenitz@gmx.net>
3290
3291         * BufferView.C:
3292         * BufferView_pimpl.C:
3293         * lyxfind.C:
3294         * paragraph_funcs.C:
3295         * rowpainter.C:
3296         * text3.C: remove LyXScreen::draw() and fitCursor calls
3297
3298         * BranchList.h: remove spurious semicolons
3299
3300         * MenuBackend.C: fix branchlist related crash
3301
3302 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3303
3304         * BranchList.[Ch]:
3305         * InsetList.[Ch]:
3306         * LColor.[Ch]:
3307         * LyXAction.C:
3308         * Makefile.am:
3309         * MenuBackend.[Ch]:
3310         * bufferparams.[Ch]:
3311         * factory.C:
3312         * lfuns.h:
3313         * lyxfunc.C:
3314         * text3.C: implements the 'branch inset'
3315         idea. This allows the output of various versions of a document
3316         from a single source version, selectively outputing or suppressing
3317         output of parts of the text.
3318         This implementation contains a 'branch list editor' in a separate
3319         tab of the document settings dialog. Branches are user definable
3320         and have a "display colour" to distinguish them on-screen.
3321
3322         ColorHandler was somewhat cleaned up.
3323         (1) make possible a dynamically growing LColor list by allowing
3324         the graphic context cache to grow along (vector);
3325         (2) eliminate an IMHO unnecessary step in colour allocation.
3326
3327 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3328
3329         * BufferView_pimpl.C: compile fix
3330
3331 2003-08-15  André Pönitz  <poenitz@gmx.net>
3332
3333         * rowpainter.C: remove extra metrics calls
3334
3335         * lyxtext.h: merge the two constructors into a single one,
3336           pass reference to owner's par list
3337
3338         * BufferView_pimpl.C:
3339         * text.C:
3340         * text2.C: adjust
3341
3342 2003-08-15  André Pönitz  <poenitz@gmx.net>
3343
3344         * lyxrow_funcs.[Ch]:
3345         * lyxtext.h:
3346         * paragraph.h:
3347         * paragraph_funcs.C:
3348         * rowpainter.C:
3349         * text.C:
3350         * text2.C:
3351         * text3.C:
3352         * text_funcs.C: split LyXText::rowlist_ into individual
3353         Paragraph::rows_ chunks
3354
3355         * BufferView.[Ch]:
3356         * BufferView_pimpl.[Ch]:
3357         * lyxfind.C:
3358         * lyxtext.h:
3359         * text3.C: remove toggleSelection()
3360
3361 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3362
3363         * bufferlist.C: beautify two alerts (shorter text of buttons)
3364         * buffer.C: Remove redundant ' ' from message
3365         * tabular.h:
3366         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3367         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3368         rename VALIGN_CENTER to VALIGN_MIDDLE
3369
3370 2003-08-11  André Pönitz  <poenitz@gmx.net>
3371
3372         * lyxtext.h (getPar):
3373         * text.C: new function
3374
3375 2003-08-11  André Pönitz  <poenitz@gmx.net>
3376
3377         * Makefile.am:
3378         * tracer.[Ch]: remove unneeded files
3379
3380         * InsetList.[Ch]: remove resizeInsetsLyXText()
3381
3382         * lyxtext.h:
3383         * text.C:
3384         * text2.C:
3385         * text3.C: merge insertParagraphs() and appendParagraph()
3386         remove breakAgain(), update()
3387
3388         * BufferView_pimpl.[Ch]:
3389         * bufferview_funcs.[Ch]:
3390         * lyxfunc.C:
3391         * paragraph.[Ch]:
3392         * rowpainter.C:
3393         * tabular.C: adjust after text & InsetList changes.
3394
3395 2003-08-08  André Pönitz  <poenitz@gmx.net>
3396
3397         * text.C (insertChar, backspace): replace rowlist fiddling
3398         with rebreak of full par
3399
3400         * lyxtext.h:
3401         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3402         checkParagraph, updateInset): removed
3403
3404 2003-08-07  André Pönitz  <poenitz@gmx.net>
3405
3406         * paragraph.C:
3407         * text3.C: merge some LFUN handlers, remove dead code
3408
3409 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3410
3411         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3412
3413 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3414
3415         * text2.C (DEPM): fix part of bug 1255 and 1256
3416
3417 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3418
3419         * BufferView_pimpl.C (workAreaDispatch): change to use
3420         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3421         that are no mouse related.
3422
3423 2003-08-05  André Pönitz  <poenitz@gmx.net>
3424
3425         * BufferView.[Ch]:
3426         * BufferView_pimpl.[Ch]:
3427         * bufferview_funcs.C:
3428         * text2.C:
3429         * text3.C: rip out "deep update"
3430
3431         * textcursor.[Ch] (last_sel_cursor): remove unused member
3432
3433 2003-08-04  André Pönitz  <poenitz@gmx.net>
3434
3435         * BufferView.[Ch]:
3436         * BufferView_pimpl.[Ch]:
3437         * ParagraphParameters.C:
3438         * bufferview_funcs.C:
3439         * lyx_cb.C:
3440         * lyxfind.C:
3441         * lyxfunc.C:
3442         * text.C:
3443         * text2.C:
3444         * text3.C: replace "complicated" BufferView::update(...) calls with
3445         simpler ones.
3446
3447         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3448
3449 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3450
3451         * Makefile.am (lyx_SOURCES): add paper.h
3452
3453 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3454
3455         * Makefile.am: move things around so that both lyx-qt and
3456         lyx-xforms can be built (according to --with-frontend). Then lyx
3457         is a symbolic link to lyx-[firstfrontend]
3458
3459 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3460
3461         * Always use std::endl with lyxerr
3462
3463 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3464
3465         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
3466
3467 2003-08-01  André Pönitz  <poenitz@gmx.net>
3468
3469         * BufferView.[Ch]:
3470         * BufferView_pimpl.[Ch]:
3471         * lyxfunc.C:
3472         * text3.C: merge BufferView::repaint() and BufferView::update()
3473
3474 2003-08-01  José Matos  <jamatos@lyx.org>
3475
3476         * buffer.[Ch]: file_format is no longer a buffer data element.
3477
3478 2003-08-01  André Pönitz  <poenitz@gmx.net>
3479
3480         * BufferView.C:
3481         * lyxtext.h:
3482         * text.C:
3483         * text2.C: make redoParagraph more independent of current cursor
3484
3485         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
3486         * text.C:
3487         * text2.C: remove unneeded members
3488
3489 2003-07-30  André Pönitz  <poenitz@gmx.net>
3490
3491         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
3492
3493         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
3494           create a single function...
3495
3496         * paragraph_funcs.C (moveItem): ... here.
3497
3498         * text.C:
3499           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
3500
3501 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
3502
3503         * LColor.[Ch]: Add comment and greyedout logical colors.
3504
3505 2003-07-30  André Pönitz  <poenitz@gmx.net>
3506
3507         * tabular.C: don't use Assert too heavily. This crashes where it
3508           shouldn't
3509
3510 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
3511
3512         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
3513         is disabled (bug 1232)
3514
3515 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3516
3517         * factory.C: limited 'arg' scope
3518
3519 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3520
3521         * factory.C: fixed Note submenu issues
3522
3523 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3524
3525         * factory.C: submenu for Note/Comment/Greyedout
3526
3527 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
3528
3529         * lyx_main.C (LyX):
3530         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
3531
3532 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
3533
3534         * LaTeXFeatures.C:
3535         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
3536         greyedout. Patch provided by Jürgen Spitzmüller.
3537
3538 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3539
3540         * kbmap.C (read): fix error message when reading bind files
3541
3542 2003-07-29  Angus Leeming  <leeming@lyx.org>
3543
3544         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
3545         certainly does not do what it purports to do. I am doing it, and
3546         us, a favour by killing it.
3547
3548 2003-07-28  José Matos  <jamatos@lyx.org>
3549
3550         * buffer.C (readBody, do_writeFile):
3551         * paragraph.C(readParagraph): \end_document replaces \the_end.
3552
3553 2003-07-29  André Pönitz  <poenitz@gmx.net>
3554
3555         * BufferView.[Ch]:
3556         * BufferView_pimpl.[Ch]:
3557         * lyxfunc.C:
3558         * text2.C:
3559         * text3.C:
3560         * textcursor.[Ch]: remove toggleToggle & Co
3561
3562 2003-07-28  José Matos  <jamatos@fep.up.pt>
3563
3564         * buffer.C (readParagraph):
3565         * params_func (readParToken, readParagraph):
3566         * paragraph.C (write): \layout -> \begin_layout.
3567
3568 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3569
3570         * lyxlex_pimpl.C (setFile): clean up slightly.
3571
3572         * bufferparams.h: add compressed var
3573
3574         * buffer_funcs.C (readFile): adjust for LyXLex change
3575         (newFile): ditto + simplify
3576
3577         * buffer.C (writeFile): handle writing of compressed files
3578
3579         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
3580         Check if the file is compressed and set a bufferparm if so.
3581
3582         * Makefile.am (lyx_LDADD): remove explicit -lz
3583
3584 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3585
3586         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
3587         makeDocBookFile): put the real LyX version in the first line of
3588         the file
3589
3590         * version.h:
3591         * version.C.in: remove lyx_docversion
3592
3593         * tabular.C (write_attribute): add a template-based version to
3594         write enums properly
3595
3596 2003-07-28  André Pönitz  <poenitz@gmx.net>
3597
3598         * lyxtext.h:
3599         * text.C:
3600         * text2.C:
3601         * text3.C: use doubles again for x-coordinates. They are needed.
3602
3603 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3604
3605         * messages.C (getLocaleDir): use lyx_localedir()
3606
3607         * lyxlex_pimpl.C (setFile): compress stuff
3608
3609         * buffer.C (writeFile): add some compression stuff
3610         (do_writeFile): new func, dont call expliti close... will this
3611         breake anything?
3612
3613         * Makefile.am (lyx_LDADD): add -lz
3614
3615 2003-07-28  José Matos  <jamatos@fep.up.pt>
3616
3617         * buffer.C: increment file format.
3618         * paragraph_funcs (readParagraph, readParToken):
3619         * paragraph.C (readParagraph): add \end_layout.
3620
3621 2003-07-27  Angus Leeming  <leeming@lyx.org>
3622
3623         * Makefile.am: remove special casing for configure-time setting of
3624         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
3625
3626         * lyx_main.C (init): remove all Jean-Marc's magic setting of
3627         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
3628
3629 2003-07-26  André Pönitz  <poenitz@gmx.net>
3630
3631         * paragraph_func.[Ch]:
3632         * paragraph.C (realizeFont): inline it whereever it is used
3633
3634         * rowpainter.C:
3635         * text.C:
3636         * text2.C:
3637         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
3638
3639
3640 2003-07-26  André Pönitz  <poenitz@gmx.net>
3641
3642         *       lyxtext.h:
3643         * text.C:
3644         * text2.C: get rid of LyXText::need_break_row
3645
3646 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3647
3648         * toc.[Ch]: put namespace toc inside namespace lyx
3649
3650         * MenuBackend.C (expandToc2): adjust for lyx::toc
3651         (expandToc): ditto
3652
3653         * lyxfunc.C (dispatch): adjust for lyx::find
3654
3655         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
3656         lyx::find instead. Reorganize a bit.
3657         (LyXReplace): rename to replace
3658         (LyXFind): rename to find
3659
3660         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
3661         (dispatch): ditto
3662
3663 2003-07-26  André Pönitz  <poenitz@gmx.net>
3664
3665         * text.C (setHeightOfRow): restrict scope of temporary variable
3666
3667         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3668           code (never has been used?)
3669
3670 2003-07-27  Asger Alstrup  <alstrup@local>
3671
3672         * text.C (fill): Optimise algorithm to exploit that we can reuse
3673         the LyXFont for many characters.
3674         (setHeightOfRow): Same thing.
3675         (rowBreakPoint): Same thing.
3676
3677 2003-07-26  Asger Alstrup  <alstrup@local>
3678
3679         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3680
3681         * text.C (singleWidth): Spurious font copying in hot-spot
3682         singleWidth avoided. Reorder tests for arabic for efficiency.
3683
3684         * text.C (fill): handle empty paragraphs better.
3685
3686 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3687
3688         * ispell.C:
3689         * encoding.h: add includes
3690
3691         * lyxrc.C: remove reading of bind files
3692
3693         * lyx_main.C (init): setup bindings and menus only if we have a
3694         gui.
3695
3696         * kbmap.C (read): new method. Do the actual reading of bind
3697         files.
3698
3699         * converter.C (dvipdfm_options):
3700         * bufferparams.C:
3701         * lyxrc.C (read):
3702         (output): adapt PAPER_* enums.
3703
3704         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3705
3706         * bufferparams.h: remove paper-related enums from there
3707
3708         * paper.h: New file. A trivial header file to hold paper-related
3709         enums. It should later expand to contain many paper-related
3710         horrors access.
3711
3712         * lyxrc.C: declare extern displayTranslator
3713
3714 2003-07-27  José Matos  <jamatos@fep.up.pt>
3715
3716         * tabular.[Ch] (linuxdoc): add support for tables and figures
3717         (linuxdoc).
3718
3719 2003-07-27  José Matos  <jamatos@fep.up.pt>
3720
3721         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3722         consistency in both functions.
3723         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3724
3725 2003-07-26  Asger Alstrup  <alstrup@local>
3726
3727         * rowpainter.C (paintRows): Change algorithm to work directly on
3728         the insets rather than asking every character in the document
3729         whether its an inset.
3730
3731 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3732
3733         * buffer.C (openFileWrite): factorize some code
3734
3735 2003-07-26  Angus Leeming  <leeming@lyx.org>
3736
3737         * lyx_cb.C:
3738         * lyx_main.[Ch]: replace occurances of system_tempdir with
3739         os::getTmpDir().
3740
3741 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3742
3743         * rename Inset to InsetOld
3744
3745 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3746
3747         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3748         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3749         which I think is a bit clearer. EDIT is gone, since it was
3750         premature optimisation, and broken for mathed anyway.
3751         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3752         with cursor positioning in insets as well (math insets still do not
3753         work, but that's a different story anyway.) It mysteriously
3754         crashes sometimes with undo in the first paragraph, but I'm fairly
3755         confident that this is a compiler bug.
3756
3757 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3758
3759         * paragraph.C (Paragraph): adjust for new clone return type
3760         (operator==): ditto
3761         (copyIntoMinibuffer): ditto
3762
3763 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3764
3765         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3766         by not having a special case, and always doing a full rebreak of
3767         the document after undo.
3768
3769 2003-07-23  Angus Leeming  <leeming@lyx.org>
3770
3771         * factory.C (createInset): InsetExternal::setParams now takes a
3772         Buffer const * arg.
3773
3774 2003-07-23  Angus Leeming  <leeming@lyx.org>
3775
3776         * factory.C (createInset): changed interface to the external and
3777         graphics mailers' string2params functions.
3778
3779 2003-07-23  Angus Leeming  <leeming@lyx.org>
3780
3781         * factory.C (createInset): pass a
3782         Buffer const * parameter to InsetExternalMailer's string2params.
3783
3784 2003-07-22  John Levon  <levon@movementarian.org>
3785
3786         * Thesaurus.h: include the right aiksaurus header
3787
3788 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3789
3790         * MenuBackend.C (expand): check menu shortcuts unconditionally
3791
3792 2003-07-21  Angus Leeming  <leeming@lyx.org>
3793
3794         * factory.C (createInset): pass a
3795         buffer_path parameter to InsetGraphicsMailer's string2params.
3796
3797 2003-07-21  Angus Leeming  <leeming@lyx.org>
3798
3799         * BufferView_pimpl.C (buffer):
3800         * buffer.C (d-tor):
3801         * lyx_main.C (LyX):
3802         * lyxfunc.C (dispatch):
3803         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3804         rather than the grfx shortcut.
3805
3806 2003-07-21  André Pönitz  <poenitz@gmx.net>
3807
3808         * rowpainter.C: remove unused variables
3809
3810         * tabular_funcs.C:
3811         * tabular_funcs.h: move to tabular.C
3812         * Makefile.am: adjust
3813
3814         * tabular.[Ch]: basic optical cleaning
3815
3816         * author.h: pass references, not values
3817
3818 2003-07-18  André Pönitz  <poenitz@gmx.net>
3819
3820         * lyxtext.h:
3821         * metricsinfo.C:
3822         * metricsinfo.h:
3823         * rowpainter.C:
3824         * text.C:
3825         * text2.C:
3826         * text3.C: two-phase drawing for InsetText and InsetTabular
3827         some float -> int changes.
3828
3829 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3830
3831         * lyx_main.C: fix the fix
3832
3833 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3834
3835         * lyx_main.C: fix a crash in batch mode if no files specified
3836         * converter.C: ws
3837
3838 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3839
3840         * format.[Ch] (papersize): moved to BufferParams
3841         * converter.[Ch] (dvips_options): moved to BufferParams
3842         (dvipdfm_options): moved to anon namespace
3843         * bufferparams.[Ch]: added above functions.
3844
3845 2003-07-17  André Pönitz  <poenitz@gmx.net>
3846
3847         * lyxtext.h:
3848         * rowpainter.C:
3849         * text2.C: don't call inset->update() anymore
3850
3851         * metricsinfo.[Ch]: add convenience constructor
3852
3853 2003-07-16  André Pönitz  <poenitz@gmx.net>
3854
3855         * lyxcursor.[Ch]:
3856         * lyxfunc.[Ch]:
3857         * text.C:
3858         * text2.C: replace the LyXCursor::irow_ member with
3859          on-demand computation of the value
3860
3861 2003-07-16  John Levon  <levon@movementarian.org>
3862
3863         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3864
3865 2003-07-15  André Pönitz  <poenitz@gmx.net>
3866
3867         * text.C:
3868         * text2.C: remove no more needed refresh_row
3869
3870 2003-07-15  André Pönitz  <poenitz@gmx.net>
3871
3872         * lyxtext.h:
3873         * rowpainter.C:
3874         * text2.C:
3875         * text3.C: refresh_status tristate -> need_update bool
3876
3877 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3878
3879         * lyxtext.h (init): remove reinit argument (act as if always true)
3880         * text2.C: adjust to that
3881
3882 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3883
3884         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3885         * text3.C: use it to delete selections in some cases
3886         (bugs 441, 673, 702, 954).
3887
3888 2003-07-14  André Pönitz  <poenitz@gmx.net>
3889
3890         * rowpainter.[Ch]: reduce interface
3891
3892 2003-07-14  André Pönitz  <poenitz@gmx.net>
3893
3894         * BufferView_pimpl.C:
3895         * text2.C: adjust after removing unused BufferView * argument
3896
3897 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3898
3899         * text2.C (init): fix a crash fired on resize
3900
3901 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3902
3903         * buffer.[Ch]: added new closing signal
3904         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3905         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3906         BufferView::Pimpl via the closing the signal
3907
3908 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3909
3910         * buffer.[Ch]: take out all bv-related from buffer
3911         * BufferView.C:
3912         * BufferView_pimpl.[Ch]: connect to new signals
3913         * CutAndPaste.C: removed useless asserts
3914         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3915         * lyxvc.[Ch]:
3916         * vc-backend.[Ch]:
3917         * lyxfunc.C: moved view-related funciontality from vc here
3918         * paragraph.C: removed outdated comments
3919         * text.C: ws
3920
3921 2003-07-10  André Pönitz  <poenitz@gmx.net>
3922
3923         * BufferView_pimpl.C:
3924         * tabular.h:
3925         * tabular_funcs.C:
3926         * text.C:
3927         * text2.C: remove InsetText::InnerCache, clean up consequences
3928
3929 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3930
3931         * ispell.C: fix two typos in error messages
3932
3933 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3934
3935         * Extend Note inset to other forms of annotation like Comment
3936         and Greyedout. Right button click gives dialog.
3937
3938         Files modified or added (+):
3939
3940         * insetnote.[Ch]
3941         * FormNote.[Ch]      +
3942         * ControlNote.[Ch]   +
3943         * form_note.fd       +
3944         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3945         frontends/controllers
3946         * xforms/Dialogs.C
3947         * factory.C
3948
3949 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3950
3951         * aspell.C: add missing namespace lyx::support
3952
3953 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3954
3955         * BufferView.[Ch] (newFile): Add
3956         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3957         * LaTeX.[Ch] (message): added this signal and use it
3958         * buffer.[Ch] (busy, message): added these signals and use them
3959         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3960         * converter.C:
3961         * exporter.C:
3962         * format.C:
3963         * importer.C: use buffer signals instead of direct bv calling
3964         * lyx_cb.[Ch] (ShowMessage): removed
3965         * lyx_main.C:
3966         * lyxfunc.C:
3967         * paragraph_funcs.C:
3968         * text2.C: use buffer signals
3969
3970 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3971
3972         * introduce namespace lyx::graphics
3973
3974 2003-07-02  André Pönitz  <poenitz@gmx.net>
3975
3976         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3977
3978 2003-07-01  André Pönitz  <poenitz@gmx.net>
3979
3980         * text.C:
3981         * text2.C:
3982         * text3.C:
3983         * text_funcs.[Ch]:
3984         * textcursor.h:
3985         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3986           text*.C to text_func.C
3987
3988 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3989
3990         * introduce namespace lyx::support
3991
3992 2003-06-30  André Pönitz  <poenitz@gmx.net>
3993
3994         * Chktex.C:
3995         * funcrequest.C:
3996         * lyxtext.h:
3997         * text.C: re-enable --with-included-string
3998
3999 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4000
4001         * textcursor.C: add <config.h>
4002
4003         * text.C (getWord): remove const from word_location arg
4004
4005         * lyxvc.C (getLogFile): fix const type order
4006
4007         * lyxtext.h: remove const from word_location arg, add arg name
4008
4009         * lyxlayout.h: currect type on labeltype.
4010
4011         * importer.C: correct \file
4012
4013         * converter.C (intToFormat): use std:: on ret val, ws changes
4014
4015         * bufferlist.h: correct \file
4016
4017         * buffer.C (makeLinuxDocFile): fix const type order
4018         (makeDocBookFile): ditto
4019         (fillWithBibKeys): use std:: on stdlib args.
4020
4021         * CutAndPaste.C: fix authors.
4022         (availableSelections): use std:: on return vector
4023
4024 2003-06-27  André Pönitz  <poenitz@gmx.net>
4025
4026         * BufferView_pimpl.C:
4027         * bufferview_funcs.C:
4028         * lyxcursor.C:
4029         * lyxcursor.h:
4030         * lyxfunc.C:
4031         * lyxtext.h:
4032         * rowpainter.C:
4033         * text.C:
4034         * text2.C:
4035         * text3.C: remove LyXCursor::row_ member
4036
4037         * lyxtext.h:
4038         * text.C: rename fullRebreak() to partialRebreak() and implement
4039           a fullRebreak() that really bereks fully
4040
4041         * textcursor.h: new struct for cursor-related data
4042
4043 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4044
4045         * lyx_main.C (LyX): get full path of document loaded on the
4046         command line
4047
4048 2003-06-26  André Pönitz  <poenitz@gmx.net>
4049
4050         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4051           remove unused/broken operator>,<,>=.
4052
4053         *       text.C: remove only use of broken operator<= in an Assert().
4054
4055 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4056
4057         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4058         moved errorlist_.clear to showErrorList
4059
4060 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4061
4062         * converter.C (scanLog, runLaTeX):
4063         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4064         move the bv->showErrorList call to the callers
4065         * lyxfunc.C: i.e. here...
4066         * text2.C: and here
4067         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4068         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4069         namespace, the second to...
4070         * buffer_funcs (BufferFormat, parseErrors): added
4071         * errorlist.C (ErrorList(TeXErrors const &)): removed
4072
4073 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4074
4075         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4076
4077 2003-06-24  "Garst R. Reese" <reese@isn.net>
4078
4079         * debug.C: fix typo
4080
4081 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4082
4083         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4084
4085         * version.C.in: change docversion to 1.4
4086
4087 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4088
4089         * buffer.C: fix a bug just introduced
4090
4091 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4092
4093         * buffer.[Ch]: added the parseError signal and use it, removed
4094         sgmlError
4095         * BufferView.[Ch] (addError): moved to ...
4096         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4097         to the Buffer::parseError signal to catch (guess what) parse errors
4098         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4099
4100 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4101
4102         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4103         ability to create a buffer and to return an existing one from
4104         the list. Moved these functions to...
4105         * buffer_funcs.[Ch]: added
4106         * BufferView.[Ch] (loadLyXFile): added
4107         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4108         job removed from bufferlist::loadLyXFile.
4109         * buffer.C (setReadOnly): make it work without view
4110         (i.e added an if (users))
4111
4112 2003-06-19  Angus Leeming  <leeming@lyx.org>
4113
4114         * lfuns.h:
4115         * LyXAction.C (init):
4116         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4117         with LFUN_DIALOG_SHOW <name> <data>.
4118
4119 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4120
4121         * CutAndPaste.C (availableSelections): small compilation fix for
4122         ancient (gcc 2.9x) compilers
4123
4124 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4125
4126         * text3.C (cursorNext): add tmp var
4127
4128         * text2.C (updateCounters): for function calling out of for clause
4129         (replaceSelectionWithString): ditto
4130         (insertStringAsParagraphs): ditto
4131         (getColumnNearX): add tmp var
4132         (setCursorFromCoordinates): add tmp var
4133         (cursorDownParagraph): add tmp var
4134         (deleteEmptyParagraphMechanism): add tmp var
4135
4136         * text.C (insertChar): add tmp var
4137
4138         * rowpainter.C (paintDepthBar): add tmp var
4139
4140         * CutAndPaste.C (availableSelections): potentially check all
4141         paragraphs in a cut to fill the shown strings.
4142
4143 2003-06-18  André Pönitz  <poenitz@gmx.net>
4144
4145         * kbmap.[Ch]: use vector<> instead of list<>
4146
4147 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4148
4149         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4150         pasteSelection with index
4151
4152         * text2.C (pasteSelection): modify, call pasteSelection with index
4153
4154         * paragraph.C (asString): reimplement version with no interval to
4155         call the one with interval.
4156
4157         * lyxtext.h: add index arg to pasteSelection
4158
4159         * MenuBackend.C (MenuItem): handle PasteRecent
4160         (Menu::read::Menutags): add md_pasterecent
4161         (read): handle it
4162         (expandPasteRecent): new function
4163         (expand): use it
4164
4165         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4166
4167         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4168         the limited stack
4169         (availableSelections): new function
4170
4171 2003-06-17  Angus Leeming  <leeming@lyx.org>
4172
4173         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4174
4175 2003-06-17  Angus Leeming  <leeming@lyx.org>
4176
4177         * lfuns.h:
4178         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4179
4180         * lyxfunc.C (dispatch): invoke it.
4181
4182 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4183
4184         * iterators.C (operator++, ParPosition): reintroduce some
4185         const_cast for the benefit of older compilers.
4186
4187 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4188
4189         * text3.C (dispatch): do not modify clipboard when doing
4190         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4191         LFUN_DELETE_SKIP on a selection selection
4192
4193 2003-06-16  André Pönitz  <poenitz@gmx.net>
4194
4195         * BufferView.C:
4196         * buffer.C:
4197         * buffer.h:
4198         * paragraph.C:
4199         * tabular.[Ch]: IU of clone() and getLabelList();
4200
4201 2003-06-13  André Pönitz  <poenitz@gmx.net>
4202
4203         * tabular.h: compactification
4204
4205 2003-06-12  André Pönitz  <poenitz@gmx.net>
4206
4207         * tabular.C:
4208         * tabular.h:
4209         * tabular_funcs.h: some renaming plus whitespace
4210
4211 2003-06-12  André Pönitz  <poenitz@gmx.net>
4212
4213         * BufferView.C:
4214         * BufferView_pimpl.C:
4215         * CutAndPaste.C:
4216         * buffer.C:
4217         * iterators.[Ch]:
4218         * lyxfunc.C:
4219         * text.C:
4220         * toc.C: Return a Paragraph & for ParIterator::operator*()
4221
4222 2003-06-11  John Levon  <levon@movementarian.org>
4223
4224         * lyx_main.C:
4225         * ToolbarBackend.h:
4226         * ToolbarBackend.C: add "Toolbars" section and
4227         put the flags there
4228
4229 2003-06-10  Angus Leeming  <leeming@lyx.org>
4230
4231         * lfuns.h:
4232         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4233
4234         * lyxfunc.C (dispatch): invoke it.
4235
4236 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4237
4238         * main.C: protect <ios> with HAVE_IOS
4239         (main): protect sync_with_stdio with HAVE_IOS
4240
4241 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4242
4243         * text2.C (cutSelection): adjust
4244         (pasteSelection): adjust
4245
4246         * messages.C: handle get of empty string
4247
4248         * main.C (main): use sync_with_stdio(false)
4249
4250         * lyxfunc.C (dispatch): adjust
4251
4252         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4253         (WriteAs): remove unneeded BufferView arg.
4254
4255         * bufferparams.h: use correct types on papersize, papersize2 and
4256         paperpackage.
4257
4258         * bufferparams.C (readToken): adjust for type
4259         (writeLaTeX): add missing cases to switch.
4260
4261         * bufferlist.C (quitWriteBuffer): adjust
4262         (close): adjust
4263
4264         * buffer.C (asciiParagraph): remove some commented code.
4265
4266         * CutAndPaste.C: remove current_view extern variable.
4267         (cutSelection): add BufferParams arg.
4268         (eraseSelection): add BufferParams arg.
4269         (pasteSelection): add Buffer const & arg
4270
4271 2003-06-07  John Levon  <levon@movementarian.org>
4272
4273         * buffer.C:
4274         * paragraph_funcs.C:
4275         * paragraph_pimpl.C:
4276         * text.C:
4277         * text2.C:
4278         * paragraph.h:
4279         * paragraph.C: allow InsetERT to freely space lines,
4280         and some consolidation of code
4281
4282 2003-06-06  José Matos  <jamatos@fep.up.pt>
4283
4284         * buffer.C (makeDocBookFile): fix bug #821
4285
4286 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4287
4288         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4289
4290 2003-06-04  Angus Leeming  <leeming@lyx.org>
4291
4292         * buffer.C: bump format to 224.
4293
4294 2003-06-05  André Pönitz  <poenitz@gmx.net>
4295
4296         * text2.C (redoParagraphs): remove two const_cast<>
4297
4298 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4299
4300         * ParagraphList.h: remove last remnants of NO_STD_LIST
4301
4302 2003-06-03  Angus Leeming  <leeming@lyx.org>
4303
4304         * factory.C (createInset): small change to the way InsetExternal's params
4305         are set.
4306
4307 2003-06-04  André Pönitz  <poenitz@gmx.net>
4308
4309         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4310
4311         * paragraph_pimpl.h:
4312         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4313
4314         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4315
4316         * undo_funcs.C: make some simple cases of undo work again
4317
4318 2003-06-03  John Levon  <levon@movementarian.org>
4319
4320         * ispell.C: HPUX doesn't have sys/select.h
4321         (from Albert Chin)
4322
4323 2003-06-03  John Levon  <levon@movementarian.org>
4324
4325         * CutAndPaste.C: update tabular and include inset
4326         buffer references
4327
4328         * buffer.h:
4329         * paragraph.h:
4330         * paragraph.C: remove owningBuffer(), don't pass Buffer
4331         to clone()
4332
4333         * factory.C: insetGraphicsParams changed
4334
4335 2003-06-02  John Levon  <levon@movementarian.org>
4336
4337         * LyXAction.C:
4338         * factory.C:
4339         * lfuns.h:
4340         * lyxfunc.C:
4341         * text3.C: remove insetparent
4342
4343 2003-06-02  John Levon  <levon@movementarian.org>
4344
4345         * buffer.h:
4346         * buffer.C: fix inset_iterator.end(), move out of line
4347         (bug 1149)
4348
4349 2003-06-01  John Levon  <levon@movementarian.org>
4350
4351         * text3.C: use a proper cut/paste when doing inset
4352         insert (from Jürgen Spitzmüller)
4353
4354 2003-06-01  John Levon  <levon@movementarian.org>
4355
4356         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4357
4358 2003-05-30  André Pönitz  <poenitz@gmx.net>
4359
4360         * rowpainter.C: unify second drawing phase
4361
4362 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4363
4364         * trans_mgr.C: remove one case of current_view
4365
4366         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4367
4368         * paragraph_funcs.h: remove paragraph.h include
4369
4370         * paragraph.h: delete NO_STD_LIST stuff
4371
4372         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4373
4374         * buffer.h: remove paragraph.h include
4375
4376         * ParagraphList.C: delete file
4377
4378         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4379
4380         * toc.C (getTocList): adjust
4381
4382         * paragraph_pimpl.C (validate): adjust
4383
4384         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4385
4386         * paragraph.C (Paragraph): adjust
4387         (getPositionOfInset): use const_iterator, adjust
4388         (bibitem): use const_iterator, adjust
4389         (setInsetOwner): adjust
4390
4391         * iterators.C (operator++): adjust
4392
4393         * InsetList.[Ch]: Replace selfmade iterator with standard
4394         vector::iterator also introduce const_iterator. Remove getPos,
4395         getInset and setInset from InsetTable. Adjust accordingly.
4396
4397         * BufferView.C (lockInset): adjust
4398         (ChangeInsets): adjust
4399
4400         * tabular.[Ch]: delete commented same_id functions
4401
4402 2003-05-28  John Levon  <levon@movementarian.org>
4403
4404         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4405
4406 2003-05-28  André Pönitz  <poenitz@gmx.net>
4407
4408         * metricsinfo.[Ch]: remove 'fullredraw' member
4409
4410 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4411
4412         * lyxtextclass.C (operator): remove caching.
4413
4414 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4415
4416         * text3.C: adjust
4417
4418         * text2.C (cursorBottom): adjust
4419         (setCounter): use ParagraphList::find, adjust
4420
4421         * text.C (workWidth): use ParagraphList::find, adjust
4422
4423         * lyxcursor.C (LyXCursor): adjust
4424
4425         * buffer.C (inset_iterator): adjust
4426
4427         * ParagraphList.h: make iterator(value_type) private, make
4428         ParagraphList a friend of iterator.
4429
4430         * ParagraphList.C (find): new function
4431
4432         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4433
4434 2003-05-27  André Pönitz  <poenitz@gmx.net>
4435
4436         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4437
4438 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4439
4440         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4441
4442 2003-05-26  John Levon  <levon@movementarian.org>
4443
4444         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4445
4446 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4447
4448         * remove same_id from function signatures, adjust.
4449
4450 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4451
4452         * undo_funcs.C (createUndo): use the id functions directly, adjust.
4453
4454         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
4455
4456         * paragraph.C (Paragraph): get rid of same_ids parameter
4457
4458         * ParagraphList.C (insert): adjust
4459         (push_back): adjust
4460
4461 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4462
4463         * paragraph_funcs.C (breakParagraph): adjust
4464         (breakParagraphConservative): adjust
4465
4466         * buffer.C (readParagraph): adjust
4467
4468         * ParagraphList.C (insert): take a reference instead of a pointer
4469         (insert): adjust
4470
4471         * paragraph.[Ch] (id): new function
4472
4473         * bufferlist.C (newFile): adjust
4474
4475         * ParagraphList.C (ParagraphList): adjust
4476         (assign): adjust
4477         (push_back): take a reference instead of a pointer.
4478
4479         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
4480
4481         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
4482         instead.
4483
4484         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
4485         set else use old code.
4486
4487         * ParagraphList.C: remove all NO_NEXT code and only compile this
4488         code of NO_STD_LIST is set.
4489
4490 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4491
4492         * BufferView_pimpl.C:
4493         * TextCache.C:
4494         * TextCache.h:
4495         * bufferlist.C:
4496         * errorlist.h:
4497         * format.C:
4498         * format.h:
4499         * graph.C:
4500         * lyxfunc.C:
4501         * lyxrc.C:
4502         * graphics/GraphicsConverter.C:
4503         * graphics/PreviewLoader.C: header adjustment
4504
4505 2003-05-23  Angus Leeming  <leeming@lyx.org>
4506
4507         * LaTeXFeatures.[Ch] (useBabel): new method.
4508         * bufferparams.C (writeLaTeX): use it.
4509
4510 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4511
4512         * ParagraphList.h (set): remove unused function.
4513
4514 2003-05-23  André Pönitz  <poenitz@gmx.net>
4515
4516         * BufferView.C:
4517         * BufferView_pimpl.C:
4518         * buffer.C:
4519         * buffer.h:
4520         * lyxfunc.C:
4521         * undo_funcs.C: setUndo reworked
4522
4523         * iterators.[Ch]: add access to topmost ParagraphList
4524
4525         * lyxtext.[Ch] (workWidth): add a const
4526
4527 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4528
4529         * texrow.[Ch] (increasePos): remove function
4530         * exporter.C (export): removed unused var and outdated comment
4531
4532 2003-05-23  Angus Leeming  <leeming@lyx.org>
4533
4534         * latexrunparams.h: rename fragile as moving_arg.
4535         * paragraph.C (simpleTeXOnePar): ditto.
4536         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
4537
4538 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4539
4540         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
4541         (createUndo): ditto
4542         (textUndoOrRedo): comment out a currently unused var.
4543
4544         * paragraph.h (NO_NEXT): enable NO_NEXT
4545
4546         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
4547
4548         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
4549
4550         * exporter.C (Export): adjust for removeAutoInsets removal.
4551
4552         * buffer.C (runChktex): adjust for removeAutoInsets removal.
4553
4554         * LyXAction.C (init): remove LFUN_REMOVEERRORS
4555
4556         * BufferView.[Ch] (removeAutoInsets): delete function
4557
4558 2003-05-22  Angus Leeming  <leeming@lyx.org>
4559
4560         * latexrunparams.h: add a free_spacing variable.
4561
4562         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
4563         to pass moving_arg, as the data is stored in runparams.fragile.
4564
4565         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
4566         to Inset::latexOptional or to simpleTeXOnePar.
4567
4568         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
4569         free_spacing arg to Inset::latexOptional.
4570
4571         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4572         free_spacing arg.
4573
4574 2003-05-22  Angus Leeming  <leeming@lyx.org>
4575
4576         * latexrunparams.h: add fragile and use_babel variables.
4577
4578         * bufferparams.[Ch] (writeLaTeX): return use_babel.
4579         * buffer.C (makeLaTeXFile): store this returned value in
4580         runparams.use_babel, thus passing it to the inset::latex methods.
4581
4582         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
4583         simpleTeXSpecialChars as it is now stored in runparams.fragile.
4584
4585         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
4586         longer has a fragile arg, as it is stored in runparams.fragile.
4587
4588         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
4589         moving_arg parameter as the data is stored in runparams.fragile.
4590
4591         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4592         a fragile parameter as the data is stored in runparams.fragile.
4593
4594 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4595
4596         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
4597
4598 2003-05-22  Angus Leeming  <leeming@lyx.org>
4599
4600         * latexrunparams.h: add a 'bool nice' which defaults to false.
4601
4602         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
4603         now encapsulated within runparams.
4604
4605         * bufferlist.C (updateIncludedTeXfiles):
4606         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
4607
4608 2003-05-22  Angus Leeming  <leeming@lyx.org>
4609
4610         * latexrunparams.h: new file containing struct LatexRunParams.
4611         * Makefile.am: add new file.
4612
4613         * LaTeX.[Ch] (c-tor, run):
4614         * buffer.[Ch] (makeLaTeXFile):
4615         * bufferlist.[Ch] (updateIncludedTeXfiles):
4616         * converter.C (convert, scanLog):
4617         * converter.[Ch] (runLaTeX):
4618         * exporter.C (Export):
4619         * paragraph.[Ch] (simpleTeXOnePar):
4620         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
4621         * paragraph_funcs.[Ch] (latexParagraphs):
4622         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
4623         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
4624         pass around a LatexRunParams parameter.
4625
4626 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4627
4628         * paragraph.[Ch]: remove unused constructor
4629
4630         * ParagraphList.C (erase): new function, taking two iterators
4631
4632 2003-05-22  André Pönitz  <poenitz@gmx.net>
4633
4634         * undo_funcs.C: remove duplicated code
4635
4636         * iterator.[Ch]: operator=
4637
4638 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4639
4640         * tabular.C (SetMultiColumn): ws changes
4641
4642         * rowpainter.C (paintFirst): get rid of a ->previous
4643
4644         * lyx_cb.C (getPossibleLabel): parlist simplification
4645
4646         * BufferView.C (ChangeInsets): simplify slightly.
4647
4648 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4649
4650         * LyXAction.C: new lfun space-insert, kill protected-space-insert
4651         * lfuns.h: new LFUN_SPACE
4652         * lyxfunc.C: protected space has a new lfun
4653         * paragraph_funcs.C: read new space insets
4654         * text3.C:
4655         * factory.C: handle new space insets
4656
4657 2003-05-22  André Pönitz  <poenitz@gmx.net>
4658
4659         * BufferView.C:
4660         * BufferView_pimpl.C:
4661         * buffer.[Ch]:
4662         * lyxfunc.C:
4663         * undo_funcs.C: return a ParIterator from getParFromID.
4664
4665         * iterators.[Ch]: add two const's
4666
4667 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4668
4669         * toc.C (getTocList): adjust
4670
4671         * iterators.[Ch]: rework for parlist
4672
4673         * buffer.C (par_iterator_begin): adjust
4674         (par_iterator_end): adjust
4675
4676         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4677
4678         * BufferView.C (removeAutoInsets): adjust
4679         (ChangeInsets): adjust
4680
4681 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4682
4683         * text.C (top_y): fix bug 1110
4684
4685 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4686
4687         * errorlist.[Ch]: added
4688         * buffer.C:
4689         * BufferView.[Ch]:
4690         * BufferView_pimpl.C:
4691         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4692         instead
4693
4694 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4695
4696         * Makefile.am: ensure that lyx is relinked upon changes to the
4697         various "convenience" libs.
4698
4699 2003-05-20  Angus Leeming  <leeming@lyx.org>
4700
4701         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4702         files are compiled in alphabetical order again.
4703
4704         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4705
4706 2003-05-19  Angus Leeming  <leeming@lyx.org>
4707
4708         * gettext.[Ch]: remove "char const * _(char const *)".
4709
4710 2003-05-19  André Pönitz  <poenitz@gmx.net>
4711
4712         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4713
4714         * Makefile.am:
4715         * BufferView.C:
4716         * DepTable.h:
4717         * LaTeXFeatures.C:
4718         * buffer.C:
4719         * lyxfont.C:
4720         * lyxlex.h:
4721         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4722
4723 2003-05-19  André Pönitz  <poenitz@gmx.net>
4724
4725         * buffer.C:
4726         * lyxlayout.[Ch]:
4727         * lyxtextclass.[Ch]:
4728         * paragraph.C:
4729         * paragraph_funcs.[Ch]:
4730         * text2.C:
4731         * text3.C: more insetenv work
4732
4733 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4734
4735         * ParagraphParameters.C (params2string): small bug fixed
4736
4737 2003-05-16  André Pönitz  <poenitz@gmx.net>
4738
4739         * debug.C:
4740         * bufferview_funcs.C: patch from Kornel Benko to prevent
4741           crash when _(...) is called twice in a statement
4742
4743 2003-05-16  André Pönitz  <poenitz@gmx.net>
4744
4745         * BufferView.C:
4746         * lyxfunc.C:
4747         * text.C:
4748         * text2.C:
4749         * text3.C:
4750         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4751
4752 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4753
4754         * lyx_main.C (init): remove spurious static_cast
4755
4756 2003-05-14  André Pönitz  <poenitz@gmx.net>
4757
4758         * BufferView.C: fix format string
4759
4760 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4761
4762         * BufferView.[Ch] (insertErrors): removed
4763         * BufferView.[Ch] (showErrorList): added
4764         * buffer.C (runChkTeX):
4765         * converter.C (scanLog): call showErrorList instead of inserterrors
4766
4767 2003-05-13  André Pönitz  <poenitz@gmx.net>
4768
4769         * BufferView_pimpl.C:
4770         * buffer.C:
4771         * bufferview_func.C:
4772         * MenuBackend.C:
4773         * lyxfunc.C:
4774         * lyxrc.C:
4775         * tex-accent.C:
4776         * text3.C:
4777         * toc.C:
4778         * tabular_funcs.h: tostr() from its own header
4779
4780         * ParagraphParameters.C:
4781         * ToolbarBackend.C:
4782         * bufferparams.C:
4783         * format.C:
4784         * lyxlex_pimpl.C:
4785         * text3.C: STRCONV()
4786
4787 2003-05-12  André Pönitz  <poenitz@gmx.net>
4788
4789         * BufferView.C:
4790         * BufferView_pimpl.C:
4791         * CutAndPaste.C:
4792         * LaTeX.C:
4793         * LaTeXFeatures.C:
4794         * ParagraphParameters.C:
4795         * buffer.C:
4796         * bufferlist.C:
4797         * bufferparams.C:
4798         * bufferview_funcs.C:
4799         * converter.C:
4800         * counters.C:
4801         * debug.C:
4802         * exporter.C:
4803         * format.C:
4804         * importer.C:
4805         * lyx_cb.C:
4806         * lyx_main.C:
4807         * lyxfont.C:
4808         * lyxfunc.C:
4809         * lyxvc.C:
4810         * paragraph.C:
4811         * paragraph_funcs.C:
4812         * tabular.C:
4813         * tabular_funcs.C:
4814         * text2.C:
4815         * text3.C:  boost::format -> bformat  all over the place
4816
4817
4818 2003-05-09  André Pönitz  <poenitz@gmx.net>
4819
4820         * LColor.[Ch]: Pimpl the #include <map> away
4821
4822 2003-05-09  John Levon  <levon@movementarian.org>
4823
4824         * bufferlist.C: never remove emergency saves
4825
4826 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4827
4828         * Makefile.am: better lib building
4829
4830 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4831
4832         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4833         instead.
4834         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4835         (simpleTeXSpecialChars): adjust
4836         (simpleTeXSpecialChars): adjust
4837         * paragraph.C (simpleTeXOnePar): adjust
4838         * buffer.C (makeLaTeXFile): adjust
4839
4840         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4841
4842         * text2.C (changeDepth): parlist cleanup
4843         (getColumnNearX): ditto
4844
4845         * rowpainter.C (getLabelFont): parlist cleanup
4846
4847         * bufferlist.C (newFile): parlist cleanup
4848
4849         * CutAndPaste.C (eraseSelection): parlist cleanup
4850
4851         * BufferView_pimpl.C (trackChanges): parlist cleanup
4852         (dispatch): ditto
4853
4854         * BufferView.C (lockInset): parlist cleanup.
4855         (ChangeInsets): ditto
4856
4857 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4858
4859         * CutAndPaste.h: Update file header.
4860
4861         * CutAndPaste.C: Update file header.
4862         Store the parts cut out of the Document in a limited_stack.
4863         (copySelection): adjust
4864         (pasteSelection): new function, takes the index in the limited stack.
4865         (nrOfParagraphs): adjust
4866         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4867         simplify error inset insertion.
4868         (checkPastePossible): adjust
4869
4870 2003-05-06  John Levon  <levon@movementarian.org>
4871
4872         * text2.C: don't cast wrap inset to float
4873
4874 2003-05-05  André Pönitz  <poenitz@gmx.net>
4875
4876         * iterator.C:
4877         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4878
4879         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4880           few naked Paragraph *.
4881
4882 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4883
4884         * bufferparams.C: Output warning if a document with missing
4885         TeX document class is loaded
4886         * exporter.C: Disable TeX exports if the document class is missing
4887         * lyxtextclass.C:
4888         * lyxtextclass.h:
4889         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4890         isTeXClassAvailable()
4891
4892 2003-05-03  John Levon  <levon@movementarian.org>
4893
4894         * BufferView.h:
4895         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4896         explicit cursor show/hide
4897
4898         * BufferView_pimpl.h:
4899         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4900         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4901
4902         * lyxfunc.C: hide cursor before dispatching.
4903
4904         * lyx_cb.C:
4905         * lyxfind.C:
4906         * text.C:
4907         * text3.C: remove explicit cursor hides
4908
4909 2003-05-02  André Pönitz  <poenitz@gmx.net>
4910
4911         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4912
4913         * undo_funcs.C:
4914         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4915           linked lists
4916
4917         * text2.C: tiny whitespace
4918
4919 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4920
4921         * undo_funcs.C: almost only ws changes.
4922
4923         * ParagraphList.C (splice): just return if pl is empty.
4924
4925 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4926
4927         * ParagraphList.C (splice): new function.
4928
4929         * CutAndPaste.C (pasteSelection): use it
4930
4931 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4932
4933         * CutAndPaste.C (pasteSelection): remove the last next and
4934         previous from this file.
4935
4936 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4937
4938         * CutAndPaste.C (pasteSelection): more clean up, user proper
4939         ParagraphList functions for pasteing.
4940
4941         * ParagraphList.C (insert): new function, three arg insert
4942
4943 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4944
4945         * ParagraphList.C (insert): new function, three arg insert
4946
4947         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4948         not on paragraphs.
4949
4950 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4951
4952         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4953
4954 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4955
4956         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4957
4958 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4959
4960         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4961         (copySelection): clean up a bit.
4962         (pasteSelection): use make_pair
4963
4964         * ParagraphList.C (ParagraphList): implement copy constructor
4965         (operator=): implement, base on copy constructor.
4966         (assign): new func
4967
4968         * paragraph.C (erase): return a bool
4969
4970         * paragraph_pimpl.C (erasePos): remove function, move contents...
4971         (erase): ... here. Return a bool.
4972         (erase): call erase instead of erasePos.
4973
4974 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4975
4976         * ParagraphList.h: define PitPosPair
4977         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4978         ParagraphList, fix a bug on pasting multiple pars
4979         * text2.C: change interface to C&P
4980
4981 2003-04-30  André Pönitz  <poenitz@gmx.net>
4982
4983         * undo_func.C: revert part of yesterday's patch 2
4984
4985 2003-04-30  John Levon  <levon@movementarian.org>
4986
4987         * LColor.C: s/tabular/table/
4988
4989 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4990
4991         * text3.C (dispatch): do not convert iterator -> pointer
4992         * undo_funcs.C (setCursorParUndo): ditto
4993         * text_funcs.C (transposeChars): ditto
4994
4995         * text2.C (setLayout): ws changes only
4996
4997         * text.C (breakParagraph): do not convert iterator -> pointer
4998         (insertChar): ditto
4999         (acceptChange): ditto
5000         (rejectChange): ditto
5001         (changeCase): ditto
5002         (Delete): ditto
5003         (backspace): ditto
5004
5005         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5006         pointer
5007
5008 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5009
5010         * text3.C (gotoInset): YABG (yet another bad getChar)
5011
5012 2003-04-29  André Pönitz  <poenitz@gmx.net>
5013
5014         * paragraph.h: make operator= private unimplemented as long as
5015           it is unusable
5016
5017         * ParagraphList.C: whitespace
5018
5019         * paragraph.[Ch]:
5020         * paragraph_pimpl.[Ch]:
5021         * paragraph_funcs.C:
5022         * CutAndPaste.C:
5023         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5024
5025         * text2.C:
5026           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5027
5028 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5029
5030         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5031         * paragraph.[Ch] (erase):
5032         * paragraph_pimpl.[Ch] (erase): change return type and value
5033         * text2.C (cutSelection): some rework
5034
5035 2003-04-28  John Levon  <levon@movementarian.org>
5036
5037         * bufferlist.C: changes for unsaved changes dialog
5038
5039 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5040
5041         * bufferlist.C (newFile): set language (messages_) for new
5042         documents also.
5043
5044         * buffer.C (readFile): ws changes only.
5045
5046 2003-04-28  André Pönitz  <poenitz@gmx.net>
5047
5048         * undo_funcs.C:
5049         * lyxfunc.C:
5050         * buffer.[Ch]:
5051         * BufferView_pimpl.C:
5052         * BufferView.C: getParFromID related ParagraphList::iterator changes
5053
5054 2003-04-28  André Pönitz  <poenitz@gmx.net>
5055
5056         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5057           Changes
5058
5059 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5060
5061         * messages.C: remove one more localedir class variable.
5062
5063 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5064
5065         * messages.C (getLocaleDir): singleton generation function
5066         (Pimpl): use it.
5067         (Messages): add a default constructor.
5068
5069         * main.C (main): do not setup localedir here, do not call
5070         gettext_init.
5071
5072         * gettext.C (_): use it.
5073         (gettext_init): delete funciton
5074
5075 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5076
5077         * gettext.C (getLyXMessages): new singleton generating function.
5078
5079         * buffer.C (updateDocLang): adjust
5080
5081         * Makefile.am (messages.o): add target
5082         (main.o): remove target
5083
5084 2003-04-27  John Levon  <levon@movementarian.org>
5085
5086         * bufferlist.C:
5087         * lyx_cb.C:
5088         * lyxfunc.C:
5089         * lyxvc.C: specify cancel button in Alert::prompt
5090
5091 2003-04-26  John Levon  <levon@movementarian.org>
5092
5093         * text3.C:
5094         * lyxfunc.C:
5095         * lfuns.h:
5096         * LyXAction.C: add LFUN_INSET_SETTINGS
5097
5098         * lyxfunc.C: don't enable tabular-feature when there's
5099         just any locking inset
5100
5101 2003-04-26  John Levon  <levon@movementarian.org>
5102
5103         * bufferlist.C: re-add Cancel to buffer close question
5104
5105         * lyxfunc.C: fix import UI a bit
5106
5107 2003-04-25  John Levon  <levon@movementarian.org>
5108
5109         * gettext.C: remove the broken asserts for now
5110
5111 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5112
5113         * messages.C: make case where setlocale cannot comply work better.
5114
5115         * buffer.C (updateDocLang): new function
5116         (changeLanguage): use it
5117         (readFile): use it
5118
5119         * text2.C (setCounter): use B_ a bit.
5120
5121         * lyxlayout.C (Read): be sure to trim the label strings.
5122
5123         * messages.C (Messages): fix typo in comment
5124
5125         * buffer.C (readFile): set message_ after file is loaded.
5126         (makeDocBookFile): remove double return
5127         (changeLanguage): reset message_ upon language change.
5128         (B_): new func, use this to get translated buffer strings.
5129
5130         * main.C: add myself and Jean Marc as authors.
5131
5132 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5133
5134         * messages.[hC]: pimplify Messages, and three different pimpls to be
5135         used in different circumstances.
5136
5137         * gettext.[Ch]: change for use with new message code.
5138
5139 2003-04-24 André Pönitz <poenitz@gmx.net>
5140
5141         * factory.C: support for eqref
5142
5143 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5144
5145         * messages.[Ch]: add missing char
5146
5147         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5148
5149         * messages.[Ch]: New files
5150
5151 2003-04-18  John Levon  <levon@movementarian.org>
5152
5153         * BufferView.h:
5154         * BufferView.C:
5155         * BufferView_pimpl.C:
5156         * lfuns.h:
5157         * LyXAction.C:
5158         * lyxtext.h:
5159         * text2.C: remove layout-copy/paste (bug 778)
5160
5161 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5162
5163         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5164
5165 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5166
5167         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5168         if they succeed. Act accordingly.
5169
5170 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5171
5172         * text2.C (setCharFont): adjust
5173         (setCounter): adjust
5174         (insertStringAsLines): adjust
5175
5176         * text.C (leftMargin): adjust
5177         (setHeightOfRow): adjust
5178
5179         * rowpainter.C (paintFirst): adjust
5180         (paintLast): adjust
5181
5182         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5183         (outerHook): ditto
5184         (isFirstInSequence): ditto
5185         (getEndLabel): ditto
5186         (outerFont): adjust
5187
5188         * paragraph.C (getParLanguage): comment out some hard stuff.
5189
5190         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5191         (sgmlError): ditto
5192         (simpleDocBookOnePar): ditto
5193         (makeDocBookFile): use ParagraphList::iterator
5194
5195         * CutAndPaste.C (pasteSelection): adjust
5196
5197 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5198
5199         * text2.C (getFont): adjust
5200         (getLayoutFont): adjust
5201         (getLabelFont): adjust
5202
5203         * paragraph_funcs.C (TeXOnePar): adjust
5204
5205         * buffer.C (simpleLinuxDocOnePar): adjust
5206         (simpleDocBookOnePar): adjust
5207
5208         * CutAndPaste.C (pasteSelection): adjust
5209
5210         * BufferView.C (getEncoding): adjust
5211
5212         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5213
5214 2003-04-16  John Levon  <levon@movementarian.org>
5215
5216         * lyxfind.C: use parlist stuff for search/changes
5217
5218 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5219
5220         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5221
5222         * text2.C (deleteEmptyParagraphMechanism): adjust
5223
5224         * text2.[Ch] (ownerParagraph): delete func (both of them
5225
5226 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5227
5228         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5229
5230 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5231
5232         * ParagraphList.C: prepare for NO_NEXT
5233
5234 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5235
5236         * text2.C (getFont): adjust
5237         (getLayoutFont): adjust
5238         (getLabelFont): adjust
5239
5240         * paragraph.C (getFont): adjust
5241         (getLabelFont): adjust
5242         (getLayoutFont): adjust
5243
5244         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5245
5246 2003-04-15  John Levon  <levon@movementarian.org>
5247
5248         From Angus Leeming
5249
5250         * lyx_main.C: handle Include in .ui files
5251
5252 2003-04-15  John Levon  <levon@movementarian.org>
5253
5254         * MenuBackend.C: make the doc files length shorter
5255
5256         * ToolbarBackend.h:
5257         * ToolbarBackend.C: handle toolbar placement flags,
5258         Minibuffer
5259
5260 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5261
5262         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5263         adjust
5264
5265         * paragraph_funcs.C (TeXOnePar): adjust
5266
5267         * paragraph.C (getLabelFont): add outerfont arg, adjust
5268         (getLayoutFont): ditto
5269         (simpleTeXOnePar): adjust
5270
5271         * paragraph_pimpl.C (realizeFont): delete func
5272
5273 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5274
5275         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5276         row argument, constify cur argument.
5277
5278 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5279
5280         * text2.C (getFont): adjust
5281         (getLayoutFont): adjust
5282         (getLabelFont): adjust
5283
5284         * paragraph_funcs.C (TeXOnePar): adjust
5285         (outerFont): new func...
5286         (realizeFont): ...moved out from here, changed this to facilitate
5287         transition
5288
5289         * paragraph.C (getFont): take outerfont as arg, adjust
5290         (simpleTeXOnePar): add outerfont arg, adjust
5291
5292         * buffer.C (simpleLinuxDocOnePar): adjust
5293         (simpleDocBookOnePar): adjust
5294
5295         * CutAndPaste.C (pasteSelection): adjust
5296
5297         * BufferView.C (getEncoding): adjust
5298
5299 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5300
5301         * text2.C (setCharFont): adjust
5302         (setCounter): adjust
5303
5304         * text.C (leftMargin): adjust
5305         (setHeightOfRow): adjust
5306
5307         * rowpainter.C (paintFirst): adjust
5308         (paintLast): adjust
5309
5310         * paragraph_pimpl.C (realizeFont): adjust
5311
5312         * paragraph.C (isFirstInSequence): move from here...
5313         * paragraph_funcs.C (isFirstInSequence): ...to here
5314
5315         * paragraph.C (outerHook): move from here...
5316         * paragraph_funcs.C (outerHook): ...to here
5317
5318         * paragraph.C (depthHook): move from here...
5319         * paragraph_funcs.C (depthHook): ...to here
5320
5321         * paragraph.C (getEndLabel): move from here...
5322         * paragraph_funcs.C (getEndLabel): ...to here
5323
5324         * text2.C (realizeFont): move from here...
5325         * paragraph_funcs.C (realizeFont): ...to here
5326
5327 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5328
5329         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5330
5331 2003-04-14  Angus Leeming  <leeming@lyx.org>
5332
5333         * LColor.[Ch]: scrap LColor mathcursor.
5334
5335 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5336
5337         * lyxlex.[Ch] (text): delete function
5338         * trans.C (Load): adjust
5339         * paragraph_funcs.C (readParToken): adjust
5340
5341 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5342
5343         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5344         vector<char> instead of a char[].
5345
5346         * lyxlex_pimpl.C (getString): adjust
5347         (next): adjust
5348         (lex): use getString
5349         (eatLine): adjust
5350         (nextToken): adjust
5351
5352         * lyxlex.C (text): use pimpl_->getString()
5353         (getBool): ditto
5354         (findToken): ditto
5355
5356 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5357
5358         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5359         (makeFontEntriesLayoutSpecific): temp var for par.size()
5360         (setLayout): temp var for ownerParagraphs().end()
5361         (fullRebreak): temp var for rows().end()
5362         (selectionAsString): temp var for boost::next(startpit), realize
5363         that the while really is a regular for loop.
5364         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5365         setCursor in one place.
5366         (setParagraph): temp vr for ownerParagraphs().end()
5367         (updateCounters): make the while loop a for loop
5368         (cutSelection): temp var for ownerParagraphs().end()
5369         (updateInset): make the do {} while() a regular for loop
5370         (getCursorX): use temp vars
5371         (setCurrentFont): use temp vars
5372         (getColumnNearX): use temp vars
5373
5374 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5375
5376         * text.C (transformChar): use temp var for getChar
5377         (computeBidiTables): use temp var for row->par()
5378         (fill): move temp vars for row->par() and pit->layout() earlier in
5379         the function.
5380         (labelFill): use temp var for row->par()
5381         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5382         asc and desc, realize that pit never changes and that firstpit is
5383         just a duplicate and not needed. Exchange rit->par() with pit in a
5384         lot of places.
5385         (breakAgain): use a temp var for boost::next(rit)
5386         (breakAgainOneRow): ditto
5387         (breakParagraph): use a temp var for rows().begin()
5388         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5389         (cursorRightOneWord): use temp var for cursor.par() and
5390         cursor.pos(), remove usage of tmpcursor.
5391         (cursorLeftOneWord): use temp var for cursor.par() and
5392         cursor.pos() only set cur at end of function.
5393
5394 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5395
5396         * text.C, text2.C: exchange all usage of Paragraph::next with
5397         boost::next(ParagraphList::iterator)
5398
5399         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5400
5401         * text2.C (cursorTop): simplify implementation
5402         (cursorBottom): ditto
5403         (setParagraph): use ParagraphList::iterator
5404         (setCurrentFont): adjust
5405         (getColumnNearX): adjust
5406         (cursorRight): adjust
5407         (cursorLeft): remove usage of Paragraph::previous
5408         (cursorUpParagraph): ditto
5409         (deleteEmptyParagraphMechanism): slight cleanup
5410
5411         * text.C (isBoundary): take a Paragraph const & instead of a
5412         pointer as arg.
5413         (addressBreakPoint): ditto
5414         (leftMargin): remove usage of Paragraph::previous.
5415         (setHeightOfRow): ditto
5416         (cursorLeftOneWord): ditto
5417         (selectNextWordToSpellcheck): ditto
5418         (Delete): ditto
5419         (backspace): ditto
5420         (breakParagraph): remove one usage of Paragraph::next
5421         (redoParagraph): ditto
5422         (acceptChange): ditto
5423         (insertChar): adjust
5424         (rowBreakPoint): adjust
5425
5426         * bufferview_funcs.C (toggleAndShow): adjust
5427
5428 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5429
5430         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5431         methods to access it.
5432         * lyxtext.h:
5433         * text.C: Added updateRowPositions to compute all row positions.
5434         Make top_y and getRowNearY() to use the cached y position
5435
5436 2003-04-11  John Levon  <levon@movementarian.org>
5437
5438         * text.C (rowBreakPoint): reintroduce the labelEnd
5439         checks, code copied from the row fill stuff. Deep voodoo.
5440
5441         * text.C (fill): add a comment and debugging for the
5442         next poor soul.
5443
5444 2003-04-11  John Levon  <levon@movementarian.org>
5445
5446         * text.C: make sure fullrow insets get wrapped to the next line,
5447         even when they're in a manual label
5448
5449 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5450
5451         * text2.C (insertParagraph): make it take ParagraphList::iterator
5452         as arg.
5453         (setLayout): make it return ParagraphList::iterator
5454         (redoParagraphs): ditto
5455         (setCounter): ditto
5456         (checkParagraph): ditto
5457
5458         * text.C (getRow): make getrow take ParagraphList::iterator as arg
5459
5460         * text2.C: adjust several funcs.
5461         (realizeFont): take a ParagraphList::iterator as arg.
5462         (getLayoutFont): ditto
5463         (getLabelFont): ditto
5464         (setCharFont): ditto
5465
5466         * text.C: adjust several funcs.
5467
5468 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5469
5470         * text.C (selectNextWordToSpellcheck): don't accidentally
5471         skip insets
5472
5473 2003-04-10  John Levon  <levon@movementarian.org>
5474
5475         * ToolbarBackend.C (getIcon): special handling for
5476         LFUN_MATH_DELIM
5477
5478 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5479
5480         * text2.C (cursorRight): a getChar assert fixed
5481
5482 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5483
5484         * text2.C (getFont): change to take a ParagraphList::iterator
5485         instead of Paragraph*
5486         Adjust several functions.
5487
5488         * text.C (transformChar): change to take a ParagraphList::iterator
5489         instead of Paragraph*
5490         (singleWidth): ditto
5491         Adjust several functions.
5492
5493         * rowpainter.C: adjust several functions
5494         * rowpainter.h:store a ParagraphList::iterator and not a
5495         Paragraph&.
5496
5497
5498 2003-04-09  John Levon  <levon@movementarian.org>
5499
5500         * lyxfunc.C:
5501         * lfuns.h:
5502         * LyXAction.h:
5503         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
5504         and the "help" bits as well
5505
5506 2003-04-09  John Levon  <levon@movementarian.org>
5507
5508         * ToolbarBackend.h:
5509         * ToolbarBackend.C: allow multiple toolbars
5510
5511 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5512
5513         * undo_funcs.C (setCursorParUndo): adjust
5514
5515         * text_funcs.C (transposeChars): adjust
5516
5517         * text3.C (gotoNextInset): adjust
5518         (dispatch): adjust
5519
5520         * text2.C (setLayout): adjust
5521         (changeDepth): adjust
5522         (setFont): adjust
5523         (redoParagraphs): adjust
5524         (selectionAsString): adjust
5525         (setParagraph): adjust
5526         (insertInset): adjust
5527         (cutSelection): adjust
5528         (copySelection): adjust
5529         (pasteSelection): adjust
5530         (insertStringAsLines): adjust
5531         (updateInset): adjust
5532         (setCursor): change to take a ParagraphList::iterator parameter
5533         (setCursorIntern): change to take a ParagraphList::iterator parameter
5534         (setCurrentFont): adjust
5535         (cursorLeft): adjust
5536         (cursorRight): adjust
5537         (deleteEmptyParagraphMechanism): adjust
5538
5539         * text.C (breakParagraph): adjust
5540         (insertChar): adjust
5541         (acceptChange): adjust
5542         (rejectChange): adjust
5543         (selectNextWordToSpellcheck): adjust
5544         (changeCase): adjust
5545         (Delete): adjust
5546         (backspace): adjust
5547
5548         * lyxfind.C (SearchForward): adjust
5549         (SearchBackward): adjust
5550         (nextChange): adjust
5551
5552         * lyxcursor.C (par): adjust
5553
5554         * lyxcursor.h: store a ParagraphList::iterator instead of a
5555         Paragraph*
5556
5557         * lyx_cb.C (getPossibleLabel): adjust
5558
5559         * bufferview_funcs.C (toggleAndShow): adjust
5560
5561         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5562         (dispatch): adjust
5563
5564         * BufferView.C (removeAutoInsets): adjust
5565         (lockedInsetStoreUndo): adjust
5566
5567 2003-04-09  John Levon  <levon@movementarian.org>
5568
5569         * ToolbarBackend.C: try icon without argument
5570         if with argument fails
5571
5572 2003-04-08  John Levon  <levon@movementarian.org>
5573
5574         * ToolbarBackend.h:
5575         * ToolbarBackend.C: add getIcon(), handle tooltip,
5576         and change from "Icon" to "Item".
5577
5578 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5579
5580         * BufferView.C (lockInset): another bad getchar crunched
5581
5582 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5583
5584         * text2.C (changeDepth): do not setUndo on test_only (make undo work
5585         again)
5586
5587 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
5588
5589         * lyxfind.C (searchForward, searchBackwards): bug 782
5590
5591 2003-04-07  John Levon  <levon@movementarian.org>
5592
5593         * paragraph.C: remove dead comment
5594
5595         * text.C: remove troublesome depth-fiddling code
5596         in leftMargin() and rightMargin() (bug 1017)
5597
5598         * text.C: fix breaking of rows in nested lists
5599         (bug 1004)
5600
5601         * text2.C (updateCounters): fix up depth values
5602         (bug 1013)
5603
5604 2003-04-07  John Levon  <levon@movementarian.org>
5605
5606         * BufferView_pimpl.C: clear message when doc finishes resizing,
5607         and after a mouse event
5608
5609         * lyxfunc.C: clear message after exiting inset
5610
5611 2003-04-07  John Levon  <levon@movementarian.org>
5612
5613         * bufferview_funcs.C: show math status not outside
5614         status in the statusbar
5615
5616 2003-04-07  John Levon  <levon@movementarian.org>
5617
5618         * lyxfunc.C: note status changed after a depth change
5619
5620 2003-04-04  Angus Leeming  <leeming@lyx.org>
5621
5622         * LaTeX.h: move AuxInfo operator==, != out of line.
5623         Remove LaTeX virtual destructor; nothing derives from it.
5624         Move operator()() out of public area and rename it startscript().
5625         Change protected for private.
5626
5627 2003-04-04  Angus Leeming  <leeming@lyx.org>
5628
5629         * lyxfunc.C:
5630         * text2.C: remove unneeded #includes.
5631
5632 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5633
5634         * text2.C (dEPM): fix the heigth of the next row
5635
5636 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5637
5638         * text.C: squashed an invalid getChar requester + some ws changes
5639
5640 2003-04-03  John Levon  <levon@movementarian.org>
5641
5642         * bufferview_funcs.h:
5643         * bufferview_funcs.C:
5644         * lyxfunc.C:
5645         * lyxtext.h:
5646         * text2.C: make getStatus work for the env depth lfuns
5647
5648 2003-04-03  John Levon  <levon@movementarian.org>
5649
5650         * bufferview_funcs.h:
5651         * bufferview_funcs.C:
5652         * lyxfunc.C:
5653         * lyxtext.h:
5654         * text2.C: parlistize decDepth(), by merging it with incDepth()
5655
5656 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5657
5658         * lyxrow.h: store a ParagraphList::iterator instead of a
5659         Paragraph* and adjust other class functions to suit.
5660
5661         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
5662         above.
5663
5664 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5665
5666         * text2.C (setCursor): do not anchor to cursor row for the time being
5667
5668 2003-04-02  John Levon  <levon@movementarian.org>
5669
5670         * LyXAction.C:
5671         * lfuns.h:
5672         * lyx_main.C:
5673         * lyxtext.h:
5674         * text.C:
5675         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5676
5677 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5678
5679         * paragraph.h: make ParagraphList and ParagraphList::iterator
5680         friends of Paragraph.
5681
5682         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5683
5684         * ParagraphList.C: Use the private next_ and previous_ from
5685         Paragraph.
5686
5687 2003-04-01  John Levon  <levon@movementarian.org>
5688
5689         * ToolbarBackend.h:
5690         * ToolbarBackend.C:
5691         * Makefile.am: rename, remove defaults gunk
5692
5693         * MenuBackend.h:
5694         * MenuBackend.C: remove defaults gunk
5695
5696         * Languages.h:
5697         * Languages.C: remove defaults gunk
5698
5699         * lyx_main.h:
5700         * lyx_main.C: error out if files couldn't be found.
5701
5702 2003-04-02  John Levon  <levon@movementarian.org>
5703
5704         * text2.C: make incDepth() use parlist
5705
5706 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5707
5708         * undo_funcs.C (firstUndoParagraph): adjust
5709
5710         * text3.C (gotoInset): adjust
5711         (dispatch): adjust, and rewrite loop.
5712
5713         * text2.C (init): adjust, and rewrite loop.
5714         (redoParagraphs): adjust
5715         (updateInset): adjust, and rewrite loop.
5716         (deleteEmptyParagraphMechanism): adjust
5717
5718         * tabular.C (LyXTabular): adjust
5719         (SetMultiColumn): adjust
5720         (TeXRow): adjust
5721
5722         * lyxtext.[Ch] (ownerParagraph): delete function
5723         (ownerParagraphs): new function returns a ParagraphList.
5724
5725         * BufferView.C (removeAutoInsets): adjust
5726         (insertErrors): adjust
5727         (setCursorFromRow): adjust
5728
5729 2003-04-01  Angus Leeming  <leeming@lyx.org>
5730
5731         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5732         in the frontends.
5733
5734 2003-04-02  John Levon  <levon@movementarian.org>
5735
5736         * lyxtext.h:
5737         * text.C:
5738         * Makefile.am:
5739         * text_funcs.h:
5740         * text_funcs.C: make transposeChars a free function
5741
5742         * lyxrow_funcs.C: remove wrong comment
5743
5744 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5745
5746         * lyxtext.h: adjust
5747         * rowpainter.C: adjust
5748         * text.C: adjust
5749         * text2.C: adjust
5750         * text3.C: adjust
5751
5752         * lyxrow_funcs. [Ch]: new files
5753
5754         * lyxrow.[Ch]: remove next and previous pointers
5755         (next,previous): remove accessor functions
5756         (isParEnd): move to lyxrow_funcs
5757         (lastPos): move to lyxrow_funcs
5758         (nextRowIsAllInset): move to lyxrow_funcs
5759         (lastPrintablePos): move to lyxrow_funcs
5760         (numberOfSeparators): move to lyxrow_funcs
5761         (numberOfHfills): move to lyxrow_funcs
5762         (numberOfLabelHfills): move to lyxrow_funcs
5763         (hfillExpansion): move to lyxrow_funcs
5764
5765         * lyxfunc.C: adjust
5766
5767         * bufferview_funcs.C (toggleAndShow): adjust
5768
5769         * RowList.h: Remove class RowList from file leave just a
5770         std::list<Row>.
5771
5772         * RowList.C: delete file
5773
5774         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5775         and lyxrow_funcs.h
5776
5777 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5778
5779         * text3.C (cursorPrevious): adjust
5780         (cursorNext): adjust
5781         (dispatch): adjust
5782
5783         * text2.C (redoHeightOfParagraph): adjust
5784         (redoDrawingOfParagraph): adjust
5785         (setCursor): adjust
5786
5787         * text.C (breakParagraph): adjust
5788         (insertChar): adjust
5789         (backspace): adjust
5790
5791         * rowpainter.C (RowPainter): adjust
5792         (leftMargin): simplify and adjust
5793         (most rowpainter functions): adjust.
5794
5795         * rowpainter.h: store the row as RowList::iterator not as Row*
5796
5797         * lyxcursor.C (row): taka RowList::iterator as arg
5798         (irow): ditto
5799
5800         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5801         of Row*.
5802
5803 2003-04-01  Angus Leeming  <leeming@lyx.org>
5804
5805         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5806         stuff like bool Bool.
5807
5808 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5809
5810         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5811         rewrite a loop
5812
5813 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5814
5815         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5816         RowList::iterator.
5817
5818         * lyxtext.h (rows): drop one version and leve a const variant that
5819         returns a RowList::iterator.
5820
5821 2003-03-31  Angus Leeming  <leeming@lyx.org>
5822
5823         * text.C (fill): ensure that the signature is the same as that in the
5824         header file.
5825
5826 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5827
5828         * text2.C (redoParagraphs): adjust
5829         (updateCounters): adjust
5830         (checkParagraph): adjust
5831         (getColumnNearX): adjust and reformat a bit.
5832
5833         * text.C (top_y): adjust
5834         (workWidth): adjust
5835         (leftMargin): adjust
5836         (prepareToPrint): adjust
5837         (getRow): adjust
5838         (getRowNearY): adjust
5839
5840         * lyxtext.h: make rowlist_ mutable.
5841
5842         * RowList.h: add const_iterator
5843         * RowList.C: adjust for RowList::const_iterator.
5844
5845         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5846         adjust.
5847
5848 2003-03-31  John Levon  <levon@movementarian.org>
5849
5850         * lyxrc.h:
5851         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5852
5853         * lyx_main.C: set default fonts from using lyx_gui funcs
5854
5855         * exporter.C: pdf_mode moved from lyxrc
5856
5857         * lyx_cb.C:
5858         * lyxfunc.C: changes from above
5859
5860 2003-03-31  John Levon  <levon@movementarian.org>
5861
5862         * lyx_main.C: fix to the last fix
5863
5864 2003-03-31  John Levon  <levon@movementarian.org>
5865
5866         * bufferlist.C: "Load original" -> "Load Original"
5867
5868         * converter.C:
5869         * exporter.C:
5870         * importer.C:
5871         * lyx_main.C:
5872         * format.C: more Alert cleanups
5873
5874 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5875
5876         * text2.C (removeParagraph): make it take a RowList::iterator as
5877         arg, adjust.
5878         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5879         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5880
5881         * text.C (anchor_row): make it take a RowList::iterator as arg,
5882         adjust.
5883         (computeBidiTables): make it take a const reference to Row instead
5884         of Row pointer, adjust.
5885         (leftMargin): make it take a RowList::iterator as arg, adjust.
5886         (rowBreakPoint): adjust
5887         (breakAgainOneRow): make it take a RowList::iterator as arg,
5888         adjust.
5889         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5890
5891         * bufferview_funcs.C (toggleAndShow): adjust
5892
5893 2003-03-30  John Levon  <levon@movementarian.org>
5894
5895         * Makefile.am:
5896         * BoostFormat.h:
5897         * boost-inst.C: moved to support
5898
5899         * several files: changes as a result
5900
5901 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5902
5903         * text2.C (LyXText): adjust.
5904         (init): adjust
5905         (removeRow): make it take a RowList::iterator as arg, adjust.
5906         (fullRebreak): adjust
5907         (deleteEmptyParagraphMechanism): adjust
5908         (clearPaint): adjust
5909         (postPaint): adjust
5910
5911         * text.C (top_y): adjust
5912         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5913         (breakAgain): make it take a RowList::iterator as arg, adjust.
5914         (breakParagraph): adjust
5915         (insertChar): adjust
5916         (backspace): adjust
5917
5918         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5919         need_break_row, and refresh_row.
5920
5921         * text3.C (dispatch): adjust
5922
5923         * text2.C (checkParagraph): adjust
5924         (setCursor): adjust
5925         (setCursorFromCoordinates): adjust
5926
5927         * text.C (top_y): adjust
5928         (workWidth): adjust
5929         (getRow): make it return a RowList::iterator, adjust
5930         (getRowNearY): make it return a RowList::iterator, adjust
5931
5932         * text2.C (init): adjust
5933         (insertRow): remove function
5934         (insertParagraph): adjust
5935         (redoParagraphs): adjust
5936         (fullRebreak): adjust
5937         (updateCounters): adjust
5938
5939         * text.C (top_y): rewrite to use RowList iterators.
5940         (top_y): adjust
5941         (setHeightOfRow): rewrite to sue RowList iterators.
5942         (appendParagraph): adjust
5943         (breakAgain): adjust
5944         (breakAgainOneRow): adjust
5945         (breakParagraph): adjust
5946         (getRow): adjust
5947         (getRowNearY): adjust, and remove commented code.
5948
5949         * lyxtext.h (firstRow): delete function
5950         (lastRow): delete function
5951         (rows): new function (const and non-const versions.)
5952         (insertRow): delete function
5953
5954         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5955
5956 2003-03-29  John Levon  <levon@movementarian.org>
5957
5958         * BufferView_pimpl.C: always update scrollbar top
5959         because pasting text when we're anchored could mean we
5960         miss an update altogether
5961
5962 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5963
5964         * text2.C (init): use rowlist_.end() and not 0.
5965         (insertRow): change to take a RowList::iterator as arg, adjust
5966         for this.
5967         (insertParagraph): change to take a RowList::iterator as arg,
5968         adjust for this.
5969         (redoParagraphs): remove some debug msgs.
5970
5971         * text.C (appendParagraph): change to take a RowList::iterator
5972         arg, adjust for this.
5973         (breakAgain): add an assert
5974         (breakAgainOneRow): ditto
5975
5976 2003-03-29  John Levon  <levon@movementarian.org>
5977
5978         * text2.C: do not clear selection after inc/decDepth
5979         (bug 550)
5980
5981 2003-03-29  John Levon  <levon@movementarian.org>
5982
5983         * BufferView.C:
5984         * buffer.C: fix broken strerrors according to Lars
5985
5986 2003-03-29  John Levon  <levon@movementarian.org>
5987
5988         * converters.C: more Alert cleanups
5989
5990 2003-03-29  John Levon  <levon@movementarian.org>
5991
5992         * bufferview_funcs.C: remove pointless Alert
5993
5994         * buffer.C: fix confusing error message when
5995         a template is chmoded 000
5996
5997 2003-03-29  John Levon  <levon@movementarian.org>
5998
5999         * BufferView.C:
6000         * BufferView.h:
6001         * BufferView_pimpl.C: Alert fixes
6002
6003         * Makefile.am:
6004         * tabular.C:
6005         * tabular-old.C: remove unused table compat reading
6006
6007 2003-03-29  John Levon  <levon@movementarian.org>
6008
6009         * BufferView.C:
6010         * buffer.C:
6011         * lyx_cb.h:
6012         * lyx_cb.C: more Alert cleanups
6013
6014         * lyxfunc.C: don't allow chktex if not latex document
6015
6016 2003-03-29  John Levon  <levon@movementarian.org>
6017
6018         * lyx_cb.C:
6019         * BufferView.C:
6020         * buffer.C: warnings pushed down from support/,
6021         kill err_alert
6022
6023 2003-03-29  John Levon  <levon@movementarian.org>
6024
6025         * lyxfunc.C: safety check for C-r (revert)
6026
6027 2003-03-29  John Levon  <levon@movementarian.org>
6028
6029         * bufferlist.h:
6030         * bufferlist.C: several UI fixes using Alert::prompt.
6031         Fix the pointless looping quit code. Fix stupid revert
6032         behaviour (bug 938)
6033
6034         * lyxvc.h:
6035         * lyxvc.C:
6036         * lyx_cb.C: use Alert::prompt
6037
6038         * lyx_main.C: remove a silly question
6039
6040         * lyxfunc.C: remove a couple of silly questions,
6041         use Alert::prompt
6042
6043 2003-03-28  John Levon  <levon@movementarian.org>
6044
6045         * text2.C: fix bug 974 (End on empty par)
6046
6047 2003-03-28  John Levon  <levon@movementarian.org>
6048
6049         * BufferView_pimpl.C:
6050         * LyXAction.C:
6051         * lfuns.h: remove do-nothing math greek lfuns
6052
6053 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6054
6055         * lyxgluelength.h (isValidGlueLength): add default arg on
6056         parameter 2. Remove default arg from friend in class.
6057
6058         * lyxlength.h (isValidLength): add default arg on parameter 2.
6059         Remove default arg from friend in class.
6060
6061         * text2.C (LyXText): adjust, initialize refresh_row.
6062         (init): adjust
6063         (removeRow): adjust
6064         (insertRow): adjust
6065         (insertParagraph): adjst
6066         (redoParagraphs): adjust
6067         (fullRebreak): adjust
6068         (updateCounters): adjust
6069         (deleteEmptyParagraphMechanism): first attempt at fixing a
6070         crashing bug.
6071
6072         * text.C (top_y): adjust
6073         (setHeightOfRow): adjust
6074         (getRow): adjust
6075         (getRowNearY): adjust
6076
6077         * lyxtext.h: include RowList.h
6078         (~LyXText): not needed anymore, deleted.
6079         (firstRow): modify for RowList
6080         (lastRow): new function
6081         Delete firstrow and lastrow class variables, add a Rowlist
6082         rowlist_ class variable.
6083
6084         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6085         paragraph is empty.
6086
6087         * RowList.C (insert): fix case where it == begin().
6088
6089 2003-03-26  Angus Leeming  <leeming@lyx.org>
6090
6091         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6092         the thesaurus dialog.
6093
6094 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6095
6096         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6097
6098         * RowList.[Ch]: new files
6099
6100         * ParagraphList.C (erase): handle the case where it == begin
6101         correctly.
6102
6103 2003-03-25  John Levon  <levon@movementarian.org>
6104
6105         * Makefile.am:
6106         * aspell_local.h:
6107         * aspell.C: add new aspell support
6108
6109         * lyxrc.h:
6110         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6111         have it accessible.
6112
6113 2003-03-25  Angus Leeming  <leeming@lyx.org>
6114
6115         * lfuns.h:
6116         * LyXAction.C (init): new LFUN_INSET_INSERT.
6117
6118         * BufferView_pimpl.C (dispatch): split out part of the
6119         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6120
6121         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6122         LFUN_INSET_APPLY.
6123
6124 2003-03-25  Angus Leeming  <leeming@lyx.org>
6125
6126         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6127
6128 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6129
6130         * text2.C:
6131         * text3.C: remove useless row->height(0)
6132
6133 2003-03-25  John Levon  <levon@movementarian.org>
6134
6135         * lyxtext.h:
6136         * text2.C:
6137         * text3.C: rename the refreshing stuff to better names
6138
6139 2003-03-24  John Levon  <levon@movementarian.org>
6140
6141         * BufferView_pimpl.h:
6142         * BufferView_pimpl.C: update layout choice on a mouse
6143         press/release
6144
6145 2003-03-23  John Levon  <levon@movementarian.org>
6146
6147         * Makefile.am: fix commandtags.h reference
6148
6149 2003-03-22  John Levon  <levon@movementarian.org>
6150
6151         * BufferView_pimpl.C:
6152         * lyxtext.h:
6153         * rowpainter.C:
6154         * rowpainter.h:
6155         * text.C:
6156         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6157
6158 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6159
6160         * lyxtext.h:
6161         * text.C: take the rtl methods out of line
6162
6163 2003-03-21 André Pönitz <poenitz@gmx.net>
6164
6165         * metricsinfo.[Ch]: new files containing structures to be passed around
6166         during the two-phase-drawing...
6167
6168 2003-03-21 André Pönitz <poenitz@gmx.net>
6169
6170         * lyxtextclass.C: read 'environment' tag.
6171
6172 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6173
6174         * text2.C (removeRow): fix bug 964
6175
6176 2003-03-20  John Levon  <levon@movementarian.org>
6177
6178         * rowpainter.C:
6179         * text.C:
6180         * text2.C: paint cleanups. Inset::update() dropped font
6181         parameter
6182
6183 2003-03-19  John Levon  <levon@movementarian.org>
6184
6185         * lyxfunc.C: only fitcursor/markDirty if available()
6186
6187 2003-03-19  John Levon  <levon@movementarian.org>
6188
6189         * commandtags.h: rename to ...
6190
6191         * lfuns.h: ... this, and renumber / cleanup
6192
6193 2003-03-19  John Levon  <levon@movementarian.org>
6194
6195         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6196         fit the cursor after an lfun
6197
6198         * BufferView.h:
6199         * BufferView.C:
6200         * BufferView_pimpl.h:
6201         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6202
6203         * LyXAction.C: layout-character should have ReadOnly
6204
6205         * ParagraphParameters.C:
6206         * buffer.C:
6207         * bufferview_funcs.C:
6208         * lyx_cb.C:
6209         * lyxfind.C:
6210         * lyxtext.h:
6211         * text.C:
6212         * text2.C:
6213         * text3.C:
6214         * undo_funcs.C: changes from above
6215
6216 2003-03-18  John Levon  <levon@movementarian.org>
6217
6218         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6219         remove it from update()
6220
6221         * lyxfunc.C: update layout choice after an lfun
6222
6223         * text3.C: remove extra updateLayoutChoice()s
6224
6225 2003-03-18  John Levon  <levon@movementarian.org>
6226
6227         * text.C: top_y change means full repaint, fix
6228         a drawing bug with cursor movement
6229
6230 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6231
6232         * lyxtext.h:
6233         * text.C:
6234         * text2.C: anchor row on setCursor
6235
6236 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6237
6238         * lyxtext.h: remove almost all mutable keywords
6239         * text.C:
6240         * text2.C:
6241         * text3.C: remove const keywords accordingly
6242
6243 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6244
6245         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6246         anon namespace
6247         (TeXEnvironment): ditto
6248         (TeXOnePar): ditto
6249
6250 2003-03-17  John Levon  <levon@movementarian.org>
6251
6252         * text.C (rowBreakPoint): remove attempt to fix displayed
6253         math insets inside a manual label
6254
6255 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6256
6257         * lyxtext.h: remove BufferView* as first arg from almost all class
6258         functions.
6259         * other files: adjust.
6260
6261 2003-03-17  John Levon  <levon@movementarian.org>
6262
6263         * lyxtext.h:
6264         * undo_funcs.C:
6265         * text2.C: more paint cleanups
6266
6267         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6268
6269         * rowpainter.h:
6270         * rowpainter.C: remove "smart" background painting code
6271
6272 2003-03-16  John Levon  <levon@movementarian.org>
6273
6274         * lyxtext.h:
6275         * text.C:
6276         * text2.C:
6277         * text3.C: add helper functions for setting refresh_row/y
6278
6279 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6280
6281         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6282         newline inset which *can* get inserted in the pass_thru layouts.
6283         This is primarily for literate documents.
6284
6285 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6286
6287         * buffer.C: increment LYX_FORMAT to 223
6288
6289 2003-03-14 André Pönitz <poenitz@gmx.net>
6290
6291         * textclass.h: prepare for environment handling, ws changes
6292         * lyxlayout.C: read latexheader and latexfooter tags
6293
6294 2003-03-14  John Levon  <levon@movementarian.org>
6295
6296         * text2.C: rewrite ::status() a bit
6297
6298 2003-03-13  John Levon  <levon@movementarian.org>
6299
6300         * lyxtext.h: add some docs
6301
6302 2003-03-13  John Levon  <levon@movementarian.org>
6303
6304         * lyxtext.h:
6305         * text.C:
6306         * text2.C:
6307         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6308
6309 2003-03-13  John Levon  <levon@movementarian.org>
6310
6311         * text3.C: fix appendix redrawing
6312
6313 2003-03-13  John Levon  <levon@movementarian.org>
6314
6315         * text.C (setHeightOfRow):
6316         * rowpainter.h:
6317         * rowpainter.C: make appendix mark have the text
6318           "Appendix" so the user knows what it is
6319
6320         * LColor.h:
6321         * LColor.C: s/appendixline/appendix/ from above
6322
6323 2003-03-13  John Levon  <levon@movementarian.org>
6324
6325         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6326
6327         * text.C: fix a getChar(pos) bug properly
6328
6329 2003-03-13  Angus Leeming  <leeming@lyx.org>
6330
6331         * commandtags.h:
6332         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6333         Probably only temporary. Let's see how things pan out.
6334
6335         * BufferView.C (unlockInset):
6336         * BufferView_pimpl.C (fitCursor):
6337         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6338
6339         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6340         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6341
6342         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6343         new functions that convert ParagraphParameters to and from a string.
6344
6345         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6346         BufferView::Pimpl's dispatch.
6347         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6348
6349 2003-03-13 André Pönitz <poenitz@gmx.net>
6350
6351         * lyxfunc.C:
6352         * text3.C:
6353         * factory.C: make it aware of InsetEnv
6354
6355 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6356
6357         * text2.C (setCursor): never ask for one past last
6358         (setCursor): add some debugging messages.
6359
6360         * text.C (singleWidth): never ask for one past last
6361         (singleWidth): ditto
6362         (leftMargin): ditto
6363         (rightMargin): ditto
6364         (rowBreakPoint): ditto
6365         (setHeightOfRow): ditto
6366         (prepareToPrint): ditto
6367
6368         * rowpainter.C (paintBackground): never ask for one past last
6369         (paintText): never ask for one past last
6370
6371         * paragraph_pimpl.C (getChar): make the assert stricter, never
6372         allow the one past last pos to be taken
6373
6374         * paragraph.C (getChar): ws changes only
6375
6376         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6377         (numberOfSeparators): ditto
6378         (numberOfHfills): ditto
6379
6380 2003-03-12  John Levon  <levon@movementarian.org>
6381
6382         * author.h:
6383         * author.C:
6384         * bufferparams.h:
6385         * bufferparams.C:
6386         * paragraph_funcs.C: fix per-buffer authorlists
6387
6388 2003-03-12  John Levon  <levon@movementarian.org>
6389
6390         * text.C: fix newline in right address
6391
6392 2003-03-12  Angus Leeming  <leeming@lyx.org>
6393
6394         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6395         duplicate those in LyXFunc::dispatch.
6396
6397         * commandtags.h:
6398         * LyXAction.C:
6399         * ToolbarDefaults.C:
6400         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6401         Add LFUN_FONTFREE_UPDATE.
6402
6403         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6404         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6405
6406         * bufferview_func.[Ch]: several new functions to facilliate
6407         transfer of data to and from the character dialog.
6408
6409 2003-03-12  John Levon  <levon@movementarian.org>
6410
6411         * buffer.C:
6412         * paragraph.h:
6413         * paragraph.C:
6414         * paragraph_funcs.C:
6415         * paragraph_pimpl.C:
6416         * sgml.C:
6417         * tabular.C:
6418         * text.C:
6419         * text3.C: remove META_NEWLINE in favour of an inset
6420
6421         * rowpainter.h:
6422         * rowpainter.C: remove paintNewline (done by inset)
6423
6424 2003-03-12  John Levon  <levon@movementarian.org>
6425
6426         * paragraph_pimpl.C: complain about bad getChar()s
6427         for a while at least
6428
6429 2003-03-12  John Levon  <levon@movementarian.org>
6430
6431         * buffer.h:
6432         * buffer.C: move paragraph read into a separate function,
6433         a little renaming to reflect that.
6434
6435         * bufferparams.h:
6436         * bufferparams.C: remove the author_ids map, not necessary now
6437
6438         * factory.h:
6439         * factory.C: moved Buffer::readInset to here
6440
6441         * paragraph_funcs.h:
6442         * paragraph_funcs.C: readParagraph free function moved from
6443         buffer.C
6444
6445         * tabular.C: name change
6446
6447 2003-03-12  John Levon  <levon@movementarian.org>
6448
6449         * buffer.C:
6450         * ParagraphParameters.C: move par params input to
6451         a read() method
6452
6453         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
6454         behave like a normal read from the stream wrt reading
6455         a line vs. a \\token
6456
6457 2003-03-12  John Levon  <levon@movementarian.org>
6458
6459         * paragraph.C:
6460         * ParagraphParameters.h:
6461         * ParagraphParameters.C: move output code to a
6462         ::write() method
6463
6464 2003-03-12  John Levon  <levon@movementarian.org>
6465
6466         * BufferView.C (insertLyXFile):
6467         * buffer.h:
6468         * buffer.C:
6469         * tabular.C: use a parlist iterator for creating the
6470           document.
6471
6472 2003-03-12  John Levon  <levon@movementarian.org>
6473
6474         * buffer.C: make current_change static local not
6475           static file-scope
6476
6477 2003-03-12  John Levon  <levon@movementarian.org>
6478
6479         * buffer.C: fix insertStringAsLines for change tracking
6480
6481 2003-03-12  John Levon  <levon@movementarian.org>
6482
6483         * BufferView.C:
6484         * tabular.C:
6485         * buffer.h:
6486         * buffer.C:
6487         * bufferparams.h:
6488         * bufferparams.C: move author list into params. Rename some
6489           functions. Move the header reading into a separate token
6490           loop. Move the header token reading into BufferParams.
6491
6492 2003-03-12  John Levon  <levon@movementarian.org>
6493
6494         * changes.C: put debug inside lyxerr.debugging() checks
6495
6496 2003-03-11 André Pönitz <poenitz@gmx.net>
6497
6498         * factory.C: make it aware of InsetHFill
6499
6500 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6501
6502         * buffer.C (latexParagraphs): move function from here...
6503         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
6504         args.
6505
6506 2003-03-10  Angus Leeming  <leeming@lyx.org>
6507
6508         * LyXAction.C (init): fix bug in poplating array with multiple entries
6509         with the same LFUN (spotted by JMarc).
6510
6511 2003-03-10  John Levon  <levon@movementarian.org>
6512
6513         * text.C:
6514         * text2.C: move getColumnNearX() near its
6515         only call site
6516
6517 2003-03-10  John Levon  <levon@movementarian.org>
6518
6519         * text.C: fix break before a minipage
6520
6521 2003-03-10  John Levon  <levon@movementarian.org>
6522
6523         * text.C: fix the last commit
6524
6525 2003-03-09  John Levon  <levon@movementarian.org>
6526
6527         * lyxtext.h:
6528         * text.C:
6529         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
6530         bug 365 (don't break before insets unless needed). Don't
6531         return a value > last under any circumstances.
6532
6533 2003-03-09  Angus Leeming  <leeming@lyx.org>
6534
6535         * BufferView_pimpl.C (trackChanges, dispatch): call
6536         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
6537
6538 2003-03-09  Angus Leeming  <leeming@lyx.org>
6539
6540         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
6541         than Dialogs::showAboutlyx().
6542
6543 2003-03-09  Angus Leeming  <leeming@lyx.org>
6544
6545         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
6546         than Dialogs::showTabularCreate().
6547
6548 2003-03-09  John Levon  <levon@movementarian.org>
6549
6550         * lyxtext.h:
6551         * text.C:
6552         * text2.C: 3rd arg to nextBreakPoint was always the same.
6553           Use references.
6554
6555 2003-03-08  John Levon  <levon@movementarian.org>
6556
6557         * lyxrow.C:
6558         * paragraph.C:
6559         * paragraph.h:
6560         * rowpainter.C:
6561         * text.C:
6562         * text2.C: Remove the "main" bit from the "main body"
6563           notion.
6564
6565 2003-03-08  John Levon  <levon@movementarian.org>
6566
6567         * text.C (leftMargin): The left margin of an empty
6568         manual label paragraph should not include the label width
6569         string length.
6570
6571         * text.C (prepareToPrint): don't attempt to measure hfills
6572         for empty manual label paragraphs - the answer should be 0
6573
6574 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6575
6576         * CutAndPaste.C: remove commented code and reindent.
6577
6578 2003-03-08  John Levon  <levon@movementarian.org>
6579
6580         * lyxfunc.h:
6581         * lyxfunc.C: move reloadBuffer()
6582
6583         * BufferView.h:
6584         * BufferView.C: to here
6585
6586         * lyxvc.C: add comment
6587
6588         * vc-backend.h:
6589         * vc-backend.C: call bv->reload() to avoid
6590           getStatus() check on MENURELOAD
6591
6592 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
6593
6594         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
6595         to an old format .dep file.
6596
6597 2003-03-07  Angus Leeming  <leeming@lyx.org>
6598
6599         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
6600         when the LFUN_MOUSE_RELEASE should have been handled by
6601         inset->localDispatch.
6602
6603 2003-03-07  Angus Leeming  <leeming@lyx.org>
6604
6605         * BufferView_pimpl.C (dispatch):
6606         * LyXAction.C (init):
6607         * ToolbarDefaults.C (init):
6608         * commandtags.h:
6609         * lyxfunc.C (getStatus):
6610         remove LFUN_INSET_GRAPHICS.
6611
6612         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
6613
6614 2003-03-07  Angus Leeming  <leeming@lyx.org>
6615
6616         * commandtags.h:
6617         * LyXAction.C (init):
6618         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
6619
6620         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
6621
6622         * commandtags.h:
6623         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
6624
6625         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
6626         localDispatch method LFUN_INSET_DIALOG_UPDATE.
6627
6628 2003-03-07  Angus Leeming  <leeming@lyx.org>
6629
6630         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
6631         remove "ert".
6632
6633 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6634
6635         * ParagraphList.C (front): new function
6636         (back): implement
6637
6638 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
6639
6640         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
6641         and top_row_offset_. removed var first_y.
6642         * text.C (top_y):
6643         * text2.C (LyXText, removeRow):
6644         * text3.C:
6645         * BufferView_pimpl.C:
6646         use these methods instead of using first_y
6647
6648 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6649
6650         * text2.C (pasteSelection): adjust for checkPastePossible
6651
6652         * CutAndPaste.C: remove Paragraph * buf and replace with
6653         ParagraphList paragraphs.
6654         (DeleteBuffer): delete
6655         (cutSelection): change the tc type to textclass_type
6656         (copySelection): change the tc type to textclass_type
6657         (copySelection): adjust for ParagraphList
6658         (pasteSelection): change the tc type to textclass_type
6659         (pasteSelection): adjust for Paragraphlist
6660         (nrOfParagraphs): simplify for ParagraphList
6661         (checkPastePossible): simplify for ParagraphList
6662         (checkPastePossible): remove unused arg
6663
6664         * ParagraphList.C (insert): handle the case where there are no
6665         paragraphs yet.
6666
6667         * CutAndPaste.h: make CutAndPaste a namespace.
6668
6669         * text3.C (dispatch): adjust
6670
6671         * text.C (breakParagraph): add a ParagraphList as arg
6672
6673         * paragraph_funcs.C (breakParagraph): change to take a
6674         BufferParams and a ParagraphList as args.
6675         (breakParagraphConservative): ditto
6676         (mergeParagraph): ditto
6677         (TeXDeeper): add a ParagraphList arg
6678         (TeXEnvironment): ditto
6679         (TeXOnePar): ditto
6680
6681         * buffer.C (readLyXformat2): adjust
6682         (insertStringAsLines): adjust
6683         (latexParagraphs): adjust
6684
6685         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6686         (cutSelection): adjust
6687         (pasteSelection): adjust
6688
6689         * BufferView_pimpl.C (insertInset): adjust
6690
6691 2003-03-05  Angus Leeming  <leeming@lyx.org>
6692
6693         * commandtags.h:
6694         * LyXAction.C (init):
6695         * BufferView_pimpl.C (dispatch):
6696         * lyxfunc.C (getStatus):
6697         remove LFUN_CHILD_INSERT.
6698
6699         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6700
6701 2003-03-05  Angus Leeming  <leeming@lyx.org>
6702
6703         * commandtags.h:
6704         * LyXAction.C (init):
6705         * src/factory.C (createInset):
6706         * lyxfunc.C (getStatus):
6707         * text3.C (dispatch):
6708         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6709
6710         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6711
6712 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6713
6714         * ParagraphList.C (insert): handle insert right before end()
6715         (erase): fix cases where it can be first or last paragraph.
6716
6717 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6718
6719         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6720         Paragraph::next and Paragraph::previous
6721         (TeXOnePar): ditto
6722
6723         * text.C (breakParagraph): adjust
6724
6725         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6726         BufferParams& as arg.
6727         (breakParagraph): use ParagraphList::insert
6728         (breakParagraphConservative): take a Buffer* instead of a
6729         BufferParams& as arg.
6730         (breakParagraphConservative): use ParagraphList::insert.
6731
6732         * buffer.C (insertStringAsLines): un-const it
6733         (insertStringAsLines): adjust
6734
6735         * ParagraphList.C (insert): new function
6736
6737         * CutAndPaste.C (pasteSelection): adjust
6738
6739         * text.C (backspace): adjust
6740
6741         * tabular.C (SetMultiColumn): adjust
6742
6743         * CutAndPaste.C (cutSelection): adjust
6744         (pasteSelection): adjust
6745
6746         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6747         Buffer const * as arg
6748
6749         * ParagraphList.C (erase): new function
6750         * paragraph_funcs.C (mergeParagraph): use it
6751         (mergeParagraph): make it take a Buffer* instead of a
6752         BufferParams* as arg
6753
6754         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6755         as arg
6756         (breakParagraphConservative): ditto
6757
6758         * paragraph.h: remove the breakParagraph friend
6759
6760         * paragraph.C (eraseIntern): new function
6761         (setChange): new function
6762
6763         * paragraph_funcs.C (mergeParagraph): make it take a
6764         ParagraphList::iterator instead of a Paragraph *, adjust
6765         accordingly.
6766
6767         * paragraph.h: move an #endif so that the change tracking stuff
6768         also works in the NO_NEXT case.
6769
6770 2003-03-04  Angus Leeming  <leeming@lyx.org>
6771
6772         * commandtags.h:
6773         * LyXAction.C: new LFUN_INSET_MODIFY.
6774
6775         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6776         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6777
6778 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6779
6780         * several files: ws changes only
6781
6782         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6783         (TeXEnvironment): ditto
6784         (TeXDeeper): ditto
6785
6786         * buffer.C (makeLaTeXFile): adjust
6787         (latexParagraphs): make it take ParagraphList::iterator as args
6788
6789 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6790
6791         * buffer.C (latexParagraphs): adjust
6792
6793         * paragraph.C (TeXOnePar): move function...
6794         (optArgInset): move function...
6795         (TeXEnvironment): move function...
6796         * paragraph_pimpl.C (TeXDeeper): move function...
6797         * paragraph_funcs.C: ...here
6798
6799         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6800
6801 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6802
6803         * buffer.C (readInset): remove compability code for old Figure and
6804         InsetInfo insets
6805
6806 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6807
6808         * buffer.C: ws changes
6809         (readInset):
6810
6811         * BufferView_pimpl.C: ditto
6812         * author.C: ditto
6813         * buffer.h: ditto
6814         * bufferlist.h: ditto
6815         * changes.h: ditto
6816         * lyxfunc.C: ditto
6817
6818 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6819
6820         * converter.[Ch]: split into itself +
6821         * graph.[Ch]
6822         * format.[Ch]
6823         * Makefile.am: += graph.[Ch] + format.[Ch]
6824         * MenuBackend.C
6825         * buffer.C
6826         * exporter.C
6827         * importer.C
6828         * lyx_main.C
6829         * lyxfunc.C
6830         * lyxrc.C: added #include "format.h"
6831
6832 2003-02-27  Angus Leeming  <leeming@lyx.org>
6833
6834         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6835           a label.
6836
6837         * factory.C (createInset): add "label" to the factory.
6838
6839         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6840           string and do no more.
6841
6842 2003-02-27  Angus Leeming  <leeming@lyx.org>
6843
6844         * commandtags.h:
6845         * LyXAction.C (init):
6846         * factory.C (createInset):
6847         * BufferView_pimpl.C (dispatch):
6848           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6849
6850         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6851
6852         * lyxfunc.C (dispatch):
6853         * text3.C (dispatch): pass name to params2string.
6854
6855 2003-02-26  Angus Leeming  <leeming@lyx.org>
6856
6857         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6858           blocks together.
6859           Rearrange the ~includes. Strip out the unnecessary ones.
6860
6861         * factory.C (createInset): reformat.
6862           create new insets for the various LFUN_XYZ_APPLY lfuns.
6863
6864 2003-02-26  John Levon  <levon@movementarian.org>
6865
6866         * lyxrow.h:
6867         * lyxrow.C: add isParStart,isParEnd helpers
6868
6869         * paragraph.h: make isInserted/DeletedText take refs
6870
6871         * paragraph_funcs.h:
6872         * paragraph_funcs.C: remove #if 0'd code
6873
6874         * lyxtext.h:
6875         * text3.C:
6876         * text2.C:
6877         * text.C: use lyxrow helpers above.
6878           Move draw and paint routines to RowPainter.
6879           Make several methods use refs not pointers.
6880           Make backgroundColor() const.
6881           Add markChangeInDraw(), isInInset().
6882           Merge changeRegionCase into changeCase.
6883           Make workWidth() shouldn't-happen code into an Assert.
6884
6885         * rowpainter.h:
6886         * rowpainter.C: new class for painting a row.
6887
6888         * vspace.h:
6889         * vspace.C: make inPixels take a ref
6890
6891 2003-02-26  Angus Leeming  <leeming@lyx.org>
6892
6893         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6894         LFUN_REF_APPLY.
6895
6896 2003-02-25  John Levon  <levon@movementarian.org>
6897
6898         * ispell.C: give the forked command a more accurate name
6899
6900 2003-02-22  John Levon  <levon@movementarian.org>
6901
6902         * toc.h:
6903         * toc.C: make TocItem store an id not a Paragraph *
6904           (bug #913)
6905
6906 2003-02-21  Angus Leeming  <leeming@lyx.org>
6907
6908         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6909           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6910           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6911           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6912           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6913           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6914
6915         * BufferView_pimpl.C (dispatch):
6916         * LyXAction.C (init):
6917         * factory.C (createInset):
6918         * lyxfunc.C (getStatus, dispatch):
6919         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6920
6921 2003-02-21  Angus Leeming  <leeming@lyx.org>
6922
6923         * BufferView_pimpl.C (MenuInsertLyXFile):
6924         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6925         * lyxfunc.C (menuNew, open, doImport):
6926           no longer pass a LyXView & to fileDlg.
6927
6928 2003-02-21  Angus Leeming  <leeming@lyx.org>
6929
6930         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6931         * LyXAction.C: change, BIBKEY to BIBITEM.
6932         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6933         Change InsetBibKey to InsetBibitem.
6934         Change BIBKEY_CODE to BIBITEM_CODE.
6935         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6936         * factory.C: replace insetbib.h with insetbibitem.h.
6937         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6938         * paragraph.C: replace insetbib.h with insetbibitem.h.
6939         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6940         Change bibkey() to bibitem().
6941         * text.C: remove insetbib.h.
6942         * text2.C: replace insetbib.h with insetbibitem.h.
6943         change bibkey() to bibitem().
6944         * text3.C: remove insetbib.h.
6945         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6946
6947 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6948
6949         * lyxrc.C (output): enclose user email in quotes (in case there are
6950         several words)
6951
6952 2003-02-18  John Levon  <levon@movementarian.org>
6953
6954         * buffer.h: add std::
6955
6956 2003-02-17  John Levon  <levon@movementarian.org>
6957
6958         * SpellBase.h:
6959         * ispell.h:
6960         * ispell.C:
6961         * pspell.h:
6962         * pspell.C: reworking. Especially in ispell, a large
6963           number of clean ups and bug fixes.
6964
6965         * lyxfunc.C: fix revert to behave sensibly
6966
6967 2003-02-17 André Pönitz <poenitz@gmx.net>
6968
6969         * LyXAction.C:
6970         * commandtags.h: new LFUN_INSERT_BIBKEY
6971
6972         * layout.h:
6973         * lyxlayout.C:
6974         * buffer.C:
6975         * factory.C:
6976         * text.C:
6977         * text2.C:
6978         * text3.C:
6979         * paragraph.[Ch]:
6980         * paragraph_func.C: remove special bibkey handling
6981
6982 2003-02-17  John Levon  <levon@movementarian.org>
6983
6984         * text.C (Delete): fix case where delete at the end of
6985           the very first paragraph would not merge the pars
6986
6987 2003-02-17  John Levon  <levon@movementarian.org>
6988
6989         * lyxrow.C: fix lastPrintablePos()
6990
6991 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6992
6993         * bufferparams.C (writeLaTeX): add a std:here
6994
6995         * buffer.C: and remove a using directive there
6996
6997 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6998
6999         * buffer.C (makeLaTeXFile): move the code that generates the
7000           preamble...
7001
7002         * bufferparams.C (writeLaTeX): ... in this new method
7003
7004         * LaTeXFeatures.C (getEncodingSet): make const
7005           (getLanguages): make const
7006
7007         * MenuBackend.C (binding): returns the binding associated to this
7008           action
7009           (add): sets the status of each item by calling getStatus. Adds
7010           some intelligence.
7011           (read): add support for OptSubMenu
7012           (expand): remove extra separator at the end of expanded menu
7013
7014 2003-02-15  John Levon  <levon@movementarian.org>
7015
7016         * BufferView.C:
7017         * BufferView_pimpl.C:
7018         * bufferlist.h:
7019         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7020           inset code that had no actual effect. Remove unneeded status
7021           code.
7022
7023 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7024
7025         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7026           in preamble
7027
7028 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7029
7030         * text.C (drawLengthMarker): also draw an arrow marker for
7031           symbolic lengths (medskip...)
7032
7033 2003-02-14  John Levon  <levon@movementarian.org>
7034
7035         * tabular.h:
7036         * tabular.C: better method names
7037
7038 2003-02-14  John Levon  <levon@movementarian.org>
7039
7040         * BufferView_pimpl.C:
7041         * bufferlist.C:
7042         * buffer.C:
7043         * converter.C:
7044         * lyx_cb.C:
7045         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7046           it's a more accurate name. Remove some pointless uses.
7047
7048 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7049
7050         * text2.C (LyXText): change order of initilizers to shut off
7051           warnings
7052
7053 2003-02-14  John Levon  <levon@movementarian.org>
7054
7055         * buffer.C: use ParIterator for getParFromID()
7056
7057         * paragraph.h:
7058         * paragraph.C:
7059         * paragraph_pimpl.h:
7060         * paragraph_pimpl.C: remove unused getParFromID()
7061
7062 2003-02-14  John Levon  <levon@movementarian.org>
7063
7064         * buffer.C: remove some very old #if 0'd parse code
7065
7066 2003-02-13  John Levon  <levon@movementarian.org>
7067
7068         * text.h:
7069         * text.C:
7070         * text2.C: move hfillExpansion(), numberOfSeparators(),
7071           rowLast(), rowLastPrintable(), numberofHfills(),
7072           numberOfLabelHfills() ...
7073
7074         * lyxrow.h:
7075         * lyxrow.C: ... to member functions here.
7076
7077         * paragraph.h:
7078         * paragraph.C:
7079         * lyxtext.h:
7080         * text.C: remove LyXText::beginningOfMainBody(), and call
7081           p->beginningOfMainBody() directly. Move the check for
7082           LABEL_MANUAL into the latter.
7083
7084         * text.h:
7085         * text.C:
7086         * text2.C:
7087         * vspace.C:
7088         * BufferView.h:
7089         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7090
7091         * text.h:
7092         * text.C:
7093         * text2.C:
7094         * text3.C:
7095         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7096           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7097
7098 2003-02-13  John Levon  <levon@movementarian.org>
7099
7100         * CutAndPaste.C: remove debug
7101
7102 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7103
7104         * paragraph.C (asString): remove two unused variables
7105
7106         * lyxtextclass.C (readTitleType):
7107           (Read):
7108           (LyXTextClass): handle new members titletype_ and titlename_
7109
7110         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7111
7112 2003-02-09  John Levon  <levon@movementarian.org>
7113
7114         * buffer.h:
7115         * buffer.C: replace hand-coded list with a map for the dep clean
7116
7117 2003-02-08  John Levon  <levon@movementarian.org>
7118
7119         * LaTeX.C: consolidate code into showRunMessage() helper
7120
7121 2003-02-08  John Levon  <levon@movementarian.org>
7122
7123         * lyxfind.C:
7124         * lyxtext.h:
7125         * text2.C:
7126         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7127           and pass the size in explicitly
7128
7129         * BufferView_pimpl.h:
7130         * BufferView_pimpl.C:
7131         * BufferView.h:
7132         * BufferView.C: add getCurrentChange()
7133
7134         * BufferView_pimpl.h:
7135         * BufferView_pimpl.C: handle change lfuns
7136
7137         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7138           for changes. Mark pasted paragraphs as new.
7139
7140         * support/lyxtime.h:
7141         * support/lyxtime.C:
7142         * DepTable.C: abstract time_t as lyx::time_type
7143
7144         * LColor.h:
7145         * LColor.C: add colours for new text, deleted text, changebars
7146
7147         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7148           package use "usenames" option.
7149
7150         * commandtags.h:
7151         * lyxfunc.C:
7152         * LyXAction.C: add change lfuns
7153
7154         * Makefile.am:
7155         * author.h:
7156         * author.C: author handling
7157
7158         * buffer.h:
7159         * buffer.C: add a per-buffer author list, with first entry as
7160           current author. Handle new .lyx tokens for change tracking. Output
7161           author list to .lyx file. Output dvipost stuff to .tex preamble.
7162           Bump lyx format to 222.
7163
7164         * bufferlist.h:
7165         * bufferlist.C: add setCurrentAuthor() to reset current author details
7166           in all buffers.
7167
7168         * bufferparams.h:
7169         * bufferparams.C: add param for tracking
7170
7171         * bufferview_funcs.C: output change info in minibuffer
7172
7173         * Makefile.am:
7174         * changes.h:
7175         * changes.C: add change-tracking structure
7176
7177         * debug.h:
7178         * debug.C: add CHANGES debug flag
7179
7180         * lyxfind.h:
7181         * lyxfind.C: add code for finding the next change piece
7182
7183         * lyxrc.h:
7184         * lyxrc.C: add user_name and user_email
7185
7186         * lyxrow.h:
7187         * lyxrow.C: add a metric for the top of the text line
7188
7189         * lyxtext.h:
7190         * text.C: implement accept/rejectChange()
7191
7192         * lyxtext.h:
7193         * text.C: paint changebars. Paint new/deleted text in the chosen
7194         colours. Strike through deleted text.
7195
7196         * paragraph.h:
7197         * paragraph.C:
7198         * paragraph_pimpl.h:
7199         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7200           in the current change to the insert functions. Rework erase to
7201           mark text as deleted, adding an eraseIntern() and a range-based
7202           erase(). Implement per-paragraph change lookup and
7203           accept/reject.
7204
7205         * paragraph_funcs.C: Fixup paste for change tracking.
7206
7207         * tabular.C: mark added row/columns as new.
7208
7209         * text.C: fix rowLast() to never return -1. Don't allow
7210           spellchecking of deleted text. Track transpose changes. Don't
7211           allow paragraph break or merge where appropriate.
7212
7213         * text2.C: leave cursor at end of selection after a cut.
7214
7215 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7216
7217         * text.C (getLengthMarkerHeight):
7218         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7219         visible on screen too.
7220
7221 2003-02-07  John Levon  <levon@movementarian.org>
7222
7223         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7224
7225 2003-02-05  Angus Leeming  <leeming@lyx.org>
7226
7227         * lyxserver.C (read_ready): revert my patch of 11 September last year
7228         as it sends PC cpu through the roof. Presumably this means that
7229         the lyxserver will no longer run on an Alpha...
7230
7231 2003-01-30  Angus Leeming  <leeming@lyx.org>
7232
7233         * factory.C (createInset): create an InsetCommandParam of type "index"
7234         and use it to 'do the right thing'.
7235
7236         * text2.C (getStringToIndex): ensure that cursor position is always
7237         reset to the reset_cursor position.
7238
7239 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7240
7241         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7242         disabled.
7243
7244 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7245
7246         * bufferview.C:
7247         * lyxcb.C:
7248         * lyxfunc.C: Output messages with identical spelling, punctuation,
7249         and spaces
7250
7251 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7252
7253         * MenuBackend.C (expandFormats): List only viewable export formats
7254         in "View" menu
7255
7256         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7257         message
7258
7259         * lyxfunc.C (getStatus): Make sure that formats other than
7260         "fax" can also be disabled
7261
7262 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7263
7264         * text3.C (dispatch): put the lfuns that insert insets in 3
7265         groups, and call doInsertInset with appropriate arguments.
7266         (doInsertInset): new function, that creates an inset and inserts
7267         it according to some boolean parameters.
7268
7269 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7270
7271         * buffer.C (readFile): remember to pass on 'par' when calling
7272         readFile recursively.
7273
7274 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7275
7276         * MenuBackend.C (expandFormats): add "..." to import formats.
7277
7278 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7279
7280         * paragraph.C (asString): Remove XForms RTL hacks.
7281
7282 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7283         * buffer.C: fix typo
7284
7285 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7286
7287         * Makefile.am (LIBS): delete var
7288         (lyx_LDADD): add @LIBS@ here instead.
7289
7290 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7291
7292         * Clarify the meaning of "wheel mouse jump"
7293
7294 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7295
7296         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7297         tabular in a float
7298
7299 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7300
7301         * importer.C (Loaders): do not preallocate 3 elements in the
7302         vector, since one ends up with 6 elements otherwise
7303
7304 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7305
7306         * DepTable.C (write): write the file name as last element of the
7307         .dep file (because it may contain spaces)
7308         (read): read info in the right order
7309
7310 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7311
7312         * paragraph_pimpl.C (simpleTeXBlanks):
7313         (simpleTeXSpecialChars):
7314         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7315
7316         * tabular.C (latex): add some missing case statements. Reindent.
7317
7318         * MenuBackend.C (expandToc): remove unused variable.
7319
7320 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7321
7322         * LColor.C:
7323         * LaTeX.C:
7324         * LyXAction.C:
7325         * MenuBackend.C:
7326         * buffer.C:
7327         * exporter.C:
7328         * lyxfunc.C:
7329         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7330         and the like.
7331
7332 2003-01-05  John Levon  <levon@movementarian.org>
7333
7334         * BufferView.h:
7335         * BufferView.C: add getEncoding()
7336
7337         * kbsequence.h:
7338         * kbsequence.C: do not store last keypress
7339
7340         * lyxfunc.h:
7341         * lyxfunc.C: store last keypress here instead. Pass encoding
7342           to getISOEncoded()
7343
7344 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7345
7346         * lyx_main.C (init): remove annoying error message when following
7347         symbolic links (bug #780)
7348
7349 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7350
7351         * text.C (insertChar):
7352         * lyxrc.C (getDescription): remove extra spaces
7353
7354 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7355
7356         * lyxrc.C (getDescription): remove extra spaces
7357
7358 2002-12-20  John Levon  <levon@movementarian.org>
7359
7360         * text3.C: hack fix for page up/down across tall rows
7361
7362 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7363
7364         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7365         not been invoked
7366
7367 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7368
7369         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7370         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7371         thesaurus is not compiled in
7372
7373 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7374
7375         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7376
7377 2002-12-16  Angus Leeming  <leeming@lyx.org>
7378
7379         * lyxrc.[Ch]:
7380         * lyx_main.C (init): remove override_x_deadkeys stuff.
7381
7382 2002-12-12  John Levon  <levon@movementarian.org>
7383
7384         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7385           insert. Only remove shift modifier under strict
7386           circumstances.
7387
7388 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7389
7390         * MenuBackend.C (expandToc): fix crash.
7391
7392 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7393
7394         * MenuBackend.C (expandToc): gettext on float names.
7395
7396 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7397
7398         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7399         implement bool empty() [bug 490]
7400
7401 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7402
7403         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7404
7405 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7406
7407         * several files: ws changes
7408
7409 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7410
7411         * text2.C (setCounter): clean up a bit, use boost.format.
7412         (updateCounters): initialize par upon declaration.
7413
7414         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7415         if the layout exists. We do not just store the layout any more.
7416         (SwitchLayoutsBetweenClasses): use boost.format
7417
7418 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7419
7420         * converter.C (convert): if from and to files are the same, use a
7421         temporary files as intermediary
7422
7423 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7424
7425         * commandtags.h:
7426         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7427
7428 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7429
7430         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7431
7432 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7433
7434         * tabular.C (asciiPrintCell): use string(size, char) instead of
7435         explicit loop.
7436
7437         * sgml.C (openTag): fix order of arguments to string constructor
7438         (closeTag): ditto
7439
7440         * lyxfunc.C (dispatch): use boost.format
7441
7442         * lots of files: change "c" -> 'c'
7443
7444 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7445
7446         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7447
7448 2002-11-25  Angus Leeming  <leeming@lyx.org>
7449
7450         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7451
7452         * lyx_main.C (init): compile fix.
7453
7454 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7455
7456         * lyx_cb.C (start): boost.formatify
7457         do not include <iostream>
7458
7459         * lengthcommon.C: ws only
7460
7461         * boost-inst.C,BoostFormat.h: add more explict instantations
7462
7463 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7464
7465         * lots of files: handle USE_BOOST_FORMAT
7466
7467 2002-11-21  John Levon  <levon@movementarian.org>
7468
7469         * pspell.C: fix compile
7470
7471 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7472
7473         * lyxfunc.C (dispatch): use boost::format
7474         (open): ditto
7475         (doImport): ditto
7476
7477         * lyxfont.C (stateText): use boost::format
7478
7479         * lyx_main.C (LyX): use boost::format
7480         (init): ditto
7481         (queryUserLyXDir): ditto
7482         (readRcFile): ditto
7483         (parse_dbg): ditto
7484         (typedef boost::function): use the recommened syntax.
7485
7486         * importer.C (Import): use boost::format
7487
7488         * debug.C (showLevel): use boost::format
7489
7490         * converter.C (view): use boost::format
7491         (convert): ditto
7492         (move): ditto
7493         (scanLog): ditto
7494
7495         * bufferview_funcs.C (currentState): use boost::format
7496
7497         * bufferlist.C (emergencyWrite): use boost::format
7498
7499         * buffer.C (readLyXformat2): use boost::format
7500         (parseSingleLyXformat2Token): ditto
7501
7502         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
7503
7504         * LaTeX.C (run): use boost::format
7505
7506         * Chktex.C (scanLogFile): use boost::format
7507
7508         * BufferView_pimpl.C (savePosition): use boost::format
7509         (restorePosition): ditto
7510         (MenuInsertLyXFile): ditto
7511
7512         * BoostFormat.h: help file for explicit instation.
7513
7514 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
7515
7516         * tabular.C (latex): Support for block alignment in fixed width
7517         columns.
7518
7519 2002-11-17  John Levon  <levon@movementarian.org>
7520
7521         * BufferView_pimpl.C:
7522         * lyx_cb.C:
7523         * lyxfunc.C: split filedialog into open/save
7524
7525 2002-11-08  Juergen Vigna  <jug@sad.it>
7526
7527         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
7528         by my last patch (hopefully).
7529
7530 2002-11-08  John Levon  <levon@movementarian.org>
7531
7532         * iterators.h:
7533         * iterators.C:
7534         * buffer.h:
7535         * buffer.C:
7536         * paragraph.h:
7537         * paragraph.C:
7538         * toc.h:
7539         * toc.C: ParConstIterator, and use it (from Lars)
7540
7541 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
7542
7543         * lyxtextclass.[Ch]: revise and add doxygen comments
7544
7545 2002-11-07  John Levon  <levon@movementarian.org>
7546
7547         * text.C: fix progress value for spellchecker
7548
7549         * toc.C: fix navigate menu for insetwrap inside minipage
7550
7551         * paragraph_funcs.C: added FIXME for suspect code
7552
7553 2002-11-07  John Levon  <levon@movementarian.org>
7554
7555         * BufferView_pimpl.C: fix redrawing of insets
7556           on buffer switch
7557
7558 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7559
7560         * text2.C (updateCounters): fix bug 668
7561
7562 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
7563
7564         * text3.C (dispatch): Do not make the buffer dirty when moving the
7565         cursor.
7566
7567 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7568
7569         * vc-backend.C: STRCONV
7570         (scanMaster): ditto
7571
7572         * text2.C (setCounter): STRCONV
7573
7574         * paragraph.C (asString): STRCONV
7575
7576         * lyxlength.C (asString): STRCONV
7577         (asLatexString): ditto
7578
7579         * lyxgluelength.C (asString): STRCONV
7580         (asLatexString): ditto
7581
7582         * lyxfunc.C (dispatch): STRCONV
7583         (open): ditto
7584
7585         * lyxfont.C (stateText): STRCONV
7586
7587         * importer.C (Import): STRCONV
7588
7589         * counters.C (labelItem): STRCONV
7590         (numberLabel): ditto
7591         (numberLabel): remove unused ostringstream o
7592
7593         * chset.C: STRCONV
7594         (loadFile): ditto
7595
7596         * bufferview_funcs.C (currentState): STRCONV
7597
7598         * buffer.C (readFile): STRCONV
7599         (asciiParagraph): ditto
7600         (makeLaTeXFile): ditto
7601
7602         * Spacing.C (writeEnvirBegin): STRCONV
7603
7604         * LaTeXFeatures.C (getLanguages): STRCONV
7605         (getPackages): ditto
7606         (getMacros): ditto
7607         (getBabelOptions): ditto
7608         (getTClassPreamble): ditto
7609         (getLyXSGMLEntities): ditto
7610         (getIncludedFiles): ditto
7611
7612         * LaTeX.C: STRCONV
7613         (run): ditto
7614         (scanAuxFile): ditto
7615         (deplog): ditto
7616
7617         * LString.h: add the STRCONV macros
7618
7619         * BufferView_pimpl.C (savePosition): STRCONV
7620         (restorePosition): ditto
7621         (MenuInsertLyXFile): ditto
7622
7623         * vc-backend.C (scanMaster): change from submatch[...] to
7624         submatch.str(...)
7625
7626         * funcrequest.C: include config.h
7627
7628         * factory.C: include config.h
7629
7630         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
7631
7632         * box.C: include config.h
7633
7634         * LaTeX.C (scanAuxFile): change from submatch[...] to
7635         submatch.str(...)
7636         (deplog): ditto
7637
7638 2002-10-25  Angus Leeming  <leeming@lyx.org>
7639
7640         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
7641
7642         * ispell.[Ch] (setError): new method.
7643         * ispell.C (c-tor): move out child process into new class LaunchIspell.
7644         Use setError() insetead of goto END.
7645
7646         * lyx_cb.C (AutoSave): move out child process into new class
7647         AutoSaveBuffer.
7648
7649 2002-10-30  John Levon  <levon@movementarian.org>
7650
7651         * text3.C: make start appendix undoable
7652
7653 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
7654
7655         * lyxlength.C (inPixels): Fix returned value.
7656
7657         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
7658         environment.
7659
7660 2002-10-24  Angus Leeming  <leeming@lyx.org>
7661
7662         * lyxgluelength.h: no need to forward declare BufferParams
7663         or BufferView, so don't.
7664
7665 2002-10-21  John Levon  <levon@movementarian.org>
7666
7667         * BufferView.C: menuUndo ->undo, redo
7668
7669         * BufferView.h: document, remove dead, make some methods private
7670
7671         * paragraph_funcs.h:
7672         * paragraph_funcs.C:
7673         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7674
7675         * buffer.h:
7676         * buffer.C:
7677         * sgml.h:
7678         * sgml.C: move sgml open/close tag into sgml.C
7679
7680         * bufferview_funcs.h: unused prototype
7681
7682         * lyxfunc.h:
7683         * lyxfunc.C: remove unused
7684
7685         * lyxtext.h:
7686         * text.C: remove unused
7687
7688 2002-10-21  John Levon  <levon@movementarian.org>
7689
7690         * BufferView.h:
7691         * BufferView.C:
7692         * BufferView_pimpl.h:
7693         * BufferView_pimpl.C: fix mouse wheel handling based on
7694           patch from Darren Freeman
7695
7696 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7697
7698         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7699
7700 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7701
7702         * lyxlength.C (inPixels): Fix hanfling of negative length.
7703         Fix LyXLength::MU case.
7704
7705 2002-10-16  John Levon  <levon@movementarian.org>
7706
7707         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7708
7709 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7710
7711         * converter.C (view): add support for $$i (file name) and $$p
7712         (file path) for the viewer command. If $$i is not specified, then
7713         it is appended to the command (for compatibility with old syntax)
7714
7715 2002-10-14  Juergen Vigna  <jug@sad.it>
7716
7717         * undo_funcs.C (textHandleUndo): alter the order in which the
7718         new undopar is added to the LyXText, as we have to set first
7719         the right prev/next and then add it as otherwise the rebuild of
7720         LyXText is not correct. Also reset the cursor to the right paragraph,
7721         with this IMO we could remove the hack in "redoParagraphs()".
7722
7723 2002-10-09  Angus Leeming  <leeming@lyx.org>
7724
7725         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7726         to turn off an optimisation if a new inset is to be inserted.
7727
7728 2002-10-11 André Pönitz <poenitz@gmx.net>
7729
7730         * lyxtext.h: make some functions public to allow access
7731         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7732
7733 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7734
7735         * text3.C (dispatch): when changing layout, avoid an infinite loop
7736         [bug #652]
7737
7738 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7739
7740         * lyxrc.C (read): treat a viewer or converter command of "none" as
7741         if it were empty.
7742
7743         * MenuBackend.C (expandFormats): for an update, also allow the
7744         formats that are not viewable
7745
7746         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7747         script if it is newer than the lyxrc.defaults in user directory
7748
7749 2002-10-07 André Pönitz <poenitz@gmx.net>
7750
7751         * text.C: Vitaly Lipatov's small i18n fix
7752
7753 2002-09-25  Angus Leeming  <leeming@lyx.org>
7754
7755         * ispell.h: doxygen fix.
7756
7757 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7758
7759         * buffer.h (readFile): Add a new argument to the method, to allow
7760         reading of old-format templates.
7761
7762 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7763
7764         * toc.C (getTocList): Get TOC from InsetWrap.
7765
7766 2002-09-16  John Levon  <levon@movementarian.org>
7767
7768         * lyxfunc.C: check tabular for cut/copy too
7769
7770 2002-09-12  John Levon  <levon@movementarian.org>
7771
7772         * LyXAction.C: tidy
7773
7774         * factory.h:
7775         * factory.C: add header
7776
7777         * paragraph_funcs.h:
7778         * paragraph_funcs.C: cleanup
7779
7780 2002-09-11  John Levon  <levon@movementarian.org>
7781
7782         * PrinterParams.h: odd/even default to true
7783
7784 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7785
7786         * PrinterParams.h: update printer parameters for new xforms dialog
7787
7788 2002-09-11  Angus Leeming  <leeming@lyx.org>
7789
7790         * lyxserver.C (read_ready): re-write to make it more transparent
7791         and to make it work in coherent fashion under Tru64 Unix.
7792
7793 2002-09-11  André Pönitz <poenitz@gmx.net>
7794
7795         * commandtags.h:
7796         * LyXAction.C:
7797         * text3.C: implement LFUN_WORDSEL
7798
7799 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7800
7801         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7802         make floatlist_ a boost::shared_ptr<FloatList>
7803
7804         * lyxtextclass.C: include FloatList.h
7805         (LyXTextClass): initialize floatlist_
7806         (TextClassTags): add TC_NOFLOAT
7807         (Read): match "nofloat" to TC_NOFLOAT and use it.
7808         (readFloat): modify call to floatlist_
7809         (floats): ditto
7810         (floats): ditto
7811
7812         * FloatList.[Ch] (FloatList): remove commented out float
7813         initialization.
7814         (erase): new function
7815
7816 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7817
7818         * MenuBackend.C (expandToc): fix crash when there is no document
7819         open
7820
7821 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7822
7823         * many files: Add insetwrap.
7824
7825 2002-09-09  John Levon  <levon@movementarian.org>
7826
7827         * text2.C: remove confusing and awkward depth wraparound
7828
7829 2002-09-09  John Levon  <levon@movementarian.org>
7830
7831         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7832
7833         * buffer.h:
7834         * buffer.C: remove getIncludeonlyList()
7835
7836         * paragraph.C:
7837         * lyxfunc.C: remove headers
7838
7839 2002-09-09  Juergen Vigna  <jug@sad.it>
7840
7841         * text.C (getColumnNearX): fix form Michael this is most
7842         probably a cut&paste bug.
7843
7844 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7845
7846         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7847
7848         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7849         references, ws changes.
7850
7851         * text2.C (init): update counters after init
7852         (insertParagraph): no need to set counter on idividual paragraphs.
7853         (setCounter): access the counters object in the textclass object
7854         on in the buffer object.
7855         (updateCounters): ditto
7856
7857         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7858         shared_ptr<Counters> to avoid loading counters.h in all
7859         compilation units.
7860         (LyXTextClass): initialize ctrs_
7861         (TextClassTags): add TC_COUNTER, and ...
7862         (Read): use it here.
7863         (CounterTags): new tags
7864         (readCounter): new function
7865         (counters): new funtion
7866         (defaultLayoutName): return a const reference
7867
7868         * counters.C (Counters): remove contructor
7869         (newCounter): remove a couple of unneeded statements.
7870         (newCounter): simplify a bit.
7871         (numberLabel): some small formatting changes.
7872
7873         * buffer.[Ch]: remove all traces of counters, move the Counters
7874         object to the LyXTextClass.
7875
7876 2002-09-06  Alain Castera  <castera@in2p3.fr>
7877
7878         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7879         package to set the horizontal alignment on fixed width columns.
7880
7881         * lyx_sty.C:
7882         * lyx_sty.h: added tabularnewline macro def.
7883
7884         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7885
7886 2002-09-06  John Levon  <levon@movementarian.org>
7887
7888         * LyXAction.C: tooltips for sub/superscript
7889
7890         * MenuBackend.C: a bit more verbose
7891
7892         * lyxfunc.C: tiny clean
7893
7894         * undo_funcs.C: document undo_frozen
7895
7896 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7897
7898         * counters.C (Counters): add missing algorithm counter.
7899
7900         * text2.C (setCounter): lookup the counter with layouts latexname
7901         instead of by section number.
7902         (setCounter): use a hackish way to lookup the correct enum
7903         counter.
7904         a float name->type change
7905         reset enum couners with counter name directly instead of depth value.
7906
7907         * counters.C (Counters): remove the push_backs, change to use the
7908         float type not the float name.
7909         (labelItem): remove unused string, float name->type change
7910
7911         * counters.h: don't include vector, loose the enums and sects vectors
7912
7913 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7914
7915         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7916         (Read): add float->TC_FLOAT to textclassTags
7917         (Read): and handle it in the switch
7918         (readFloat): new function
7919
7920         * FloatList.C (FloatList): comment out the hardcoded float
7921         definitions.
7922
7923         * lyxlayout.h: ws change.
7924
7925 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7926
7927         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7928
7929 2002-09-03  Angus Leeming  <leeming@lyx.org>
7930
7931         * BufferView_pimpl.h: qualified name is not allowed in member
7932         declaration: WorkArea & Pimpl::workarea() const;
7933
7934         * factory.C: added using std::endl directive.
7935
7936         * text3.C: added using std::find and std::vector directives.
7937
7938 2002-08-29  André Pönitz <poenitz@gmx.net>
7939
7940         * lyxtext.h:
7941         * text2.C: remove unused member number_of_rows
7942
7943         * Makefile.am:
7944         * BufferView2.C: remove file, move contents to...
7945         * BufferView.C: ... here
7946
7947         * BufferView_pimpl.C:
7948         * factory.C: move more inset creation to factory
7949
7950         * vspace.C: avoid direct usage of LyXText, ws changes
7951
7952         * BufferView.[Ch]:
7953                 don't provide direct access to WorkArea, use two simple
7954                 acessors haveSelction() and workHeight() instead
7955
7956
7957 2002-08-29  John Levon  <levon@movementarian.org>
7958
7959         * BufferView_pimpl.C (dispatch): do not continue when
7960           no buffer
7961
7962 2002-08-28  André Pönitz <poenitz@gmx.net>
7963
7964         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7965
7966         * BufferView.h:
7967         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7968
7969 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7970
7971         * buffer.C: increment LYX_FORMAT to 221
7972
7973         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7974         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7975
7976         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7977
7978         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7979
7980 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7981
7982         * factory.C (createInset): use LyXTextClass::floats
7983
7984         * MenuBackend.C (expandFloatListInsert):
7985         (expandFloatInsert):
7986         (expandToc):
7987
7988         * text2.C (setCounter):
7989
7990         * LaTeXFeatures.C (useFloat):
7991         (getFloatDefinitions):
7992
7993         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7994
7995         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7996         floatlist_, with accessor floats().
7997
7998         * FloatList.h: remove global FloatList
7999
8000 2002-08-26  André Pönitz <poenitz@gmx.net>
8001
8002         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8003
8004         * BufferView.h:
8005         * BufferView2.C:
8006         * BufferView_pimpl.C:
8007         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8008
8009 2002-08-25  John Levon  <levon@movementarian.org>
8010
8011         * LyXAction.C: fix margin note description
8012
8013 2002-08-24  John Levon  <levon@movementarian.org>
8014
8015         * buffer.C:
8016         * bufferlist.C:
8017         * bufferview_funcs.C:
8018         * lyxfont.C:
8019         * undo_funcs.C: cleanups
8020
8021         * lyxfunc.C: disable CUT/COPY when no selection
8022
8023 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8024
8025         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8026         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8027
8028         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8029         Add backward compatibility to "mono", "gray" and "no".
8030
8031 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8032
8033         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8034         (and file_format >= 200).
8035
8036 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8037
8038         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8039
8040 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8041
8042         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8043
8044 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8045
8046         * BufferView_pimpl.C:
8047         * LyXAction.C:
8048         * buffer.C:
8049         * commandtags.h:
8050         * lyxfunc.C:
8051         * paragraph.[Ch]:
8052         * text2.C:
8053         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8054         inset and code to make it  work with the paragraph code. The inset
8055         can be anywhere in the paragraph, but will only do the expected
8056         thing in LaTeX if the layout file contains the parameter line
8057                         OptionalArgs    1
8058         (or more generally, a nonzero value) for that layout.
8059
8060 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8061
8062         * paragraph.h: remove the declaration of undefined counters class
8063         function.
8064
8065 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8066
8067         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8068         Dr. Richard Hawkins.
8069
8070 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8071
8072         * paragraph_funcs.h: remove some unneeded includes
8073
8074         * text.C (backspace): pasteParagraph now in global scipe
8075
8076         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8077         (pasteSelection): ditto
8078
8079         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8080         * paragraph_funcs.C (pasteParagraph): ... here
8081
8082 2002-08-20  André Pönitz <poenitz@gmx.net>
8083
8084         * commandtags.h: new LFUNs for swapping/copying table row/colums
8085
8086         * LyXAction.C:
8087         * lyxfunc.C: support for new lfuns
8088
8089 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8090
8091         * tabular.C:
8092         * buffer.[Ch]: remove NO_COMPABILITY stuff
8093
8094 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8095
8096         * boost.C (throw_exception): new file, with helper function for
8097         boost compiled without exceptions.
8098
8099         * paragraph.h:
8100         * lyxlength.C:
8101         * buffer.C:
8102         * ParameterStruct.h:
8103         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8104
8105         * bufferlist.C (emergencyWriteAll): use boost bind
8106
8107         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8108
8109         * text.C: include paragraph_funcs.h
8110         (breakParagraph): breakParagraph is now in global scope
8111
8112         * paragraph_funcs.[Ch]: new files
8113
8114         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8115         global scope
8116
8117         * buffer.C: include paragraph_funcs.h
8118         (insertStringAsLines): breakParagraph is now in global scope
8119
8120         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8121         paragraph_funcs.C
8122
8123         * CutAndPaste.C: include paragraph_funcs.h
8124         (cutSelection): breakParagraphConservative is now in global scope
8125         (pasteSelection): ditto
8126
8127         * buffer.h: declare oprator== and operator!= for
8128         Buffer::inset_iterator
8129
8130         * bufferlist.C (emergencyWrite): don't use fmt(...)
8131
8132         * text3.C: add using std::endl
8133
8134         * BufferView.C (moveCursorUpdate): remove default arg
8135
8136 2002-08-20  André Pönitz <poenitz@gmx.net>
8137
8138         * buffer.[Ch]: move inline functions to .C
8139
8140         * BufferView2.C:
8141         * BufferView_pimpl.C:
8142         * text.C:
8143         * buffer.[Ch]: use improved inset_iterator
8144
8145         * buffer.C:
8146         * paragraph.[Ch]: write one paragraph at a time
8147
8148 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8149
8150         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8151         style if style is not specified.
8152
8153 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8154
8155         * text2.C (setCounter): when searching for right label for a
8156         caption, make sure to recurse to parent insets (so that a caption
8157         in a minipage in a figure float works) (bug #568)
8158
8159 2002-08-20  André Pönitz <poenitz@gmx.net>
8160
8161         * text3.C: new file for LyXText::dispatch() and helpers
8162
8163         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8164
8165         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8166
8167 2002-08-19  André Pönitz <poenitz@gmx.net>
8168
8169         * lyxtext.h:
8170         * text.C: new LyXText::dispatch()
8171
8172         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8173
8174 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8175
8176         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8177
8178         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8179         Hebrew text.
8180
8181 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8182
8183         * Makefile.am: use $(variables) instead of @substitutions@
8184
8185 2002-08-15  André Pönitz <poenitz@gmx.net>
8186
8187         * lyxfunc.C:
8188         * BufferView_pimpl.C: streamlining mathed <-> outer world
8189         interaction
8190
8191         * commandtags.h:
8192         * LyXAction.C: remove unused LFUN_MATH
8193
8194 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8195
8196         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8197
8198 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8199
8200         * paragraph.C (Paragraph): reformat a bit
8201         (cutIntoMinibuffer): use builtin InsetList function instad of
8202         doing it manually.
8203         (getInset): ditto
8204
8205         * buffer.C: include boost/bind.hpp, add using std::for_each
8206         (writeFileAscii): use ParagraphList iterators
8207         (validate): use for_each for validate traversal of paragraphs
8208         (getBibkeyList): use ParagraphList iterators
8209         (resizeInsets): use for_each to resizeInsetsLyXText for all
8210         paragraphs.
8211         (getParFromID): use ParagraphList iterators
8212
8213         * BufferView2.C (lockInset): use paragraph list and iterators
8214
8215 2002-08-14  John Levon  <levon@movementarian.org>
8216
8217         * lyxserver.C: remove spurious xforms include
8218
8219 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8220
8221         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8222
8223 2002-08-13  André Pönitz <poenitz@gmx.net>
8224
8225         * LyXAction.[Ch]:
8226         * lyxfunc.C: further cleaning
8227
8228 2002-08-13  André Pönitz <poenitz@gmx.net>
8229
8230         * funcrequest.h: new constructor
8231
8232         * funcrequest.C: move stuff here from .h
8233
8234         * Makefile.am:
8235         * BufferView_pimpl.C:
8236         * LyXAction.C:
8237         * toc.C:
8238         * lyxfunc.C: subsequent changes
8239
8240         * lyxfunc.h: new view() member function
8241
8242         * lyxfunc.C: subsequent changes
8243
8244 2002-08-13  Angus Leeming  <leeming@lyx.org>
8245
8246         * BufferView2.C:
8247         * BufferView_pimpl.C:
8248         * buffer.C:
8249         * converter.C:
8250         * importer.C:
8251         * lyxfunc.C:
8252         * lyxvc.C:
8253         * toc.C:
8254         * vc-backend.C:
8255         changes due to the changed LyXView interface that now returns references
8256         to member variables not pointers.
8257
8258 2002-08-13  Angus Leeming  <leeming@lyx.org>
8259
8260         * WordLangTuple (word, lang_code): return references to strings,
8261         not strings.
8262
8263         * BufferView.h:
8264         * SpellBase.h:
8265         * lyxtext.h: forward-declare WordLangTuple.
8266
8267         * BufferView2.C:
8268         * ispell.C:
8269         * pspell.C:
8270         * text.C: #include "WordLangTuple.h".
8271
8272         * lyxtext.h:
8273         * text.C: (selectNextWordToSpellcheck): constify return type.
8274
8275 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8276
8277         * buffer.C:
8278         * buffer.h:
8279         * lyxtext.h:
8280         * paragraph.C:
8281         * paragraph_pimpl.h:
8282         * text.C:
8283         * text2.C:
8284         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8285         suggested by Angus.
8286         Made updateCounter always count from start of buffer, and removed
8287         second argument (par).
8288         Reverted floats number display to '#'. Perhaps I'll try again when the
8289         code base is sanitized a bit.
8290
8291 2002-08-12  Angus Leeming  <leeming@lyx.org>
8292
8293         * buffer.[Ch] (getLabelList): constify.
8294
8295 2002-08-07  André Pönitz <poenitz@gmx.net>
8296
8297         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8298
8299         * funcrequest.h: extension to keep mouse (x,y) position
8300
8301 2002-08-12  Juergen Vigna  <jug@sad.it>
8302
8303         * BufferView2.C (insertErrors): forbid undo when inserting error
8304         insets.
8305
8306         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8307
8308 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8309
8310         * ParagraphList.[Ch]: new files
8311
8312         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8313
8314         * BufferView2.C (lockInset): ParagraphList changes
8315         * toc.C: ditto
8316         * text2.C: ditto
8317         * bufferlist.C: ditto
8318         * buffer.h: ditto
8319         * buffer.C: ditto
8320
8321 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8322
8323         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8324         unused class variable counter_,
8325
8326         * paragraph.[Ch] (getFirstCounter): delete unused function
8327
8328         * counters.C: include LAssert.h
8329         (reset): add a new function with no arg, change other version to
8330         not have def. arg and to not allow empty arg.
8331
8332         * text2.C (setCounter): remove empty arg from call to Counters::reset
8333
8334 2002-08-11  John Levon  <levon@movementarian.org>
8335
8336         * Makefile.am: add WordLangTuple.h
8337
8338 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8339
8340         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8341         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8342
8343         * insets/insettext.C: InsetList changes
8344
8345         * graphics/GraphicsSupport.C (operator()): InsetList changes
8346
8347         * toc.C (getTocList): InsetList changes
8348
8349         * paragraph_pimpl.[Ch]: InsetList changes
8350
8351         * paragraph.[Ch]: InsetList changes
8352
8353         * buffer.C (inset_iterator): InsetList changes
8354         (setParagraph): ditto
8355         * buffer.h (inset_iterator): ditto
8356         * iterators.C (operator++): ditto
8357         * iterators.h: ditto
8358
8359         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8360
8361         * InsetList.[Ch]: new files, most InsetList handling moved out of
8362         paragraph.C.
8363
8364         * BufferView2.C (removeAutoInsets): InsetList changes
8365         (lockInset): ditto
8366         (ChangeInsets): ditto
8367
8368 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8369
8370         * paragraph_pimpl.h (empty): new function
8371
8372         * paragraph.[Ch] (empty): new function
8373
8374         * other files: use the new Paragraph::empty function
8375
8376 2002-08-09  John Levon  <levon@movementarian.org>
8377
8378         * lyxtext.h: remove unused refresh_height
8379
8380 2002-08-09  John Levon  <levon@movementarian.org>
8381
8382         * Makefile.am:
8383         * sgml.h:
8384         * sgml.C:
8385         * buffer.C:
8386         * paragraph.h:
8387         * paragraph.C: move sgml char escaping out of paragraph
8388
8389         * paragraph.h:
8390         * paragraph.C: remove id setter
8391
8392         * buffer.C:
8393         * paragraph.C:
8394         * paragraph_pimpl.C: remove dead tex_code_break_column
8395
8396         * bufferview_funcs.C: small cleanup
8397
8398         * lyxfunc.C: remove dead proto
8399
8400         * lyxtext.h: make some stuff private. Remove some dead stuff.
8401
8402         * lyxgluelength.C: make as[LyX]String() readable
8403
8404 2002-08-08  John Levon  <levon@movementarian.org>
8405
8406         * LyXAction.h:
8407         * LyXAction.C:
8408         * MenuBackend.C:
8409         * ToolbarDefaults.C:
8410         * lyxfunc.C:
8411         * lyxrc.C:
8412         * toc.C: lyxaction cleanup
8413
8414 2002-08-08  John Levon  <levon@movementarian.org>
8415
8416         * BufferView2.C: small cleanup
8417
8418         * lyxfind.h:
8419         * lyxfind.C: move unnecessary header into the .C
8420
8421 2002-08-08  John Levon  <levon@movementarian.org>
8422
8423         * funcrequest.h: just tedious nonsense
8424
8425         * lyx_main.h:
8426         * lyx_main.C: cleanups
8427
8428         * buffer.C:
8429         * vspace.C: remove dead header lyx_main.h
8430
8431 2002-08-07  Angus Leeming  <leeming@lyx.org>
8432
8433         * Paragraph.[Ch]:
8434         * paragraph_pimpl.h:
8435         Forward declare class Counters in paragraph.h by moving the ctrs member
8436         variable into Paragraph::Pimpl.
8437         (counters): new method, returning a reference to pimpl_->ctrs.
8438
8439         * text2.C: ensuing changes.
8440
8441 2002-08-07  John Levon  <levon@movementarian.org>
8442
8443         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8444
8445         * BufferView_pimpl.C: announce X selection on double/triple
8446           click
8447
8448         * lyx_main.C: use correct bool in batch dispatch
8449
8450         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8451
8452 2002-08-07  André Pönitz <poenitz@gmx.net>
8453
8454         * funcrequest.h: new class to wrap a kb_action and its argument
8455
8456         * BufferView.[Ch]:
8457         * BufferView_pimpl[Ch]:
8458         * LaTeX.C:
8459         * LyXAction.[Ch]:
8460         * lyxfunc.[Ch]:
8461         * lyxrc.C: subsequent changes
8462
8463
8464 2002-08-07  John Levon  <levon@movementarian.org>
8465
8466         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
8467           document options change.
8468
8469 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
8470
8471         * counters.[Ch]
8472         * text2.C
8473         * paragraph.[Ch]
8474         * makefile.am: move counters functionality over from
8475         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
8476
8477 2002-08-06  John Levon  <levon@movementarian.org>
8478
8479         * WordLangTuple.h: new file for word + language code tuple
8480
8481         * SpellBase.h:
8482         * pspell.h:
8483         * pspell.C:
8484         * ispell.h:
8485         * ispell.C:
8486         * lyxtext.h:
8487         * text.C:
8488         * text2.C:
8489         * BufferView.h:
8490         * BufferView2.C: use WordLangTuple
8491
8492         * layout.h:
8493         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
8494
8495 2002-08-06  John Levon  <levon@movementarian.org>
8496
8497         * lyx_main.C: fix cmdline batch handling
8498
8499 2002-08-06  André Pönitz <poenitz@gmx.net>
8500
8501         * lyxrc.C: set default for show_banner to true
8502
8503 2002-08-06  John Levon  <levon@movementarian.org>
8504
8505         * pspell.C: fix a crash, and allow new aspell to work
8506
8507 2002-08-06  John Levon  <levon@movementarian.org>
8508
8509         * lyxfunc.C:
8510         * kbmap.C: small cleanup
8511
8512         * vspace.h:
8513         * vspace.C: add const
8514
8515 2002-08-05  John Levon  <levon@movementarian.org>
8516
8517         * LyXAction.C: back to tabular-insert
8518
8519 2002-08-04  John Levon  <levon@movementarian.org>
8520
8521         * BufferView.h:
8522         * BufferView.C: cosmetic change
8523
8524         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
8525
8526         * bufferlist.C:
8527         * buffer.h:
8528         * buffer.C:
8529         * lyxcb.h:
8530         * lyxcb.C:
8531         * lyxserver.C:
8532         * lyxvc.C:
8533         * vc-backend.C:
8534         * BufferView2.C: purge all "Lyx" not "LyX" strings
8535
8536         * lyxcursor.h:
8537         * lyxcursor.C: attempt to add some documentation
8538
8539         * lyxfunc.C:
8540         * commandtags.h:
8541         * LyXAction.C:
8542         * ToolbarDefaults.C:
8543         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
8544           merge with LFUN_TABULAR_INSERT
8545
8546         * Makefile.am:
8547         * SpellBase.h:
8548         * ispell.h:
8549         * ispell.C:
8550         * pspell.h:
8551         * pspell.C: split up i/pspell implementations into separate
8552           files, many cleanups
8553
8554         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
8555
8556         * text2.C: some cleanup
8557
8558         * lyxfunc.C: don't check for isp_command == "none" any more, it
8559           didn't make any sense
8560
8561 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
8562
8563         * counters.[Ch]
8564         * text2.C
8565         * paragraph.[Ch]
8566         * makefile.am: move counters functionality over
8567         from text2.C/paragraph.[Ch] to counters.[Ch], and
8568         make proper C++.
8569 2002-08-02  John Levon  <levon@movementarian.org>
8570
8571         * buffer.C: s/lyxconvert/lyx2lyx/
8572
8573 2002-08-02  Angus Leeming  <leeming@lyx.org>
8574
8575         * lyxlex.C: revert John's change as it breaks reading of the user
8576         preamble.
8577
8578 2002-08-02  Angus Leeming  <leeming@lyx.org>
8579
8580         * importer.C (Import):
8581         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
8582         changes due to LyXView::view() now returning a boost::shared_ptr.
8583
8584 2002-08-02  John Levon  <levon@movementarian.org>
8585
8586         * lyxlex.C: small cleanup
8587
8588 2002-08-02  John Levon  <levon@movementarian.org>
8589
8590         * text2.C (status): small cleanup, no logic change
8591
8592 2002-08-01  John Levon  <levon@movementarian.org>
8593
8594         * buffer.h:
8595         * buffer.C (writeFile): don't output alerts, caller
8596           handles this
8597
8598         * bufferlist.C:
8599         * lyx_cb.C: from above
8600
8601         * lyxfunc.C: allow to open non-existent files
8602
8603 2002-07-31  John Levon  <levon@movementarian.org>
8604
8605         * lyxserver.C: don't let incidental errors get
8606           in the way (errno)
8607
8608 2002-07-30  John Levon  <levon@movementarian.org>
8609
8610         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
8611
8612 2002-07-30  John Levon  <levon@movementarian.org>
8613
8614         * lyxserver.h:
8615         * lyxserver.C: remove I/O callback too
8616
8617 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8618
8619         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
8620         log.
8621
8622 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8623
8624         * many files: strip,frontStrip -> trim,ltrim,rtrim
8625
8626 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8627
8628         * PrinterParams.h: remove extern containsOnly, and include
8629         support/lstrings.h instead.
8630
8631         * LaTeX.C (scanAuxFile): modify because of strip changes
8632         (deplog): ditto
8633         * buffer.C (makeLaTeXFile): ditto
8634         * bufferparams.C (writeFile): ditt
8635         * lyxfont.C (stateText): ditto
8636         * lyxserver.C (read_ready): ditto
8637         * vc-backend.C (scanMaster): ditto
8638
8639         * BufferView_pimpl.h: ws changes
8640
8641         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
8642
8643 2002-07-26  André Pönitz <poenitz@gmx.net>
8644
8645         * kb_sequence.C: remove unnedred usings
8646
8647 2002-07-26  Juergen Vigna  <jug@sad.it>
8648
8649         * lyxfind.C (LyXReplace): we have to check better if the returned
8650         text is not of theLockingInset()->getLockingInset().
8651
8652 2002-07-25  Juergen Vigna  <jug@sad.it>
8653
8654         * lyxfind.C (LyXReplace): don't replace if we don't get the
8655         right LyXText.
8656
8657         * undo_funcs.C (createUndo): remove debugging code.
8658
8659 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
8660
8661         * buffer.C (parseSingleLyXformat2Token): Use default placement
8662         when reading old floats.
8663
8664         * FloatList.C (FloatList): Change the default placement of figure
8665         and tables to "tbp".
8666
8667 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8668
8669         * MenuBackend.C: using std::max
8670
8671 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8672
8673         * MenuBackend.C (expandToc):
8674         (expandToc2): code moved from xforms menu frontend. It is now
8675         generic and TOCs are transparent to menu frontends.
8676
8677 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8678
8679         * toc.C (getTocList): protect against buf=0
8680
8681         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8682         Menu as first parameter. Now, this calls itself recursively to
8683         expand a whole tree (this will be useful for TOC handling)
8684         (expandFloatInsert): remove 'wide' version of floats
8685
8686         * MenuBackend.h (submenuname): returns the name of the submenu.
8687         (submenu): returns the submenu itself, provided it has been
8688         created by MenuBackend::expand
8689
8690 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8691
8692         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8693         insets which have noFontChange == true. (bug #172)
8694
8695 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8696
8697         * BufferView_pimpl.C: add connection objects and use them...
8698         (Pimpl): here.
8699
8700 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8701
8702         * MenuBackend.C (expandLastfiles):
8703         (expandDocuments):
8704         (expandFormats):
8705         (expandFloatListInsert):
8706         (expandFloatInsert):
8707         (expand): split expand in parts
8708
8709 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8710
8711         * lyx_gui.C: use lyx_gui::exit()
8712
8713 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8714
8715         * LyXAction.C: show the failing pseudo action
8716
8717 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8718
8719         * buffer.C (readFile): Run the lyxconvert script in order to read
8720         old files.
8721
8722 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8723
8724         * LyXAction.C:
8725         * commandtags.h:
8726         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8727
8728 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8729
8730         * LyXAction.C:
8731         * commandtags.h:
8732         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8733
8734 2002-07-22  Herbert Voss  <voss@lyx.org>
8735
8736         * lengthcommon.C:
8737         * lyxlength.[Ch]: add support for the vertical lengths
8738
8739 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8740
8741         * toc.[Ch]: std:: fixes
8742
8743 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8744
8745         * lyxrc.C: do not include lyx_main.h
8746
8747         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8748         for layouts
8749
8750         * lyxrc.C:
8751         * encoding.C:
8752         * bufferlist.C:
8753         * BufferView2.C: include "lyxlex.h"
8754
8755         * tabular.h:
8756         * bufferparams.h: do not #include "lyxlex.h"
8757
8758         * lyxtextclasslist.C (Add): remove method
8759         (classlist): renamed to classlist_
8760
8761         * paragraph_pimpl.C:
8762         * paragraph.C:
8763         * text2.C:
8764         * CutAndPaste.C:
8765         * bufferview_funcs.C:
8766         * bufferlist.C:
8767         * text.C:
8768         * LaTeXFeatures.C:
8769         * buffer.C:
8770         * toc.C (getTocList): use BufferParams::getLyXTextClass
8771
8772         * toc.C (getTocList): use InsetFloat::addToToc
8773
8774         * toc.[Ch]: new files, containing helper functions to handle table
8775         of contents
8776
8777         * lyxfunc.C (dispatch): no need to remove spaces around command
8778         given as a string
8779         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8780         first command of the sequence; it is not very clever, but I do not
8781         have a better idea, actually
8782
8783         * LyXAction.C (LookupFunc): make sure to remove space at the
8784         beginning and end of the command
8785
8786 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8787
8788         * MenuBackend.C (getMenubar): new method: return the menubar of
8789         this menu set
8790         (read): treat differently reading of menu and menubar (in
8791         particular, the menubar has no name now)
8792         (Menu::menubar): remove
8793
8794         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8795         saving is finished
8796
8797 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8798
8799         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8800         a bibitem inset in a RTL paragraph.
8801
8802 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8803
8804         * paragraph_pimpl.C: constify
8805
8806         * BufferView_pimpl.C:
8807         * LaTeX.C:
8808         * lyxfunc.C: fix dispatch in a nicer way
8809
8810 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8811
8812         * lyxfunc.C (dispatch):
8813         * BufferView_pimpl.C:
8814         * BufferView_pimpl.h:
8815         * BufferView.C:
8816         * BufferView.h: rename Dispatch() to dispatch()
8817
8818         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8819
8820         * lyxlayout.C (Read): honor DependsOn tag
8821
8822         * lyxlayout.[Ch] (depends_on): new method
8823
8824         * version.C.in: update lyx_docversion
8825
8826         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8827
8828         * paragraph.C (validate): remove from here...
8829         * paragraph_pimpl.C (validate): ... and move here
8830         (isTextAt): make it const
8831
8832         * buffer.C (getLists): ws cleanup
8833
8834 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8835
8836         * language.C (read): Use iso8859-1 encoding in latex_lang
8837         (this prevents LyX from crashing when using iso10646-1 encoding).
8838
8839 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8840
8841         * text2.C (toggleInset): if cursor is inside an inset, close the
8842         inset and leave cursor _after_ it
8843
8844 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8845
8846         * lyxfunc.C: move minibuffer completion handling out of here
8847
8848 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8849
8850         * BufferView_pimpl.C:
8851         * LaTeX.C: fix dispatch calls
8852
8853 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8854
8855         * text.C (drawChars): Fix Arabic text rendering.
8856
8857 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8858
8859         * LyXAction.C:
8860         * commandtags.h:
8861         * lyxfunc.C: remove message-push/pop
8862
8863         * lyxserver.C:
8864         * lyxfunc.h:
8865         * lyxfunc.C: rationalise some code by removing verboseDispatch
8866           in favour of a bool argument to dispatch()
8867
8868 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8869
8870         * lyx_main.C (init): make sure to read symlinks as absolute paths
8871
8872 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8873
8874         * lyxfunc.h:
8875         * lyxfunc.C: no need for commandshortcut to be a member
8876
8877 2002-07-15  André Pönitz <poenitz@gmx.net>
8878
8879         * converter.C: add support for $$s (scripts from lib/scripts dir)
8880         * lyx_main.C: white space
8881
8882 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8883
8884         * bufferlist.C:
8885         * lyxrc.h:
8886         * lyxrc.C: remove second exit confirmation
8887
8888 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8889
8890         * BufferView.h:
8891         * BufferView.C:
8892         * BufferView2.C:
8893         * BufferView_pimpl.h:
8894         * BufferView_pimpl.C:
8895         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8896
8897 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8898
8899         * MenuBackend.C (expand): add numeric shortcuts to document menu
8900
8901         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8902
8903 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8904
8905         * lyxfont.C (setLyXFamily):
8906         (setLyXSeries):
8907         (setLyXShape):
8908         (setLyXSize):
8909         (setLyXMisc):
8910         (lyxRead):
8911         * debug.C (value):
8912         * buffer.C (asciiParagraph): use ascii_lowercase
8913
8914 2002-07-15  Mike Fabian  <mfabian@suse.de>
8915
8916         * lyxlex_pimpl.C (search_kw):
8917         * lyxlex.C (getLongString):
8918         * converter.h (operator<):
8919         * converter.C (operator<):
8920         * buffer.C (parseSingleLyXformat2Token):
8921         (asciiParagraph):
8922         * ToolbarDefaults.C (read):
8923         * MenuBackend.C (checkShortcuts):
8924         (read):
8925         * LColor.C (getFromGUIName):
8926         (getFromLyXName): use the compare_ascii_no_case instead of
8927         compare_no_case, because in turkish, 'i' is not the lowercase
8928         version of 'I', and thus turkish locale breaks parsing of tags.
8929
8930 2002-07-16  Angus Leeming  <leeming@lyx.org>
8931
8932         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8933         now takes a Buffer const & argument.
8934
8935 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8936
8937         * BufferView.C (resize): check there's a buffer to resize
8938
8939 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8940
8941         * lyxfunc.C: remove dead code
8942
8943         * lyxserver.h:
8944         * lyxserver.C: use lyx_guii::set_read_callback
8945
8946 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8947
8948         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8949         an inset in a RTL paragraph.
8950
8951 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8952
8953         * lyxfunc.C: repaint after a font size update
8954
8955 2002-07-15  André Pönitz <poenitz@gmx.net>
8956
8957         * lyxlength.C: inBP should be able to return negative values
8958
8959 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8960
8961         * lyxfunc.C: use lyx_gui::update_fonts()
8962
8963 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8964
8965         * lyxfunc.C: use lyx_gui::update_color()
8966
8967 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8968
8969         * bufferlist.C:
8970         * lyxfunc.h:
8971         * lyxfunc.C:
8972         * lyxrc.h:
8973         * lyxrc.C: remove file->new asks for name option, and let
8974           buffer-new take an argument
8975
8976 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8977
8978         * BufferView_pimpl.C: remove unneeded extra repaint()
8979
8980 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8981
8982         * LyXAction.C: allow command-sequence with NoBuffer
8983
8984         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8985
8986 2002-07-10  Angus Leeming  <leeming@lyx.org>
8987
8988         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8989
8990 2002-07-09  Angus Leeming  <leeming@lyx.org>
8991
8992         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8993
8994 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8995
8996         * lengthcommon.h: whitespace
8997
8998         * lyxfunc.C: update scrollbar after goto paragraph
8999
9000         * lyxtext.h: factor out page break drawing, and fix it so
9001           page break/added space paints as selected nicely
9002
9003 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9004
9005         * BufferView_pimpl.C: add FIXMEs, clean up a little
9006
9007 2002-07-09  André Pönitz <poenitz@gmx.net>
9008
9009         * lyxfont.[Ch]: support for wasy symbols
9010
9011 2002-07-08  André Pönitz <poenitz@gmx.net>
9012
9013         * BufferView_pimpl.C: apply John's patch for #93.
9014
9015 2002-07-05  Angus Leeming  <leeming@lyx.org>
9016
9017         * BufferView_pimpl.C (buffer): generate previews if desired.
9018
9019         * LColor.h: add "preview" to the color enum.
9020
9021         * LColor.C (LColor): add a corresponding entry to the items array.
9022
9023         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9024         with this buffer.
9025
9026 2002-07-05  Angus Leeming  <leeming@lyx.org>
9027
9028         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9029         The body of the code is now in the method that is passed an ostream &
9030         rather than a file name.
9031         Pass an additional only_preamble parameter, useful for the forthcoming
9032         preview stuff.
9033
9034 2002-07-03  André Pönitz <poenitz@gmx.net>
9035
9036         * lyxfunc.C: simplify getStatus() a bit for math stuff
9037
9038 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9039
9040         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9041
9042 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9043
9044         * text.C (changeRegionCase): do not change case of all the
9045         document when region ends at paragraph end (bug #461)
9046
9047 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9048
9049         * paragraph.C (startTeXParParams):
9050         (endTeXParParams): add \protect when necessary
9051
9052 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9053
9054         * BufferView_pimpl.C (workAreaExpose): remove warning
9055
9056 2002-06-27  Angus Leeming  <leeming@lyx.org>
9057
9058         * Makefile.am: add lyxlayout_ptr_fwd.h.
9059
9060 2002-06-26  André Pönitz <poenitz@gmx.net>
9061
9062         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9063
9064 2002-06-25  Angus Leeming  <leeming@lyx.org>
9065
9066         * lyxfunc.C (dispatch): Comment out the call to
9067         grfx::GCache::changeDisplay. The method no longer exists now that the
9068         pixmap generation part of the graphics loader has been moved into
9069         InsetGraphics.
9070
9071 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9072
9073         * text2.C: layout as layout
9074
9075         * text.C: layout as layout
9076
9077         * tabular.C (OldFormatRead): layout as layout
9078
9079         * paragraph_pimpl.C (TeXDeeper): layout as layout
9080         (realizeFont): layout as layout
9081
9082         * paragraph.C (writeFile): layout as layout
9083         (validate): layout as layout
9084         (getFont): layout as layout
9085         (getLabelFont): layout as layout
9086         (getLayoutFont): layout as layout
9087         (breakParagraph): layout as layout
9088         (stripLeadingSpaces): layout as layout
9089         (getEndLabel): layout as layout
9090         (getMaxDepthAfter): layout as layout
9091         (applyLayout): layout as layout
9092         (TeXOnePar): layout as layout
9093         (simpleTeXOnePar): layout as layout
9094         (TeXEnvironment): layout as layout
9095         (layout): layout as layout
9096         (layout): layout as layout
9097
9098         * lyxtextclass.C (compare_name): new functor to work with
9099         shared_ptr, layout as layout
9100         (Read): layout as layout
9101         (hasLayout): layout as layout
9102         (operator): layout as layout
9103         (delete_layout): layout as layout
9104         (defaultLayout): layout as layout
9105
9106         * lyxlayout_ptr_fwd.h: new file
9107
9108         * lyxlayout.C (Read): layout as layout
9109
9110         * lyx_cb.C (MenuInsertLabel): layout as layout
9111
9112         * bufferlist.C (newFile): layout as layout
9113
9114         * buffer.C (readLyXformat2): layout as layout
9115         (parseSingleLyXformat2Token): layout as layout
9116         (insertStringAsLines): layout as layout
9117         (asciiParagraph): layout as layout
9118         (latexParagraphs): layout as layout
9119         (makeLinuxDocFile): layout as layout
9120         (simpleLinuxDocOnePar): layout as layout
9121         (makeDocBookFile): layout as layout
9122         (simpleDocBookOnePar): layout as layout
9123         (getLists): layout as layout
9124
9125         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9126
9127         * CutAndPaste.C (cutSelection): layout as layout
9128         (pasteSelection): layout as layout
9129         (SwitchLayoutsBetweenClasses): layout as layout
9130
9131         * BufferView_pimpl.C (Dispatch): layout as layout
9132         (smartQuote): layout as layout
9133
9134         * BufferView2.C (unlockInset): layout as layout
9135
9136 2002-06-24  André Pönitz <poenitz@gmx.net>
9137
9138         * lyxfunc.C: fix #487
9139
9140 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9141
9142         * lyxrc.h:
9143         * lyxrc.C:
9144         * lyxfunc.C: remove display_shortcuts, show_banner
9145
9146 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9147
9148         * Buffer_pimpl.C: oops, update on resize
9149
9150 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9151
9152         * buffer.C:
9153         * converter.C:
9154         * exporter.C:
9155         * lyxfunc.C:
9156         * BufferView.h:
9157         * BufferView.C: use repaint()
9158
9159         * BufferView_pimpl.h:
9160         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9161           as it's a clearer description. Remove superfluous
9162           redraws.
9163
9164 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9165
9166         * text.C: fix bug 488. Not ideal, but getting
9167           getWord() to work properly for the insets that
9168           matter is more difficult ...
9169
9170 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9171
9172         * BufferView_pimpl.C:
9173         * LyXAction.C:
9174         * commandtags.h:
9175         * lyxfunc.C: remove the six million index lyxfuncs to just
9176           one, and DTRT (bug 458)
9177
9178 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9179
9180         * BufferView.h:
9181         * BufferView.C:
9182         * BufferView_pimpl.h:
9183         * BufferView_pimpl.C: clean up resize() stuff,
9184           and unnecessary updateScreen()s
9185
9186 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9187
9188         * BufferView.h:
9189         * BufferView.C:
9190         * BufferView_pimpl.h:
9191         * BufferView_pimpl.C:
9192         * lyxfind.h:
9193         * lyxfind.C:
9194         * minibuffer.C: remove focus management of workarea,
9195           not needed. Use screen's greyOut()
9196
9197 2002-06-17  Herbert Voss  <voss@lyx.org>
9198
9199         * converter.C: (convert) do not post a message, when converting
9200         fails, let the calling function decide what to do in this case
9201
9202 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9203
9204         * lyxfunc.C: tidy up a little
9205
9206 2002-06-16    <alstrup@diku.dk>
9207
9208         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9209         Got rid of FORMS_H_LOCATION include. Now we are
9210         GUII.
9211
9212 2002-06-15  LyX Development team  <lyx@rilke>
9213
9214         * buffer.[Ch] (sgmlOpenTag):
9215         (sgmlCloseTag): Added support for avoiding pernicious mixed
9216         content. Return number of lines written.
9217
9218         (makeLinuxDocFile):
9219         (makeDocBookFile): Fixed calls to sgml*Tag.
9220         Simple white space clean.
9221
9222         (simpleDocBookOnePar): Simple white space clean.
9223
9224         * tabular.[Ch] (docBook): Renamed to docbook and got another
9225         argument to related with the pernicious mixed content.
9226
9227         (docbookRow): Fixed calls for docbook inset method.
9228
9229 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9230
9231         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9232         so it's X11 independent.
9233
9234         * kb*.[Ch]: ditto.
9235
9236         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9237
9238 2002-06-15  Lyx Development team  <lyx@electronia>
9239
9240         * intl.h: Renamed getTrans to getTransManager.
9241
9242 2002-06-14  Angus Leeming  <leeming@lyx.org>
9243
9244         * Makefile.am: nuke forgotten stl_string_fwd.h.
9245
9246 2002-06-12  Angus Leeming  <leeming@lyx.org>
9247
9248         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9249
9250 2002-06-13  Angus Leeming  <leeming@lyx.org>
9251
9252         * LaTeX.C:
9253         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9254
9255 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9256
9257         * kbmap.C (getiso): add support for cyrillic and greek
9258
9259 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9260
9261         * BufferView.h:
9262         * BufferView.C:
9263         * BufferView_pimpl.h:
9264         * BufferView_pimpl.C: move bogus scrolling logic
9265           to xforms
9266
9267 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9268
9269         * lyxfunc.C:
9270         * BufferView_pimpl.C: view->resize() change
9271
9272 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9273
9274         * BufferView_pimpl.C: topCursorVisible
9275           prototype change
9276
9277 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9278
9279         * Makefile.am:
9280         * lyx_gui.h:
9281         * lyx_gui.C: move to frontends/
9282
9283         * main.C:
9284         * lyx_main.h:
9285         * lyx_main.C: changes from above
9286
9287 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9288
9289         * intl.C:
9290         * intl.h:
9291         * kbmap.C:
9292         * kbsequence.C:
9293         * lyx_cb.C:
9294         * lyx_main.C: minor tidy
9295
9296 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9297
9298         * BufferView_pimpl.h:
9299         * BufferView_pimpl.C:
9300         * BufferView.h:
9301         * BufferView.C: make painter() const,
9302           remove dead code
9303
9304         * BufferView2.C: use screen() accessor
9305
9306         * lyx_main.h:
9307         * lyx_main.C: some minor cleanup
9308
9309 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9310
9311         * BufferView_pimpl.h:
9312         * BufferView_pimpl.C: remove enter/leaveView,
9313           use workHeight()
9314
9315 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9316
9317         * BufferView.h:
9318         * BufferView.C:
9319         * BufferView2.C:
9320         * BufferView_pimpl.h:
9321         * BufferView_pimpl.C: only construct screen once,
9322           rename
9323
9324         * lyxrc.C: remove pointless comment
9325
9326 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9327
9328         * BufferView.h:
9329         * BufferView.C: remove active() and belowMouse()
9330
9331         * BufferView_pimpl.h:
9332         * BufferView_pimpl.C: use workarea() not workarea_,
9333           and make it use a scoped_ptr instead
9334
9335 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9336
9337         * lyx_gui.C: add debug message on BadWindow
9338
9339 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9340
9341         * sp_spell.C: fdopen is not part of the C++ standard.
9342
9343         * paragraph.C (InsetIterator): use >= instead of ==
9344
9345 2002-06-07  Angus Leeming  <leeming@lyx.org>
9346
9347         Fixes needed to compile with Compaq cxx 6.5.
9348         * BufferView_pimpl.C:
9349         * DepTable.C:
9350         * buffer.C:
9351         * converter.C:
9352         * encoding.C:
9353         * lyx_gui.C:
9354         * lyx_main.C:
9355         * lyxtextclasslist.C:
9356         * minibuffer.C:
9357         * sp_spell.C:
9358         * tabular_funcs.C:
9359         * vc-backend.C:
9360         all c-library variables have been moved into namespace std. Wrap
9361         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9362
9363         * lyxlength.C:
9364         * tabular-old.C:
9365         * tabular.C:
9366         Add a using std::abs declaration.
9367
9368         * kbmap.h (modifier_pair):
9369         * paragraph.h (InsetTable, InsetList):
9370         * lyxfont.h (FontBits):
9371         type definition made public.
9372
9373         * bufferlist.C (emergencyWriteAll): the compiler complains that
9374         there is more than one possible lyx::class_fun template to choose from.
9375         I re-named the void specialisation as lyx::void_class_fun.
9376
9377         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9378
9379         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9380         the compiler is is unable to find tostr in write_attribute.
9381
9382 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9383
9384         * buffer.C (sgmlError): hide #warning
9385
9386 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9387
9388         * xtl/*: get rid of xtl, which is not in use anyway
9389
9390         * LyXAction.C (init):
9391         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9392         were unimplemented xtl experimentation
9393
9394 2002-06-04  André Pönitz <poenitz@gmx.net>
9395
9396         * lyxfunc.C: disable array operation on simple formulae
9397
9398 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9399
9400         * converter.C: constify a bit
9401
9402 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9403
9404         * lyx_gui.C: check xforms version correctly
9405
9406 2002-04-30  Herbert Voss  <voss@lyx.org>
9407
9408         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9409         "keep" option
9410
9411 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9412
9413         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9414           attempt to register it with a VCS)
9415
9416 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9417
9418         * lyx_main.C (init): honor variables LYX_DIR_13x and
9419         LYX_USERDIR_13x
9420
9421 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9422
9423         * buffer.h:
9424         * buffer.C:
9425         * lyx_main.C: fix a crash on bad command line,
9426           and give a useful exit status on error
9427
9428         * lyxfunc.C (doImport): allow -i lyx to work
9429
9430 2002-03-30  André Pönitz <poenitz@gmx.net>
9431
9432         * lyxfunc.C: mathed font changes
9433
9434 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9435
9436         * LaTeX.C:
9437         * importer.h:
9438         * importer.C:
9439         * lyx_sty.h:
9440         * lyx_sty.C:
9441         * lyxlex.C:
9442         * lyxrow.h:
9443         * lyxtext.h:
9444         * paragraph.h:
9445         * paragraph.C:
9446         * texrow.h:
9447         * texrow.C:
9448         * text.C:
9449         * trans_mgr.h: srcdocs, and some minor cleanups
9450
9451 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9452
9453         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
9454         call getFont all the time)
9455
9456 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9457
9458         * switch from SigC signals to boost::signals
9459
9460 2002-05-29  André Pönitz <poenitz@gmx.net>
9461
9462         * paragraph_pimpl.C (getChar): don't call size() too often...
9463
9464 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9465
9466         * paragraph_pimpl.C (insertChar): do not try to update tables when
9467         appending (pos == size())
9468
9469         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
9470         in order to reduce drastically the number of comparisons needed to
9471         parse a large document
9472
9473 2002-05-29  André Pönitz <poenitz@gmx.net>
9474
9475         * text.C:
9476         * text2.C:
9477         * lyxtextclass.C:
9478         * sp_pspell.h:
9479         * textclasslist.[Ch]:
9480         * sp_ispell.h: whitespace change
9481
9482 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9483
9484         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
9485         lyxaction directly now.
9486
9487 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
9488
9489         * trans.C:
9490         * lyxfont.C:
9491         * lyxvc.C: remove unused headers
9492
9493 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9494
9495         * Makefile.am:
9496         * buffer.h:
9497         * undostack.h:
9498         * undostack.C:
9499         * undo_funcs.h:
9500         * undo_funcs.C: some cleanups. Use shared_ptr
9501           and a template for the undo stacks.
9502
9503 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9504
9505         * BufferView_pimpl.h:
9506         * BufferView_pimpl.C:
9507         * kbmap.h:
9508         * kbmap.C:
9509         * kbsequence.h:
9510         * kbsequence.C:
9511         * lyxfunc.h:
9512         * lyxfunc.C:
9513         * text2.C: use key_state/mouse_state
9514
9515 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9516
9517         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
9518         and LSubstring
9519
9520         * chset.C: change include order
9521         (loadFile): use boost regex and get rid of LRegex and LSubstring
9522
9523         * Makefile.am (BOOST_LIBS): new variable
9524         (lyx_LDADD): use it
9525
9526         * LaTeX.C: change include order.
9527         (scanAuxFile): use boost regex and get rid of LRegex and
9528         LSubstring
9529         (deplog): ditto
9530
9531 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9532
9533         * ColorHandler.h:
9534         * ColorHandler.C:
9535         * FontInfo.h:
9536         * FontInfo.C: moved to frontends/xforms/
9537
9538         * FontLoader.h:
9539         * FontLoader.C: moved into frontends for GUIIzation
9540
9541         * Makefile.am:
9542         * lyx_gui.C:
9543         * lyxfont.C:
9544         * lyxfunc.C: changes from above
9545
9546 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9547
9548         * LColor.C: remove spurious X include
9549
9550         * BufferView_pimpl.C:
9551         * Makefile.am:
9552         * font.h:
9553         * font.C:
9554         * text.C:
9555         * text2.C: move font metrics to frontends/
9556
9557 2002-05-24  Juergen Vigna  <jug@sad.it>
9558
9559         * undo_funcs.C (textHandleUndo): fix the cursor selection after
9560         setting the undo_cursor.
9561
9562         * ParagraphParameters.h: include local includes first.
9563
9564 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9565
9566         * BufferView_pimpl.C:
9567         * BufferView_pimpl.h:
9568         * Makefile.am:
9569         * WorkArea.h:
9570         * WorkArea.C:
9571         * screen.C: move WorkArea into frontends/
9572
9573         * lyxscreen.h:
9574         * screen.C:
9575         * text.C:
9576         * BufferView.C:
9577         * BufferView2.C: move LyXScreen into frontends/
9578
9579         * lyxlookup.h:
9580         * lyxlookup.C:
9581         * lyx_gui.C: move lyxlookup into frontends/xforms/
9582
9583 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9584
9585         * BufferView2.C:
9586         * BufferView_pimpl.C:
9587         * FontLoader.C:
9588         * LyXView.h:
9589         * LyXView.C:
9590         * Makefile.am:
9591         * WorkArea.C:
9592         * XFormsView.h:
9593         * XFormsView.C:
9594         * buffer.C:
9595         * bufferlist.C:
9596         * bufferview_funcs.C:
9597         * converter.C:
9598         * importer.C:
9599         * lyx_cb.C:
9600         * lyx_gui.C:
9601         * lyx_main.C:
9602         * lyx_find.C:
9603         * lyxfunc.C:
9604         * lyxvc.C:
9605         * minibuffer.C:
9606         * text.C:
9607         * text2.C:
9608         * trans.C:
9609         * vc-backend.C: move LyX/XFormsView into frontends/
9610
9611 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9612
9613         * Makefile.am:
9614         * PainterBase.C:
9615         * PainterBase.h:
9616         * Painter.C:
9617         * Painter.h:
9618         * WorkArea.C:
9619         * WorkArea.h:
9620         * screen.C:
9621         * tabular.C:
9622         * text.C:
9623         * text2.C: move Painter to frontends/
9624
9625 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9626
9627         * buffer.C: comment out some some code that depend upon lyx_format
9628         < 220
9629
9630         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
9631         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
9632
9633         * buffer.h (NO_COMPABILITY): turn off compability
9634
9635         * ColorHandler.C: include scoped_array.hpp
9636
9637         * font.C: Use more specific smart_ptr header.
9638         * Painter.C: ditto
9639         * gettext.C: ditto
9640         * ShareContainer.h: ditto
9641         * lyx_main.h: ditto
9642         * kbmap.h: ditto
9643         * FontInfo.h: ditto
9644         * BufferView_pimpl.h: ditto
9645         * ColorHandler.h: ditto
9646
9647         * kbmap.C (defkey): change call to shared_ptr::reset
9648
9649 2002-05-21  Juergen Vigna  <jug@sad.it>
9650
9651         * buffer.C (insertErtContents): fix to insert ert asis if it is
9652         non empty. Skip it completely if it contains only whitespaces.
9653
9654 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
9655
9656         * BufferView_pimpl.C:
9657         * BufferView2.C: clear selection on paste (bug 393)
9658
9659 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9660
9661         * DepTable.C: include ctime
9662
9663 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
9664
9665         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9666
9667 2002-05-14  Juergen Vigna  <jug@sad.it>
9668
9669         * text.C (breakParagraph): fixed function to honor the keepempty
9670         layout in the right maner and also to permit the right breaking
9671         algorithm on empty or non empyt keepempty paragraphs.
9672
9673         * paragraph.C (breakParagraph): we have to check also if the par
9674         is really empty (!size()) for isempty otherwise we do the wrong
9675         paragraph break.
9676
9677 2002-05-10  Juergen Vigna  <jug@sad.it>
9678
9679         * buffer.[Ch] : The following are only changes to the ert
9680         compatibility read reading old LaTeX layout and font stuff and
9681         convert it to ERTInsets.
9682
9683         * buffer.h: added isErtInset().
9684
9685         * buffer.C (struct ErtComp): add a fromlayout bool to check
9686         if we're inside a LaTeX layout.
9687         (isErtInset): new helper function.
9688         (insertErtContents): look for other ert insets before this one
9689         and insert the contents there, so that we don't have subsequent
9690         ERT insets with nothing between them. This way we create only one
9691         inset with multiple paragraphs. Also check if we don't insert only
9692         spaces ' ' as they are ignored anyway afterwards in the .tex file
9693         so if we have only spaces we will ignore this latex part in the
9694         new file.
9695         (parseSingleLyXformat2Token \\layout): better compatibility when
9696         reading layout-latex stuff.
9697         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9698         language tag.
9699         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9700         stuff after reading the inset only get the information back from
9701         the stack.
9702
9703 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9704
9705         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9706
9707         * LaTeXFeatures.C (getBabelOptions): New method.
9708
9709 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9710
9711         * BufferView_pimpl.C (Dispatch): work around missing argument for
9712         'layout'
9713
9714 2002-05-08  Juergen Vigna  <jug@sad.it>
9715
9716         * text.C (leftMargin): handle paragraph leftindent.
9717
9718         * paragraph.C (writeFile): write the new \\leftindent tag.
9719         (validate): handle leftindent code.
9720         (TeXEnvironment): handle paragraphleftindent code again.
9721
9722         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9723
9724         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9725         for paragrap_extra indent code and new token \\leftindent.
9726         (latexParagraphs): handle the leftindent as environment.
9727
9728         * ParameterStruct.h: added leftindent support.
9729
9730         * ParagraphParameters.C (leftIndent): added support functions for
9731         the paragraph left indent.
9732
9733         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9734         more appropriate.
9735
9736 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9737
9738         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9739         inside insetERT.
9740
9741         * text.C (computeBidiTables): No bidi in insetERT.
9742
9743         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9744         in RTL documents.
9745
9746 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9747
9748         * version.C.in: pre 5
9749
9750 2002-05-02  José Matos  <jamatos@fep.up.pt>
9751         * buffer.C (makeDocBookFile): white space changes, add newline to
9752         command styles.
9753         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9754
9755         * tabular.C (docBook): fix typo.
9756
9757 2002-05-03  Juergen Vigna  <jug@sad.it>
9758
9759         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9760         change in LyXText as we can not be sure it was not freed.
9761         (drawOneRow): remove unused code.
9762
9763         * text.C (drawInset): redo the calculation of the need_break_row as
9764         it could have a row which was already freed.
9765         (draw): look at the return value of drawInset and return false if
9766         it also returned false.
9767         (paintRowText): look at the return value of draw and return false if
9768         it also returned false.
9769
9770         * lyxtext.h: added bool return type to drawInset() and draw() so that
9771         if we have a change in the row so that the rowbreak has to be redone
9772         we abort drawing as it will be called again.
9773
9774 2002-05-02  Juergen Vigna  <jug@sad.it>
9775
9776         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9777         a change in the maintext also if we're inside an inset.
9778         (Dispatch): set the cursor again after a break line and after the
9779         screen has been updated as it could be we're in a different row.
9780
9781         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9782         to set the cursor behind the pargraph with > size().
9783         (setCursor): check also for the same paragraph when checking where
9784         to put the cursor if we have a NFR inset.
9785
9786         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9787         parts of layout read further up as it still was in the wrong
9788         position.
9789
9790 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9791
9792         * screen.C (drawFromTo): change sine fullRebreak always return
9793         true.
9794
9795         * buffer.C (parseSingleLyXformat2Token): reindent some
9796
9797         * BufferView_pimpl.C (update): change since fullRebreak always
9798         return true.
9799         (Dispatch): git rid of the last hardcoded "Standard"s.
9800
9801 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9802
9803         * text2.[Ch] (fullRebreak): make it return void now that we always
9804         returned true.
9805
9806 2002-04-30  Juergen Vigna  <jug@sad.it>
9807
9808         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9809         ert compatibility check for "latex" layout.
9810
9811 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9812
9813         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9814         minipages: use col% instead of p%, and also use the current font.
9815         (makeLaTeXFile): Fix use babel condition.
9816         (parseSingleLyXformat2Token): Correct font when reading old floats.
9817
9818 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9819
9820         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9821         inserting list of floats.
9822
9823 2002-04-25  Herbert Voss  <voss@lyx.org>
9824
9825         * MenuBackend.C (expand): don't add the graphics extensions to the
9826         export menu
9827
9828 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9829
9830         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9831         non-existing layout, do not complain if it was the default layout
9832         of the original class (bug #342)
9833
9834 2002-04-24  Juergen Vigna  <jug@sad.it>
9835
9836         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9837         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9838
9839 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9840
9841         * buffer.C (getBibkeyList): If using \bibliography, return the
9842         option field with the reference itself. Enables us to provide natbib
9843         support when using \bibliography.
9844
9845 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9846
9847         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9848
9849         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9850         natbib is provided by the LaTeX class.
9851
9852 2002-04-23  Juergen Vigna  <jug@sad.it>
9853
9854         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9855         Wakeup functions.
9856
9857         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9858
9859 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9860
9861         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9862
9863         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9864         ensuremath around textordmasculine, textordfeminine and
9865         textdegree.
9866
9867 2002-04-19  Juergen Vigna  <jug@sad.it>
9868
9869         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9870         reinitializing the buffer otherwise row-dimensions may be wrong.
9871         (update): reset also the selection cursors if they do exits otherwise
9872         their x/y positions may be wrong.
9873
9874         * text2.C (cursorDown): don't enter the inset if we came from a row
9875         above and are one row over the inset.
9876
9877         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9878         really leaving an inset.
9879
9880 2002-04-18  Juergen Vigna  <jug@sad.it>
9881
9882         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9883         of the selected paragraph does not have the selected layout also if
9884         the last one had!
9885
9886         * text2.C (setLayout): fixed bug which did not change last selected
9887         paragraph.
9888
9889         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9890         changed the read and substituted \\end_float with \\end_inset!
9891
9892         * BufferView_pimpl.C (cursorPrevious):
9893         (cursorNext): fixed to make it work with rows heigher than the work
9894         area without moving the cursor only the draw of the row.
9895         (workAreaMotionNotify): fix jumping over high rows.
9896
9897 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9898
9899         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9900         Ressler.
9901
9902 2002-04-16  Juergen Vigna  <jug@sad.it>
9903
9904         * text2.C (setCursor): set also the irow().
9905         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9906         (cursorUp):
9907         (cursorDown): support for locking an inset if the x_fix value goes
9908         inside it. That way I can transverse insets too with cursor up/down.
9909
9910         * lyxrow.h: added irow helper function same as other (i) functions.
9911
9912         * BufferView_pimpl.C (cursorPrevious):
9913         (cursorNext): fixed for insets!
9914
9915 2002-04-15  Juergen Vigna  <jug@sad.it>
9916
9917         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9918         position otherwise it is wrong in some cases.
9919
9920         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9921         inside the inset before the call.
9922
9923 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9924
9925         * buffer.[Ch] (getBibkeyList): make it const.
9926
9927 2002-04-12  Juergen Vigna  <jug@sad.it>
9928
9929         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9930
9931         * text2.C (getCursorX): new helper function
9932         (setCursor): compute also ix_
9933         (setCursorFromCoordinates): set also ix.
9934
9935         * lyxcursor.h: added ix_ and helper functions.
9936
9937         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9938
9939         * buffer.C (insertStringAsLines): dont break paragraph if the this
9940         paragraph is inside an inset which does not permit it!
9941
9942         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9943         also with no chars on this paragraph.
9944         (paintRowText): only paint stuff if it's inside the workarea!
9945
9946         * paragraph.C (breakParagraph): honor keepempty flag and break the
9947         paragraph always below not above.
9948
9949         * BufferView2.C (unlockInset): update the paragraph layout on inset
9950         unlock as we changed paragraph in such a case.
9951
9952         * lyxfind.C (LyXFind): clear the former selection if not found!
9953
9954         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9955         again called in insertChar().
9956
9957         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9958         an inset which uses the whole row!
9959         (rightMargin): ditto.
9960         (insertChar): force a rebreak if we inserted an inset!
9961
9962 2002-03-28  Herbert Voss  <voss@lyx.org>
9963
9964         * lyxlength.[Ch]: add inBP() to get the right PS-point
9965         units (BigPoint). With inPixels we have rounding errors
9966
9967 2002-04-11  Juergen Vigna  <jug@sad.it>
9968
9969         * text2.C (setCursorFromCoordinates): set iy to the right value.
9970         (setCursor): add check if row->previous exists!
9971
9972         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9973         an old float_type as this was the case in the old code!
9974
9975         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9976
9977         * BufferView2.C (showLockedInsetCursor): use iy
9978         (fitLockedInsetCursor): ditto
9979
9980         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9981         locked insets as there we have the right value now.
9982
9983         * lyxcursor.C: added iy_ variable and iy functions to set to the
9984         baseline of cursor-y of the locked inset.
9985
9986         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9987         (setCursor): fixed for insets which need a full row.
9988
9989         * text.C (rowLastPrintable): don't ignore the last space when before
9990         an inset which needs a full row.
9991         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9992         as last character of a row when before a inset which needs a full row.
9993
9994 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9995
9996         * version.C.in: update date
9997
9998         * text2.C (fullRebreak): try to always return true and see what
9999         happens...
10000
10001 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10002
10003         * MenuBackend.C (expand): use Floating::listName
10004
10005         * FloatList.C (FloatList): add listName argument to the built-in
10006         floats
10007
10008         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10009         text associated with the float.
10010
10011 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10012
10013         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10014
10015 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10016
10017         * ShareContainer.h: add a couple of missing typenames.
10018
10019 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10020
10021         * lyxrc.C (getDescription): use _() correctly rather than N_().
10022
10023 2002-03-28  Herbert Voss  <voss@lyx.org>
10024
10025         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10026         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10027
10028 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10029
10030         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10031         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10032
10033 2002-03-29  Juergen Vigna  <jug@sad.it>
10034
10035         * lyxfunc.C (dispatch): add a missing fitCursor call.
10036
10037         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10038         it was scrolled by a cursor move, so return the bool status.
10039
10040         * BufferView.C (fitCursor): return the bool flag also to the outside
10041         world as this is needed.
10042
10043         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10044
10045         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10046         call the edit() as it is not needed (and wrong) IMO.
10047         (workAreaButtonPress): set the screen_first variable before evt.
10048         unlock the inset as this may change screen_first and then we have
10049         a wrong y position for the click!
10050
10051 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10052
10053         * MenuBackend.C (expand): another translation that I missed
10054
10055 2002-03-28  Juergen Vigna  <jug@sad.it>
10056
10057         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10058
10059         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10060
10061 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10062
10063         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10064
10065         * MenuBackend.C (expand): fix export/view/update when there is no
10066         document open.
10067
10068 2002-03-27  Herbert Voss  <voss@lyx.org>
10069
10070         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10071         and text%
10072
10073 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10074
10075         * bufferview_funcs.C (currentState): only show paragraph number
10076         for is DEVEL_VERSION is set.
10077
10078         * lyxfunc.C (dispatch): put warning in INFO channel
10079
10080         * MenuBackend.C (expand): translate the name of floats
10081
10082         * FloatList.C (FloatList): mark the float names for translation
10083
10084         * converter.C (convert): use LibScriptSearch
10085
10086 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10087
10088         * MenuBackend.C (defaults): fix default menu (we might as well get
10089         rid of it...)
10090
10091 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10092
10093         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10094         directory.
10095
10096 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10097
10098         * lyxvc.C: reorder includes.
10099
10100 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10101
10102         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10103           properly
10104
10105 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10106
10107         * CutAndPaste.C: change layouts earlier on paste
10108           to avoid crashing when calling getFont()
10109
10110 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10111
10112         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10113         irritating #error.
10114
10115 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10116
10117         * WorkArea.C: remove 'Pending' debug message.
10118
10119         * most files: ws cleanup
10120
10121         * buffer.[Ch]: ws changes
10122
10123         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10124
10125 2002-03-21  Juergen Vigna  <jug@sad.it>
10126
10127         * tabular.C (SetMultiColumn): collapse also the contents of the
10128         cells and set the last border right. Added a Buffer const * param.
10129
10130 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10131
10132         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10133         linking or not.
10134
10135 2002-03-19  Juergen Vigna  <jug@sad.it>
10136
10137         * text2.C (clearSelection): reset also xsel_cache.
10138
10139         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10140         where it needs to be called (John tells us to do so too :)
10141         (selectionLost): reset sel_cache.
10142
10143         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10144
10145 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10146
10147         * text2.C (setCursorIntern): put debuging code in INSETS channel
10148
10149 2002-03-19  André Pönitz <poenitz@gmx.net>
10150
10151         * lyxfunc.C: tiny whitespace change
10152
10153 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10154
10155         * ToolbarDefaults.C (init):
10156         * LyXAction.C (init):
10157         * commandtags.h:
10158         * BufferView_pimpl.C (Dispatch):
10159         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10160
10161 2002-03-19  Allan Rae  <rae@lyx.org>
10162
10163         * exporter.C (Export): removeAutoInsets before doing anything else.
10164         While I've just introduced a dependency on BufferView this really is
10165         the best place to clean the buffer otherwise you need to cleanup in
10166         a dozen places before calling export or cleanup in a dozen functions
10167         that export calls.
10168
10169         * converter.C (runLaTeX):
10170         (scanLog): Better handling of removeAutoInsets and screen updates.
10171
10172         * lyxfunc.C (dispatch): small whitespace changes
10173
10174 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10175
10176         * WorkArea.C (C_WorkAreaEvent): return a value.
10177         (event_cb): return 1 if we handled the event, 0 otherwise.
10178
10179         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10180
10181 2002-03-18  Juergen Vigna  <jug@sad.it>
10182
10183         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10184         (GetAdditionalWidth): ditto.
10185         (RightLine): ditto.
10186         (LeftLine): ditto.
10187
10188         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10189         inset if we're there actually (probably not used right now but this
10190         is the direction to go for unifying code).
10191         (paste): disable code to clear the selection.
10192
10193         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10194         inside an InsetText and move the check further up as it is in the
10195         wrong place.
10196
10197         * text2.C (pasteSelection): set a selection over the pasted text.
10198
10199 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10200
10201         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10202         and libgraphics to build on Cygwin.
10203
10204 2002-03-15  Juergen Vigna  <jug@sad.it>
10205
10206         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10207         inserting an Inset into the paragraph. I know this is not the best
10208         fix but we already use current_view in CutAndPaste so we will remove
10209         all of it's using at the same time.
10210
10211         * buffer.C (sgmlError): deactivated function till it is rewritten in
10212         the right mode, now it can create problems.
10213
10214         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10215         before accessing it.
10216
10217 2002-03-14  Juergen Vigna  <jug@sad.it>
10218
10219         * undo_funcs.C (textHandleUndo): do the right thing when updating
10220         the inset after the undo/redo.
10221
10222         * text2.C (setCursor): just some testcode for #44 not ready yet.
10223
10224         * undo_funcs.C (textHandleUndo): set the next() and previous()
10225         pointers of the paragraph to 0 before deleting otherwise we have
10226         problems with the Paragraph::[destructor].
10227
10228         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10229         on a paragraph insertion.
10230
10231 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10232
10233         * buffer.C (asciiParagraph): use += operator for char append to
10234         string.
10235
10236         * paragraph.C (getFontSettings): compare >= not just >
10237         (highestFontInRange): ditto
10238         (setFont): ditto
10239
10240 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10241
10242         * paragraph.C: change several algorithm to be more appripriate for
10243         the problem domain. This is lookip in FontList and in the InsetList.
10244
10245 2002-03-13  André Pönitz <poenitz@gmx.net>
10246
10247         * commandtags.h:
10248         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10249
10250 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10251
10252         * commandtags.h:
10253         * LyXAction.C:
10254         * lyxfunc.C:
10255         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10256
10257 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10258
10259         * Painter.C (display): anon helper function, adjust code for this
10260         change.
10261         (pixmap): remove function.
10262
10263         * Painter.h: remove private display variable.
10264
10265         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10266
10267 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10268
10269         * WorkArea.[Ch]: remove figinset_canvas cruft.
10270
10271 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10272
10273         * lyxtextclass.C (operator): add one item cache optimization.
10274
10275         * bufferlist.h: doxy changes
10276
10277         * bufferlist.C: ws changes
10278
10279         * DepTable.[Ch] (ext_exist): place const in the right spot.
10280
10281         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10282         call resizeInsets.
10283         (workAreaExpose): call resizeInsets when the with BufferView changes.
10284         (Dispatch): adjust for protectedBlank removal
10285         (specialChar): call updateInset if the insert went ok.
10286
10287         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10288         specialChar instead.
10289
10290         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10291
10292         * BufferView.h: doxy change
10293
10294         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10295
10296         * lyxtextclass.C (operator[]): remove non-const version
10297         (defaultLayout): remove non-const version
10298
10299 2002-03-12  Juergen Vigna  <jug@sad.it>
10300
10301         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10302         did resize the LyXText too.
10303
10304         * buffer.C (readLyXformat2): set layout information on newly allocated
10305         paragraphs.
10306
10307         * tabular.C (OldFormatRead): set layout information on the paragraph.
10308
10309 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10310
10311         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10312
10313 2002-03-11  Juergen Vigna  <jug@sad.it>
10314
10315         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10316         plainly wrong.
10317         (resizeCurrentBuffer): force also the insets to resize themselfes.
10318         (moveCursorUpdate): fixed up for InsetText.
10319
10320 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10321
10322         * commandtags.h:
10323         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10324         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10325         value of Dialogs::tooltipsEnabled().
10326         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10327
10328 2002-03-08  Juergen Vigna  <jug@sad.it>
10329
10330         * BufferView_pimpl.C (updateInset): update inset inside inset also
10331         if it isn't inside theLockingInset().
10332
10333 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10334
10335         * buffer.C (asciiParagraph): redo some of the word and line length
10336         handling.
10337         (getLists): look for Caption instead of caption.
10338
10339 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10340
10341         * buffer.C (Buffer): initialize niceFile to true
10342         (makeLaTeXFile):
10343         (makeLinuxDocFile):
10344         (makeDocBookFile): make sure niceFile is true on exit
10345
10346 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10347
10348         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10349
10350 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10351
10352         * LyXSendto.C: remove.
10353         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10354         * lyx_gui.C: remove now-redundant comment.
10355         * ColorHandler.h: remove forward declaration of class WorkArea.
10356         * lyxfunc.C: remove #include "WorkArea.h".
10357
10358 2002-03-07  Juergen Vigna  <jug@sad.it>
10359
10360         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10361         got moved away with the DEPM and also set the inset_owner always
10362         right which before could have been omitted.
10363
10364 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10365
10366         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10367         wanted layout is not found.
10368
10369 2002-03-07  Juergen Vigna  <jug@sad.it>
10370
10371         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10372
10373 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10374
10375         * paragraph.C (breakParagraph): use default layout not layout of
10376         prev paragraph.
10377         (Paragraph): clear ParagraphParameters.
10378
10379 2002-03-06  Juergen Vigna  <jug@sad.it>
10380
10381         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10382         otherwise it would not be a valid lenght. Fixed a special case in
10383         the minipage compatibility read where we end the document with a
10384         minipage.
10385
10386         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10387         was set as it could be 0 for InsetTexts first entry.
10388
10389 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10390
10391         * paragraph.C (writeFile): if layout is empty write out
10392         defaultLayoutName().
10393
10394         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10395         file without named layout we set layout to defaultLayoutName().
10396
10397 2002-03-06  Juergen Vigna  <jug@sad.it>
10398
10399         * CutAndPaste.C (copySelection): set layout for new paragraph.
10400
10401         * text.C (prepareToPrint): leave ERT inset left aligned
10402         (leftMargin): don't indent paragraphs inside ERT insets
10403
10404 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10405
10406         * paragraph.C (breakParagraph): dont call clear do the work manually
10407
10408         * paragraph.[Ch] (clear): remove function
10409
10410 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10411
10412         * paragraph.C (Paragraph): dont call clear, the work has already
10413         been done.
10414
10415         * lyxtextclass.C (operator): assert if n is empty
10416
10417         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10418         work manually instead.
10419
10420 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10421
10422         * BufferView_pimpl.C: protect selectionLost against text == 0
10423
10424 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10425
10426         * text.C (breakParagraph): fix a setting layout to '0' problem.
10427
10428 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10429
10430         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10431         final location of file, for the included files, and graphics.
10432
10433 2002-03-05  Juergen Vigna  <jug@sad.it>
10434
10435         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10436
10437 2002-03-04  Juergen Vigna  <jug@sad.it>
10438
10439         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10440
10441         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10442         last column of multicolumn cells.
10443         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10444
10445 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10446
10447         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10448         file if it doesn't go to a temporary file.
10449
10450         * buffer.C (sgmlOpenTag):
10451         (sgmlCloseTag):  remove extra newline insertion.
10452
10453 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10454
10455         * text.C (getRowNearY): comment out debug msg
10456
10457 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10458
10459         * text2.C: first -> first_y
10460
10461         * text.C (getRowNearY): add some attemts at a possible
10462         optimization, not working.
10463
10464         * tabular.[Ch]: add BufferParams to several function so that newly
10465         created paragraph can be initialized to he default layotu for the
10466         buffers textclass.
10467
10468         * tabular-old.C (ReadOld): add buf->params to call of Init
10469
10470         * screen.C: rename text->first to text->first_y
10471
10472         * paragraph.C (breakParagraph): always set layout in the broken
10473         paragraph
10474
10475         * lyxtextclass.C (Read): remove lowercase
10476         (hasLayout): ditto
10477         (operator): ditto
10478         (delete_layout): ditto
10479
10480         * lyxtext.h: rename first -> first_y
10481
10482         * lyxlayout.C (Read): remove lowercase
10483         (name): ditto
10484         (setName): ditto
10485         (obsoleted_by): ditto
10486
10487         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
10488
10489         * buffer.C (insertErtContents): add params are to InsetERT
10490         (parseSingleLyXformat2Token): add code to check if a paragraphs
10491         layout really exist.
10492         (parseSingleLyXformat2Token): add params to several inset
10493         constructors
10494         (asciiParagraph): remove lowercase, do the layout comparisons with
10495         no_case
10496
10497         * BufferView_pimpl.C (cursorNext): first -> first_y
10498         (resizeCurrentBuffer): first -> first_y
10499         (updateScrollbar): first -> first_y
10500         (scrollCB): first -> first_y
10501         (workAreaMotionNotify): first -> first_y
10502         (workAreaButtonPress): first -> first_y
10503         (checkInsetHit): first -> first_y
10504         (cursorPrevious): first -> first_y
10505         (cursorNext): first -> first_y
10506         (Dispatch): add buffer_->params to severl inset contructors
10507
10508 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10509
10510         * lyxlayout.C (Read): remove some debug info that I forgot.
10511
10512         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
10513         clean up the code slightly.
10514         (makeLinuxDocFile): ditto
10515         (makeDocBookFile): ditto
10516
10517         * text2.C: layout as string
10518
10519         * text.C: layout as string
10520
10521         * paragraph_pimpl.C: layout as string
10522
10523         * paragraph.[Ch]: layout as string
10524
10525         * lyxtextclasslist.[Ch]: layout as string
10526
10527         * lyxtextclass.[Ch]: layout as string
10528
10529         * lyxtext.h: layout as string
10530
10531         * lyxlayout.[Ch]: layout as string
10532
10533         * lyx_cb.C: layout as string
10534
10535         * bufferview_funcs.C: layout as string
10536
10537         * bufferparams.C: layout as string
10538
10539         * buffer.C: layout as string
10540
10541         * LyXView.[Ch]: layout as string
10542
10543         * LaTeXFeatures.[Ch]: layout as string
10544
10545         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
10546
10547         * BufferView_pimpl.C: change current_layout to string, remove
10548         lyx::layout_type.
10549         (Dispatch):
10550         (smartQuote):
10551         (insertInset):
10552         (workAreaButtonRelease): layout as string
10553
10554         * BufferView2.C (unlockInset): adjust
10555
10556         * vspace.C (asLatexCommand): use an explict temp variable.
10557
10558 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10559
10560         * Makefile.am: use FRONTEND_*
10561
10562 2002-03-01  Juergen Vigna  <jug@sad.it>
10563
10564         * tabular.C (SetWidthOfMulticolCell): changed to something better
10565         I hope but still work in progress.
10566         (recalculateMulticolumnsOfColumn): renamed function from
10567         recalculateMulticolCells as it is more appropriate now.
10568         (SetWidthOfCell): calculate multicols better.
10569
10570 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10571
10572         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
10573
10574         * lyxfunc.C (processKeySym): print sequence also if it is
10575         `deleted' (complete)
10576
10577         * kbsequence.C (print): print sequence even if it is deleted
10578         (complete would be a better word, actually).
10579
10580         * lyxfunc.C (dispatch): print complete options after a prefix key
10581
10582         * vspace.C (asLatexCommand): rewrite in a slightly different form.
10583
10584 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
10585
10586         * text2.C (setCharFont): eliminate setCharFont code duplication.
10587
10588 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10589
10590         * BufferView_pimpl.C (Dispatch): remove bogus handling of
10591         LFUN_TABULAR_FEATURE (bug #177)
10592
10593 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
10594
10595         * Makefile.am: remove figure.h
10596
10597 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
10598
10599         * Bufferview_pimpl.C:
10600         * CutAndPasteC:
10601         * LaTeX.C:
10602         * LyXSendto.C:
10603         * buffer.C:
10604         * bufferlist.C:
10605         * converter.C:
10606         * language.C:
10607         * lyxfunc.C:
10608         * lyxvc.C:
10609         * paragraph.C:
10610         * text.C:
10611         * text2.C: remove #include "lyx_gui_misc.h".
10612
10613         * LaTeX.C: added #include <cstdio>
10614
10615 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10616
10617         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
10618         that the paragraph following this one can have.
10619
10620         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
10621
10622         * vspace.C (asLatexCommand): fix bogus gcc warning
10623
10624         * Makefile.am (lyx_SOURCES): remove vms_defines.h
10625
10626 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
10627
10628         * text2.C (setLayout): get rid of redundant code
10629
10630 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
10631
10632         * text2.C (incDepth): make sure depth cannot be increased beyond
10633         reasonable values.
10634
10635 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
10636
10637         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
10638         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
10639
10640         * PainterBase.h (image):
10641         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
10642         a LyXImage const *.
10643
10644 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10645
10646         * BufferView.C:
10647         * BufferView.h:
10648         * BufferView_pimpl.C:
10649         * BufferView_pimpl.h:
10650         * LaTeXFeatures.C:
10651         * LyXAction.C:
10652         * LyXView.C:
10653         * Makefile.am:
10654         * UpdateList.h:
10655         * UpdateList.C:
10656         * buffer.C:
10657         * figure.h:
10658         * figureForm.C:
10659         * figureForm.h:
10660         * figure_form.C:
10661         * figure_form.h:
10662         * lyx_cb.C:
10663         * lyx_gui.C:
10664         * lyx_gui_misc.C:
10665         * lyxfunc.C:
10666         * sp_base.h:
10667         * sp_ispell.h:
10668         * sp_pspell.h:
10669         * sp_spell.C: remove fig inset, and the crap house of
10670           cards that follows it
10671
10672 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10673
10674         * Makefile.am:
10675         * lyxserver.C:
10676         * os2_defines.h:
10677         * os2_errortable.h:
10678         * nt_defines.h: move .h into support/
10679
10680         * vms_defines.h: remove
10681
10682         * WorkArea.C: add space in debug output
10683
10684         * text2.C:
10685         * paragraph.C:
10686         * buffer.C: add WITH_WARNINGS
10687
10688         * vc-backend.h:
10689         * vc-backend.C:
10690         * bufferlist.C: s/retrive/retrieve/, add docs
10691
10692         * vspace.h:
10693         * vspace.C:
10694         * kbmap.h:
10695         * lyxlength.h:
10696         * lyxgluelength.h:
10697         * length_common.h:
10698         * chset.h:
10699         * chset.C: add docs
10700
10701         * lyxgui.C: add ID to X error handler
10702
10703         * lyxtestclass.c: fix typo
10704
10705 2002-02-26  Juergen Vigna  <jug@sad.it>
10706
10707         * tabular_funcs.C (write_attribute): changed so that some default
10708         attributes are not written at all.
10709         (getTokenValue): set default values before trying to read the
10710         value so we have the return value always set as default if we don't
10711         find the token we search for.
10712
10713         * tabular.C (Write): write bools as bools not as strings!
10714
10715 2002-02-22  Juergen Vigna  <jug@sad.it>
10716
10717         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10718         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10719
10720         * text.C (leftMargin): don't add an indent for paragraphs inside
10721         tabular cells (fix #208).
10722
10723 2002-02-21  José Matos  <jamatos@fep.up.pt>
10724
10725         * tabular.C (docBook): fixed support for long tables.
10726
10727 2002-02-20  Juergen Vigna  <jug@sad.it>
10728
10729         * text2.C (getFont): get the drawing font of the Inset if this
10730         paragraph is inside an inset (only important for InsetERT for now).
10731
10732         * buffer.C (insertErtContents): use new lanugage params in ERT
10733         constructor.
10734
10735         * CutAndPaste.C: commenting out seemingly uneeded code.
10736
10737 2002-02-19  Allan Rae  <rae@lyx.org>
10738
10739         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10740         Iterators might be simple to use but they also get invalidated.
10741         (removeAutoInsets): renamed saved cursor tracking variables and added
10742         some comments to clarify what everything does.
10743
10744 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10745
10746         * Chktex.C:
10747         * LaTeX.C:
10748         * LyXSendto.C:
10749         * converter.C:
10750         * lyx_cb.C:
10751         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10752         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10753
10754         * lyxfunc.C:
10755         * vc-backend.h: remove #include "support/syscall.h"
10756
10757         * LaTeX.C:
10758         * LyXSendto.C:
10759         * converter.C: rearrange #includes in Lars' approved fashion.
10760
10761         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10762         forward declare class Timeout in the header file.
10763
10764         * XFormsView.C: changes due to the above.
10765
10766         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10767         similar to LyXView.
10768
10769         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10770         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10771
10772 2002-02-18  José Matos  <jamatos@fep.up.pt>
10773
10774         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10775         insets contents.
10776
10777 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10778
10779         * a lot of small ws changes
10780         * add a lot of using std::XXX
10781         * use std construcs some places where approp.
10782         * use some exisint stuff from lyxfunctional where approp.
10783         * Make file changes to use partial linking (lets test this now...)
10784
10785 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10786
10787         * Chktex.C:
10788         * buffer.C:
10789         remove #include "support/syscontr.h" as it's redundant. Always has been.
10790
10791         * Chktex.C:
10792         * LaTeX.C:
10793         * LyXSendto.C:
10794         * converter.C:
10795         * lyx_cb.C:
10796         * vc-backend.C:
10797         change Systemcalls::System to Systemcalls::Wait and
10798         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10799         No change of functionality, just reflects the stripped down Systemcalls
10800         class.
10801
10802 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10803
10804         * debug.[Ch]: add a GRAPHICS type to the enum.
10805
10806 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10807
10808         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10809
10810         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10811         there is an inset.
10812
10813 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10814
10815         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10816         match the changes below.
10817
10818         * text2.C (toggleInset): if there is not editable inset at cursor
10819         position, try to see if cursor is _inside_ a collapsable inset
10820         and close it.
10821
10822 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10823
10824         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10825         document menu has a nice checkbox
10826
10827 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10828
10829         * lyxlength.C (asLatexString): change PW to output as percent of
10830         \textwidth.
10831
10832         * lengthcommon.C: change '%' to 't%'
10833
10834         * lyxfunc.C (dispatch): a few comments from Martin
10835
10836 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10837
10838         * WorkArea.h:
10839         * WorkArea.C:
10840         * BufferView_pimpl.h:
10841         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10842           the X selection.
10843
10844 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10845
10846         * vspace.C (inPixels): fix compiler warning
10847
10848 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10849
10850         * lyxfunc.C (getStatus): fix status message for disabled commands.
10851
10852 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10853
10854         * BufferView_pimpl.C: fix crash on close buffer
10855         during selection (#227)
10856
10857 2002-01-27  Herbert Voss  <voss@lyx.org>
10858
10859         * buffer.C: link old Figure to new graphic inset
10860
10861 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10862
10863         * FontLoader.C (getFontinfo): Change the latex font names in order
10864         to match the names of type1inst.
10865
10866 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10867
10868         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10869
10870         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10871         (extchanged): ditto
10872         (ext_exist): ditto
10873         (remove_files_with_extension): ditto
10874         (remove_file): ditto
10875         (write): ditto
10876
10877         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10878         document is smaller than the work area height. Do not initialize
10879         static variables to 0.
10880
10881 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10882
10883         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10884
10885         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10886         LFUN_LAYOUT_PARAGRAPHS.
10887
10888         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10889         tabular. It is possible to provide a possible cell, which will
10890         typically be the actcell from the corresponding insettabular
10891
10892         * lyxfunc.C (getStatus): small cleanup; disable
10893         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10894         true
10895
10896 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10897
10898         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10899
10900         * paragraph.C (startTeXParParams):
10901         (endTeXParParams): new methods. The LaTeX code to
10902         start/end paragraph formatting
10903         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10904         empty (fixes bug #200)
10905
10906         * vspace.C (inPixels): adapt to the change below
10907         (inPixels): [later] more cleanups (remove unused variables)
10908
10909         * lyxlength.C (inPixels): change to use a width and a height as
10910         parameter.
10911
10912 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10913
10914         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10915         Replaced with \paperwidth
10916
10917         * DepTable.C (insert): add std:: qualifier
10918
10919 2002-01-18  Allan Rae  <rae@lyx.org>
10920
10921         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10922         updated also?
10923
10924         * text.C (drawInset): Turned out I didn't know enough about how
10925         rebreaking worked.  This fixes most of the redraw problems.  I see
10926         an occasional cursor trail when a line is broken now and the cursor
10927         placement can seem out by a few pixels also after a rebreak.
10928
10929 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10930
10931         * buffer.C (parseSingleLyXformat2Token): update because minipage
10932         width is now a LyXLength
10933
10934         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10935
10936         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10937         math insets
10938
10939 2002-01-17  Juergen Vigna  <jug@sad.it>
10940
10941         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10942
10943         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10944         is set correctly and the inset is updated correctly.
10945
10946 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10947
10948         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10949         the beginning of the loop.
10950
10951 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10952
10953         * lyxrc.C: improve help for use_scalable_fonts
10954
10955 2002-01-17  Allan Rae  <rae@lyx.org>
10956
10957         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10958
10959 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10960
10961         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10962         make sure to set their inset_owner to the right value (bug #171)
10963
10964 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10965
10966         * DepTable.h
10967         * DepTable.C: Implement mtime checking to reduce time spent doing
10968         CRCs.
10969
10970 2002-01-16  Juergen Vigna  <jug@sad.it>
10971
10972         * tabular.C (GetAdditionalHeight): one of error fixed.
10973
10974         * lyxrc.C (output): small fix in writing use_pspell.
10975
10976 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10977
10978         * sp_base.h: #include LString.h
10979
10980 2002-01-16  Allan Rae  <rae@lyx.org>
10981
10982         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10983         Can someone check this please?
10984
10985         * text.C (drawInset): It was possible that p.row would be removed by
10986         breakAgainOneRow upsetting a few other settings.  There may be another
10987         small tweak possible by setting need_break_row = 0 when p.row has been
10988         removed but I don't know enough about the logic here.
10989
10990 2002-01-15  Allan Rae  <rae@lyx.org>
10991
10992         * text.C (insertChar): removed conditional truism.
10993
10994         * BufferView2.C (removeAutoInsets): More tweaks.
10995         cur_par_prev could be a stray pointer.  Check for trailing empty line
10996         in case last line was cur_par and only had an error inset on it.
10997
10998 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10999
11000         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11001         absolute
11002
11003         * vc-backend.C (most methods):
11004         * exporter.C (Export):
11005         * converter.C (convert):
11006         (runLaTeX):
11007         * LyXSendto.C (SendtoApplyCB):
11008         * lyxfunc.C (dispatch):
11009         (menuNew):
11010         (open):
11011         (doImport):
11012         * lyx_cb.C (AutoSave):
11013         (InsertAsciiFile):
11014         * BufferView_pimpl.C (MenuInsertLyXFile):
11015         * buffer.C (runChktex): use Buffer::filePath().
11016
11017         * buffer.h: rename filename to filename_; rename filepath to
11018         filepath_ and make it private
11019         (filePath): new method
11020
11021         * buffer.C (writeFile): use fileName()
11022         (getLatexName):
11023
11024         * lyx_main.C (init): fix starting  of LyX when the binary is a
11025         link from so,ewhere else.
11026
11027         * minibuffer.C: include <cctype> for isprint
11028
11029 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11030
11031         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11032         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11033         name clash with InsetCollapsable's width function.
11034
11035 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11036
11037         * lastfiles.C: include <iterator>
11038
11039 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11040
11041         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11042         std::count.
11043
11044         * buffer.C (makeLaTeXFile): ditto.
11045         Also make loop operation more transparent.
11046
11047 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11048
11049         * ToolbarDefaults.C: remove trailing comma closing namespace.
11050
11051         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11052
11053         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11054         as in WorkArea.
11055
11056         * trans.C (Load): comment out unused variable, allowed.
11057
11058 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11059
11060         * minibuffer.[Ch] (append_char): new method to recieve input from the
11061         drop-down completion browser. If a key was pressed, then recieve this
11062         char and append it to the existing string.
11063         (peek_event): modify the positioning data passed to the completion
11064         browser so that it can be placed above the minibuffer rather than below.
11065 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11066
11067         * LyXAction.C (init): alloe error-next for readonly documents.
11068
11069         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11070         count.
11071
11072 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11073
11074         * bufferlist.C (readFile): create the buffer _after_ checking that
11075         the file exists.
11076
11077         * lyxfunc.C (verboseDispatch): fix handling of arguments
11078
11079         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11080
11081         * lyxrc.C: use string::erase() instead of initializing to "".
11082
11083
11084 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11085
11086         * BufferView_pimpl.h:
11087         * BufferView_pimpl.C:
11088         * WorkArea.h:
11089         * WorkArea.C:
11090         * text2.C: tell X when we have made a selection for copying
11091
11092 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11093
11094         * BufferView_pimpl.C (MenuInsertLyXFile):
11095         * lyxfunc.C (menuNew):
11096         (open):
11097         (doImport): add shortcuts to directory buttons
11098
11099         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11100         open a float)
11101
11102         * lyxfunc.C (setStatusMessage):
11103         (getStatusMessage): new methods
11104         (getStatus):use setStatusMessage instead of setErrorMessage
11105         (dispatch): when function is disabled, set error message here
11106         [instead of in getStatus previously]
11107
11108         * BufferView_pimpl.C (workAreaButtonRelease): update
11109         toolbar/menubar here too.
11110
11111 2002-01-13  Allan Rae  <rae@lyx.org>
11112
11113         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11114         Now seems indestructible.  Remaining task is to audit all other
11115         code affected by deleteEmptyParagraphMechanism.  One small quirk
11116         left is that an empty document with an error in the preamble can
11117         be made to report an error but no error box appears.  I don't know
11118         where it goes.
11119         (removeAutoInsets): Improved comments.
11120
11121 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11122
11123         * Thesaurus.h:
11124         * Thesaurus.C: update for Aiksaurus 0.14
11125
11126 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11127
11128         * text2.C (firstParagraph): removed member function, all uses
11129         replaces with ownerParagraph
11130         (redoParagraphs): here
11131         (updateInset): here
11132         (toggleAppendix): here
11133         * BufferView2.C (insertErrors): here
11134         (setCursorFromRow): here
11135
11136 2002-01-13  Allan Rae  <rae@lyx.org>
11137
11138         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11139         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11140         There is still a way to segfault this although you may have to do this
11141         multiple times: Have an InsetERT with an unknown command in it.
11142         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11143         <down-arrow>, <Enter> again, View->DVI, BANG!
11144
11145         * text2.C (setCursor):
11146         (deleteEmptyParagraphMechanism):
11147         * lyxtext.h (setCursor):
11148         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11149         Making use of the return value may help fix other bugs.
11150
11151 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11152
11153         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11154
11155         * LyXView.C (updateMenubar): call MenuBar::update here
11156         (updateToolbar): but not here
11157         (showState): do not update toolbar/menubar
11158
11159         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11160         should need to care about that.
11161
11162         * lyxfunc.C (verboseDispatch): simplify a bit
11163         (getStatus): have a version which takes a pseudoaction, and
11164         another which requires a (kb_action,string).
11165
11166         * LyXAction.C (retrieveActionArg): make it work also when action
11167         is not a pseudo-action.
11168         (getActionName): simplify a bit
11169         (helpText):
11170
11171 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11172
11173         * lyxfunc.C (verboseDispatch): new families of methods with
11174         several ways to specify a command and a bool to indicate whether
11175         the command name and shortcut should be displayed in minibuffer
11176         (eventually, we could extend that to a finer bitmask like
11177         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11178         (dispatch): the pristine dispatch command which just, well,
11179         dispatchs! Note it still sets its result to minibuffer; I'm not
11180         sure we want that.
11181
11182         * lyxfunc.h: remove setHintMessage
11183
11184         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11185
11186 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11187
11188         * BufferView_pimpl.C (specialChar): delete new inset if we have
11189         not been able to insert it.
11190
11191         * kbmap.C: revert to using int instead of kb_action, since all we
11192         are dealing with is pseudo-actions.
11193
11194         * LyXAction.C (searchActionArg): change to return int instead of
11195         kb_action, since the result is a pseudoaction.
11196
11197 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11198
11199         * buffer.C (insertErtContents): Fix (partially) the font bug.
11200
11201 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11202
11203         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11204         as the other one is broken on my machine!
11205
11206 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11207
11208         * commandtags.h:
11209         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11210
11211 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11212
11213         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11214         reflect their actual use. Provide compatibility code for older lyxrc
11215         files.
11216
11217         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11218         FL_NORMAL_STYLE.
11219         change names of popup font variables in line with the changes to lyxrc.C
11220
11221 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11222
11223         * buffer.C (asciiParagraph): avoid outputing a word twice after
11224         an inset.
11225
11226         * lyxrc.C (getDescription): document that document_path and
11227         template_path can be empty.
11228
11229 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11230
11231         * LaTeXFeatures.C (getMacros):
11232         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11233
11234         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11235
11236         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11237         getPackages.
11238         (getPackages): rename feature "floats" to "float". Use an array to
11239         iterate over 'simple' features (i.e. just a \usepackage). Add
11240         handling of "amsmath" (renamed from "amsstyle").
11241
11242 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11243
11244         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11245         features list.
11246
11247 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11248
11249         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11250         FuncStaus::FuncStatus & FuncStaus::some_method().
11251
11252 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11253
11254         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11255         of the func_satus stuff. Edited and massaged in various ways by
11256         JMarc.
11257
11258         * lyxfunc.C (getStatus): use FuncStatus
11259
11260 2002-01-08  Juergen Vigna  <jug@sad.it>
11261
11262         * text.C (nextBreakPoint): use function Inset::isChar().
11263
11264         * paragraph.C (TeXOnePar): use function
11265         Inset::forceDefaultParagraphs.
11266
11267         * buffer.C (latexParagraphs): use function
11268         Inset::forceDefaultParagraphs.
11269
11270 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11271
11272         * lyx_gui.C (init): set the style of the menu popups to
11273         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11274
11275 2002-01-07  Juergen Vigna  <jug@sad.it>
11276
11277         * text.C (setHeightOfRow): small fix
11278         (prepareToPrint): don't look at alignment if we don't have the place
11279         for doing it.
11280
11281 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11282
11283         * box.C: New file. Move the Box methods and functions out of box.h,
11284         following Lars' suggestion.
11285
11286 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11287
11288         * box.h: #include "support/LOstream.h", needed for inlined function.
11289
11290         * lyxtextclass.C:
11291         * lyxtextclasslist.C: added some using std declarations.
11292
11293 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11294
11295         * box.h: make signed dimensions to allow insets wider than
11296           the screen (bug #162)
11297
11298         * BufferView_pimpl.C: add some insetHit debug
11299
11300 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11301
11302         * vc-backend.C: add FIXME
11303
11304 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11305
11306         * lyxfunc.C (getStatus): enable code for showing math font status
11307         in toolbar/menu.
11308
11309 2002-01-07  Juergen Vigna  <jug@sad.it>
11310
11311         * text.C (nextBreakPoint): removed debug output not needed anymore.
11312
11313 2002-01-06  Juergen Vigna  <jug@sad.it>
11314
11315         * text.C (nextBreakPoint): fixed up this function we had this bug
11316         since ever but now hopefully we break row better.
11317         (insertChar): we have to check if an inset is the next char as it
11318         could now happen that a large inset is causing a break.
11319
11320 2002-01-05  Juergen Vigna  <jug@sad.it>
11321
11322         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11323         if it doesn't like to be drawed.
11324
11325 2002-01-04  Juergen Vigna  <jug@sad.it>
11326
11327         * BufferView2.C (lockInset): forgot to set a cursor.
11328
11329         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11330
11331 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11332
11333         * FormMathsPanel.C:
11334         * FormMathsPanel.h
11335         * MathsSymbols.C:
11336         * form_maths_panel.C:
11337         * form_maths_panel.h:
11338         * form_maths_panel.fd: implemented sub- and super- buttons in math
11339         panel.
11340
11341         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11342         (or ^ space) to be used as in TeX (req'd by André).
11343
11344         * lyxfunc.C: Allow ^ and _ again to be used both as
11345         super/subscript (mathed) and as themselves (in text).
11346
11347 2002-01-03  Allan Rae  <rae@lyx.org>
11348
11349         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11350         "LyX" or the filename of the current buffer if it has one.  This is a
11351         modified form of John Levon's patch.
11352
11353         * XFormsView.C (setWindowTitle): also set icon title.
11354
11355         * LyXView.h (setWindowTitle): signature changed.
11356         * XFormsView.h (setWindowTitle): ditto.
11357
11358 2002-01-02  Juergen Vigna  <jug@sad.it>
11359
11360         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11361
11362 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11363
11364         * screen.C (topCursorVisible): introduce a temp var for
11365         text->cursor.row(), handle the case where this row is null. (kindo
11366         hachish)
11367
11368         * text2.C (setCursor): add a couple of asserts.
11369
11370         * paragraph.h (inset_iterator): add -> operator
11371
11372         * paragraph.[Ch] (autoDeleteInsets): remove member function
11373
11374         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11375         cursor pos correctly and handle inset deletion by itself.
11376         (insertErrors): move iterator declaration out of for expression
11377
11378         * lyxtextclass.C: add <algorithm>
11379
11380         * Makefile.am: added the new files to sources, removed layout.C
11381
11382         * layout.C: removed file
11383
11384         * layout.h: remove LYX_DUMMY_LAYOUT
11385
11386         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11387         layout.
11388
11389         * lyxlayout.[Ch]:
11390         * lyxtextclass.[Ch]:
11391         * lyxtextclasslist.[Ch]: new files
11392
11393         * include order changes to a lot of files, also changes because of
11394         the six new files.
11395
11396 2001-12-27  Juergen Vigna  <jug@sad.it>
11397
11398         * buffer.C (asciiParagraph): more fixes.
11399
11400         * tabular.C (ascii): make ascii export support export of only the
11401         data separated by a column-delimiter.
11402         (ascii): better support for ascii export.
11403
11404         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11405
11406 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11407
11408         * tabular_funcs.C: use a "using std::getline" instead of the
11409         previous fix from Angus (necessary for cxx + lyxstring)
11410
11411 2001-12-24  Juergen Vigna  <jug@sad.it>
11412
11413         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11414
11415         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11416         problems. First check a minipage also if we have some ert-contents
11417         (not only on par->size(), second set the right depth of the paragraph
11418         on the relink to the root-paragraph-list!
11419
11420         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11421         which then did not anymore update the main paragraphs on undo/redo!
11422
11423 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11424
11425         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11426         code. Support all font-changing funcs (even those which are not in
11427         menu currently). Support for reporting font settings in
11428         mathed (disabled until Andre provides a function on mathed's side).
11429
11430         * func_status.h (toggle): small helper function to set toggle
11431         state on a flag.
11432
11433 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11434
11435         * tabular_funcs.C: getline -> std::getline
11436
11437 2001-12-21  Juergen Vigna  <jug@sad.it>
11438
11439         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11440         accessed and could be 0 (I couldn't generate this but it seems
11441         Michael could!).
11442
11443 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11444
11445         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11446         * tabular_funcs.h: here and include iosfwd
11447
11448 2001-12-20  Juergen Vigna  <jug@sad.it>
11449
11450         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11451         inside inset but undo_par was.
11452
11453 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11454
11455         * Thesaurus.C: always include <config.h> in sources.
11456
11457         * Painter.h:
11458         * lyxlookup.h:
11459         * box.h: do not include <config.h> in header files
11460
11461         * text.C (paintLastRow): remove unused variable
11462
11463         * text.C (transformChar):
11464         (insertChar):
11465         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
11466
11467         * Painter.C (text):
11468         * font.C (width): rewrite to use uppercase() instead of
11469         islower/toupper.
11470
11471         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
11472
11473 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
11474
11475         * lyxfind.C: clean up of find failure position change
11476
11477 2001-12-20  Juergen Vigna  <jug@sad.it>
11478
11479         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
11480
11481         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
11482         (TeXRow): added to LaTeX a single tabular row.
11483         (TeXLongtableHeaderFooter): added to output LT-h/f data.
11484         (Latex): simplified and finally good LT-h/f support.
11485         (various_functions): just small adaptions for LT-h/f support.
11486
11487         * tabular_funcs.[hC]: added and moved here all not classfunctions
11488         of LyXTabular.
11489
11490 2001-12-19  Juergen Vigna  <jug@sad.it>
11491
11492         * tabular.[Ch]: better support for longtabular options (not finished
11493         yet!)
11494
11495 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11496
11497         * text.C (paintLastRow): use the label font instead of the font of
11498         the last character to compute the size of *_BOX. This makes more
11499         sense and avoids a crash with empty paragraphs.
11500         Use Painter::rectangle to draw EMPTY_BOX.
11501
11502 2001-12-19  Juergen Vigna  <jug@sad.it>
11503
11504         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
11505         the paragraphs if the replaced paragraph is not the first one!
11506         Tried to delete not used paragraphs but does not work yet so for
11507         now it's inside #ifdef's and by default off!
11508
11509 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11510
11511         * MenuBackend.C: include "lyx_main.h" instead of declaring
11512         lastfiles (actually was declared as LastFiles* instead of a
11513         scoped_ptr).
11514
11515 2001-12-17  Juergen Vigna  <jug@sad.it>
11516
11517         * tabular.C (AppendColumn): applied John's fix
11518
11519 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
11520
11521         * BufferView.h:
11522         * BufferView.C:
11523         * BufferView_pimpl.h:
11524         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
11525
11526         * Makefile.am:
11527         * box.h: new start of class for above
11528
11529         * lyxfunc.C: ignore space-only minibuffer dispatches.
11530           Show the command name when it doesn't exist
11531
11532         * minibuffer.C: don't add empty lines to the history
11533
11534         * minibuffer.C: add a space on dropdown completion
11535
11536 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
11537
11538         * text.C: fix line above/below drawing in insets
11539
11540 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11541
11542         * lyxlength.C (LyXLength): Initialize private variables.
11543
11544 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
11545
11546         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
11547         when inserting error insets.
11548
11549 2001-12-13  Juergen Vigna  <jug@sad.it>
11550
11551         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
11552         actually sometimes the before-paragraph.
11553         (setUndo): don't clear the redostack if we're not actually undoing!
11554
11555 2001-12-06  Juergen Vigna  <jug@sad.it>
11556
11557         * undo_funcs.C (textHandleUndo): well after John's hint I got here
11558         and fixed redoing of main paragraph, so we can use it now ;)
11559
11560         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
11561
11562 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11563
11564         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
11565         Juergen's request
11566
11567 2001-12-13  André Pönitz <poenitz@gmx.net>
11568
11569         * undostack.[Ch]:
11570         * undo_func.C: minor cleanup
11571
11572 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11573
11574         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
11575         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
11576         font in urw-fonts package which is marked as -urw-fontspecific and
11577         does not work (incidentally, changing the encoding in the
11578         fonts.dir of this package to -adobe-fontspecific fixes the
11579         problem).
11580
11581         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
11582         is a crash when undoing first paragraph (Juergen, please take a
11583         look). THis does not mean the undo fix is wrong, just that it
11584         uncovers problems.
11585
11586         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
11587         the (Paragraph*) version when needed instead of duplicating the
11588         code.
11589
11590         * text.C (workWidth): use Inset::parOwner to find out where the
11591         inset has been inserted. This is a huge performance gain for large
11592         documents with lots of insets. If Inset::parOwner is not set, fall
11593         back on the brute force method
11594
11595         * paragraph_pimpl.C (insertInset):
11596         * paragraph.C (Paragraph):
11597         (cutIntoMinibuffer): set parOwner of insets when
11598         inserting/removing them
11599
11600         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11601
11602 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
11603
11604         * commandtags.h:
11605         * LyXAction.C:
11606         * lyx_main.C:
11607         * lyxfunc.C:
11608         * mathed/formulabase.C:
11609         * mathed/math_cursor.[Ch]:
11610         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
11611
11612
11613 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11614
11615         * lyxlength.[Ch] (operator!=): new function
11616
11617 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11618
11619         * text.C (workWidth): use Inset::parOwner to find out where the
11620         inset has been inserted. This is a huge performance gain for large
11621         documents with lots of insets. If Inset::parOwner is not set, fall
11622         back on the brute force method
11623
11624         * paragraph_pimpl.C (insertInset):
11625         * paragraph.C (Paragraph):
11626         (cutIntoMinibuffer): set parOwner of insets when
11627         inserting/removing them
11628
11629         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11630
11631 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11632
11633         * tabular-old.C (getTokenValue):
11634         * tabular.C (getTokenValue):
11635         (write_attribute): new versions for LyXLength
11636         (everywhere): adjust the use of widths
11637
11638         * tabular.h: change the type of widths from string to LyXLength
11639
11640 2001-12-11  Ben Stanley <bds02@uow.edu.au>
11641
11642         * paragraph.C: fixed missing line number count when exporting
11643         Environments to LaTeX file
11644
11645         * buffer.C: added informational message for checking line numbers.
11646
11647 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11648
11649         * text2.C (deleteEmptyParagraphMechanism): if there is only one
11650         paragraph, do the 'double space' part, but not the 'empty
11651         paragraph' one.
11652
11653         * text.C (workWidth): small optimization
11654         (getLengthMarkerHeight): use minimal size for negative lengths.
11655
11656 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
11657
11658         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
11659
11660         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
11661
11662 2001-12-11  André Pönitz <poenitz@gmx.net>
11663
11664         * FontLoader.C:
11665         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11666
11667 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11668
11669         * text2.C: keep selection on a setFont()
11670
11671 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11672
11673         * lyx_cb.C: another bv->text misuse, from insert label
11674
11675 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11676
11677         * kbsequence.h:
11678         * kbsequence.C: re-instate nmodifier mask
11679
11680 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11681
11682         * lyx_main.h: make lyxGUI private.
11683
11684 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11685
11686         * lyxfind.C: place the cursor correctly on failed search
11687
11688 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11689
11690         * text.C (getLengthMarkerHeight): for small heights, the arrows
11691         are not always on top/bottom of the text
11692         (drawLengthMarker): smaller arrows; take the left margin in
11693         account; draw also vfills.
11694         (paintFirstRow):
11695         (paintLastRow): remove special code for vfill and standard spaces,
11696         since everything is handled in drawLengthMarker now.
11697
11698 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11699
11700         * buffer.C (insertErtContents): try to handle font and language
11701         interaction a bit better.g
11702
11703         * ColorHandler.C (updateColor): change the hash to cover the whole
11704         LColor enum, ws cleanup
11705         (getGCLinepars): ditto
11706         (getGCLinepars): only lookup in the linecache once.
11707
11708 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11709
11710         * iterators.C (operator++): Make the iterator more robust
11711
11712         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11713         (John's patch)
11714         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11715
11716 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11717
11718         * lyxtext.h:
11719         * text.C: better added space drawing
11720
11721 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11722
11723         * LyXView.C:
11724         * BufferView2.C: fix layout combo update on inset unlock
11725
11726 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11727
11728         * Makefile.am: don't compile unused files
11729
11730 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11731
11732         * lyxfunc.C:
11733         * commandtags.h:
11734         * LyXAction.C: remove old LFUN_LAYOUTNO
11735
11736 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11737
11738         * paragraph_pimpl.h:
11739         * paragraph_pimpl.C: isTextAt() doesn't need font param
11740
11741 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11742
11743         * lyxlex.h:
11744         * lyxlex.C: little cleanup
11745
11746 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11747
11748         * BufferView_pimpl.C: fix insertAscii for insets
11749
11750 2001-12-05  Juergen Vigna  <jug@sad.it>
11751
11752         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11753         set the right font on the "multi" paragraph paste!
11754
11755 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11756
11757         * trans_decl.h:
11758         * trans_mgr.[Ch]:
11759         * trans.[Ch]:
11760         * lyxgluelength.C:
11761         * lyxlength.C: remove out-commented code.
11762
11763         * BufferView_pimpl:
11764         * CutAndPaste.C:
11765         * DepTable.C:
11766         * buffer.C:
11767         * chset.C:
11768         * lastfiles.C:
11769         * lyxlex.C:
11770         * lyxlex_pimpl.C:
11771         * lyxserver.C:
11772         * screen.C:
11773         * tabular-old.C:
11774         * tabular.C:
11775         * text.C:
11776         * trans_mgr.C:
11777         * vc-backend.C: change "while(" to "while ("
11778
11779         * lyxlength.[Ch]: add zero function to check if length is zero or
11780         not
11781         * lyxgluelength.C: use it
11782
11783 2001-12-05  Allan Rae  <rae@lyx.org>
11784
11785         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11786         Works for 2.95.3, from what I understand of Garst's reports this should
11787         work for other g++ versions.  We're screwed if the abs(int) definition
11788         changed between bugfix releases of gcc.
11789
11790 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11791
11792         * text.C: fix chapter label offset !
11793
11794 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11795
11796         * lyxtext.h:
11797         * text.C: fix hfill at end of line, clean up
11798
11799 2001-12-04  Juergen Vigna  <jug@sad.it>
11800
11801         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11802         that we force an update of the inset and it's owners if neccessary.
11803
11804 2001-12-03  Juergen Vigna  <jug@sad.it>
11805
11806         * text.C (rowLast): simplified code
11807
11808 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11809
11810         * lyxfunc.C: fix show options on timeout
11811
11812 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11813
11814         * screen.C (topCursorVisible): scroll half a page when the cursor
11815         reached top of bottom of screen
11816
11817 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11818
11819         * minibuffer.C: deactivate on loss of focus
11820
11821 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11822
11823         * vspace.[Ch] (operator!=): add operator.
11824
11825 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11826
11827         * BufferView_pimpl.C: refuse to open an inset when
11828         there's a selection.
11829
11830 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11831
11832         * BufferView_pimpl.C: allow to click on RHS of full row insets
11833
11834 2001-11-30  Juergen Vigna  <jug@sad.it>
11835
11836         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11837         insets for undo reasons.
11838
11839 2001-11-28  André Pönitz <poenitz@gmx.net>
11840
11841         * vspace.[Ch]: cosmetical changes
11842
11843 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11844
11845         * LyXAction.h:
11846         * LyXAction.C:
11847         * lyxfunc.h:
11848         * lyxfunc.C:
11849         * kbmap.h:
11850         * kbmap.C:
11851         * lyxrc.C:
11852         * kbsequence.h:
11853         * kbsequence.C: part re-write of old kb code
11854
11855         * Painter.C:
11856         * WorkArea.C: remove Lgb_bug_find_hack
11857
11858 2001-11-30  José Matos <jamatos@fep.up.pt>
11859
11860         * buffer.C (makeDocBookFile): add a comment to point a hack.
11861         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11862         Fixed a double write of labels.
11863
11864 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11865
11866         * LaTeX.C:
11867         * LaTeX.h Fixed bug in LaTeX class where it would not
11868         re-run latex if no depfiles were changed, but the .dvi was removed.
11869
11870 2001-11-28  André Pönitz <poenitz@gmx.net>
11871
11872         * all the files from the change on 2001/11/26:
11873         use lyx::layout_type instead of LyXTextClass::size_type
11874         use lyx::textclass_type instead of LyXTextClassList::size_type
11875
11876 2001-11-29  Juergen Vigna  <jug@sad.it>
11877
11878         * text.C: added support for paragraph::isFreeSpacing()
11879
11880         * buffer.C: same as above
11881
11882         * paragraph.h: inserted isFreeSpacing() function to enable
11883         FreeSpacing inside InsetERT.
11884
11885         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11886         of the paragraph's in the cut/copy buffer to 0!
11887
11888         * text2.C (removeRow): remove the assert as it can!
11889
11890         * lyxtext.h: added helper function firstRow returning firstrow and
11891         made firstrow private again.
11892
11893         * BufferView2.C (lockInset): don't relock if we're already locked!
11894
11895         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11896         the only paragraph.
11897         (removeRow): added Assert::(firstrow)
11898
11899         * debug.C: forgot to add INSETTEXT here.
11900
11901 2001-11-28  Juergen Vigna  <jug@sad.it>
11902
11903         * sp_spell.C (initialize): changed error text to more general
11904         spellchecker command use (not only ispell!)
11905
11906         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11907
11908         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11909
11910 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11911
11912         * vspace.C: initialise lyxgluelength on failure
11913
11914 2001-11-28  Allan Rae  <rae@lyx.org>
11915
11916         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11917         declaration & definition that looks like a function declaration.
11918
11919 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11920
11921         * BufferView2.C (copy):
11922         (copyEnvironment): do not clear the selection when doing a copy.
11923
11924         * text.C (paintFirstRow): compilation fix
11925
11926 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11927
11928         * tabular.C (Latex): correct line count when writing latex.
11929
11930 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11931
11932         * paragraph_pimpl.h:
11933         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11934           bug a bit
11935
11936 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11937
11938         * text.C:
11939         * LColor.h:
11940         * LColor.C: change vfillline->added_space
11941
11942         * text.C: add markers and text for added space
11943
11944         * vspace.C: fix comment
11945
11946 2001-11-28  André Pönitz <poenitz@gmx.net>
11947
11948         * paragraph.C: whitespace changes
11949         * all the other files from the change on 2001/11/26:
11950         change *::pos_type into lyx::pos_type
11951
11952 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11953
11954         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11955         language of the document when inserting error insets.
11956
11957 2001-11-26  André Pönitz <poenitz@gmx.net>
11958
11959         * BufferView_pimpl.[Ch]:
11960         *       CutAndPaste.C:
11961         * buffer.[Ch]:
11962         * lyxcursor.[Ch]:
11963         * lyxfind.C:
11964         * lyxfunc.C:
11965         * lyxrow.[Ch]:
11966         * paragraph.[Ch]:
11967         * paragraph_pimpl.[Ch]:
11968         * sp_spell.C:
11969         * text.C:
11970         * text2.C: reduce header dependencies, introduce type for positions
11971
11972 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11973
11974         * <various>: change to use Alert.h
11975
11976 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11977
11978         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11979         when encountering an unknown token.
11980         (readLyXformat2): Show an error message if there were unknown tokens.
11981
11982 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11983
11984         * BufferView2.C:
11985         * BufferView_pimpl.C:
11986         * buffer.C:
11987         * paragraph.h:
11988         * text.C:
11989         * text2.C: use par->isInset()
11990
11991 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11992
11993         * paragraph_pimpl.h:
11994         * paragraph_pimpl.C: cleanup
11995
11996 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11997
11998         * text2.C (removeRow):
11999         * text.C (setHeightOfRow): remove useless (and costly) call to
12000         getRow.
12001
12002 2001-11-20  Allan Rae  <rae@lyx.org>
12003
12004         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12005         Now need Inset*::checkInsertChar() to return true for appropriate
12006         cases so that the characters in the minibuffer will actually be
12007         inserted.
12008
12009 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12010
12011         * text.C: change the order of the includes.
12012         (workWidth): initialize it at once.
12013         (workWidth): make maxw unsigned
12014         (setHeightOfRow): remove unused variable (inset)
12015         (selectSelectedWord): remove unused variable (inset)
12016         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12017
12018 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12019
12020         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12021         server is not running.
12022         (openConnection):
12023         (closeConnection): add debug info when server is disabled.
12024
12025         * ColorHandler.C (getGCForeground): send debug message to GUI
12026         channel.
12027
12028         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12029
12030         * kbmap.C (bind): modify because return conventions of
12031         kb_sequence::parse have changed.
12032
12033         * kbsequence.C (parse): only ignore spaces and not any stupid
12034         control character. This avoids tests like s[i] <= ' ', which are
12035         guaranteed to fail with 8bit characters and signed chars.
12036         Change return code to string::npos when there have been no error
12037         (0 was a bad idea when error is at first character)
12038
12039 2001-11-14  José Matos  <jamatos@fep.up.pt>
12040
12041         * buffer.h:
12042         * buffer.C (simpleDocBookOnePar): removed unused argument.
12043
12044 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12045
12046         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12047         insets which are part of a word. Paragraph::isLetter takes care of
12048         that now. Use Paragraph::isInset to identify insets.
12049         (selectSelectedWord): do not test for hyphenation break.
12050
12051         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12052         that protected spaces are considered as spaces.
12053
12054         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12055         Inset::isLetter.
12056
12057 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12058
12059         * lyxserver.h:
12060         * lyxserver.C: fix it. and small cleanup.
12061
12062 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12063
12064         * BufferView_pimpl.C: use inline helpers
12065
12066         * LaTeXFeatures.h:
12067         * LaTeXFeatures.C: fix typos
12068
12069         * Spacing.h:
12070         * Spacing.C: move spacing_string into class
12071
12072         * ToolbarDefaults.C: move stuff into namespace anon
12073
12074         * layout.h: update enum
12075
12076         * lyxfunc.C: use better debug
12077
12078         * minibuffer.h: fix typo
12079
12080         * debug.h:
12081         * debug.C:
12082         * WorkArea.C: add and use Debug::WORKAREA
12083
12084         * lyxtext.h:
12085         * text.C:
12086         * text2.C: code re-organisation, inline helpers
12087
12088 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12089
12090         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12091         std::vector.empty().
12092
12093 2001-11-09  Allan Rae  <rae@lyx.org>
12094
12095         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12096         '\n's after tables.  Tabular and ERT inset work now makes this no
12097         longer necessary.
12098
12099 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12100
12101         * minibuffer.h:
12102         * minibuffer.C: fix crash, improve drop-down completion
12103
12104 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12105
12106         * lyxserver.h:
12107         * lyxserver.C: invalidate fd's when doing endPipe()
12108
12109 2001-11-08  José Matos  <jamatos@fep.up.pt>
12110
12111         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12112         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12113
12114         * paragraph.h:
12115         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12116
12117 2001-11-07  José Matos  <jamatos@fep.up.pt>
12118
12119         * buffer.h:
12120         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12121         const qualifier.
12122
12123         * buffer.C (sgmlOpenTag):
12124         * buffer.C (sgmlCloseTag): removed debug info.
12125
12126         * buffer.h (sgmlOpenTag):
12127         * buffer.h (sgmlCloseTag): made public.
12128
12129 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12130
12131         * buffer.C (saveParamsAsDefaults):
12132         * lyx_cb.C (MenuLayoutSave): remove
12133
12134         * LyXAction.C (init):
12135         * commandtags.h:
12136         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12137
12138 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12139
12140         * buffer.C (setPaperStuff): removed from here...
12141
12142         * bufferparams.C (setPaperStuff): ... and moved there.
12143
12144 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12145
12146         * minibuffer.h:
12147         * minibuffer.C:
12148         * XFormsView.C: add support for drop-down completion
12149
12150 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12151
12152         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12153         commands.
12154
12155 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12156
12157         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12158         disabled.
12159
12160 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12161
12162         * lyx_main.C: change ref to known bugs
12163
12164 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12165
12166         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12167         to work around older babel problems.
12168
12169 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12170
12171         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12172
12173 2001-10-24  Juergen Vigna  <jug@sad.it>
12174
12175         * tabular-old.C (ReadOld): below variable changes reflected.
12176
12177         * tabular.[Ch]: added ltType struct for longtable header/footer
12178         defines and changed all instances where they are used. Added
12179         future support for double top/bottom rows.
12180
12181 2001-10-24  José Matos  <jamatos@fep.up.pt>
12182
12183         * buffer.h (docbookHandleCaption):
12184         * buffer.C (docbookHandleCaption): removed unused function.
12185         (makeDocBookFile): moved docbook supported version to v4.1.
12186
12187 2001-10-24  José Matos  <jamatos@fep.up.pt>
12188
12189         * tabular.h:
12190         * tabular.C (docbookRow): new function to export docbook code of a row.
12191         (DocBook): now honors the longtable flags.
12192
12193 2001-10-23  José Matos  <jamatos@fep.up.pt>
12194
12195         * LaTeXFeatures.h:
12196         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12197         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12198
12199         * buffer.C (makeLinuxDocFile):
12200         (makeDocBookFile): reworked the preamble, more clean, and with
12201         support for lyx defined entities. Changed the document declaration
12202         to be more XML friendly.
12203
12204         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12205         if we need to output XML that should be done with a filter.
12206
12207 2001-10-22  Juergen Vigna  <jug@sad.it>
12208
12209         * sp_pspell.h (class PSpell): add alive function needed in the
12210         controller to see if the spellchecker could be started.
12211
12212 2001-10-22  Juergen Vigna  <jug@sad.it>
12213
12214         * buffer.C (insertStringAsLines): modify the font for inserting
12215         chars in certain conditions by calling checkInsertChar(font).
12216
12217 2001-10-19  Juergen Vigna  <jug@sad.it>
12218
12219         * text.C (workWidth): use getRow instead of wrong algorithm.
12220         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12221
12222 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12223
12224         * lyxserver.h:
12225         * lyxserver.C:
12226         * lyx_main.h:
12227         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12228
12229 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12230
12231         * text.C (workWidth): do not search for the exact row when
12232         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12233         optimization for big documents.
12234
12235 2001-10-18  Juergen Vigna  <jug@sad.it>
12236
12237         * text.C (workWidth): new function with added Inset * parameter.
12238
12239 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12240
12241         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12242
12243         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12244         change return type of getColumnNearX.
12245
12246
12247         * text.C (changeRegionCase): use uppercase/lowercase instead of
12248         toupper/tolower.
12249         (leftMargin):
12250         (rightMargin): simplify code by factoring out the uses of
12251         textclasslist.
12252         (labelFill):
12253         (numberOfHfills):
12254         (setHeightOfRow):
12255         (appendParagraph): use Paragraph::size_type
12256
12257 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12258
12259         * vspace.C (asLatexString): add a missing break
12260
12261 2001-10-15  Herbert Voss  <voss@perce.de>
12262
12263         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12264
12265 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12266
12267         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12268         is not available.
12269
12270 2001-10-10  André Pönitz <poenitz@gmx.net>
12271
12272         * lyxfunc.C: removed greek_kb_flag.
12273
12274 2001-10-10  Herbert Voss  <voss@perce.de>
12275
12276         * lyx_main.C: delete global string help_lyxdir.
12277
12278 2001-10-09  Herbert Voss  <voss@perce.de>
12279
12280         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12281
12282         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12283
12284         * lyx_main.C: added global string help_lyxdir.
12285
12286         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12287
12288 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12289
12290         * lyxrc.C (set_font_norm_type): support iso8859-4
12291
12292 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12293
12294         * LaTeX.C (deplog): add another regex for MikTeX
12295
12296 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12297
12298         * lyxrc.C (set_font_norm_type): support iso8859-3
12299
12300 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12301
12302         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12303
12304         * LaTeXFeatures.C: remove special case of french and index
12305
12306         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12307         before \begin{document}). This solves several incompatibilities.
12308
12309 2001-10-03  Garst Reese  <reese@isn.net>
12310
12311         * lyx_cb.C: change CheckTex error msg.
12312
12313 2001-10-03  José Matos  <jamatos@fep.up.pt>
12314
12315         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12316
12317 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12318
12319         * .cvsignore: update
12320
12321         * lyx_main.C (commandLineVersionInfo): use new style version info.
12322
12323         * buffer.C (writeFile):
12324         (makeLaTeXFile):
12325         (makeLinuxDocFile):
12326         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12327
12328         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12329
12330         * version.h: update to use stuff in version.C
12331
12332         * version.C.in: new file. Contains version information determined
12333         at compile time. This is a merging of version.h and
12334         version_info.h.in.
12335
12336 2001-10-03  Juergen Vigna  <jug@sad.it>
12337
12338         * BufferView_pimpl.C (update): don't change "dirty" status in
12339         updateInset call.
12340
12341 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12342
12343         * WorkArea.C (c-tor): re-position version string slightly.
12344
12345 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12346
12347         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12348         revert to previous code.
12349
12350         WorkArea.[Ch]: (show, destroySplash): methods removed.
12351
12352         WorkArea.C: rework code so that it's an amalgam of the codes before and
12353         after the splash screen was moved to WorkArea.
12354
12355 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12356
12357         * lyxrc.C (read):
12358         * vspace.C (inPixels):
12359         (lyx_advance):
12360         * kbmap.C (bind):
12361         * buffer.C (insertStringAsLines):
12362         (asciiParagraph): fix types to be large enough
12363
12364         * lyxlex_pimpl.h: change member status from short to int
12365
12366         * layout.h: fix type of endlabeltype
12367
12368         * kbmap.C (bind):
12369         * kbsequence.C (parse): change return type to string::size_type
12370
12371         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12372         variable
12373
12374         * Bullet.C (bulletSize):
12375         (bulletEntry): do not use short ints as parameters
12376
12377         * BufferView2.C (insertLyXFile): change a char to an int.
12378
12379         * WorkArea.C (WorkArea): remove unneeded floats in computation
12380
12381 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12382
12383         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12384
12385         * paragraph.C (asString): Do not ignore newline/hfill chars when
12386         copying to the clipboard.
12387
12388 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12389
12390         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12391         after a multi-line inset.
12392
12393 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12394
12395         * paragraph.C (validate): Set NeedLyXFootnoteCode
12396
12397 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12398
12399         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12400         and decrease-error to decrease.
12401
12402 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12403
12404         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12405         it more readable (should be equivalent)
12406
12407 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12408
12409         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12410
12411 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12412
12413         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12414         of a cursor (row, etc.) after a character has been deleted
12415         (deleteEmptyParagraphMechanism): call the method above on _all_
12416         cursors held by the LyXText when a double space has been
12417         detected/deleted.
12418
12419 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12420
12421         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12422         pixmap.
12423         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12424
12425         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12426         background. Use greyOut() and the new show() methods to toggle between
12427         the foreground and background. Add code to remove the splash after
12428         its initial showing.
12429
12430         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12431         (create_forms): no longer call Dialogs::showSplash.
12432
12433 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12434
12435         * .cvsignore: add version_info.h
12436
12437 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12438
12439         * version_info.h.in: new file
12440
12441         * Makefile.am: add version_info.h.in
12442
12443         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12444         version_info.h instead of VERSION_INFO
12445
12446 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12447
12448         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12449         The ERT inset now returns string().
12450
12451 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
12452
12453         * lyxtext.h, text.C (selectNextWord): renamed as
12454         selectNextWordToSpellcheck.
12455
12456         * text.C (selectNextWordToSpellcheck): Modified to not select
12457         words inside an ERT inset.
12458
12459 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12460
12461         * lyx_cb.C (MenuLayoutSave): change a bit the question
12462
12463         * sp_base.h: include <sys/types.h>
12464
12465 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
12466
12467         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
12468
12469 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
12470
12471         * several files: fix typos in user-visible strings
12472
12473 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12474
12475         * text2.C (pasteSelection): do not set the selection, since it
12476         will be cleared later. Actually, the intent was to fix the way the
12477         selection was set, but I figured rmoving the code was just as good.
12478
12479 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
12480
12481         * FontLoader.C (available): Check if font is available without
12482         loading the font.
12483
12484 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12485
12486         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
12487
12488 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
12489
12490         * lyxrc.[Ch]: added display_graphics variable and associated code.
12491
12492 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12493
12494         * bufferparams.C (hasClassDefaults): new method. Returns true if
12495         the buffer parameters correspond to known class defaults
12496
12497 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
12498
12499         * XFormsView.C (show): set minimum size to the main window.
12500
12501 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12502
12503         * text2.C (copySelection):
12504         (cutSelection):
12505         * lyxfind.C (LyXReplace):
12506         * BufferView_pimpl.C (Dispatch): pass the correct flag to
12507         LyXText::selectionAsString.
12508
12509         * paragraph.C (asString): add "label" argument to the second form
12510
12511         * text2.C (selectionAsString): add "label" argument and pass it to
12512         Paragraph::asString.
12513
12514 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12515
12516         * lyx_main.C (commandLineHelp): remove version information
12517
12518 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
12519
12520         * lyx_main.C: add -version commandline option
12521
12522 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12523
12524         * paragraph.h: make the optional constructor arg required instead.
12525         some modifications to other files because of this.
12526
12527         * minibuffer.C (C_MiniBuffer_peek_event): make it static
12528
12529         * lyxserver.C (C_LyXComm_callback): make it static
12530
12531         * lyx_main.C (error_handler): make it static
12532
12533         * lyx_gui.C (LyX_XErrHandler): make it static
12534
12535         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
12536
12537         * WorkArea.C: make the extern "C" methods static.
12538
12539         * Makefile.am (lyx_LDADD): simplify
12540
12541 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12542
12543         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
12544         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
12545
12546         * LyXAction.C (init):
12547         * lyxfunc.C (dispatch): associated code removal.
12548
12549 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12550
12551         * lyxfont.h (isSymbolFont): shut off warning
12552
12553         * text.C (setHeightOfRow):
12554         (getVisibleRow): fix crash with empty paragraphs which have a
12555         bottom line
12556
12557 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
12558
12559         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
12560         code.
12561
12562 2001-09-04  José Matos  <jamatos@fep.up.pt>
12563         * buffer.C
12564         * buffer.h
12565         * tabular.C (docbook): rename docBook method to docbook.
12566
12567 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12568
12569         * Makefile.am: add dependencies to main.o.
12570
12571 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
12572
12573         * FontLoader.C (available): Return false if !lyxrc.use_gui
12574
12575 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
12576
12577         * FontInfo.C (query):
12578         * converter.C (view):
12579         * importer.C (Import):
12580         * exporter.C (Export): Can not -> cannot.
12581
12582 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
12583
12584         * BufferView_pimpl.C: allow to create index inset even if
12585           string is empty
12586
12587 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12588
12589         * buffer.C (getLists): replace boost::tie code with an explicit pair
12590         as boost::tie can break some compilers.
12591
12592         * iterators.h: Added a std:: declaration to the return type of
12593         ParIterator::size.
12594
12595 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
12596
12597         * lyxrc.C: add help for view_dvi_paper_option, default to safe
12598           case.
12599
12600 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
12601
12602         * iterators.[Ch]: New files. Provide paragraph iterators.
12603
12604         * buffer.C (changeLanguage): Use paragraph iterators.
12605         (isMultiLingual): ditto
12606
12607         * BufferView2.C (ChangeInsets): Use paragraph iterators.
12608
12609 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
12610
12611         * FontLoader.C: Support for cmr font.
12612
12613 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
12614
12615         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
12616         (available): New method.
12617
12618         * FontInfo.C (getFontname): Use scalable fonts even when
12619         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
12620         found.
12621
12622 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12623
12624         * converter.C (Formats::view): reverted! Incorrect fix.
12625
12626 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12627
12628         * converter.C (Formats::view): only output the -paper option
12629         if the dvi viewer is xdvi, thereby fixing bug #233429.
12630
12631 2001-08-23  Herbert Voss  <voss@perce>
12632
12633         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
12634
12635 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
12636
12637         * Spacing.h (Spacing): Set space to Default on in the default
12638         constructor.
12639
12640 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12641
12642         * vc-backend.h (RCS::versionString): add RCS to version
12643         (CVS::versionString): add CVS to version
12644
12645         * vc-backend.C (scanMaster): do not add CVS to version.
12646         (scanMaster): do not add RCS to version
12647
12648         * lyxvc.C (versionString): new method
12649
12650         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
12651
12652 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12653
12654         * Spacing.C (set): initialize fval
12655
12656 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
12657
12658         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
12659         " or \.
12660
12661 2001-08-16  Juergen Vigna  <jug@sad.it>
12662
12663         * lyxfunc.C (dispatch): implemented the new FINISHED states.
12664
12665 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12666
12667         * BufferView_pimpl.C:
12668         * figureForm.C:
12669         * lyxtext.h:
12670         * text2.C: setParagraph takes linespacing now
12671
12672 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12673
12674         * LyxAction.C: add internal LFUN_CITATION_INSERT
12675
12676         * LyXView.C: actually apply fix
12677
12678         * bufferlist.C: fix open non-existent file
12679
12680         * lyxfind.C: fix indentation
12681
12682         * lyxfunc.C: remove unneeded assert, fix typo
12683
12684 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12685
12686         * MenuBackend.C: use "Floatname List"
12687
12688 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12689
12690         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12691         when converting LaTeX layout to insetERT.
12692         Generate a non-collapsed float when reading old float
12693
12694 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12695
12696         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12697         ERT insets.
12698
12699 2001-08-13  Juergen Vigna  <jug@sad.it>
12700
12701         * text.C (fill): return 0 instead of 20 as this seems to be the more
12702         correct value.
12703
12704 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12705
12706         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12707         lyxrc.font_norm.
12708
12709 2001-08-13  Juergen Vigna  <jug@sad.it>
12710
12711         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12712         casesensitive off.
12713         (SearchBackward): comment out the unlocking of the inset_owner this
12714         should not be needed!
12715
12716 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12717
12718         * Many files: Remove inherit_language, and add latex_language
12719
12720         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12721         collapsible insets.
12722
12723 2001-08-10  Juergen Vigna  <jug@sad.it>
12724
12725         * text.C (prepareToPrint): fixed hfill-width in draw!
12726
12727         * BufferView2.C (selectLastWord): save the selection cursor as this
12728         now is cleared in the function LyXText::clearSelection!
12729
12730 2001-08-08  Juergen Vigna  <jug@sad.it>
12731
12732         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12733         BACKSPACE type functions.
12734
12735         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12736         is only cutted from the document but not put in the cut-buffer, where
12737         still the old stuff should be.
12738
12739         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12740
12741         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12742
12743         * tabular.C (SetWidthOfCell): fixed special case where the width
12744         was not updated!
12745         (LeftLine): handle '|' in align_special.
12746         (RightLine): ditto
12747         (LeftAlreadyDrawed): ditto
12748         (SetWidthOfCell): ditto
12749
12750 2001-08-07  Juergen Vigna  <jug@sad.it>
12751
12752         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12753
12754 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12755
12756         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12757         * lyxlex.[hC]: ditto
12758
12759 2001-08-06  Juergen Vigna  <jug@sad.it>
12760
12761         * text.C (getVisibleRow): fix up row clearing a bit.
12762
12763 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12764
12765         * minibuffer.C: make sure the X server sees the changes in the input.
12766
12767 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12768
12769         * paragraph.C (getFont): split into...
12770         (getLabelFont): this
12771         (getLayoutFont): and this
12772         * paragraph_pimpl.C (realizeFont): calling this
12773
12774         * text2.C (getFont): split into...
12775         (getLayoutFont): this
12776         (getLabelFont): and this
12777         (realizeFont): all three calling this
12778
12779         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12780         files where used.
12781
12782 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12783
12784         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12785
12786 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12787
12788         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12789         layouts from the Quote inset insertion.
12790
12791 2001-08-03  Juergen Vigna  <jug@sad.it>
12792
12793         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12794
12795         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12796         only if status not is already CHANGED_IN_DRAW (second level).
12797
12798         * text.C (draw): don't set the need_break_row when inside an
12799         InsetText LyXText.
12800
12801 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12802
12803         * buffer.C (parseSingleLyXformat2Token): handle more latex
12804         conversion cases.
12805
12806         * bufferview_funcs.[hC]: change function names to
12807         begin with small char, adjust other files.
12808
12809 2001-08-02  André Pönitz <poenitz@gmx.net>
12810
12811         * lyxfunc.C:
12812         BufferView_pimpl.C: remove broken special code for math-greek
12813
12814 2001-08-02  Juergen Vigna  <jug@sad.it>
12815
12816         * BufferView_pimpl.C (update): redone this function so that we
12817         update the text again if there was a CHANGE_IN_DRAW.
12818
12819         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12820         (drawFromTo): added a new internal bool which is used by draw() and
12821         redraw() function.
12822         (general): some cursor drawing problems fixed.
12823
12824 2001-08-01  Juergen Vigna  <jug@sad.it>
12825
12826         * lyxfind.C (LyXFind): fixed
12827         (SearchForward): ditto
12828         (SearchBackward): ditto
12829
12830         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12831         spurius drawing of the cursor in the main area.
12832
12833         * text2.C (status): small fix which could lead to a segfault!
12834         (clearSelection): remove unneeded BufferView param.
12835
12836 2001-08-01  André Pönitz <poenitz@gmx.net>
12837
12838         * lyxfunc.C: small change due to changed mathed interface
12839
12840 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12841
12842         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12843
12844 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12845
12846         * lyxfunc.c: fail gracefully if file doesn't exist
12847
12848         * LyXSendto.C:
12849         * buffer.C:
12850         * lyxfunc.C:
12851         * BufferView_pimpl.C: IsDirWriteable() proto changed
12852
12853         * LyXView.C: fix updateWindowTitle() to store the last title
12854
12855 2001-07-31  Juergen Vigna  <jug@sad.it>
12856
12857         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12858         the font (wrong since using of Paragraph::highestFontInRange).
12859
12860         * paragraph.C (highestFontInRange): added a default_size parameter.
12861
12862         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12863         (setHeightOfRow): reformat
12864
12865 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12866
12867         * converter.[hC] + affected files: move to (inital-char)lowercase
12868         function names.
12869
12870         * ParagraphParameters.C (ParagraphParameters): remove commented code
12871
12872         * PainterBase.[Ch]: remove commented code
12873
12874         * LaTeXFeatures.h: add "bool floats" for float.sty
12875
12876         * LaTeXFeatures.C (LaTeXFeatures): init floats
12877         (require): handle float
12878         (getPackages): do it with floats
12879
12880 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12881
12882         * BufferView_pimpl.C (Dispatch): improve handling of
12883         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12884
12885         * commandtags.h: #include lyxfont.h here temporarily to avoid
12886         keybinding bug.
12887
12888         * bufferlist.h: include LString.h here.
12889
12890 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12891
12892         * text2.C (getStringToIndex): new method.
12893
12894 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12895
12896         * *: Reduced header file dependencies all over.
12897
12898 2001-07-30  Baruch Even  <baruch@lyx.org>
12899
12900         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12901
12902 2001-07-29  Baruch Even  <baruch@lyx.org>
12903
12904         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12905
12906 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12907
12908         * ParameterStruct.h (endif): add a default constructor to make
12909         sure that all variables is initialized.
12910
12911         * ParagraphParameters.C (ParagraphParameters): adjust
12912
12913 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12914
12915         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12916         index; also, check that there is something to index, and that it
12917         does not span over several paragraphs.
12918         (doubleClick): use WHOLE_WORD_STRICT for double click.
12919
12920         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12921
12922         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12923         scheme.
12924
12925 2001-07-26  Baruch Even  <baruch@lyx.org>
12926
12927         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12928         an InsetFig figure, backwards compatible reading of old figure code.
12929
12930 2001-07-27  Juergen Vigna  <jug@sad.it>
12931
12932         * text2.C: font.realize function adaption.
12933
12934         * text.C (draw): add a warnings lyxerr text if needed.
12935
12936         * layout.C: font.realize function adaption.
12937
12938         * language.C: add inherit_language and implement it's handlings
12939
12940         * bufferview_funcs.C (StyleReset): remove language parameter from
12941         font creation (should be language_inherit now).
12942
12943         * bufferparams.C (writeFile): handle ignore_language.
12944
12945         * paragraph.C (getFontSettings): the language has to be resolved
12946         otherwise we have problems in LyXFont!
12947
12948         * lyxfont.C (lyxWriteChanges): added document_language parameter
12949         (update): removed unneeded language parameter
12950
12951         * paragraph.C (validate): fixed wrong output of color-package when
12952         using interface colors for certain fonts in certain environments,
12953         which should not seen as that on the final output.
12954
12955 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12956
12957         * BufferView_pimpl.C:
12958         * Thesaurus.h:
12959         * Thesaurus.C:
12960         * Makefile.am:
12961         * commandtags.h:
12962         * LyXAction.C: add thesaurus support
12963
12964         * lyxfind.h:
12965         * lyxfind.C: add "once" parameter, for thesaurus, to not
12966           move to the next match
12967
12968 2001-07-26  Juergen Vigna  <jug@sad.it>
12969
12970         * lyxfont.C (realize): honor ignore_language too!
12971         (resolved): ditto.
12972
12973         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12974
12975         * text.C (draw): one place more for ignore_language to not draw
12976         itself!
12977
12978 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12979
12980         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12981
12982 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12983
12984         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12985         the minipage conversion problem.
12986
12987 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12988
12989         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12990         insert an inset.
12991
12992 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12993
12994         * BufferView.h: don't forward declare WorkArea
12995
12996         * BufferView.C: don't include WorkArea.h
12997
12998 2001-07-25  André Pönitz <poenitz@gmx.net>
12999
13000         * commandtags.h:
13001         * LyXAction.C:
13002         * lyxfunc.C:  new LFUN 'math-space'
13003
13004         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13005
13006 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13007
13008         * text2.C (toggleInset): call open/close
13009
13010 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13011
13012         * lyxfunc.C (dispatch): add debug for the disabled case
13013
13014         * font.C (buttonText): make similar to rectText
13015
13016         * buffer.C (readInset): comment out parsing of insetlist and
13017         insttheorem
13018
13019         * PainterBase.C (rectText): small correction
13020
13021         * BufferView_pimpl.C: comment out insettheorem and insetlist
13022         * LyXAction.C: ditto
13023         * commandtags.h: ditto
13024
13025 2001-07-24  Juergen Vigna  <jug@sad.it>
13026
13027         * text.C (draw): honor the ignore_language.
13028
13029         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13030
13031 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13032
13033         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13034         char inset.
13035
13036 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13037
13038         * lyxtext.h: remove unused (and unimplemented) methods
13039
13040 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13041
13042         * text.C (getVisibleRow): honor background color
13043
13044         * PainterBase.h:
13045         * Painter.h: remove default color argument for fillRectangle
13046
13047         * text.C (backgroundColor): new method
13048
13049 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13050
13051         * text.C (getVisibleRow): adjust
13052
13053         * font.[Ch] (rectText): new method, metrics
13054         (buttonText): new method, metrics
13055
13056         * PainterBase.[hC]: make rectText and buttonText always draw and take
13057         fewer paramteres.
13058
13059 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13060
13061         * ToolbarDefaults.C (read):
13062         * MenuBackend.C (read): allow escaping in all strings
13063
13064         * BufferView_pimpl.C (insertAndEditInset): new method.
13065         (Dispatch): use insertAndEditInset whenever appropriate.
13066
13067         * BufferView_pimpl.C (insertNote): removed
13068
13069         * BufferView_pimpl.C (smartQuote): new method, moved from
13070         BufferView; if an insetquote cannot be inserted, insert a '"'
13071         character instead.
13072
13073         * BufferView2.C: remove insertCorrectQuote();
13074
13075         * lyxfunc.C (getStatus): Add support for all remaingin
13076         inset-insert lfuns.
13077
13078         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13079
13080         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13081         command (necessary to pass " as parameter of self-insert.
13082
13083         * text.C (selectWordWhenUnderCursor):
13084         (selectWord): add word_location parameter
13085         (selectWordWhenUnderCursor): same + remove special code for word
13086         boundary.
13087         (selectNextWord): use kind() to guess type of insetspecialchar,
13088         not latex().
13089
13090         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13091         (insertErtContents): create ert insets as collapsed.
13092         (readInset): better compatibility code for Info inset.
13093
13094 2001-07-20  Juergen Vigna  <jug@sad.it>
13095
13096         * lyxfunc.C (dispatch): use always LyXFind now!
13097
13098         * text2.C (init): add a reinit flag so that the LyXText can be
13099         reinited instead of deleted and reallocated (used in InsetText).
13100
13101         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13102
13103         * text.C: ditto
13104
13105         * text2.C: ditto
13106
13107 2001-07-18  Juergen Vigna  <jug@sad.it>
13108
13109         * text.C (selectNextWord): handle insets inside inset by calling
13110         always the bv->text functions so that we can go up the_locking_inset!
13111
13112         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13113         in strange locations when inside an inset!
13114
13115         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13116         handling to include insets.
13117
13118         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13119
13120 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13121
13122         * LyXAction.C (init):
13123         * commandtags.h:
13124         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13125         LIGATURE_BREAK, since the name is so stupid.
13126
13127 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13128
13129         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13130         InsetInfos.
13131
13132         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13133
13134         * sp_form.[Ch]: remove.
13135
13136         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13137
13138         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13139         InsetInfo.
13140
13141         * src/buffer.C (readInset): ditto.
13142
13143 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13144
13145         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13146         menuSeparator(), endOfSentenceDot(), ldots() and
13147         hyphenationPoint(), which are therefore removed.
13148         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13149
13150         * LyXAction.C (init):
13151         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13152
13153         * paragraph.C (getWord): removed.
13154
13155         * BufferView_pimpl.C (Dispatch): use last word or selection for
13156         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13157
13158         * lyx_main.C (queryUserLyXDir): do not ask before creating
13159         user_dir, except if it has been named explicitely.
13160
13161 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13162
13163         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13164         a document of zero size.
13165
13166 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13167
13168         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13169         approriately in the c-tor and in require().
13170         (getPackages): output the appropriate LaTeX for natbib support.
13171
13172         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13173         variables "use_natbib" and "use_numerical_citations" when reading the
13174         LyX file.
13175         (readInset): read the various natbib cite commands.
13176         (validate): white-space change.
13177
13178         * bufferparams.[Ch]: new variables "bool use_natbib" and
13179         "bool use_numerical_citations".
13180         (writeFile): output them in the LyX file.
13181
13182 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13183
13184         * lyxfunc.C (getStatus): add support for all the inset insertion
13185         commands.
13186
13187         * text2.C (insertInset):
13188         * paragraph.C (insetAllowed):
13189         * BufferView_pimpl.C (insertInset): update to take in account the
13190         renaming of insertInsetAllowed
13191
13192         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13193
13194         * text2.C (getInset): new method. returns inset at cursor position.
13195
13196         * BufferView_pimpl.C (Dispatch): changes because of this.
13197
13198         * LyXAction.C (init): rename open-stuff to inset-toggle.
13199
13200         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13201
13202         * text2.C (toggleInset): renamed from openStuff; use
13203         Inset::open().
13204
13205 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13206
13207         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13208
13209         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13210
13211 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13212
13213         * buffer.C (readLyXformat2): Add filename to the error dialog
13214
13215 2001-07-18  Juergen Vigna  <jug@sad.it>
13216
13217         * tabular.C (GetCellNumber): put an assert here instead of the check!
13218
13219 2001-07-17  Juergen Vigna  <jug@sad.it>
13220
13221         * BufferView_pimpl.C (toggleSelection): adapted too.
13222
13223         * text.C (selectNextWord): adapted for use with insets.
13224         (selectSelectedWord): ditto
13225
13226 2001-07-17  Juergen Vigna  <jug@sad.it>
13227
13228         * sp_spell.C (PSpell): fix initialitation order.
13229
13230 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13231
13232         * paragraph.C: spacing
13233
13234 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13235
13236         * sp_spell.C: repair language selection for pspell
13237
13238 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13239
13240         * lyxfunc.h: change more methods to begin with lower char.
13241
13242 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13243
13244         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13245         for unknown layouts.
13246
13247 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13248
13249         * buffer.C (readLyXformat2): Generate an error dialog if there are
13250         unknown layouts.
13251
13252 2001-07-16  Juergen Vigna  <jug@sad.it>
13253
13254         * sp_spell.C: always compile ISpell part.
13255
13256         * lyxrc.C: added use_pspell entry and it's handling.
13257
13258 2001-07-13  Juergen Vigna  <jug@sad.it>
13259
13260         * sp_spell.C: removed double includes.
13261
13262 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13263
13264         Consistent use of Lsstream.h:
13265         * Lsstream.h: added using std::stringstream for consistencies sake.
13266
13267         * buffer.C: removed using std::stringstream
13268
13269         * lyxfont.C (stateText):
13270         * paragraph.C (asString):
13271         * text.C (selectNextWord, selectSelectedWord):
13272         * text2.C (setCounter):
13273         * vspace.C (asString, asLatexString):
13274         std::ostringstream -> ostringstream.
13275
13276 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13277
13278         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13279         * commandtags.h: add LFUN_HELP_ABOUTLYX
13280         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13281
13282 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13283
13284         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13285         cursorToggle()
13286         * lyx_gui_misc.C: remove spellchecker
13287         * lyxfunc.C: showSpellchecker
13288         * sp_base.h: added
13289         * sp_ispell.h: added
13290         * sp_pspell.h: added
13291         * sp_spell.C: added
13292         * sp_form.[Ch]: removed
13293         * spellchecker.[Ch]: removed
13294
13295 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13296
13297         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13298         is set.
13299         (simpleTeXSpecialChars): Simply print the input character without
13300         any special translation if pass_thru is set.
13301
13302         * layout.h: Added bool pass_thru to layout class for being able to
13303         implement pass through of a paragraph for Literate Programming.
13304
13305         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13306         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13307         * layout.C (Read): add "passthru" to list of layout tags and add
13308         code to set the pass_thru boolean when it is read.
13309
13310 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13311
13312         * trans_decl.h: remove allowed from KmodInfo
13313
13314         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13315         remove allowed code
13316         (Load): adjust
13317
13318         * paragraph_pimpl.C (erase): use boost::prior
13319
13320         * Painter.C (text): use data() instead of c_str() when length is
13321         also provided.
13322         * WorkArea.C (putClipboard): ditto
13323         * font.h (width): ditto
13324
13325         * BufferView2.C: use it-> instead of (*it). for iterators
13326         * texrow.C: ditto
13327         * paragraph_pimpl.C: ditto
13328         * paragraph.C: ditto
13329         * minibuffer.C: ditto
13330         * language.C: ditto
13331         * kbmap.C: ditto
13332         * encoding.C: ditto
13333         * counters.C: ditto
13334         * converter.C: ditto
13335         * chset.C: ditto
13336         * Variables.C: ditto
13337         * TextCache.C: ditto
13338         * MenuBackend.C: ditto
13339         * LyXAction.C: ditto
13340         * LColor.C: ditto
13341         * FloatList.C: ditto
13342         * DepTable.C: ditto
13343         * ColorHandler.C (LyXColorHandler): ditto
13344
13345 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13346
13347         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13348
13349         * text2.C (openStuff): reintroduce this method (which had been
13350         nuked in NEW_INSETS frenzy).
13351
13352         * lyxfunc.C (Dispatch): when an action has not been handled, use
13353         its name in the error message, not its number.
13354
13355         * paragraph.C (inInset): change method name to begin with lowercase.
13356
13357         * undo_funcs.C:
13358         * text2.C: updates because of this.
13359
13360 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13361
13362         * ToolbarDefaults.C (add): add spaces in error message
13363
13364 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13365
13366         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13367         (readLyXformat2): rename return_par to first_par, use lyxlex's
13368         pushToken and remove the manual push handling.
13369         (parseSingleLyXformat2Token): add another ert comp. variable:
13370         in_tabular, rename return_par to first_par. handle newlines better
13371
13372 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13373
13374         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13375
13376 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13377
13378         * text2.C (getParFromID): removed
13379
13380         * buffer.C (getParFromID): new method moved form lyxtext.
13381         * BufferView2.C (insertErrors): adjust
13382         (setCursorFromRow): adjust
13383         * BufferView_pimpl.C (restorePosition): adjust
13384         * lyxfunc.C (Dispatch): adjust
13385         * undo_funcs.C (textUndo): adjust
13386         (textRedo): adjust
13387         (textHandleUndo): adjust
13388         (textHandleUndo): adjust
13389
13390 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13391
13392         * buffer.C: up' the LYX_FORMAT
13393
13394         * lyxfont.h: turn NO_LATEX on as default
13395
13396         * buffer.C (insertErtContents): new methods of tex style compability.
13397         (parseSingleLyXformat2Token): use it several places.
13398         * tabular.C (OldFormatRead): and here
13399
13400 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13401
13402         * text2.C: remove some commented code.
13403         reindent file.
13404
13405         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13406         * trans.C: changes because of the above.
13407
13408 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13409
13410         * text2.C (setCounter): Fix counters bug with bibliography layout.
13411
13412 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13413
13414         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13415         own member functions
13416         (simpleTeXSpecialChars): ditto
13417
13418 2001-07-06  Juergen Vigna  <jug@sad.it>
13419
13420         * a lot of files: changed the access to LyXText::status and the
13421         call of undo-functions.
13422
13423         * undo.[Ch]: added a inset_id to the undo informations.
13424
13425         * undo_funcs.[Ch]: added and moved here all undo functions.
13426
13427         * lyxtext.h: give the status enum a weight, made status_ a private
13428         variable and made accessor functions for it, removed the whole bunch
13429         of undo-functions as they are now in their own file, make some
13430         functions publically available. Added function ownerParagraph with
13431         int parameter.
13432
13433         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13434         made InInset() a const function, added getParFromID() function.
13435
13436         * buffer.[Ch]: added const version for inset_iterator functions,
13437         added getInsetFromID() function.
13438
13439         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13440         changed undo functions for new version.
13441
13442 2001-07-05  Juergen Vigna  <jug@sad.it>
13443
13444         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13445         unknow mechanism does not call the proper constructor but only this
13446         one also if I request the other!?
13447
13448 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13449
13450         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13451
13452         * text2.C (LyXText): use initialization lists.
13453
13454         * lyxtext.h (Selection): initialize set_ and mark_
13455         (init): remove method
13456
13457 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
13458
13459         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
13460
13461 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13462
13463         * screen.[Ch]: change method names to begin with lowercase
13464
13465         * BufferView_pimpl.C (updateScrollbar): simplify further and
13466         hopefully make it a bit faster.
13467
13468 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13469
13470         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
13471         calling directly xforms functions.
13472
13473         * Painter.C (Painter):
13474         * lyx_cb.C (MenuWrite):
13475         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
13476         fl_display.
13477
13478         * lyx_gui.C: remove bogus guiruntime extern declaration.
13479
13480 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13481
13482         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
13483         in NEW_INSETS
13484         (redoDrawingOfParagraph): ditto
13485         (redoParagraphs): ditto
13486         (cutSelection): don't create a object for CutAndPaste use the
13487         static method directly
13488         (pasteSelection): ditto
13489
13490         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
13491         LyXview (+ rename)
13492
13493 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13494
13495         * modifications to some other files because of this.
13496
13497         * Makefile.am (lyx_SOURCES): add XFormsView
13498
13499         * XFormsView.[Ch]: new files
13500
13501         * LyXView.[Ch]: make LyXView a base class for the gui handling for
13502         the main window. Move the gui dependent stuff to XFormsView
13503
13504 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13505
13506         * tabular.C (GetCellInset): update cur_cell also in the row/col
13507         version of this function.
13508
13509         * lyxfunc.C: no need to include figure_form.h here.
13510
13511         * FontLoader.h:
13512         * lyxfunc.h:
13513         * lyxscreen.h:
13514         * text2.C:
13515         * lyxvc.C: no need to include forms.h here.
13516
13517 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13518
13519         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
13520
13521         * lyxfunc.C (Dispatch):
13522         * Spacing.C (set):
13523         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
13524         constructor argument.
13525
13526 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13527
13528         * paragraph.C (Paragraph): dont't clear, and just set layout.
13529         (makeSameLayout): use params's copy contructor.
13530
13531         * ParagraphParameters.[Ch] (makeSame): delete method
13532
13533 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
13534
13535         * Variables.[Ch]: fix indentation, rename set to isSet
13536
13537 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13538
13539         * lyxfunc.C (Dispatch): fix typo
13540
13541 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13542
13543         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
13544         upper_bound.
13545
13546         * bufferlist.C: include assert.h for emergencyWrite().
13547
13548 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13549
13550         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
13551           give up at last (bug #425202) !
13552
13553 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
13554
13555         * lyx_gui_misc.C:
13556         * sp_form.h:
13557         * sp_form.C:
13558         * spellchecker.h:
13559         * spellchecker.C: strip spellchecker options and bring up
13560           preferences tab instead
13561
13562 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13563
13564         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
13565         the istringstream constructor
13566
13567 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13568
13569         * paragraph.C (getLayout): fix return value
13570
13571         * paragraph.h: do not declare getLayout as inline.
13572
13573         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
13574
13575 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13576
13577         * lyxcursor.h (operator<): new func
13578         (operator>): new func
13579         (operator>=): new func
13580         (operator<=): new func
13581
13582         * text.C (changeCase): use selection.start and selection.end
13583         (changeRegionCase): require from to be <= to. Require par to be a
13584         valid paragraph.
13585
13586         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
13587
13588 2001-06-27  Juergen Vigna  <jug@sad.it>
13589
13590         * text.C (cursorLeftOneWord): changed to return the cursor and added
13591         overlay with BufferView * parameter which calls this one.
13592         (getWord): added
13593         (selectWord): use new getWord function.
13594         (changeCase): renamed from changeWordCase as and extended to work
13595         also on selections.
13596
13597         * lyxtext.h: added enum word_location
13598
13599         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
13600         changeCase as this operates now also on selections.
13601
13602 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
13603
13604         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
13605
13606         * many files: send debug output to Debug::INFO instead of
13607         Debug::ANY.
13608
13609         * converter.C (View):
13610         (Convert):
13611         (Move): send debug output to Debug::FILES instead of console.
13612
13613 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
13614
13615         * lyxfunc.C (getStatus): use func_status
13616
13617         * func_status.h: new header, describing the results of
13618         LyXFunc::getStatus;
13619
13620         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
13621         LFUN_MATH_HALIGN.
13622
13623 2001-06-25  The LyX Project  <jug@sad.it>
13624
13625         * buffer.C (sgmlOpenTag):
13626         (sgmlCloseTag):
13627         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
13628
13629 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13630
13631         * text2.C: remove some dead code
13632
13633         * tabular.C (GetCellInset): store the last cell checked (gotten)
13634
13635         * tabular.h: add the helper for the speedup
13636
13637         * lyxtext.h: remove some dead code
13638
13639 2001-06-26  The LyX Project  <Asger>
13640
13641         * paragraph.C: Change export to LaTeX of alignment to
13642         \begin{center} and family for better roundtrip work with reLyX.
13643
13644         * Tune the math drawing a bit.
13645
13646 2001-06-25  The LyX Project  <Asger>
13647
13648         * LColor.C (LColor): New color for math background. New color
13649         for buttons.
13650
13651 2001-06-25  The LyX Project  <jug@sad.it>
13652
13653         * lyxfunc.C (MenuNew): remove extra check for .lyx file
13654
13655         * lyxfunc.C (Open):
13656         * bufferlist.C (newFile): do not restrict to files ending with
13657         .lyx
13658
13659         * BufferView_pimpl.C (MenuInsertLyXFile):
13660
13661 2001-06-24  The LyX Project  <jug@sad.it>
13662
13663         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
13664         of compare_no_case
13665
13666 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13667
13668         * lyxtext.h: rename most methods to begin with a small char.
13669         Lots of changes because of this.
13670
13671         * paragraph.C (Paragraph): do not call fitToSize
13672         (erase): call Pimpl::erase
13673         (insertChar): call Pimpl::insertChar
13674         (insertInset): call Pipl::insertInset
13675         (breakParagraph): do not call fitToSize
13676         (breakParagraphConservative): do not call fitToSize
13677         (fitToSize): remove method
13678
13679         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13680
13681 2001-06-24  The LyX Project  <Asger>
13682
13683         * Fix Qt compilation^2
13684
13685 2001-06-24  The LyX Project  <jug@sad.it>
13686
13687         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13688         depthHook(getDepth()-1).
13689
13690         * paragraph.h:
13691         * ParagraphParameters.h:
13692         * ParameterStruct.h: change type of depth to unsigned int ==
13693         depth_type. Many adaptations to other files before of that.
13694
13695 2001-06-24  The LyX Project  <Asger>
13696
13697         * Fix Qt compilation.
13698
13699 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13700
13701         * paragraph.h: renamed several methods to begin with small letter.
13702         several changes to many parts of the code because of this.
13703
13704 2001-06-23  The LyX Project  <jug@sad.it>
13705
13706         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13707         rewritten to discard all double spaces when KeepEmpty is off
13708         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13709         to only handle newlines but not fiddle with spaces and friends.
13710
13711         * lyxfunc.C (MenuNew): when doing 'new from template', use
13712         template_path as default directory
13713
13714 2001-06-23  The LyX Project  <Asger>
13715
13716         * Clean-up of header file includes all over
13717         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13718
13719 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13720
13721         * paragraph.h: renamed from lyxparagraph.h
13722
13723 2001-06-23  Asger  <lyx@violet.home.sad.it>
13724
13725         * Buffer.h: Removed Buffer::resize
13726         * BufferList.h: Removed BufferList::resize
13727         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13728         the document lazily when we change the width, or the font settings.
13729
13730 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13731
13732         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13733
13734 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13735
13736         * buffer.h: remove out of date comment
13737
13738 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13739
13740         * lyxscreen.h:
13741         * screen.C: fix "theoretical" GC leak
13742
13743 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13744
13745         * LaTeX.C (scanAuxFile):
13746         (deplog): remove trailing \r when reading stream (useful under
13747         win32)
13748
13749 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13750
13751         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13752         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13753         and BufferView::theLockingInset(Inset*), so should use them and not
13754         access bv_->text->the_locking_inset directly.
13755
13756         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13757
13758 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13759
13760         * Makefile.am:
13761         * tex-defs.h: remove old unused file
13762
13763 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13764
13765         * BufferView_pimpl.C: fix typo, remove minibuffer message
13766           when buffer has loaded
13767
13768 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13769
13770         * lyxfunc.C (Dispatch): use stringstream
13771         (MenuNew): use stringstream
13772         (Open): use stringstream
13773
13774         * importer.C (Import): use stringstream
13775
13776         * bufferview_funcs.C (CurrentState): use stringstream
13777
13778         * LaTeX.C (run): use stringstream
13779
13780         * BufferView_pimpl.C (savePosition): use stringstream
13781         (restorePosition): use stringstream
13782         (MenuInsertLyXFile): use stringstream
13783
13784 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13785
13786         * BufferView.C:
13787         * Bullet.C:
13788         * ColorHandler.C:
13789         * FontInfo.C:
13790         * FontLoader.C:
13791         * LColor.C:
13792         * LaTeXFeatures.C:
13793         * Painter.C:
13794         * gettext.C:
13795         * lyx_gui_misc.C:
13796         * lyxserver.C:
13797         * vspace.C: removed // -*- C++ -*- as first line.
13798
13799         * lyxfind.h:
13800         * version.h: added // -*- C++ -*- as first line.
13801
13802 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13803
13804         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13805
13806         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13807         of string
13808
13809 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13810
13811         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13812         of floats.
13813
13814 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13815
13816         * gettext.C: include LString.h even when --disable-nls is on.
13817
13818 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13819
13820         * converter.h (Get): changed argument type from int to
13821         FormatList::size_type to avoid unnecessary conversion.
13822
13823         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13824         before using it.
13825
13826 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13827
13828         * gettext.h: include LString.h even when --disable-nls is on.
13829
13830 2001-06-07  Juergen Vigna  <jug@sad.it>
13831
13832         * text.C (BreakAgain): subst spaces with tabs.
13833
13834         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13835         (resizeInsetsLyXText): set force on resizeLyXText.
13836
13837 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13838
13839         * gettext.h (gettext_init):
13840         (locale_init): use a real definition instead of a macro
13841
13842 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13843
13844         * Bufferview_pimpl.C:
13845         * LColor.h:
13846         * LColor.C: further lcolor tidies
13847
13848 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13849
13850         * BufferView_pimpl.C (updateScrollbar): simplify.
13851
13852         * BufferView2.C: don't include insets/insetinfo.h, change
13853         prototype for insertInset and call the Pimpl version. let
13854         updateInset call Pimpl version.
13855
13856         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13857         gotoInset to BufferView::Pimpl
13858
13859 2001-06-01  Juergen Vigna  <jug@sad.it>
13860
13861         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13862         inside a LockingInset (is the update needed at all?).
13863
13864 2001-05-31  Juergen Vigna  <jug@sad.it>
13865
13866         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13867         here not the old one otherwise how should we compare it afterwards
13868         if it's the same!
13869
13870 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13871
13872         * lyxfont.C:
13873         * tabular.C:
13874         * tabular-old.C:
13875         * FontInfo.C: bring C functions into global namespace when
13876         necessary
13877
13878 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13879
13880         * LString.h: make sure config.h has been loaded before LString.h.
13881
13882         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13883         (one for each char read by EatLine!).
13884
13885         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13886         variables.
13887
13888 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13889
13890         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13891         to the same as the par we break from
13892
13893 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13894
13895         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13896
13897         * MenuBackend.C (expand): also create menu entries for wide
13898         versions of the floats.
13899
13900         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13901
13902         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13903
13904         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13905         frontends/Makefile.am
13906
13907         * text2.C: adjust
13908         * text.C: adjust
13909
13910
13911         * tabular.C (getTokenValue): add std::
13912
13913         * tabular-old.C (getTokenValue): add std::
13914         (getTokenValue): ditto
13915         (getTokenValue): ditto
13916
13917         * screen.C (ToggleSelection): adjust
13918
13919         * lyxtext.h: put selection cursors inside a Selection struct.
13920
13921         * lyxfunc.C (moveCursorUpdate): adjust
13922
13923         * lyxfont.C (latexWriteStartChanges): add std::
13924
13925         * lyxfind.C: adjust
13926
13927         * font.h: delete with(char const *, LyXFont const &)
13928
13929         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13930
13931         * FontInfo.C (getFontname): add std::
13932
13933         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13934         (workAreaButtonPress): adjust
13935         (tripleClick): adjust
13936         (update): adjust
13937         (moveCursorUpdate): adjust
13938         (Dispatch): adjust
13939
13940         * BufferView2.C (gotoInset): adjust
13941
13942 2001-05-30  Juergen Vigna  <jug@sad.it>
13943
13944         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13945         to check pspell I add this as default as I now have new pspell
13946         libraries and they seem to use this.
13947
13948 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13949
13950         * text2.C (CutSelection): make the cursor valid before the call to
13951         ClearSelection.
13952
13953 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13954
13955         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13956         relied on 0 terminated strings and other horrors. Bug found due to
13957         the new assert in lyxstring!
13958
13959         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13960         KP_ keys.
13961
13962 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13963
13964         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13965         to latinkeys.bind.
13966
13967         * lyxfunc.C (processKeySym): change method of getting to the
13968         self-insert char.
13969
13970         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13971         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13972         * BufferView_pimpl.[Ch]: here as private methods.
13973
13974 2001-05-28  Juergen Vigna  <jug@sad.it>
13975
13976         * text.C (SetHeightOfRow): added the update() call again as it is
13977         needed to initialize inset dimensions!
13978
13979 2001-05-16  Juergen Vigna  <jug@sad.it>
13980
13981         * text2.C (SetCharFont): Add new function with BufferView * and
13982         bool toggleall parameters for setting insets internal fonts.
13983         (SetFont): Freeze the undo as we may change fonts in Insets and
13984         all this change should be inside only one Undo!
13985
13986         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13987         setting font's in insets as for them we have the SetFont function!
13988
13989 2001-05-15  Juergen Vigna  <jug@sad.it>
13990
13991         * text2.C (ClearSelection): to be sure we REALLY don't have any
13992         selection anymore!
13993
13994         * tabular.C (TeXCellPreamble): fixed the left border problem for
13995         multicolumn cells.
13996
13997 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13998
13999         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14000         dependancy file
14001
14002 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14003
14004         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14005         LFUN_BREAKPARAGRAPH.
14006
14007         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14008         help test to "internal only", similar for LFUN_INSERT_URL
14009
14010         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14011         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14012         auto_region_delete and deadkeys.
14013
14014 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14015
14016         * LColor.h:
14017         * LColor.C: remove some dead entries, tidy a little
14018
14019 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14020
14021         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14022         commented code.
14023         (Dispatch): implement LFUN_ESCAPE
14024
14025         * commandtags.h: add LFUN_ESCAPE
14026
14027         * LyXAction.C (init): add entry for LFUN_ESCAPE
14028
14029         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14030         Remove commented code.
14031         (insertNote): moved here
14032         (open_new_inset): moved here
14033
14034         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14035         BufferView_pimpl
14036
14037 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14038
14039         * kbmap.C (findbinding): clean it up and make it work correctly.
14040
14041         * lyx_main.C (init): do not pass argc and argv as parameters
14042
14043 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14044
14045         * buffer.C: fix path for OS/2 & Win32
14046
14047         * lyx_gui.C:
14048         * lyx_main:
14049         * lyx_main.C: Added os:: class.
14050
14051         * os2_defines.h: update
14052
14053 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14054
14055         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14056         better by trying again with reduced state.
14057
14058 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14059
14060         * lyxrc.C (read): print error about invalid key sequence only when
14061         debugging (because not all latinX keysyms are known to some X
14062         servers)
14063
14064         * kbsequence.C (getiso): add a few std:: qualifiers
14065         (getiso): comment out extra return statement.
14066
14067 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14068
14069         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14070         handling.
14071         (Dispatch): enhance the accent inset a bit. (not perfect)
14072
14073 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14074
14075         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14076
14077 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14078
14079         * bufferlist.C (emergencyWrite): fix assert() call
14080
14081 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14082
14083         * text.C (InsertChar): Added trivial patch to only send the "you
14084         can not do multiple spaces this way" message once during a
14085         session.
14086
14087 2001-05-08  Baruch Even  <baruch@lyx.org>
14088
14089         * Makefile.am: Changed order of libraries to get LyX to link properly
14090         with the gnome frontend.
14091
14092 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14093
14094         * LaTeXFeatures.h: add a std:: qualifier
14095
14096 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14097
14098         * paragraph.C (String): use stringstream
14099
14100 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14101
14102         * paragraph.C (writeFile): remove footflag arg
14103
14104         * buffer.C (makeLaTeXFile): use stringstream
14105         (latexParagraphs): remove footnot gurba
14106
14107         * LaTeXFeatures.C (getPackages): use stringstream
14108         (getMacros): likewise
14109         (getTClassPreamble): likewise
14110         (getFloatDefinitions): new method
14111
14112         * paragraph.C (writeFile): reindent
14113         (Erase): reindent
14114
14115         * WorkArea.h: revert the xpos + etc changes.
14116
14117         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14118
14119         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14120
14121         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14122         (pasteSelection): likewise
14123         * text2.C (CreateUndo): likewise
14124
14125 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14126
14127         * minibuffer.C (peek_event): temporarily reduce the functionality
14128         of the minibuffer (to allow args on lfuns)
14129
14130         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14131         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14132
14133         * buffer.C (readInset): add compability reading of old float
14134         lists, add reading of new style float list.
14135         (readInset): avoid reevaluation of inscmd.getCmdName()
14136         (getLists): reindent
14137
14138         * MenuBackend.C (MenuItem): implement parsing of
14139         md_floatlistinsert and md_floatinsert.
14140         (expand::LastFiles): move initalizaton of iterators out of loop,
14141         avoid reevaluation.
14142         (expand::Documents): introduce typdedef vector<string> Strings,
14143         and use it.
14144         (expand::ExportFormats): introduce typedef vector<Format const *>
14145         Formats, and use it.
14146         (expand): implement FloatListInsert and FloatInsert.
14147
14148         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14149         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14150         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14151
14152         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14153         handling.
14154         (Dispatch::LFUN_FLOAT_LIST): implement
14155
14156 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14157
14158         * LaTeX.C (run): Fix problem with --export code.
14159
14160 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14161
14162         * BufferView.[Ch] (workarea): removed.
14163         (getClipboard) new method; wrapper for workarea()->getClipboard()
14164
14165         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14166         bug.
14167
14168         * WorkArea.h (width, height, xpos, ypos): These methods all
14169         returned the dimensions of the work_area sub-area of WorkArea,
14170         resulting in a position error if the WorkArea were resized. Now
14171         return the dimensions of the entire WorkArea.
14172
14173         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14174
14175 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14176
14177         * LaTeX.C (deplog): correct the syntax of regex reg1
14178
14179 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14180
14181         * undo.C: remove !NEW_INSETS cruft
14182
14183 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14184
14185         * text2.C: remove !NEW_INSETS cruft
14186
14187         * text.C: remove !NEW_INSETS cruft
14188
14189         * tabular.C: remove !NEW_INSETS cruft
14190
14191         * spellchecker.C: remove !NEW_INSETS cruft
14192
14193         * lyxtext.h: remove !NEW_INSETS cruft
14194
14195         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14196
14197         * lyxfunc.C: remove !NEW_INSETS cruft
14198
14199         * lyxfind.C: remove !NEW_INSETS cruft
14200
14201         * lyx_cb.C: remove !NEW_INSETS cruft
14202
14203         * figureForm.C: remove  !NEW_INSETS cruft
14204
14205         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14206
14207         * buffer.[Ch]: remove !NEW_INSETS cruft
14208
14209         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14210
14211         * CutAndPaste.C: remove !NEW_INSETS cruft
14212
14213         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14214
14215         * BufferView2.C: remove !NEW_INSETS cruft
14216
14217         * BufferView.h: remove !NEW_INSETS cruft
14218
14219 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14220
14221         * Lsstream.h: include LString.h before the sstream headers to
14222         fix problem with gcc 2.95.3 and lyxstring
14223
14224 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14225
14226         * lyx_main.C: add using directives when needed for C functions
14227         declared in std:: namespace.
14228
14229 2001-04-27  Juergen Vigna  <jug@sad.it>
14230
14231         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14232         (SetHeightOfRow): comment out the update call should not be needed!
14233
14234 2001-04-13  Juergen Vigna  <jug@sad.it>
14235
14236         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14237         (LyXTabular): tried to minimize operator= operations (and realized
14238         hopfully Lars wish).
14239
14240 2001-04-27  Juergen Vigna  <jug@sad.it>
14241
14242         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14243
14244 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14245
14246         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14247
14248         * buffer.C (readInset): hack to make listof algorithm work
14249
14250         * BufferView_pimpl.C: hack to make listof algorithm work
14251
14252 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14253
14254         * LyXAction.C: removed all !NEW_INSETS cruft
14255         (init): moved lfun_item in method
14256
14257         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14258
14259 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14260
14261         * BufferView2.C (theLockingInset): white space.
14262
14263 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14264
14265         * minibuffer.C: include <iostream>
14266
14267         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14268
14269         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14270
14271         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14272
14273         * text.[Ch] (TransposeChars): new method
14274
14275 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14276
14277         * call message directly through LyXView instead of through LyXFunc
14278         * BufferView2.C: adjust
14279         * BufferView_pimpl.C: adjust
14280         * FontLoader.C: adjust
14281         * buffer.C: adjust
14282         * bufferview_funcs.C: adjust
14283         * converter.C: adjust
14284         * figureForm.C: adjust
14285         * importer.C: adjust
14286         * lyx_cb.C: adjust
14287         * lyx_gui_misc.C: adjust
14288         * lyxfunc.C: adjust
14289         * lyxvc.C: adjust
14290         * text2.C: adjust
14291         + more files in subdirs
14292
14293         * lyxparagraph.h (size): move up int file
14294         (GetLayout): ditto
14295
14296         * adjust all uses of Assert to lyx::Assert.
14297
14298         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14299         lyxfunctional in namespace lyx
14300         * layout.C (hasLayout): ditto
14301         (GetLayout): ditto
14302         (GetLayout): ditto
14303         (delete_layout): ditto
14304         (NumberOfClass): ditto
14305         * converter.C (GetFormat): ditto
14306         (GetNumber): ditto
14307         (Add): ditto
14308         (Delete): ditto
14309         (SetViewer): ditto
14310         * bufferlist.C (getFileNames): ditto
14311         (emergencyWriteAll): ditto
14312         (exists): ditto
14313         (getBuffer): ditto
14314         * MenuBackend.C (hasSubmenu): ditto
14315         (hasMenu): ditto
14316         (getMenu): ditto
14317         * BufferView_pimpl.C (getInsetByCode): ditto
14318
14319 2001-04-18  Juergen Vigna  <jug@sad.it>
14320
14321         * vspace.C (asLatexString): fixed the 100% problem.
14322
14323 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14324
14325         * lyxfunc.C (Dispatch):
14326         * minibuffer.C:
14327         * minibuffer.h: add a few std:: qualifiers
14328
14329 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14330
14331         * minibuffer.[Ch]: reimplement so that commands is initiated and
14332         run from lyxfunc, simplified som handling, and made the completion
14333         and history code for complete. wip.
14334
14335         * lyxfunc.C (processKeySym): call message
14336         (miniDispatch): new temporary method
14337         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14338         (LFUN_MESSAGE): implement
14339         (LFUN_MESSAGE_PUSH): implement
14340         (LFUN_MESSAGE_POP): implement
14341         (initMiniBuffer): the initial/defualt minibuffer message.
14342
14343         * lyxfont.[Ch]: inline some more getters
14344
14345         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14346
14347         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14348
14349         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14350         (AutoSave): use LFUN_MESSAGE
14351         (Reconfigure): ditto
14352
14353         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14354
14355         * figureForm.C: use LFUN_MESSAGE
14356
14357         * converter.C (runLaTeX): use LFUN_MESSAGE
14358
14359         * bufferview_funcs.C: use LFUN_MESSAGE
14360         (Melt): ditto
14361         (changeDepth): ditto
14362
14363         * bufferparams.h: use boost::
14364
14365         * bufferlist.h: inherit privately from noncopyable
14366
14367         * bufferlist.C (loadLyXFile): remove some commented code.
14368
14369         * buffer.C (runChktex): use LFUN_MESSAGE
14370
14371         * ShareContainer.h: inherit privately from noncopyable
14372
14373         * ParagraphParameters.[hC] (depth): inline it.
14374
14375         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14376         methods.
14377         (message): new method
14378         (messagePush): ditto
14379         (messagePop): ditto
14380         (show): init minibuffer
14381         (showState): direct call
14382
14383         * LaTeX.[Ch]: inherit privately from noncopyable
14384         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14385         instead of WriteStatus.
14386
14387         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14388
14389         * BufferView_pimpl.C (buffer): don't init minibuffer
14390         (workAreaButtonPress): use LFUN_MESSAGE
14391         (workAreaButtonRelease): ditto
14392         (savePosition): ditto
14393         (restorePosition): ditto
14394         (MenuInsertLyXFile): ditto
14395         (workAreaExpose): don't init minibuffer
14396         (update): remove commented code, simplify
14397
14398         * BufferView2.C (openStuff): use LFUN_MESSAGE
14399         (toggleFloat): ditto
14400         (menuUndo): ditto
14401         (menuRedo): ditto
14402         (copyEnvironment): ditto
14403         (pasteEnvironment): ditto
14404         (copy): ditto
14405         (cut): ditto
14406         (paste): ditto
14407         (gotoInset): ditto
14408         (updateInset): remove some commented code
14409
14410         * lastfiles.h: inherit privately from noncopyable
14411         * layout.h: ditto
14412         * lyx_gui.h: ditto
14413         * lyx_main.h: ditto
14414         * lyxlex.h: ditto
14415         * lyxlex_pimpl.h: ditto
14416
14417         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14418         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14419         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14420
14421         * LyXAction.h: inherit privately from noncopyable, add methods
14422         func_begin, func_end, returning iterators to the func map.
14423
14424         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14425         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14426         (func_begin): new method
14427         (func_end): new method
14428
14429         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14430         and not)
14431         (copySelection): ditto
14432         (pasteSelection): ditto
14433
14434         * BufferView.C: whitespace change
14435         * BufferView.h: inherit privately from noncopyable
14436
14437 2001-04-16  Allan Rae  <rae@lyx.org>
14438
14439         * tabular-old.C (l_getline):
14440         * spellchecker.C (sc_check_word):
14441         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14442         an unrecognised preprocessor directive.  So ensure they're wrapped.
14443
14444 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14445
14446         * src/exporter.C (Export): Give an error message when path to file
14447         contains spaces.
14448
14449 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14450
14451         * LaTeX.C (deplog): Always check that foundfile exists.
14452
14453 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14454
14455         * lyx_main.h:
14456         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
14457
14458 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14459
14460         * tabular.[Ch] (getLabelList): implement new method
14461
14462         * minibuffer.h: comment ouf setTiimer
14463
14464         * minibuffer.C (ExecutingCB): constify res
14465         (peek_event): constify s
14466         (Set): constify ntext
14467         (Init): constify nicename
14468
14469         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
14470
14471         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
14472         (savePosition): use two params to Minibuffer::Set
14473         (restorePosition): ditto
14474
14475 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14476
14477         * lyx_main.C: include language.h
14478
14479         * Makefile.am (lyx_main.o): add language.h
14480
14481 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14482
14483         * exporter.C:
14484         * paragraph.C:
14485         * screen.C:
14486         * tabular.C:
14487         * CutAndPaste.C: include gettext.h
14488
14489         * lyxfont.h: remove old hack with ON and OFF.
14490
14491         * lyxparagraph.h:
14492         * lyxfont.h: do not include language.h...
14493
14494         * BufferView2.C:
14495         * LaTeXFeatures.C:
14496         * Painter.C:
14497         * bufferview_funcs.C:
14498         * font.C:
14499         * lyxfont.C:
14500         * text.C:
14501         * text2.C:
14502         * trans_mgr.C:
14503         * paragraph.C: ... but do it here instead
14504
14505 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14506
14507         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
14508
14509         * tabular.C: small reformat
14510
14511         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
14512         NEW_INSETS version
14513         (GetChar): ditto
14514         (BreakParagraph): ditto
14515         (SetOnlyLayout): ditto
14516         (SetLayout): ditto
14517
14518         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
14519         with one arg less.
14520
14521         * lastfiles.C: removed most using decl, add std:: where needed
14522
14523         * buffer.C: ws changes
14524
14525         * MenuBackend.C (class compare_format): put into anon namespace
14526         (expand): constify label, names, action, action2
14527         (expand):
14528
14529         * text.C (SingleWidth): constify font
14530         (IsBoundary): constify rtl2
14531         (GetVisibleRow): constify ww
14532
14533         * LaTeX.C (deplog): constify logfile
14534
14535         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
14536         start_x, end_x
14537         (workAreaExpose): constify widthChange, heightChange
14538
14539         * lyxrow.C (par): moved
14540         (height): moved
14541         (next): moved
14542         * lyxrow.h: as inlines here
14543
14544         * lyxfont.h (shape): moved from lyxfont.C
14545         (emph): moved from lyxfont.C
14546
14547         * lyxfont.C (LyXFont): use initialization list for all
14548         constructors
14549         (shape): move to lyxfont.h as inline
14550         (emph): move to lyxfont.h as inline
14551
14552
14553 2001-04-04  Juergen Vigna  <jug@sad.it>
14554
14555         * vspace.C: had to include stdio.h for use of sscanf
14556
14557 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
14558
14559         * BufferView.h:
14560         * BufferView_pimpl.h: remove xforms cruft. Both classes are
14561         independent of xforms.
14562
14563 2001-04-02  Juergen Vigna  <jug@sad.it>
14564
14565         * spellchecker.C: fixed namespace placing!
14566
14567 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
14568
14569         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
14570         the LyXParagraph * is 0.
14571
14572 2001-03-29  Juergen Vigna  <jug@sad.it>
14573
14574         * vspace.C: added support for %, c%, p%, l%.
14575         (stringFromUnit): added helper function.
14576         (asLatexString): changed to give right results for the %-values.
14577
14578         * buffer.C: convert the widthp in a width%.
14579
14580 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
14581
14582         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
14583         figureForm.[Ch].
14584
14585         * figureForm.[Ch]: stripped the FD_from_figure manipulation
14586         code out of lux_cb.[Ch], ready for its (imminent?) removal.
14587
14588         * lyx_cb.[Ch]: see above.
14589
14590         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
14591         form1.[Ch].
14592
14593         * form1.[Ch]:
14594         * lyx.[Ch]: replaced by figure_form.[Ch].
14595
14596         * lyx_gui.C:
14597         * lyx_gui_misc.C:
14598         * lyxfunc.C: changed headers associated with above changes.
14599
14600 2001-03-27  Juergen Vigna  <jug@sad.it>
14601
14602         * BufferView_pimpl.C: set the temporary cursor right!
14603
14604 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
14605
14606         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
14607
14608 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
14609
14610         * LString.h: removed "using std::getline"!
14611
14612         * BufferView_pimpl.C (Dispatch): changes due to changes in
14613         InsetInclude::Params.
14614
14615         * buffer.C (tag_name): removed redundant break statements as they were
14616         producing lots of warnings with my compiler.
14617
14618 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14619
14620         * LString.h: add "using std::getline" when using the real <string>.
14621
14622 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
14623
14624         * buffer.C: removed bitset usage.
14625         PAR_TAG moved to an anonymous name space.
14626         (tag_name): new funtion, also in the anonymous namespace.
14627         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
14628         (makeDocBookFile): clean code. Completed transition from string arrays
14629         to string vectors.
14630         (SimpleDocBookOnePar): code clean.
14631
14632 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14633
14634         * tabular.C: add some comments.
14635
14636 2001-03-22  Juergen Vigna  <jug@sad.it>
14637
14638         * buffer.C (parseSingleLyXformat2Token): redone the minipage
14639         compatibility read a bit and fixed bug with minipage in different
14640         depth.
14641
14642 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
14643
14644         * buffer.C (pop_tag): removed.
14645         (push_tag): removed.
14646         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
14647         array replaced with vector. Added support for CDATA sections.
14648         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
14649         at any nest level.
14650         (makeDocBookFile): XML conformant declaration of CDATA section,
14651         fixed bug related to <emphasis> in the first paragraph char.
14652         (sgmlOpenTag): exclude empty tags.
14653         (sgmlCloseTag): ditto.
14654
14655         * buffer.h (pop_tag): removed.
14656         (push_tag): removed.
14657
14658 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
14659
14660         * language.h (Languages): added size_type and size().
14661
14662 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14663
14664         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14665         response on compability reading of minipages. One probliem is that
14666         the old usage of minipages was «flertydig»
14667
14668         * several files here and in subdirs: don't use static at file
14669         scope use anon namespaces instead.
14670
14671 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14672
14673         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14674         LaTeX output. This is necessary for Literate document
14675         processing.
14676
14677 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14678
14679         * buffer.C: insert hfill when needed.
14680
14681         * tabular.C (l_getline): use string::erase, small whitespace change.
14682
14683         * BufferView_pimpl.C: try the anon namespace.
14684         * WorkArea.C: ditto
14685
14686 2001-03-16  Juergen Vigna  <jug@sad.it>
14687
14688         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14689         otherwise it won't open options-dialogs.
14690
14691         * buffer.C: honor pextraWidth(p) on converting minipages.
14692
14693         * tabular.C (l_getline): changed the functions to strip trailing \r.
14694
14695 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14696
14697         * BufferView_pimpl.C:
14698         * minibuffer..C: added "using SigC::slot" declaration.
14699
14700 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14701
14702         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14703
14704         * text2.C: ditto
14705
14706         * text.C: ditto
14707
14708         * paragraph.C: ditto
14709
14710         * lyxtext.h: NO_PEXTRA
14711
14712         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14713
14714         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14715         * ParameterStruct.h: ditto
14716         * ParagraphParameters.h: ditto
14717         * lyxparagraph.h: ditto
14718
14719 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14720
14721         * buffer.C: add compability for minipage alignment.
14722         (latexParagraphs): remove unwanted pextra check.
14723
14724         * several files: remove CXX_WORKING_NAMESPACES
14725
14726         * buffer.C (pop_tag): tie is in namespace boost
14727
14728         * BufferView.h: noncopyable is in namespace boost
14729         * lyxlex.h: ditto
14730         * lyx_main.h: ditto
14731         * lyx_gui.h: ditto
14732         * layout.h: ditto
14733         * lastfiles.h: ditto
14734         * bufferlist.h: ditto
14735         * ShareContainer.h: ditto
14736         * LyXView.h: ditto
14737         * LyXAction.h: ditto
14738         * LaTeX.h: ditto
14739
14740 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14741
14742         * Merging changes from BRANCH_MVC back into HEAD.
14743
14744         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14745
14746 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14747
14748         * BufferView_pimpl.C: change from intl.C
14749
14750         * combox.h:
14751         * combox.C:
14752         * Makefile.am: move combox.*
14753
14754         * form1.h:
14755         * form1.C:
14756         * lyx_gui.C:
14757         * intl.h:
14758         * intl.C: remove dialog (covered by prefs)
14759
14760 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14761
14762         * lyxfunc.C (Dispatch): removed redundant break statement.
14763
14764 2001-03-14  Juergen Vigna  <jug@sad.it>
14765
14766         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14767
14768 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14769
14770         * buffer.C: add hack to fix compability reading of minipages.
14771
14772 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14773
14774         * buffer.C (getLists): Cleanup.
14775
14776 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14777
14778         * lyxfont.C (update): don't honor toggleall on font size.
14779
14780 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14781
14782         * bmtable.c:
14783         * bmtable.h:
14784         * Makefile.am: moved to frontends/xforms/
14785
14786         * lyx_gui_misc.C:
14787         * lyxfunc.C:
14788         * BufferView_pimpl.C: changes for moved mathpanel
14789
14790 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14791
14792         * gettext.h: fix gettext_init() in --disable-nls
14793
14794 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14795
14796         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14797
14798 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14799
14800         * lyx.C:
14801         * lyx.h: strip external form
14802
14803 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14804
14805         * BufferView_pimpl.C: add comment, destroySplash()
14806
14807 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14808
14809         * BufferView_pimpl.C:
14810         * LyXAction.C:
14811         * buffer.C:
14812         * commandtags.h:
14813         * lyxfunc.C: use re-worked insetinclude
14814
14815 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14816
14817         * buffer.C: add using std::stringstream.
14818
14819         * lyx_cb.C: readd using std::ios.
14820
14821         * buffer.C: add using std::map.
14822
14823         * BufferView_pimpl.C: add using std::vector.
14824
14825         * ShareContainer.h: add std:: to swap.
14826
14827         * buffer.h: add some typedefs
14828         * buffer.C (getLists): use them
14829         (getLists): renamed from getTocList.
14830         add a counter for the different float types and use it in the
14831         generated string.
14832         (getLists): use the same counter for the NEW_INSETS and the "non"
14833         NEW_INSETS
14834
14835         * lyx_cb.h: remove unused items, includes, using etc.
14836
14837         * ShareContainer.h: remove some commented code, add more comments
14838         and "documentation".
14839
14840 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14841
14842         * buffer.C (getTocList): make the list also when NEW_INSETS is
14843         defined.
14844
14845         * buffer.h: remove TocType
14846
14847         * buffer.C (getTocList): change to return a map<string,
14848         vector<TocItem> >, implement for dynamic number of list.
14849
14850         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14851         * text2.C (PasteSelection): adjust
14852         * CutAndPaste.C (pasteSelection): adjust
14853
14854         * FloatList.C (FloatList): update from the new_insets branch.
14855         * Floating.[Ch]: ditto
14856         * LaTeXFeatures.C: ditto
14857         * buffer.C: ditto
14858         * lyxlex_pimpl.C: ditto
14859
14860         * paragraph.C (Last): remove when NEW_INSETS is defined.
14861
14862         * other file: changes because of the above.
14863
14864 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14865
14866         * lyxparagraph.h: rename next to next_, previous to previous_,
14867         make them private for NEW_INSETS. Rename Next() to next(),
14868         Previous() to previous().
14869
14870         * other files: changes because of the above.
14871
14872 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14873
14874         * BufferView.h:
14875         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14876         problem.
14877
14878 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14879
14880         * main.C (main): pass lyx_localedir to gettext_init().
14881
14882         * gettext.h: remove locale_init and gettext_init macros
14883
14884         * gettext.C (locale_init): new function
14885         (gettext_init): new function
14886
14887         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14888         setlocale().
14889
14890 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14891
14892         * Moved credits to frontends:
14893         * credits.[Ch]: removed
14894         * credits_form.[Ch]: removed
14895         * lyx_gui_misc.C: remove credits stuff
14896         * Makefile.am:
14897
14898 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14899
14900         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14901
14902         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14903         unneeded destructor.
14904
14905         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14906         a standalone pointer again.
14907
14908         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14909
14910 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14911
14912         * Makefile.am:
14913         * filedlg.h:
14914         * filedlg.C:
14915         * LyXAction.C:
14916         * ToolbarDefaults.C:
14917         * bufferlist.C:
14918         * commandtags.h:
14919         * form1.C:
14920         * form1.h:
14921         * lyx_cb.C:
14922         * lyx_cb.h:
14923         * lyxfunc.h:
14924         * lyxfunc.C:
14925         * BufferView_pimpl.C: use new file dialog in GUII
14926
14927         * lyx_cb.h:
14928         * lyx_cb.C: remove LayoutsCB to Toolbar
14929
14930 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14931
14932         * ShareContainer.h (get): add std:: qualifier
14933
14934 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14935
14936         * ShareContainer.h: define a proper ShareContainer::value_type
14937         type (and use typename to please compaq cxx)
14938
14939 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14940
14941         * lyxparagraph.h: move serveral local vars to
14942         ParameterStruct/ParagraphParameters., use ShareContainer in
14943         FontTable., make vars in FontTable private and add getter and
14944         setter.
14945
14946         * paragraph.C: changes because of the above.
14947
14948         * lyxfont.h: remove copy constructor and copy assignment. (the
14949         default ones is ok), move number inside FontBits. move inlines to
14950         lyxfont.C
14951
14952         * lyxfont.C: add number to initializaton of statics, move several
14953         inlines here. constify several local vars. some whitespace
14954         cleanup. Dont hide outerscope variables.
14955
14956         * Spacing.h: add two new constructors to match the set methods.
14957
14958         * ShareContainer.h: new file, will perhaps be moved to support
14959
14960         * ParameterStruct.h: new file
14961
14962         * ParagraphParameters.h: new file
14963
14964         * ParagraphParameters.C: new file
14965
14966         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14967         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14968
14969         * BufferView_pimpl.C: ParagraphParameter changes.
14970         * buffer.C: Likewise.
14971         * bufferview_funcs.C: Likewise.
14972         * text.C: Likewise.
14973         * text2.C: Likewise.
14974
14975 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14976
14977         * lyxfind.C (LyXReplace): do not redefine default argument in
14978         implementation.
14979         (IsStringInText): ditto
14980         (SearchForward): ditto
14981         (SearchBackward): ditto
14982
14983 2001-03-06  Juergen Vigna  <jug@sad.it>
14984
14985         * lyxfind.C (IsStringInText): put parentes around expressions.
14986
14987 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14988
14989         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14990
14991 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14992
14993         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14994
14995         * stl_string_fwd.h: add comment
14996
14997         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14998
14999         * tabular.h:
15000         * tabular.C: remove unused DocBook methods
15001
15002         * intl.C:
15003         * language.C:
15004         * paragraph.C:
15005         * buffer.C:
15006         killed DO_USE_DEFAULT_LANGUAGE
15007
15008 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15009
15010         * lyx_gui.C: do not include language.h.
15011
15012         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15013         arguments in function implementation.
15014
15015 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15016
15017         * BufferView_pimpl.C: add <ctime>
15018
15019 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15020
15021         * BufferView_pimpl.C: add using std::find_if
15022
15023 2001-02-27  José Matos  <jamatos@fep.up.pt>
15024
15025         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15026         by OnlyPath.
15027
15028 2001-02-11  José Matos  <jamatos@fep.up.pt>
15029
15030         * buffer.C (makeDocBookFile): command styles now have a parameter as
15031         "title" by default.
15032
15033 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15034
15035         * layout_forms.[Ch]: removed
15036         * lyx_cb.[Ch]: out character
15037         * lyx_gui.C: out character
15038         * lyx_gui_misc.C: out character
15039         * bufferview_funcs.C: : out character,
15040         added toggleall as parameter in ToggleAndShow
15041
15042 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15043
15044         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15045
15046         * text2.C (SetCurrentFont): Disable number property at boundary.
15047
15048 2001-02-26  Juergen Vigna  <jug@sad.it>
15049
15050         * lyxfunc.C (getStatus): added a string argument override function so
15051         that this is correctly called from LyXFunc::Dispatch if it contains a
15052         do_not_use_argument which is used!
15053         (Dispatch): added check for "custom" export and call appropriate func.
15054
15055 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15056
15057         * lyxrc.C: Add language_command_local, language_use_babel and
15058         language_global_options.
15059
15060         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15061
15062         * buffer.C (makeLaTeXFile): Use language_use_babel and
15063         language_global_options.
15064
15065 2001-02-23  Juergen Vigna  <jug@sad.it>
15066
15067         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15068         which works with LyXText and putted it inside BufferView. Here now we
15069         only call for that part the BufferView::Dispatch() function.
15070
15071         * BufferView.C (Dispatch): added.
15072
15073         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15074         functions which needs to use a LyXText over from LyXFunc.
15075         (MenuInsertLyXFile): added
15076         (getInsetByCode): added
15077         (moveCursorUpdate): added
15078         (static TEXT): added
15079
15080 2001-02-22  Juergen Vigna  <jug@sad.it>
15081
15082         * BufferView_pimpl.C (update): call a status update to see if LyXText
15083         needs it.
15084
15085 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15086
15087         * vc-backend.C (revert): implement for CVS
15088         (getLog): implement for CVS
15089
15090 2001-02-20  Juergen Vigna  <jug@sad.it>
15091
15092         * text2.C (ClearSelection): added BufferView param for inset_owner call
15093
15094         * lyxfunc.C (TEXT): added this function and use it instead of
15095         directly owner->view()-text of getLyXText().
15096
15097 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15098
15099         * src/layout_forms.C: out preamble
15100         * src/layout_forms.h: out preamble
15101         * src/lyx_cb.C: out preamble
15102         * src/lyx_cb.h: out preamble
15103         * src/lyx_gui.C: out preamble
15104         * src/lyx_gui_misc.C: out preamble
15105         * src/lyxfunc.C: connect with guii preamble
15106
15107 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15108
15109         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15110
15111 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15112
15113         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15114         whether to run bibtex.
15115
15116 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15117
15118         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15119
15120 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15121
15122         * Makefile.am (lyx_SOURCES): removed bibforms.h
15123
15124         * vspace.h: doxygen
15125
15126         * text.C (GetVisibleRow): make several local vars const
15127
15128         * tabular.C: small cleanup.
15129
15130         * lyxserver.C (callback): use compare instead of strncmp
15131
15132         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15133         inlines to after class or to paragraph.C
15134
15135         * lyxfont.h: remove friend operator!=
15136
15137         * converter.h: move friend bool operator< to non friend and after
15138         class def.
15139
15140         * combox.h: small cleanup
15141
15142         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15143         to inlines after class def.
15144
15145         * buffer.C (pop_tag): use string operations instead of strcmp
15146
15147         * bmtable.c: doxygen, small cleanup
15148
15149         * LaTeX.h: remove friend operator==
15150
15151 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15152
15153         * screen.C:
15154         * lyxrc.[Ch]:
15155         * lyxfunc.C:
15156         * lyxfont.[Ch]:
15157         * lyx_cb.C:
15158         * intl.[Ch]:
15159         * commandtags.h:
15160         * buffer.C:
15161         * WorkArea.[Ch]:
15162         * LyXAction.C:
15163         * BufferView_pimpl.C:
15164         * BufferView.[Ch]: remove cruft
15165
15166 2001-02-14  Juergen Vigna  <jug@sad.it>
15167
15168         * lyxfunc.C: removed #if 0 unused code
15169
15170         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15171
15172         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15173
15174         * text2.C (SetSelection): added a BufferView * parameter
15175
15176 2001-02-13  Juergen Vigna  <jug@sad.it>
15177
15178         * lyxfunc.C (Dispatch): fixed protected blank problem.
15179         * BufferView2.C (protectedBlank): added LyxText * parameter.
15180
15181         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15182         (AppendColumn): same as above for column_info.
15183
15184         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15185         (moveCursorUpdate): use a LyXText param for support of InsetText.
15186
15187         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15188         (tripleClick): ditto
15189
15190         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15191
15192         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15193
15194         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15195
15196         * text2.C (SetSelection): set correct update status if inset_owner
15197         (ToggleFree): ditto
15198
15199 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15200
15201         * tabular.C: remove some commented code.
15202
15203 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15204
15205         * BufferView_pimpl.C: call hideSplash()
15206
15207         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15208
15209         * include_form.h:
15210         * bibforms.h: remove
15211
15212         * lyxfunc.C:
15213         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15214           add LFUN_CHILD_CREATE
15215
15216         * counters.h: fix tiny typo
15217
15218         * lyx_cb.C:
15219         * lyx.h:
15220         * lyx_gui.C:
15221         * lyx.C: move splash to frontends/xforms/
15222
15223         * lyx_gui_misc.C: move Include and Bibform to frontends
15224
15225         * lyxvc.h: clarify comment
15226
15227         * vspace.C: tiny housekeeping
15228
15229 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15230
15231         * text.C (PrepareToPrint): RTL Fix.
15232
15233         * paragraph.C (GetUChar): New method.
15234         (String):  Use GetUChar.
15235
15236         * buffer.C (asciiParagraph): Use GetUChar.
15237
15238 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15239
15240         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15241
15242 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15243
15244         * buffer.h:
15245         * buffer.C: rename to getLogName(), handle
15246           build log / latex log nicely
15247
15248 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15249
15250         * MenuBackend.C:
15251         * MenuBackend.h: remove support for reference menuitem type.
15252
15253 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15254
15255         * BufferView_pimpl.C: housekeeping
15256         * BufferView_pimpl.h:
15257         * LyXView.h:
15258         * Makefile.am:
15259         * Timeout.C:
15260         * Timeout.h:
15261         * minibuffer.h: move Timeout GUI-I
15262
15263 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15264
15265         * lyxrc.C (read): Update converters data-structures.
15266
15267 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15268
15269         * LaTeX.h (operator!=): add operator != for Aux_Info
15270
15271 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15272
15273         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15274
15275         * LaTeXLog.C: deleted, useful code moved to Buffer
15276
15277         * buffer.h:
15278         * buffer.C: new function getLatexLogName()
15279
15280         * lyx_gui_misc.C:
15281         * lyx_gui.C:
15282         * lyxvc.C:
15283         * lyxvc.h:
15284         * lyxfunc.C: use frontends for LaTeX and VC logs
15285
15286 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15287
15288         * LaTeX.h: yet another std:: that Allan forgot.
15289
15290         * Variables.C (set): renamed from isset(), because this clashes
15291         with some HP-UX macros (grr).
15292
15293 2001-02-06  Allan Rae  <rae@lyx.org>
15294
15295         * LaTeX.h: Another bug fix.  Missing std:: this time.
15296
15297 2001-02-04  Allan Rae  <rae@lyx.org>
15298
15299         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15300         floats problem. I've left it commented out because it's not quite
15301         correct.  It should also test that the current object is a table or
15302         figure inset.  But I haven't gotten around to figuring out how to do
15303         that.  I *think* it'll be something like: "table" == inset.type()
15304
15305         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15306         bool.
15307
15308 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15309
15310         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15311         all the citation/databases/styles in the auxilary file.
15312         (run): Rerun latex if there was a babel language error.
15313
15314 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15315
15316         * text.C (Backspace): Preserve the font when changing newline char
15317         with a space.
15318         (BreakParagraph): If the cursor is before a space, delete the space.
15319
15320         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15321
15322 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15323
15324         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15325         new argument (code).
15326         (ChangeCitationsIfUnique): New method.
15327
15328         * paragraph.C (GetPositionOfInset): Handle bibkey.
15329
15330 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15331
15332         * BufferView_pimpl.h: change type of Position::par_pos to
15333         LyXParagraph::size_type.
15334
15335 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15336
15337         * BufferView_pimpl.C (savePosition, restorePosition): Write
15338         messages to minibuffer.
15339
15340 2001-01-28  José Matos  <jamatos@fep.up.pt>
15341
15342         * buffer.C (makeDocBookFile): adds support for document language.
15343         A silly restriction on the name of LatexCommand types where removed.
15344         Added support for CDATA sections, allows to chars unescaped, used
15345         among others in code, to avoid escape < and >.
15346
15347 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15348
15349         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15350         saved positions instrad of a stack. Furthermore, a position is
15351         stored using paragraph id/paragraph position.
15352
15353         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15354         Remove LFUN_REF_BACK.
15355
15356 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15357
15358         * converter.C (dvipdfm_options): New method.
15359
15360 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15361
15362         * vspace.C (isValidLength): Fix for empty input string.
15363
15364 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15365
15366         * LyXAction.C (init): change description of LFUN_FIGURE to
15367         "Insert Graphics"
15368
15369 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15370
15371         * LaTeX.C: add using directive
15372
15373 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15374
15375         * MenuBackend.C (expand): Fix the sorting of the formats.
15376
15377 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15378
15379         * lyx_main.C: tiny error message fix
15380
15381 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15382
15383         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15384         calling fl_initialize(). This fixes the problem with ',' as
15385         decimal separator in text files.
15386
15387 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15388
15389         * trans.C (process): Fix the keymap bug.
15390
15391 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15392
15393         * LaTeX.C (scanAuxFiles): New method. Provides support for
15394         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15395         (scanLogFile) Scan for "run BibTeX" messages.
15396
15397         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15398         OT1 font encoding. Also, load the aecompl package if the ae
15399         package is loaded.
15400
15401         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15402
15403 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15404
15405         * texrow.C (increasePos): turn two error messages into debug
15406         messages.
15407
15408 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15409
15410         * LaTeX.C (scanAux): Handle the \@input macro.
15411         (runBibTeX): Use scanAux().
15412
15413         * language.C (latex_options_): New field.
15414
15415         * LaTeXFeatures.C (getMacros): Add language macros.
15416
15417         * buffer.C (makeLaTeXFile): Small fix.
15418
15419 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15420
15421         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15422
15423         * text2.C: add a using directive.
15424
15425 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15426
15427         * BufferView2.C:
15428         * lyx_gui_misc.h:
15429         * lyxfr1.C:
15430         * lyxfunc.C: kill LyXBell.
15431
15432 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15433
15434         * text.C (IsBoundary): Remove the error message
15435
15436         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15437
15438         * lyxrc.C (setDefaults): Correct initialization value for
15439         font_norm_type.
15440
15441 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15442
15443         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15444         gotoError().
15445
15446         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15447         and GotoNextNote().
15448
15449         * src/LyXAction.C: Added reference-next.
15450
15451         * text.C (InsertChar): Use contains instead of strchr.
15452
15453         * lyx_cb.C (MenuInsertLabel): Enable default value code.
15454
15455 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
15456
15457         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
15458         alignment commands (when needed).
15459
15460         * text.C (InsertChar): Add ':' to number separator chars.