]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
48cfe8b025ae1c4c7e4b5c246b7ed29ea90d26d5
[lyx.git] / src / ChangeLog
1 2004-04-21  John Levon  <levon@movementarian.org>
2
3         * ToolbarBackend.h:
4         * ToolbarBackend.C: make "name" be a programmatic name
5         and a gui_name field.
6
7         * lyxfunc.C: display the minibuffer on M-x
8
9 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10
11         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
12         (bug 1526)
13
14 2004-04-19  Angus Leeming  <leeming@lyx.org>
15
16         * BufferView_pimpl.C (setBuffer): changed preview interface.
17
18         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
19         possible values.
20
21 2004-04-19  John Levon  <levon@movementarian.org>
22
23         * BufferView_pimpl.C:
24         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
25
26 2004-04-05  Angus Leeming  <leeming@lyx.org>
27
28         * text.C (redoParagraphs): add call to updateCounters(), thereby
29         fixing the missing "Figure #:" label from the caption of a
30         figure float.
31
32 2004-04-13  Angus Leeming  <leeming@lyx.org>
33
34         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
35         cursor is clicked out of an inset.
36
37 2004-04-13  Angus Leeming  <leeming@lyx.org>
38
39         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
40         than an InsetOld one.
41
42 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
43
44         * format.[Ch]: add editor to Format
45         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
46         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
47
48 2004-04-08  André Pönitz  <poenitz@gmx.net>
49
50         * metricsinfo.h: remove PainterInfo::width member
51
52 2004-04-08  Angus Leeming  <leeming@lyx.org>
53
54         * lyx_sty.C (boldsymbol_def): modify so that it outputs
55         "\providecommand" rather than "\newcommand", thereby preventing
56         clashes with packages that define "\boldsymbol" themselves.
57         Eg, beamer.
58
59 2004-04-08  Angus Leeming  <leeming@lyx.org>
60
61         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
62         thereby squashing an unnecessary warning.
63
64 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
65
66         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
67         setBuffer()
68
69 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
70
71         * BufferView.C (setCursor): call redoParagraph (some insets could
72         have been opened)
73         (putSelectionAt): remove the 'double update' trick
74
75         * BufferView_pimpl.C (fitCursor): call refreshPar
76         (workAreaDispatch): remove an uneeded update call
77         (dispatch): remove some manual update calls
78
79         * cursor.[Ch]: remove cached_y_, updatePos
80         (selHandle): set noUpdate when appropriate
81
82         * lyxfunc.C (dispatch): track if we need an update
83
84         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
85
86         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
87         (paintSelection): cheap optimization, do not call cursorX when not
88         needed
89         (paintPars): change signature
90         (refreshPar): add
91         (paintText): adjust
92         (paintTextInset): adjust
93
94         * text.C: adjust
95
96 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
97
98         * lengthcommon.C: compilation fix: remove explicit array size from
99         unit_name[] and friends
100
101 2004-04-05  Angus Leeming  <leeming@lyx.org>
102
103         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
104
105         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
106         present only for the preferences dialog.
107         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
108
109 2004-04-05  Angus Leeming  <leeming@lyx.org>
110
111         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
112         to enable the frontends to export changes to lyxrc correctly.
113
114         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
115
116 2004-04-07  André Pönitz  <poenitz@gmx.net>
117
118         * cursor.[Ch] (selClear, adjust): remove math
119
120         * cursor_slice.C: more agressive assert
121
122         * lyxfunc.C:
123         * BufferView_pimpl.C: rework mouse event dispatch
124
125         * dociterator.C:
126         * paragraph.C:
127         * text2.C:
128         * text3.C: adjust
129
130 2004-04-05  André Pönitz  <poenitz@gmx.net>
131
132         * cursor.[Ch] (valign, halign...): remove unneeded functions
133
134 2004-04-05  Angus Leeming  <leeming@lyx.org>
135
136         * lyxlength.[Ch] (unit_name et al.): const-correct.
137
138 2004-04-05  Angus Leeming  <leeming@lyx.org>
139
140         * BufferView_pimpl.C:
141         * buffer.C:
142         * counters.C:
143         * cursor.C:
144         * lyxfunc.C
145         * paragraph.C:
146         * pariterator.C:
147         * text.C:
148         * text2.C:
149         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
150
151 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
152
153         * text3.C (getStatus): add LFUN_BEGINNINGBUF
154
155 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
156
157         * lyxfind.C: add a couple of inTexted() tests + other small fixes
158         * BufferView_pimpl.[Ch] (getStatus)
159         * BufferView.[Ch] (getStatus): add
160         * lyxfunc.C (getStatus): move lfuns handled in
161         BufferView::dispatch to te function above
162         * Cursor.C (setSelection): set selection() = true
163
164 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
165
166         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
167
168 2004-03-31  Angus Leeming  <leeming@lyx.org>
169
170         * lyxfunc.C (dispatch): Fall through to the generic
171         Dialogs::show("preamble").
172
173 2004-03-31  Angus Leeming  <leeming@lyx.org>
174
175         * lyxfunc.C (dispatch): Fall through to the generic
176         Dialogs::show("spellchecker").
177
178 2004-03-31  Angus Leeming  <leeming@lyx.org>
179
180         * lyxfunc.C (getStatus, dispatch): changed invocation of the
181         preferences dialog.
182
183 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
184
185         * BufferView.C
186         * cursor.[Ch]
187         * dociterator.[Ch]:
188         * insetiterator.[Ch]:
189         * lyxfind.C:
190         * lyxfunc.C:
191         * pariterator.[Ch]:
192         * text2.C:
193         * undo.[Ch]: s/DocumentIterator/DocIterator/g
194
195 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
196
197         * BufferView.C (setCursor, putSelectionAt): call edit to open the
198         insets where we are putting the cursor.
199
200 2004-03-31  Angus Leeming  <leeming@lyx.org>
201
202         * lfuns.h:
203         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
204
205         * lyxrc.[Ch] (read, write): overloaded member functions taking
206         a std::[io]stream arguments.
207
208         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
209
210 2004-03-31  Angus Leeming  <leeming@lyx.org>
211
212         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
213         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
214
215         * lyxtextclass.C (load): if the text class couldn't be loaded, then
216         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
217
218 2004-03-31  Angus Leeming  <leeming@lyx.org>
219
220         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
221         the LFUN_ALL_INSETS_TOGGLE code.
222
223 2004-03-30  Angus Leeming  <leeming@lyx.org>
224
225         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
226         has died. Fall through to the generic Dialogs::show("document").
227
228 2004-03-30  Angus Leeming  <leeming@lyx.org>
229
230         * lfuns.h:
231         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
232         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
233
234         * lyxfunc.C (getStatus, dispatch): define the actions for these
235         lfuns. Little more than a cut and pste job from ControlDocument.C
236
237         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
238
239 2004-03-30  Angus Leeming  <leeming@lyx.org>
240
241         * lfuns.h:
242         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
243         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
244
245         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
246         open/closed state of ollapsable insets. Usage:
247
248         all-inset-toggle <state> <name>, where
249         <state> == "open" || "closed" || "toggle" and
250         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
251
252         * lyxtext.h, text2.C (toggleInset): removed.
253
254         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
255         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
256         now passes LFUN_INSET_TOGGLE to the found inset.
257
258         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
259         is now invoked as "all-insets-toggle toggle branch".
260
261 2004-03-30  Angus Leeming  <leeming@lyx.org>
262
263         * dociterator.C:
264         * insetiterator.C:
265         * pariterator.[Ch]: added/corrected header blurb.
266
267 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
268
269         * dociterator.[Ch]: add an inset_ member
270         (backwardPos): implemented
271         (backwardPos, forwardPos): use inset_ when the stack is empty.
272         (doc_iterator_begin, doc_iterator_end): implemented
273         * pariterator.[Ch]: adjust, add begin, end
274         * insetiterator.[Ch]: adjust, add begin, end
275         * cursor.C:
276         * document.C:
277         * BufferView.C:
278         * BufferView_pimpl.C:
279         * CutAndPaste.C: adjust
280
281 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
282
283         * buffer.C: increment file format to 232.
284         * LaTeXFeatures.C: add bibtopic package.
285         * bufferparams.[Ch]: param \use_bibtopic.
286
287         * lyxrc.[Ch]: add lyxrc bibtex_command
288         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
289
290         * buffer.C: increment file format to 231.
291
292 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
293
294         * dociterator.C: implement forwardPar
295         * iterators.[Ch]: remove, replaced by
296         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
297         * BufferView.C:
298         * BufferView_pimpl.C:
299         * CutAndPaste.C:
300         * buffer.C:
301         * bufferview_funcs.C:
302         * cursor.C:
303         * lyxfind.C
304         * lyxfunc.C
305         * paragraph_funcs.C
306         * toc.C:
307         * Makefile.am: adjust
308
309 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
310
311         * CutAndPaste.C (pasteSelection): fix 2 crashes
312         (eraseSelection): fix a crash
313         * paragraph_funcs.C: remove a warning
314
315 2004-03-28  Angus Leeming  <leeming@lyx.org>
316
317         * lfuns.h:
318         * LyXAction.C (init): new LFUN_PRINT.
319
320         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
321
322 2004-03-27  Angus Leeming  <leeming@lyx.org>
323
324         * lfuns.h:
325         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
326
327         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
328
329 2004-03-27  Angus Leeming  <leeming@lyx.org>
330
331         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
332         insetlist always contains non-null pointers to insets.
333
334 2004-03-26  Angus Leeming  <leeming@lyx.org>
335
336         * src/BufferView_pimpl.C:
337         * src/CutAndPaste.C:
338         * src/buffer.C:
339         * src/iterators.C:
340         * src/output_plaintext.C:
341         * src/outputparams.h:
342         * src/paragraph_funcs.C:
343         * src/rowpainter.C:
344         * src/text.C:
345         * src/text2.C:
346         * src/frontends/controllers/ControlErrorList.C:
347         * src/frontends/gtk/FileDialogPrivate.C:
348         * src/frontends/gtk/GPainter.C:
349         * src/frontends/gtk/GToolbar.C:
350         * src/frontends/qt2/QRef.C:
351         * src/mathed/math_scriptinset.C: squash compiler warnings.
352
353 2004-03-26  Angus Leeming  <leeming@lyx.org>
354
355         * ispell.C (LaunchIspell::start):
356         * lyx_cb.C (AutoSaveBuffer::start):
357         invoke run(DontWait) rather than runNonBlocking().
358
359 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
360
361         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
362
363 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
364
365         * kbsequence.C (print): adjust
366
367         * kbmap.C (printKeySym): rename and change signature
368         (printKey): use LyXKeySym::print()
369
370 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
371
372         * undo.C: add using std::advance to compile for stlport
373
374 2004-03-24  Angus Leeming  <leeming@lyx.org>
375
376         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
377         it leads to a crash when no buffer is present.
378
379 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
380             Martin Vermeer  <martin.vermeer@hut.fi>
381
382         * lyxfunc.C (dispatch):
383         * bufferparams.C (readToken): use the new LColor::setColor
384
385         * LColor.[Ch] (setColor): new version that takes two strings as
386         argument and creates a new color entry if necessary
387
388 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
389
390         * buffer.C (makeLaTeXFile): if the main latex file that is
391         processed is usually a subdocument of some master, then pretend
392         for a while that it is actually the master
393
394 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
395
396         * buffer.C (getLabelList):
397         (getBibkeyList): use getMasterBuffer()
398         (getMasterBuffer): new method. Returns the main document in the
399         case where one is using included documents.
400
401 2004-03-25  André Pönitz  <poenitz@gmx.net>
402
403         * Makefile.am:
404         * iterators.[Ch]:
405         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
406
407         * ParagraphList_fwd.h: change ParagraphList to a std::vector
408
409         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
410         text*.C over here. Rename namespace CutAndPaste to lyx::cap
411
412         * ParameterStruct.h: merge with ParagraphParameters
413
414         * lyxtext.h: remove LyXText::parOffset() and getPar()
415
416         * text3.C: Remove all 'manual' update calls. We do now one per user
417         interaction which is completely sufficient.
418
419         * Bidi.C:
420         * BufferView.[Ch]:
421         * BufferView_pimpl.C:
422         * FontIterator.[Ch]:
423         * MenuBackend.C:
424         * ParagraphParameters.[Ch]:
425         * buffer.C:
426         * buffer.h:
427         * bufferlist.C:
428         * cursor.[Ch]:
429         * cursor_slice.[Ch]:
430         * dociterator.[Ch]:
431         * errorlist.[Ch]:
432         * factory.C:
433         * lfuns.h:
434         * lyxfind.C:
435         * lyxfunc.C:
436         * output_docbook.[Ch]:
437         * output_latex.[Ch]:
438         * output_linuxdoc.[Ch]:
439         * output_plaintext.[Ch]:
440         * paragraph.[Ch]:
441         * paragraph_funcs.[Ch]:
442         * paragraph_pimpl.[Ch]:
443         * rowpainter.C:
444         * tabular.[Ch]:
445         * text.C:
446         * text2.C:
447         * toc.C:
448         * undo.[Ch]: adjust
449
450         * frontends/controllers/ControlDocument.C:
451         * frontends/controllers/ControlErrorList.C:
452         * frontends/controllers/ControlSpellchecker.C:
453         * insets/inset.C:
454         * insets/inset.h:
455         * insets/insetbase.h:
456         * insets/insetbibitem.C:
457         * insets/insetbox.C:
458         * insets/insetbranch.C:
459         * insets/insetcaption.C:
460         * insets/insetcharstyle.C:
461         * insets/insetcharstyle.h:
462         * insets/insetcollapsable.C:
463         * insets/insetcollapsable.h:
464         * insets/insetert.C:
465         * insets/insetfloat.C:
466         * insets/insetfoot.C:
467         * insets/insetmarginal.C:
468         * insets/insetnote.C:
469         * insets/insetoptarg.C:
470         * insets/insettabular.C:
471         * insets/insettext.C:
472         * insets/insettext.h:
473         * insets/insetwrap.C:
474         * mathed/math_mboxinset.C:
475         * mathed/math_nestinset.C:
476         * mathed/math_scriptinset.C:
477         * mathed/math_scriptinset.h:
478         * support/types.h:
479
480 2004-03-24  Angus Leeming  <leeming@lyx.org>
481
482         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
483         deal with any child processes that have finished but are waiting to
484         communicate this fact to the rest of LyX.
485
486 2004-03-24  Angus Leeming  <leeming@lyx.org>
487
488         64-bit compile fixes.
489
490         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
491         (c-tor): pass lyx::pos_types rather than ints.
492
493         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
494         lyx::pos_type.
495
496         * text.C (Delete): compile fix.
497         (getPar): ensure that function declaration is the same as that in
498         the header file.
499
500 2004-03-23  Angus Leeming  <leeming@lyx.org>
501
502         * ispell.C (LaunchIspell):
503         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
504         a boost::shred_ptr rather than a std::auto_ptr.
505
506 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
507
508         * lyxfunc.C (getStatus): handle read-only buffers correctly;
509         handle LFUN_FILE_INSERT_*
510
511         * lyxrc.C (setDefaults, getDescription, output, read):
512         * lyxrc.h: remove ps_command
513
514 2004-03-22  Angus Leeming  <leeming@lyx.org>
515
516         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
517         Ensure that error_handler is processed once only and that all data
518         is saved before attempting to output any warning messages.
519
520         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
521
522 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
523
524         * tabular.C (TeXRow): crash fix (from Kayvan and André)
525
526 2004-03-19  André Pönitz  <poenitz@gmx.net>
527
528         * cursor.[Ch] (reset): take main text inset as argument
529
530         * BufferView: adjust
531         * BufferView_pimpl.C: adjust
532
533         * paragraph.[Ch]: fix completely broken operator=()
534
535 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
536
537         * LColor.C (getFromLyXName): make sure that the color name is used
538         as lowercase.
539
540 2004-03-17  Angus Leeming  <leeming@lyx.org>
541
542         * lfuns.h:
543         * LyXAction.C (init): remove LFUN_FORKS_KILL.
544
545         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
546         dialog and to kill a forked process.
547
548 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
549
550         * text2.C (setCursorFromCoordinates): fix font problem
551
552 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
553
554         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
555         bogus "rebuild cursor" code
556
557 2004-03-11  André Pönitz  <poenitz@gmx.net>
558
559         * buffer.[Ch]: use InsetText instead of LyXText as container for
560         the main lyx text.
561
562         * dociterator.[Ch]: drop the BufferView * member which is not needed
563         anymore after the change to buffer.C
564
565         * paragraph_funcs.C:
566         * text.C:
567         * text2.C:
568         * BufferView.[Ch]:
569         * BufferView_pimpl.[Ch]:
570         * cursor.[Ch]:
571         * cursor_slice.[Ch]: adjust
572
573         * text3.C: fix bug in mathDispatch
574
575 2004-03-08  André Pönitz  <poenitz@gmx.net>
576
577         * undo.[Ch]: use 'StableDocumentIterator' as base for
578         the Undo struct.
579
580 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
581
582         * LaTeXFeatures.C:
583         * bufferparams.[Ch]: add jurabib support and param.
584
585         * LaTeX.C: add FIXME/comment.
586
587 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
588
589         * buffer.C: increment file format to 230.
590
591 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
592
593         * cursor.C (dispatch): avoid infinite loops
594
595 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
596
597         * rowpainter.C (paintSelection): fix x coordinates
598
599 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
600
601         * text.C (rowBreakPoint): fix breaking before displayed insets
602
603 2004-03-01  André Pönitz  <poenitz@gmx.net>
604
605         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
606
607         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
608
609         * Makefile.am:
610         * BufferView.C:
611         * BufferView_pimpl.C:
612         * buffer.C:
613         * lyxfind.C:
614         * lyxfunc.C:
615         * text.C:
616         * text2.C:
617         * text3.C: adjust
618
619 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
620
621         * lyxtext.h:
622         * text.C:
623         * text2.C:
624         * rowpainter.C:
625         * BufferView_pimpl.C: rename textwidth -> maxwidth,
626         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
627
628 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
629
630         * Bidi.[Ch] (computeTables): const correctness
631         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
632         fill_hfill, fill_label_hfill and x from Row
633         * lyxtext.h: prepareToPrint returns a RowMetrics
634         * rowPainter.C: adjust
635         * text.C (prepareToPrint): use width, not textWidth. adjust
636         (redoParagraphInternal, cursorX): adjust
637         * text2.C (getColumnNearX): adjust
638         (init): put a default value to the top LyXText::width
639
640 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
641
642         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
643
644 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
645
646         * lyxtext.h: add FontIterator class
647
648         * text.C (FontIterator, operator*, operator->, operator++): add
649         (rowBreakPoint, setRowWidth): adjust (fixing a
650         rebreaking bug)
651
652 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
653
654         * BufferView_pimpl.C (workAreaDispatch): allow also
655         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
656
657 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
658
659         * text.C (rowBreakPoint): fix a bug showing with very large insets
660
661 2004-02-25  André Pönitz  <poenitz@gmx.net>
662
663         * text3.C:
664         * cursor.[Ch]: move some mathed specific code to mathed
665
666 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
667
668         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
669         use_tempdir in preferences
670         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
671         tempfile creation
672         * lyx_main.C: ensure that tempdir is valid
673         * lyxlex.h: correct typo
674         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
675         * paragraph.[Ch] (isMultiLingual): make const
676         * cursor.[Ch] (openable): make const
677
678 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
679
680         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
681
682 2004-02-20  André Pönitz  <poenitz@gmx.net>
683
684         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
685
686         * cursor.[Ch]: prepare for localized getStatus()
687
688         * lyxtext.h:
689         * tabular.C:
690         * text.C:
691         * text2.C:
692         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
693
694 2004-02-20  André Pönitz  <poenitz@gmx.net>
695
696         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
697
698 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
699
700         * text2.C (setCursorFromCoordinates): switch to absolute coords
701         (cursorUp): adjust
702         (cursorDown): adjust
703         * text3.C (dispatch): adjust
704
705 2004-02-16  André Pönitz  <poenitz@gmx.net>
706
707         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
708           insets/ChangeLog)
709
710         * cursor_slice.[Ch]: remove unneeded acessor function
711
712         * lyxtext.h: rename rtl() to isRTL()
713
714         * rowpainter.C:
715         * tabular.C:
716         * text.C:
717         * text2.C:
718         * text3.C: adjust
719
720 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
721
722         * rowpainter.C (paintSelection): coord fix
723
724 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
725
726         * Spacing.C: compile fix
727
728 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
729
730         * cursor.C (dispatch): restore current_ before returning
731
732 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
733
734         * text2.C (cursorUp, cursorDown): fix coords
735         (moveUp): fix crash
736
737 2004-02-12  André Pönitz  <poenitz@gmx.net>
738
739         * lyxtext.h:
740         * text.C:
741         * text2.C:
742         * text3.C: add LCursor & parameter to most cursor movement functions
743           remove usage of LyXText::cursorRow() and cursorPar()
744
745         * cursor.[Ch]: add textRow() needed members
746
747         * BufferView.C:
748         * BufferView_pimpl.C:
749         * paragraph.[Ch]:
750         * BufferView.C:
751         * BufferView_pimpl.C: adjust
752
753 2004-02-11  André Pönitz  <poenitz@gmx.net>
754
755         * lyxfunc.C:
756         * BufferView.[Ch]:
757         * BufferView_pimpl.C: shift undo/redo handling
758
759         * cursor.[Ch]: fix mathed crash
760
761         * lyxfind.C:
762         * lyxtext.h: move selectionAsText to LCursor
763
764         * output_latex.C:
765         * paragraph.C:
766         * text.C:
767         * text2.C:
768         * text3.C: adjust
769
770         * rowpainter.C: fix excessive drawing
771
772 2004-02-06  André Pönitz  <poenitz@gmx.net>
773
774         * BufferView.[Ch]:
775         * BufferView_pimpl.[Ch]:
776         * text3.C: move some text specific LFUN handling
777
778 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
779
780         * text3.C (checkInsetHit): adjust coords
781         * text2.C (getColumnNearX): adjust coords
782         (edit): adjust coords
783         * text.C (getRowNearY): add two asserts
784
785 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
786
787         * converter.C:
788         * format.C: add using std::distance to compile on gcc 2.95/stlport
789
790 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
791
792         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
793
794 2004-02-04  André Pönitz  <poenitz@gmx.net>
795
796         * BufferView.[Ch] (insertInset):
797         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
798
799         * text2.C:
800         * text3.C: adjust
801
802 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
803
804         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
805         on the default clause of the switch
806         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
807         wasn't catched by LCursor::dispatch
808
809 2004-02-03  André Pönitz  <poenitz@gmx.net>
810
811         * BufferView.C:
812         * cursor.[Ch]: some additional asserts
813
814         * undo.[Ch]: remove LyXText dependency in interface
815
816         * lyxfunc.C: adjust
817
818         * lyxtext.h (firstPar, lastPar): remove dead functions
819
820         * text.C:
821         * text2.C:
822         * text3.C:
823         * paragraph.[Ch]: adjust
824
825 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
826
827         * lyxfind.C (find): fix argument order in call to ::find
828
829 2004-02-02  André Pönitz  <poenitz@gmx.net>
830
831         * cursor.[Ch]: remove direct access to anchor
832
833         * text.C: remove findText() hack
834
835 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
836
837         * iterators.[Ch] (lockPath): remove in favour of...
838         * BufferView.[Ch] (setCursor): this addition
839         * BufferView.C (putSelectionAt): adjust
840         * undo.C (performUndoOrRedo): adjust
841         * lyxfunc.C (dispatch): adjust
842
843 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
844
845         * iterators.C (lockPath): add a missing slice
846         * undo.C (performUndoOrRedo): remove redundant positioning code
847
848 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
849
850         * vc-backend.C (scanMaster): ";" -> ';'
851
852 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
853
854         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
855         std::binary_function
856
857         * lyxtextclass.C (compare_name): rename to...
858         (LayoutNamesEqual): ...this
859
860         * lyxlex_pimpl.C (compare_tags): inherit from
861         std::binary_function, put back into anon namespace
862
863         * lyxfind.C (MatchString): inherig from std::binary_function
864         (findChange): use empty() istead of !size()
865
866         * format.C (FormatNamesEqual): new functor
867         (getFormat): use it
868         (getNumber): use it
869         (add): use it
870         (erase): use it
871         (setViewer): use it
872
873         * converter.C (compare_Converter): rename to...
874         (ConverterEqual): ...this, and fixup a bit.
875         (getConverter): use it, and make function const
876         (getNumber): use it, and make function const
877         (add): use it
878         (erase): use it:
879
880         * bufferlist.C: add using boost::bind
881
882         * MenuBackend.C (MenuNamesEqual): new functor
883         (hasMenu): use it, and make function const
884         (hasSubmenu): use nested bind to get rid of compare_memfun.
885
886 2004-01-30  André Pönitz  <poenitz@gmx.net>
887
888         * BufferView_pimpl.C:
889         * cursor.C:
890         * cursor.h:
891         * cursor_slice.[Ch]:
892         * lyxfunc.C:
893         * lyxtext.h:
894         * paragraph_funcs.C:
895         * paragraph_funcs.h:
896         * rowpainter.C:
897         * text.C:
898         * text2.C:
899         * text3.C: move some of the edit(x,y) handling to the insets
900         some coordinate changes.
901
902 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
903
904         * text.C: add using statements for std::advance and std::distance
905
906         * paragraph.C: add using statement for std::distance
907
908         * lyxfind.C: add using statement for std::advance
909
910         * cursor.C (region): remove std:: from swap
911         (openable): use nucleus in stead of operator->
912
913         * BufferView.C: add using statements for std::distance and std::swap
914
915 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
916
917         * iterators.C: Remove the pimple, move the needed structures to
918         the header file. Create accessor for the positions stack.
919         (asPosIterator): remove function
920
921         * PosIterator.C (PosIterator): move constructors to top of file
922         (PosIterator): reimplement the constructor taking a ParIterator in
923         terms of setFrom.
924         (setFrom): new function
925         (operator!=): inline it
926
927 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
928
929         * lyxfind.C (replaceAll): use std::advance
930
931         * iterators.h: inherit from std::iterator.
932
933         * PosIterator.C (advance, distance): remove
934         * PosIterator.h: interit from std::iterator.
935
936 2004-01-26  André Pönitz  <poenitz@gmx.net>
937
938         * BufferView.[Ch]:
939         * BufferView_pimpl.[Ch]:
940         * InsetList.[Ch]:
941         * PosIterator.[Ch]:
942         * buffer.h:
943         * bufferview_funcs.C:
944         * cursor.[Ch]:
945         * cursor_slice.h:
946         * factory.[Ch]:
947         * iterators.[Ch]:
948         * lyxfind.C:
949         * lyxfunc.C:
950         * lyxtext.h:
951         * output_docbook.C:
952         * output_latex.C:
953         * output_linuxdoc.C:
954         * output_plaintext.C:
955         * paragraph.[Ch]:
956         * paragraph_funcs.[Ch]:
957         * paragraph_pimpl.[Ch]:
958         * rowpainter.C:
959         * tabular.C:
960         * tabular.h:
961         * text.C:
962         * text2.C:
963         * text3.C: more IU:  dumps most of the rest of the mathcursor
964     implementation into cursor.[Ch]; "globalize" a bit of it.
965
966 2004-01-25  Angus Leeming  <leeming@lyx.org>
967
968         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
969
970 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
971
972         * LaTeXFeatures.h: add nice_ and nice() const
973         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
974
975 2004-01-20  André Pönitz  <poenitz@gmx.net>
976
977         * BufferView.[Ch]:
978         * BufferView_pimpl.C:
979         * PosIterator.C:
980         * bufferview_funcs.C:
981         * cursor.[Ch]:
982         * cursor_slice.[Ch]:
983         * factory.C:
984         * iterators.C:
985         * lyx_cb.C:
986         * lyxfind.C:
987         * lyxfunc.C:
988         * lyxtext.h:
989         * rowpainter.C:
990         * text.C:
991         * text2.C:
992         * text3.C:
993         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
994           LCursor and mathcursor parts to LCursor and InsetBase.
995
996 2004-01-15  André Pönitz  <poenitz@gmx.net>
997
998         * cursor_slice.[Ch]: add a few covienience functions
999
1000         * funcrequest.[Ch]: remove BufferView * member
1001
1002         * BufferView_pimpl.C:
1003         * cursor.C:
1004         * factory.[Ch]:
1005         * lyxfind.[Ch]:
1006         * lyxfunc.C:
1007         * lyxtext.h:
1008         * text3.C:
1009         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1010
1011 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1012
1013         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1014         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1015
1016 2004-01-13  André Pönitz  <poenitz@gmx.net>
1017
1018         * textcursor.[Ch]:
1019         * lyxtext.h: hide cursor and selection anchor behind accessor function
1020
1021         * BufferView.C:
1022         * BufferView_pimpl.[Ch]:
1023         * PosIterator.C:
1024         * bufferview_funcs.C:
1025         * cursor.h:
1026         * lyxfind.C:
1027         * lyxfunc.C:
1028         * text.C:
1029         * text2.C:
1030         * text3.C:
1031         * undo.C: adjust
1032
1033         * cursor.h:
1034         * cursor_slice.[Ch]: some integer type changes for inset unification
1035
1036         * lyxcursor.[hC]: remove, it's CursorSlice now.
1037
1038         * Makefile.am:
1039         * BufferView_pimpl.[Ch]:
1040         * bufferview_funcs.C:
1041         * cursor_slice.C:
1042         * lyxtext.h:
1043         * text.C:
1044         * text2.C:
1045         * text3.C:
1046         * textcursor.[Ch]: adjust
1047
1048 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1049
1050         * text2.C (undoSpan): add and use
1051         * text.C (breakParagraph): use undoSpan (fix bug 578)
1052         * lyxtext.h: adjust
1053
1054 2004-01-08  Angus Leeming  <leeming@lyx.org>
1055
1056         * BufferView_pimpl.C (MenuInsertLyXFile):
1057         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1058         * lyxfunc.C (menuNew, open, doImport):
1059         FileFilterList change to the FileDialog open and save functions.
1060
1061 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1062
1063         * ShareContainer.h: make isEqual and isUnique adaptable
1064
1065         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1066
1067 2004-01-07  Angus Leeming  <leeming@lyx.org>
1068
1069         * LyXAction.C:
1070         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1071
1072         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1073
1074         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1075         functions replacing find, replace and replaceAll.
1076
1077         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1078         LFUN_WORDFIND(FORWARD|BACKWARD).
1079
1080 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1081
1082         * text.C (breakParagraph): remove an outdated #warning
1083
1084 2004-01-07  André Pönitz  <poenitz@gmx.net>
1085
1086         * lyxfind.C: somewhat clearer logic
1087
1088         * text.C: prevent crash in cursorX on unitialized row cache
1089
1090 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1091
1092         * lyxcursor.[Ch] (operator>): add
1093         * textcursor.C (selStart, selEnd): use std::min and std::max
1094
1095 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1096
1097         * Chktex.C: include boost/format.hpp
1098
1099 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1100
1101         * InsetList.C: replace functor MathcIt with adaptable functor
1102         InsetTablePosLess
1103         (insetIterator): modify accordingly
1104
1105         * BranchList.h: move the BranchNamesEqual functor here from...
1106         * BranchList.C: ... to here
1107
1108         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1109         SameName and match.
1110         (add): replace a finding loop with std::find_if.
1111
1112 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1113
1114         * output_docbook.C: moving LatexParam functionality into
1115         .layout files
1116
1117 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1118
1119         * buffer.C: increment format to 229.
1120
1121 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1122
1123         * LaTeXFeatures.C:
1124         * lyx_sty.[Ch]: remove minipageindent_def
1125
1126         * LyXAction.C:
1127         * factory.C:
1128         * lfuns.h:
1129         * lyxfunc.C:
1130         * text3.C: remove LFUN_INSET_MINIPAGE
1131
1132 2003-12-28  Angus Leeming  <leeming@lyx.org>
1133
1134         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1135
1136 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1137
1138         * text2.C (setParagraph): fix off-by-one crash
1139
1140 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1141
1142         * output_docbook.C: header stuff for AGU
1143
1144 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1145
1146         * text2.C (redoCursor): remove
1147         * text.C:
1148         * text3.C:
1149         * BufferView_pimpl.C: remove calls to redoCursor and
1150         setCursor(cursor.par(), cursor.pos()) all around
1151
1152 2003-12-15  Angus Leeming  <leeming@lyx.org>
1153
1154         * buffer.C: up the format to 228.
1155
1156 2003-12-15  André Pönitz  <poenitz@gmx.net>
1157
1158         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1159         slices
1160
1161         * Makefile.am:
1162
1163         * BufferView_pimpl.C:
1164         * cursor.[Ch]:
1165         * lyxcursor.[Ch]:
1166         * rowpainter.[Ch]:
1167         * lyxtext.h:
1168         * text.C:
1169         * text2.C:
1170         * text3.C: adjust
1171
1172 2003-12-15  Angus Leeming  <leeming@lyx.org>
1173
1174         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1175         than getFromGUIName to manipulate the color.
1176
1177 2003-12-14  Angus Leeming  <leeming@lyx.org>
1178
1179         * BranchList.[Ch]: minimize the API.
1180         (Branch::getBranch, getColor): now return a 'const &'.
1181         (Branch::setSelected) now returns a bool set to true if the
1182         selection status changes.
1183         (BranchList::clear, size, getColor, setColor, setSelected,
1184         allBranches, allSelected, separator): removed.
1185         (BranchList::find): new functions, returning the Branch with
1186         the given name.
1187         (BranchList::add, remove): return a bool indicating that
1188         the operation was successful.
1189
1190         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1191         new InsetBranch::isBranchSlected member function.
1192
1193         * LColor.[Ch]: mimimize the API.
1194         (fill): renamed as addColor and made private.
1195         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1196         versions of these functions taking a string arg have been removed.
1197
1198         * bufferparams.C (readToken):
1199         * lyxfunc.C (dispatch):
1200         * lyxrc.C (read): changes due to the altered BranchList and
1201         LColor APIs.
1202
1203         * factory.C (createInset, readInset): changes due to altered
1204         InsetBranch c-tor.
1205
1206 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1207
1208         * factory.C:
1209         * lyxfunc.C: remove insetminipage. "minipage-insert"
1210         now produces a frameless minipage box inset.
1211
1212 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1213
1214         * textcursor.[Ch] (selStart,selEnd): add new methods
1215         remove selection::start, end, use LyXCursor::operator<
1216         * lyxcursor.[Ch] (operator<): add
1217         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1218         * BufferView.[Ch] (unsetXSel): add
1219         * text2.C (clearSelection): use unsetXSel,adjust
1220         * text.C: adjust
1221         * text3.C: adjust
1222         * rowpainter.C: adjust
1223         * bufferview_funcs.C (put_selection_at): adjust
1224
1225 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1226
1227         * BufferView_pimpl.C: small coord. correction
1228
1229 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1230
1231         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1232         dragging over the splash screen.
1233
1234 2003-12-11  Angus Leeming  <leeming@lyx.org>
1235
1236         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1237         as it is now handled in LyXText::dispatch.
1238
1239         * text3.C (doInsertInset): remove a level of nesting.
1240
1241 2003-12-11  Angus Leeming  <leeming@lyx.org>
1242
1243         * factory.C (createInset): changes due to the changed interface to
1244         InsetCommandMailer::string2params.
1245
1246 2003-12-10  Angus Leeming  <leeming@lyx.org>
1247
1248         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1249         'dialog-show-new-inset <inset name>'
1250
1251 2003-12-10  Angus Leeming  <leeming@lyx.org>
1252
1253         * buffer.C: up the format to 227.
1254
1255         * factory.C: the box inset is now identified simply by 'Box'.
1256
1257 2003-12-10  Angus Leeming  <leeming@lyx.org>
1258
1259         * buffer.C: up the format to 226.
1260
1261         * factory.C: the note inset is now identified simply by 'Note'.
1262
1263 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1264
1265         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1266         when a pit is enough. Standarize a couple of loops.
1267
1268 2003-12-05  Angus Leeming  <leeming@lyx.org>
1269
1270         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1271         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1272         data to the re-worked "log" dialog.
1273
1274 2003-12-03  André Pönitz  <poenitz@gmx.net>
1275
1276         * PosIterator.C:
1277         * iterators.C:
1278         * lyxtext.h:
1279         * output_latex.C:
1280         * paragraph_funcs.C:
1281         * text.C:
1282         * text2.C: use Inset::getText instead of Inset::getParagraph
1283
1284 2003-12-03  André Pönitz  <poenitz@gmx.net>
1285
1286         * buffer.[Ch]:
1287         * lyxtext.h:
1288         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1289         InsetText::read() as LyXText::read()
1290
1291 2003-12-02  Angus Leeming  <leeming@lyx.org>
1292
1293         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1294         type. Add a comment in the implementation that the function uses
1295         the stream's bad() function rather than fail() as the std::streams
1296         would do.
1297
1298 2003-12-02  André Pönitz  <poenitz@gmx.net>
1299
1300         * lyxlex.[Ch]: make interface more similar to std::stream
1301
1302         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1303
1304 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1305
1306         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1307
1308 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1309
1310         * vspace.[Ch]: remove VSpace::NONE
1311
1312 2003-12-01  André Pönitz  <poenitz@gmx.net>
1313
1314         * buffer.[Ch]:
1315         * lyxtext.h: move ParagraphList member to LyXText
1316         rename LyXText::ownerParagraphs to LyXText::paragraph
1317
1318         * CutAndPaste.C:
1319         * bufferview_funcs.C:
1320         * iterators.[Ch]:
1321         * lyx_cb.C:
1322         * paragraph.C:
1323         * rowpainter.C:
1324         * tabular.C:
1325         * text.C:
1326         * text2.C:
1327         * text3.C: adjust
1328
1329         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1330
1331         * undo.C: fix cursor positioning
1332
1333 2003-12-01  John Levon  <levon@movementarian.org>
1334
1335         * BufferView_pimpl.C: fix a crash on exit with
1336         a buffer open
1337
1338 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1339
1340         * BranchList.C: fix setSelected() method.
1341
1342 2003-11-28  André Pönitz  <poenitz@gmx.net>
1343
1344         * ParagraphParameters.[Ch]:
1345         * ParameterStruct.h: remove space above/below from Paragraph to
1346          InsetVSpace
1347
1348         * BufferView_pimpl.C:
1349         * factory.C:
1350         * lyxfunc.C:
1351         * lyxtext.h:
1352         * output_latex.C:
1353         * paragraph.C:
1354         * paragraph_funcs.C:
1355         * rowpainter.[Ch]:
1356         * text.C:
1357         * text2.C:
1358         * text3.C: adjust
1359
1360 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1361
1362         * factory.C: Syntax change for CharStyles
1363
1364 2003-11-28  André Pönitz  <poenitz@gmx.net>
1365
1366         * BufferView.[Ch]:
1367         * BufferView.[Ch]:
1368         * buffer.[Ch]:
1369         * buffer.[Ch]: move LyXText member
1370
1371 2003-11-28  André Pönitz  <poenitz@gmx.net>
1372
1373         * BufferView.[Ch]: make LyXText * text a private member
1374
1375         * BufferView_pimpl.C:
1376         * cursor.C:
1377         * iterators.C:
1378         * lyx_cb.C:
1379         * lyxfind.C:
1380         * lyxtext.h:
1381         * rowpainter.[Ch]:
1382         * text.C:
1383         * text2.C:
1384         * undo.C: adjust
1385
1386         * output_plaintext.C: cleanup
1387
1388 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1389
1390         * buffer.C:
1391         * lyxtextclass.[Ch]: parametrize SGML document header
1392
1393 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1394
1395         * converter.[Ch]:
1396         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1397         getFlavor().
1398
1399 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1400
1401         * text2.C (setFont): rework using PosIterator (no more recursive)
1402         (setCharFont): no more needed
1403         (setLayout): no more selection cursors fiddling (done by redoCursor)
1404         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1405         destroy remaining ones)
1406
1407 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1408
1409         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1410         * lyxtext.h: ditto
1411         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1412         selection cursors
1413         * lyxfunc.C: adjust
1414         * text3.C: adjust + re-allow multi par depth changes
1415         * textcursor.C: simplify a bit
1416
1417 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1418
1419         * src/buffer.C:
1420         * src/lyxlayout.C:
1421         * src/lyxlayout.h:
1422         * src/lyxtext.h:
1423         * src/output_docbook.C:
1424         * src/output_latex.C:
1425         * src/paragraph.C:
1426         * src/paragraph.h:
1427         * src/sgml.C:
1428         * src/sgml.h:
1429         * src/text2.C: Introducing a number of tags parametrizing various
1430         XML formats that we may want to support
1431
1432 2003-11-25  André Pönitz  <poenitz@gmx.net>
1433
1434         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1435
1436         * lyxtext.h (leftMargin/rightMargin): simplify interface
1437
1438         * rowpainter.C:
1439         * text.C:
1440         * text2.C:
1441         * text3.C: adjust
1442
1443 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1444
1445         * lyxfunc.C (dispatch): propogate the bibtex databases from the
1446         master file to any child files. Fixes bug 546.
1447
1448 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1449
1450         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
1451
1452 2003-11-24  André Pönitz  <poenitz@gmx.net>
1453
1454         * rowpainter.C: simplification
1455
1456         * text2.C (updateCounters): remove call to redoParagraph on
1457         changed labels as this is far too expensive.
1458
1459 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1460
1461         * converter.C (convert): fix a crash: this function gets
1462         called with buffer == 0 from importer code.
1463
1464 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1465
1466         * text3.C (cursorPrevious): make sure that we do not compare
1467         iterators form different containers.
1468         (cursorNext): ditto
1469
1470         * rowpainter.C (paintSelection): make sure that we do not compare
1471         iterators from different containers.
1472
1473         * text3.C (dispatch): [PRIOR] make sure that we do not compare
1474         iterators from different ParagraphList containers.
1475         [NEXT] ditto
1476
1477         * text2.C (LyXText): change order of initialization slightly
1478         (operator=): new function. copy all variables except cache_par_
1479         (moveUp): make sure that we do not compare iterators from
1480         different ParagraphList constainers.
1481         (moveDown): ditto
1482
1483         * text.C (firstPar): new function
1484         (lastPar): new function
1485         (endPar): new function
1486
1487         * lyxtext.h: move things around and group public functions, public
1488         variables, private functions, private variables
1489
1490 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1491
1492         * factory.C: change call to InsetERT constructor to avoid
1493         additional invocation of method status
1494         * text2.C (toggleInset): remove redundant update() call
1495         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
1496         instead of a Bufferview pointer
1497
1498 2003-11-21  André Pönitz  <poenitz@gmx.net>
1499
1500         * rowpainter.C: simplification
1501
1502 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1503
1504         * text3.C (dispatch): make possible to extend a word/row selection
1505         with the mouse
1506
1507 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1508
1509         * lyxtext.h: x0_,y0_ -> xo_,yo_
1510         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
1511         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
1512         * rowpainter.C (paintRows): paint full paragraphs
1513
1514 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1515
1516         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
1517         screen coordinates)
1518
1519 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1520
1521         * lyxtext.h: add x0_, y0_
1522         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
1523         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
1524
1525 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
1526
1527         * text2.C (setCursorIntern): move the x_target update here *
1528         * text3.C: change some bv() to true/false in calls to
1529         cursorUp/Down/Right/Left
1530         * cursor.C: use helper function.
1531
1532 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1533
1534         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
1535         * paragraph_funcs.[Ch]: correct comment
1536         * rowpainter.C: do not paint selections away from bv->cursor()
1537         Fix a long standing selection painting bug.
1538         * text3.C: generalize mouse-selection code to LyXTexts other that
1539         top one
1540         * textcursor.C: do not use y coords if we can use par offsets
1541
1542 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1543
1544         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
1545         cursor position after e.g. inset insert)
1546
1547 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
1548
1549         * lyxfind.C (replace): adjust to locking removal + some
1550         code simplification
1551
1552 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
1553
1554         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
1555         of the path
1556
1557 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
1558
1559         * lyxlayout.[Ch]:
1560         * output_docbook.C: XML sanitation: new layout
1561         parameters InnerTag and CommandDepth
1562
1563 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
1564
1565         * BufferView_pimpl.C:
1566         * factory.C:
1567         * text3.C: Fix the insertion and modification of button-style
1568         insets
1569
1570 2003-11-13  André Pönitz  <poenitz@gmx.net>
1571
1572         * InsetList.[Ch]: remove deleteLyXText
1573
1574         * paragraph.[Ch]: cache beginOfBody position
1575
1576         * Bidi.C:
1577         * text.C:
1578         * text2.C:
1579         * text3.C: remove superfluous update() calls
1580
1581         * vspace.C: cleanup
1582
1583 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1584
1585         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
1586         * BufferView.C (fitLockedInsetCursor): remove
1587         * cursor.[Ch] (getDim): add
1588         * text.C (getRowNearY): add faster version
1589         * text3.C: remove some update calls
1590
1591 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1592
1593         * LaTeXFeatures.C:
1594         * LyXAction.C:
1595         * MenuBackend.C:
1596         * MenuBackend.h:
1597         * dispatchresult.h:
1598         * factory.C:
1599         * lfuns.h:
1600         * lyxfunc.C:
1601         * lyxtextclass.C:
1602         * lyxtextclass.h:
1603         * text3.C: The Character Style /XML short element patch.
1604
1605 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
1606
1607         * text3.C:
1608         * factory.C: Small step to solving 'unable to insert some insets'
1609         problem
1610
1611 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1612
1613         * cursor.[Ch] (updatePos): new function for updating the y
1614         position of the tip inset
1615         * bufferview_funcs.C (put_selection_at):
1616         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
1617
1618 2003-11-11  André Pönitz  <poenitz@gmx.net>
1619
1620         * text.C: remove big comment on invalid Paragraph pointers as it is
1621         not valid anymore
1622
1623 2003-11-11  André Pönitz  <poenitz@gmx.net>
1624
1625         * text_funcs.[Ch]: merge with ...
1626
1627         * text.C: ... this
1628
1629         * lyxtext.h:
1630         * text2.C:
1631         * text3.C: adjust
1632
1633         * Makefile.am: remove text_funcs.[Ch]
1634
1635 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
1636
1637         * cursor.C (getPos): return absolute cached y coord
1638
1639         * BufferView_pimpl.C (fitCursor): new simplistic code
1640         (workAreaDispatch): add a fitCursor call
1641
1642 2003-11-10  André Pönitz  <poenitz@gmx.net>
1643
1644         * BufferView.[Ch]:
1645         * BufferView_pimpl.[Ch]: merge update() and updateInset()
1646
1647 2003-11-10  André Pönitz  <poenitz@gmx.net>
1648
1649         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
1650         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
1651         indicate that the cursor needs to leave an inset
1652
1653         * lyxtext.h: remove inset locking
1654
1655         * cursor.[Ch]: re-implement functionality provided by inset locking
1656
1657         * BufferView.[Ch]:
1658         * BufferView_pimpl.[Ch]:
1659         * LyXAction.C:
1660         * bufferview_funcs.[Ch]:
1661         * factory.C:
1662         * funcrequest.[Ch]:
1663         * iterators.C:
1664         * lyx_cb.C:
1665         * lyxfind.C:
1666         * lyxfunc.C:
1667         * text.C:
1668         * text2.C:
1669         * text3.C:
1670         * undo.C: adjust
1671
1672 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1673
1674         * PosIterator.[Ch]: replace the stack with a vector, add inset
1675         accesor
1676         * iterators.[C]: adjust
1677
1678 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1679
1680         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1681         replaced
1682         * paragraph_funcs.C (readParToken): put the correct id in the
1683         error item, not the id of the top paragraph
1684
1685 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1686
1687         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1688         * bufferview_funcs.C (put_selection_at): use the above
1689
1690 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1691
1692         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1693
1694 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1695
1696         * output_linuxdoc.h:
1697         * output_plaintext.h:
1698         * output.h:
1699         * output_docbook.h: add #include statements
1700
1701 2003-11-05  José Matos  <jamatos@lyx.org>
1702
1703         * output_docbook.[Ch]:
1704         * output_latex.[Ch]:
1705         * output_linuxdoc.[Ch]:
1706         * output_plaintext.[Ch]: New files for output formats.
1707         * output.[Ch]: New file for helper functions.
1708
1709         * buffer.[Ch]:
1710         * paragraph_funcs.[Ch]: output functions moved to new files.
1711
1712         * outputparams.h: rename of latexrunparams.h
1713
1714         * LaTeX.[Ch]:
1715         * buffer.[Ch]:
1716         * bufferlist.[Ch]:
1717         * converter.[Ch]:
1718         * exporter.C:
1719         * paragraph.[Ch]:
1720         * paragraph_funcs.[Ch]:
1721         * paragraph_pimpl.[Ch]:
1722         * tabular.[Ch]: rename ascii to plaintext
1723         and LatexRunParams to OutputParams.
1724
1725 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1726
1727         * iterators.[Ch] (text): require bv argument
1728         * undo.C (recordUndo):
1729         * lyxfunc.C (dispatch):
1730         * bufferview_funcs.C (put_selection_at): adjust
1731
1732 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1733
1734         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1735
1736 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1737
1738         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1739         nestings
1740
1741 2003-11-04  André Pönitz  <poenitz@gmx.net>
1742
1743         * cursor.[Ch]: restructure
1744
1745         * BufferView.[Ch]:
1746         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1747
1748         * iterators.[Ch] (asCursor): remove
1749
1750         * lfuns.h: remove LFUN_INSET_EDIT
1751
1752         * lyxfunc.C:
1753         * tabular.C:
1754         * text.C:
1755         * text2.C:
1756         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1757
1758 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1759
1760         * lyxfind.[Ch]: complete overhaul
1761         * BufferView_pimpl.C:
1762         * lyxfunc.C: adjust
1763         * paragraph.[Ch] (insert): add
1764
1765 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1766
1767         * BufferView.[Ch]:
1768         * lyxtext.h:
1769         * text.C: remove dead spellcheck code
1770
1771 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1772
1773         * dispatchresult.h: add a val setter
1774
1775         * cursor.C (dispatch): use a tempvar for data_[i]
1776
1777 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1778
1779         * PosIterator.[Ch]: compile fix
1780
1781 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1782
1783         * text.C (cursorPar): deactivate the cursor cache
1784
1785 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1786
1787         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1788
1789 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1790
1791         * text3.C (dispatch): adjust for new DisptchResult semantics.
1792
1793         * lyxfunc.C (dispatch): handle update when return from
1794         Cursor::dispatch, adjust for new DispatchResult semantics.
1795
1796         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1797         DispatchResult(true) mean to not update. Add class functions for
1798         setting dispatched and update, as well as reading.
1799
1800         * cursor.C (dispatch): don't handle update here
1801
1802 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1803
1804         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1805         * trans_mgr.C: adjust
1806
1807         * paragraph_funcs.C (readParToken): exception safety
1808
1809         * lyxvc.h: store the vcs pointer in a scoped_ptr
1810         * lyxvc.C: adjust
1811
1812         * lyxsocket.C (serverCallback): exception safety
1813
1814         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1815
1816         * ispell.C (clone): make it return a auto_ptr
1817
1818         * factory.C (createInset): exception safety
1819         (readInset): exception safety
1820
1821         * bufferlist.C (newBuffer): exception safety
1822
1823         * Thesaurus.C (Thesaurus): use initialization for aik_
1824
1825         * MenuBackend.C (expandToc): exception safety.
1826
1827 2003-11-03  André Pönitz  <poenitz@gmx.net>
1828
1829         * buffer.C:
1830         * buffer.h:
1831         * bufferview_funcs.C: remove getInsetFromId()
1832
1833         * lyxcursor.[Ch]:
1834         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1835
1836         * lyxfunc.C:
1837         * text2.C:
1838         * text3.C: adjust
1839
1840 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1841
1842         * PosIterator.C (distance, advance): new
1843         * bufferview_funcs.[Ch] (put_selection_at): new
1844         * iterators.[Ch] (lockPath): new
1845
1846 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1847
1848         * iterators.[Ch] (asPosIterator): added
1849         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1850         * PosIterator.[Ch]: added
1851
1852 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1853
1854         * text3.C:
1855         * lyxfunc.C:
1856         * cursor.C (dispatch):
1857         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1858
1859         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1860         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1861         contructor, add a class function dispatched. Remove operator>=
1862
1863 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1864
1865         * debug.C: only use the default constructor for debugstream
1866         (lyxerr) here.
1867
1868         * main.C (main): include debug.h and setup the lyxerr streambuf
1869         here.
1870
1871 2003-10-31  José Matos  <jamatos@lyx.org>
1872
1873         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1874
1875         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1876         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1877         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1878         * paragraph_pimpl.C (simpleTeXSpecialC):
1879         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1880         add LatexRunParams argument.
1881
1882         * exporter.C (Export): change call accordingly.
1883
1884         * latexrunparams.h: add new member to take care of the other backends.
1885 2003-10-30  José Matos  <jamatos@lyx.org>
1886
1887         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1888         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1889         factorise code for paragraph output.
1890         * buffer.[Ch]:
1891         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1892         move functions.
1893
1894 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1895
1896         * text3.C (dispatch):
1897         * lyxfunc.C (dispatch):
1898         * cursor.C (dispatch):
1899         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1900
1901         * dispatchresult.h: make the dispatch_result_t ctor explicit
1902
1903 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1904
1905         * sgml.[Ch]:
1906         * buffer.C: small refactoring of docbook stuff
1907
1908 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1909
1910         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1911         meaning.
1912
1913 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1914
1915         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1916         operator dispatch_result_t, and operators for == != and >=
1917
1918         * cursor.C (dispatch): adjust for operator dispatch_result_t
1919         removal. comment out call to update
1920
1921         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1922
1923 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1924
1925         * text3.C:
1926         * text2.C:
1927         * text.C:
1928         * lyxtext.h:
1929         * lyxfunc.C:
1930         * cursor.C:
1931         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1932         (dispatch):
1933
1934         * dispatchresult.h: new file, DispatchResult broken out of
1935         insets/insetbase.h
1936
1937         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1938
1939 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1940
1941         * text.C (rowBreakPoint): put a hack inside #if 0
1942
1943 2003-10-28  André Pönitz  <poenitz@gmx.net>
1944
1945         * lyxtext.h:
1946         * metricsinfo.C:
1947         * paragraph_funcs.C:
1948         * rowpainter.C:
1949         * text.C:
1950         * text2.C: general cleanup (lots of small stuff)
1951
1952 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1953
1954         * text2.C (cursorEnd): simple fix to the "end key goes to one
1955         before the end on last row" bug
1956
1957 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1958
1959         * text.C (backspace): fix the "zombie characters"
1960
1961 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1962
1963         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1964
1965 2003-10-27  André Pönitz  <poenitz@gmx.net>
1966
1967         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1968
1969         * factory.C: handle new InsetPagebreak, InsetLine
1970
1971         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1972         and move handling into new InsetPagebreak, InsetLine
1973
1974         * BufferView_pimpl.C:
1975         * LyXAction.C:
1976         * ParagraphParameters.C:
1977         * ParameterStruct.h:
1978         * lyxfunc.C:
1979         * lyxtext.h:
1980         * paragraph.C:
1981         * paragraph.h:
1982         * paragraph_funcs.C:
1983         * paragraph_pimpl.C:
1984         * rowpainter.C:
1985         * text.C:
1986         * text2.C:
1987         * text3.C: adjust
1988
1989 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1990
1991         * text.C:
1992         * lyxrow_funcs.[Ch]:
1993         * Bidi.C:
1994         * paragraph.C:
1995         * lyxtext.h:
1996         * rowpainter.C:
1997         * text2.C:
1998         * text3.C: remove lastPos uses in favour of Row::endpos
1999
2000 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2001
2002         * undo.C (performUndoOrRedo): fix two crashes by setting a
2003         cursor by hand and reordering some calls. Use bv->lockInset instead
2004         of inset->edit because the latter loses cursor information
2005
2006 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2007
2008         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2009         by Martin
2010         (rowBreakPoint): fix width. change point to point + 1.
2011         Add a missing check.
2012
2013 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2014
2015         * MenuBackend.C:
2016         * lyxfunc.C: fix (at least partly) the problems
2017         with the Nav menu and headers inside branch insets
2018         reported by Kayvan
2019
2020 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2021
2022         * paragraph.C (getChar): add strong asserts
2023
2024         * lyxrow_funcs.C (lastPos): remove hideous hack
2025
2026         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2027         (fill): adjust to that (avoid an infinite loop)
2028
2029 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2030
2031         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2032
2033 2003-10-23  André Pönitz  <poenitz@gmx.net>
2034
2035         * RowList_fwd.h: change list<> to vector<> to gain speed
2036         after suggestion from Alfredo
2037
2038 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2039
2040         * lyxtext.h: move the bidi stuff from here...
2041         * text.C: and here
2042         * text2.C: and here
2043         * Bidi.[Ch]: ... to here
2044
2045 2003-10-23  André Pönitz  <poenitz@gmx.net>
2046
2047         * lyxtext.h:
2048         * text.C (isLastRow, isFirstRow): new functions
2049
2050         * paragraph.h: new width cache member
2051
2052         * rowpainter.C: replace RowList::iterator with Row & where possible
2053
2054         * lyxfunc.C: replace several view()->text with a single call
2055
2056         * toc.C: fix 'unused' warning
2057
2058 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2059
2060         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2061         when woring with stream::pos_type
2062         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2063
2064 2003-10-22  André Pönitz  <poenitz@gmx.net>
2065
2066         * lyxtext.h:
2067         * text.C: use Row & instead of RowList::iterator
2068
2069         * lyxrow.h: rename end() to endpos()
2070
2071         * rowpainter.C:
2072         * text.C:
2073         * text2.C: adjust
2074
2075 2003-10-22  Angus Leeming  <leeming@lyx.org>
2076
2077         * buffer.[Ch] (fully_loaded): new member function, returning true
2078         only when the file has been loaded fully.
2079         Used to prevent the premature generation of previews and by the
2080         citation inset to prevent computation of the natbib-style label.
2081
2082         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2083         templates are all set up.
2084
2085         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2086
2087 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2088
2089         * text.C: fixed an "oops" in the "is a bit silly"
2090         bug fix
2091
2092 2003-10-21  André Pönitz  <poenitz@gmx.net>
2093
2094         * FuncStatus.[Ch]: small stuff, whitespace
2095
2096         * lyxfont.[Ch]: operator<<() for debug reasons
2097
2098         * lyxfunc.C:
2099         * lyxrow_funcs.C:
2100         * lyxtext.h: whitespace, spelling
2101
2102         * paragraph.C: naming of variables
2103
2104         * text.C:
2105         * text2.C: small stuff
2106
2107
2108 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2109
2110         * text.C: (1) finish off the inset display() work;
2111         (2) fix the "is a bit silly" bug (accessing char
2112         past end of par).
2113
2114 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2115
2116         * text.C: re-introduce display() for insets, fixing the
2117         various bugs (stretch of line above, math inset
2118         positioning, ...)
2119
2120 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2121
2122         * text.C (rightMargin): remove spurious semicolon
2123
2124         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2125         1415)
2126
2127 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2128
2129         * text3.C: fix one crash due to wrong cursor def
2130
2131 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2132
2133         * vc-backend.C (scanMaster): make the regex static
2134
2135         * LaTeX.C (scanAuxFile): make the regexs static
2136
2137         * text3.C (doInsertInset, dispatch, dispatch):
2138         * text2.C (cursorUp, cursorDown):
2139         * text.C (selectNextWordToSpellcheck):
2140         * BufferView_pimpl.C (dispatch):
2141         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2142
2143 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2144
2145         * lyxsocket.C: include <cerrno>
2146
2147 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2148
2149         * lyxfunc.C (dispatch): remove textcache stuff
2150
2151         * bufferlist.C (release): remove textcache stuff
2152         (closeAll): ditto
2153
2154         * TextCache.C: delete file
2155         * TextCache.h: delete file
2156
2157         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2158
2159         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2160         delete of the bv_->text.
2161         (resizeCurrentBuffer): remove texcache stuff
2162         (workAreaResize): ditto
2163
2164 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2165
2166         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2167         action.
2168
2169 2003-10-16  André Pönitz  <poenitz@gmx.net>
2170
2171         * lyxrow.[Ch]:
2172         * paragraph.h:
2173         * rowpainter.C:
2174         * text.C:
2175         * text2.C:
2176         * text3.C: speed up by storing y positions per paragraph plus per-row
2177         offset instead of having a 'full' y position in the row.
2178
2179 2003-10-15  André Pönitz  <poenitz@gmx.net>
2180
2181         * iterators.[Ch]:
2182         * iterators.[Ch]:
2183         * undo.[Ch]: make undo aware of inner insets
2184
2185 2003-10-14  Angus Leeming  <leeming@lyx.org>
2186
2187         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2188         static member functions LyX::ref() and LyX::cref.
2189         (lastfiles): new accessor functions for the new lastfiles_ member var.
2190         (addLyXView, views_): add a new LyXView to the list of views_.
2191         (updateInset): loop over all LyXViews to call their own updateInset
2192         member function, returning a pointer to the Buffer owning the inset.
2193
2194         * BufferView_pimpl.C (loadLyXFile):
2195         * MenuBackend.C (expandLastfiles):
2196         * bufferlist.C (MenuWrite, QuitLyX):
2197         lastfiles is no longer a global variable.
2198         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2199
2200         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2201         static function. Access through LyX::cref().emergencyCleanup().
2202
2203 2003-10-14  André Pönitz  <poenitz@gmx.net>
2204
2205         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2206
2207         * undo.[Ch]: restoring part of 'undo in insets'
2208
2209         * Makefile.am:
2210         * undo_funcs.[Ch]: merge with undo.[Ch]
2211
2212         * tabular.C: small cleansing stuff
2213
2214 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2215
2216         * paragraph_funcs.C (readParToken): report unknown insets as error
2217         boxes. Use the outer paragraph as location (also for unknown
2218         tokens).
2219
2220         * factory.C (readInset): do not abort on reading an unknown inset.
2221         Eat it and return 0.
2222
2223 2003-10-13  Angus Leeming  <leeming@lyx.org>
2224
2225         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2226
2227         * lyxrc.C: displayTranslator is now a function,
2228         declared in GraphicsTypes.h.
2229
2230 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2231
2232         * format.C: new placeholder $$a to pass the socket address.
2233
2234         * bufferlist.[Ch]: new function getBufferFromTmp.
2235
2236         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2237           files in the temporary dir.
2238
2239 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2240
2241         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2242
2243         * Makefile.am: add lyxsocket.[Ch].
2244
2245         * lyx_main.C (error_handler): handle SIGPIPE.
2246
2247 2003-10-13  André Pönitz  <poenitz@gmx.net>
2248
2249         * BufferView_pimpl.C:
2250         * lyxtext.h:
2251         * text.C:
2252         * text2.C:
2253         * text3.C:
2254         * undo_funcs.[Ch]: use paroffset_type instead of
2255           ParagraphList::iterators to prevent multiple conversion
2256           (and get a more robust interface)
2257
2258 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2259
2260         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2261         * lyxtext.h: ditto
2262         * text3.C (dispatch): ditto
2263
2264 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2265
2266         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2267         move the onlyfile, use onlyfile instead of foundfile in a couple
2268         of places.
2269
2270         * DepTable.C (update): flush the error stream a bit more
2271
2272 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2273
2274         * lyxserver.C (callback): adjust
2275
2276         * lyxfunc.C (getStatus): add a missing brace in commented code
2277         (ensureBufferClean): reindent
2278         (dispatch): delete version taking a string
2279
2280 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2281
2282         * LaTeX.C (deplog): move found file handlig from here...
2283         (handleFoundFile): .. to new function here.
2284         (deplog): make sure to discover several files mentioned on the
2285         same log line.
2286
2287 2003-10-10  André Pönitz  <poenitz@gmx.net>
2288
2289         * lyxfunc.C:
2290         * lyxtext.h:
2291         * tabular.C:
2292         * text.C:
2293         * text2.C:
2294         * text3.C: fix some of the tabular crashes
2295
2296 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2297
2298         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2299
2300         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2301
2302 2003-10-09  André Pönitz  <poenitz@gmx.net>
2303
2304         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2305
2306         * BufferView.C:
2307         * BufferView_pimpl.C:
2308         * bufferview_funcs.C:
2309         * lyx_cb.C:
2310         * lyxcursor.C:
2311         * lyxfind.C:
2312         * lyxfunc.C:
2313         * lyxtext.h:
2314         * text.C:
2315         * text2.C:
2316         * text3.C:
2317         * text_funcs.[Ch]:
2318         * textcursor.[Ch]:
2319         * undo_funcs.C: adjust
2320
2321 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2322
2323         * text2.C (incrementItemDepth): new function, use a backtracking
2324         algorithm to discover the correct item depth.
2325         (resetEnumCounterIfNeeded): new function, use a backtracking
2326         algorithm to discover if counter reset is needed.
2327         (setCounter): use them. Simplify a bit. Add different labels for
2328         different item depths for itemize.
2329
2330         * paragraph.C (Paragraph): remove initialization of enumdepth
2331         (operator=): ditto
2332
2333         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2334         enumerate and itemize. Change the type of itemdepth to signed char.
2335
2336 2003-10-08  André Pönitz  <poenitz@gmx.net>
2337
2338         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2339           thing assignable.
2340         * text.C:
2341         * text2.C: adjust
2342
2343         * tabular.[Ch]: fix crash after 'row-insert'
2344
2345 2003-10-08  Angus Leeming  <leeming@lyx.org>
2346
2347         Fix doxygen warnings.
2348
2349         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2350         Remove CutAndPaste:: prefix from header file declaration.
2351
2352         * LColor.h (fill): remove LColor:: prefix from declaration.
2353
2354         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2355         use lyx::depth_type rather than Paragraph::depth_type so that
2356         header file and .C file match.
2357
2358         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2359
2360         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2361         * aspell.C: \file aspell_local.C -> \file aspell.C
2362         * gettext.C: \file gettext.C -> \file src/gettext.C
2363         * gettext.h: \file gettext.h -> \file src/gettext.h
2364         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2365         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2366         * text.C: \file text.C -> \file src/text.C
2367
2368         * toc.C: move comment so that doxygen is not confused.
2369
2370 2003-10-07  Angus Leeming  <leeming@lyx.org>
2371
2372         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2373
2374 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2375
2376         * aspell.C:
2377         * aspell_local.h: add forgotten std::string's.
2378
2379 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2380
2381         * LaTeXFeatures.C:
2382         * LyXAction.C:
2383         * factory.C:
2384         * lfuns.h:
2385         * lyxfunc.C:
2386         * text3.C: The Box patch. Fancybox support, minipage, parbox
2387
2388 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2389
2390         * CutAndPaste.h:
2391         * DepTable.h:
2392         * FloatList.h:
2393         * LaTeXFeatures.h:
2394         * ParagraphParameters.h:
2395         * TextCache.h:
2396         * Thesaurus.h:
2397         * bufferlist.h:
2398         * exporter.h:
2399         * importer.h:
2400         * lastfiles.h:
2401         * lyxfind.h:
2402         * lyxfont.h:
2403         * lyxlex.h:
2404         * lyxtextclasslist.h:
2405         * messages.h:
2406         * paragraph.h:
2407         * paragraph_pimpl.C:
2408         * textcursor.h: add <string> and other small fixes to make Lars'
2409         std::string patch compile with STLport.
2410
2411 2003-10-06  Angus Leeming  <leeming@lyx.org>
2412
2413         * LColor.h: Add missing #include <string>.
2414
2415 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2416
2417         * All most all file in all subdirs: Make <string> be the prefered
2418         way of getting to std::string, add using declarations.
2419
2420 2003-10-06  André Pönitz  <poenitz@gmx.net>
2421
2422         * metricsinfo.C: initialize LyXFont before changing attribute.
2423         (fixes the 'math in \emph is upright' bug)
2424
2425 2003-10-06  André Pönitz  <poenitz@gmx.net>
2426
2427         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2428
2429 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2430
2431         * graph.C:
2432         * paragraph_pimpl.C: Small fixes to build using STLport
2433
2434 2003-10-02  André Pönitz  <poenitz@gmx.net>
2435
2436         * lyxfunc.C:
2437         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2438
2439 2003-10-01  André Pönitz  <poenitz@gmx.net>
2440
2441         * factory.C: assert early
2442
2443 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2444
2445         * lyx_main.C: remove the global debug object
2446
2447         * debug.h: adjust for new debugstream
2448
2449         * debug.C: adjust for new debugstream and keep the global debug
2450         object here.
2451
2452 2003-09-22  Angus Leeming  <leeming@lyx.org>
2453
2454         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
2455         of g++ which otherwise complain that the scoped_ptr destructor can't delete
2456         an incomplete class LyXFont.
2457
2458 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2459
2460         * factory.C: bug fix in branches
2461
2462 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2463
2464         * lyxfunc.C (processKeySym): adjust
2465         (dispatch): adjust
2466         (dispatch): change arg name from ev to func, adjust
2467         (sendDispatchMessage): ditto
2468
2469         * lyx_main.C (defaultKeyBindings): adjust keybindings
2470         (deadKeyBindings): ditto
2471
2472         * kbsequence.C (addkey): return a FuncRequest
2473
2474         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
2475
2476         * kbmap.C (bind): take a FuncRequest as arg, adjust
2477         (read): adjust
2478         (lookup): adjust
2479         (defkey): change to take a FuncRequest as arg, adjust
2480         (findbinding): take a FuncRequest as arg, adjust.
2481
2482         * funcrequest.h (operator=): added
2483
2484         * funcrequest.C (FuncRequest): default kb_action changed from
2485         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
2486
2487         * buffer.C (dispatch): simplify
2488         (dispatch): adjust to take a FuncRequest as arg, adjust
2489
2490         * boost.C (assertion_failed): change assertion message slightly
2491
2492         * ToolbarBackend.C (read): simplify
2493
2494         * MenuBackend.C (binding): adjust call to findbinding, add a
2495         message if no binding is found.
2496         (read): simplify
2497         (expandToc): correct by adding a empty FuncRequest
2498
2499         * LyXAction.C: include <boost/assert.hpp>
2500         (isPseudoAction): delete function
2501         (LookupFunc): change name to...
2502         (lookupFunc): this. change return type to FuncRequest.
2503         (getActionName): take kb_action as arg, simplify
2504         (funcHasFlag): add an assert, simplify.
2505
2506 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2507
2508         * toc.C (action): return a FuncRequest, simplify
2509
2510         * lyxfunc.C (processKeySym): adjust
2511         (getStatus): delete version that takes an int.
2512         (getStatus): adjust
2513         (dispatch): delete version that takes action as int
2514         (dispatch): adjust
2515         (sendDispatchMessage): simplify and adjust
2516
2517         * funcrequest.C (getArg): take unsigned int as arg
2518
2519         * ToolbarBackend.C (read): adjust
2520         (add): delete version that takes func as a string.
2521         (getIton): take a FuncRequest as arg
2522
2523         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
2524         action.
2525
2526         * MenuBackend.C (MenuItem): add a new construct that only takes a
2527         Kind, simplify the constructor use for submenus.
2528         (add): adjust
2529         (expandLastfiles): adjust
2530         (expandDocuments): adjust
2531         (expandFormats): adjust
2532         (expandFloatListInsert): adjust
2533         (expandFloatInsert): adjust
2534         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
2535
2536         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
2537         Remove class variables lyx_pseudo_map and lyx_arg_map
2538
2539         * LyXAction.C (searchActionArg): delete function
2540         (getPseudoAction): delete function
2541         (retrieveActionArg): delete function
2542         (LookupFunc): make it return kb_action, simplify.
2543         (getActionName): simplify
2544
2545         * factory.C (createInset): fix new bug
2546
2547 2003-09-19  Angus Leeming  <leeming@lyx.org>
2548
2549         * CutAndPaste.C (pasteSelection): remove fudge used to set the
2550         masterFilename_ parameter in the include inset.
2551
2552         * factory.C (createInset): changes due to the changes to InsetInclude.
2553
2554 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2555
2556         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
2557
2558 2003-09-18  Angus Leeming  <leeming@lyx.org>
2559
2560         * buffer.C:
2561         * BufferView.C: pass the buffer when calling Inset::getLabelList,
2562         Inset::fillWithBibKeys.
2563         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
2564
2565 2003-09-18  Angus Leeming  <leeming@lyx.org>
2566
2567         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
2568         variables.
2569         (ctor): pass and store a 'Buffer const &'
2570         (buffer): new member function.
2571
2572         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
2573         '*this' to the LaTeXFeatures ctor.
2574
2575 2003-09-18  Angus Leeming  <leeming@lyx.org>
2576
2577         * LColor.h:
2578         * lyxfont.C:
2579         * lyxfont.h:
2580         * lyxtext.h:
2581         * text.C: rename EnumLColor as LColor_color.
2582
2583 2003-09-18  Angus Leeming  <leeming@lyx.org>
2584
2585         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
2586         remove #include "insets/insetbase.h" from cursor.h.
2587
2588 2003-09-18  Angus Leeming  <leeming@lyx.org>
2589
2590         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
2591         InsetOld_code to remove #include "inset.h".
2592
2593         * iterators.C: add #include "insets/inset.h"
2594
2595 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
2596
2597         * BufferView.C: remove more locking stuff that apparently doesn't
2598         do anything sensible.
2599
2600 2003-09-16  André Pönitz  <poenitz@gmx.net>
2601
2602         * paragraph.[Ch]:
2603         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
2604           performance boost.
2605
2606 2003-09-16  Angus Leeming  <leeming@lyx.org>
2607
2608         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
2609
2610         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
2611         arg/return type.
2612
2613         * paragraph.h: remove #include "lyxfont.h". Forward declare
2614         LyXFont_size.
2615
2616 2003-09-16  Angus Leeming  <leeming@lyx.org>
2617
2618         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
2619         of support/textutils.h.
2620         (isWord): move the contents of support/textutils.h's IsWordChar here.
2621
2622         * buffer.C:
2623         * lyxfind.C:
2624         * rowpainter.C:
2625         * text.C:
2626         * text2.C: add #include "paragraph.h".
2627
2628         * rowpainter.C:
2629         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
2630
2631 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2632
2633         * main.C:
2634         * lyx_main.C:
2635         * lyx_cb.C:
2636         * buffer.C:
2637         * LaTeX.C: use namespace alias for lyx::support::os
2638
2639 2003-09-16  Angus Leeming  <leeming@lyx.org>
2640
2641         * bufferparams.C:
2642         * bufferview_funcs.C:
2643         * factory.C:
2644         * lyxfunc.C:
2645         * paragraph_pimpl.C:
2646         * rowpainter.C:
2647         * text.C: add #include "LColor.h".
2648
2649 2003-09-16  Angus Leeming  <leeming@lyx.org>
2650
2651         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
2652         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
2653         return LyXFont &.
2654         Store the FontBits::color variable as an int rather than as an
2655         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2656         file.
2657
2658         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2659         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2660         string calls together.
2661
2662         * lyxrc.C: add #include "LColor.h".
2663
2664 2003-09-15  Angus Leeming  <leeming@lyx.org>
2665
2666         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2667         a cow_ptr.
2668
2669 2003-09-15  Angus Leeming  <leeming@lyx.org>
2670
2671         * LColor.h: add an EnumLColor wrapper for LColor::color.
2672
2673         * lyxfont.[Ch] (color, setColor, realColor):
2674         * lyxtext.h, text.C (backgroundColor):
2675         pass EnumLColor args to/from the functions, rather than LColor::color
2676         ones.
2677
2678         * lyxfont.h:
2679         * lyxtext.h: forward declare EnumLColor.
2680
2681         * lyx_main.C: add #include "LColor.h".
2682
2683 2003-09-15  Angus Leeming  <leeming@lyx.org>
2684
2685         * .cvsignore: add lyx-gtk.
2686
2687 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2688
2689         * Chktex.C
2690         * LaTeX.C
2691         * LaTeXFeatures.C
2692         * ParagraphParameters.C
2693         * Spacing.C
2694         * buffer.C
2695         * bufferparams.C
2696         * bufferview_funcs.C
2697         * chset.C
2698         * counters.C
2699         * funcrequest.C
2700         * lyxfont.C
2701         * lyxgluelength.C
2702         * lyxlength.C
2703         * paragraph.C
2704         * paragraph_funcs.C
2705         * text3.C
2706         * vc-backend.C: remove usage of STRCONV
2707
2708 2003-09-15  Angus Leeming  <leeming@lyx.org>
2709
2710         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2711         explicitly define the color passed to the painter.
2712
2713 2003-09-15  Angus Leeming  <leeming@lyx.org>
2714
2715         * bufferparams.C (BufferParams): reorder member initializers to avoid
2716         compiler warning.
2717
2718 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2719
2720         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2721         * text.C (updateRowPositions): remove an unusual nop
2722
2723 2003-09-12  André Pönitz  <poenitz@gmx.net>
2724
2725         * BufferView_pimpl.C:
2726         * Bullet.C:
2727         * layout.h:
2728         * lyxfunc.C:
2729         * lyxlayout.[Ch]:
2730         * lyxtextclass.C:
2731         * rowpainter.C:
2732         * text.C:
2733         * text2.C:
2734         * Counters.[Ch]: finish the 'automatic counters' job
2735
2736 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2737
2738         * aspell.C: include <boost/assert.cpp> (compile fix)
2739
2740 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2741
2742         * boost.C (assertion_failed): use lyx::support::abort instead of
2743         assert.
2744
2745 2003-09-10  Angus Leeming  <leeming@lyx.org>
2746
2747         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2748         with their _fwd progeny.
2749
2750 2003-09-09  Angus Leeming  <leeming@lyx.org>
2751
2752         134 files throughtout the source tree: replace 'using namespace abc;'
2753         directives with the appropriate 'using abc::xyz;' declarations.
2754
2755 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2756
2757         * boost.C (emergencyCleanup): moved here from LAssert.c
2758         (assertion_failed): new function, called by BOOST_ASSERT
2759
2760         * several files: change Assert to BOOST_ASSERT
2761
2762 2003-09-09  Angus Leeming  <leeming@lyx.org>
2763
2764         * buffer.[Ch]: Add an Impl class and move Buffer's member
2765         variables into it. As a result move several header files out of
2766         buffer.h.
2767
2768         Add header files to lots of .C files all over the tree as a result.
2769
2770 2003-09-09  Angus Leeming  <leeming@lyx.org>
2771
2772         * buffer.[Ch]: make Buffer's member variables private. Add
2773         accessor functions.
2774
2775         Lots of changes all over the tree as a result.
2776
2777 2003-09-08  Angus Leeming  <leeming@lyx.org>
2778
2779         * graph.C: #include <config.h>.
2780
2781 2003-09-08  Angus Leeming  <leeming@lyx.org>
2782
2783         * BranchList.C:
2784         * BufferView.C:
2785         * BufferView_pimpl.C:
2786         * CutAndPaste.C:
2787         * DepTable.C:
2788         * LaTeX.C:
2789         * LaTeXFeatures.C:
2790         * LyXAction.C:
2791         * MenuBackend.C:
2792         * TextCache.C:
2793         * aspell.C:
2794         * buffer.C:
2795         * bufferlist.C:
2796         * changes.C:
2797         * chset.C:
2798         * converter.C:
2799         * counters.C:
2800         * debug.C:
2801         * graph.C:
2802         * ispell.C:
2803         * lyx_cb.C:
2804         * lyxfind.C:
2805         * lyxfunc.C:
2806         * lyxlex_pimpl.C:
2807         * lyxrc.C:
2808         * lyxrow.C:
2809         * paragraph.C:
2810         * rowpainter.C:
2811         * texrow.C:
2812         * text.C:
2813         * text2.C:
2814         * toc.C: remove redundant using directives.
2815
2816 2003-09-07  Angus Leeming  <leeming@lyx.org>
2817
2818         * LaTeXFeatures.h: remove #include "support/types.h".
2819         * ToolbarBackend.h: remove #include <algorithm>.
2820         * changes.h: remove #include <ctime>.
2821         * debug.h: remove #include <iosfwd>.
2822         * graph.h: remove #include "support/std_string.h".
2823         * lyx_main.h: remove #include <csignal>.
2824         * lyxlex_pimpl.h: remove #include <fstream>.
2825         * sgml.h: remove #include <algorithm>, <utility>.
2826         * toc.h: remove #include "support/std_ostream.h".
2827         Add #include <iosfwd>.
2828
2829 2003-09-07  Angus Leeming  <leeming@lyx.org>
2830
2831         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2832
2833         * converter.h: forward declare LatexRunParams.
2834         * encoding.h: remove #include "lyxrc.h".
2835         * lyxtext.h: remove #include "LColor.h".
2836         * lyxtextclass.h: remove #include "support/types.h".
2837         * trans.h: remove #include "tex-accent.h".
2838         * trans_mgr.h: remove #include "tex-accent.h".
2839         * insets/inset.h: remove #include "support/types.h", <vector>.
2840         * insets/insetcollapsable.h: remove #include "LColor.h".
2841         * insets/insetinclude.h: remove #include "dimension.h".
2842         * insets/insetlatexaccent.h: remove #include "dimension.h".
2843         * insets/insetoptarg.h:: remove #include "insettext.h".
2844         * insets/insettext.h: remove #include "dimension.h",
2845         <boost/shared_ptr.hpp>
2846
2847         * insets/renderers.h: add #include "dimension.h".
2848         * insets/updatableinset.h: add #include "support/types.h".
2849
2850         * many .C files: Associated changes.
2851
2852 2003-09-06  Angus Leeming  <leeming@lyx.org>
2853
2854         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2855         one, inside testInvariant.
2856
2857         * PrinterParams.C: new file.
2858         * PrinterParams.[Ch]: move the function bodies out of line.
2859
2860 2003-09-06  Angus Leeming  <leeming@lyx.org>
2861
2862         * ParagraphParameters.h: forward declare ParameterStruct rather than
2863         including its header file.
2864         (depth): moved out-of-line.
2865
2866 2003-09-06  Angus Leeming  <leeming@lyx.org>
2867
2868         * BufferView_pimpl.h:
2869         * kbmap.h:
2870         * kbsequence.h:
2871         * lyxfunc.h: forward declare LyXKeySym rather than
2872         #include "frontends/LyXKeySym.h".
2873
2874         * BufferView_pimpl.C:
2875         * kbmap.C:
2876         * kbsequence.C:
2877         * lyxfunc.C: associated changes.
2878
2879 2003-09-06  Angus Leeming  <leeming@lyx.org>
2880
2881         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2882         As a result, can remove the #include "insets/inset.h" from BufferView.h
2883
2884 2003-09-06  Angus Leeming  <leeming@lyx.org>
2885
2886         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2887         As a result, can remove the #include "insets/inset.h" from BufferView.h
2888
2889 2003-09-06  Angus Leeming  <leeming@lyx.org>
2890
2891         * buffer_funcs.C:
2892         * buffer.h:
2893         * bufferlist.C:
2894         * BufferView.C:
2895         * bufferview_funcs.C:
2896         * BufferView_pimpl.C:
2897         * CutAndPaste.C:
2898         * lyx_cb.C:
2899         * lyxfunc.C:
2900         * paragraph.h:
2901         * ParagraphParameters.C:
2902         * tabular.C:
2903         * text3.C:
2904         * toc.C:
2905         * undo_funcs.C:
2906         * frontends/controllers/ControlDocument.C:
2907         * insets/insetcaption.C: rearrange the #includes into some sort of
2908         coherent order.
2909
2910         * buffer.h: remove #includes ErrorList.h, undo.h
2911
2912 2003-09-06  Angus Leeming  <leeming@lyx.org>
2913
2914         * support/types.h: add a 'depth_type' typedef, used to store the
2915         nesting depth of a paragraph.
2916
2917         * paragraph.h:
2918         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2919         defining explicitly.
2920
2921         * buffer.h:
2922         * paragraph_funcs.h:
2923         * ParagraphParameters.h:
2924         * sgml.h: use lyx::depth_type rather than Paragraph or
2925         ParameterStruct's depth_type.
2926
2927         * buffer.h
2928         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2929
2930         * BufferView.C:
2931         * BufferView_pimpl.C:
2932         * CutAndPaste.C:
2933         * ParagraphParameters.C:
2934         * buffer_funcs.C:
2935         * bufferlist.C:
2936         * bufferview_funcs.C:
2937         * lyx_cb.C:
2938         * lyxfunc.C:
2939         * tabular.C:
2940         * text3.C:
2941         * toc.C:
2942         * undo_funcs.C:
2943         * frontends/LyXView.C:
2944         * frontends/controllers/ControlDocument.C:
2945         * frontends/controllers/ControlErrorList.C:
2946         * insets/insetbibitem.C:
2947         * insets/insetbranch.C:
2948         * insets/insetcaption.C:
2949         * insets/insetcollapsable.C:
2950         * insets/insetenv.C:
2951         * insets/insetert.C:
2952         * insets/insetfloat.C:
2953         * insets/insetfoot.C:
2954         * insets/insetfootlike.C:
2955         * insets/insetnewline.C:
2956         * insets/insetquotes.C:
2957         * insets/insettabular.C:
2958         * insets/insettext.C:
2959         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2960
2961         * frontends/controllers/ControlChanges.C: #include "changes.h".
2962
2963 2003-09-06  Angus Leeming  <leeming@lyx.org>
2964
2965         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2966         than #including paragraph.h.
2967
2968         * ParagraphList.h:
2969         * RowList.h: deleted. Superfluous.
2970
2971         * CutAndPaste.h:
2972         * iterators.h:
2973         * lyxcursor.h:
2974         * lyxtext.h:
2975         * text_funcs.h:
2976         * undo.h:
2977         * undo_funcs.h:
2978         * insets/inset.h:
2979         * insets/insettext.h: use ParagraphList_fwd.h rather than
2980         ParagraphList.h.
2981
2982         * paragraph.h: don't forward declare ParagraphList.
2983
2984         * buffer.h:
2985         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2986         rather than ParagraphList.h. paragraph.h is still needed for the
2987         Paragraph::depth_type parameters.
2988
2989         * textcursor.h: enable it to compile stand-alone in light of the
2990         above changes.
2991
2992         * bufferview_funcs.C:
2993         * iterators.C:
2994         * lyxfunc.C:
2995         * lyxrow_funcs.C:
2996         * paragraph.C:
2997         * rowpainter.C:
2998         * text.C:
2999         * text2.C:
3000         * text3.C:
3001         * text_funcs.C:
3002         * textcursor.C:
3003         * undo.C:
3004         * frontends/controllers/ControlParagraph.C:
3005         * frontends/controllers/ControlTabular.C:
3006         * insets/insetmarginal.C:
3007         * insets/insetminipage.C:
3008         * insets/insetnote.C:
3009         * insets/insetoptarg.C: add header files needed to compile again.
3010
3011 2003-09-06  Angus Leeming  <leeming@lyx.org>
3012
3013         * RowList_fwd.h: new file, forward-declaring Row rather than
3014         #including lyxrow.h.
3015
3016         * lyxrow_funcs.h:
3017         * lyxtext.h:
3018         * paragraph.h:
3019         * insets/insettext.h: use it instead of RowList.h
3020
3021         * bufferview_funcs.C:
3022         * lyxfunc.C:
3023         * lyxrow_funcs.C:
3024         * paragraph.C:
3025         * rowpainter.C:
3026         * text.C:
3027         * text2.C:
3028         * text3.C: #include "RowList.h".
3029
3030 2003-09-05  Angus Leeming  <leeming@lyx.org>
3031
3032         * factory.C (createInset):
3033         * vspace.C (c-tor): replace sscanf call with an istringstream.
3034         * ispell.C: re-add missing HP/UX headers.
3035         * lyxserver.C: re-add missing  os2 headers.
3036
3037 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3038
3039         * BranchList.C:
3040         * graph.C:
3041         * ispell.C:
3042         * lastfiles.C:
3043         * lyx_cb.C:
3044         * lyxserver.C:
3045         * texrow.C:
3046         * text3.C: re-add missing system headers, needed for 2.95.2.
3047
3048 2003-09-05  Angus Leeming  <leeming@lyx.org>
3049
3050         Changes most place everywhere due to the removal of using directives
3051         from support/std_sstream.h.
3052
3053 2003-09-05  Angus Leeming  <leeming@lyx.org>
3054
3055         Replace LString.h with support/std_string.h,
3056         Lsstream.h with support/std_sstream.h,
3057         support/LIstream.h with support/std_istream.h,
3058         support/LOstream.h with support/std_ostream.h.
3059
3060         Changes resulting throughout the tree.
3061
3062 2003-09-05  Angus Leeming  <leeming@lyx.org>
3063
3064         * sgml.h: ensure that the header file can be compiled stand-alone.
3065         * *.C: strip out redundant #includes. (320 in total.)
3066
3067 2003-09-04  Angus Leeming  <leeming@lyx.org>
3068
3069         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3070         here (from getPackages).
3071
3072         * debug.[Ch]: add a new EXTERNAL tag.
3073
3074 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3075
3076         * text2.C (cursorEnd): simplify
3077         (setCursor): adjust
3078         (getColumnNearX): adjust
3079
3080         * text.C (computeBidiTables): adjust
3081         (fill): adjust
3082
3083         * rowpainter.C (paintChars): adjust
3084         (paintSelection): adjust
3085         (paintChangeBar): adjust
3086         (paintText): adjust
3087
3088         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3089         lastPos instead.
3090         (numberOfSeparators): adjust
3091
3092 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3093
3094         * LyXAction.C:
3095         * box.[Ch]:
3096         * lfuns.h:
3097         * lyxfunc.C:
3098         * text3.C: Restricts the mouse click functionality
3099         of insets like bibtex, include, toc and floatlist to the visible
3100         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3101         up the dialogs. Cursor has to be in front of the inset (i.e.
3102         start of row) for this to function.
3103
3104 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3105
3106         * bufferview_funcs.C (currentState): output row information
3107
3108 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3109
3110         * bufferview_funcs.C (currentState): output paragraph position
3111
3112 2003-09-04  Angus Leeming  <leeming@lyx.org>
3113
3114         * FloatList.h: move out #include "Floating.h".
3115         * LaTeX.h: move out #include "DepTable.h".
3116         * LyXAction.h: move out #include "funcrequest.h".
3117         * buffer.h: move out #include "author.h", "iterators.h".
3118         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3119         * lyx_main.h: move out #include "errorlist.h".
3120         * lyxfunc.h: move out #include "FuncStatus.h".
3121         * lyxtext: move out #include "lyxcursor.h".
3122         * paragraph_pimpl.h: move out #include "counters.h".
3123
3124 2003-09-03  Angus Leeming  <leeming@lyx.org>
3125
3126         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3127         preamble_snippets list, enabling us to add snippets to the preamble
3128         only if the snippet was not there already.
3129
3130 2003-09-04  Angus Leeming  <leeming@lyx.org>
3131
3132         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3133
3134 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3135
3136         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3137         update
3138
3139 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3140
3141         * BranchList.C: point fix, earlier forgotten
3142
3143 2003-09-02  Angus Leeming  <leeming@lyx.org>
3144
3145         * box.C (contains): renamed from 'contained' after a fantastic
3146         amount of hot air.
3147
3148 2003-09-02  John Levon  <levon@movementarian.org>
3149
3150         * BufferView.C:
3151         * lyxcursor.h:
3152         * lyxcursor.C:
3153         * lyxfunc.C:
3154         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3155
3156 2003-09-02  John Levon  <levon@movementarian.org>
3157
3158         * text2.C: simplification of cursorEnd(), including partial
3159         fix for bug 1376
3160
3161 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3162
3163         * buffer.C (readFile): add a space
3164
3165 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3166
3167         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3168
3169 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3170
3171         * buffer.C (readFile): new function, take a filename and a
3172         ParagraphList::iterator
3173         (readFile): adjust
3174         (readFile): adjust, make it private. don't use setStream, make
3175         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3176         always contain the filename.
3177
3178         * BufferView.C (insertLyXFile): simplify and make it work for
3179         gzipped files.
3180
3181 2003-08-30  John Levon  <levon@movementarian.org>
3182
3183         * Makefile.am: fix dist (from Kayvan)
3184
3185 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3186
3187         * most files: change to use const Buffer refs
3188
3189 2003-08-27  André Pönitz  <poenitz@gmx.net>
3190
3191         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3192         on top of ownerPar().
3193
3194 2003-08-27  John Levon  <levon@movementarian.org>
3195
3196         * funcrequest.C: properly initialise POD members
3197
3198 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3199
3200         * lyxtext.h (top_y): move top_y from here
3201         * text.C:
3202         * text2.C:
3203         * text3.C:
3204         * BufferView.[Ch]:
3205         * BufferView_pimpl.[Ch]: to here
3206         * frontends/screen.C:
3207         * insets/insettabular.C:
3208         * insets/insettext.C: adjust
3209         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3210
3211 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3212
3213         * BufferView.[Ch]:
3214         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3215
3216 2003-08-26  André Pönitz  <poenitz@gmx.net>
3217
3218         * paragraph_func.[Ch] (outerPar): new function
3219
3220         * paragraph.C:
3221         * paragraph_funcs.C:
3222         * paragraph_funcs.h:
3223         * paragraph_pimpl.C:
3224         * text2.C: remove Inset::par_owner
3225
3226 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3227
3228         * lyxrow_funcs.C:
3229         * lyxtext.h:
3230         * text.C:
3231         * text2.C: eliminates the needFullRow/display() stuff
3232         altogether, putting the logic in metrics/draw in the insets.
3233
3234 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3235
3236         * text2.C (redoParagraphInternal, redoParagraphs):
3237         * text.C (redoParagraph): add a call to updateRowPositions at the
3238         end of each 'metrics-like' call. Remove all others.
3239         (getRow): remove the 'y-computing' version.
3240         (getRowNearY): do not compute nor return the real y. Solve the
3241         'y < 0' problem and simplify.
3242
3243 2003-08-22  Angus Leeming  <leeming@lyx.org>
3244
3245         * *.[Ch]: clean-up of licence and author blurbs.
3246         Also move config.h out of a few .h files and into a few .C files.
3247
3248 2003-08-22  André Pönitz  <poenitz@gmx.net>
3249
3250         * lyxrow.[Ch]: add x_ and *fill_ members
3251
3252         * lyxtext.h:
3253         * text.C:
3254         * rowpainter.C:
3255         * text2.C: adjust/remove prepareToPrint() calls
3256
3257 2003-08-22  André Pönitz  <poenitz@gmx.net>
3258
3259         * lyxrow.[Ch]: add  end_ member
3260
3261         * lyxrow_funcs.C: use LyXRow::end_
3262
3263         * lyxtext.h (singleWidth): add LyXFont parameter
3264
3265         * rowpainter.C:
3266         * text2.C: adjust LyXText::singleWidth() calls
3267
3268         * text.C (redoParagraph): simplify row breaking logic
3269
3270
3271 2003-08-19  André Pönitz  <poenitz@gmx.net>
3272
3273         * funcrequest.C: initialize button_ member
3274
3275         * text3.C:
3276         * rowpainter.[Ch]: interface consolidation
3277
3278 2003-08-18  André Pönitz  <poenitz@gmx.net>
3279
3280         * BufferView.C:
3281         * BufferView_pimpl.C:
3282         * lyxfind.C:
3283         * paragraph_funcs.C:
3284         * rowpainter.C:
3285         * text3.C: remove LyXScreen::draw() and fitCursor calls
3286
3287         * BranchList.h: remove spurious semicolons
3288
3289         * MenuBackend.C: fix branchlist related crash
3290
3291 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3292
3293         * BranchList.[Ch]:
3294         * InsetList.[Ch]:
3295         * LColor.[Ch]:
3296         * LyXAction.C:
3297         * Makefile.am:
3298         * MenuBackend.[Ch]:
3299         * bufferparams.[Ch]:
3300         * factory.C:
3301         * lfuns.h:
3302         * lyxfunc.C:
3303         * text3.C: implements the 'branch inset'
3304         idea. This allows the output of various versions of a document
3305         from a single source version, selectively outputing or suppressing
3306         output of parts of the text.
3307         This implementation contains a 'branch list editor' in a separate
3308         tab of the document settings dialog. Branches are user definable
3309         and have a "display colour" to distinguish them on-screen.
3310
3311         ColorHandler was somewhat cleaned up.
3312         (1) make possible a dynamically growing LColor list by allowing
3313         the graphic context cache to grow along (vector);
3314         (2) eliminate an IMHO unnecessary step in colour allocation.
3315
3316 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3317
3318         * BufferView_pimpl.C: compile fix
3319
3320 2003-08-15  André Pönitz  <poenitz@gmx.net>
3321
3322         * rowpainter.C: remove extra metrics calls
3323
3324         * lyxtext.h: merge the two constructors into a single one,
3325           pass reference to owner's par list
3326
3327         * BufferView_pimpl.C:
3328         * text.C:
3329         * text2.C: adjust
3330
3331 2003-08-15  André Pönitz  <poenitz@gmx.net>
3332
3333         * lyxrow_funcs.[Ch]:
3334         * lyxtext.h:
3335         * paragraph.h:
3336         * paragraph_funcs.C:
3337         * rowpainter.C:
3338         * text.C:
3339         * text2.C:
3340         * text3.C:
3341         * text_funcs.C: split LyXText::rowlist_ into individual
3342         Paragraph::rows_ chunks
3343
3344         * BufferView.[Ch]:
3345         * BufferView_pimpl.[Ch]:
3346         * lyxfind.C:
3347         * lyxtext.h:
3348         * text3.C: remove toggleSelection()
3349
3350 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3351
3352         * bufferlist.C: beautify two alerts (shorter text of buttons)
3353         * buffer.C: Remove redundant ' ' from message
3354         * tabular.h:
3355         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3356         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3357         rename VALIGN_CENTER to VALIGN_MIDDLE
3358
3359 2003-08-11  André Pönitz  <poenitz@gmx.net>
3360
3361         * lyxtext.h (getPar):
3362         * text.C: new function
3363
3364 2003-08-11  André Pönitz  <poenitz@gmx.net>
3365
3366         * Makefile.am:
3367         * tracer.[Ch]: remove unneeded files
3368
3369         * InsetList.[Ch]: remove resizeInsetsLyXText()
3370
3371         * lyxtext.h:
3372         * text.C:
3373         * text2.C:
3374         * text3.C: merge insertParagraphs() and appendParagraph()
3375         remove breakAgain(), update()
3376
3377         * BufferView_pimpl.[Ch]:
3378         * bufferview_funcs.[Ch]:
3379         * lyxfunc.C:
3380         * paragraph.[Ch]:
3381         * rowpainter.C:
3382         * tabular.C: adjust after text & InsetList changes.
3383
3384 2003-08-08  André Pönitz  <poenitz@gmx.net>
3385
3386         * text.C (insertChar, backspace): replace rowlist fiddling
3387         with rebreak of full par
3388
3389         * lyxtext.h:
3390         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3391         checkParagraph, updateInset): removed
3392
3393 2003-08-07  André Pönitz  <poenitz@gmx.net>
3394
3395         * paragraph.C:
3396         * text3.C: merge some LFUN handlers, remove dead code
3397
3398 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3399
3400         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3401
3402 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3403
3404         * text2.C (DEPM): fix part of bug 1255 and 1256
3405
3406 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3407
3408         * BufferView_pimpl.C (workAreaDispatch): change to use
3409         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3410         that are no mouse related.
3411
3412 2003-08-05  André Pönitz  <poenitz@gmx.net>
3413
3414         * BufferView.[Ch]:
3415         * BufferView_pimpl.[Ch]:
3416         * bufferview_funcs.C:
3417         * text2.C:
3418         * text3.C: rip out "deep update"
3419
3420         * textcursor.[Ch] (last_sel_cursor): remove unused member
3421
3422 2003-08-04  André Pönitz  <poenitz@gmx.net>
3423
3424         * BufferView.[Ch]:
3425         * BufferView_pimpl.[Ch]:
3426         * ParagraphParameters.C:
3427         * bufferview_funcs.C:
3428         * lyx_cb.C:
3429         * lyxfind.C:
3430         * lyxfunc.C:
3431         * text.C:
3432         * text2.C:
3433         * text3.C: replace "complicated" BufferView::update(...) calls with
3434         simpler ones.
3435
3436         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3437
3438 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3439
3440         * Makefile.am (lyx_SOURCES): add paper.h
3441
3442 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3443
3444         * Makefile.am: move things around so that both lyx-qt and
3445         lyx-xforms can be built (according to --with-frontend). Then lyx
3446         is a symbolic link to lyx-[firstfrontend]
3447
3448 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3449
3450         * Always use std::endl with lyxerr
3451
3452 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3453
3454         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
3455
3456 2003-08-01  André Pönitz  <poenitz@gmx.net>
3457
3458         * BufferView.[Ch]:
3459         * BufferView_pimpl.[Ch]:
3460         * lyxfunc.C:
3461         * text3.C: merge BufferView::repaint() and BufferView::update()
3462
3463 2003-08-01  José Matos  <jamatos@lyx.org>
3464
3465         * buffer.[Ch]: file_format is no longer a buffer data element.
3466
3467 2003-08-01  André Pönitz  <poenitz@gmx.net>
3468
3469         * BufferView.C:
3470         * lyxtext.h:
3471         * text.C:
3472         * text2.C: make redoParagraph more independent of current cursor
3473
3474         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
3475         * text.C:
3476         * text2.C: remove unneeded members
3477
3478 2003-07-30  André Pönitz  <poenitz@gmx.net>
3479
3480         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
3481
3482         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
3483           create a single function...
3484
3485         * paragraph_funcs.C (moveItem): ... here.
3486
3487         * text.C:
3488           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
3489
3490 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
3491
3492         * LColor.[Ch]: Add comment and greyedout logical colors.
3493
3494 2003-07-30  André Pönitz  <poenitz@gmx.net>
3495
3496         * tabular.C: don't use Assert too heavily. This crashes where it
3497           shouldn't
3498
3499 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
3500
3501         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
3502         is disabled (bug 1232)
3503
3504 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3505
3506         * factory.C: limited 'arg' scope
3507
3508 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3509
3510         * factory.C: fixed Note submenu issues
3511
3512 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3513
3514         * factory.C: submenu for Note/Comment/Greyedout
3515
3516 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
3517
3518         * lyx_main.C (LyX):
3519         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
3520
3521 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
3522
3523         * LaTeXFeatures.C:
3524         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
3525         greyedout. Patch provided by Jürgen Spitzmüller.
3526
3527 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3528
3529         * kbmap.C (read): fix error message when reading bind files
3530
3531 2003-07-29  Angus Leeming  <leeming@lyx.org>
3532
3533         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
3534         certainly does not do what it purports to do. I am doing it, and
3535         us, a favour by killing it.
3536
3537 2003-07-28  José Matos  <jamatos@lyx.org>
3538
3539         * buffer.C (readBody, do_writeFile):
3540         * paragraph.C(readParagraph): \end_document replaces \the_end.
3541
3542 2003-07-29  André Pönitz  <poenitz@gmx.net>
3543
3544         * BufferView.[Ch]:
3545         * BufferView_pimpl.[Ch]:
3546         * lyxfunc.C:
3547         * text2.C:
3548         * text3.C:
3549         * textcursor.[Ch]: remove toggleToggle & Co
3550
3551 2003-07-28  José Matos  <jamatos@fep.up.pt>
3552
3553         * buffer.C (readParagraph):
3554         * params_func (readParToken, readParagraph):
3555         * paragraph.C (write): \layout -> \begin_layout.
3556
3557 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3558
3559         * lyxlex_pimpl.C (setFile): clean up slightly.
3560
3561         * bufferparams.h: add compressed var
3562
3563         * buffer_funcs.C (readFile): adjust for LyXLex change
3564         (newFile): ditto + simplify
3565
3566         * buffer.C (writeFile): handle writing of compressed files
3567
3568         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
3569         Check if the file is compressed and set a bufferparm if so.
3570
3571         * Makefile.am (lyx_LDADD): remove explicit -lz
3572
3573 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3574
3575         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
3576         makeDocBookFile): put the real LyX version in the first line of
3577         the file
3578
3579         * version.h:
3580         * version.C.in: remove lyx_docversion
3581
3582         * tabular.C (write_attribute): add a template-based version to
3583         write enums properly
3584
3585 2003-07-28  André Pönitz  <poenitz@gmx.net>
3586
3587         * lyxtext.h:
3588         * text.C:
3589         * text2.C:
3590         * text3.C: use doubles again for x-coordinates. They are needed.
3591
3592 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3593
3594         * messages.C (getLocaleDir): use lyx_localedir()
3595
3596         * lyxlex_pimpl.C (setFile): compress stuff
3597
3598         * buffer.C (writeFile): add some compression stuff
3599         (do_writeFile): new func, dont call expliti close... will this
3600         breake anything?
3601
3602         * Makefile.am (lyx_LDADD): add -lz
3603
3604 2003-07-28  José Matos  <jamatos@fep.up.pt>
3605
3606         * buffer.C: increment file format.
3607         * paragraph_funcs (readParagraph, readParToken):
3608         * paragraph.C (readParagraph): add \end_layout.
3609
3610 2003-07-27  Angus Leeming  <leeming@lyx.org>
3611
3612         * Makefile.am: remove special casing for configure-time setting of
3613         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
3614
3615         * lyx_main.C (init): remove all Jean-Marc's magic setting of
3616         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
3617
3618 2003-07-26  André Pönitz  <poenitz@gmx.net>
3619
3620         * paragraph_func.[Ch]:
3621         * paragraph.C (realizeFont): inline it whereever it is used
3622
3623         * rowpainter.C:
3624         * text.C:
3625         * text2.C:
3626         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
3627
3628
3629 2003-07-26  André Pönitz  <poenitz@gmx.net>
3630
3631         *       lyxtext.h:
3632         * text.C:
3633         * text2.C: get rid of LyXText::need_break_row
3634
3635 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3636
3637         * toc.[Ch]: put namespace toc inside namespace lyx
3638
3639         * MenuBackend.C (expandToc2): adjust for lyx::toc
3640         (expandToc): ditto
3641
3642         * lyxfunc.C (dispatch): adjust for lyx::find
3643
3644         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
3645         lyx::find instead. Reorganize a bit.
3646         (LyXReplace): rename to replace
3647         (LyXFind): rename to find
3648
3649         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
3650         (dispatch): ditto
3651
3652 2003-07-26  André Pönitz  <poenitz@gmx.net>
3653
3654         * text.C (setHeightOfRow): restrict scope of temporary variable
3655
3656         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3657           code (never has been used?)
3658
3659 2003-07-27  Asger Alstrup  <alstrup@local>
3660
3661         * text.C (fill): Optimise algorithm to exploit that we can reuse
3662         the LyXFont for many characters.
3663         (setHeightOfRow): Same thing.
3664         (rowBreakPoint): Same thing.
3665
3666 2003-07-26  Asger Alstrup  <alstrup@local>
3667
3668         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3669
3670         * text.C (singleWidth): Spurious font copying in hot-spot
3671         singleWidth avoided. Reorder tests for arabic for efficiency.
3672
3673         * text.C (fill): handle empty paragraphs better.
3674
3675 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3676
3677         * ispell.C:
3678         * encoding.h: add includes
3679
3680         * lyxrc.C: remove reading of bind files
3681
3682         * lyx_main.C (init): setup bindings and menus only if we have a
3683         gui.
3684
3685         * kbmap.C (read): new method. Do the actual reading of bind
3686         files.
3687
3688         * converter.C (dvipdfm_options):
3689         * bufferparams.C:
3690         * lyxrc.C (read):
3691         (output): adapt PAPER_* enums.
3692
3693         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3694
3695         * bufferparams.h: remove paper-related enums from there
3696
3697         * paper.h: New file. A trivial header file to hold paper-related
3698         enums. It should later expand to contain many paper-related
3699         horrors access.
3700
3701         * lyxrc.C: declare extern displayTranslator
3702
3703 2003-07-27  José Matos  <jamatos@fep.up.pt>
3704
3705         * tabular.[Ch] (linuxdoc): add support for tables and figures
3706         (linuxdoc).
3707
3708 2003-07-27  José Matos  <jamatos@fep.up.pt>
3709
3710         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3711         consistency in both functions.
3712         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3713
3714 2003-07-26  Asger Alstrup  <alstrup@local>
3715
3716         * rowpainter.C (paintRows): Change algorithm to work directly on
3717         the insets rather than asking every character in the document
3718         whether its an inset.
3719
3720 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3721
3722         * buffer.C (openFileWrite): factorize some code
3723
3724 2003-07-26  Angus Leeming  <leeming@lyx.org>
3725
3726         * lyx_cb.C:
3727         * lyx_main.[Ch]: replace occurances of system_tempdir with
3728         os::getTmpDir().
3729
3730 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3731
3732         * rename Inset to InsetOld
3733
3734 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3735
3736         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3737         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3738         which I think is a bit clearer. EDIT is gone, since it was
3739         premature optimisation, and broken for mathed anyway.
3740         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3741         with cursor positioning in insets as well (math insets still do not
3742         work, but that's a different story anyway.) It mysteriously
3743         crashes sometimes with undo in the first paragraph, but I'm fairly
3744         confident that this is a compiler bug.
3745
3746 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3747
3748         * paragraph.C (Paragraph): adjust for new clone return type
3749         (operator==): ditto
3750         (copyIntoMinibuffer): ditto
3751
3752 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3753
3754         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3755         by not having a special case, and always doing a full rebreak of
3756         the document after undo.
3757
3758 2003-07-23  Angus Leeming  <leeming@lyx.org>
3759
3760         * factory.C (createInset): InsetExternal::setParams now takes a
3761         Buffer const * arg.
3762
3763 2003-07-23  Angus Leeming  <leeming@lyx.org>
3764
3765         * factory.C (createInset): changed interface to the external and
3766         graphics mailers' string2params functions.
3767
3768 2003-07-23  Angus Leeming  <leeming@lyx.org>
3769
3770         * factory.C (createInset): pass a
3771         Buffer const * parameter to InsetExternalMailer's string2params.
3772
3773 2003-07-22  John Levon  <levon@movementarian.org>
3774
3775         * Thesaurus.h: include the right aiksaurus header
3776
3777 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3778
3779         * MenuBackend.C (expand): check menu shortcuts unconditionally
3780
3781 2003-07-21  Angus Leeming  <leeming@lyx.org>
3782
3783         * factory.C (createInset): pass a
3784         buffer_path parameter to InsetGraphicsMailer's string2params.
3785
3786 2003-07-21  Angus Leeming  <leeming@lyx.org>
3787
3788         * BufferView_pimpl.C (buffer):
3789         * buffer.C (d-tor):
3790         * lyx_main.C (LyX):
3791         * lyxfunc.C (dispatch):
3792         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3793         rather than the grfx shortcut.
3794
3795 2003-07-21  André Pönitz  <poenitz@gmx.net>
3796
3797         * rowpainter.C: remove unused variables
3798
3799         * tabular_funcs.C:
3800         * tabular_funcs.h: move to tabular.C
3801         * Makefile.am: adjust
3802
3803         * tabular.[Ch]: basic optical cleaning
3804
3805         * author.h: pass references, not values
3806
3807 2003-07-18  André Pönitz  <poenitz@gmx.net>
3808
3809         * lyxtext.h:
3810         * metricsinfo.C:
3811         * metricsinfo.h:
3812         * rowpainter.C:
3813         * text.C:
3814         * text2.C:
3815         * text3.C: two-phase drawing for InsetText and InsetTabular
3816         some float -> int changes.
3817
3818 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3819
3820         * lyx_main.C: fix the fix
3821
3822 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3823
3824         * lyx_main.C: fix a crash in batch mode if no files specified
3825         * converter.C: ws
3826
3827 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3828
3829         * format.[Ch] (papersize): moved to BufferParams
3830         * converter.[Ch] (dvips_options): moved to BufferParams
3831         (dvipdfm_options): moved to anon namespace
3832         * bufferparams.[Ch]: added above functions.
3833
3834 2003-07-17  André Pönitz  <poenitz@gmx.net>
3835
3836         * lyxtext.h:
3837         * rowpainter.C:
3838         * text2.C: don't call inset->update() anymore
3839
3840         * metricsinfo.[Ch]: add convenience constructor
3841
3842 2003-07-16  André Pönitz  <poenitz@gmx.net>
3843
3844         * lyxcursor.[Ch]:
3845         * lyxfunc.[Ch]:
3846         * text.C:
3847         * text2.C: replace the LyXCursor::irow_ member with
3848          on-demand computation of the value
3849
3850 2003-07-16  John Levon  <levon@movementarian.org>
3851
3852         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3853
3854 2003-07-15  André Pönitz  <poenitz@gmx.net>
3855
3856         * text.C:
3857         * text2.C: remove no more needed refresh_row
3858
3859 2003-07-15  André Pönitz  <poenitz@gmx.net>
3860
3861         * lyxtext.h:
3862         * rowpainter.C:
3863         * text2.C:
3864         * text3.C: refresh_status tristate -> need_update bool
3865
3866 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3867
3868         * lyxtext.h (init): remove reinit argument (act as if always true)
3869         * text2.C: adjust to that
3870
3871 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3872
3873         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3874         * text3.C: use it to delete selections in some cases
3875         (bugs 441, 673, 702, 954).
3876
3877 2003-07-14  André Pönitz  <poenitz@gmx.net>
3878
3879         * rowpainter.[Ch]: reduce interface
3880
3881 2003-07-14  André Pönitz  <poenitz@gmx.net>
3882
3883         * BufferView_pimpl.C:
3884         * text2.C: adjust after removing unused BufferView * argument
3885
3886 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3887
3888         * text2.C (init): fix a crash fired on resize
3889
3890 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3891
3892         * buffer.[Ch]: added new closing signal
3893         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3894         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3895         BufferView::Pimpl via the closing the signal
3896
3897 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3898
3899         * buffer.[Ch]: take out all bv-related from buffer
3900         * BufferView.C:
3901         * BufferView_pimpl.[Ch]: connect to new signals
3902         * CutAndPaste.C: removed useless asserts
3903         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3904         * lyxvc.[Ch]:
3905         * vc-backend.[Ch]:
3906         * lyxfunc.C: moved view-related funciontality from vc here
3907         * paragraph.C: removed outdated comments
3908         * text.C: ws
3909
3910 2003-07-10  André Pönitz  <poenitz@gmx.net>
3911
3912         * BufferView_pimpl.C:
3913         * tabular.h:
3914         * tabular_funcs.C:
3915         * text.C:
3916         * text2.C: remove InsetText::InnerCache, clean up consequences
3917
3918 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3919
3920         * ispell.C: fix two typos in error messages
3921
3922 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3923
3924         * Extend Note inset to other forms of annotation like Comment
3925         and Greyedout. Right button click gives dialog.
3926
3927         Files modified or added (+):
3928
3929         * insetnote.[Ch]
3930         * FormNote.[Ch]      +
3931         * ControlNote.[Ch]   +
3932         * form_note.fd       +
3933         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3934         frontends/controllers
3935         * xforms/Dialogs.C
3936         * factory.C
3937
3938 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3939
3940         * aspell.C: add missing namespace lyx::support
3941
3942 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3943
3944         * BufferView.[Ch] (newFile): Add
3945         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3946         * LaTeX.[Ch] (message): added this signal and use it
3947         * buffer.[Ch] (busy, message): added these signals and use them
3948         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3949         * converter.C:
3950         * exporter.C:
3951         * format.C:
3952         * importer.C: use buffer signals instead of direct bv calling
3953         * lyx_cb.[Ch] (ShowMessage): removed
3954         * lyx_main.C:
3955         * lyxfunc.C:
3956         * paragraph_funcs.C:
3957         * text2.C: use buffer signals
3958
3959 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3960
3961         * introduce namespace lyx::graphics
3962
3963 2003-07-02  André Pönitz  <poenitz@gmx.net>
3964
3965         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3966
3967 2003-07-01  André Pönitz  <poenitz@gmx.net>
3968
3969         * text.C:
3970         * text2.C:
3971         * text3.C:
3972         * text_funcs.[Ch]:
3973         * textcursor.h:
3974         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3975           text*.C to text_func.C
3976
3977 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3978
3979         * introduce namespace lyx::support
3980
3981 2003-06-30  André Pönitz  <poenitz@gmx.net>
3982
3983         * Chktex.C:
3984         * funcrequest.C:
3985         * lyxtext.h:
3986         * text.C: re-enable --with-included-string
3987
3988 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3989
3990         * textcursor.C: add <config.h>
3991
3992         * text.C (getWord): remove const from word_location arg
3993
3994         * lyxvc.C (getLogFile): fix const type order
3995
3996         * lyxtext.h: remove const from word_location arg, add arg name
3997
3998         * lyxlayout.h: currect type on labeltype.
3999
4000         * importer.C: correct \file
4001
4002         * converter.C (intToFormat): use std:: on ret val, ws changes
4003
4004         * bufferlist.h: correct \file
4005
4006         * buffer.C (makeLinuxDocFile): fix const type order
4007         (makeDocBookFile): ditto
4008         (fillWithBibKeys): use std:: on stdlib args.
4009
4010         * CutAndPaste.C: fix authors.
4011         (availableSelections): use std:: on return vector
4012
4013 2003-06-27  André Pönitz  <poenitz@gmx.net>
4014
4015         * BufferView_pimpl.C:
4016         * bufferview_funcs.C:
4017         * lyxcursor.C:
4018         * lyxcursor.h:
4019         * lyxfunc.C:
4020         * lyxtext.h:
4021         * rowpainter.C:
4022         * text.C:
4023         * text2.C:
4024         * text3.C: remove LyXCursor::row_ member
4025
4026         * lyxtext.h:
4027         * text.C: rename fullRebreak() to partialRebreak() and implement
4028           a fullRebreak() that really bereks fully
4029
4030         * textcursor.h: new struct for cursor-related data
4031
4032 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4033
4034         * lyx_main.C (LyX): get full path of document loaded on the
4035         command line
4036
4037 2003-06-26  André Pönitz  <poenitz@gmx.net>
4038
4039         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4040           remove unused/broken operator>,<,>=.
4041
4042         *       text.C: remove only use of broken operator<= in an Assert().
4043
4044 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4045
4046         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4047         moved errorlist_.clear to showErrorList
4048
4049 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4050
4051         * converter.C (scanLog, runLaTeX):
4052         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4053         move the bv->showErrorList call to the callers
4054         * lyxfunc.C: i.e. here...
4055         * text2.C: and here
4056         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4057         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4058         namespace, the second to...
4059         * buffer_funcs (BufferFormat, parseErrors): added
4060         * errorlist.C (ErrorList(TeXErrors const &)): removed
4061
4062 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4063
4064         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4065
4066 2003-06-24  "Garst R. Reese" <reese@isn.net>
4067
4068         * debug.C: fix typo
4069
4070 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4071
4072         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4073
4074         * version.C.in: change docversion to 1.4
4075
4076 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4077
4078         * buffer.C: fix a bug just introduced
4079
4080 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4081
4082         * buffer.[Ch]: added the parseError signal and use it, removed
4083         sgmlError
4084         * BufferView.[Ch] (addError): moved to ...
4085         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4086         to the Buffer::parseError signal to catch (guess what) parse errors
4087         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4088
4089 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4090
4091         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4092         ability to create a buffer and to return an existing one from
4093         the list. Moved these functions to...
4094         * buffer_funcs.[Ch]: added
4095         * BufferView.[Ch] (loadLyXFile): added
4096         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4097         job removed from bufferlist::loadLyXFile.
4098         * buffer.C (setReadOnly): make it work without view
4099         (i.e added an if (users))
4100
4101 2003-06-19  Angus Leeming  <leeming@lyx.org>
4102
4103         * lfuns.h:
4104         * LyXAction.C (init):
4105         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4106         with LFUN_DIALOG_SHOW <name> <data>.
4107
4108 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4109
4110         * CutAndPaste.C (availableSelections): small compilation fix for
4111         ancient (gcc 2.9x) compilers
4112
4113 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4114
4115         * text3.C (cursorNext): add tmp var
4116
4117         * text2.C (updateCounters): for function calling out of for clause
4118         (replaceSelectionWithString): ditto
4119         (insertStringAsParagraphs): ditto
4120         (getColumnNearX): add tmp var
4121         (setCursorFromCoordinates): add tmp var
4122         (cursorDownParagraph): add tmp var
4123         (deleteEmptyParagraphMechanism): add tmp var
4124
4125         * text.C (insertChar): add tmp var
4126
4127         * rowpainter.C (paintDepthBar): add tmp var
4128
4129         * CutAndPaste.C (availableSelections): potentially check all
4130         paragraphs in a cut to fill the shown strings.
4131
4132 2003-06-18  André Pönitz  <poenitz@gmx.net>
4133
4134         * kbmap.[Ch]: use vector<> instead of list<>
4135
4136 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4137
4138         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4139         pasteSelection with index
4140
4141         * text2.C (pasteSelection): modify, call pasteSelection with index
4142
4143         * paragraph.C (asString): reimplement version with no interval to
4144         call the one with interval.
4145
4146         * lyxtext.h: add index arg to pasteSelection
4147
4148         * MenuBackend.C (MenuItem): handle PasteRecent
4149         (Menu::read::Menutags): add md_pasterecent
4150         (read): handle it
4151         (expandPasteRecent): new function
4152         (expand): use it
4153
4154         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4155
4156         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4157         the limited stack
4158         (availableSelections): new function
4159
4160 2003-06-17  Angus Leeming  <leeming@lyx.org>
4161
4162         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4163
4164 2003-06-17  Angus Leeming  <leeming@lyx.org>
4165
4166         * lfuns.h:
4167         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4168
4169         * lyxfunc.C (dispatch): invoke it.
4170
4171 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4172
4173         * iterators.C (operator++, ParPosition): reintroduce some
4174         const_cast for the benefit of older compilers.
4175
4176 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4177
4178         * text3.C (dispatch): do not modify clipboard when doing
4179         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4180         LFUN_DELETE_SKIP on a selection selection
4181
4182 2003-06-16  André Pönitz  <poenitz@gmx.net>
4183
4184         * BufferView.C:
4185         * buffer.C:
4186         * buffer.h:
4187         * paragraph.C:
4188         * tabular.[Ch]: IU of clone() and getLabelList();
4189
4190 2003-06-13  André Pönitz  <poenitz@gmx.net>
4191
4192         * tabular.h: compactification
4193
4194 2003-06-12  André Pönitz  <poenitz@gmx.net>
4195
4196         * tabular.C:
4197         * tabular.h:
4198         * tabular_funcs.h: some renaming plus whitespace
4199
4200 2003-06-12  André Pönitz  <poenitz@gmx.net>
4201
4202         * BufferView.C:
4203         * BufferView_pimpl.C:
4204         * CutAndPaste.C:
4205         * buffer.C:
4206         * iterators.[Ch]:
4207         * lyxfunc.C:
4208         * text.C:
4209         * toc.C: Return a Paragraph & for ParIterator::operator*()
4210
4211 2003-06-11  John Levon  <levon@movementarian.org>
4212
4213         * lyx_main.C:
4214         * ToolbarBackend.h:
4215         * ToolbarBackend.C: add "Toolbars" section and
4216         put the flags there
4217
4218 2003-06-10  Angus Leeming  <leeming@lyx.org>
4219
4220         * lfuns.h:
4221         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4222
4223         * lyxfunc.C (dispatch): invoke it.
4224
4225 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4226
4227         * main.C: protect <ios> with HAVE_IOS
4228         (main): protect sync_with_stdio with HAVE_IOS
4229
4230 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4231
4232         * text2.C (cutSelection): adjust
4233         (pasteSelection): adjust
4234
4235         * messages.C: handle get of empty string
4236
4237         * main.C (main): use sync_with_stdio(false)
4238
4239         * lyxfunc.C (dispatch): adjust
4240
4241         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4242         (WriteAs): remove unneeded BufferView arg.
4243
4244         * bufferparams.h: use correct types on papersize, papersize2 and
4245         paperpackage.
4246
4247         * bufferparams.C (readToken): adjust for type
4248         (writeLaTeX): add missing cases to switch.
4249
4250         * bufferlist.C (quitWriteBuffer): adjust
4251         (close): adjust
4252
4253         * buffer.C (asciiParagraph): remove some commented code.
4254
4255         * CutAndPaste.C: remove current_view extern variable.
4256         (cutSelection): add BufferParams arg.
4257         (eraseSelection): add BufferParams arg.
4258         (pasteSelection): add Buffer const & arg
4259
4260 2003-06-07  John Levon  <levon@movementarian.org>
4261
4262         * buffer.C:
4263         * paragraph_funcs.C:
4264         * paragraph_pimpl.C:
4265         * text.C:
4266         * text2.C:
4267         * paragraph.h:
4268         * paragraph.C: allow InsetERT to freely space lines,
4269         and some consolidation of code
4270
4271 2003-06-06  José Matos  <jamatos@fep.up.pt>
4272
4273         * buffer.C (makeDocBookFile): fix bug #821
4274
4275 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4276
4277         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4278
4279 2003-06-04  Angus Leeming  <leeming@lyx.org>
4280
4281         * buffer.C: bump format to 224.
4282
4283 2003-06-05  André Pönitz  <poenitz@gmx.net>
4284
4285         * text2.C (redoParagraphs): remove two const_cast<>
4286
4287 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4288
4289         * ParagraphList.h: remove last remnants of NO_STD_LIST
4290
4291 2003-06-03  Angus Leeming  <leeming@lyx.org>
4292
4293         * factory.C (createInset): small change to the way InsetExternal's params
4294         are set.
4295
4296 2003-06-04  André Pönitz  <poenitz@gmx.net>
4297
4298         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4299
4300         * paragraph_pimpl.h:
4301         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4302
4303         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4304
4305         * undo_funcs.C: make some simple cases of undo work again
4306
4307 2003-06-03  John Levon  <levon@movementarian.org>
4308
4309         * ispell.C: HPUX doesn't have sys/select.h
4310         (from Albert Chin)
4311
4312 2003-06-03  John Levon  <levon@movementarian.org>
4313
4314         * CutAndPaste.C: update tabular and include inset
4315         buffer references
4316
4317         * buffer.h:
4318         * paragraph.h:
4319         * paragraph.C: remove owningBuffer(), don't pass Buffer
4320         to clone()
4321
4322         * factory.C: insetGraphicsParams changed
4323
4324 2003-06-02  John Levon  <levon@movementarian.org>
4325
4326         * LyXAction.C:
4327         * factory.C:
4328         * lfuns.h:
4329         * lyxfunc.C:
4330         * text3.C: remove insetparent
4331
4332 2003-06-02  John Levon  <levon@movementarian.org>
4333
4334         * buffer.h:
4335         * buffer.C: fix inset_iterator.end(), move out of line
4336         (bug 1149)
4337
4338 2003-06-01  John Levon  <levon@movementarian.org>
4339
4340         * text3.C: use a proper cut/paste when doing inset
4341         insert (from Jürgen Spitzmüller)
4342
4343 2003-06-01  John Levon  <levon@movementarian.org>
4344
4345         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4346
4347 2003-05-30  André Pönitz  <poenitz@gmx.net>
4348
4349         * rowpainter.C: unify second drawing phase
4350
4351 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4352
4353         * trans_mgr.C: remove one case of current_view
4354
4355         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4356
4357         * paragraph_funcs.h: remove paragraph.h include
4358
4359         * paragraph.h: delete NO_STD_LIST stuff
4360
4361         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4362
4363         * buffer.h: remove paragraph.h include
4364
4365         * ParagraphList.C: delete file
4366
4367         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4368
4369         * toc.C (getTocList): adjust
4370
4371         * paragraph_pimpl.C (validate): adjust
4372
4373         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4374
4375         * paragraph.C (Paragraph): adjust
4376         (getPositionOfInset): use const_iterator, adjust
4377         (bibitem): use const_iterator, adjust
4378         (setInsetOwner): adjust
4379
4380         * iterators.C (operator++): adjust
4381
4382         * InsetList.[Ch]: Replace selfmade iterator with standard
4383         vector::iterator also introduce const_iterator. Remove getPos,
4384         getInset and setInset from InsetTable. Adjust accordingly.
4385
4386         * BufferView.C (lockInset): adjust
4387         (ChangeInsets): adjust
4388
4389         * tabular.[Ch]: delete commented same_id functions
4390
4391 2003-05-28  John Levon  <levon@movementarian.org>
4392
4393         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4394
4395 2003-05-28  André Pönitz  <poenitz@gmx.net>
4396
4397         * metricsinfo.[Ch]: remove 'fullredraw' member
4398
4399 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4400
4401         * lyxtextclass.C (operator): remove caching.
4402
4403 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4404
4405         * text3.C: adjust
4406
4407         * text2.C (cursorBottom): adjust
4408         (setCounter): use ParagraphList::find, adjust
4409
4410         * text.C (workWidth): use ParagraphList::find, adjust
4411
4412         * lyxcursor.C (LyXCursor): adjust
4413
4414         * buffer.C (inset_iterator): adjust
4415
4416         * ParagraphList.h: make iterator(value_type) private, make
4417         ParagraphList a friend of iterator.
4418
4419         * ParagraphList.C (find): new function
4420
4421         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4422
4423 2003-05-27  André Pönitz  <poenitz@gmx.net>
4424
4425         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4426
4427 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4428
4429         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4430
4431 2003-05-26  John Levon  <levon@movementarian.org>
4432
4433         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4434
4435 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4436
4437         * remove same_id from function signatures, adjust.
4438
4439 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4440
4441         * undo_funcs.C (createUndo): use the id functions directly, adjust.
4442
4443         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
4444
4445         * paragraph.C (Paragraph): get rid of same_ids parameter
4446
4447         * ParagraphList.C (insert): adjust
4448         (push_back): adjust
4449
4450 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4451
4452         * paragraph_funcs.C (breakParagraph): adjust
4453         (breakParagraphConservative): adjust
4454
4455         * buffer.C (readParagraph): adjust
4456
4457         * ParagraphList.C (insert): take a reference instead of a pointer
4458         (insert): adjust
4459
4460         * paragraph.[Ch] (id): new function
4461
4462         * bufferlist.C (newFile): adjust
4463
4464         * ParagraphList.C (ParagraphList): adjust
4465         (assign): adjust
4466         (push_back): take a reference instead of a pointer.
4467
4468         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
4469
4470         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
4471         instead.
4472
4473         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
4474         set else use old code.
4475
4476         * ParagraphList.C: remove all NO_NEXT code and only compile this
4477         code of NO_STD_LIST is set.
4478
4479 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4480
4481         * BufferView_pimpl.C:
4482         * TextCache.C:
4483         * TextCache.h:
4484         * bufferlist.C:
4485         * errorlist.h:
4486         * format.C:
4487         * format.h:
4488         * graph.C:
4489         * lyxfunc.C:
4490         * lyxrc.C:
4491         * graphics/GraphicsConverter.C:
4492         * graphics/PreviewLoader.C: header adjustment
4493
4494 2003-05-23  Angus Leeming  <leeming@lyx.org>
4495
4496         * LaTeXFeatures.[Ch] (useBabel): new method.
4497         * bufferparams.C (writeLaTeX): use it.
4498
4499 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4500
4501         * ParagraphList.h (set): remove unused function.
4502
4503 2003-05-23  André Pönitz  <poenitz@gmx.net>
4504
4505         * BufferView.C:
4506         * BufferView_pimpl.C:
4507         * buffer.C:
4508         * buffer.h:
4509         * lyxfunc.C:
4510         * undo_funcs.C: setUndo reworked
4511
4512         * iterators.[Ch]: add access to topmost ParagraphList
4513
4514         * lyxtext.[Ch] (workWidth): add a const
4515
4516 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4517
4518         * texrow.[Ch] (increasePos): remove function
4519         * exporter.C (export): removed unused var and outdated comment
4520
4521 2003-05-23  Angus Leeming  <leeming@lyx.org>
4522
4523         * latexrunparams.h: rename fragile as moving_arg.
4524         * paragraph.C (simpleTeXOnePar): ditto.
4525         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
4526
4527 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4528
4529         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
4530         (createUndo): ditto
4531         (textUndoOrRedo): comment out a currently unused var.
4532
4533         * paragraph.h (NO_NEXT): enable NO_NEXT
4534
4535         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
4536
4537         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
4538
4539         * exporter.C (Export): adjust for removeAutoInsets removal.
4540
4541         * buffer.C (runChktex): adjust for removeAutoInsets removal.
4542
4543         * LyXAction.C (init): remove LFUN_REMOVEERRORS
4544
4545         * BufferView.[Ch] (removeAutoInsets): delete function
4546
4547 2003-05-22  Angus Leeming  <leeming@lyx.org>
4548
4549         * latexrunparams.h: add a free_spacing variable.
4550
4551         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
4552         to pass moving_arg, as the data is stored in runparams.fragile.
4553
4554         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
4555         to Inset::latexOptional or to simpleTeXOnePar.
4556
4557         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
4558         free_spacing arg to Inset::latexOptional.
4559
4560         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4561         free_spacing arg.
4562
4563 2003-05-22  Angus Leeming  <leeming@lyx.org>
4564
4565         * latexrunparams.h: add fragile and use_babel variables.
4566
4567         * bufferparams.[Ch] (writeLaTeX): return use_babel.
4568         * buffer.C (makeLaTeXFile): store this returned value in
4569         runparams.use_babel, thus passing it to the inset::latex methods.
4570
4571         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
4572         simpleTeXSpecialChars as it is now stored in runparams.fragile.
4573
4574         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
4575         longer has a fragile arg, as it is stored in runparams.fragile.
4576
4577         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
4578         moving_arg parameter as the data is stored in runparams.fragile.
4579
4580         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4581         a fragile parameter as the data is stored in runparams.fragile.
4582
4583 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4584
4585         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
4586
4587 2003-05-22  Angus Leeming  <leeming@lyx.org>
4588
4589         * latexrunparams.h: add a 'bool nice' which defaults to false.
4590
4591         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
4592         now encapsulated within runparams.
4593
4594         * bufferlist.C (updateIncludedTeXfiles):
4595         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
4596
4597 2003-05-22  Angus Leeming  <leeming@lyx.org>
4598
4599         * latexrunparams.h: new file containing struct LatexRunParams.
4600         * Makefile.am: add new file.
4601
4602         * LaTeX.[Ch] (c-tor, run):
4603         * buffer.[Ch] (makeLaTeXFile):
4604         * bufferlist.[Ch] (updateIncludedTeXfiles):
4605         * converter.C (convert, scanLog):
4606         * converter.[Ch] (runLaTeX):
4607         * exporter.C (Export):
4608         * paragraph.[Ch] (simpleTeXOnePar):
4609         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
4610         * paragraph_funcs.[Ch] (latexParagraphs):
4611         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
4612         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
4613         pass around a LatexRunParams parameter.
4614
4615 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4616
4617         * paragraph.[Ch]: remove unused constructor
4618
4619         * ParagraphList.C (erase): new function, taking two iterators
4620
4621 2003-05-22  André Pönitz  <poenitz@gmx.net>
4622
4623         * undo_funcs.C: remove duplicated code
4624
4625         * iterator.[Ch]: operator=
4626
4627 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4628
4629         * tabular.C (SetMultiColumn): ws changes
4630
4631         * rowpainter.C (paintFirst): get rid of a ->previous
4632
4633         * lyx_cb.C (getPossibleLabel): parlist simplification
4634
4635         * BufferView.C (ChangeInsets): simplify slightly.
4636
4637 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4638
4639         * LyXAction.C: new lfun space-insert, kill protected-space-insert
4640         * lfuns.h: new LFUN_SPACE
4641         * lyxfunc.C: protected space has a new lfun
4642         * paragraph_funcs.C: read new space insets
4643         * text3.C:
4644         * factory.C: handle new space insets
4645
4646 2003-05-22  André Pönitz  <poenitz@gmx.net>
4647
4648         * BufferView.C:
4649         * BufferView_pimpl.C:
4650         * buffer.[Ch]:
4651         * lyxfunc.C:
4652         * undo_funcs.C: return a ParIterator from getParFromID.
4653
4654         * iterators.[Ch]: add two const's
4655
4656 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4657
4658         * toc.C (getTocList): adjust
4659
4660         * iterators.[Ch]: rework for parlist
4661
4662         * buffer.C (par_iterator_begin): adjust
4663         (par_iterator_end): adjust
4664
4665         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4666
4667         * BufferView.C (removeAutoInsets): adjust
4668         (ChangeInsets): adjust
4669
4670 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4671
4672         * text.C (top_y): fix bug 1110
4673
4674 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4675
4676         * errorlist.[Ch]: added
4677         * buffer.C:
4678         * BufferView.[Ch]:
4679         * BufferView_pimpl.C:
4680         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4681         instead
4682
4683 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4684
4685         * Makefile.am: ensure that lyx is relinked upon changes to the
4686         various "convenience" libs.
4687
4688 2003-05-20  Angus Leeming  <leeming@lyx.org>
4689
4690         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4691         files are compiled in alphabetical order again.
4692
4693         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4694
4695 2003-05-19  Angus Leeming  <leeming@lyx.org>
4696
4697         * gettext.[Ch]: remove "char const * _(char const *)".
4698
4699 2003-05-19  André Pönitz  <poenitz@gmx.net>
4700
4701         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4702
4703         * Makefile.am:
4704         * BufferView.C:
4705         * DepTable.h:
4706         * LaTeXFeatures.C:
4707         * buffer.C:
4708         * lyxfont.C:
4709         * lyxlex.h:
4710         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4711
4712 2003-05-19  André Pönitz  <poenitz@gmx.net>
4713
4714         * buffer.C:
4715         * lyxlayout.[Ch]:
4716         * lyxtextclass.[Ch]:
4717         * paragraph.C:
4718         * paragraph_funcs.[Ch]:
4719         * text2.C:
4720         * text3.C: more insetenv work
4721
4722 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4723
4724         * ParagraphParameters.C (params2string): small bug fixed
4725
4726 2003-05-16  André Pönitz  <poenitz@gmx.net>
4727
4728         * debug.C:
4729         * bufferview_funcs.C: patch from Kornel Benko to prevent
4730           crash when _(...) is called twice in a statement
4731
4732 2003-05-16  André Pönitz  <poenitz@gmx.net>
4733
4734         * BufferView.C:
4735         * lyxfunc.C:
4736         * text.C:
4737         * text2.C:
4738         * text3.C:
4739         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4740
4741 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4742
4743         * lyx_main.C (init): remove spurious static_cast
4744
4745 2003-05-14  André Pönitz  <poenitz@gmx.net>
4746
4747         * BufferView.C: fix format string
4748
4749 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4750
4751         * BufferView.[Ch] (insertErrors): removed
4752         * BufferView.[Ch] (showErrorList): added
4753         * buffer.C (runChkTeX):
4754         * converter.C (scanLog): call showErrorList instead of inserterrors
4755
4756 2003-05-13  André Pönitz  <poenitz@gmx.net>
4757
4758         * BufferView_pimpl.C:
4759         * buffer.C:
4760         * bufferview_func.C:
4761         * MenuBackend.C:
4762         * lyxfunc.C:
4763         * lyxrc.C:
4764         * tex-accent.C:
4765         * text3.C:
4766         * toc.C:
4767         * tabular_funcs.h: tostr() from its own header
4768
4769         * ParagraphParameters.C:
4770         * ToolbarBackend.C:
4771         * bufferparams.C:
4772         * format.C:
4773         * lyxlex_pimpl.C:
4774         * text3.C: STRCONV()
4775
4776 2003-05-12  André Pönitz  <poenitz@gmx.net>
4777
4778         * BufferView.C:
4779         * BufferView_pimpl.C:
4780         * CutAndPaste.C:
4781         * LaTeX.C:
4782         * LaTeXFeatures.C:
4783         * ParagraphParameters.C:
4784         * buffer.C:
4785         * bufferlist.C:
4786         * bufferparams.C:
4787         * bufferview_funcs.C:
4788         * converter.C:
4789         * counters.C:
4790         * debug.C:
4791         * exporter.C:
4792         * format.C:
4793         * importer.C:
4794         * lyx_cb.C:
4795         * lyx_main.C:
4796         * lyxfont.C:
4797         * lyxfunc.C:
4798         * lyxvc.C:
4799         * paragraph.C:
4800         * paragraph_funcs.C:
4801         * tabular.C:
4802         * tabular_funcs.C:
4803         * text2.C:
4804         * text3.C:  boost::format -> bformat  all over the place
4805
4806
4807 2003-05-09  André Pönitz  <poenitz@gmx.net>
4808
4809         * LColor.[Ch]: Pimpl the #include <map> away
4810
4811 2003-05-09  John Levon  <levon@movementarian.org>
4812
4813         * bufferlist.C: never remove emergency saves
4814
4815 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4816
4817         * Makefile.am: better lib building
4818
4819 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4820
4821         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4822         instead.
4823         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4824         (simpleTeXSpecialChars): adjust
4825         (simpleTeXSpecialChars): adjust
4826         * paragraph.C (simpleTeXOnePar): adjust
4827         * buffer.C (makeLaTeXFile): adjust
4828
4829         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4830
4831         * text2.C (changeDepth): parlist cleanup
4832         (getColumnNearX): ditto
4833
4834         * rowpainter.C (getLabelFont): parlist cleanup
4835
4836         * bufferlist.C (newFile): parlist cleanup
4837
4838         * CutAndPaste.C (eraseSelection): parlist cleanup
4839
4840         * BufferView_pimpl.C (trackChanges): parlist cleanup
4841         (dispatch): ditto
4842
4843         * BufferView.C (lockInset): parlist cleanup.
4844         (ChangeInsets): ditto
4845
4846 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4847
4848         * CutAndPaste.h: Update file header.
4849
4850         * CutAndPaste.C: Update file header.
4851         Store the parts cut out of the Document in a limited_stack.
4852         (copySelection): adjust
4853         (pasteSelection): new function, takes the index in the limited stack.
4854         (nrOfParagraphs): adjust
4855         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4856         simplify error inset insertion.
4857         (checkPastePossible): adjust
4858
4859 2003-05-06  John Levon  <levon@movementarian.org>
4860
4861         * text2.C: don't cast wrap inset to float
4862
4863 2003-05-05  André Pönitz  <poenitz@gmx.net>
4864
4865         * iterator.C:
4866         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4867
4868         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4869           few naked Paragraph *.
4870
4871 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4872
4873         * bufferparams.C: Output warning if a document with missing
4874         TeX document class is loaded
4875         * exporter.C: Disable TeX exports if the document class is missing
4876         * lyxtextclass.C:
4877         * lyxtextclass.h:
4878         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4879         isTeXClassAvailable()
4880
4881 2003-05-03  John Levon  <levon@movementarian.org>
4882
4883         * BufferView.h:
4884         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4885         explicit cursor show/hide
4886
4887         * BufferView_pimpl.h:
4888         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4889         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4890
4891         * lyxfunc.C: hide cursor before dispatching.
4892
4893         * lyx_cb.C:
4894         * lyxfind.C:
4895         * text.C:
4896         * text3.C: remove explicit cursor hides
4897
4898 2003-05-02  André Pönitz  <poenitz@gmx.net>
4899
4900         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4901
4902         * undo_funcs.C:
4903         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4904           linked lists
4905
4906         * text2.C: tiny whitespace
4907
4908 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4909
4910         * undo_funcs.C: almost only ws changes.
4911
4912         * ParagraphList.C (splice): just return if pl is empty.
4913
4914 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4915
4916         * ParagraphList.C (splice): new function.
4917
4918         * CutAndPaste.C (pasteSelection): use it
4919
4920 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4921
4922         * CutAndPaste.C (pasteSelection): remove the last next and
4923         previous from this file.
4924
4925 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4926
4927         * CutAndPaste.C (pasteSelection): more clean up, user proper
4928         ParagraphList functions for pasteing.
4929
4930         * ParagraphList.C (insert): new function, three arg insert
4931
4932 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4933
4934         * ParagraphList.C (insert): new function, three arg insert
4935
4936         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4937         not on paragraphs.
4938
4939 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4940
4941         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4942
4943 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4944
4945         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4946
4947 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4948
4949         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4950         (copySelection): clean up a bit.
4951         (pasteSelection): use make_pair
4952
4953         * ParagraphList.C (ParagraphList): implement copy constructor
4954         (operator=): implement, base on copy constructor.
4955         (assign): new func
4956
4957         * paragraph.C (erase): return a bool
4958
4959         * paragraph_pimpl.C (erasePos): remove function, move contents...
4960         (erase): ... here. Return a bool.
4961         (erase): call erase instead of erasePos.
4962
4963 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4964
4965         * ParagraphList.h: define PitPosPair
4966         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4967         ParagraphList, fix a bug on pasting multiple pars
4968         * text2.C: change interface to C&P
4969
4970 2003-04-30  André Pönitz  <poenitz@gmx.net>
4971
4972         * undo_func.C: revert part of yesterday's patch 2
4973
4974 2003-04-30  John Levon  <levon@movementarian.org>
4975
4976         * LColor.C: s/tabular/table/
4977
4978 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4979
4980         * text3.C (dispatch): do not convert iterator -> pointer
4981         * undo_funcs.C (setCursorParUndo): ditto
4982         * text_funcs.C (transposeChars): ditto
4983
4984         * text2.C (setLayout): ws changes only
4985
4986         * text.C (breakParagraph): do not convert iterator -> pointer
4987         (insertChar): ditto
4988         (acceptChange): ditto
4989         (rejectChange): ditto
4990         (changeCase): ditto
4991         (Delete): ditto
4992         (backspace): ditto
4993
4994         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
4995         pointer
4996
4997 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4998
4999         * text3.C (gotoInset): YABG (yet another bad getChar)
5000
5001 2003-04-29  André Pönitz  <poenitz@gmx.net>
5002
5003         * paragraph.h: make operator= private unimplemented as long as
5004           it is unusable
5005
5006         * ParagraphList.C: whitespace
5007
5008         * paragraph.[Ch]:
5009         * paragraph_pimpl.[Ch]:
5010         * paragraph_funcs.C:
5011         * CutAndPaste.C:
5012         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5013
5014         * text2.C:
5015           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5016
5017 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5018
5019         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5020         * paragraph.[Ch] (erase):
5021         * paragraph_pimpl.[Ch] (erase): change return type and value
5022         * text2.C (cutSelection): some rework
5023
5024 2003-04-28  John Levon  <levon@movementarian.org>
5025
5026         * bufferlist.C: changes for unsaved changes dialog
5027
5028 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5029
5030         * bufferlist.C (newFile): set language (messages_) for new
5031         documents also.
5032
5033         * buffer.C (readFile): ws changes only.
5034
5035 2003-04-28  André Pönitz  <poenitz@gmx.net>
5036
5037         * undo_funcs.C:
5038         * lyxfunc.C:
5039         * buffer.[Ch]:
5040         * BufferView_pimpl.C:
5041         * BufferView.C: getParFromID related ParagraphList::iterator changes
5042
5043 2003-04-28  André Pönitz  <poenitz@gmx.net>
5044
5045         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5046           Changes
5047
5048 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5049
5050         * messages.C: remove one more localedir class variable.
5051
5052 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5053
5054         * messages.C (getLocaleDir): singleton generation function
5055         (Pimpl): use it.
5056         (Messages): add a default constructor.
5057
5058         * main.C (main): do not setup localedir here, do not call
5059         gettext_init.
5060
5061         * gettext.C (_): use it.
5062         (gettext_init): delete funciton
5063
5064 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5065
5066         * gettext.C (getLyXMessages): new singleton generating function.
5067
5068         * buffer.C (updateDocLang): adjust
5069
5070         * Makefile.am (messages.o): add target
5071         (main.o): remove target
5072
5073 2003-04-27  John Levon  <levon@movementarian.org>
5074
5075         * bufferlist.C:
5076         * lyx_cb.C:
5077         * lyxfunc.C:
5078         * lyxvc.C: specify cancel button in Alert::prompt
5079
5080 2003-04-26  John Levon  <levon@movementarian.org>
5081
5082         * text3.C:
5083         * lyxfunc.C:
5084         * lfuns.h:
5085         * LyXAction.C: add LFUN_INSET_SETTINGS
5086
5087         * lyxfunc.C: don't enable tabular-feature when there's
5088         just any locking inset
5089
5090 2003-04-26  John Levon  <levon@movementarian.org>
5091
5092         * bufferlist.C: re-add Cancel to buffer close question
5093
5094         * lyxfunc.C: fix import UI a bit
5095
5096 2003-04-25  John Levon  <levon@movementarian.org>
5097
5098         * gettext.C: remove the broken asserts for now
5099
5100 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5101
5102         * messages.C: make case where setlocale cannot comply work better.
5103
5104         * buffer.C (updateDocLang): new function
5105         (changeLanguage): use it
5106         (readFile): use it
5107
5108         * text2.C (setCounter): use B_ a bit.
5109
5110         * lyxlayout.C (Read): be sure to trim the label strings.
5111
5112         * messages.C (Messages): fix typo in comment
5113
5114         * buffer.C (readFile): set message_ after file is loaded.
5115         (makeDocBookFile): remove double return
5116         (changeLanguage): reset message_ upon language change.
5117         (B_): new func, use this to get translated buffer strings.
5118
5119         * main.C: add myself and Jean Marc as authors.
5120
5121 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5122
5123         * messages.[hC]: pimplify Messages, and three different pimpls to be
5124         used in different circumstances.
5125
5126         * gettext.[Ch]: change for use with new message code.
5127
5128 2003-04-24 André Pönitz <poenitz@gmx.net>
5129
5130         * factory.C: support for eqref
5131
5132 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5133
5134         * messages.[Ch]: add missing char
5135
5136         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5137
5138         * messages.[Ch]: New files
5139
5140 2003-04-18  John Levon  <levon@movementarian.org>
5141
5142         * BufferView.h:
5143         * BufferView.C:
5144         * BufferView_pimpl.C:
5145         * lfuns.h:
5146         * LyXAction.C:
5147         * lyxtext.h:
5148         * text2.C: remove layout-copy/paste (bug 778)
5149
5150 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5151
5152         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5153
5154 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5155
5156         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5157         if they succeed. Act accordingly.
5158
5159 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5160
5161         * text2.C (setCharFont): adjust
5162         (setCounter): adjust
5163         (insertStringAsLines): adjust
5164
5165         * text.C (leftMargin): adjust
5166         (setHeightOfRow): adjust
5167
5168         * rowpainter.C (paintFirst): adjust
5169         (paintLast): adjust
5170
5171         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5172         (outerHook): ditto
5173         (isFirstInSequence): ditto
5174         (getEndLabel): ditto
5175         (outerFont): adjust
5176
5177         * paragraph.C (getParLanguage): comment out some hard stuff.
5178
5179         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5180         (sgmlError): ditto
5181         (simpleDocBookOnePar): ditto
5182         (makeDocBookFile): use ParagraphList::iterator
5183
5184         * CutAndPaste.C (pasteSelection): adjust
5185
5186 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5187
5188         * text2.C (getFont): adjust
5189         (getLayoutFont): adjust
5190         (getLabelFont): adjust
5191
5192         * paragraph_funcs.C (TeXOnePar): adjust
5193
5194         * buffer.C (simpleLinuxDocOnePar): adjust
5195         (simpleDocBookOnePar): adjust
5196
5197         * CutAndPaste.C (pasteSelection): adjust
5198
5199         * BufferView.C (getEncoding): adjust
5200
5201         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5202
5203 2003-04-16  John Levon  <levon@movementarian.org>
5204
5205         * lyxfind.C: use parlist stuff for search/changes
5206
5207 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5208
5209         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5210
5211         * text2.C (deleteEmptyParagraphMechanism): adjust
5212
5213         * text2.[Ch] (ownerParagraph): delete func (both of them
5214
5215 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5216
5217         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5218
5219 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5220
5221         * ParagraphList.C: prepare for NO_NEXT
5222
5223 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5224
5225         * text2.C (getFont): adjust
5226         (getLayoutFont): adjust
5227         (getLabelFont): adjust
5228
5229         * paragraph.C (getFont): adjust
5230         (getLabelFont): adjust
5231         (getLayoutFont): adjust
5232
5233         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5234
5235 2003-04-15  John Levon  <levon@movementarian.org>
5236
5237         From Angus Leeming
5238
5239         * lyx_main.C: handle Include in .ui files
5240
5241 2003-04-15  John Levon  <levon@movementarian.org>
5242
5243         * MenuBackend.C: make the doc files length shorter
5244
5245         * ToolbarBackend.h:
5246         * ToolbarBackend.C: handle toolbar placement flags,
5247         Minibuffer
5248
5249 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5250
5251         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5252         adjust
5253
5254         * paragraph_funcs.C (TeXOnePar): adjust
5255
5256         * paragraph.C (getLabelFont): add outerfont arg, adjust
5257         (getLayoutFont): ditto
5258         (simpleTeXOnePar): adjust
5259
5260         * paragraph_pimpl.C (realizeFont): delete func
5261
5262 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5263
5264         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5265         row argument, constify cur argument.
5266
5267 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5268
5269         * text2.C (getFont): adjust
5270         (getLayoutFont): adjust
5271         (getLabelFont): adjust
5272
5273         * paragraph_funcs.C (TeXOnePar): adjust
5274         (outerFont): new func...
5275         (realizeFont): ...moved out from here, changed this to facilitate
5276         transition
5277
5278         * paragraph.C (getFont): take outerfont as arg, adjust
5279         (simpleTeXOnePar): add outerfont arg, adjust
5280
5281         * buffer.C (simpleLinuxDocOnePar): adjust
5282         (simpleDocBookOnePar): adjust
5283
5284         * CutAndPaste.C (pasteSelection): adjust
5285
5286         * BufferView.C (getEncoding): adjust
5287
5288 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5289
5290         * text2.C (setCharFont): adjust
5291         (setCounter): adjust
5292
5293         * text.C (leftMargin): adjust
5294         (setHeightOfRow): adjust
5295
5296         * rowpainter.C (paintFirst): adjust
5297         (paintLast): adjust
5298
5299         * paragraph_pimpl.C (realizeFont): adjust
5300
5301         * paragraph.C (isFirstInSequence): move from here...
5302         * paragraph_funcs.C (isFirstInSequence): ...to here
5303
5304         * paragraph.C (outerHook): move from here...
5305         * paragraph_funcs.C (outerHook): ...to here
5306
5307         * paragraph.C (depthHook): move from here...
5308         * paragraph_funcs.C (depthHook): ...to here
5309
5310         * paragraph.C (getEndLabel): move from here...
5311         * paragraph_funcs.C (getEndLabel): ...to here
5312
5313         * text2.C (realizeFont): move from here...
5314         * paragraph_funcs.C (realizeFont): ...to here
5315
5316 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5317
5318         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5319
5320 2003-04-14  Angus Leeming  <leeming@lyx.org>
5321
5322         * LColor.[Ch]: scrap LColor mathcursor.
5323
5324 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5325
5326         * lyxlex.[Ch] (text): delete function
5327         * trans.C (Load): adjust
5328         * paragraph_funcs.C (readParToken): adjust
5329
5330 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5331
5332         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5333         vector<char> instead of a char[].
5334
5335         * lyxlex_pimpl.C (getString): adjust
5336         (next): adjust
5337         (lex): use getString
5338         (eatLine): adjust
5339         (nextToken): adjust
5340
5341         * lyxlex.C (text): use pimpl_->getString()
5342         (getBool): ditto
5343         (findToken): ditto
5344
5345 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5346
5347         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5348         (makeFontEntriesLayoutSpecific): temp var for par.size()
5349         (setLayout): temp var for ownerParagraphs().end()
5350         (fullRebreak): temp var for rows().end()
5351         (selectionAsString): temp var for boost::next(startpit), realize
5352         that the while really is a regular for loop.
5353         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5354         setCursor in one place.
5355         (setParagraph): temp vr for ownerParagraphs().end()
5356         (updateCounters): make the while loop a for loop
5357         (cutSelection): temp var for ownerParagraphs().end()
5358         (updateInset): make the do {} while() a regular for loop
5359         (getCursorX): use temp vars
5360         (setCurrentFont): use temp vars
5361         (getColumnNearX): use temp vars
5362
5363 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5364
5365         * text.C (transformChar): use temp var for getChar
5366         (computeBidiTables): use temp var for row->par()
5367         (fill): move temp vars for row->par() and pit->layout() earlier in
5368         the function.
5369         (labelFill): use temp var for row->par()
5370         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5371         asc and desc, realize that pit never changes and that firstpit is
5372         just a duplicate and not needed. Exchange rit->par() with pit in a
5373         lot of places.
5374         (breakAgain): use a temp var for boost::next(rit)
5375         (breakAgainOneRow): ditto
5376         (breakParagraph): use a temp var for rows().begin()
5377         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5378         (cursorRightOneWord): use temp var for cursor.par() and
5379         cursor.pos(), remove usage of tmpcursor.
5380         (cursorLeftOneWord): use temp var for cursor.par() and
5381         cursor.pos() only set cur at end of function.
5382
5383 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5384
5385         * text.C, text2.C: exchange all usage of Paragraph::next with
5386         boost::next(ParagraphList::iterator)
5387
5388         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5389
5390         * text2.C (cursorTop): simplify implementation
5391         (cursorBottom): ditto
5392         (setParagraph): use ParagraphList::iterator
5393         (setCurrentFont): adjust
5394         (getColumnNearX): adjust
5395         (cursorRight): adjust
5396         (cursorLeft): remove usage of Paragraph::previous
5397         (cursorUpParagraph): ditto
5398         (deleteEmptyParagraphMechanism): slight cleanup
5399
5400         * text.C (isBoundary): take a Paragraph const & instead of a
5401         pointer as arg.
5402         (addressBreakPoint): ditto
5403         (leftMargin): remove usage of Paragraph::previous.
5404         (setHeightOfRow): ditto
5405         (cursorLeftOneWord): ditto
5406         (selectNextWordToSpellcheck): ditto
5407         (Delete): ditto
5408         (backspace): ditto
5409         (breakParagraph): remove one usage of Paragraph::next
5410         (redoParagraph): ditto
5411         (acceptChange): ditto
5412         (insertChar): adjust
5413         (rowBreakPoint): adjust
5414
5415         * bufferview_funcs.C (toggleAndShow): adjust
5416
5417 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5418
5419         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5420         methods to access it.
5421         * lyxtext.h:
5422         * text.C: Added updateRowPositions to compute all row positions.
5423         Make top_y and getRowNearY() to use the cached y position
5424
5425 2003-04-11  John Levon  <levon@movementarian.org>
5426
5427         * text.C (rowBreakPoint): reintroduce the labelEnd
5428         checks, code copied from the row fill stuff. Deep voodoo.
5429
5430         * text.C (fill): add a comment and debugging for the
5431         next poor soul.
5432
5433 2003-04-11  John Levon  <levon@movementarian.org>
5434
5435         * text.C: make sure fullrow insets get wrapped to the next line,
5436         even when they're in a manual label
5437
5438 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5439
5440         * text2.C (insertParagraph): make it take ParagraphList::iterator
5441         as arg.
5442         (setLayout): make it return ParagraphList::iterator
5443         (redoParagraphs): ditto
5444         (setCounter): ditto
5445         (checkParagraph): ditto
5446
5447         * text.C (getRow): make getrow take ParagraphList::iterator as arg
5448
5449         * text2.C: adjust several funcs.
5450         (realizeFont): take a ParagraphList::iterator as arg.
5451         (getLayoutFont): ditto
5452         (getLabelFont): ditto
5453         (setCharFont): ditto
5454
5455         * text.C: adjust several funcs.
5456
5457 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5458
5459         * text.C (selectNextWordToSpellcheck): don't accidentally
5460         skip insets
5461
5462 2003-04-10  John Levon  <levon@movementarian.org>
5463
5464         * ToolbarBackend.C (getIcon): special handling for
5465         LFUN_MATH_DELIM
5466
5467 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5468
5469         * text2.C (cursorRight): a getChar assert fixed
5470
5471 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5472
5473         * text2.C (getFont): change to take a ParagraphList::iterator
5474         instead of Paragraph*
5475         Adjust several functions.
5476
5477         * text.C (transformChar): change to take a ParagraphList::iterator
5478         instead of Paragraph*
5479         (singleWidth): ditto
5480         Adjust several functions.
5481
5482         * rowpainter.C: adjust several functions
5483         * rowpainter.h:store a ParagraphList::iterator and not a
5484         Paragraph&.
5485
5486
5487 2003-04-09  John Levon  <levon@movementarian.org>
5488
5489         * lyxfunc.C:
5490         * lfuns.h:
5491         * LyXAction.h:
5492         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
5493         and the "help" bits as well
5494
5495 2003-04-09  John Levon  <levon@movementarian.org>
5496
5497         * ToolbarBackend.h:
5498         * ToolbarBackend.C: allow multiple toolbars
5499
5500 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5501
5502         * undo_funcs.C (setCursorParUndo): adjust
5503
5504         * text_funcs.C (transposeChars): adjust
5505
5506         * text3.C (gotoNextInset): adjust
5507         (dispatch): adjust
5508
5509         * text2.C (setLayout): adjust
5510         (changeDepth): adjust
5511         (setFont): adjust
5512         (redoParagraphs): adjust
5513         (selectionAsString): adjust
5514         (setParagraph): adjust
5515         (insertInset): adjust
5516         (cutSelection): adjust
5517         (copySelection): adjust
5518         (pasteSelection): adjust
5519         (insertStringAsLines): adjust
5520         (updateInset): adjust
5521         (setCursor): change to take a ParagraphList::iterator parameter
5522         (setCursorIntern): change to take a ParagraphList::iterator parameter
5523         (setCurrentFont): adjust
5524         (cursorLeft): adjust
5525         (cursorRight): adjust
5526         (deleteEmptyParagraphMechanism): adjust
5527
5528         * text.C (breakParagraph): adjust
5529         (insertChar): adjust
5530         (acceptChange): adjust
5531         (rejectChange): adjust
5532         (selectNextWordToSpellcheck): adjust
5533         (changeCase): adjust
5534         (Delete): adjust
5535         (backspace): adjust
5536
5537         * lyxfind.C (SearchForward): adjust
5538         (SearchBackward): adjust
5539         (nextChange): adjust
5540
5541         * lyxcursor.C (par): adjust
5542
5543         * lyxcursor.h: store a ParagraphList::iterator instead of a
5544         Paragraph*
5545
5546         * lyx_cb.C (getPossibleLabel): adjust
5547
5548         * bufferview_funcs.C (toggleAndShow): adjust
5549
5550         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5551         (dispatch): adjust
5552
5553         * BufferView.C (removeAutoInsets): adjust
5554         (lockedInsetStoreUndo): adjust
5555
5556 2003-04-09  John Levon  <levon@movementarian.org>
5557
5558         * ToolbarBackend.C: try icon without argument
5559         if with argument fails
5560
5561 2003-04-08  John Levon  <levon@movementarian.org>
5562
5563         * ToolbarBackend.h:
5564         * ToolbarBackend.C: add getIcon(), handle tooltip,
5565         and change from "Icon" to "Item".
5566
5567 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5568
5569         * BufferView.C (lockInset): another bad getchar crunched
5570
5571 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5572
5573         * text2.C (changeDepth): do not setUndo on test_only (make undo work
5574         again)
5575
5576 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
5577
5578         * lyxfind.C (searchForward, searchBackwards): bug 782
5579
5580 2003-04-07  John Levon  <levon@movementarian.org>
5581
5582         * paragraph.C: remove dead comment
5583
5584         * text.C: remove troublesome depth-fiddling code
5585         in leftMargin() and rightMargin() (bug 1017)
5586
5587         * text.C: fix breaking of rows in nested lists
5588         (bug 1004)
5589
5590         * text2.C (updateCounters): fix up depth values
5591         (bug 1013)
5592
5593 2003-04-07  John Levon  <levon@movementarian.org>
5594
5595         * BufferView_pimpl.C: clear message when doc finishes resizing,
5596         and after a mouse event
5597
5598         * lyxfunc.C: clear message after exiting inset
5599
5600 2003-04-07  John Levon  <levon@movementarian.org>
5601
5602         * bufferview_funcs.C: show math status not outside
5603         status in the statusbar
5604
5605 2003-04-07  John Levon  <levon@movementarian.org>
5606
5607         * lyxfunc.C: note status changed after a depth change
5608
5609 2003-04-04  Angus Leeming  <leeming@lyx.org>
5610
5611         * LaTeX.h: move AuxInfo operator==, != out of line.
5612         Remove LaTeX virtual destructor; nothing derives from it.
5613         Move operator()() out of public area and rename it startscript().
5614         Change protected for private.
5615
5616 2003-04-04  Angus Leeming  <leeming@lyx.org>
5617
5618         * lyxfunc.C:
5619         * text2.C: remove unneeded #includes.
5620
5621 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5622
5623         * text2.C (dEPM): fix the heigth of the next row
5624
5625 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5626
5627         * text.C: squashed an invalid getChar requester + some ws changes
5628
5629 2003-04-03  John Levon  <levon@movementarian.org>
5630
5631         * bufferview_funcs.h:
5632         * bufferview_funcs.C:
5633         * lyxfunc.C:
5634         * lyxtext.h:
5635         * text2.C: make getStatus work for the env depth lfuns
5636
5637 2003-04-03  John Levon  <levon@movementarian.org>
5638
5639         * bufferview_funcs.h:
5640         * bufferview_funcs.C:
5641         * lyxfunc.C:
5642         * lyxtext.h:
5643         * text2.C: parlistize decDepth(), by merging it with incDepth()
5644
5645 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5646
5647         * lyxrow.h: store a ParagraphList::iterator instead of a
5648         Paragraph* and adjust other class functions to suit.
5649
5650         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
5651         above.
5652
5653 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5654
5655         * text2.C (setCursor): do not anchor to cursor row for the time being
5656
5657 2003-04-02  John Levon  <levon@movementarian.org>
5658
5659         * LyXAction.C:
5660         * lfuns.h:
5661         * lyx_main.C:
5662         * lyxtext.h:
5663         * text.C:
5664         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5665
5666 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5667
5668         * paragraph.h: make ParagraphList and ParagraphList::iterator
5669         friends of Paragraph.
5670
5671         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5672
5673         * ParagraphList.C: Use the private next_ and previous_ from
5674         Paragraph.
5675
5676 2003-04-01  John Levon  <levon@movementarian.org>
5677
5678         * ToolbarBackend.h:
5679         * ToolbarBackend.C:
5680         * Makefile.am: rename, remove defaults gunk
5681
5682         * MenuBackend.h:
5683         * MenuBackend.C: remove defaults gunk
5684
5685         * Languages.h:
5686         * Languages.C: remove defaults gunk
5687
5688         * lyx_main.h:
5689         * lyx_main.C: error out if files couldn't be found.
5690
5691 2003-04-02  John Levon  <levon@movementarian.org>
5692
5693         * text2.C: make incDepth() use parlist
5694
5695 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5696
5697         * undo_funcs.C (firstUndoParagraph): adjust
5698
5699         * text3.C (gotoInset): adjust
5700         (dispatch): adjust, and rewrite loop.
5701
5702         * text2.C (init): adjust, and rewrite loop.
5703         (redoParagraphs): adjust
5704         (updateInset): adjust, and rewrite loop.
5705         (deleteEmptyParagraphMechanism): adjust
5706
5707         * tabular.C (LyXTabular): adjust
5708         (SetMultiColumn): adjust
5709         (TeXRow): adjust
5710
5711         * lyxtext.[Ch] (ownerParagraph): delete function
5712         (ownerParagraphs): new function returns a ParagraphList.
5713
5714         * BufferView.C (removeAutoInsets): adjust
5715         (insertErrors): adjust
5716         (setCursorFromRow): adjust
5717
5718 2003-04-01  Angus Leeming  <leeming@lyx.org>
5719
5720         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5721         in the frontends.
5722
5723 2003-04-02  John Levon  <levon@movementarian.org>
5724
5725         * lyxtext.h:
5726         * text.C:
5727         * Makefile.am:
5728         * text_funcs.h:
5729         * text_funcs.C: make transposeChars a free function
5730
5731         * lyxrow_funcs.C: remove wrong comment
5732
5733 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5734
5735         * lyxtext.h: adjust
5736         * rowpainter.C: adjust
5737         * text.C: adjust
5738         * text2.C: adjust
5739         * text3.C: adjust
5740
5741         * lyxrow_funcs. [Ch]: new files
5742
5743         * lyxrow.[Ch]: remove next and previous pointers
5744         (next,previous): remove accessor functions
5745         (isParEnd): move to lyxrow_funcs
5746         (lastPos): move to lyxrow_funcs
5747         (nextRowIsAllInset): move to lyxrow_funcs
5748         (lastPrintablePos): move to lyxrow_funcs
5749         (numberOfSeparators): move to lyxrow_funcs
5750         (numberOfHfills): move to lyxrow_funcs
5751         (numberOfLabelHfills): move to lyxrow_funcs
5752         (hfillExpansion): move to lyxrow_funcs
5753
5754         * lyxfunc.C: adjust
5755
5756         * bufferview_funcs.C (toggleAndShow): adjust
5757
5758         * RowList.h: Remove class RowList from file leave just a
5759         std::list<Row>.
5760
5761         * RowList.C: delete file
5762
5763         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5764         and lyxrow_funcs.h
5765
5766 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5767
5768         * text3.C (cursorPrevious): adjust
5769         (cursorNext): adjust
5770         (dispatch): adjust
5771
5772         * text2.C (redoHeightOfParagraph): adjust
5773         (redoDrawingOfParagraph): adjust
5774         (setCursor): adjust
5775
5776         * text.C (breakParagraph): adjust
5777         (insertChar): adjust
5778         (backspace): adjust
5779
5780         * rowpainter.C (RowPainter): adjust
5781         (leftMargin): simplify and adjust
5782         (most rowpainter functions): adjust.
5783
5784         * rowpainter.h: store the row as RowList::iterator not as Row*
5785
5786         * lyxcursor.C (row): taka RowList::iterator as arg
5787         (irow): ditto
5788
5789         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5790         of Row*.
5791
5792 2003-04-01  Angus Leeming  <leeming@lyx.org>
5793
5794         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5795         stuff like bool Bool.
5796
5797 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5798
5799         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5800         rewrite a loop
5801
5802 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5803
5804         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5805         RowList::iterator.
5806
5807         * lyxtext.h (rows): drop one version and leve a const variant that
5808         returns a RowList::iterator.
5809
5810 2003-03-31  Angus Leeming  <leeming@lyx.org>
5811
5812         * text.C (fill): ensure that the signature is the same as that in the
5813         header file.
5814
5815 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5816
5817         * text2.C (redoParagraphs): adjust
5818         (updateCounters): adjust
5819         (checkParagraph): adjust
5820         (getColumnNearX): adjust and reformat a bit.
5821
5822         * text.C (top_y): adjust
5823         (workWidth): adjust
5824         (leftMargin): adjust
5825         (prepareToPrint): adjust
5826         (getRow): adjust
5827         (getRowNearY): adjust
5828
5829         * lyxtext.h: make rowlist_ mutable.
5830
5831         * RowList.h: add const_iterator
5832         * RowList.C: adjust for RowList::const_iterator.
5833
5834         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5835         adjust.
5836
5837 2003-03-31  John Levon  <levon@movementarian.org>
5838
5839         * lyxrc.h:
5840         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5841
5842         * lyx_main.C: set default fonts from using lyx_gui funcs
5843
5844         * exporter.C: pdf_mode moved from lyxrc
5845
5846         * lyx_cb.C:
5847         * lyxfunc.C: changes from above
5848
5849 2003-03-31  John Levon  <levon@movementarian.org>
5850
5851         * lyx_main.C: fix to the last fix
5852
5853 2003-03-31  John Levon  <levon@movementarian.org>
5854
5855         * bufferlist.C: "Load original" -> "Load Original"
5856
5857         * converter.C:
5858         * exporter.C:
5859         * importer.C:
5860         * lyx_main.C:
5861         * format.C: more Alert cleanups
5862
5863 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5864
5865         * text2.C (removeParagraph): make it take a RowList::iterator as
5866         arg, adjust.
5867         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5868         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5869
5870         * text.C (anchor_row): make it take a RowList::iterator as arg,
5871         adjust.
5872         (computeBidiTables): make it take a const reference to Row instead
5873         of Row pointer, adjust.
5874         (leftMargin): make it take a RowList::iterator as arg, adjust.
5875         (rowBreakPoint): adjust
5876         (breakAgainOneRow): make it take a RowList::iterator as arg,
5877         adjust.
5878         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5879
5880         * bufferview_funcs.C (toggleAndShow): adjust
5881
5882 2003-03-30  John Levon  <levon@movementarian.org>
5883
5884         * Makefile.am:
5885         * BoostFormat.h:
5886         * boost-inst.C: moved to support
5887
5888         * several files: changes as a result
5889
5890 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5891
5892         * text2.C (LyXText): adjust.
5893         (init): adjust
5894         (removeRow): make it take a RowList::iterator as arg, adjust.
5895         (fullRebreak): adjust
5896         (deleteEmptyParagraphMechanism): adjust
5897         (clearPaint): adjust
5898         (postPaint): adjust
5899
5900         * text.C (top_y): adjust
5901         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5902         (breakAgain): make it take a RowList::iterator as arg, adjust.
5903         (breakParagraph): adjust
5904         (insertChar): adjust
5905         (backspace): adjust
5906
5907         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5908         need_break_row, and refresh_row.
5909
5910         * text3.C (dispatch): adjust
5911
5912         * text2.C (checkParagraph): adjust
5913         (setCursor): adjust
5914         (setCursorFromCoordinates): adjust
5915
5916         * text.C (top_y): adjust
5917         (workWidth): adjust
5918         (getRow): make it return a RowList::iterator, adjust
5919         (getRowNearY): make it return a RowList::iterator, adjust
5920
5921         * text2.C (init): adjust
5922         (insertRow): remove function
5923         (insertParagraph): adjust
5924         (redoParagraphs): adjust
5925         (fullRebreak): adjust
5926         (updateCounters): adjust
5927
5928         * text.C (top_y): rewrite to use RowList iterators.
5929         (top_y): adjust
5930         (setHeightOfRow): rewrite to sue RowList iterators.
5931         (appendParagraph): adjust
5932         (breakAgain): adjust
5933         (breakAgainOneRow): adjust
5934         (breakParagraph): adjust
5935         (getRow): adjust
5936         (getRowNearY): adjust, and remove commented code.
5937
5938         * lyxtext.h (firstRow): delete function
5939         (lastRow): delete function
5940         (rows): new function (const and non-const versions.)
5941         (insertRow): delete function
5942
5943         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5944
5945 2003-03-29  John Levon  <levon@movementarian.org>
5946
5947         * BufferView_pimpl.C: always update scrollbar top
5948         because pasting text when we're anchored could mean we
5949         miss an update altogether
5950
5951 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5952
5953         * text2.C (init): use rowlist_.end() and not 0.
5954         (insertRow): change to take a RowList::iterator as arg, adjust
5955         for this.
5956         (insertParagraph): change to take a RowList::iterator as arg,
5957         adjust for this.
5958         (redoParagraphs): remove some debug msgs.
5959
5960         * text.C (appendParagraph): change to take a RowList::iterator
5961         arg, adjust for this.
5962         (breakAgain): add an assert
5963         (breakAgainOneRow): ditto
5964
5965 2003-03-29  John Levon  <levon@movementarian.org>
5966
5967         * text2.C: do not clear selection after inc/decDepth
5968         (bug 550)
5969
5970 2003-03-29  John Levon  <levon@movementarian.org>
5971
5972         * BufferView.C:
5973         * buffer.C: fix broken strerrors according to Lars
5974
5975 2003-03-29  John Levon  <levon@movementarian.org>
5976
5977         * converters.C: more Alert cleanups
5978
5979 2003-03-29  John Levon  <levon@movementarian.org>
5980
5981         * bufferview_funcs.C: remove pointless Alert
5982
5983         * buffer.C: fix confusing error message when
5984         a template is chmoded 000
5985
5986 2003-03-29  John Levon  <levon@movementarian.org>
5987
5988         * BufferView.C:
5989         * BufferView.h:
5990         * BufferView_pimpl.C: Alert fixes
5991
5992         * Makefile.am:
5993         * tabular.C:
5994         * tabular-old.C: remove unused table compat reading
5995
5996 2003-03-29  John Levon  <levon@movementarian.org>
5997
5998         * BufferView.C:
5999         * buffer.C:
6000         * lyx_cb.h:
6001         * lyx_cb.C: more Alert cleanups
6002
6003         * lyxfunc.C: don't allow chktex if not latex document
6004
6005 2003-03-29  John Levon  <levon@movementarian.org>
6006
6007         * lyx_cb.C:
6008         * BufferView.C:
6009         * buffer.C: warnings pushed down from support/,
6010         kill err_alert
6011
6012 2003-03-29  John Levon  <levon@movementarian.org>
6013
6014         * lyxfunc.C: safety check for C-r (revert)
6015
6016 2003-03-29  John Levon  <levon@movementarian.org>
6017
6018         * bufferlist.h:
6019         * bufferlist.C: several UI fixes using Alert::prompt.
6020         Fix the pointless looping quit code. Fix stupid revert
6021         behaviour (bug 938)
6022
6023         * lyxvc.h:
6024         * lyxvc.C:
6025         * lyx_cb.C: use Alert::prompt
6026
6027         * lyx_main.C: remove a silly question
6028
6029         * lyxfunc.C: remove a couple of silly questions,
6030         use Alert::prompt
6031
6032 2003-03-28  John Levon  <levon@movementarian.org>
6033
6034         * text2.C: fix bug 974 (End on empty par)
6035
6036 2003-03-28  John Levon  <levon@movementarian.org>
6037
6038         * BufferView_pimpl.C:
6039         * LyXAction.C:
6040         * lfuns.h: remove do-nothing math greek lfuns
6041
6042 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6043
6044         * lyxgluelength.h (isValidGlueLength): add default arg on
6045         parameter 2. Remove default arg from friend in class.
6046
6047         * lyxlength.h (isValidLength): add default arg on parameter 2.
6048         Remove default arg from friend in class.
6049
6050         * text2.C (LyXText): adjust, initialize refresh_row.
6051         (init): adjust
6052         (removeRow): adjust
6053         (insertRow): adjust
6054         (insertParagraph): adjst
6055         (redoParagraphs): adjust
6056         (fullRebreak): adjust
6057         (updateCounters): adjust
6058         (deleteEmptyParagraphMechanism): first attempt at fixing a
6059         crashing bug.
6060
6061         * text.C (top_y): adjust
6062         (setHeightOfRow): adjust
6063         (getRow): adjust
6064         (getRowNearY): adjust
6065
6066         * lyxtext.h: include RowList.h
6067         (~LyXText): not needed anymore, deleted.
6068         (firstRow): modify for RowList
6069         (lastRow): new function
6070         Delete firstrow and lastrow class variables, add a Rowlist
6071         rowlist_ class variable.
6072
6073         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6074         paragraph is empty.
6075
6076         * RowList.C (insert): fix case where it == begin().
6077
6078 2003-03-26  Angus Leeming  <leeming@lyx.org>
6079
6080         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6081         the thesaurus dialog.
6082
6083 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6084
6085         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6086
6087         * RowList.[Ch]: new files
6088
6089         * ParagraphList.C (erase): handle the case where it == begin
6090         correctly.
6091
6092 2003-03-25  John Levon  <levon@movementarian.org>
6093
6094         * Makefile.am:
6095         * aspell_local.h:
6096         * aspell.C: add new aspell support
6097
6098         * lyxrc.h:
6099         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6100         have it accessible.
6101
6102 2003-03-25  Angus Leeming  <leeming@lyx.org>
6103
6104         * lfuns.h:
6105         * LyXAction.C (init): new LFUN_INSET_INSERT.
6106
6107         * BufferView_pimpl.C (dispatch): split out part of the
6108         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6109
6110         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6111         LFUN_INSET_APPLY.
6112
6113 2003-03-25  Angus Leeming  <leeming@lyx.org>
6114
6115         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6116
6117 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6118
6119         * text2.C:
6120         * text3.C: remove useless row->height(0)
6121
6122 2003-03-25  John Levon  <levon@movementarian.org>
6123
6124         * lyxtext.h:
6125         * text2.C:
6126         * text3.C: rename the refreshing stuff to better names
6127
6128 2003-03-24  John Levon  <levon@movementarian.org>
6129
6130         * BufferView_pimpl.h:
6131         * BufferView_pimpl.C: update layout choice on a mouse
6132         press/release
6133
6134 2003-03-23  John Levon  <levon@movementarian.org>
6135
6136         * Makefile.am: fix commandtags.h reference
6137
6138 2003-03-22  John Levon  <levon@movementarian.org>
6139
6140         * BufferView_pimpl.C:
6141         * lyxtext.h:
6142         * rowpainter.C:
6143         * rowpainter.h:
6144         * text.C:
6145         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6146
6147 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6148
6149         * lyxtext.h:
6150         * text.C: take the rtl methods out of line
6151
6152 2003-03-21 André Pönitz <poenitz@gmx.net>
6153
6154         * metricsinfo.[Ch]: new files containing structures to be passed around
6155         during the two-phase-drawing...
6156
6157 2003-03-21 André Pönitz <poenitz@gmx.net>
6158
6159         * lyxtextclass.C: read 'environment' tag.
6160
6161 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6162
6163         * text2.C (removeRow): fix bug 964
6164
6165 2003-03-20  John Levon  <levon@movementarian.org>
6166
6167         * rowpainter.C:
6168         * text.C:
6169         * text2.C: paint cleanups. Inset::update() dropped font
6170         parameter
6171
6172 2003-03-19  John Levon  <levon@movementarian.org>
6173
6174         * lyxfunc.C: only fitcursor/markDirty if available()
6175
6176 2003-03-19  John Levon  <levon@movementarian.org>
6177
6178         * commandtags.h: rename to ...
6179
6180         * lfuns.h: ... this, and renumber / cleanup
6181
6182 2003-03-19  John Levon  <levon@movementarian.org>
6183
6184         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6185         fit the cursor after an lfun
6186
6187         * BufferView.h:
6188         * BufferView.C:
6189         * BufferView_pimpl.h:
6190         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6191
6192         * LyXAction.C: layout-character should have ReadOnly
6193
6194         * ParagraphParameters.C:
6195         * buffer.C:
6196         * bufferview_funcs.C:
6197         * lyx_cb.C:
6198         * lyxfind.C:
6199         * lyxtext.h:
6200         * text.C:
6201         * text2.C:
6202         * text3.C:
6203         * undo_funcs.C: changes from above
6204
6205 2003-03-18  John Levon  <levon@movementarian.org>
6206
6207         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6208         remove it from update()
6209
6210         * lyxfunc.C: update layout choice after an lfun
6211
6212         * text3.C: remove extra updateLayoutChoice()s
6213
6214 2003-03-18  John Levon  <levon@movementarian.org>
6215
6216         * text.C: top_y change means full repaint, fix
6217         a drawing bug with cursor movement
6218
6219 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6220
6221         * lyxtext.h:
6222         * text.C:
6223         * text2.C: anchor row on setCursor
6224
6225 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6226
6227         * lyxtext.h: remove almost all mutable keywords
6228         * text.C:
6229         * text2.C:
6230         * text3.C: remove const keywords accordingly
6231
6232 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6233
6234         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6235         anon namespace
6236         (TeXEnvironment): ditto
6237         (TeXOnePar): ditto
6238
6239 2003-03-17  John Levon  <levon@movementarian.org>
6240
6241         * text.C (rowBreakPoint): remove attempt to fix displayed
6242         math insets inside a manual label
6243
6244 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6245
6246         * lyxtext.h: remove BufferView* as first arg from almost all class
6247         functions.
6248         * other files: adjust.
6249
6250 2003-03-17  John Levon  <levon@movementarian.org>
6251
6252         * lyxtext.h:
6253         * undo_funcs.C:
6254         * text2.C: more paint cleanups
6255
6256         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6257
6258         * rowpainter.h:
6259         * rowpainter.C: remove "smart" background painting code
6260
6261 2003-03-16  John Levon  <levon@movementarian.org>
6262
6263         * lyxtext.h:
6264         * text.C:
6265         * text2.C:
6266         * text3.C: add helper functions for setting refresh_row/y
6267
6268 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6269
6270         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6271         newline inset which *can* get inserted in the pass_thru layouts.
6272         This is primarily for literate documents.
6273
6274 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6275
6276         * buffer.C: increment LYX_FORMAT to 223
6277
6278 2003-03-14 André Pönitz <poenitz@gmx.net>
6279
6280         * textclass.h: prepare for environment handling, ws changes
6281         * lyxlayout.C: read latexheader and latexfooter tags
6282
6283 2003-03-14  John Levon  <levon@movementarian.org>
6284
6285         * text2.C: rewrite ::status() a bit
6286
6287 2003-03-13  John Levon  <levon@movementarian.org>
6288
6289         * lyxtext.h: add some docs
6290
6291 2003-03-13  John Levon  <levon@movementarian.org>
6292
6293         * lyxtext.h:
6294         * text.C:
6295         * text2.C:
6296         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6297
6298 2003-03-13  John Levon  <levon@movementarian.org>
6299
6300         * text3.C: fix appendix redrawing
6301
6302 2003-03-13  John Levon  <levon@movementarian.org>
6303
6304         * text.C (setHeightOfRow):
6305         * rowpainter.h:
6306         * rowpainter.C: make appendix mark have the text
6307           "Appendix" so the user knows what it is
6308
6309         * LColor.h:
6310         * LColor.C: s/appendixline/appendix/ from above
6311
6312 2003-03-13  John Levon  <levon@movementarian.org>
6313
6314         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6315
6316         * text.C: fix a getChar(pos) bug properly
6317
6318 2003-03-13  Angus Leeming  <leeming@lyx.org>
6319
6320         * commandtags.h:
6321         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6322         Probably only temporary. Let's see how things pan out.
6323
6324         * BufferView.C (unlockInset):
6325         * BufferView_pimpl.C (fitCursor):
6326         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6327
6328         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6329         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6330
6331         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6332         new functions that convert ParagraphParameters to and from a string.
6333
6334         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6335         BufferView::Pimpl's dispatch.
6336         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6337
6338 2003-03-13 André Pönitz <poenitz@gmx.net>
6339
6340         * lyxfunc.C:
6341         * text3.C:
6342         * factory.C: make it aware of InsetEnv
6343
6344 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6345
6346         * text2.C (setCursor): never ask for one past last
6347         (setCursor): add some debugging messages.
6348
6349         * text.C (singleWidth): never ask for one past last
6350         (singleWidth): ditto
6351         (leftMargin): ditto
6352         (rightMargin): ditto
6353         (rowBreakPoint): ditto
6354         (setHeightOfRow): ditto
6355         (prepareToPrint): ditto
6356
6357         * rowpainter.C (paintBackground): never ask for one past last
6358         (paintText): never ask for one past last
6359
6360         * paragraph_pimpl.C (getChar): make the assert stricter, never
6361         allow the one past last pos to be taken
6362
6363         * paragraph.C (getChar): ws changes only
6364
6365         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6366         (numberOfSeparators): ditto
6367         (numberOfHfills): ditto
6368
6369 2003-03-12  John Levon  <levon@movementarian.org>
6370
6371         * author.h:
6372         * author.C:
6373         * bufferparams.h:
6374         * bufferparams.C:
6375         * paragraph_funcs.C: fix per-buffer authorlists
6376
6377 2003-03-12  John Levon  <levon@movementarian.org>
6378
6379         * text.C: fix newline in right address
6380
6381 2003-03-12  Angus Leeming  <leeming@lyx.org>
6382
6383         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6384         duplicate those in LyXFunc::dispatch.
6385
6386         * commandtags.h:
6387         * LyXAction.C:
6388         * ToolbarDefaults.C:
6389         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6390         Add LFUN_FONTFREE_UPDATE.
6391
6392         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6393         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6394
6395         * bufferview_func.[Ch]: several new functions to facilliate
6396         transfer of data to and from the character dialog.
6397
6398 2003-03-12  John Levon  <levon@movementarian.org>
6399
6400         * buffer.C:
6401         * paragraph.h:
6402         * paragraph.C:
6403         * paragraph_funcs.C:
6404         * paragraph_pimpl.C:
6405         * sgml.C:
6406         * tabular.C:
6407         * text.C:
6408         * text3.C: remove META_NEWLINE in favour of an inset
6409
6410         * rowpainter.h:
6411         * rowpainter.C: remove paintNewline (done by inset)
6412
6413 2003-03-12  John Levon  <levon@movementarian.org>
6414
6415         * paragraph_pimpl.C: complain about bad getChar()s
6416         for a while at least
6417
6418 2003-03-12  John Levon  <levon@movementarian.org>
6419
6420         * buffer.h:
6421         * buffer.C: move paragraph read into a separate function,
6422         a little renaming to reflect that.
6423
6424         * bufferparams.h:
6425         * bufferparams.C: remove the author_ids map, not necessary now
6426
6427         * factory.h:
6428         * factory.C: moved Buffer::readInset to here
6429
6430         * paragraph_funcs.h:
6431         * paragraph_funcs.C: readParagraph free function moved from
6432         buffer.C
6433
6434         * tabular.C: name change
6435
6436 2003-03-12  John Levon  <levon@movementarian.org>
6437
6438         * buffer.C:
6439         * ParagraphParameters.C: move par params input to
6440         a read() method
6441
6442         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
6443         behave like a normal read from the stream wrt reading
6444         a line vs. a \\token
6445
6446 2003-03-12  John Levon  <levon@movementarian.org>
6447
6448         * paragraph.C:
6449         * ParagraphParameters.h:
6450         * ParagraphParameters.C: move output code to a
6451         ::write() method
6452
6453 2003-03-12  John Levon  <levon@movementarian.org>
6454
6455         * BufferView.C (insertLyXFile):
6456         * buffer.h:
6457         * buffer.C:
6458         * tabular.C: use a parlist iterator for creating the
6459           document.
6460
6461 2003-03-12  John Levon  <levon@movementarian.org>
6462
6463         * buffer.C: make current_change static local not
6464           static file-scope
6465
6466 2003-03-12  John Levon  <levon@movementarian.org>
6467
6468         * buffer.C: fix insertStringAsLines for change tracking
6469
6470 2003-03-12  John Levon  <levon@movementarian.org>
6471
6472         * BufferView.C:
6473         * tabular.C:
6474         * buffer.h:
6475         * buffer.C:
6476         * bufferparams.h:
6477         * bufferparams.C: move author list into params. Rename some
6478           functions. Move the header reading into a separate token
6479           loop. Move the header token reading into BufferParams.
6480
6481 2003-03-12  John Levon  <levon@movementarian.org>
6482
6483         * changes.C: put debug inside lyxerr.debugging() checks
6484
6485 2003-03-11 André Pönitz <poenitz@gmx.net>
6486
6487         * factory.C: make it aware of InsetHFill
6488
6489 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6490
6491         * buffer.C (latexParagraphs): move function from here...
6492         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
6493         args.
6494
6495 2003-03-10  Angus Leeming  <leeming@lyx.org>
6496
6497         * LyXAction.C (init): fix bug in poplating array with multiple entries
6498         with the same LFUN (spotted by JMarc).
6499
6500 2003-03-10  John Levon  <levon@movementarian.org>
6501
6502         * text.C:
6503         * text2.C: move getColumnNearX() near its
6504         only call site
6505
6506 2003-03-10  John Levon  <levon@movementarian.org>
6507
6508         * text.C: fix break before a minipage
6509
6510 2003-03-10  John Levon  <levon@movementarian.org>
6511
6512         * text.C: fix the last commit
6513
6514 2003-03-09  John Levon  <levon@movementarian.org>
6515
6516         * lyxtext.h:
6517         * text.C:
6518         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
6519         bug 365 (don't break before insets unless needed). Don't
6520         return a value > last under any circumstances.
6521
6522 2003-03-09  Angus Leeming  <leeming@lyx.org>
6523
6524         * BufferView_pimpl.C (trackChanges, dispatch): call
6525         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
6526
6527 2003-03-09  Angus Leeming  <leeming@lyx.org>
6528
6529         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
6530         than Dialogs::showAboutlyx().
6531
6532 2003-03-09  Angus Leeming  <leeming@lyx.org>
6533
6534         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
6535         than Dialogs::showTabularCreate().
6536
6537 2003-03-09  John Levon  <levon@movementarian.org>
6538
6539         * lyxtext.h:
6540         * text.C:
6541         * text2.C: 3rd arg to nextBreakPoint was always the same.
6542           Use references.
6543
6544 2003-03-08  John Levon  <levon@movementarian.org>
6545
6546         * lyxrow.C:
6547         * paragraph.C:
6548         * paragraph.h:
6549         * rowpainter.C:
6550         * text.C:
6551         * text2.C: Remove the "main" bit from the "main body"
6552           notion.
6553
6554 2003-03-08  John Levon  <levon@movementarian.org>
6555
6556         * text.C (leftMargin): The left margin of an empty
6557         manual label paragraph should not include the label width
6558         string length.
6559
6560         * text.C (prepareToPrint): don't attempt to measure hfills
6561         for empty manual label paragraphs - the answer should be 0
6562
6563 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6564
6565         * CutAndPaste.C: remove commented code and reindent.
6566
6567 2003-03-08  John Levon  <levon@movementarian.org>
6568
6569         * lyxfunc.h:
6570         * lyxfunc.C: move reloadBuffer()
6571
6572         * BufferView.h:
6573         * BufferView.C: to here
6574
6575         * lyxvc.C: add comment
6576
6577         * vc-backend.h:
6578         * vc-backend.C: call bv->reload() to avoid
6579           getStatus() check on MENURELOAD
6580
6581 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
6582
6583         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
6584         to an old format .dep file.
6585
6586 2003-03-07  Angus Leeming  <leeming@lyx.org>
6587
6588         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
6589         when the LFUN_MOUSE_RELEASE should have been handled by
6590         inset->localDispatch.
6591
6592 2003-03-07  Angus Leeming  <leeming@lyx.org>
6593
6594         * BufferView_pimpl.C (dispatch):
6595         * LyXAction.C (init):
6596         * ToolbarDefaults.C (init):
6597         * commandtags.h:
6598         * lyxfunc.C (getStatus):
6599         remove LFUN_INSET_GRAPHICS.
6600
6601         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
6602
6603 2003-03-07  Angus Leeming  <leeming@lyx.org>
6604
6605         * commandtags.h:
6606         * LyXAction.C (init):
6607         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
6608
6609         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
6610
6611         * commandtags.h:
6612         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
6613
6614         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
6615         localDispatch method LFUN_INSET_DIALOG_UPDATE.
6616
6617 2003-03-07  Angus Leeming  <leeming@lyx.org>
6618
6619         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
6620         remove "ert".
6621
6622 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6623
6624         * ParagraphList.C (front): new function
6625         (back): implement
6626
6627 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
6628
6629         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
6630         and top_row_offset_. removed var first_y.
6631         * text.C (top_y):
6632         * text2.C (LyXText, removeRow):
6633         * text3.C:
6634         * BufferView_pimpl.C:
6635         use these methods instead of using first_y
6636
6637 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6638
6639         * text2.C (pasteSelection): adjust for checkPastePossible
6640
6641         * CutAndPaste.C: remove Paragraph * buf and replace with
6642         ParagraphList paragraphs.
6643         (DeleteBuffer): delete
6644         (cutSelection): change the tc type to textclass_type
6645         (copySelection): change the tc type to textclass_type
6646         (copySelection): adjust for ParagraphList
6647         (pasteSelection): change the tc type to textclass_type
6648         (pasteSelection): adjust for Paragraphlist
6649         (nrOfParagraphs): simplify for ParagraphList
6650         (checkPastePossible): simplify for ParagraphList
6651         (checkPastePossible): remove unused arg
6652
6653         * ParagraphList.C (insert): handle the case where there are no
6654         paragraphs yet.
6655
6656         * CutAndPaste.h: make CutAndPaste a namespace.
6657
6658         * text3.C (dispatch): adjust
6659
6660         * text.C (breakParagraph): add a ParagraphList as arg
6661
6662         * paragraph_funcs.C (breakParagraph): change to take a
6663         BufferParams and a ParagraphList as args.
6664         (breakParagraphConservative): ditto
6665         (mergeParagraph): ditto
6666         (TeXDeeper): add a ParagraphList arg
6667         (TeXEnvironment): ditto
6668         (TeXOnePar): ditto
6669
6670         * buffer.C (readLyXformat2): adjust
6671         (insertStringAsLines): adjust
6672         (latexParagraphs): adjust
6673
6674         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6675         (cutSelection): adjust
6676         (pasteSelection): adjust
6677
6678         * BufferView_pimpl.C (insertInset): adjust
6679
6680 2003-03-05  Angus Leeming  <leeming@lyx.org>
6681
6682         * commandtags.h:
6683         * LyXAction.C (init):
6684         * BufferView_pimpl.C (dispatch):
6685         * lyxfunc.C (getStatus):
6686         remove LFUN_CHILD_INSERT.
6687
6688         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6689
6690 2003-03-05  Angus Leeming  <leeming@lyx.org>
6691
6692         * commandtags.h:
6693         * LyXAction.C (init):
6694         * src/factory.C (createInset):
6695         * lyxfunc.C (getStatus):
6696         * text3.C (dispatch):
6697         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6698
6699         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6700
6701 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6702
6703         * ParagraphList.C (insert): handle insert right before end()
6704         (erase): fix cases where it can be first or last paragraph.
6705
6706 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6707
6708         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6709         Paragraph::next and Paragraph::previous
6710         (TeXOnePar): ditto
6711
6712         * text.C (breakParagraph): adjust
6713
6714         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6715         BufferParams& as arg.
6716         (breakParagraph): use ParagraphList::insert
6717         (breakParagraphConservative): take a Buffer* instead of a
6718         BufferParams& as arg.
6719         (breakParagraphConservative): use ParagraphList::insert.
6720
6721         * buffer.C (insertStringAsLines): un-const it
6722         (insertStringAsLines): adjust
6723
6724         * ParagraphList.C (insert): new function
6725
6726         * CutAndPaste.C (pasteSelection): adjust
6727
6728         * text.C (backspace): adjust
6729
6730         * tabular.C (SetMultiColumn): adjust
6731
6732         * CutAndPaste.C (cutSelection): adjust
6733         (pasteSelection): adjust
6734
6735         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6736         Buffer const * as arg
6737
6738         * ParagraphList.C (erase): new function
6739         * paragraph_funcs.C (mergeParagraph): use it
6740         (mergeParagraph): make it take a Buffer* instead of a
6741         BufferParams* as arg
6742
6743         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6744         as arg
6745         (breakParagraphConservative): ditto
6746
6747         * paragraph.h: remove the breakParagraph friend
6748
6749         * paragraph.C (eraseIntern): new function
6750         (setChange): new function
6751
6752         * paragraph_funcs.C (mergeParagraph): make it take a
6753         ParagraphList::iterator instead of a Paragraph *, adjust
6754         accordingly.
6755
6756         * paragraph.h: move an #endif so that the change tracking stuff
6757         also works in the NO_NEXT case.
6758
6759 2003-03-04  Angus Leeming  <leeming@lyx.org>
6760
6761         * commandtags.h:
6762         * LyXAction.C: new LFUN_INSET_MODIFY.
6763
6764         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6765         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6766
6767 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6768
6769         * several files: ws changes only
6770
6771         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6772         (TeXEnvironment): ditto
6773         (TeXDeeper): ditto
6774
6775         * buffer.C (makeLaTeXFile): adjust
6776         (latexParagraphs): make it take ParagraphList::iterator as args
6777
6778 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6779
6780         * buffer.C (latexParagraphs): adjust
6781
6782         * paragraph.C (TeXOnePar): move function...
6783         (optArgInset): move function...
6784         (TeXEnvironment): move function...
6785         * paragraph_pimpl.C (TeXDeeper): move function...
6786         * paragraph_funcs.C: ...here
6787
6788         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6789
6790 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6791
6792         * buffer.C (readInset): remove compability code for old Figure and
6793         InsetInfo insets
6794
6795 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6796
6797         * buffer.C: ws changes
6798         (readInset):
6799
6800         * BufferView_pimpl.C: ditto
6801         * author.C: ditto
6802         * buffer.h: ditto
6803         * bufferlist.h: ditto
6804         * changes.h: ditto
6805         * lyxfunc.C: ditto
6806
6807 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6808
6809         * converter.[Ch]: split into itself +
6810         * graph.[Ch]
6811         * format.[Ch]
6812         * Makefile.am: += graph.[Ch] + format.[Ch]
6813         * MenuBackend.C
6814         * buffer.C
6815         * exporter.C
6816         * importer.C
6817         * lyx_main.C
6818         * lyxfunc.C
6819         * lyxrc.C: added #include "format.h"
6820
6821 2003-02-27  Angus Leeming  <leeming@lyx.org>
6822
6823         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6824           a label.
6825
6826         * factory.C (createInset): add "label" to the factory.
6827
6828         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6829           string and do no more.
6830
6831 2003-02-27  Angus Leeming  <leeming@lyx.org>
6832
6833         * commandtags.h:
6834         * LyXAction.C (init):
6835         * factory.C (createInset):
6836         * BufferView_pimpl.C (dispatch):
6837           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6838
6839         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6840
6841         * lyxfunc.C (dispatch):
6842         * text3.C (dispatch): pass name to params2string.
6843
6844 2003-02-26  Angus Leeming  <leeming@lyx.org>
6845
6846         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6847           blocks together.
6848           Rearrange the ~includes. Strip out the unnecessary ones.
6849
6850         * factory.C (createInset): reformat.
6851           create new insets for the various LFUN_XYZ_APPLY lfuns.
6852
6853 2003-02-26  John Levon  <levon@movementarian.org>
6854
6855         * lyxrow.h:
6856         * lyxrow.C: add isParStart,isParEnd helpers
6857
6858         * paragraph.h: make isInserted/DeletedText take refs
6859
6860         * paragraph_funcs.h:
6861         * paragraph_funcs.C: remove #if 0'd code
6862
6863         * lyxtext.h:
6864         * text3.C:
6865         * text2.C:
6866         * text.C: use lyxrow helpers above.
6867           Move draw and paint routines to RowPainter.
6868           Make several methods use refs not pointers.
6869           Make backgroundColor() const.
6870           Add markChangeInDraw(), isInInset().
6871           Merge changeRegionCase into changeCase.
6872           Make workWidth() shouldn't-happen code into an Assert.
6873
6874         * rowpainter.h:
6875         * rowpainter.C: new class for painting a row.
6876
6877         * vspace.h:
6878         * vspace.C: make inPixels take a ref
6879
6880 2003-02-26  Angus Leeming  <leeming@lyx.org>
6881
6882         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6883         LFUN_REF_APPLY.
6884
6885 2003-02-25  John Levon  <levon@movementarian.org>
6886
6887         * ispell.C: give the forked command a more accurate name
6888
6889 2003-02-22  John Levon  <levon@movementarian.org>
6890
6891         * toc.h:
6892         * toc.C: make TocItem store an id not a Paragraph *
6893           (bug #913)
6894
6895 2003-02-21  Angus Leeming  <leeming@lyx.org>
6896
6897         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6898           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6899           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6900           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6901           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6902           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6903
6904         * BufferView_pimpl.C (dispatch):
6905         * LyXAction.C (init):
6906         * factory.C (createInset):
6907         * lyxfunc.C (getStatus, dispatch):
6908         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6909
6910 2003-02-21  Angus Leeming  <leeming@lyx.org>
6911
6912         * BufferView_pimpl.C (MenuInsertLyXFile):
6913         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6914         * lyxfunc.C (menuNew, open, doImport):
6915           no longer pass a LyXView & to fileDlg.
6916
6917 2003-02-21  Angus Leeming  <leeming@lyx.org>
6918
6919         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6920         * LyXAction.C: change, BIBKEY to BIBITEM.
6921         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6922         Change InsetBibKey to InsetBibitem.
6923         Change BIBKEY_CODE to BIBITEM_CODE.
6924         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6925         * factory.C: replace insetbib.h with insetbibitem.h.
6926         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6927         * paragraph.C: replace insetbib.h with insetbibitem.h.
6928         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6929         Change bibkey() to bibitem().
6930         * text.C: remove insetbib.h.
6931         * text2.C: replace insetbib.h with insetbibitem.h.
6932         change bibkey() to bibitem().
6933         * text3.C: remove insetbib.h.
6934         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6935
6936 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6937
6938         * lyxrc.C (output): enclose user email in quotes (in case there are
6939         several words)
6940
6941 2003-02-18  John Levon  <levon@movementarian.org>
6942
6943         * buffer.h: add std::
6944
6945 2003-02-17  John Levon  <levon@movementarian.org>
6946
6947         * SpellBase.h:
6948         * ispell.h:
6949         * ispell.C:
6950         * pspell.h:
6951         * pspell.C: reworking. Especially in ispell, a large
6952           number of clean ups and bug fixes.
6953
6954         * lyxfunc.C: fix revert to behave sensibly
6955
6956 2003-02-17 André Pönitz <poenitz@gmx.net>
6957
6958         * LyXAction.C:
6959         * commandtags.h: new LFUN_INSERT_BIBKEY
6960
6961         * layout.h:
6962         * lyxlayout.C:
6963         * buffer.C:
6964         * factory.C:
6965         * text.C:
6966         * text2.C:
6967         * text3.C:
6968         * paragraph.[Ch]:
6969         * paragraph_func.C: remove special bibkey handling
6970
6971 2003-02-17  John Levon  <levon@movementarian.org>
6972
6973         * text.C (Delete): fix case where delete at the end of
6974           the very first paragraph would not merge the pars
6975
6976 2003-02-17  John Levon  <levon@movementarian.org>
6977
6978         * lyxrow.C: fix lastPrintablePos()
6979
6980 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6981
6982         * bufferparams.C (writeLaTeX): add a std:here
6983
6984         * buffer.C: and remove a using directive there
6985
6986 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6987
6988         * buffer.C (makeLaTeXFile): move the code that generates the
6989           preamble...
6990
6991         * bufferparams.C (writeLaTeX): ... in this new method
6992
6993         * LaTeXFeatures.C (getEncodingSet): make const
6994           (getLanguages): make const
6995
6996         * MenuBackend.C (binding): returns the binding associated to this
6997           action
6998           (add): sets the status of each item by calling getStatus. Adds
6999           some intelligence.
7000           (read): add support for OptSubMenu
7001           (expand): remove extra separator at the end of expanded menu
7002
7003 2003-02-15  John Levon  <levon@movementarian.org>
7004
7005         * BufferView.C:
7006         * BufferView_pimpl.C:
7007         * bufferlist.h:
7008         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7009           inset code that had no actual effect. Remove unneeded status
7010           code.
7011
7012 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7013
7014         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7015           in preamble
7016
7017 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7018
7019         * text.C (drawLengthMarker): also draw an arrow marker for
7020           symbolic lengths (medskip...)
7021
7022 2003-02-14  John Levon  <levon@movementarian.org>
7023
7024         * tabular.h:
7025         * tabular.C: better method names
7026
7027 2003-02-14  John Levon  <levon@movementarian.org>
7028
7029         * BufferView_pimpl.C:
7030         * bufferlist.C:
7031         * buffer.C:
7032         * converter.C:
7033         * lyx_cb.C:
7034         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7035           it's a more accurate name. Remove some pointless uses.
7036
7037 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7038
7039         * text2.C (LyXText): change order of initilizers to shut off
7040           warnings
7041
7042 2003-02-14  John Levon  <levon@movementarian.org>
7043
7044         * buffer.C: use ParIterator for getParFromID()
7045
7046         * paragraph.h:
7047         * paragraph.C:
7048         * paragraph_pimpl.h:
7049         * paragraph_pimpl.C: remove unused getParFromID()
7050
7051 2003-02-14  John Levon  <levon@movementarian.org>
7052
7053         * buffer.C: remove some very old #if 0'd parse code
7054
7055 2003-02-13  John Levon  <levon@movementarian.org>
7056
7057         * text.h:
7058         * text.C:
7059         * text2.C: move hfillExpansion(), numberOfSeparators(),
7060           rowLast(), rowLastPrintable(), numberofHfills(),
7061           numberOfLabelHfills() ...
7062
7063         * lyxrow.h:
7064         * lyxrow.C: ... to member functions here.
7065
7066         * paragraph.h:
7067         * paragraph.C:
7068         * lyxtext.h:
7069         * text.C: remove LyXText::beginningOfMainBody(), and call
7070           p->beginningOfMainBody() directly. Move the check for
7071           LABEL_MANUAL into the latter.
7072
7073         * text.h:
7074         * text.C:
7075         * text2.C:
7076         * vspace.C:
7077         * BufferView.h:
7078         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7079
7080         * text.h:
7081         * text.C:
7082         * text2.C:
7083         * text3.C:
7084         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7085           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7086
7087 2003-02-13  John Levon  <levon@movementarian.org>
7088
7089         * CutAndPaste.C: remove debug
7090
7091 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7092
7093         * paragraph.C (asString): remove two unused variables
7094
7095         * lyxtextclass.C (readTitleType):
7096           (Read):
7097           (LyXTextClass): handle new members titletype_ and titlename_
7098
7099         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7100
7101 2003-02-09  John Levon  <levon@movementarian.org>
7102
7103         * buffer.h:
7104         * buffer.C: replace hand-coded list with a map for the dep clean
7105
7106 2003-02-08  John Levon  <levon@movementarian.org>
7107
7108         * LaTeX.C: consolidate code into showRunMessage() helper
7109
7110 2003-02-08  John Levon  <levon@movementarian.org>
7111
7112         * lyxfind.C:
7113         * lyxtext.h:
7114         * text2.C:
7115         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7116           and pass the size in explicitly
7117
7118         * BufferView_pimpl.h:
7119         * BufferView_pimpl.C:
7120         * BufferView.h:
7121         * BufferView.C: add getCurrentChange()
7122
7123         * BufferView_pimpl.h:
7124         * BufferView_pimpl.C: handle change lfuns
7125
7126         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7127           for changes. Mark pasted paragraphs as new.
7128
7129         * support/lyxtime.h:
7130         * support/lyxtime.C:
7131         * DepTable.C: abstract time_t as lyx::time_type
7132
7133         * LColor.h:
7134         * LColor.C: add colours for new text, deleted text, changebars
7135
7136         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7137           package use "usenames" option.
7138
7139         * commandtags.h:
7140         * lyxfunc.C:
7141         * LyXAction.C: add change lfuns
7142
7143         * Makefile.am:
7144         * author.h:
7145         * author.C: author handling
7146
7147         * buffer.h:
7148         * buffer.C: add a per-buffer author list, with first entry as
7149           current author. Handle new .lyx tokens for change tracking. Output
7150           author list to .lyx file. Output dvipost stuff to .tex preamble.
7151           Bump lyx format to 222.
7152
7153         * bufferlist.h:
7154         * bufferlist.C: add setCurrentAuthor() to reset current author details
7155           in all buffers.
7156
7157         * bufferparams.h:
7158         * bufferparams.C: add param for tracking
7159
7160         * bufferview_funcs.C: output change info in minibuffer
7161
7162         * Makefile.am:
7163         * changes.h:
7164         * changes.C: add change-tracking structure
7165
7166         * debug.h:
7167         * debug.C: add CHANGES debug flag
7168
7169         * lyxfind.h:
7170         * lyxfind.C: add code for finding the next change piece
7171
7172         * lyxrc.h:
7173         * lyxrc.C: add user_name and user_email
7174
7175         * lyxrow.h:
7176         * lyxrow.C: add a metric for the top of the text line
7177
7178         * lyxtext.h:
7179         * text.C: implement accept/rejectChange()
7180
7181         * lyxtext.h:
7182         * text.C: paint changebars. Paint new/deleted text in the chosen
7183         colours. Strike through deleted text.
7184
7185         * paragraph.h:
7186         * paragraph.C:
7187         * paragraph_pimpl.h:
7188         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7189           in the current change to the insert functions. Rework erase to
7190           mark text as deleted, adding an eraseIntern() and a range-based
7191           erase(). Implement per-paragraph change lookup and
7192           accept/reject.
7193
7194         * paragraph_funcs.C: Fixup paste for change tracking.
7195
7196         * tabular.C: mark added row/columns as new.
7197
7198         * text.C: fix rowLast() to never return -1. Don't allow
7199           spellchecking of deleted text. Track transpose changes. Don't
7200           allow paragraph break or merge where appropriate.
7201
7202         * text2.C: leave cursor at end of selection after a cut.
7203
7204 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7205
7206         * text.C (getLengthMarkerHeight):
7207         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7208         visible on screen too.
7209
7210 2003-02-07  John Levon  <levon@movementarian.org>
7211
7212         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7213
7214 2003-02-05  Angus Leeming  <leeming@lyx.org>
7215
7216         * lyxserver.C (read_ready): revert my patch of 11 September last year
7217         as it sends PC cpu through the roof. Presumably this means that
7218         the lyxserver will no longer run on an Alpha...
7219
7220 2003-01-30  Angus Leeming  <leeming@lyx.org>
7221
7222         * factory.C (createInset): create an InsetCommandParam of type "index"
7223         and use it to 'do the right thing'.
7224
7225         * text2.C (getStringToIndex): ensure that cursor position is always
7226         reset to the reset_cursor position.
7227
7228 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7229
7230         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7231         disabled.
7232
7233 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7234
7235         * bufferview.C:
7236         * lyxcb.C:
7237         * lyxfunc.C: Output messages with identical spelling, punctuation,
7238         and spaces
7239
7240 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7241
7242         * MenuBackend.C (expandFormats): List only viewable export formats
7243         in "View" menu
7244
7245         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7246         message
7247
7248         * lyxfunc.C (getStatus): Make sure that formats other than
7249         "fax" can also be disabled
7250
7251 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7252
7253         * text3.C (dispatch): put the lfuns that insert insets in 3
7254         groups, and call doInsertInset with appropriate arguments.
7255         (doInsertInset): new function, that creates an inset and inserts
7256         it according to some boolean parameters.
7257
7258 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7259
7260         * buffer.C (readFile): remember to pass on 'par' when calling
7261         readFile recursively.
7262
7263 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7264
7265         * MenuBackend.C (expandFormats): add "..." to import formats.
7266
7267 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7268
7269         * paragraph.C (asString): Remove XForms RTL hacks.
7270
7271 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7272         * buffer.C: fix typo
7273
7274 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7275
7276         * Makefile.am (LIBS): delete var
7277         (lyx_LDADD): add @LIBS@ here instead.
7278
7279 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7280
7281         * Clarify the meaning of "wheel mouse jump"
7282
7283 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7284
7285         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7286         tabular in a float
7287
7288 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7289
7290         * importer.C (Loaders): do not preallocate 3 elements in the
7291         vector, since one ends up with 6 elements otherwise
7292
7293 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7294
7295         * DepTable.C (write): write the file name as last element of the
7296         .dep file (because it may contain spaces)
7297         (read): read info in the right order
7298
7299 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7300
7301         * paragraph_pimpl.C (simpleTeXBlanks):
7302         (simpleTeXSpecialChars):
7303         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7304
7305         * tabular.C (latex): add some missing case statements. Reindent.
7306
7307         * MenuBackend.C (expandToc): remove unused variable.
7308
7309 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7310
7311         * LColor.C:
7312         * LaTeX.C:
7313         * LyXAction.C:
7314         * MenuBackend.C:
7315         * buffer.C:
7316         * exporter.C:
7317         * lyxfunc.C:
7318         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7319         and the like.
7320
7321 2003-01-05  John Levon  <levon@movementarian.org>
7322
7323         * BufferView.h:
7324         * BufferView.C: add getEncoding()
7325
7326         * kbsequence.h:
7327         * kbsequence.C: do not store last keypress
7328
7329         * lyxfunc.h:
7330         * lyxfunc.C: store last keypress here instead. Pass encoding
7331           to getISOEncoded()
7332
7333 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7334
7335         * lyx_main.C (init): remove annoying error message when following
7336         symbolic links (bug #780)
7337
7338 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7339
7340         * text.C (insertChar):
7341         * lyxrc.C (getDescription): remove extra spaces
7342
7343 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7344
7345         * lyxrc.C (getDescription): remove extra spaces
7346
7347 2002-12-20  John Levon  <levon@movementarian.org>
7348
7349         * text3.C: hack fix for page up/down across tall rows
7350
7351 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7352
7353         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7354         not been invoked
7355
7356 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7357
7358         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7359         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7360         thesaurus is not compiled in
7361
7362 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7363
7364         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7365
7366 2002-12-16  Angus Leeming  <leeming@lyx.org>
7367
7368         * lyxrc.[Ch]:
7369         * lyx_main.C (init): remove override_x_deadkeys stuff.
7370
7371 2002-12-12  John Levon  <levon@movementarian.org>
7372
7373         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7374           insert. Only remove shift modifier under strict
7375           circumstances.
7376
7377 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7378
7379         * MenuBackend.C (expandToc): fix crash.
7380
7381 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7382
7383         * MenuBackend.C (expandToc): gettext on float names.
7384
7385 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7386
7387         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7388         implement bool empty() [bug 490]
7389
7390 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7391
7392         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7393
7394 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7395
7396         * several files: ws changes
7397
7398 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7399
7400         * text2.C (setCounter): clean up a bit, use boost.format.
7401         (updateCounters): initialize par upon declaration.
7402
7403         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7404         if the layout exists. We do not just store the layout any more.
7405         (SwitchLayoutsBetweenClasses): use boost.format
7406
7407 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7408
7409         * converter.C (convert): if from and to files are the same, use a
7410         temporary files as intermediary
7411
7412 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7413
7414         * commandtags.h:
7415         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7416
7417 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7418
7419         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7420
7421 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7422
7423         * tabular.C (asciiPrintCell): use string(size, char) instead of
7424         explicit loop.
7425
7426         * sgml.C (openTag): fix order of arguments to string constructor
7427         (closeTag): ditto
7428
7429         * lyxfunc.C (dispatch): use boost.format
7430
7431         * lots of files: change "c" -> 'c'
7432
7433 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7434
7435         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7436
7437 2002-11-25  Angus Leeming  <leeming@lyx.org>
7438
7439         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7440
7441         * lyx_main.C (init): compile fix.
7442
7443 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7444
7445         * lyx_cb.C (start): boost.formatify
7446         do not include <iostream>
7447
7448         * lengthcommon.C: ws only
7449
7450         * boost-inst.C,BoostFormat.h: add more explict instantations
7451
7452 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7453
7454         * lots of files: handle USE_BOOST_FORMAT
7455
7456 2002-11-21  John Levon  <levon@movementarian.org>
7457
7458         * pspell.C: fix compile
7459
7460 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7461
7462         * lyxfunc.C (dispatch): use boost::format
7463         (open): ditto
7464         (doImport): ditto
7465
7466         * lyxfont.C (stateText): use boost::format
7467
7468         * lyx_main.C (LyX): use boost::format
7469         (init): ditto
7470         (queryUserLyXDir): ditto
7471         (readRcFile): ditto
7472         (parse_dbg): ditto
7473         (typedef boost::function): use the recommened syntax.
7474
7475         * importer.C (Import): use boost::format
7476
7477         * debug.C (showLevel): use boost::format
7478
7479         * converter.C (view): use boost::format
7480         (convert): ditto
7481         (move): ditto
7482         (scanLog): ditto
7483
7484         * bufferview_funcs.C (currentState): use boost::format
7485
7486         * bufferlist.C (emergencyWrite): use boost::format
7487
7488         * buffer.C (readLyXformat2): use boost::format
7489         (parseSingleLyXformat2Token): ditto
7490
7491         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
7492
7493         * LaTeX.C (run): use boost::format
7494
7495         * Chktex.C (scanLogFile): use boost::format
7496
7497         * BufferView_pimpl.C (savePosition): use boost::format
7498         (restorePosition): ditto
7499         (MenuInsertLyXFile): ditto
7500
7501         * BoostFormat.h: help file for explicit instation.
7502
7503 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
7504
7505         * tabular.C (latex): Support for block alignment in fixed width
7506         columns.
7507
7508 2002-11-17  John Levon  <levon@movementarian.org>
7509
7510         * BufferView_pimpl.C:
7511         * lyx_cb.C:
7512         * lyxfunc.C: split filedialog into open/save
7513
7514 2002-11-08  Juergen Vigna  <jug@sad.it>
7515
7516         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
7517         by my last patch (hopefully).
7518
7519 2002-11-08  John Levon  <levon@movementarian.org>
7520
7521         * iterators.h:
7522         * iterators.C:
7523         * buffer.h:
7524         * buffer.C:
7525         * paragraph.h:
7526         * paragraph.C:
7527         * toc.h:
7528         * toc.C: ParConstIterator, and use it (from Lars)
7529
7530 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
7531
7532         * lyxtextclass.[Ch]: revise and add doxygen comments
7533
7534 2002-11-07  John Levon  <levon@movementarian.org>
7535
7536         * text.C: fix progress value for spellchecker
7537
7538         * toc.C: fix navigate menu for insetwrap inside minipage
7539
7540         * paragraph_funcs.C: added FIXME for suspect code
7541
7542 2002-11-07  John Levon  <levon@movementarian.org>
7543
7544         * BufferView_pimpl.C: fix redrawing of insets
7545           on buffer switch
7546
7547 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7548
7549         * text2.C (updateCounters): fix bug 668
7550
7551 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
7552
7553         * text3.C (dispatch): Do not make the buffer dirty when moving the
7554         cursor.
7555
7556 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7557
7558         * vc-backend.C: STRCONV
7559         (scanMaster): ditto
7560
7561         * text2.C (setCounter): STRCONV
7562
7563         * paragraph.C (asString): STRCONV
7564
7565         * lyxlength.C (asString): STRCONV
7566         (asLatexString): ditto
7567
7568         * lyxgluelength.C (asString): STRCONV
7569         (asLatexString): ditto
7570
7571         * lyxfunc.C (dispatch): STRCONV
7572         (open): ditto
7573
7574         * lyxfont.C (stateText): STRCONV
7575
7576         * importer.C (Import): STRCONV
7577
7578         * counters.C (labelItem): STRCONV
7579         (numberLabel): ditto
7580         (numberLabel): remove unused ostringstream o
7581
7582         * chset.C: STRCONV
7583         (loadFile): ditto
7584
7585         * bufferview_funcs.C (currentState): STRCONV
7586
7587         * buffer.C (readFile): STRCONV
7588         (asciiParagraph): ditto
7589         (makeLaTeXFile): ditto
7590
7591         * Spacing.C (writeEnvirBegin): STRCONV
7592
7593         * LaTeXFeatures.C (getLanguages): STRCONV
7594         (getPackages): ditto
7595         (getMacros): ditto
7596         (getBabelOptions): ditto
7597         (getTClassPreamble): ditto
7598         (getLyXSGMLEntities): ditto
7599         (getIncludedFiles): ditto
7600
7601         * LaTeX.C: STRCONV
7602         (run): ditto
7603         (scanAuxFile): ditto
7604         (deplog): ditto
7605
7606         * LString.h: add the STRCONV macros
7607
7608         * BufferView_pimpl.C (savePosition): STRCONV
7609         (restorePosition): ditto
7610         (MenuInsertLyXFile): ditto
7611
7612         * vc-backend.C (scanMaster): change from submatch[...] to
7613         submatch.str(...)
7614
7615         * funcrequest.C: include config.h
7616
7617         * factory.C: include config.h
7618
7619         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
7620
7621         * box.C: include config.h
7622
7623         * LaTeX.C (scanAuxFile): change from submatch[...] to
7624         submatch.str(...)
7625         (deplog): ditto
7626
7627 2002-10-25  Angus Leeming  <leeming@lyx.org>
7628
7629         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
7630
7631         * ispell.[Ch] (setError): new method.
7632         * ispell.C (c-tor): move out child process into new class LaunchIspell.
7633         Use setError() insetead of goto END.
7634
7635         * lyx_cb.C (AutoSave): move out child process into new class
7636         AutoSaveBuffer.
7637
7638 2002-10-30  John Levon  <levon@movementarian.org>
7639
7640         * text3.C: make start appendix undoable
7641
7642 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
7643
7644         * lyxlength.C (inPixels): Fix returned value.
7645
7646         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
7647         environment.
7648
7649 2002-10-24  Angus Leeming  <leeming@lyx.org>
7650
7651         * lyxgluelength.h: no need to forward declare BufferParams
7652         or BufferView, so don't.
7653
7654 2002-10-21  John Levon  <levon@movementarian.org>
7655
7656         * BufferView.C: menuUndo ->undo, redo
7657
7658         * BufferView.h: document, remove dead, make some methods private
7659
7660         * paragraph_funcs.h:
7661         * paragraph_funcs.C:
7662         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7663
7664         * buffer.h:
7665         * buffer.C:
7666         * sgml.h:
7667         * sgml.C: move sgml open/close tag into sgml.C
7668
7669         * bufferview_funcs.h: unused prototype
7670
7671         * lyxfunc.h:
7672         * lyxfunc.C: remove unused
7673
7674         * lyxtext.h:
7675         * text.C: remove unused
7676
7677 2002-10-21  John Levon  <levon@movementarian.org>
7678
7679         * BufferView.h:
7680         * BufferView.C:
7681         * BufferView_pimpl.h:
7682         * BufferView_pimpl.C: fix mouse wheel handling based on
7683           patch from Darren Freeman
7684
7685 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7686
7687         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7688
7689 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7690
7691         * lyxlength.C (inPixels): Fix hanfling of negative length.
7692         Fix LyXLength::MU case.
7693
7694 2002-10-16  John Levon  <levon@movementarian.org>
7695
7696         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7697
7698 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7699
7700         * converter.C (view): add support for $$i (file name) and $$p
7701         (file path) for the viewer command. If $$i is not specified, then
7702         it is appended to the command (for compatibility with old syntax)
7703
7704 2002-10-14  Juergen Vigna  <jug@sad.it>
7705
7706         * undo_funcs.C (textHandleUndo): alter the order in which the
7707         new undopar is added to the LyXText, as we have to set first
7708         the right prev/next and then add it as otherwise the rebuild of
7709         LyXText is not correct. Also reset the cursor to the right paragraph,
7710         with this IMO we could remove the hack in "redoParagraphs()".
7711
7712 2002-10-09  Angus Leeming  <leeming@lyx.org>
7713
7714         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7715         to turn off an optimisation if a new inset is to be inserted.
7716
7717 2002-10-11 André Pönitz <poenitz@gmx.net>
7718
7719         * lyxtext.h: make some functions public to allow access
7720         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7721
7722 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7723
7724         * text3.C (dispatch): when changing layout, avoid an infinite loop
7725         [bug #652]
7726
7727 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7728
7729         * lyxrc.C (read): treat a viewer or converter command of "none" as
7730         if it were empty.
7731
7732         * MenuBackend.C (expandFormats): for an update, also allow the
7733         formats that are not viewable
7734
7735         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7736         script if it is newer than the lyxrc.defaults in user directory
7737
7738 2002-10-07 André Pönitz <poenitz@gmx.net>
7739
7740         * text.C: Vitaly Lipatov's small i18n fix
7741
7742 2002-09-25  Angus Leeming  <leeming@lyx.org>
7743
7744         * ispell.h: doxygen fix.
7745
7746 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7747
7748         * buffer.h (readFile): Add a new argument to the method, to allow
7749         reading of old-format templates.
7750
7751 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7752
7753         * toc.C (getTocList): Get TOC from InsetWrap.
7754
7755 2002-09-16  John Levon  <levon@movementarian.org>
7756
7757         * lyxfunc.C: check tabular for cut/copy too
7758
7759 2002-09-12  John Levon  <levon@movementarian.org>
7760
7761         * LyXAction.C: tidy
7762
7763         * factory.h:
7764         * factory.C: add header
7765
7766         * paragraph_funcs.h:
7767         * paragraph_funcs.C: cleanup
7768
7769 2002-09-11  John Levon  <levon@movementarian.org>
7770
7771         * PrinterParams.h: odd/even default to true
7772
7773 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7774
7775         * PrinterParams.h: update printer parameters for new xforms dialog
7776
7777 2002-09-11  Angus Leeming  <leeming@lyx.org>
7778
7779         * lyxserver.C (read_ready): re-write to make it more transparent
7780         and to make it work in coherent fashion under Tru64 Unix.
7781
7782 2002-09-11  André Pönitz <poenitz@gmx.net>
7783
7784         * commandtags.h:
7785         * LyXAction.C:
7786         * text3.C: implement LFUN_WORDSEL
7787
7788 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7789
7790         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7791         make floatlist_ a boost::shared_ptr<FloatList>
7792
7793         * lyxtextclass.C: include FloatList.h
7794         (LyXTextClass): initialize floatlist_
7795         (TextClassTags): add TC_NOFLOAT
7796         (Read): match "nofloat" to TC_NOFLOAT and use it.
7797         (readFloat): modify call to floatlist_
7798         (floats): ditto
7799         (floats): ditto
7800
7801         * FloatList.[Ch] (FloatList): remove commented out float
7802         initialization.
7803         (erase): new function
7804
7805 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7806
7807         * MenuBackend.C (expandToc): fix crash when there is no document
7808         open
7809
7810 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7811
7812         * many files: Add insetwrap.
7813
7814 2002-09-09  John Levon  <levon@movementarian.org>
7815
7816         * text2.C: remove confusing and awkward depth wraparound
7817
7818 2002-09-09  John Levon  <levon@movementarian.org>
7819
7820         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7821
7822         * buffer.h:
7823         * buffer.C: remove getIncludeonlyList()
7824
7825         * paragraph.C:
7826         * lyxfunc.C: remove headers
7827
7828 2002-09-09  Juergen Vigna  <jug@sad.it>
7829
7830         * text.C (getColumnNearX): fix form Michael this is most
7831         probably a cut&paste bug.
7832
7833 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7834
7835         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7836
7837         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7838         references, ws changes.
7839
7840         * text2.C (init): update counters after init
7841         (insertParagraph): no need to set counter on idividual paragraphs.
7842         (setCounter): access the counters object in the textclass object
7843         on in the buffer object.
7844         (updateCounters): ditto
7845
7846         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7847         shared_ptr<Counters> to avoid loading counters.h in all
7848         compilation units.
7849         (LyXTextClass): initialize ctrs_
7850         (TextClassTags): add TC_COUNTER, and ...
7851         (Read): use it here.
7852         (CounterTags): new tags
7853         (readCounter): new function
7854         (counters): new funtion
7855         (defaultLayoutName): return a const reference
7856
7857         * counters.C (Counters): remove contructor
7858         (newCounter): remove a couple of unneeded statements.
7859         (newCounter): simplify a bit.
7860         (numberLabel): some small formatting changes.
7861
7862         * buffer.[Ch]: remove all traces of counters, move the Counters
7863         object to the LyXTextClass.
7864
7865 2002-09-06  Alain Castera  <castera@in2p3.fr>
7866
7867         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7868         package to set the horizontal alignment on fixed width columns.
7869
7870         * lyx_sty.C:
7871         * lyx_sty.h: added tabularnewline macro def.
7872
7873         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7874
7875 2002-09-06  John Levon  <levon@movementarian.org>
7876
7877         * LyXAction.C: tooltips for sub/superscript
7878
7879         * MenuBackend.C: a bit more verbose
7880
7881         * lyxfunc.C: tiny clean
7882
7883         * undo_funcs.C: document undo_frozen
7884
7885 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7886
7887         * counters.C (Counters): add missing algorithm counter.
7888
7889         * text2.C (setCounter): lookup the counter with layouts latexname
7890         instead of by section number.
7891         (setCounter): use a hackish way to lookup the correct enum
7892         counter.
7893         a float name->type change
7894         reset enum couners with counter name directly instead of depth value.
7895
7896         * counters.C (Counters): remove the push_backs, change to use the
7897         float type not the float name.
7898         (labelItem): remove unused string, float name->type change
7899
7900         * counters.h: don't include vector, loose the enums and sects vectors
7901
7902 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7903
7904         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7905         (Read): add float->TC_FLOAT to textclassTags
7906         (Read): and handle it in the switch
7907         (readFloat): new function
7908
7909         * FloatList.C (FloatList): comment out the hardcoded float
7910         definitions.
7911
7912         * lyxlayout.h: ws change.
7913
7914 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7915
7916         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7917
7918 2002-09-03  Angus Leeming  <leeming@lyx.org>
7919
7920         * BufferView_pimpl.h: qualified name is not allowed in member
7921         declaration: WorkArea & Pimpl::workarea() const;
7922
7923         * factory.C: added using std::endl directive.
7924
7925         * text3.C: added using std::find and std::vector directives.
7926
7927 2002-08-29  André Pönitz <poenitz@gmx.net>
7928
7929         * lyxtext.h:
7930         * text2.C: remove unused member number_of_rows
7931
7932         * Makefile.am:
7933         * BufferView2.C: remove file, move contents to...
7934         * BufferView.C: ... here
7935
7936         * BufferView_pimpl.C:
7937         * factory.C: move more inset creation to factory
7938
7939         * vspace.C: avoid direct usage of LyXText, ws changes
7940
7941         * BufferView.[Ch]:
7942                 don't provide direct access to WorkArea, use two simple
7943                 acessors haveSelction() and workHeight() instead
7944
7945
7946 2002-08-29  John Levon  <levon@movementarian.org>
7947
7948         * BufferView_pimpl.C (dispatch): do not continue when
7949           no buffer
7950
7951 2002-08-28  André Pönitz <poenitz@gmx.net>
7952
7953         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7954
7955         * BufferView.h:
7956         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7957
7958 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7959
7960         * buffer.C: increment LYX_FORMAT to 221
7961
7962         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7963         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7964
7965         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7966
7967         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7968
7969 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7970
7971         * factory.C (createInset): use LyXTextClass::floats
7972
7973         * MenuBackend.C (expandFloatListInsert):
7974         (expandFloatInsert):
7975         (expandToc):
7976
7977         * text2.C (setCounter):
7978
7979         * LaTeXFeatures.C (useFloat):
7980         (getFloatDefinitions):
7981
7982         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7983
7984         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7985         floatlist_, with accessor floats().
7986
7987         * FloatList.h: remove global FloatList
7988
7989 2002-08-26  André Pönitz <poenitz@gmx.net>
7990
7991         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
7992
7993         * BufferView.h:
7994         * BufferView2.C:
7995         * BufferView_pimpl.C:
7996         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
7997
7998 2002-08-25  John Levon  <levon@movementarian.org>
7999
8000         * LyXAction.C: fix margin note description
8001
8002 2002-08-24  John Levon  <levon@movementarian.org>
8003
8004         * buffer.C:
8005         * bufferlist.C:
8006         * bufferview_funcs.C:
8007         * lyxfont.C:
8008         * undo_funcs.C: cleanups
8009
8010         * lyxfunc.C: disable CUT/COPY when no selection
8011
8012 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8013
8014         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8015         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8016
8017         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8018         Add backward compatibility to "mono", "gray" and "no".
8019
8020 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8021
8022         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8023         (and file_format >= 200).
8024
8025 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8026
8027         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8028
8029 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8030
8031         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8032
8033 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8034
8035         * BufferView_pimpl.C:
8036         * LyXAction.C:
8037         * buffer.C:
8038         * commandtags.h:
8039         * lyxfunc.C:
8040         * paragraph.[Ch]:
8041         * text2.C:
8042         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8043         inset and code to make it  work with the paragraph code. The inset
8044         can be anywhere in the paragraph, but will only do the expected
8045         thing in LaTeX if the layout file contains the parameter line
8046                         OptionalArgs    1
8047         (or more generally, a nonzero value) for that layout.
8048
8049 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8050
8051         * paragraph.h: remove the declaration of undefined counters class
8052         function.
8053
8054 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8055
8056         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8057         Dr. Richard Hawkins.
8058
8059 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8060
8061         * paragraph_funcs.h: remove some unneeded includes
8062
8063         * text.C (backspace): pasteParagraph now in global scipe
8064
8065         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8066         (pasteSelection): ditto
8067
8068         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8069         * paragraph_funcs.C (pasteParagraph): ... here
8070
8071 2002-08-20  André Pönitz <poenitz@gmx.net>
8072
8073         * commandtags.h: new LFUNs for swapping/copying table row/colums
8074
8075         * LyXAction.C:
8076         * lyxfunc.C: support for new lfuns
8077
8078 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8079
8080         * tabular.C:
8081         * buffer.[Ch]: remove NO_COMPABILITY stuff
8082
8083 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8084
8085         * boost.C (throw_exception): new file, with helper function for
8086         boost compiled without exceptions.
8087
8088         * paragraph.h:
8089         * lyxlength.C:
8090         * buffer.C:
8091         * ParameterStruct.h:
8092         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8093
8094         * bufferlist.C (emergencyWriteAll): use boost bind
8095
8096         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8097
8098         * text.C: include paragraph_funcs.h
8099         (breakParagraph): breakParagraph is now in global scope
8100
8101         * paragraph_funcs.[Ch]: new files
8102
8103         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8104         global scope
8105
8106         * buffer.C: include paragraph_funcs.h
8107         (insertStringAsLines): breakParagraph is now in global scope
8108
8109         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8110         paragraph_funcs.C
8111
8112         * CutAndPaste.C: include paragraph_funcs.h
8113         (cutSelection): breakParagraphConservative is now in global scope
8114         (pasteSelection): ditto
8115
8116         * buffer.h: declare oprator== and operator!= for
8117         Buffer::inset_iterator
8118
8119         * bufferlist.C (emergencyWrite): don't use fmt(...)
8120
8121         * text3.C: add using std::endl
8122
8123         * BufferView.C (moveCursorUpdate): remove default arg
8124
8125 2002-08-20  André Pönitz <poenitz@gmx.net>
8126
8127         * buffer.[Ch]: move inline functions to .C
8128
8129         * BufferView2.C:
8130         * BufferView_pimpl.C:
8131         * text.C:
8132         * buffer.[Ch]: use improved inset_iterator
8133
8134         * buffer.C:
8135         * paragraph.[Ch]: write one paragraph at a time
8136
8137 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8138
8139         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8140         style if style is not specified.
8141
8142 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8143
8144         * text2.C (setCounter): when searching for right label for a
8145         caption, make sure to recurse to parent insets (so that a caption
8146         in a minipage in a figure float works) (bug #568)
8147
8148 2002-08-20  André Pönitz <poenitz@gmx.net>
8149
8150         * text3.C: new file for LyXText::dispatch() and helpers
8151
8152         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8153
8154         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8155
8156 2002-08-19  André Pönitz <poenitz@gmx.net>
8157
8158         * lyxtext.h:
8159         * text.C: new LyXText::dispatch()
8160
8161         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8162
8163 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8164
8165         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8166
8167         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8168         Hebrew text.
8169
8170 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8171
8172         * Makefile.am: use $(variables) instead of @substitutions@
8173
8174 2002-08-15  André Pönitz <poenitz@gmx.net>
8175
8176         * lyxfunc.C:
8177         * BufferView_pimpl.C: streamlining mathed <-> outer world
8178         interaction
8179
8180         * commandtags.h:
8181         * LyXAction.C: remove unused LFUN_MATH
8182
8183 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8184
8185         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8186
8187 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8188
8189         * paragraph.C (Paragraph): reformat a bit
8190         (cutIntoMinibuffer): use builtin InsetList function instad of
8191         doing it manually.
8192         (getInset): ditto
8193
8194         * buffer.C: include boost/bind.hpp, add using std::for_each
8195         (writeFileAscii): use ParagraphList iterators
8196         (validate): use for_each for validate traversal of paragraphs
8197         (getBibkeyList): use ParagraphList iterators
8198         (resizeInsets): use for_each to resizeInsetsLyXText for all
8199         paragraphs.
8200         (getParFromID): use ParagraphList iterators
8201
8202         * BufferView2.C (lockInset): use paragraph list and iterators
8203
8204 2002-08-14  John Levon  <levon@movementarian.org>
8205
8206         * lyxserver.C: remove spurious xforms include
8207
8208 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8209
8210         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8211
8212 2002-08-13  André Pönitz <poenitz@gmx.net>
8213
8214         * LyXAction.[Ch]:
8215         * lyxfunc.C: further cleaning
8216
8217 2002-08-13  André Pönitz <poenitz@gmx.net>
8218
8219         * funcrequest.h: new constructor
8220
8221         * funcrequest.C: move stuff here from .h
8222
8223         * Makefile.am:
8224         * BufferView_pimpl.C:
8225         * LyXAction.C:
8226         * toc.C:
8227         * lyxfunc.C: subsequent changes
8228
8229         * lyxfunc.h: new view() member function
8230
8231         * lyxfunc.C: subsequent changes
8232
8233 2002-08-13  Angus Leeming  <leeming@lyx.org>
8234
8235         * BufferView2.C:
8236         * BufferView_pimpl.C:
8237         * buffer.C:
8238         * converter.C:
8239         * importer.C:
8240         * lyxfunc.C:
8241         * lyxvc.C:
8242         * toc.C:
8243         * vc-backend.C:
8244         changes due to the changed LyXView interface that now returns references
8245         to member variables not pointers.
8246
8247 2002-08-13  Angus Leeming  <leeming@lyx.org>
8248
8249         * WordLangTuple (word, lang_code): return references to strings,
8250         not strings.
8251
8252         * BufferView.h:
8253         * SpellBase.h:
8254         * lyxtext.h: forward-declare WordLangTuple.
8255
8256         * BufferView2.C:
8257         * ispell.C:
8258         * pspell.C:
8259         * text.C: #include "WordLangTuple.h".
8260
8261         * lyxtext.h:
8262         * text.C: (selectNextWordToSpellcheck): constify return type.
8263
8264 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8265
8266         * buffer.C:
8267         * buffer.h:
8268         * lyxtext.h:
8269         * paragraph.C:
8270         * paragraph_pimpl.h:
8271         * text.C:
8272         * text2.C:
8273         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8274         suggested by Angus.
8275         Made updateCounter always count from start of buffer, and removed
8276         second argument (par).
8277         Reverted floats number display to '#'. Perhaps I'll try again when the
8278         code base is sanitized a bit.
8279
8280 2002-08-12  Angus Leeming  <leeming@lyx.org>
8281
8282         * buffer.[Ch] (getLabelList): constify.
8283
8284 2002-08-07  André Pönitz <poenitz@gmx.net>
8285
8286         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8287
8288         * funcrequest.h: extension to keep mouse (x,y) position
8289
8290 2002-08-12  Juergen Vigna  <jug@sad.it>
8291
8292         * BufferView2.C (insertErrors): forbid undo when inserting error
8293         insets.
8294
8295         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8296
8297 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8298
8299         * ParagraphList.[Ch]: new files
8300
8301         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8302
8303         * BufferView2.C (lockInset): ParagraphList changes
8304         * toc.C: ditto
8305         * text2.C: ditto
8306         * bufferlist.C: ditto
8307         * buffer.h: ditto
8308         * buffer.C: ditto
8309
8310 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8311
8312         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8313         unused class variable counter_,
8314
8315         * paragraph.[Ch] (getFirstCounter): delete unused function
8316
8317         * counters.C: include LAssert.h
8318         (reset): add a new function with no arg, change other version to
8319         not have def. arg and to not allow empty arg.
8320
8321         * text2.C (setCounter): remove empty arg from call to Counters::reset
8322
8323 2002-08-11  John Levon  <levon@movementarian.org>
8324
8325         * Makefile.am: add WordLangTuple.h
8326
8327 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8328
8329         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8330         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8331
8332         * insets/insettext.C: InsetList changes
8333
8334         * graphics/GraphicsSupport.C (operator()): InsetList changes
8335
8336         * toc.C (getTocList): InsetList changes
8337
8338         * paragraph_pimpl.[Ch]: InsetList changes
8339
8340         * paragraph.[Ch]: InsetList changes
8341
8342         * buffer.C (inset_iterator): InsetList changes
8343         (setParagraph): ditto
8344         * buffer.h (inset_iterator): ditto
8345         * iterators.C (operator++): ditto
8346         * iterators.h: ditto
8347
8348         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8349
8350         * InsetList.[Ch]: new files, most InsetList handling moved out of
8351         paragraph.C.
8352
8353         * BufferView2.C (removeAutoInsets): InsetList changes
8354         (lockInset): ditto
8355         (ChangeInsets): ditto
8356
8357 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8358
8359         * paragraph_pimpl.h (empty): new function
8360
8361         * paragraph.[Ch] (empty): new function
8362
8363         * other files: use the new Paragraph::empty function
8364
8365 2002-08-09  John Levon  <levon@movementarian.org>
8366
8367         * lyxtext.h: remove unused refresh_height
8368
8369 2002-08-09  John Levon  <levon@movementarian.org>
8370
8371         * Makefile.am:
8372         * sgml.h:
8373         * sgml.C:
8374         * buffer.C:
8375         * paragraph.h:
8376         * paragraph.C: move sgml char escaping out of paragraph
8377
8378         * paragraph.h:
8379         * paragraph.C: remove id setter
8380
8381         * buffer.C:
8382         * paragraph.C:
8383         * paragraph_pimpl.C: remove dead tex_code_break_column
8384
8385         * bufferview_funcs.C: small cleanup
8386
8387         * lyxfunc.C: remove dead proto
8388
8389         * lyxtext.h: make some stuff private. Remove some dead stuff.
8390
8391         * lyxgluelength.C: make as[LyX]String() readable
8392
8393 2002-08-08  John Levon  <levon@movementarian.org>
8394
8395         * LyXAction.h:
8396         * LyXAction.C:
8397         * MenuBackend.C:
8398         * ToolbarDefaults.C:
8399         * lyxfunc.C:
8400         * lyxrc.C:
8401         * toc.C: lyxaction cleanup
8402
8403 2002-08-08  John Levon  <levon@movementarian.org>
8404
8405         * BufferView2.C: small cleanup
8406
8407         * lyxfind.h:
8408         * lyxfind.C: move unnecessary header into the .C
8409
8410 2002-08-08  John Levon  <levon@movementarian.org>
8411
8412         * funcrequest.h: just tedious nonsense
8413
8414         * lyx_main.h:
8415         * lyx_main.C: cleanups
8416
8417         * buffer.C:
8418         * vspace.C: remove dead header lyx_main.h
8419
8420 2002-08-07  Angus Leeming  <leeming@lyx.org>
8421
8422         * Paragraph.[Ch]:
8423         * paragraph_pimpl.h:
8424         Forward declare class Counters in paragraph.h by moving the ctrs member
8425         variable into Paragraph::Pimpl.
8426         (counters): new method, returning a reference to pimpl_->ctrs.
8427
8428         * text2.C: ensuing changes.
8429
8430 2002-08-07  John Levon  <levon@movementarian.org>
8431
8432         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8433
8434         * BufferView_pimpl.C: announce X selection on double/triple
8435           click
8436
8437         * lyx_main.C: use correct bool in batch dispatch
8438
8439         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8440
8441 2002-08-07  André Pönitz <poenitz@gmx.net>
8442
8443         * funcrequest.h: new class to wrap a kb_action and its argument
8444
8445         * BufferView.[Ch]:
8446         * BufferView_pimpl[Ch]:
8447         * LaTeX.C:
8448         * LyXAction.[Ch]:
8449         * lyxfunc.[Ch]:
8450         * lyxrc.C: subsequent changes
8451
8452
8453 2002-08-07  John Levon  <levon@movementarian.org>
8454
8455         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
8456           document options change.
8457
8458 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
8459
8460         * counters.[Ch]
8461         * text2.C
8462         * paragraph.[Ch]
8463         * makefile.am: move counters functionality over from
8464         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
8465
8466 2002-08-06  John Levon  <levon@movementarian.org>
8467
8468         * WordLangTuple.h: new file for word + language code tuple
8469
8470         * SpellBase.h:
8471         * pspell.h:
8472         * pspell.C:
8473         * ispell.h:
8474         * ispell.C:
8475         * lyxtext.h:
8476         * text.C:
8477         * text2.C:
8478         * BufferView.h:
8479         * BufferView2.C: use WordLangTuple
8480
8481         * layout.h:
8482         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
8483
8484 2002-08-06  John Levon  <levon@movementarian.org>
8485
8486         * lyx_main.C: fix cmdline batch handling
8487
8488 2002-08-06  André Pönitz <poenitz@gmx.net>
8489
8490         * lyxrc.C: set default for show_banner to true
8491
8492 2002-08-06  John Levon  <levon@movementarian.org>
8493
8494         * pspell.C: fix a crash, and allow new aspell to work
8495
8496 2002-08-06  John Levon  <levon@movementarian.org>
8497
8498         * lyxfunc.C:
8499         * kbmap.C: small cleanup
8500
8501         * vspace.h:
8502         * vspace.C: add const
8503
8504 2002-08-05  John Levon  <levon@movementarian.org>
8505
8506         * LyXAction.C: back to tabular-insert
8507
8508 2002-08-04  John Levon  <levon@movementarian.org>
8509
8510         * BufferView.h:
8511         * BufferView.C: cosmetic change
8512
8513         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
8514
8515         * bufferlist.C:
8516         * buffer.h:
8517         * buffer.C:
8518         * lyxcb.h:
8519         * lyxcb.C:
8520         * lyxserver.C:
8521         * lyxvc.C:
8522         * vc-backend.C:
8523         * BufferView2.C: purge all "Lyx" not "LyX" strings
8524
8525         * lyxcursor.h:
8526         * lyxcursor.C: attempt to add some documentation
8527
8528         * lyxfunc.C:
8529         * commandtags.h:
8530         * LyXAction.C:
8531         * ToolbarDefaults.C:
8532         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
8533           merge with LFUN_TABULAR_INSERT
8534
8535         * Makefile.am:
8536         * SpellBase.h:
8537         * ispell.h:
8538         * ispell.C:
8539         * pspell.h:
8540         * pspell.C: split up i/pspell implementations into separate
8541           files, many cleanups
8542
8543         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
8544
8545         * text2.C: some cleanup
8546
8547         * lyxfunc.C: don't check for isp_command == "none" any more, it
8548           didn't make any sense
8549
8550 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
8551
8552         * counters.[Ch]
8553         * text2.C
8554         * paragraph.[Ch]
8555         * makefile.am: move counters functionality over
8556         from text2.C/paragraph.[Ch] to counters.[Ch], and
8557         make proper C++.
8558 2002-08-02  John Levon  <levon@movementarian.org>
8559
8560         * buffer.C: s/lyxconvert/lyx2lyx/
8561
8562 2002-08-02  Angus Leeming  <leeming@lyx.org>
8563
8564         * lyxlex.C: revert John's change as it breaks reading of the user
8565         preamble.
8566
8567 2002-08-02  Angus Leeming  <leeming@lyx.org>
8568
8569         * importer.C (Import):
8570         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
8571         changes due to LyXView::view() now returning a boost::shared_ptr.
8572
8573 2002-08-02  John Levon  <levon@movementarian.org>
8574
8575         * lyxlex.C: small cleanup
8576
8577 2002-08-02  John Levon  <levon@movementarian.org>
8578
8579         * text2.C (status): small cleanup, no logic change
8580
8581 2002-08-01  John Levon  <levon@movementarian.org>
8582
8583         * buffer.h:
8584         * buffer.C (writeFile): don't output alerts, caller
8585           handles this
8586
8587         * bufferlist.C:
8588         * lyx_cb.C: from above
8589
8590         * lyxfunc.C: allow to open non-existent files
8591
8592 2002-07-31  John Levon  <levon@movementarian.org>
8593
8594         * lyxserver.C: don't let incidental errors get
8595           in the way (errno)
8596
8597 2002-07-30  John Levon  <levon@movementarian.org>
8598
8599         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
8600
8601 2002-07-30  John Levon  <levon@movementarian.org>
8602
8603         * lyxserver.h:
8604         * lyxserver.C: remove I/O callback too
8605
8606 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8607
8608         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
8609         log.
8610
8611 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8612
8613         * many files: strip,frontStrip -> trim,ltrim,rtrim
8614
8615 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8616
8617         * PrinterParams.h: remove extern containsOnly, and include
8618         support/lstrings.h instead.
8619
8620         * LaTeX.C (scanAuxFile): modify because of strip changes
8621         (deplog): ditto
8622         * buffer.C (makeLaTeXFile): ditto
8623         * bufferparams.C (writeFile): ditt
8624         * lyxfont.C (stateText): ditto
8625         * lyxserver.C (read_ready): ditto
8626         * vc-backend.C (scanMaster): ditto
8627
8628         * BufferView_pimpl.h: ws changes
8629
8630         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
8631
8632 2002-07-26  André Pönitz <poenitz@gmx.net>
8633
8634         * kb_sequence.C: remove unnedred usings
8635
8636 2002-07-26  Juergen Vigna  <jug@sad.it>
8637
8638         * lyxfind.C (LyXReplace): we have to check better if the returned
8639         text is not of theLockingInset()->getLockingInset().
8640
8641 2002-07-25  Juergen Vigna  <jug@sad.it>
8642
8643         * lyxfind.C (LyXReplace): don't replace if we don't get the
8644         right LyXText.
8645
8646         * undo_funcs.C (createUndo): remove debugging code.
8647
8648 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
8649
8650         * buffer.C (parseSingleLyXformat2Token): Use default placement
8651         when reading old floats.
8652
8653         * FloatList.C (FloatList): Change the default placement of figure
8654         and tables to "tbp".
8655
8656 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8657
8658         * MenuBackend.C: using std::max
8659
8660 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8661
8662         * MenuBackend.C (expandToc):
8663         (expandToc2): code moved from xforms menu frontend. It is now
8664         generic and TOCs are transparent to menu frontends.
8665
8666 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8667
8668         * toc.C (getTocList): protect against buf=0
8669
8670         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8671         Menu as first parameter. Now, this calls itself recursively to
8672         expand a whole tree (this will be useful for TOC handling)
8673         (expandFloatInsert): remove 'wide' version of floats
8674
8675         * MenuBackend.h (submenuname): returns the name of the submenu.
8676         (submenu): returns the submenu itself, provided it has been
8677         created by MenuBackend::expand
8678
8679 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8680
8681         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8682         insets which have noFontChange == true. (bug #172)
8683
8684 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8685
8686         * BufferView_pimpl.C: add connection objects and use them...
8687         (Pimpl): here.
8688
8689 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8690
8691         * MenuBackend.C (expandLastfiles):
8692         (expandDocuments):
8693         (expandFormats):
8694         (expandFloatListInsert):
8695         (expandFloatInsert):
8696         (expand): split expand in parts
8697
8698 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8699
8700         * lyx_gui.C: use lyx_gui::exit()
8701
8702 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8703
8704         * LyXAction.C: show the failing pseudo action
8705
8706 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8707
8708         * buffer.C (readFile): Run the lyxconvert script in order to read
8709         old files.
8710
8711 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8712
8713         * LyXAction.C:
8714         * commandtags.h:
8715         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8716
8717 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8718
8719         * LyXAction.C:
8720         * commandtags.h:
8721         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8722
8723 2002-07-22  Herbert Voss  <voss@lyx.org>
8724
8725         * lengthcommon.C:
8726         * lyxlength.[Ch]: add support for the vertical lengths
8727
8728 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8729
8730         * toc.[Ch]: std:: fixes
8731
8732 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8733
8734         * lyxrc.C: do not include lyx_main.h
8735
8736         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8737         for layouts
8738
8739         * lyxrc.C:
8740         * encoding.C:
8741         * bufferlist.C:
8742         * BufferView2.C: include "lyxlex.h"
8743
8744         * tabular.h:
8745         * bufferparams.h: do not #include "lyxlex.h"
8746
8747         * lyxtextclasslist.C (Add): remove method
8748         (classlist): renamed to classlist_
8749
8750         * paragraph_pimpl.C:
8751         * paragraph.C:
8752         * text2.C:
8753         * CutAndPaste.C:
8754         * bufferview_funcs.C:
8755         * bufferlist.C:
8756         * text.C:
8757         * LaTeXFeatures.C:
8758         * buffer.C:
8759         * toc.C (getTocList): use BufferParams::getLyXTextClass
8760
8761         * toc.C (getTocList): use InsetFloat::addToToc
8762
8763         * toc.[Ch]: new files, containing helper functions to handle table
8764         of contents
8765
8766         * lyxfunc.C (dispatch): no need to remove spaces around command
8767         given as a string
8768         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8769         first command of the sequence; it is not very clever, but I do not
8770         have a better idea, actually
8771
8772         * LyXAction.C (LookupFunc): make sure to remove space at the
8773         beginning and end of the command
8774
8775 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8776
8777         * MenuBackend.C (getMenubar): new method: return the menubar of
8778         this menu set
8779         (read): treat differently reading of menu and menubar (in
8780         particular, the menubar has no name now)
8781         (Menu::menubar): remove
8782
8783         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8784         saving is finished
8785
8786 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8787
8788         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8789         a bibitem inset in a RTL paragraph.
8790
8791 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8792
8793         * paragraph_pimpl.C: constify
8794
8795         * BufferView_pimpl.C:
8796         * LaTeX.C:
8797         * lyxfunc.C: fix dispatch in a nicer way
8798
8799 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8800
8801         * lyxfunc.C (dispatch):
8802         * BufferView_pimpl.C:
8803         * BufferView_pimpl.h:
8804         * BufferView.C:
8805         * BufferView.h: rename Dispatch() to dispatch()
8806
8807         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8808
8809         * lyxlayout.C (Read): honor DependsOn tag
8810
8811         * lyxlayout.[Ch] (depends_on): new method
8812
8813         * version.C.in: update lyx_docversion
8814
8815         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8816
8817         * paragraph.C (validate): remove from here...
8818         * paragraph_pimpl.C (validate): ... and move here
8819         (isTextAt): make it const
8820
8821         * buffer.C (getLists): ws cleanup
8822
8823 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8824
8825         * language.C (read): Use iso8859-1 encoding in latex_lang
8826         (this prevents LyX from crashing when using iso10646-1 encoding).
8827
8828 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8829
8830         * text2.C (toggleInset): if cursor is inside an inset, close the
8831         inset and leave cursor _after_ it
8832
8833 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8834
8835         * lyxfunc.C: move minibuffer completion handling out of here
8836
8837 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8838
8839         * BufferView_pimpl.C:
8840         * LaTeX.C: fix dispatch calls
8841
8842 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8843
8844         * text.C (drawChars): Fix Arabic text rendering.
8845
8846 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8847
8848         * LyXAction.C:
8849         * commandtags.h:
8850         * lyxfunc.C: remove message-push/pop
8851
8852         * lyxserver.C:
8853         * lyxfunc.h:
8854         * lyxfunc.C: rationalise some code by removing verboseDispatch
8855           in favour of a bool argument to dispatch()
8856
8857 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8858
8859         * lyx_main.C (init): make sure to read symlinks as absolute paths
8860
8861 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8862
8863         * lyxfunc.h:
8864         * lyxfunc.C: no need for commandshortcut to be a member
8865
8866 2002-07-15  André Pönitz <poenitz@gmx.net>
8867
8868         * converter.C: add support for $$s (scripts from lib/scripts dir)
8869         * lyx_main.C: white space
8870
8871 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8872
8873         * bufferlist.C:
8874         * lyxrc.h:
8875         * lyxrc.C: remove second exit confirmation
8876
8877 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8878
8879         * BufferView.h:
8880         * BufferView.C:
8881         * BufferView2.C:
8882         * BufferView_pimpl.h:
8883         * BufferView_pimpl.C:
8884         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8885
8886 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8887
8888         * MenuBackend.C (expand): add numeric shortcuts to document menu
8889
8890         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8891
8892 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8893
8894         * lyxfont.C (setLyXFamily):
8895         (setLyXSeries):
8896         (setLyXShape):
8897         (setLyXSize):
8898         (setLyXMisc):
8899         (lyxRead):
8900         * debug.C (value):
8901         * buffer.C (asciiParagraph): use ascii_lowercase
8902
8903 2002-07-15  Mike Fabian  <mfabian@suse.de>
8904
8905         * lyxlex_pimpl.C (search_kw):
8906         * lyxlex.C (getLongString):
8907         * converter.h (operator<):
8908         * converter.C (operator<):
8909         * buffer.C (parseSingleLyXformat2Token):
8910         (asciiParagraph):
8911         * ToolbarDefaults.C (read):
8912         * MenuBackend.C (checkShortcuts):
8913         (read):
8914         * LColor.C (getFromGUIName):
8915         (getFromLyXName): use the compare_ascii_no_case instead of
8916         compare_no_case, because in turkish, 'i' is not the lowercase
8917         version of 'I', and thus turkish locale breaks parsing of tags.
8918
8919 2002-07-16  Angus Leeming  <leeming@lyx.org>
8920
8921         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8922         now takes a Buffer const & argument.
8923
8924 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8925
8926         * BufferView.C (resize): check there's a buffer to resize
8927
8928 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8929
8930         * lyxfunc.C: remove dead code
8931
8932         * lyxserver.h:
8933         * lyxserver.C: use lyx_guii::set_read_callback
8934
8935 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8936
8937         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8938         an inset in a RTL paragraph.
8939
8940 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8941
8942         * lyxfunc.C: repaint after a font size update
8943
8944 2002-07-15  André Pönitz <poenitz@gmx.net>
8945
8946         * lyxlength.C: inBP should be able to return negative values
8947
8948 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8949
8950         * lyxfunc.C: use lyx_gui::update_fonts()
8951
8952 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8953
8954         * lyxfunc.C: use lyx_gui::update_color()
8955
8956 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8957
8958         * bufferlist.C:
8959         * lyxfunc.h:
8960         * lyxfunc.C:
8961         * lyxrc.h:
8962         * lyxrc.C: remove file->new asks for name option, and let
8963           buffer-new take an argument
8964
8965 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8966
8967         * BufferView_pimpl.C: remove unneeded extra repaint()
8968
8969 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8970
8971         * LyXAction.C: allow command-sequence with NoBuffer
8972
8973         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8974
8975 2002-07-10  Angus Leeming  <leeming@lyx.org>
8976
8977         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8978
8979 2002-07-09  Angus Leeming  <leeming@lyx.org>
8980
8981         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8982
8983 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8984
8985         * lengthcommon.h: whitespace
8986
8987         * lyxfunc.C: update scrollbar after goto paragraph
8988
8989         * lyxtext.h: factor out page break drawing, and fix it so
8990           page break/added space paints as selected nicely
8991
8992 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8993
8994         * BufferView_pimpl.C: add FIXMEs, clean up a little
8995
8996 2002-07-09  André Pönitz <poenitz@gmx.net>
8997
8998         * lyxfont.[Ch]: support for wasy symbols
8999
9000 2002-07-08  André Pönitz <poenitz@gmx.net>
9001
9002         * BufferView_pimpl.C: apply John's patch for #93.
9003
9004 2002-07-05  Angus Leeming  <leeming@lyx.org>
9005
9006         * BufferView_pimpl.C (buffer): generate previews if desired.
9007
9008         * LColor.h: add "preview" to the color enum.
9009
9010         * LColor.C (LColor): add a corresponding entry to the items array.
9011
9012         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9013         with this buffer.
9014
9015 2002-07-05  Angus Leeming  <leeming@lyx.org>
9016
9017         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9018         The body of the code is now in the method that is passed an ostream &
9019         rather than a file name.
9020         Pass an additional only_preamble parameter, useful for the forthcoming
9021         preview stuff.
9022
9023 2002-07-03  André Pönitz <poenitz@gmx.net>
9024
9025         * lyxfunc.C: simplify getStatus() a bit for math stuff
9026
9027 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9028
9029         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9030
9031 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9032
9033         * text.C (changeRegionCase): do not change case of all the
9034         document when region ends at paragraph end (bug #461)
9035
9036 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9037
9038         * paragraph.C (startTeXParParams):
9039         (endTeXParParams): add \protect when necessary
9040
9041 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9042
9043         * BufferView_pimpl.C (workAreaExpose): remove warning
9044
9045 2002-06-27  Angus Leeming  <leeming@lyx.org>
9046
9047         * Makefile.am: add lyxlayout_ptr_fwd.h.
9048
9049 2002-06-26  André Pönitz <poenitz@gmx.net>
9050
9051         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9052
9053 2002-06-25  Angus Leeming  <leeming@lyx.org>
9054
9055         * lyxfunc.C (dispatch): Comment out the call to
9056         grfx::GCache::changeDisplay. The method no longer exists now that the
9057         pixmap generation part of the graphics loader has been moved into
9058         InsetGraphics.
9059
9060 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9061
9062         * text2.C: layout as layout
9063
9064         * text.C: layout as layout
9065
9066         * tabular.C (OldFormatRead): layout as layout
9067
9068         * paragraph_pimpl.C (TeXDeeper): layout as layout
9069         (realizeFont): layout as layout
9070
9071         * paragraph.C (writeFile): layout as layout
9072         (validate): layout as layout
9073         (getFont): layout as layout
9074         (getLabelFont): layout as layout
9075         (getLayoutFont): layout as layout
9076         (breakParagraph): layout as layout
9077         (stripLeadingSpaces): layout as layout
9078         (getEndLabel): layout as layout
9079         (getMaxDepthAfter): layout as layout
9080         (applyLayout): layout as layout
9081         (TeXOnePar): layout as layout
9082         (simpleTeXOnePar): layout as layout
9083         (TeXEnvironment): layout as layout
9084         (layout): layout as layout
9085         (layout): layout as layout
9086
9087         * lyxtextclass.C (compare_name): new functor to work with
9088         shared_ptr, layout as layout
9089         (Read): layout as layout
9090         (hasLayout): layout as layout
9091         (operator): layout as layout
9092         (delete_layout): layout as layout
9093         (defaultLayout): layout as layout
9094
9095         * lyxlayout_ptr_fwd.h: new file
9096
9097         * lyxlayout.C (Read): layout as layout
9098
9099         * lyx_cb.C (MenuInsertLabel): layout as layout
9100
9101         * bufferlist.C (newFile): layout as layout
9102
9103         * buffer.C (readLyXformat2): layout as layout
9104         (parseSingleLyXformat2Token): layout as layout
9105         (insertStringAsLines): layout as layout
9106         (asciiParagraph): layout as layout
9107         (latexParagraphs): layout as layout
9108         (makeLinuxDocFile): layout as layout
9109         (simpleLinuxDocOnePar): layout as layout
9110         (makeDocBookFile): layout as layout
9111         (simpleDocBookOnePar): layout as layout
9112         (getLists): layout as layout
9113
9114         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9115
9116         * CutAndPaste.C (cutSelection): layout as layout
9117         (pasteSelection): layout as layout
9118         (SwitchLayoutsBetweenClasses): layout as layout
9119
9120         * BufferView_pimpl.C (Dispatch): layout as layout
9121         (smartQuote): layout as layout
9122
9123         * BufferView2.C (unlockInset): layout as layout
9124
9125 2002-06-24  André Pönitz <poenitz@gmx.net>
9126
9127         * lyxfunc.C: fix #487
9128
9129 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9130
9131         * lyxrc.h:
9132         * lyxrc.C:
9133         * lyxfunc.C: remove display_shortcuts, show_banner
9134
9135 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9136
9137         * Buffer_pimpl.C: oops, update on resize
9138
9139 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9140
9141         * buffer.C:
9142         * converter.C:
9143         * exporter.C:
9144         * lyxfunc.C:
9145         * BufferView.h:
9146         * BufferView.C: use repaint()
9147
9148         * BufferView_pimpl.h:
9149         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9150           as it's a clearer description. Remove superfluous
9151           redraws.
9152
9153 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9154
9155         * text.C: fix bug 488. Not ideal, but getting
9156           getWord() to work properly for the insets that
9157           matter is more difficult ...
9158
9159 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9160
9161         * BufferView_pimpl.C:
9162         * LyXAction.C:
9163         * commandtags.h:
9164         * lyxfunc.C: remove the six million index lyxfuncs to just
9165           one, and DTRT (bug 458)
9166
9167 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9168
9169         * BufferView.h:
9170         * BufferView.C:
9171         * BufferView_pimpl.h:
9172         * BufferView_pimpl.C: clean up resize() stuff,
9173           and unnecessary updateScreen()s
9174
9175 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9176
9177         * BufferView.h:
9178         * BufferView.C:
9179         * BufferView_pimpl.h:
9180         * BufferView_pimpl.C:
9181         * lyxfind.h:
9182         * lyxfind.C:
9183         * minibuffer.C: remove focus management of workarea,
9184           not needed. Use screen's greyOut()
9185
9186 2002-06-17  Herbert Voss  <voss@lyx.org>
9187
9188         * converter.C: (convert) do not post a message, when converting
9189         fails, let the calling function decide what to do in this case
9190
9191 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9192
9193         * lyxfunc.C: tidy up a little
9194
9195 2002-06-16    <alstrup@diku.dk>
9196
9197         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9198         Got rid of FORMS_H_LOCATION include. Now we are
9199         GUII.
9200
9201 2002-06-15  LyX Development team  <lyx@rilke>
9202
9203         * buffer.[Ch] (sgmlOpenTag):
9204         (sgmlCloseTag): Added support for avoiding pernicious mixed
9205         content. Return number of lines written.
9206
9207         (makeLinuxDocFile):
9208         (makeDocBookFile): Fixed calls to sgml*Tag.
9209         Simple white space clean.
9210
9211         (simpleDocBookOnePar): Simple white space clean.
9212
9213         * tabular.[Ch] (docBook): Renamed to docbook and got another
9214         argument to related with the pernicious mixed content.
9215
9216         (docbookRow): Fixed calls for docbook inset method.
9217
9218 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9219
9220         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9221         so it's X11 independent.
9222
9223         * kb*.[Ch]: ditto.
9224
9225         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9226
9227 2002-06-15  Lyx Development team  <lyx@electronia>
9228
9229         * intl.h: Renamed getTrans to getTransManager.
9230
9231 2002-06-14  Angus Leeming  <leeming@lyx.org>
9232
9233         * Makefile.am: nuke forgotten stl_string_fwd.h.
9234
9235 2002-06-12  Angus Leeming  <leeming@lyx.org>
9236
9237         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9238
9239 2002-06-13  Angus Leeming  <leeming@lyx.org>
9240
9241         * LaTeX.C:
9242         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9243
9244 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9245
9246         * kbmap.C (getiso): add support for cyrillic and greek
9247
9248 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9249
9250         * BufferView.h:
9251         * BufferView.C:
9252         * BufferView_pimpl.h:
9253         * BufferView_pimpl.C: move bogus scrolling logic
9254           to xforms
9255
9256 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9257
9258         * lyxfunc.C:
9259         * BufferView_pimpl.C: view->resize() change
9260
9261 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9262
9263         * BufferView_pimpl.C: topCursorVisible
9264           prototype change
9265
9266 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9267
9268         * Makefile.am:
9269         * lyx_gui.h:
9270         * lyx_gui.C: move to frontends/
9271
9272         * main.C:
9273         * lyx_main.h:
9274         * lyx_main.C: changes from above
9275
9276 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9277
9278         * intl.C:
9279         * intl.h:
9280         * kbmap.C:
9281         * kbsequence.C:
9282         * lyx_cb.C:
9283         * lyx_main.C: minor tidy
9284
9285 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9286
9287         * BufferView_pimpl.h:
9288         * BufferView_pimpl.C:
9289         * BufferView.h:
9290         * BufferView.C: make painter() const,
9291           remove dead code
9292
9293         * BufferView2.C: use screen() accessor
9294
9295         * lyx_main.h:
9296         * lyx_main.C: some minor cleanup
9297
9298 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9299
9300         * BufferView_pimpl.h:
9301         * BufferView_pimpl.C: remove enter/leaveView,
9302           use workHeight()
9303
9304 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9305
9306         * BufferView.h:
9307         * BufferView.C:
9308         * BufferView2.C:
9309         * BufferView_pimpl.h:
9310         * BufferView_pimpl.C: only construct screen once,
9311           rename
9312
9313         * lyxrc.C: remove pointless comment
9314
9315 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9316
9317         * BufferView.h:
9318         * BufferView.C: remove active() and belowMouse()
9319
9320         * BufferView_pimpl.h:
9321         * BufferView_pimpl.C: use workarea() not workarea_,
9322           and make it use a scoped_ptr instead
9323
9324 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9325
9326         * lyx_gui.C: add debug message on BadWindow
9327
9328 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9329
9330         * sp_spell.C: fdopen is not part of the C++ standard.
9331
9332         * paragraph.C (InsetIterator): use >= instead of ==
9333
9334 2002-06-07  Angus Leeming  <leeming@lyx.org>
9335
9336         Fixes needed to compile with Compaq cxx 6.5.
9337         * BufferView_pimpl.C:
9338         * DepTable.C:
9339         * buffer.C:
9340         * converter.C:
9341         * encoding.C:
9342         * lyx_gui.C:
9343         * lyx_main.C:
9344         * lyxtextclasslist.C:
9345         * minibuffer.C:
9346         * sp_spell.C:
9347         * tabular_funcs.C:
9348         * vc-backend.C:
9349         all c-library variables have been moved into namespace std. Wrap
9350         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9351
9352         * lyxlength.C:
9353         * tabular-old.C:
9354         * tabular.C:
9355         Add a using std::abs declaration.
9356
9357         * kbmap.h (modifier_pair):
9358         * paragraph.h (InsetTable, InsetList):
9359         * lyxfont.h (FontBits):
9360         type definition made public.
9361
9362         * bufferlist.C (emergencyWriteAll): the compiler complains that
9363         there is more than one possible lyx::class_fun template to choose from.
9364         I re-named the void specialisation as lyx::void_class_fun.
9365
9366         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9367
9368         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9369         the compiler is is unable to find tostr in write_attribute.
9370
9371 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9372
9373         * buffer.C (sgmlError): hide #warning
9374
9375 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9376
9377         * xtl/*: get rid of xtl, which is not in use anyway
9378
9379         * LyXAction.C (init):
9380         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9381         were unimplemented xtl experimentation
9382
9383 2002-06-04  André Pönitz <poenitz@gmx.net>
9384
9385         * lyxfunc.C: disable array operation on simple formulae
9386
9387 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9388
9389         * converter.C: constify a bit
9390
9391 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9392
9393         * lyx_gui.C: check xforms version correctly
9394
9395 2002-04-30  Herbert Voss  <voss@lyx.org>
9396
9397         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9398         "keep" option
9399
9400 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9401
9402         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9403           attempt to register it with a VCS)
9404
9405 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9406
9407         * lyx_main.C (init): honor variables LYX_DIR_13x and
9408         LYX_USERDIR_13x
9409
9410 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9411
9412         * buffer.h:
9413         * buffer.C:
9414         * lyx_main.C: fix a crash on bad command line,
9415           and give a useful exit status on error
9416
9417         * lyxfunc.C (doImport): allow -i lyx to work
9418
9419 2002-03-30  André Pönitz <poenitz@gmx.net>
9420
9421         * lyxfunc.C: mathed font changes
9422
9423 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9424
9425         * LaTeX.C:
9426         * importer.h:
9427         * importer.C:
9428         * lyx_sty.h:
9429         * lyx_sty.C:
9430         * lyxlex.C:
9431         * lyxrow.h:
9432         * lyxtext.h:
9433         * paragraph.h:
9434         * paragraph.C:
9435         * texrow.h:
9436         * texrow.C:
9437         * text.C:
9438         * trans_mgr.h: srcdocs, and some minor cleanups
9439
9440 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9441
9442         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
9443         call getFont all the time)
9444
9445 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9446
9447         * switch from SigC signals to boost::signals
9448
9449 2002-05-29  André Pönitz <poenitz@gmx.net>
9450
9451         * paragraph_pimpl.C (getChar): don't call size() too often...
9452
9453 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9454
9455         * paragraph_pimpl.C (insertChar): do not try to update tables when
9456         appending (pos == size())
9457
9458         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
9459         in order to reduce drastically the number of comparisons needed to
9460         parse a large document
9461
9462 2002-05-29  André Pönitz <poenitz@gmx.net>
9463
9464         * text.C:
9465         * text2.C:
9466         * lyxtextclass.C:
9467         * sp_pspell.h:
9468         * textclasslist.[Ch]:
9469         * sp_ispell.h: whitespace change
9470
9471 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9472
9473         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
9474         lyxaction directly now.
9475
9476 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
9477
9478         * trans.C:
9479         * lyxfont.C:
9480         * lyxvc.C: remove unused headers
9481
9482 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9483
9484         * Makefile.am:
9485         * buffer.h:
9486         * undostack.h:
9487         * undostack.C:
9488         * undo_funcs.h:
9489         * undo_funcs.C: some cleanups. Use shared_ptr
9490           and a template for the undo stacks.
9491
9492 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9493
9494         * BufferView_pimpl.h:
9495         * BufferView_pimpl.C:
9496         * kbmap.h:
9497         * kbmap.C:
9498         * kbsequence.h:
9499         * kbsequence.C:
9500         * lyxfunc.h:
9501         * lyxfunc.C:
9502         * text2.C: use key_state/mouse_state
9503
9504 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9505
9506         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
9507         and LSubstring
9508
9509         * chset.C: change include order
9510         (loadFile): use boost regex and get rid of LRegex and LSubstring
9511
9512         * Makefile.am (BOOST_LIBS): new variable
9513         (lyx_LDADD): use it
9514
9515         * LaTeX.C: change include order.
9516         (scanAuxFile): use boost regex and get rid of LRegex and
9517         LSubstring
9518         (deplog): ditto
9519
9520 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9521
9522         * ColorHandler.h:
9523         * ColorHandler.C:
9524         * FontInfo.h:
9525         * FontInfo.C: moved to frontends/xforms/
9526
9527         * FontLoader.h:
9528         * FontLoader.C: moved into frontends for GUIIzation
9529
9530         * Makefile.am:
9531         * lyx_gui.C:
9532         * lyxfont.C:
9533         * lyxfunc.C: changes from above
9534
9535 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9536
9537         * LColor.C: remove spurious X include
9538
9539         * BufferView_pimpl.C:
9540         * Makefile.am:
9541         * font.h:
9542         * font.C:
9543         * text.C:
9544         * text2.C: move font metrics to frontends/
9545
9546 2002-05-24  Juergen Vigna  <jug@sad.it>
9547
9548         * undo_funcs.C (textHandleUndo): fix the cursor selection after
9549         setting the undo_cursor.
9550
9551         * ParagraphParameters.h: include local includes first.
9552
9553 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9554
9555         * BufferView_pimpl.C:
9556         * BufferView_pimpl.h:
9557         * Makefile.am:
9558         * WorkArea.h:
9559         * WorkArea.C:
9560         * screen.C: move WorkArea into frontends/
9561
9562         * lyxscreen.h:
9563         * screen.C:
9564         * text.C:
9565         * BufferView.C:
9566         * BufferView2.C: move LyXScreen into frontends/
9567
9568         * lyxlookup.h:
9569         * lyxlookup.C:
9570         * lyx_gui.C: move lyxlookup into frontends/xforms/
9571
9572 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9573
9574         * BufferView2.C:
9575         * BufferView_pimpl.C:
9576         * FontLoader.C:
9577         * LyXView.h:
9578         * LyXView.C:
9579         * Makefile.am:
9580         * WorkArea.C:
9581         * XFormsView.h:
9582         * XFormsView.C:
9583         * buffer.C:
9584         * bufferlist.C:
9585         * bufferview_funcs.C:
9586         * converter.C:
9587         * importer.C:
9588         * lyx_cb.C:
9589         * lyx_gui.C:
9590         * lyx_main.C:
9591         * lyx_find.C:
9592         * lyxfunc.C:
9593         * lyxvc.C:
9594         * minibuffer.C:
9595         * text.C:
9596         * text2.C:
9597         * trans.C:
9598         * vc-backend.C: move LyX/XFormsView into frontends/
9599
9600 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9601
9602         * Makefile.am:
9603         * PainterBase.C:
9604         * PainterBase.h:
9605         * Painter.C:
9606         * Painter.h:
9607         * WorkArea.C:
9608         * WorkArea.h:
9609         * screen.C:
9610         * tabular.C:
9611         * text.C:
9612         * text2.C: move Painter to frontends/
9613
9614 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9615
9616         * buffer.C: comment out some some code that depend upon lyx_format
9617         < 220
9618
9619         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
9620         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
9621
9622         * buffer.h (NO_COMPABILITY): turn off compability
9623
9624         * ColorHandler.C: include scoped_array.hpp
9625
9626         * font.C: Use more specific smart_ptr header.
9627         * Painter.C: ditto
9628         * gettext.C: ditto
9629         * ShareContainer.h: ditto
9630         * lyx_main.h: ditto
9631         * kbmap.h: ditto
9632         * FontInfo.h: ditto
9633         * BufferView_pimpl.h: ditto
9634         * ColorHandler.h: ditto
9635
9636         * kbmap.C (defkey): change call to shared_ptr::reset
9637
9638 2002-05-21  Juergen Vigna  <jug@sad.it>
9639
9640         * buffer.C (insertErtContents): fix to insert ert asis if it is
9641         non empty. Skip it completely if it contains only whitespaces.
9642
9643 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
9644
9645         * BufferView_pimpl.C:
9646         * BufferView2.C: clear selection on paste (bug 393)
9647
9648 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9649
9650         * DepTable.C: include ctime
9651
9652 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
9653
9654         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9655
9656 2002-05-14  Juergen Vigna  <jug@sad.it>
9657
9658         * text.C (breakParagraph): fixed function to honor the keepempty
9659         layout in the right maner and also to permit the right breaking
9660         algorithm on empty or non empyt keepempty paragraphs.
9661
9662         * paragraph.C (breakParagraph): we have to check also if the par
9663         is really empty (!size()) for isempty otherwise we do the wrong
9664         paragraph break.
9665
9666 2002-05-10  Juergen Vigna  <jug@sad.it>
9667
9668         * buffer.[Ch] : The following are only changes to the ert
9669         compatibility read reading old LaTeX layout and font stuff and
9670         convert it to ERTInsets.
9671
9672         * buffer.h: added isErtInset().
9673
9674         * buffer.C (struct ErtComp): add a fromlayout bool to check
9675         if we're inside a LaTeX layout.
9676         (isErtInset): new helper function.
9677         (insertErtContents): look for other ert insets before this one
9678         and insert the contents there, so that we don't have subsequent
9679         ERT insets with nothing between them. This way we create only one
9680         inset with multiple paragraphs. Also check if we don't insert only
9681         spaces ' ' as they are ignored anyway afterwards in the .tex file
9682         so if we have only spaces we will ignore this latex part in the
9683         new file.
9684         (parseSingleLyXformat2Token \\layout): better compatibility when
9685         reading layout-latex stuff.
9686         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9687         language tag.
9688         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9689         stuff after reading the inset only get the information back from
9690         the stack.
9691
9692 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9693
9694         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9695
9696         * LaTeXFeatures.C (getBabelOptions): New method.
9697
9698 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9699
9700         * BufferView_pimpl.C (Dispatch): work around missing argument for
9701         'layout'
9702
9703 2002-05-08  Juergen Vigna  <jug@sad.it>
9704
9705         * text.C (leftMargin): handle paragraph leftindent.
9706
9707         * paragraph.C (writeFile): write the new \\leftindent tag.
9708         (validate): handle leftindent code.
9709         (TeXEnvironment): handle paragraphleftindent code again.
9710
9711         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9712
9713         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9714         for paragrap_extra indent code and new token \\leftindent.
9715         (latexParagraphs): handle the leftindent as environment.
9716
9717         * ParameterStruct.h: added leftindent support.
9718
9719         * ParagraphParameters.C (leftIndent): added support functions for
9720         the paragraph left indent.
9721
9722         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9723         more appropriate.
9724
9725 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9726
9727         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9728         inside insetERT.
9729
9730         * text.C (computeBidiTables): No bidi in insetERT.
9731
9732         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9733         in RTL documents.
9734
9735 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9736
9737         * version.C.in: pre 5
9738
9739 2002-05-02  José Matos  <jamatos@fep.up.pt>
9740         * buffer.C (makeDocBookFile): white space changes, add newline to
9741         command styles.
9742         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9743
9744         * tabular.C (docBook): fix typo.
9745
9746 2002-05-03  Juergen Vigna  <jug@sad.it>
9747
9748         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9749         change in LyXText as we can not be sure it was not freed.
9750         (drawOneRow): remove unused code.
9751
9752         * text.C (drawInset): redo the calculation of the need_break_row as
9753         it could have a row which was already freed.
9754         (draw): look at the return value of drawInset and return false if
9755         it also returned false.
9756         (paintRowText): look at the return value of draw and return false if
9757         it also returned false.
9758
9759         * lyxtext.h: added bool return type to drawInset() and draw() so that
9760         if we have a change in the row so that the rowbreak has to be redone
9761         we abort drawing as it will be called again.
9762
9763 2002-05-02  Juergen Vigna  <jug@sad.it>
9764
9765         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9766         a change in the maintext also if we're inside an inset.
9767         (Dispatch): set the cursor again after a break line and after the
9768         screen has been updated as it could be we're in a different row.
9769
9770         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9771         to set the cursor behind the pargraph with > size().
9772         (setCursor): check also for the same paragraph when checking where
9773         to put the cursor if we have a NFR inset.
9774
9775         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9776         parts of layout read further up as it still was in the wrong
9777         position.
9778
9779 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9780
9781         * screen.C (drawFromTo): change sine fullRebreak always return
9782         true.
9783
9784         * buffer.C (parseSingleLyXformat2Token): reindent some
9785
9786         * BufferView_pimpl.C (update): change since fullRebreak always
9787         return true.
9788         (Dispatch): git rid of the last hardcoded "Standard"s.
9789
9790 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9791
9792         * text2.[Ch] (fullRebreak): make it return void now that we always
9793         returned true.
9794
9795 2002-04-30  Juergen Vigna  <jug@sad.it>
9796
9797         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9798         ert compatibility check for "latex" layout.
9799
9800 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9801
9802         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9803         minipages: use col% instead of p%, and also use the current font.
9804         (makeLaTeXFile): Fix use babel condition.
9805         (parseSingleLyXformat2Token): Correct font when reading old floats.
9806
9807 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9808
9809         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9810         inserting list of floats.
9811
9812 2002-04-25  Herbert Voss  <voss@lyx.org>
9813
9814         * MenuBackend.C (expand): don't add the graphics extensions to the
9815         export menu
9816
9817 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9818
9819         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9820         non-existing layout, do not complain if it was the default layout
9821         of the original class (bug #342)
9822
9823 2002-04-24  Juergen Vigna  <jug@sad.it>
9824
9825         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9826         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9827
9828 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9829
9830         * buffer.C (getBibkeyList): If using \bibliography, return the
9831         option field with the reference itself. Enables us to provide natbib
9832         support when using \bibliography.
9833
9834 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9835
9836         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9837
9838         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9839         natbib is provided by the LaTeX class.
9840
9841 2002-04-23  Juergen Vigna  <jug@sad.it>
9842
9843         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9844         Wakeup functions.
9845
9846         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9847
9848 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9849
9850         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9851
9852         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9853         ensuremath around textordmasculine, textordfeminine and
9854         textdegree.
9855
9856 2002-04-19  Juergen Vigna  <jug@sad.it>
9857
9858         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9859         reinitializing the buffer otherwise row-dimensions may be wrong.
9860         (update): reset also the selection cursors if they do exits otherwise
9861         their x/y positions may be wrong.
9862
9863         * text2.C (cursorDown): don't enter the inset if we came from a row
9864         above and are one row over the inset.
9865
9866         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9867         really leaving an inset.
9868
9869 2002-04-18  Juergen Vigna  <jug@sad.it>
9870
9871         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9872         of the selected paragraph does not have the selected layout also if
9873         the last one had!
9874
9875         * text2.C (setLayout): fixed bug which did not change last selected
9876         paragraph.
9877
9878         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9879         changed the read and substituted \\end_float with \\end_inset!
9880
9881         * BufferView_pimpl.C (cursorPrevious):
9882         (cursorNext): fixed to make it work with rows heigher than the work
9883         area without moving the cursor only the draw of the row.
9884         (workAreaMotionNotify): fix jumping over high rows.
9885
9886 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9887
9888         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9889         Ressler.
9890
9891 2002-04-16  Juergen Vigna  <jug@sad.it>
9892
9893         * text2.C (setCursor): set also the irow().
9894         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9895         (cursorUp):
9896         (cursorDown): support for locking an inset if the x_fix value goes
9897         inside it. That way I can transverse insets too with cursor up/down.
9898
9899         * lyxrow.h: added irow helper function same as other (i) functions.
9900
9901         * BufferView_pimpl.C (cursorPrevious):
9902         (cursorNext): fixed for insets!
9903
9904 2002-04-15  Juergen Vigna  <jug@sad.it>
9905
9906         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9907         position otherwise it is wrong in some cases.
9908
9909         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9910         inside the inset before the call.
9911
9912 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9913
9914         * buffer.[Ch] (getBibkeyList): make it const.
9915
9916 2002-04-12  Juergen Vigna  <jug@sad.it>
9917
9918         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9919
9920         * text2.C (getCursorX): new helper function
9921         (setCursor): compute also ix_
9922         (setCursorFromCoordinates): set also ix.
9923
9924         * lyxcursor.h: added ix_ and helper functions.
9925
9926         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9927
9928         * buffer.C (insertStringAsLines): dont break paragraph if the this
9929         paragraph is inside an inset which does not permit it!
9930
9931         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9932         also with no chars on this paragraph.
9933         (paintRowText): only paint stuff if it's inside the workarea!
9934
9935         * paragraph.C (breakParagraph): honor keepempty flag and break the
9936         paragraph always below not above.
9937
9938         * BufferView2.C (unlockInset): update the paragraph layout on inset
9939         unlock as we changed paragraph in such a case.
9940
9941         * lyxfind.C (LyXFind): clear the former selection if not found!
9942
9943         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9944         again called in insertChar().
9945
9946         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9947         an inset which uses the whole row!
9948         (rightMargin): ditto.
9949         (insertChar): force a rebreak if we inserted an inset!
9950
9951 2002-03-28  Herbert Voss  <voss@lyx.org>
9952
9953         * lyxlength.[Ch]: add inBP() to get the right PS-point
9954         units (BigPoint). With inPixels we have rounding errors
9955
9956 2002-04-11  Juergen Vigna  <jug@sad.it>
9957
9958         * text2.C (setCursorFromCoordinates): set iy to the right value.
9959         (setCursor): add check if row->previous exists!
9960
9961         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9962         an old float_type as this was the case in the old code!
9963
9964         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9965
9966         * BufferView2.C (showLockedInsetCursor): use iy
9967         (fitLockedInsetCursor): ditto
9968
9969         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9970         locked insets as there we have the right value now.
9971
9972         * lyxcursor.C: added iy_ variable and iy functions to set to the
9973         baseline of cursor-y of the locked inset.
9974
9975         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9976         (setCursor): fixed for insets which need a full row.
9977
9978         * text.C (rowLastPrintable): don't ignore the last space when before
9979         an inset which needs a full row.
9980         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9981         as last character of a row when before a inset which needs a full row.
9982
9983 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9984
9985         * version.C.in: update date
9986
9987         * text2.C (fullRebreak): try to always return true and see what
9988         happens...
9989
9990 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9991
9992         * MenuBackend.C (expand): use Floating::listName
9993
9994         * FloatList.C (FloatList): add listName argument to the built-in
9995         floats
9996
9997         * Floating.[Ch]: add listName member, which is the 'List of XXX'
9998         text associated with the float.
9999
10000 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10001
10002         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10003
10004 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10005
10006         * ShareContainer.h: add a couple of missing typenames.
10007
10008 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10009
10010         * lyxrc.C (getDescription): use _() correctly rather than N_().
10011
10012 2002-03-28  Herbert Voss  <voss@lyx.org>
10013
10014         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10015         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10016
10017 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10018
10019         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10020         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10021
10022 2002-03-29  Juergen Vigna  <jug@sad.it>
10023
10024         * lyxfunc.C (dispatch): add a missing fitCursor call.
10025
10026         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10027         it was scrolled by a cursor move, so return the bool status.
10028
10029         * BufferView.C (fitCursor): return the bool flag also to the outside
10030         world as this is needed.
10031
10032         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10033
10034         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10035         call the edit() as it is not needed (and wrong) IMO.
10036         (workAreaButtonPress): set the screen_first variable before evt.
10037         unlock the inset as this may change screen_first and then we have
10038         a wrong y position for the click!
10039
10040 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10041
10042         * MenuBackend.C (expand): another translation that I missed
10043
10044 2002-03-28  Juergen Vigna  <jug@sad.it>
10045
10046         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10047
10048         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10049
10050 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10051
10052         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10053
10054         * MenuBackend.C (expand): fix export/view/update when there is no
10055         document open.
10056
10057 2002-03-27  Herbert Voss  <voss@lyx.org>
10058
10059         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10060         and text%
10061
10062 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10063
10064         * bufferview_funcs.C (currentState): only show paragraph number
10065         for is DEVEL_VERSION is set.
10066
10067         * lyxfunc.C (dispatch): put warning in INFO channel
10068
10069         * MenuBackend.C (expand): translate the name of floats
10070
10071         * FloatList.C (FloatList): mark the float names for translation
10072
10073         * converter.C (convert): use LibScriptSearch
10074
10075 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10076
10077         * MenuBackend.C (defaults): fix default menu (we might as well get
10078         rid of it...)
10079
10080 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10081
10082         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10083         directory.
10084
10085 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10086
10087         * lyxvc.C: reorder includes.
10088
10089 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10090
10091         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10092           properly
10093
10094 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10095
10096         * CutAndPaste.C: change layouts earlier on paste
10097           to avoid crashing when calling getFont()
10098
10099 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10100
10101         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10102         irritating #error.
10103
10104 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10105
10106         * WorkArea.C: remove 'Pending' debug message.
10107
10108         * most files: ws cleanup
10109
10110         * buffer.[Ch]: ws changes
10111
10112         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10113
10114 2002-03-21  Juergen Vigna  <jug@sad.it>
10115
10116         * tabular.C (SetMultiColumn): collapse also the contents of the
10117         cells and set the last border right. Added a Buffer const * param.
10118
10119 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10120
10121         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10122         linking or not.
10123
10124 2002-03-19  Juergen Vigna  <jug@sad.it>
10125
10126         * text2.C (clearSelection): reset also xsel_cache.
10127
10128         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10129         where it needs to be called (John tells us to do so too :)
10130         (selectionLost): reset sel_cache.
10131
10132         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10133
10134 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10135
10136         * text2.C (setCursorIntern): put debuging code in INSETS channel
10137
10138 2002-03-19  André Pönitz <poenitz@gmx.net>
10139
10140         * lyxfunc.C: tiny whitespace change
10141
10142 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10143
10144         * ToolbarDefaults.C (init):
10145         * LyXAction.C (init):
10146         * commandtags.h:
10147         * BufferView_pimpl.C (Dispatch):
10148         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10149
10150 2002-03-19  Allan Rae  <rae@lyx.org>
10151
10152         * exporter.C (Export): removeAutoInsets before doing anything else.
10153         While I've just introduced a dependency on BufferView this really is
10154         the best place to clean the buffer otherwise you need to cleanup in
10155         a dozen places before calling export or cleanup in a dozen functions
10156         that export calls.
10157
10158         * converter.C (runLaTeX):
10159         (scanLog): Better handling of removeAutoInsets and screen updates.
10160
10161         * lyxfunc.C (dispatch): small whitespace changes
10162
10163 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10164
10165         * WorkArea.C (C_WorkAreaEvent): return a value.
10166         (event_cb): return 1 if we handled the event, 0 otherwise.
10167
10168         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10169
10170 2002-03-18  Juergen Vigna  <jug@sad.it>
10171
10172         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10173         (GetAdditionalWidth): ditto.
10174         (RightLine): ditto.
10175         (LeftLine): ditto.
10176
10177         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10178         inset if we're there actually (probably not used right now but this
10179         is the direction to go for unifying code).
10180         (paste): disable code to clear the selection.
10181
10182         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10183         inside an InsetText and move the check further up as it is in the
10184         wrong place.
10185
10186         * text2.C (pasteSelection): set a selection over the pasted text.
10187
10188 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10189
10190         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10191         and libgraphics to build on Cygwin.
10192
10193 2002-03-15  Juergen Vigna  <jug@sad.it>
10194
10195         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10196         inserting an Inset into the paragraph. I know this is not the best
10197         fix but we already use current_view in CutAndPaste so we will remove
10198         all of it's using at the same time.
10199
10200         * buffer.C (sgmlError): deactivated function till it is rewritten in
10201         the right mode, now it can create problems.
10202
10203         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10204         before accessing it.
10205
10206 2002-03-14  Juergen Vigna  <jug@sad.it>
10207
10208         * undo_funcs.C (textHandleUndo): do the right thing when updating
10209         the inset after the undo/redo.
10210
10211         * text2.C (setCursor): just some testcode for #44 not ready yet.
10212
10213         * undo_funcs.C (textHandleUndo): set the next() and previous()
10214         pointers of the paragraph to 0 before deleting otherwise we have
10215         problems with the Paragraph::[destructor].
10216
10217         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10218         on a paragraph insertion.
10219
10220 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10221
10222         * buffer.C (asciiParagraph): use += operator for char append to
10223         string.
10224
10225         * paragraph.C (getFontSettings): compare >= not just >
10226         (highestFontInRange): ditto
10227         (setFont): ditto
10228
10229 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10230
10231         * paragraph.C: change several algorithm to be more appripriate for
10232         the problem domain. This is lookip in FontList and in the InsetList.
10233
10234 2002-03-13  André Pönitz <poenitz@gmx.net>
10235
10236         * commandtags.h:
10237         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10238
10239 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10240
10241         * commandtags.h:
10242         * LyXAction.C:
10243         * lyxfunc.C:
10244         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10245
10246 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10247
10248         * Painter.C (display): anon helper function, adjust code for this
10249         change.
10250         (pixmap): remove function.
10251
10252         * Painter.h: remove private display variable.
10253
10254         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10255
10256 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10257
10258         * WorkArea.[Ch]: remove figinset_canvas cruft.
10259
10260 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10261
10262         * lyxtextclass.C (operator): add one item cache optimization.
10263
10264         * bufferlist.h: doxy changes
10265
10266         * bufferlist.C: ws changes
10267
10268         * DepTable.[Ch] (ext_exist): place const in the right spot.
10269
10270         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10271         call resizeInsets.
10272         (workAreaExpose): call resizeInsets when the with BufferView changes.
10273         (Dispatch): adjust for protectedBlank removal
10274         (specialChar): call updateInset if the insert went ok.
10275
10276         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10277         specialChar instead.
10278
10279         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10280
10281         * BufferView.h: doxy change
10282
10283         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10284
10285         * lyxtextclass.C (operator[]): remove non-const version
10286         (defaultLayout): remove non-const version
10287
10288 2002-03-12  Juergen Vigna  <jug@sad.it>
10289
10290         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10291         did resize the LyXText too.
10292
10293         * buffer.C (readLyXformat2): set layout information on newly allocated
10294         paragraphs.
10295
10296         * tabular.C (OldFormatRead): set layout information on the paragraph.
10297
10298 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10299
10300         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10301
10302 2002-03-11  Juergen Vigna  <jug@sad.it>
10303
10304         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10305         plainly wrong.
10306         (resizeCurrentBuffer): force also the insets to resize themselfes.
10307         (moveCursorUpdate): fixed up for InsetText.
10308
10309 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10310
10311         * commandtags.h:
10312         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10313         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10314         value of Dialogs::tooltipsEnabled().
10315         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10316
10317 2002-03-08  Juergen Vigna  <jug@sad.it>
10318
10319         * BufferView_pimpl.C (updateInset): update inset inside inset also
10320         if it isn't inside theLockingInset().
10321
10322 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10323
10324         * buffer.C (asciiParagraph): redo some of the word and line length
10325         handling.
10326         (getLists): look for Caption instead of caption.
10327
10328 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10329
10330         * buffer.C (Buffer): initialize niceFile to true
10331         (makeLaTeXFile):
10332         (makeLinuxDocFile):
10333         (makeDocBookFile): make sure niceFile is true on exit
10334
10335 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10336
10337         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10338
10339 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10340
10341         * LyXSendto.C: remove.
10342         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10343         * lyx_gui.C: remove now-redundant comment.
10344         * ColorHandler.h: remove forward declaration of class WorkArea.
10345         * lyxfunc.C: remove #include "WorkArea.h".
10346
10347 2002-03-07  Juergen Vigna  <jug@sad.it>
10348
10349         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10350         got moved away with the DEPM and also set the inset_owner always
10351         right which before could have been omitted.
10352
10353 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10354
10355         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10356         wanted layout is not found.
10357
10358 2002-03-07  Juergen Vigna  <jug@sad.it>
10359
10360         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10361
10362 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10363
10364         * paragraph.C (breakParagraph): use default layout not layout of
10365         prev paragraph.
10366         (Paragraph): clear ParagraphParameters.
10367
10368 2002-03-06  Juergen Vigna  <jug@sad.it>
10369
10370         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10371         otherwise it would not be a valid lenght. Fixed a special case in
10372         the minipage compatibility read where we end the document with a
10373         minipage.
10374
10375         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10376         was set as it could be 0 for InsetTexts first entry.
10377
10378 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10379
10380         * paragraph.C (writeFile): if layout is empty write out
10381         defaultLayoutName().
10382
10383         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10384         file without named layout we set layout to defaultLayoutName().
10385
10386 2002-03-06  Juergen Vigna  <jug@sad.it>
10387
10388         * CutAndPaste.C (copySelection): set layout for new paragraph.
10389
10390         * text.C (prepareToPrint): leave ERT inset left aligned
10391         (leftMargin): don't indent paragraphs inside ERT insets
10392
10393 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10394
10395         * paragraph.C (breakParagraph): dont call clear do the work manually
10396
10397         * paragraph.[Ch] (clear): remove function
10398
10399 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10400
10401         * paragraph.C (Paragraph): dont call clear, the work has already
10402         been done.
10403
10404         * lyxtextclass.C (operator): assert if n is empty
10405
10406         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10407         work manually instead.
10408
10409 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10410
10411         * BufferView_pimpl.C: protect selectionLost against text == 0
10412
10413 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10414
10415         * text.C (breakParagraph): fix a setting layout to '0' problem.
10416
10417 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10418
10419         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10420         final location of file, for the included files, and graphics.
10421
10422 2002-03-05  Juergen Vigna  <jug@sad.it>
10423
10424         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10425
10426 2002-03-04  Juergen Vigna  <jug@sad.it>
10427
10428         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10429
10430         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10431         last column of multicolumn cells.
10432         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10433
10434 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10435
10436         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10437         file if it doesn't go to a temporary file.
10438
10439         * buffer.C (sgmlOpenTag):
10440         (sgmlCloseTag):  remove extra newline insertion.
10441
10442 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10443
10444         * text.C (getRowNearY): comment out debug msg
10445
10446 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10447
10448         * text2.C: first -> first_y
10449
10450         * text.C (getRowNearY): add some attemts at a possible
10451         optimization, not working.
10452
10453         * tabular.[Ch]: add BufferParams to several function so that newly
10454         created paragraph can be initialized to he default layotu for the
10455         buffers textclass.
10456
10457         * tabular-old.C (ReadOld): add buf->params to call of Init
10458
10459         * screen.C: rename text->first to text->first_y
10460
10461         * paragraph.C (breakParagraph): always set layout in the broken
10462         paragraph
10463
10464         * lyxtextclass.C (Read): remove lowercase
10465         (hasLayout): ditto
10466         (operator): ditto
10467         (delete_layout): ditto
10468
10469         * lyxtext.h: rename first -> first_y
10470
10471         * lyxlayout.C (Read): remove lowercase
10472         (name): ditto
10473         (setName): ditto
10474         (obsoleted_by): ditto
10475
10476         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
10477
10478         * buffer.C (insertErtContents): add params are to InsetERT
10479         (parseSingleLyXformat2Token): add code to check if a paragraphs
10480         layout really exist.
10481         (parseSingleLyXformat2Token): add params to several inset
10482         constructors
10483         (asciiParagraph): remove lowercase, do the layout comparisons with
10484         no_case
10485
10486         * BufferView_pimpl.C (cursorNext): first -> first_y
10487         (resizeCurrentBuffer): first -> first_y
10488         (updateScrollbar): first -> first_y
10489         (scrollCB): first -> first_y
10490         (workAreaMotionNotify): first -> first_y
10491         (workAreaButtonPress): first -> first_y
10492         (checkInsetHit): first -> first_y
10493         (cursorPrevious): first -> first_y
10494         (cursorNext): first -> first_y
10495         (Dispatch): add buffer_->params to severl inset contructors
10496
10497 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10498
10499         * lyxlayout.C (Read): remove some debug info that I forgot.
10500
10501         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
10502         clean up the code slightly.
10503         (makeLinuxDocFile): ditto
10504         (makeDocBookFile): ditto
10505
10506         * text2.C: layout as string
10507
10508         * text.C: layout as string
10509
10510         * paragraph_pimpl.C: layout as string
10511
10512         * paragraph.[Ch]: layout as string
10513
10514         * lyxtextclasslist.[Ch]: layout as string
10515
10516         * lyxtextclass.[Ch]: layout as string
10517
10518         * lyxtext.h: layout as string
10519
10520         * lyxlayout.[Ch]: layout as string
10521
10522         * lyx_cb.C: layout as string
10523
10524         * bufferview_funcs.C: layout as string
10525
10526         * bufferparams.C: layout as string
10527
10528         * buffer.C: layout as string
10529
10530         * LyXView.[Ch]: layout as string
10531
10532         * LaTeXFeatures.[Ch]: layout as string
10533
10534         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
10535
10536         * BufferView_pimpl.C: change current_layout to string, remove
10537         lyx::layout_type.
10538         (Dispatch):
10539         (smartQuote):
10540         (insertInset):
10541         (workAreaButtonRelease): layout as string
10542
10543         * BufferView2.C (unlockInset): adjust
10544
10545         * vspace.C (asLatexCommand): use an explict temp variable.
10546
10547 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10548
10549         * Makefile.am: use FRONTEND_*
10550
10551 2002-03-01  Juergen Vigna  <jug@sad.it>
10552
10553         * tabular.C (SetWidthOfMulticolCell): changed to something better
10554         I hope but still work in progress.
10555         (recalculateMulticolumnsOfColumn): renamed function from
10556         recalculateMulticolCells as it is more appropriate now.
10557         (SetWidthOfCell): calculate multicols better.
10558
10559 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10560
10561         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
10562
10563         * lyxfunc.C (processKeySym): print sequence also if it is
10564         `deleted' (complete)
10565
10566         * kbsequence.C (print): print sequence even if it is deleted
10567         (complete would be a better word, actually).
10568
10569         * lyxfunc.C (dispatch): print complete options after a prefix key
10570
10571         * vspace.C (asLatexCommand): rewrite in a slightly different form.
10572
10573 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
10574
10575         * text2.C (setCharFont): eliminate setCharFont code duplication.
10576
10577 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10578
10579         * BufferView_pimpl.C (Dispatch): remove bogus handling of
10580         LFUN_TABULAR_FEATURE (bug #177)
10581
10582 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
10583
10584         * Makefile.am: remove figure.h
10585
10586 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
10587
10588         * Bufferview_pimpl.C:
10589         * CutAndPasteC:
10590         * LaTeX.C:
10591         * LyXSendto.C:
10592         * buffer.C:
10593         * bufferlist.C:
10594         * converter.C:
10595         * language.C:
10596         * lyxfunc.C:
10597         * lyxvc.C:
10598         * paragraph.C:
10599         * text.C:
10600         * text2.C: remove #include "lyx_gui_misc.h".
10601
10602         * LaTeX.C: added #include <cstdio>
10603
10604 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10605
10606         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
10607         that the paragraph following this one can have.
10608
10609         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
10610
10611         * vspace.C (asLatexCommand): fix bogus gcc warning
10612
10613         * Makefile.am (lyx_SOURCES): remove vms_defines.h
10614
10615 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
10616
10617         * text2.C (setLayout): get rid of redundant code
10618
10619 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
10620
10621         * text2.C (incDepth): make sure depth cannot be increased beyond
10622         reasonable values.
10623
10624 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
10625
10626         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
10627         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
10628
10629         * PainterBase.h (image):
10630         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
10631         a LyXImage const *.
10632
10633 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10634
10635         * BufferView.C:
10636         * BufferView.h:
10637         * BufferView_pimpl.C:
10638         * BufferView_pimpl.h:
10639         * LaTeXFeatures.C:
10640         * LyXAction.C:
10641         * LyXView.C:
10642         * Makefile.am:
10643         * UpdateList.h:
10644         * UpdateList.C:
10645         * buffer.C:
10646         * figure.h:
10647         * figureForm.C:
10648         * figureForm.h:
10649         * figure_form.C:
10650         * figure_form.h:
10651         * lyx_cb.C:
10652         * lyx_gui.C:
10653         * lyx_gui_misc.C:
10654         * lyxfunc.C:
10655         * sp_base.h:
10656         * sp_ispell.h:
10657         * sp_pspell.h:
10658         * sp_spell.C: remove fig inset, and the crap house of
10659           cards that follows it
10660
10661 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10662
10663         * Makefile.am:
10664         * lyxserver.C:
10665         * os2_defines.h:
10666         * os2_errortable.h:
10667         * nt_defines.h: move .h into support/
10668
10669         * vms_defines.h: remove
10670
10671         * WorkArea.C: add space in debug output
10672
10673         * text2.C:
10674         * paragraph.C:
10675         * buffer.C: add WITH_WARNINGS
10676
10677         * vc-backend.h:
10678         * vc-backend.C:
10679         * bufferlist.C: s/retrive/retrieve/, add docs
10680
10681         * vspace.h:
10682         * vspace.C:
10683         * kbmap.h:
10684         * lyxlength.h:
10685         * lyxgluelength.h:
10686         * length_common.h:
10687         * chset.h:
10688         * chset.C: add docs
10689
10690         * lyxgui.C: add ID to X error handler
10691
10692         * lyxtestclass.c: fix typo
10693
10694 2002-02-26  Juergen Vigna  <jug@sad.it>
10695
10696         * tabular_funcs.C (write_attribute): changed so that some default
10697         attributes are not written at all.
10698         (getTokenValue): set default values before trying to read the
10699         value so we have the return value always set as default if we don't
10700         find the token we search for.
10701
10702         * tabular.C (Write): write bools as bools not as strings!
10703
10704 2002-02-22  Juergen Vigna  <jug@sad.it>
10705
10706         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10707         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10708
10709         * text.C (leftMargin): don't add an indent for paragraphs inside
10710         tabular cells (fix #208).
10711
10712 2002-02-21  José Matos  <jamatos@fep.up.pt>
10713
10714         * tabular.C (docBook): fixed support for long tables.
10715
10716 2002-02-20  Juergen Vigna  <jug@sad.it>
10717
10718         * text2.C (getFont): get the drawing font of the Inset if this
10719         paragraph is inside an inset (only important for InsetERT for now).
10720
10721         * buffer.C (insertErtContents): use new lanugage params in ERT
10722         constructor.
10723
10724         * CutAndPaste.C: commenting out seemingly uneeded code.
10725
10726 2002-02-19  Allan Rae  <rae@lyx.org>
10727
10728         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10729         Iterators might be simple to use but they also get invalidated.
10730         (removeAutoInsets): renamed saved cursor tracking variables and added
10731         some comments to clarify what everything does.
10732
10733 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10734
10735         * Chktex.C:
10736         * LaTeX.C:
10737         * LyXSendto.C:
10738         * converter.C:
10739         * lyx_cb.C:
10740         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10741         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10742
10743         * lyxfunc.C:
10744         * vc-backend.h: remove #include "support/syscall.h"
10745
10746         * LaTeX.C:
10747         * LyXSendto.C:
10748         * converter.C: rearrange #includes in Lars' approved fashion.
10749
10750         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10751         forward declare class Timeout in the header file.
10752
10753         * XFormsView.C: changes due to the above.
10754
10755         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10756         similar to LyXView.
10757
10758         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10759         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10760
10761 2002-02-18  José Matos  <jamatos@fep.up.pt>
10762
10763         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10764         insets contents.
10765
10766 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10767
10768         * a lot of small ws changes
10769         * add a lot of using std::XXX
10770         * use std construcs some places where approp.
10771         * use some exisint stuff from lyxfunctional where approp.
10772         * Make file changes to use partial linking (lets test this now...)
10773
10774 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10775
10776         * Chktex.C:
10777         * buffer.C:
10778         remove #include "support/syscontr.h" as it's redundant. Always has been.
10779
10780         * Chktex.C:
10781         * LaTeX.C:
10782         * LyXSendto.C:
10783         * converter.C:
10784         * lyx_cb.C:
10785         * vc-backend.C:
10786         change Systemcalls::System to Systemcalls::Wait and
10787         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10788         No change of functionality, just reflects the stripped down Systemcalls
10789         class.
10790
10791 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10792
10793         * debug.[Ch]: add a GRAPHICS type to the enum.
10794
10795 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10796
10797         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10798
10799         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10800         there is an inset.
10801
10802 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10803
10804         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10805         match the changes below.
10806
10807         * text2.C (toggleInset): if there is not editable inset at cursor
10808         position, try to see if cursor is _inside_ a collapsable inset
10809         and close it.
10810
10811 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10812
10813         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10814         document menu has a nice checkbox
10815
10816 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10817
10818         * lyxlength.C (asLatexString): change PW to output as percent of
10819         \textwidth.
10820
10821         * lengthcommon.C: change '%' to 't%'
10822
10823         * lyxfunc.C (dispatch): a few comments from Martin
10824
10825 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10826
10827         * WorkArea.h:
10828         * WorkArea.C:
10829         * BufferView_pimpl.h:
10830         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10831           the X selection.
10832
10833 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10834
10835         * vspace.C (inPixels): fix compiler warning
10836
10837 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10838
10839         * lyxfunc.C (getStatus): fix status message for disabled commands.
10840
10841 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10842
10843         * BufferView_pimpl.C: fix crash on close buffer
10844         during selection (#227)
10845
10846 2002-01-27  Herbert Voss  <voss@lyx.org>
10847
10848         * buffer.C: link old Figure to new graphic inset
10849
10850 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10851
10852         * FontLoader.C (getFontinfo): Change the latex font names in order
10853         to match the names of type1inst.
10854
10855 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10856
10857         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10858
10859         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10860         (extchanged): ditto
10861         (ext_exist): ditto
10862         (remove_files_with_extension): ditto
10863         (remove_file): ditto
10864         (write): ditto
10865
10866         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10867         document is smaller than the work area height. Do not initialize
10868         static variables to 0.
10869
10870 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10871
10872         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10873
10874         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10875         LFUN_LAYOUT_PARAGRAPHS.
10876
10877         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10878         tabular. It is possible to provide a possible cell, which will
10879         typically be the actcell from the corresponding insettabular
10880
10881         * lyxfunc.C (getStatus): small cleanup; disable
10882         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10883         true
10884
10885 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10886
10887         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10888
10889         * paragraph.C (startTeXParParams):
10890         (endTeXParParams): new methods. The LaTeX code to
10891         start/end paragraph formatting
10892         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10893         empty (fixes bug #200)
10894
10895         * vspace.C (inPixels): adapt to the change below
10896         (inPixels): [later] more cleanups (remove unused variables)
10897
10898         * lyxlength.C (inPixels): change to use a width and a height as
10899         parameter.
10900
10901 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10902
10903         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10904         Replaced with \paperwidth
10905
10906         * DepTable.C (insert): add std:: qualifier
10907
10908 2002-01-18  Allan Rae  <rae@lyx.org>
10909
10910         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10911         updated also?
10912
10913         * text.C (drawInset): Turned out I didn't know enough about how
10914         rebreaking worked.  This fixes most of the redraw problems.  I see
10915         an occasional cursor trail when a line is broken now and the cursor
10916         placement can seem out by a few pixels also after a rebreak.
10917
10918 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10919
10920         * buffer.C (parseSingleLyXformat2Token): update because minipage
10921         width is now a LyXLength
10922
10923         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10924
10925         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10926         math insets
10927
10928 2002-01-17  Juergen Vigna  <jug@sad.it>
10929
10930         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10931
10932         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10933         is set correctly and the inset is updated correctly.
10934
10935 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10936
10937         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10938         the beginning of the loop.
10939
10940 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10941
10942         * lyxrc.C: improve help for use_scalable_fonts
10943
10944 2002-01-17  Allan Rae  <rae@lyx.org>
10945
10946         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10947
10948 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10949
10950         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10951         make sure to set their inset_owner to the right value (bug #171)
10952
10953 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10954
10955         * DepTable.h
10956         * DepTable.C: Implement mtime checking to reduce time spent doing
10957         CRCs.
10958
10959 2002-01-16  Juergen Vigna  <jug@sad.it>
10960
10961         * tabular.C (GetAdditionalHeight): one of error fixed.
10962
10963         * lyxrc.C (output): small fix in writing use_pspell.
10964
10965 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10966
10967         * sp_base.h: #include LString.h
10968
10969 2002-01-16  Allan Rae  <rae@lyx.org>
10970
10971         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10972         Can someone check this please?
10973
10974         * text.C (drawInset): It was possible that p.row would be removed by
10975         breakAgainOneRow upsetting a few other settings.  There may be another
10976         small tweak possible by setting need_break_row = 0 when p.row has been
10977         removed but I don't know enough about the logic here.
10978
10979 2002-01-15  Allan Rae  <rae@lyx.org>
10980
10981         * text.C (insertChar): removed conditional truism.
10982
10983         * BufferView2.C (removeAutoInsets): More tweaks.
10984         cur_par_prev could be a stray pointer.  Check for trailing empty line
10985         in case last line was cur_par and only had an error inset on it.
10986
10987 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10988
10989         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
10990         absolute
10991
10992         * vc-backend.C (most methods):
10993         * exporter.C (Export):
10994         * converter.C (convert):
10995         (runLaTeX):
10996         * LyXSendto.C (SendtoApplyCB):
10997         * lyxfunc.C (dispatch):
10998         (menuNew):
10999         (open):
11000         (doImport):
11001         * lyx_cb.C (AutoSave):
11002         (InsertAsciiFile):
11003         * BufferView_pimpl.C (MenuInsertLyXFile):
11004         * buffer.C (runChktex): use Buffer::filePath().
11005
11006         * buffer.h: rename filename to filename_; rename filepath to
11007         filepath_ and make it private
11008         (filePath): new method
11009
11010         * buffer.C (writeFile): use fileName()
11011         (getLatexName):
11012
11013         * lyx_main.C (init): fix starting  of LyX when the binary is a
11014         link from so,ewhere else.
11015
11016         * minibuffer.C: include <cctype> for isprint
11017
11018 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11019
11020         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11021         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11022         name clash with InsetCollapsable's width function.
11023
11024 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11025
11026         * lastfiles.C: include <iterator>
11027
11028 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11029
11030         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11031         std::count.
11032
11033         * buffer.C (makeLaTeXFile): ditto.
11034         Also make loop operation more transparent.
11035
11036 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11037
11038         * ToolbarDefaults.C: remove trailing comma closing namespace.
11039
11040         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11041
11042         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11043         as in WorkArea.
11044
11045         * trans.C (Load): comment out unused variable, allowed.
11046
11047 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11048
11049         * minibuffer.[Ch] (append_char): new method to recieve input from the
11050         drop-down completion browser. If a key was pressed, then recieve this
11051         char and append it to the existing string.
11052         (peek_event): modify the positioning data passed to the completion
11053         browser so that it can be placed above the minibuffer rather than below.
11054 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11055
11056         * LyXAction.C (init): alloe error-next for readonly documents.
11057
11058         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11059         count.
11060
11061 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11062
11063         * bufferlist.C (readFile): create the buffer _after_ checking that
11064         the file exists.
11065
11066         * lyxfunc.C (verboseDispatch): fix handling of arguments
11067
11068         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11069
11070         * lyxrc.C: use string::erase() instead of initializing to "".
11071
11072
11073 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11074
11075         * BufferView_pimpl.h:
11076         * BufferView_pimpl.C:
11077         * WorkArea.h:
11078         * WorkArea.C:
11079         * text2.C: tell X when we have made a selection for copying
11080
11081 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11082
11083         * BufferView_pimpl.C (MenuInsertLyXFile):
11084         * lyxfunc.C (menuNew):
11085         (open):
11086         (doImport): add shortcuts to directory buttons
11087
11088         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11089         open a float)
11090
11091         * lyxfunc.C (setStatusMessage):
11092         (getStatusMessage): new methods
11093         (getStatus):use setStatusMessage instead of setErrorMessage
11094         (dispatch): when function is disabled, set error message here
11095         [instead of in getStatus previously]
11096
11097         * BufferView_pimpl.C (workAreaButtonRelease): update
11098         toolbar/menubar here too.
11099
11100 2002-01-13  Allan Rae  <rae@lyx.org>
11101
11102         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11103         Now seems indestructible.  Remaining task is to audit all other
11104         code affected by deleteEmptyParagraphMechanism.  One small quirk
11105         left is that an empty document with an error in the preamble can
11106         be made to report an error but no error box appears.  I don't know
11107         where it goes.
11108         (removeAutoInsets): Improved comments.
11109
11110 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11111
11112         * Thesaurus.h:
11113         * Thesaurus.C: update for Aiksaurus 0.14
11114
11115 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11116
11117         * text2.C (firstParagraph): removed member function, all uses
11118         replaces with ownerParagraph
11119         (redoParagraphs): here
11120         (updateInset): here
11121         (toggleAppendix): here
11122         * BufferView2.C (insertErrors): here
11123         (setCursorFromRow): here
11124
11125 2002-01-13  Allan Rae  <rae@lyx.org>
11126
11127         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11128         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11129         There is still a way to segfault this although you may have to do this
11130         multiple times: Have an InsetERT with an unknown command in it.
11131         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11132         <down-arrow>, <Enter> again, View->DVI, BANG!
11133
11134         * text2.C (setCursor):
11135         (deleteEmptyParagraphMechanism):
11136         * lyxtext.h (setCursor):
11137         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11138         Making use of the return value may help fix other bugs.
11139
11140 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11141
11142         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11143
11144         * LyXView.C (updateMenubar): call MenuBar::update here
11145         (updateToolbar): but not here
11146         (showState): do not update toolbar/menubar
11147
11148         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11149         should need to care about that.
11150
11151         * lyxfunc.C (verboseDispatch): simplify a bit
11152         (getStatus): have a version which takes a pseudoaction, and
11153         another which requires a (kb_action,string).
11154
11155         * LyXAction.C (retrieveActionArg): make it work also when action
11156         is not a pseudo-action.
11157         (getActionName): simplify a bit
11158         (helpText):
11159
11160 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11161
11162         * lyxfunc.C (verboseDispatch): new families of methods with
11163         several ways to specify a command and a bool to indicate whether
11164         the command name and shortcut should be displayed in minibuffer
11165         (eventually, we could extend that to a finer bitmask like
11166         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11167         (dispatch): the pristine dispatch command which just, well,
11168         dispatchs! Note it still sets its result to minibuffer; I'm not
11169         sure we want that.
11170
11171         * lyxfunc.h: remove setHintMessage
11172
11173         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11174
11175 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11176
11177         * BufferView_pimpl.C (specialChar): delete new inset if we have
11178         not been able to insert it.
11179
11180         * kbmap.C: revert to using int instead of kb_action, since all we
11181         are dealing with is pseudo-actions.
11182
11183         * LyXAction.C (searchActionArg): change to return int instead of
11184         kb_action, since the result is a pseudoaction.
11185
11186 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11187
11188         * buffer.C (insertErtContents): Fix (partially) the font bug.
11189
11190 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11191
11192         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11193         as the other one is broken on my machine!
11194
11195 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11196
11197         * commandtags.h:
11198         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11199
11200 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11201
11202         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11203         reflect their actual use. Provide compatibility code for older lyxrc
11204         files.
11205
11206         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11207         FL_NORMAL_STYLE.
11208         change names of popup font variables in line with the changes to lyxrc.C
11209
11210 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11211
11212         * buffer.C (asciiParagraph): avoid outputing a word twice after
11213         an inset.
11214
11215         * lyxrc.C (getDescription): document that document_path and
11216         template_path can be empty.
11217
11218 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11219
11220         * LaTeXFeatures.C (getMacros):
11221         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11222
11223         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11224
11225         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11226         getPackages.
11227         (getPackages): rename feature "floats" to "float". Use an array to
11228         iterate over 'simple' features (i.e. just a \usepackage). Add
11229         handling of "amsmath" (renamed from "amsstyle").
11230
11231 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11232
11233         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11234         features list.
11235
11236 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11237
11238         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11239         FuncStaus::FuncStatus & FuncStaus::some_method().
11240
11241 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11242
11243         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11244         of the func_satus stuff. Edited and massaged in various ways by
11245         JMarc.
11246
11247         * lyxfunc.C (getStatus): use FuncStatus
11248
11249 2002-01-08  Juergen Vigna  <jug@sad.it>
11250
11251         * text.C (nextBreakPoint): use function Inset::isChar().
11252
11253         * paragraph.C (TeXOnePar): use function
11254         Inset::forceDefaultParagraphs.
11255
11256         * buffer.C (latexParagraphs): use function
11257         Inset::forceDefaultParagraphs.
11258
11259 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11260
11261         * lyx_gui.C (init): set the style of the menu popups to
11262         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11263
11264 2002-01-07  Juergen Vigna  <jug@sad.it>
11265
11266         * text.C (setHeightOfRow): small fix
11267         (prepareToPrint): don't look at alignment if we don't have the place
11268         for doing it.
11269
11270 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11271
11272         * box.C: New file. Move the Box methods and functions out of box.h,
11273         following Lars' suggestion.
11274
11275 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11276
11277         * box.h: #include "support/LOstream.h", needed for inlined function.
11278
11279         * lyxtextclass.C:
11280         * lyxtextclasslist.C: added some using std declarations.
11281
11282 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11283
11284         * box.h: make signed dimensions to allow insets wider than
11285           the screen (bug #162)
11286
11287         * BufferView_pimpl.C: add some insetHit debug
11288
11289 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11290
11291         * vc-backend.C: add FIXME
11292
11293 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11294
11295         * lyxfunc.C (getStatus): enable code for showing math font status
11296         in toolbar/menu.
11297
11298 2002-01-07  Juergen Vigna  <jug@sad.it>
11299
11300         * text.C (nextBreakPoint): removed debug output not needed anymore.
11301
11302 2002-01-06  Juergen Vigna  <jug@sad.it>
11303
11304         * text.C (nextBreakPoint): fixed up this function we had this bug
11305         since ever but now hopefully we break row better.
11306         (insertChar): we have to check if an inset is the next char as it
11307         could now happen that a large inset is causing a break.
11308
11309 2002-01-05  Juergen Vigna  <jug@sad.it>
11310
11311         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11312         if it doesn't like to be drawed.
11313
11314 2002-01-04  Juergen Vigna  <jug@sad.it>
11315
11316         * BufferView2.C (lockInset): forgot to set a cursor.
11317
11318         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11319
11320 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11321
11322         * FormMathsPanel.C:
11323         * FormMathsPanel.h
11324         * MathsSymbols.C:
11325         * form_maths_panel.C:
11326         * form_maths_panel.h:
11327         * form_maths_panel.fd: implemented sub- and super- buttons in math
11328         panel.
11329
11330         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11331         (or ^ space) to be used as in TeX (req'd by André).
11332
11333         * lyxfunc.C: Allow ^ and _ again to be used both as
11334         super/subscript (mathed) and as themselves (in text).
11335
11336 2002-01-03  Allan Rae  <rae@lyx.org>
11337
11338         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11339         "LyX" or the filename of the current buffer if it has one.  This is a
11340         modified form of John Levon's patch.
11341
11342         * XFormsView.C (setWindowTitle): also set icon title.
11343
11344         * LyXView.h (setWindowTitle): signature changed.
11345         * XFormsView.h (setWindowTitle): ditto.
11346
11347 2002-01-02  Juergen Vigna  <jug@sad.it>
11348
11349         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11350
11351 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11352
11353         * screen.C (topCursorVisible): introduce a temp var for
11354         text->cursor.row(), handle the case where this row is null. (kindo
11355         hachish)
11356
11357         * text2.C (setCursor): add a couple of asserts.
11358
11359         * paragraph.h (inset_iterator): add -> operator
11360
11361         * paragraph.[Ch] (autoDeleteInsets): remove member function
11362
11363         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11364         cursor pos correctly and handle inset deletion by itself.
11365         (insertErrors): move iterator declaration out of for expression
11366
11367         * lyxtextclass.C: add <algorithm>
11368
11369         * Makefile.am: added the new files to sources, removed layout.C
11370
11371         * layout.C: removed file
11372
11373         * layout.h: remove LYX_DUMMY_LAYOUT
11374
11375         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11376         layout.
11377
11378         * lyxlayout.[Ch]:
11379         * lyxtextclass.[Ch]:
11380         * lyxtextclasslist.[Ch]: new files
11381
11382         * include order changes to a lot of files, also changes because of
11383         the six new files.
11384
11385 2001-12-27  Juergen Vigna  <jug@sad.it>
11386
11387         * buffer.C (asciiParagraph): more fixes.
11388
11389         * tabular.C (ascii): make ascii export support export of only the
11390         data separated by a column-delimiter.
11391         (ascii): better support for ascii export.
11392
11393         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11394
11395 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11396
11397         * tabular_funcs.C: use a "using std::getline" instead of the
11398         previous fix from Angus (necessary for cxx + lyxstring)
11399
11400 2001-12-24  Juergen Vigna  <jug@sad.it>
11401
11402         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11403
11404         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11405         problems. First check a minipage also if we have some ert-contents
11406         (not only on par->size(), second set the right depth of the paragraph
11407         on the relink to the root-paragraph-list!
11408
11409         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11410         which then did not anymore update the main paragraphs on undo/redo!
11411
11412 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11413
11414         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11415         code. Support all font-changing funcs (even those which are not in
11416         menu currently). Support for reporting font settings in
11417         mathed (disabled until Andre provides a function on mathed's side).
11418
11419         * func_status.h (toggle): small helper function to set toggle
11420         state on a flag.
11421
11422 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11423
11424         * tabular_funcs.C: getline -> std::getline
11425
11426 2001-12-21  Juergen Vigna  <jug@sad.it>
11427
11428         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11429         accessed and could be 0 (I couldn't generate this but it seems
11430         Michael could!).
11431
11432 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11433
11434         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11435         * tabular_funcs.h: here and include iosfwd
11436
11437 2001-12-20  Juergen Vigna  <jug@sad.it>
11438
11439         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11440         inside inset but undo_par was.
11441
11442 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11443
11444         * Thesaurus.C: always include <config.h> in sources.
11445
11446         * Painter.h:
11447         * lyxlookup.h:
11448         * box.h: do not include <config.h> in header files
11449
11450         * text.C (paintLastRow): remove unused variable
11451
11452         * text.C (transformChar):
11453         (insertChar):
11454         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
11455
11456         * Painter.C (text):
11457         * font.C (width): rewrite to use uppercase() instead of
11458         islower/toupper.
11459
11460         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
11461
11462 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
11463
11464         * lyxfind.C: clean up of find failure position change
11465
11466 2001-12-20  Juergen Vigna  <jug@sad.it>
11467
11468         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
11469
11470         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
11471         (TeXRow): added to LaTeX a single tabular row.
11472         (TeXLongtableHeaderFooter): added to output LT-h/f data.
11473         (Latex): simplified and finally good LT-h/f support.
11474         (various_functions): just small adaptions for LT-h/f support.
11475
11476         * tabular_funcs.[hC]: added and moved here all not classfunctions
11477         of LyXTabular.
11478
11479 2001-12-19  Juergen Vigna  <jug@sad.it>
11480
11481         * tabular.[Ch]: better support for longtabular options (not finished
11482         yet!)
11483
11484 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11485
11486         * text.C (paintLastRow): use the label font instead of the font of
11487         the last character to compute the size of *_BOX. This makes more
11488         sense and avoids a crash with empty paragraphs.
11489         Use Painter::rectangle to draw EMPTY_BOX.
11490
11491 2001-12-19  Juergen Vigna  <jug@sad.it>
11492
11493         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
11494         the paragraphs if the replaced paragraph is not the first one!
11495         Tried to delete not used paragraphs but does not work yet so for
11496         now it's inside #ifdef's and by default off!
11497
11498 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11499
11500         * MenuBackend.C: include "lyx_main.h" instead of declaring
11501         lastfiles (actually was declared as LastFiles* instead of a
11502         scoped_ptr).
11503
11504 2001-12-17  Juergen Vigna  <jug@sad.it>
11505
11506         * tabular.C (AppendColumn): applied John's fix
11507
11508 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
11509
11510         * BufferView.h:
11511         * BufferView.C:
11512         * BufferView_pimpl.h:
11513         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
11514
11515         * Makefile.am:
11516         * box.h: new start of class for above
11517
11518         * lyxfunc.C: ignore space-only minibuffer dispatches.
11519           Show the command name when it doesn't exist
11520
11521         * minibuffer.C: don't add empty lines to the history
11522
11523         * minibuffer.C: add a space on dropdown completion
11524
11525 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
11526
11527         * text.C: fix line above/below drawing in insets
11528
11529 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11530
11531         * lyxlength.C (LyXLength): Initialize private variables.
11532
11533 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
11534
11535         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
11536         when inserting error insets.
11537
11538 2001-12-13  Juergen Vigna  <jug@sad.it>
11539
11540         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
11541         actually sometimes the before-paragraph.
11542         (setUndo): don't clear the redostack if we're not actually undoing!
11543
11544 2001-12-06  Juergen Vigna  <jug@sad.it>
11545
11546         * undo_funcs.C (textHandleUndo): well after John's hint I got here
11547         and fixed redoing of main paragraph, so we can use it now ;)
11548
11549         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
11550
11551 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11552
11553         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
11554         Juergen's request
11555
11556 2001-12-13  André Pönitz <poenitz@gmx.net>
11557
11558         * undostack.[Ch]:
11559         * undo_func.C: minor cleanup
11560
11561 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11562
11563         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
11564         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
11565         font in urw-fonts package which is marked as -urw-fontspecific and
11566         does not work (incidentally, changing the encoding in the
11567         fonts.dir of this package to -adobe-fontspecific fixes the
11568         problem).
11569
11570         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
11571         is a crash when undoing first paragraph (Juergen, please take a
11572         look). THis does not mean the undo fix is wrong, just that it
11573         uncovers problems.
11574
11575         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
11576         the (Paragraph*) version when needed instead of duplicating the
11577         code.
11578
11579         * text.C (workWidth): use Inset::parOwner to find out where the
11580         inset has been inserted. This is a huge performance gain for large
11581         documents with lots of insets. If Inset::parOwner is not set, fall
11582         back on the brute force method
11583
11584         * paragraph_pimpl.C (insertInset):
11585         * paragraph.C (Paragraph):
11586         (cutIntoMinibuffer): set parOwner of insets when
11587         inserting/removing them
11588
11589         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11590
11591 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
11592
11593         * commandtags.h:
11594         * LyXAction.C:
11595         * lyx_main.C:
11596         * lyxfunc.C:
11597         * mathed/formulabase.C:
11598         * mathed/math_cursor.[Ch]:
11599         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
11600
11601
11602 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11603
11604         * lyxlength.[Ch] (operator!=): new function
11605
11606 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11607
11608         * text.C (workWidth): use Inset::parOwner to find out where the
11609         inset has been inserted. This is a huge performance gain for large
11610         documents with lots of insets. If Inset::parOwner is not set, fall
11611         back on the brute force method
11612
11613         * paragraph_pimpl.C (insertInset):
11614         * paragraph.C (Paragraph):
11615         (cutIntoMinibuffer): set parOwner of insets when
11616         inserting/removing them
11617
11618         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11619
11620 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11621
11622         * tabular-old.C (getTokenValue):
11623         * tabular.C (getTokenValue):
11624         (write_attribute): new versions for LyXLength
11625         (everywhere): adjust the use of widths
11626
11627         * tabular.h: change the type of widths from string to LyXLength
11628
11629 2001-12-11  Ben Stanley <bds02@uow.edu.au>
11630
11631         * paragraph.C: fixed missing line number count when exporting
11632         Environments to LaTeX file
11633
11634         * buffer.C: added informational message for checking line numbers.
11635
11636 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11637
11638         * text2.C (deleteEmptyParagraphMechanism): if there is only one
11639         paragraph, do the 'double space' part, but not the 'empty
11640         paragraph' one.
11641
11642         * text.C (workWidth): small optimization
11643         (getLengthMarkerHeight): use minimal size for negative lengths.
11644
11645 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
11646
11647         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
11648
11649         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
11650
11651 2001-12-11  André Pönitz <poenitz@gmx.net>
11652
11653         * FontLoader.C:
11654         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11655
11656 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11657
11658         * text2.C: keep selection on a setFont()
11659
11660 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11661
11662         * lyx_cb.C: another bv->text misuse, from insert label
11663
11664 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11665
11666         * kbsequence.h:
11667         * kbsequence.C: re-instate nmodifier mask
11668
11669 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11670
11671         * lyx_main.h: make lyxGUI private.
11672
11673 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11674
11675         * lyxfind.C: place the cursor correctly on failed search
11676
11677 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11678
11679         * text.C (getLengthMarkerHeight): for small heights, the arrows
11680         are not always on top/bottom of the text
11681         (drawLengthMarker): smaller arrows; take the left margin in
11682         account; draw also vfills.
11683         (paintFirstRow):
11684         (paintLastRow): remove special code for vfill and standard spaces,
11685         since everything is handled in drawLengthMarker now.
11686
11687 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11688
11689         * buffer.C (insertErtContents): try to handle font and language
11690         interaction a bit better.g
11691
11692         * ColorHandler.C (updateColor): change the hash to cover the whole
11693         LColor enum, ws cleanup
11694         (getGCLinepars): ditto
11695         (getGCLinepars): only lookup in the linecache once.
11696
11697 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11698
11699         * iterators.C (operator++): Make the iterator more robust
11700
11701         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11702         (John's patch)
11703         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11704
11705 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11706
11707         * lyxtext.h:
11708         * text.C: better added space drawing
11709
11710 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11711
11712         * LyXView.C:
11713         * BufferView2.C: fix layout combo update on inset unlock
11714
11715 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11716
11717         * Makefile.am: don't compile unused files
11718
11719 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11720
11721         * lyxfunc.C:
11722         * commandtags.h:
11723         * LyXAction.C: remove old LFUN_LAYOUTNO
11724
11725 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11726
11727         * paragraph_pimpl.h:
11728         * paragraph_pimpl.C: isTextAt() doesn't need font param
11729
11730 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11731
11732         * lyxlex.h:
11733         * lyxlex.C: little cleanup
11734
11735 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11736
11737         * BufferView_pimpl.C: fix insertAscii for insets
11738
11739 2001-12-05  Juergen Vigna  <jug@sad.it>
11740
11741         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11742         set the right font on the "multi" paragraph paste!
11743
11744 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11745
11746         * trans_decl.h:
11747         * trans_mgr.[Ch]:
11748         * trans.[Ch]:
11749         * lyxgluelength.C:
11750         * lyxlength.C: remove out-commented code.
11751
11752         * BufferView_pimpl:
11753         * CutAndPaste.C:
11754         * DepTable.C:
11755         * buffer.C:
11756         * chset.C:
11757         * lastfiles.C:
11758         * lyxlex.C:
11759         * lyxlex_pimpl.C:
11760         * lyxserver.C:
11761         * screen.C:
11762         * tabular-old.C:
11763         * tabular.C:
11764         * text.C:
11765         * trans_mgr.C:
11766         * vc-backend.C: change "while(" to "while ("
11767
11768         * lyxlength.[Ch]: add zero function to check if length is zero or
11769         not
11770         * lyxgluelength.C: use it
11771
11772 2001-12-05  Allan Rae  <rae@lyx.org>
11773
11774         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11775         Works for 2.95.3, from what I understand of Garst's reports this should
11776         work for other g++ versions.  We're screwed if the abs(int) definition
11777         changed between bugfix releases of gcc.
11778
11779 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11780
11781         * text.C: fix chapter label offset !
11782
11783 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11784
11785         * lyxtext.h:
11786         * text.C: fix hfill at end of line, clean up
11787
11788 2001-12-04  Juergen Vigna  <jug@sad.it>
11789
11790         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11791         that we force an update of the inset and it's owners if neccessary.
11792
11793 2001-12-03  Juergen Vigna  <jug@sad.it>
11794
11795         * text.C (rowLast): simplified code
11796
11797 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11798
11799         * lyxfunc.C: fix show options on timeout
11800
11801 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11802
11803         * screen.C (topCursorVisible): scroll half a page when the cursor
11804         reached top of bottom of screen
11805
11806 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11807
11808         * minibuffer.C: deactivate on loss of focus
11809
11810 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11811
11812         * vspace.[Ch] (operator!=): add operator.
11813
11814 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11815
11816         * BufferView_pimpl.C: refuse to open an inset when
11817         there's a selection.
11818
11819 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11820
11821         * BufferView_pimpl.C: allow to click on RHS of full row insets
11822
11823 2001-11-30  Juergen Vigna  <jug@sad.it>
11824
11825         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11826         insets for undo reasons.
11827
11828 2001-11-28  André Pönitz <poenitz@gmx.net>
11829
11830         * vspace.[Ch]: cosmetical changes
11831
11832 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11833
11834         * LyXAction.h:
11835         * LyXAction.C:
11836         * lyxfunc.h:
11837         * lyxfunc.C:
11838         * kbmap.h:
11839         * kbmap.C:
11840         * lyxrc.C:
11841         * kbsequence.h:
11842         * kbsequence.C: part re-write of old kb code
11843
11844         * Painter.C:
11845         * WorkArea.C: remove Lgb_bug_find_hack
11846
11847 2001-11-30  José Matos <jamatos@fep.up.pt>
11848
11849         * buffer.C (makeDocBookFile): add a comment to point a hack.
11850         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11851         Fixed a double write of labels.
11852
11853 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11854
11855         * LaTeX.C:
11856         * LaTeX.h Fixed bug in LaTeX class where it would not
11857         re-run latex if no depfiles were changed, but the .dvi was removed.
11858
11859 2001-11-28  André Pönitz <poenitz@gmx.net>
11860
11861         * all the files from the change on 2001/11/26:
11862         use lyx::layout_type instead of LyXTextClass::size_type
11863         use lyx::textclass_type instead of LyXTextClassList::size_type
11864
11865 2001-11-29  Juergen Vigna  <jug@sad.it>
11866
11867         * text.C: added support for paragraph::isFreeSpacing()
11868
11869         * buffer.C: same as above
11870
11871         * paragraph.h: inserted isFreeSpacing() function to enable
11872         FreeSpacing inside InsetERT.
11873
11874         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11875         of the paragraph's in the cut/copy buffer to 0!
11876
11877         * text2.C (removeRow): remove the assert as it can!
11878
11879         * lyxtext.h: added helper function firstRow returning firstrow and
11880         made firstrow private again.
11881
11882         * BufferView2.C (lockInset): don't relock if we're already locked!
11883
11884         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11885         the only paragraph.
11886         (removeRow): added Assert::(firstrow)
11887
11888         * debug.C: forgot to add INSETTEXT here.
11889
11890 2001-11-28  Juergen Vigna  <jug@sad.it>
11891
11892         * sp_spell.C (initialize): changed error text to more general
11893         spellchecker command use (not only ispell!)
11894
11895         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11896
11897         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11898
11899 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11900
11901         * vspace.C: initialise lyxgluelength on failure
11902
11903 2001-11-28  Allan Rae  <rae@lyx.org>
11904
11905         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11906         declaration & definition that looks like a function declaration.
11907
11908 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11909
11910         * BufferView2.C (copy):
11911         (copyEnvironment): do not clear the selection when doing a copy.
11912
11913         * text.C (paintFirstRow): compilation fix
11914
11915 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11916
11917         * tabular.C (Latex): correct line count when writing latex.
11918
11919 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11920
11921         * paragraph_pimpl.h:
11922         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11923           bug a bit
11924
11925 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11926
11927         * text.C:
11928         * LColor.h:
11929         * LColor.C: change vfillline->added_space
11930
11931         * text.C: add markers and text for added space
11932
11933         * vspace.C: fix comment
11934
11935 2001-11-28  André Pönitz <poenitz@gmx.net>
11936
11937         * paragraph.C: whitespace changes
11938         * all the other files from the change on 2001/11/26:
11939         change *::pos_type into lyx::pos_type
11940
11941 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11942
11943         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11944         language of the document when inserting error insets.
11945
11946 2001-11-26  André Pönitz <poenitz@gmx.net>
11947
11948         * BufferView_pimpl.[Ch]:
11949         *       CutAndPaste.C:
11950         * buffer.[Ch]:
11951         * lyxcursor.[Ch]:
11952         * lyxfind.C:
11953         * lyxfunc.C:
11954         * lyxrow.[Ch]:
11955         * paragraph.[Ch]:
11956         * paragraph_pimpl.[Ch]:
11957         * sp_spell.C:
11958         * text.C:
11959         * text2.C: reduce header dependencies, introduce type for positions
11960
11961 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11962
11963         * <various>: change to use Alert.h
11964
11965 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11966
11967         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11968         when encountering an unknown token.
11969         (readLyXformat2): Show an error message if there were unknown tokens.
11970
11971 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11972
11973         * BufferView2.C:
11974         * BufferView_pimpl.C:
11975         * buffer.C:
11976         * paragraph.h:
11977         * text.C:
11978         * text2.C: use par->isInset()
11979
11980 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11981
11982         * paragraph_pimpl.h:
11983         * paragraph_pimpl.C: cleanup
11984
11985 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11986
11987         * text2.C (removeRow):
11988         * text.C (setHeightOfRow): remove useless (and costly) call to
11989         getRow.
11990
11991 2001-11-20  Allan Rae  <rae@lyx.org>
11992
11993         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
11994         Now need Inset*::checkInsertChar() to return true for appropriate
11995         cases so that the characters in the minibuffer will actually be
11996         inserted.
11997
11998 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11999
12000         * text.C: change the order of the includes.
12001         (workWidth): initialize it at once.
12002         (workWidth): make maxw unsigned
12003         (setHeightOfRow): remove unused variable (inset)
12004         (selectSelectedWord): remove unused variable (inset)
12005         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12006
12007 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12008
12009         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12010         server is not running.
12011         (openConnection):
12012         (closeConnection): add debug info when server is disabled.
12013
12014         * ColorHandler.C (getGCForeground): send debug message to GUI
12015         channel.
12016
12017         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12018
12019         * kbmap.C (bind): modify because return conventions of
12020         kb_sequence::parse have changed.
12021
12022         * kbsequence.C (parse): only ignore spaces and not any stupid
12023         control character. This avoids tests like s[i] <= ' ', which are
12024         guaranteed to fail with 8bit characters and signed chars.
12025         Change return code to string::npos when there have been no error
12026         (0 was a bad idea when error is at first character)
12027
12028 2001-11-14  José Matos  <jamatos@fep.up.pt>
12029
12030         * buffer.h:
12031         * buffer.C (simpleDocBookOnePar): removed unused argument.
12032
12033 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12034
12035         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12036         insets which are part of a word. Paragraph::isLetter takes care of
12037         that now. Use Paragraph::isInset to identify insets.
12038         (selectSelectedWord): do not test for hyphenation break.
12039
12040         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12041         that protected spaces are considered as spaces.
12042
12043         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12044         Inset::isLetter.
12045
12046 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12047
12048         * lyxserver.h:
12049         * lyxserver.C: fix it. and small cleanup.
12050
12051 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12052
12053         * BufferView_pimpl.C: use inline helpers
12054
12055         * LaTeXFeatures.h:
12056         * LaTeXFeatures.C: fix typos
12057
12058         * Spacing.h:
12059         * Spacing.C: move spacing_string into class
12060
12061         * ToolbarDefaults.C: move stuff into namespace anon
12062
12063         * layout.h: update enum
12064
12065         * lyxfunc.C: use better debug
12066
12067         * minibuffer.h: fix typo
12068
12069         * debug.h:
12070         * debug.C:
12071         * WorkArea.C: add and use Debug::WORKAREA
12072
12073         * lyxtext.h:
12074         * text.C:
12075         * text2.C: code re-organisation, inline helpers
12076
12077 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12078
12079         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12080         std::vector.empty().
12081
12082 2001-11-09  Allan Rae  <rae@lyx.org>
12083
12084         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12085         '\n's after tables.  Tabular and ERT inset work now makes this no
12086         longer necessary.
12087
12088 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12089
12090         * minibuffer.h:
12091         * minibuffer.C: fix crash, improve drop-down completion
12092
12093 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12094
12095         * lyxserver.h:
12096         * lyxserver.C: invalidate fd's when doing endPipe()
12097
12098 2001-11-08  José Matos  <jamatos@fep.up.pt>
12099
12100         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12101         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12102
12103         * paragraph.h:
12104         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12105
12106 2001-11-07  José Matos  <jamatos@fep.up.pt>
12107
12108         * buffer.h:
12109         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12110         const qualifier.
12111
12112         * buffer.C (sgmlOpenTag):
12113         * buffer.C (sgmlCloseTag): removed debug info.
12114
12115         * buffer.h (sgmlOpenTag):
12116         * buffer.h (sgmlCloseTag): made public.
12117
12118 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12119
12120         * buffer.C (saveParamsAsDefaults):
12121         * lyx_cb.C (MenuLayoutSave): remove
12122
12123         * LyXAction.C (init):
12124         * commandtags.h:
12125         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12126
12127 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12128
12129         * buffer.C (setPaperStuff): removed from here...
12130
12131         * bufferparams.C (setPaperStuff): ... and moved there.
12132
12133 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12134
12135         * minibuffer.h:
12136         * minibuffer.C:
12137         * XFormsView.C: add support for drop-down completion
12138
12139 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12140
12141         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12142         commands.
12143
12144 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12145
12146         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12147         disabled.
12148
12149 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12150
12151         * lyx_main.C: change ref to known bugs
12152
12153 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12154
12155         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12156         to work around older babel problems.
12157
12158 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12159
12160         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12161
12162 2001-10-24  Juergen Vigna  <jug@sad.it>
12163
12164         * tabular-old.C (ReadOld): below variable changes reflected.
12165
12166         * tabular.[Ch]: added ltType struct for longtable header/footer
12167         defines and changed all instances where they are used. Added
12168         future support for double top/bottom rows.
12169
12170 2001-10-24  José Matos  <jamatos@fep.up.pt>
12171
12172         * buffer.h (docbookHandleCaption):
12173         * buffer.C (docbookHandleCaption): removed unused function.
12174         (makeDocBookFile): moved docbook supported version to v4.1.
12175
12176 2001-10-24  José Matos  <jamatos@fep.up.pt>
12177
12178         * tabular.h:
12179         * tabular.C (docbookRow): new function to export docbook code of a row.
12180         (DocBook): now honors the longtable flags.
12181
12182 2001-10-23  José Matos  <jamatos@fep.up.pt>
12183
12184         * LaTeXFeatures.h:
12185         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12186         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12187
12188         * buffer.C (makeLinuxDocFile):
12189         (makeDocBookFile): reworked the preamble, more clean, and with
12190         support for lyx defined entities. Changed the document declaration
12191         to be more XML friendly.
12192
12193         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12194         if we need to output XML that should be done with a filter.
12195
12196 2001-10-22  Juergen Vigna  <jug@sad.it>
12197
12198         * sp_pspell.h (class PSpell): add alive function needed in the
12199         controller to see if the spellchecker could be started.
12200
12201 2001-10-22  Juergen Vigna  <jug@sad.it>
12202
12203         * buffer.C (insertStringAsLines): modify the font for inserting
12204         chars in certain conditions by calling checkInsertChar(font).
12205
12206 2001-10-19  Juergen Vigna  <jug@sad.it>
12207
12208         * text.C (workWidth): use getRow instead of wrong algorithm.
12209         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12210
12211 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12212
12213         * lyxserver.h:
12214         * lyxserver.C:
12215         * lyx_main.h:
12216         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12217
12218 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12219
12220         * text.C (workWidth): do not search for the exact row when
12221         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12222         optimization for big documents.
12223
12224 2001-10-18  Juergen Vigna  <jug@sad.it>
12225
12226         * text.C (workWidth): new function with added Inset * parameter.
12227
12228 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12229
12230         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12231
12232         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12233         change return type of getColumnNearX.
12234
12235
12236         * text.C (changeRegionCase): use uppercase/lowercase instead of
12237         toupper/tolower.
12238         (leftMargin):
12239         (rightMargin): simplify code by factoring out the uses of
12240         textclasslist.
12241         (labelFill):
12242         (numberOfHfills):
12243         (setHeightOfRow):
12244         (appendParagraph): use Paragraph::size_type
12245
12246 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12247
12248         * vspace.C (asLatexString): add a missing break
12249
12250 2001-10-15  Herbert Voss  <voss@perce.de>
12251
12252         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12253
12254 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12255
12256         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12257         is not available.
12258
12259 2001-10-10  André Pönitz <poenitz@gmx.net>
12260
12261         * lyxfunc.C: removed greek_kb_flag.
12262
12263 2001-10-10  Herbert Voss  <voss@perce.de>
12264
12265         * lyx_main.C: delete global string help_lyxdir.
12266
12267 2001-10-09  Herbert Voss  <voss@perce.de>
12268
12269         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12270
12271         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12272
12273         * lyx_main.C: added global string help_lyxdir.
12274
12275         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12276
12277 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12278
12279         * lyxrc.C (set_font_norm_type): support iso8859-4
12280
12281 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12282
12283         * LaTeX.C (deplog): add another regex for MikTeX
12284
12285 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12286
12287         * lyxrc.C (set_font_norm_type): support iso8859-3
12288
12289 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12290
12291         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12292
12293         * LaTeXFeatures.C: remove special case of french and index
12294
12295         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12296         before \begin{document}). This solves several incompatibilities.
12297
12298 2001-10-03  Garst Reese  <reese@isn.net>
12299
12300         * lyx_cb.C: change CheckTex error msg.
12301
12302 2001-10-03  José Matos  <jamatos@fep.up.pt>
12303
12304         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12305
12306 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12307
12308         * .cvsignore: update
12309
12310         * lyx_main.C (commandLineVersionInfo): use new style version info.
12311
12312         * buffer.C (writeFile):
12313         (makeLaTeXFile):
12314         (makeLinuxDocFile):
12315         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12316
12317         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12318
12319         * version.h: update to use stuff in version.C
12320
12321         * version.C.in: new file. Contains version information determined
12322         at compile time. This is a merging of version.h and
12323         version_info.h.in.
12324
12325 2001-10-03  Juergen Vigna  <jug@sad.it>
12326
12327         * BufferView_pimpl.C (update): don't change "dirty" status in
12328         updateInset call.
12329
12330 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12331
12332         * WorkArea.C (c-tor): re-position version string slightly.
12333
12334 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12335
12336         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12337         revert to previous code.
12338
12339         WorkArea.[Ch]: (show, destroySplash): methods removed.
12340
12341         WorkArea.C: rework code so that it's an amalgam of the codes before and
12342         after the splash screen was moved to WorkArea.
12343
12344 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12345
12346         * lyxrc.C (read):
12347         * vspace.C (inPixels):
12348         (lyx_advance):
12349         * kbmap.C (bind):
12350         * buffer.C (insertStringAsLines):
12351         (asciiParagraph): fix types to be large enough
12352
12353         * lyxlex_pimpl.h: change member status from short to int
12354
12355         * layout.h: fix type of endlabeltype
12356
12357         * kbmap.C (bind):
12358         * kbsequence.C (parse): change return type to string::size_type
12359
12360         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12361         variable
12362
12363         * Bullet.C (bulletSize):
12364         (bulletEntry): do not use short ints as parameters
12365
12366         * BufferView2.C (insertLyXFile): change a char to an int.
12367
12368         * WorkArea.C (WorkArea): remove unneeded floats in computation
12369
12370 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12371
12372         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12373
12374         * paragraph.C (asString): Do not ignore newline/hfill chars when
12375         copying to the clipboard.
12376
12377 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12378
12379         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12380         after a multi-line inset.
12381
12382 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12383
12384         * paragraph.C (validate): Set NeedLyXFootnoteCode
12385
12386 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12387
12388         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12389         and decrease-error to decrease.
12390
12391 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12392
12393         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12394         it more readable (should be equivalent)
12395
12396 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12397
12398         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12399
12400 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12401
12402         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12403         of a cursor (row, etc.) after a character has been deleted
12404         (deleteEmptyParagraphMechanism): call the method above on _all_
12405         cursors held by the LyXText when a double space has been
12406         detected/deleted.
12407
12408 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12409
12410         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12411         pixmap.
12412         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12413
12414         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12415         background. Use greyOut() and the new show() methods to toggle between
12416         the foreground and background. Add code to remove the splash after
12417         its initial showing.
12418
12419         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12420         (create_forms): no longer call Dialogs::showSplash.
12421
12422 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12423
12424         * .cvsignore: add version_info.h
12425
12426 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12427
12428         * version_info.h.in: new file
12429
12430         * Makefile.am: add version_info.h.in
12431
12432         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12433         version_info.h instead of VERSION_INFO
12434
12435 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12436
12437         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12438         The ERT inset now returns string().
12439
12440 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
12441
12442         * lyxtext.h, text.C (selectNextWord): renamed as
12443         selectNextWordToSpellcheck.
12444
12445         * text.C (selectNextWordToSpellcheck): Modified to not select
12446         words inside an ERT inset.
12447
12448 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12449
12450         * lyx_cb.C (MenuLayoutSave): change a bit the question
12451
12452         * sp_base.h: include <sys/types.h>
12453
12454 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
12455
12456         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
12457
12458 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
12459
12460         * several files: fix typos in user-visible strings
12461
12462 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12463
12464         * text2.C (pasteSelection): do not set the selection, since it
12465         will be cleared later. Actually, the intent was to fix the way the
12466         selection was set, but I figured rmoving the code was just as good.
12467
12468 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
12469
12470         * FontLoader.C (available): Check if font is available without
12471         loading the font.
12472
12473 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12474
12475         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
12476
12477 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
12478
12479         * lyxrc.[Ch]: added display_graphics variable and associated code.
12480
12481 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12482
12483         * bufferparams.C (hasClassDefaults): new method. Returns true if
12484         the buffer parameters correspond to known class defaults
12485
12486 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
12487
12488         * XFormsView.C (show): set minimum size to the main window.
12489
12490 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12491
12492         * text2.C (copySelection):
12493         (cutSelection):
12494         * lyxfind.C (LyXReplace):
12495         * BufferView_pimpl.C (Dispatch): pass the correct flag to
12496         LyXText::selectionAsString.
12497
12498         * paragraph.C (asString): add "label" argument to the second form
12499
12500         * text2.C (selectionAsString): add "label" argument and pass it to
12501         Paragraph::asString.
12502
12503 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12504
12505         * lyx_main.C (commandLineHelp): remove version information
12506
12507 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
12508
12509         * lyx_main.C: add -version commandline option
12510
12511 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12512
12513         * paragraph.h: make the optional constructor arg required instead.
12514         some modifications to other files because of this.
12515
12516         * minibuffer.C (C_MiniBuffer_peek_event): make it static
12517
12518         * lyxserver.C (C_LyXComm_callback): make it static
12519
12520         * lyx_main.C (error_handler): make it static
12521
12522         * lyx_gui.C (LyX_XErrHandler): make it static
12523
12524         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
12525
12526         * WorkArea.C: make the extern "C" methods static.
12527
12528         * Makefile.am (lyx_LDADD): simplify
12529
12530 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12531
12532         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
12533         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
12534
12535         * LyXAction.C (init):
12536         * lyxfunc.C (dispatch): associated code removal.
12537
12538 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12539
12540         * lyxfont.h (isSymbolFont): shut off warning
12541
12542         * text.C (setHeightOfRow):
12543         (getVisibleRow): fix crash with empty paragraphs which have a
12544         bottom line
12545
12546 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
12547
12548         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
12549         code.
12550
12551 2001-09-04  José Matos  <jamatos@fep.up.pt>
12552         * buffer.C
12553         * buffer.h
12554         * tabular.C (docbook): rename docBook method to docbook.
12555
12556 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12557
12558         * Makefile.am: add dependencies to main.o.
12559
12560 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
12561
12562         * FontLoader.C (available): Return false if !lyxrc.use_gui
12563
12564 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
12565
12566         * FontInfo.C (query):
12567         * converter.C (view):
12568         * importer.C (Import):
12569         * exporter.C (Export): Can not -> cannot.
12570
12571 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
12572
12573         * BufferView_pimpl.C: allow to create index inset even if
12574           string is empty
12575
12576 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12577
12578         * buffer.C (getLists): replace boost::tie code with an explicit pair
12579         as boost::tie can break some compilers.
12580
12581         * iterators.h: Added a std:: declaration to the return type of
12582         ParIterator::size.
12583
12584 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
12585
12586         * lyxrc.C: add help for view_dvi_paper_option, default to safe
12587           case.
12588
12589 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
12590
12591         * iterators.[Ch]: New files. Provide paragraph iterators.
12592
12593         * buffer.C (changeLanguage): Use paragraph iterators.
12594         (isMultiLingual): ditto
12595
12596         * BufferView2.C (ChangeInsets): Use paragraph iterators.
12597
12598 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
12599
12600         * FontLoader.C: Support for cmr font.
12601
12602 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
12603
12604         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
12605         (available): New method.
12606
12607         * FontInfo.C (getFontname): Use scalable fonts even when
12608         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
12609         found.
12610
12611 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12612
12613         * converter.C (Formats::view): reverted! Incorrect fix.
12614
12615 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12616
12617         * converter.C (Formats::view): only output the -paper option
12618         if the dvi viewer is xdvi, thereby fixing bug #233429.
12619
12620 2001-08-23  Herbert Voss  <voss@perce>
12621
12622         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
12623
12624 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
12625
12626         * Spacing.h (Spacing): Set space to Default on in the default
12627         constructor.
12628
12629 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12630
12631         * vc-backend.h (RCS::versionString): add RCS to version
12632         (CVS::versionString): add CVS to version
12633
12634         * vc-backend.C (scanMaster): do not add CVS to version.
12635         (scanMaster): do not add RCS to version
12636
12637         * lyxvc.C (versionString): new method
12638
12639         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
12640
12641 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12642
12643         * Spacing.C (set): initialize fval
12644
12645 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
12646
12647         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
12648         " or \.
12649
12650 2001-08-16  Juergen Vigna  <jug@sad.it>
12651
12652         * lyxfunc.C (dispatch): implemented the new FINISHED states.
12653
12654 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12655
12656         * BufferView_pimpl.C:
12657         * figureForm.C:
12658         * lyxtext.h:
12659         * text2.C: setParagraph takes linespacing now
12660
12661 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12662
12663         * LyxAction.C: add internal LFUN_CITATION_INSERT
12664
12665         * LyXView.C: actually apply fix
12666
12667         * bufferlist.C: fix open non-existent file
12668
12669         * lyxfind.C: fix indentation
12670
12671         * lyxfunc.C: remove unneeded assert, fix typo
12672
12673 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12674
12675         * MenuBackend.C: use "Floatname List"
12676
12677 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12678
12679         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12680         when converting LaTeX layout to insetERT.
12681         Generate a non-collapsed float when reading old float
12682
12683 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12684
12685         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12686         ERT insets.
12687
12688 2001-08-13  Juergen Vigna  <jug@sad.it>
12689
12690         * text.C (fill): return 0 instead of 20 as this seems to be the more
12691         correct value.
12692
12693 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12694
12695         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12696         lyxrc.font_norm.
12697
12698 2001-08-13  Juergen Vigna  <jug@sad.it>
12699
12700         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12701         casesensitive off.
12702         (SearchBackward): comment out the unlocking of the inset_owner this
12703         should not be needed!
12704
12705 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12706
12707         * Many files: Remove inherit_language, and add latex_language
12708
12709         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12710         collapsible insets.
12711
12712 2001-08-10  Juergen Vigna  <jug@sad.it>
12713
12714         * text.C (prepareToPrint): fixed hfill-width in draw!
12715
12716         * BufferView2.C (selectLastWord): save the selection cursor as this
12717         now is cleared in the function LyXText::clearSelection!
12718
12719 2001-08-08  Juergen Vigna  <jug@sad.it>
12720
12721         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12722         BACKSPACE type functions.
12723
12724         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12725         is only cutted from the document but not put in the cut-buffer, where
12726         still the old stuff should be.
12727
12728         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12729
12730         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12731
12732         * tabular.C (SetWidthOfCell): fixed special case where the width
12733         was not updated!
12734         (LeftLine): handle '|' in align_special.
12735         (RightLine): ditto
12736         (LeftAlreadyDrawed): ditto
12737         (SetWidthOfCell): ditto
12738
12739 2001-08-07  Juergen Vigna  <jug@sad.it>
12740
12741         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12742
12743 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12744
12745         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12746         * lyxlex.[hC]: ditto
12747
12748 2001-08-06  Juergen Vigna  <jug@sad.it>
12749
12750         * text.C (getVisibleRow): fix up row clearing a bit.
12751
12752 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12753
12754         * minibuffer.C: make sure the X server sees the changes in the input.
12755
12756 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12757
12758         * paragraph.C (getFont): split into...
12759         (getLabelFont): this
12760         (getLayoutFont): and this
12761         * paragraph_pimpl.C (realizeFont): calling this
12762
12763         * text2.C (getFont): split into...
12764         (getLayoutFont): this
12765         (getLabelFont): and this
12766         (realizeFont): all three calling this
12767
12768         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12769         files where used.
12770
12771 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12772
12773         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12774
12775 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12776
12777         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12778         layouts from the Quote inset insertion.
12779
12780 2001-08-03  Juergen Vigna  <jug@sad.it>
12781
12782         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12783
12784         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12785         only if status not is already CHANGED_IN_DRAW (second level).
12786
12787         * text.C (draw): don't set the need_break_row when inside an
12788         InsetText LyXText.
12789
12790 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12791
12792         * buffer.C (parseSingleLyXformat2Token): handle more latex
12793         conversion cases.
12794
12795         * bufferview_funcs.[hC]: change function names to
12796         begin with small char, adjust other files.
12797
12798 2001-08-02  André Pönitz <poenitz@gmx.net>
12799
12800         * lyxfunc.C:
12801         BufferView_pimpl.C: remove broken special code for math-greek
12802
12803 2001-08-02  Juergen Vigna  <jug@sad.it>
12804
12805         * BufferView_pimpl.C (update): redone this function so that we
12806         update the text again if there was a CHANGE_IN_DRAW.
12807
12808         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12809         (drawFromTo): added a new internal bool which is used by draw() and
12810         redraw() function.
12811         (general): some cursor drawing problems fixed.
12812
12813 2001-08-01  Juergen Vigna  <jug@sad.it>
12814
12815         * lyxfind.C (LyXFind): fixed
12816         (SearchForward): ditto
12817         (SearchBackward): ditto
12818
12819         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12820         spurius drawing of the cursor in the main area.
12821
12822         * text2.C (status): small fix which could lead to a segfault!
12823         (clearSelection): remove unneeded BufferView param.
12824
12825 2001-08-01  André Pönitz <poenitz@gmx.net>
12826
12827         * lyxfunc.C: small change due to changed mathed interface
12828
12829 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12830
12831         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12832
12833 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12834
12835         * lyxfunc.c: fail gracefully if file doesn't exist
12836
12837         * LyXSendto.C:
12838         * buffer.C:
12839         * lyxfunc.C:
12840         * BufferView_pimpl.C: IsDirWriteable() proto changed
12841
12842         * LyXView.C: fix updateWindowTitle() to store the last title
12843
12844 2001-07-31  Juergen Vigna  <jug@sad.it>
12845
12846         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12847         the font (wrong since using of Paragraph::highestFontInRange).
12848
12849         * paragraph.C (highestFontInRange): added a default_size parameter.
12850
12851         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12852         (setHeightOfRow): reformat
12853
12854 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12855
12856         * converter.[hC] + affected files: move to (inital-char)lowercase
12857         function names.
12858
12859         * ParagraphParameters.C (ParagraphParameters): remove commented code
12860
12861         * PainterBase.[Ch]: remove commented code
12862
12863         * LaTeXFeatures.h: add "bool floats" for float.sty
12864
12865         * LaTeXFeatures.C (LaTeXFeatures): init floats
12866         (require): handle float
12867         (getPackages): do it with floats
12868
12869 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12870
12871         * BufferView_pimpl.C (Dispatch): improve handling of
12872         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12873
12874         * commandtags.h: #include lyxfont.h here temporarily to avoid
12875         keybinding bug.
12876
12877         * bufferlist.h: include LString.h here.
12878
12879 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12880
12881         * text2.C (getStringToIndex): new method.
12882
12883 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12884
12885         * *: Reduced header file dependencies all over.
12886
12887 2001-07-30  Baruch Even  <baruch@lyx.org>
12888
12889         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12890
12891 2001-07-29  Baruch Even  <baruch@lyx.org>
12892
12893         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12894
12895 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12896
12897         * ParameterStruct.h (endif): add a default constructor to make
12898         sure that all variables is initialized.
12899
12900         * ParagraphParameters.C (ParagraphParameters): adjust
12901
12902 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12903
12904         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12905         index; also, check that there is something to index, and that it
12906         does not span over several paragraphs.
12907         (doubleClick): use WHOLE_WORD_STRICT for double click.
12908
12909         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12910
12911         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12912         scheme.
12913
12914 2001-07-26  Baruch Even  <baruch@lyx.org>
12915
12916         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12917         an InsetFig figure, backwards compatible reading of old figure code.
12918
12919 2001-07-27  Juergen Vigna  <jug@sad.it>
12920
12921         * text2.C: font.realize function adaption.
12922
12923         * text.C (draw): add a warnings lyxerr text if needed.
12924
12925         * layout.C: font.realize function adaption.
12926
12927         * language.C: add inherit_language and implement it's handlings
12928
12929         * bufferview_funcs.C (StyleReset): remove language parameter from
12930         font creation (should be language_inherit now).
12931
12932         * bufferparams.C (writeFile): handle ignore_language.
12933
12934         * paragraph.C (getFontSettings): the language has to be resolved
12935         otherwise we have problems in LyXFont!
12936
12937         * lyxfont.C (lyxWriteChanges): added document_language parameter
12938         (update): removed unneeded language parameter
12939
12940         * paragraph.C (validate): fixed wrong output of color-package when
12941         using interface colors for certain fonts in certain environments,
12942         which should not seen as that on the final output.
12943
12944 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12945
12946         * BufferView_pimpl.C:
12947         * Thesaurus.h:
12948         * Thesaurus.C:
12949         * Makefile.am:
12950         * commandtags.h:
12951         * LyXAction.C: add thesaurus support
12952
12953         * lyxfind.h:
12954         * lyxfind.C: add "once" parameter, for thesaurus, to not
12955           move to the next match
12956
12957 2001-07-26  Juergen Vigna  <jug@sad.it>
12958
12959         * lyxfont.C (realize): honor ignore_language too!
12960         (resolved): ditto.
12961
12962         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12963
12964         * text.C (draw): one place more for ignore_language to not draw
12965         itself!
12966
12967 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12968
12969         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12970
12971 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12972
12973         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12974         the minipage conversion problem.
12975
12976 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12977
12978         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12979         insert an inset.
12980
12981 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12982
12983         * BufferView.h: don't forward declare WorkArea
12984
12985         * BufferView.C: don't include WorkArea.h
12986
12987 2001-07-25  André Pönitz <poenitz@gmx.net>
12988
12989         * commandtags.h:
12990         * LyXAction.C:
12991         * lyxfunc.C:  new LFUN 'math-space'
12992
12993         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
12994
12995 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12996
12997         * text2.C (toggleInset): call open/close
12998
12999 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13000
13001         * lyxfunc.C (dispatch): add debug for the disabled case
13002
13003         * font.C (buttonText): make similar to rectText
13004
13005         * buffer.C (readInset): comment out parsing of insetlist and
13006         insttheorem
13007
13008         * PainterBase.C (rectText): small correction
13009
13010         * BufferView_pimpl.C: comment out insettheorem and insetlist
13011         * LyXAction.C: ditto
13012         * commandtags.h: ditto
13013
13014 2001-07-24  Juergen Vigna  <jug@sad.it>
13015
13016         * text.C (draw): honor the ignore_language.
13017
13018         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13019
13020 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13021
13022         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13023         char inset.
13024
13025 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13026
13027         * lyxtext.h: remove unused (and unimplemented) methods
13028
13029 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13030
13031         * text.C (getVisibleRow): honor background color
13032
13033         * PainterBase.h:
13034         * Painter.h: remove default color argument for fillRectangle
13035
13036         * text.C (backgroundColor): new method
13037
13038 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13039
13040         * text.C (getVisibleRow): adjust
13041
13042         * font.[Ch] (rectText): new method, metrics
13043         (buttonText): new method, metrics
13044
13045         * PainterBase.[hC]: make rectText and buttonText always draw and take
13046         fewer paramteres.
13047
13048 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13049
13050         * ToolbarDefaults.C (read):
13051         * MenuBackend.C (read): allow escaping in all strings
13052
13053         * BufferView_pimpl.C (insertAndEditInset): new method.
13054         (Dispatch): use insertAndEditInset whenever appropriate.
13055
13056         * BufferView_pimpl.C (insertNote): removed
13057
13058         * BufferView_pimpl.C (smartQuote): new method, moved from
13059         BufferView; if an insetquote cannot be inserted, insert a '"'
13060         character instead.
13061
13062         * BufferView2.C: remove insertCorrectQuote();
13063
13064         * lyxfunc.C (getStatus): Add support for all remaingin
13065         inset-insert lfuns.
13066
13067         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13068
13069         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13070         command (necessary to pass " as parameter of self-insert.
13071
13072         * text.C (selectWordWhenUnderCursor):
13073         (selectWord): add word_location parameter
13074         (selectWordWhenUnderCursor): same + remove special code for word
13075         boundary.
13076         (selectNextWord): use kind() to guess type of insetspecialchar,
13077         not latex().
13078
13079         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13080         (insertErtContents): create ert insets as collapsed.
13081         (readInset): better compatibility code for Info inset.
13082
13083 2001-07-20  Juergen Vigna  <jug@sad.it>
13084
13085         * lyxfunc.C (dispatch): use always LyXFind now!
13086
13087         * text2.C (init): add a reinit flag so that the LyXText can be
13088         reinited instead of deleted and reallocated (used in InsetText).
13089
13090         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13091
13092         * text.C: ditto
13093
13094         * text2.C: ditto
13095
13096 2001-07-18  Juergen Vigna  <jug@sad.it>
13097
13098         * text.C (selectNextWord): handle insets inside inset by calling
13099         always the bv->text functions so that we can go up the_locking_inset!
13100
13101         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13102         in strange locations when inside an inset!
13103
13104         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13105         handling to include insets.
13106
13107         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13108
13109 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13110
13111         * LyXAction.C (init):
13112         * commandtags.h:
13113         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13114         LIGATURE_BREAK, since the name is so stupid.
13115
13116 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13117
13118         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13119         InsetInfos.
13120
13121         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13122
13123         * sp_form.[Ch]: remove.
13124
13125         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13126
13127         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13128         InsetInfo.
13129
13130         * src/buffer.C (readInset): ditto.
13131
13132 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13133
13134         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13135         menuSeparator(), endOfSentenceDot(), ldots() and
13136         hyphenationPoint(), which are therefore removed.
13137         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13138
13139         * LyXAction.C (init):
13140         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13141
13142         * paragraph.C (getWord): removed.
13143
13144         * BufferView_pimpl.C (Dispatch): use last word or selection for
13145         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13146
13147         * lyx_main.C (queryUserLyXDir): do not ask before creating
13148         user_dir, except if it has been named explicitely.
13149
13150 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13151
13152         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13153         a document of zero size.
13154
13155 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13156
13157         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13158         approriately in the c-tor and in require().
13159         (getPackages): output the appropriate LaTeX for natbib support.
13160
13161         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13162         variables "use_natbib" and "use_numerical_citations" when reading the
13163         LyX file.
13164         (readInset): read the various natbib cite commands.
13165         (validate): white-space change.
13166
13167         * bufferparams.[Ch]: new variables "bool use_natbib" and
13168         "bool use_numerical_citations".
13169         (writeFile): output them in the LyX file.
13170
13171 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13172
13173         * lyxfunc.C (getStatus): add support for all the inset insertion
13174         commands.
13175
13176         * text2.C (insertInset):
13177         * paragraph.C (insetAllowed):
13178         * BufferView_pimpl.C (insertInset): update to take in account the
13179         renaming of insertInsetAllowed
13180
13181         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13182
13183         * text2.C (getInset): new method. returns inset at cursor position.
13184
13185         * BufferView_pimpl.C (Dispatch): changes because of this.
13186
13187         * LyXAction.C (init): rename open-stuff to inset-toggle.
13188
13189         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13190
13191         * text2.C (toggleInset): renamed from openStuff; use
13192         Inset::open().
13193
13194 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13195
13196         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13197
13198         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13199
13200 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13201
13202         * buffer.C (readLyXformat2): Add filename to the error dialog
13203
13204 2001-07-18  Juergen Vigna  <jug@sad.it>
13205
13206         * tabular.C (GetCellNumber): put an assert here instead of the check!
13207
13208 2001-07-17  Juergen Vigna  <jug@sad.it>
13209
13210         * BufferView_pimpl.C (toggleSelection): adapted too.
13211
13212         * text.C (selectNextWord): adapted for use with insets.
13213         (selectSelectedWord): ditto
13214
13215 2001-07-17  Juergen Vigna  <jug@sad.it>
13216
13217         * sp_spell.C (PSpell): fix initialitation order.
13218
13219 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13220
13221         * paragraph.C: spacing
13222
13223 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13224
13225         * sp_spell.C: repair language selection for pspell
13226
13227 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13228
13229         * lyxfunc.h: change more methods to begin with lower char.
13230
13231 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13232
13233         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13234         for unknown layouts.
13235
13236 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13237
13238         * buffer.C (readLyXformat2): Generate an error dialog if there are
13239         unknown layouts.
13240
13241 2001-07-16  Juergen Vigna  <jug@sad.it>
13242
13243         * sp_spell.C: always compile ISpell part.
13244
13245         * lyxrc.C: added use_pspell entry and it's handling.
13246
13247 2001-07-13  Juergen Vigna  <jug@sad.it>
13248
13249         * sp_spell.C: removed double includes.
13250
13251 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13252
13253         Consistent use of Lsstream.h:
13254         * Lsstream.h: added using std::stringstream for consistencies sake.
13255
13256         * buffer.C: removed using std::stringstream
13257
13258         * lyxfont.C (stateText):
13259         * paragraph.C (asString):
13260         * text.C (selectNextWord, selectSelectedWord):
13261         * text2.C (setCounter):
13262         * vspace.C (asString, asLatexString):
13263         std::ostringstream -> ostringstream.
13264
13265 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13266
13267         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13268         * commandtags.h: add LFUN_HELP_ABOUTLYX
13269         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13270
13271 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13272
13273         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13274         cursorToggle()
13275         * lyx_gui_misc.C: remove spellchecker
13276         * lyxfunc.C: showSpellchecker
13277         * sp_base.h: added
13278         * sp_ispell.h: added
13279         * sp_pspell.h: added
13280         * sp_spell.C: added
13281         * sp_form.[Ch]: removed
13282         * spellchecker.[Ch]: removed
13283
13284 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13285
13286         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13287         is set.
13288         (simpleTeXSpecialChars): Simply print the input character without
13289         any special translation if pass_thru is set.
13290
13291         * layout.h: Added bool pass_thru to layout class for being able to
13292         implement pass through of a paragraph for Literate Programming.
13293
13294         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13295         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13296         * layout.C (Read): add "passthru" to list of layout tags and add
13297         code to set the pass_thru boolean when it is read.
13298
13299 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13300
13301         * trans_decl.h: remove allowed from KmodInfo
13302
13303         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13304         remove allowed code
13305         (Load): adjust
13306
13307         * paragraph_pimpl.C (erase): use boost::prior
13308
13309         * Painter.C (text): use data() instead of c_str() when length is
13310         also provided.
13311         * WorkArea.C (putClipboard): ditto
13312         * font.h (width): ditto
13313
13314         * BufferView2.C: use it-> instead of (*it). for iterators
13315         * texrow.C: ditto
13316         * paragraph_pimpl.C: ditto
13317         * paragraph.C: ditto
13318         * minibuffer.C: ditto
13319         * language.C: ditto
13320         * kbmap.C: ditto
13321         * encoding.C: ditto
13322         * counters.C: ditto
13323         * converter.C: ditto
13324         * chset.C: ditto
13325         * Variables.C: ditto
13326         * TextCache.C: ditto
13327         * MenuBackend.C: ditto
13328         * LyXAction.C: ditto
13329         * LColor.C: ditto
13330         * FloatList.C: ditto
13331         * DepTable.C: ditto
13332         * ColorHandler.C (LyXColorHandler): ditto
13333
13334 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13335
13336         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13337
13338         * text2.C (openStuff): reintroduce this method (which had been
13339         nuked in NEW_INSETS frenzy).
13340
13341         * lyxfunc.C (Dispatch): when an action has not been handled, use
13342         its name in the error message, not its number.
13343
13344         * paragraph.C (inInset): change method name to begin with lowercase.
13345
13346         * undo_funcs.C:
13347         * text2.C: updates because of this.
13348
13349 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13350
13351         * ToolbarDefaults.C (add): add spaces in error message
13352
13353 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13354
13355         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13356         (readLyXformat2): rename return_par to first_par, use lyxlex's
13357         pushToken and remove the manual push handling.
13358         (parseSingleLyXformat2Token): add another ert comp. variable:
13359         in_tabular, rename return_par to first_par. handle newlines better
13360
13361 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13362
13363         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13364
13365 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13366
13367         * text2.C (getParFromID): removed
13368
13369         * buffer.C (getParFromID): new method moved form lyxtext.
13370         * BufferView2.C (insertErrors): adjust
13371         (setCursorFromRow): adjust
13372         * BufferView_pimpl.C (restorePosition): adjust
13373         * lyxfunc.C (Dispatch): adjust
13374         * undo_funcs.C (textUndo): adjust
13375         (textRedo): adjust
13376         (textHandleUndo): adjust
13377         (textHandleUndo): adjust
13378
13379 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13380
13381         * buffer.C: up' the LYX_FORMAT
13382
13383         * lyxfont.h: turn NO_LATEX on as default
13384
13385         * buffer.C (insertErtContents): new methods of tex style compability.
13386         (parseSingleLyXformat2Token): use it several places.
13387         * tabular.C (OldFormatRead): and here
13388
13389 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13390
13391         * text2.C: remove some commented code.
13392         reindent file.
13393
13394         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13395         * trans.C: changes because of the above.
13396
13397 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13398
13399         * text2.C (setCounter): Fix counters bug with bibliography layout.
13400
13401 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13402
13403         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13404         own member functions
13405         (simpleTeXSpecialChars): ditto
13406
13407 2001-07-06  Juergen Vigna  <jug@sad.it>
13408
13409         * a lot of files: changed the access to LyXText::status and the
13410         call of undo-functions.
13411
13412         * undo.[Ch]: added a inset_id to the undo informations.
13413
13414         * undo_funcs.[Ch]: added and moved here all undo functions.
13415
13416         * lyxtext.h: give the status enum a weight, made status_ a private
13417         variable and made accessor functions for it, removed the whole bunch
13418         of undo-functions as they are now in their own file, make some
13419         functions publically available. Added function ownerParagraph with
13420         int parameter.
13421
13422         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13423         made InInset() a const function, added getParFromID() function.
13424
13425         * buffer.[Ch]: added const version for inset_iterator functions,
13426         added getInsetFromID() function.
13427
13428         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13429         changed undo functions for new version.
13430
13431 2001-07-05  Juergen Vigna  <jug@sad.it>
13432
13433         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13434         unknow mechanism does not call the proper constructor but only this
13435         one also if I request the other!?
13436
13437 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13438
13439         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13440
13441         * text2.C (LyXText): use initialization lists.
13442
13443         * lyxtext.h (Selection): initialize set_ and mark_
13444         (init): remove method
13445
13446 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
13447
13448         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
13449
13450 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13451
13452         * screen.[Ch]: change method names to begin with lowercase
13453
13454         * BufferView_pimpl.C (updateScrollbar): simplify further and
13455         hopefully make it a bit faster.
13456
13457 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13458
13459         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
13460         calling directly xforms functions.
13461
13462         * Painter.C (Painter):
13463         * lyx_cb.C (MenuWrite):
13464         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
13465         fl_display.
13466
13467         * lyx_gui.C: remove bogus guiruntime extern declaration.
13468
13469 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13470
13471         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
13472         in NEW_INSETS
13473         (redoDrawingOfParagraph): ditto
13474         (redoParagraphs): ditto
13475         (cutSelection): don't create a object for CutAndPaste use the
13476         static method directly
13477         (pasteSelection): ditto
13478
13479         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
13480         LyXview (+ rename)
13481
13482 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13483
13484         * modifications to some other files because of this.
13485
13486         * Makefile.am (lyx_SOURCES): add XFormsView
13487
13488         * XFormsView.[Ch]: new files
13489
13490         * LyXView.[Ch]: make LyXView a base class for the gui handling for
13491         the main window. Move the gui dependent stuff to XFormsView
13492
13493 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13494
13495         * tabular.C (GetCellInset): update cur_cell also in the row/col
13496         version of this function.
13497
13498         * lyxfunc.C: no need to include figure_form.h here.
13499
13500         * FontLoader.h:
13501         * lyxfunc.h:
13502         * lyxscreen.h:
13503         * text2.C:
13504         * lyxvc.C: no need to include forms.h here.
13505
13506 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13507
13508         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
13509
13510         * lyxfunc.C (Dispatch):
13511         * Spacing.C (set):
13512         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
13513         constructor argument.
13514
13515 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13516
13517         * paragraph.C (Paragraph): dont't clear, and just set layout.
13518         (makeSameLayout): use params's copy contructor.
13519
13520         * ParagraphParameters.[Ch] (makeSame): delete method
13521
13522 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
13523
13524         * Variables.[Ch]: fix indentation, rename set to isSet
13525
13526 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13527
13528         * lyxfunc.C (Dispatch): fix typo
13529
13530 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13531
13532         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
13533         upper_bound.
13534
13535         * bufferlist.C: include assert.h for emergencyWrite().
13536
13537 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13538
13539         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
13540           give up at last (bug #425202) !
13541
13542 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
13543
13544         * lyx_gui_misc.C:
13545         * sp_form.h:
13546         * sp_form.C:
13547         * spellchecker.h:
13548         * spellchecker.C: strip spellchecker options and bring up
13549           preferences tab instead
13550
13551 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13552
13553         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
13554         the istringstream constructor
13555
13556 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13557
13558         * paragraph.C (getLayout): fix return value
13559
13560         * paragraph.h: do not declare getLayout as inline.
13561
13562         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
13563
13564 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13565
13566         * lyxcursor.h (operator<): new func
13567         (operator>): new func
13568         (operator>=): new func
13569         (operator<=): new func
13570
13571         * text.C (changeCase): use selection.start and selection.end
13572         (changeRegionCase): require from to be <= to. Require par to be a
13573         valid paragraph.
13574
13575         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
13576
13577 2001-06-27  Juergen Vigna  <jug@sad.it>
13578
13579         * text.C (cursorLeftOneWord): changed to return the cursor and added
13580         overlay with BufferView * parameter which calls this one.
13581         (getWord): added
13582         (selectWord): use new getWord function.
13583         (changeCase): renamed from changeWordCase as and extended to work
13584         also on selections.
13585
13586         * lyxtext.h: added enum word_location
13587
13588         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
13589         changeCase as this operates now also on selections.
13590
13591 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
13592
13593         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
13594
13595         * many files: send debug output to Debug::INFO instead of
13596         Debug::ANY.
13597
13598         * converter.C (View):
13599         (Convert):
13600         (Move): send debug output to Debug::FILES instead of console.
13601
13602 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
13603
13604         * lyxfunc.C (getStatus): use func_status
13605
13606         * func_status.h: new header, describing the results of
13607         LyXFunc::getStatus;
13608
13609         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
13610         LFUN_MATH_HALIGN.
13611
13612 2001-06-25  The LyX Project  <jug@sad.it>
13613
13614         * buffer.C (sgmlOpenTag):
13615         (sgmlCloseTag):
13616         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
13617
13618 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13619
13620         * text2.C: remove some dead code
13621
13622         * tabular.C (GetCellInset): store the last cell checked (gotten)
13623
13624         * tabular.h: add the helper for the speedup
13625
13626         * lyxtext.h: remove some dead code
13627
13628 2001-06-26  The LyX Project  <Asger>
13629
13630         * paragraph.C: Change export to LaTeX of alignment to
13631         \begin{center} and family for better roundtrip work with reLyX.
13632
13633         * Tune the math drawing a bit.
13634
13635 2001-06-25  The LyX Project  <Asger>
13636
13637         * LColor.C (LColor): New color for math background. New color
13638         for buttons.
13639
13640 2001-06-25  The LyX Project  <jug@sad.it>
13641
13642         * lyxfunc.C (MenuNew): remove extra check for .lyx file
13643
13644         * lyxfunc.C (Open):
13645         * bufferlist.C (newFile): do not restrict to files ending with
13646         .lyx
13647
13648         * BufferView_pimpl.C (MenuInsertLyXFile):
13649
13650 2001-06-24  The LyX Project  <jug@sad.it>
13651
13652         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
13653         of compare_no_case
13654
13655 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13656
13657         * lyxtext.h: rename most methods to begin with a small char.
13658         Lots of changes because of this.
13659
13660         * paragraph.C (Paragraph): do not call fitToSize
13661         (erase): call Pimpl::erase
13662         (insertChar): call Pimpl::insertChar
13663         (insertInset): call Pipl::insertInset
13664         (breakParagraph): do not call fitToSize
13665         (breakParagraphConservative): do not call fitToSize
13666         (fitToSize): remove method
13667
13668         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13669
13670 2001-06-24  The LyX Project  <Asger>
13671
13672         * Fix Qt compilation^2
13673
13674 2001-06-24  The LyX Project  <jug@sad.it>
13675
13676         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13677         depthHook(getDepth()-1).
13678
13679         * paragraph.h:
13680         * ParagraphParameters.h:
13681         * ParameterStruct.h: change type of depth to unsigned int ==
13682         depth_type. Many adaptations to other files before of that.
13683
13684 2001-06-24  The LyX Project  <Asger>
13685
13686         * Fix Qt compilation.
13687
13688 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13689
13690         * paragraph.h: renamed several methods to begin with small letter.
13691         several changes to many parts of the code because of this.
13692
13693 2001-06-23  The LyX Project  <jug@sad.it>
13694
13695         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13696         rewritten to discard all double spaces when KeepEmpty is off
13697         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13698         to only handle newlines but not fiddle with spaces and friends.
13699
13700         * lyxfunc.C (MenuNew): when doing 'new from template', use
13701         template_path as default directory
13702
13703 2001-06-23  The LyX Project  <Asger>
13704
13705         * Clean-up of header file includes all over
13706         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13707
13708 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13709
13710         * paragraph.h: renamed from lyxparagraph.h
13711
13712 2001-06-23  Asger  <lyx@violet.home.sad.it>
13713
13714         * Buffer.h: Removed Buffer::resize
13715         * BufferList.h: Removed BufferList::resize
13716         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13717         the document lazily when we change the width, or the font settings.
13718
13719 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13720
13721         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13722
13723 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13724
13725         * buffer.h: remove out of date comment
13726
13727 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13728
13729         * lyxscreen.h:
13730         * screen.C: fix "theoretical" GC leak
13731
13732 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13733
13734         * LaTeX.C (scanAuxFile):
13735         (deplog): remove trailing \r when reading stream (useful under
13736         win32)
13737
13738 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13739
13740         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13741         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13742         and BufferView::theLockingInset(Inset*), so should use them and not
13743         access bv_->text->the_locking_inset directly.
13744
13745         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13746
13747 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13748
13749         * Makefile.am:
13750         * tex-defs.h: remove old unused file
13751
13752 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13753
13754         * BufferView_pimpl.C: fix typo, remove minibuffer message
13755           when buffer has loaded
13756
13757 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13758
13759         * lyxfunc.C (Dispatch): use stringstream
13760         (MenuNew): use stringstream
13761         (Open): use stringstream
13762
13763         * importer.C (Import): use stringstream
13764
13765         * bufferview_funcs.C (CurrentState): use stringstream
13766
13767         * LaTeX.C (run): use stringstream
13768
13769         * BufferView_pimpl.C (savePosition): use stringstream
13770         (restorePosition): use stringstream
13771         (MenuInsertLyXFile): use stringstream
13772
13773 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13774
13775         * BufferView.C:
13776         * Bullet.C:
13777         * ColorHandler.C:
13778         * FontInfo.C:
13779         * FontLoader.C:
13780         * LColor.C:
13781         * LaTeXFeatures.C:
13782         * Painter.C:
13783         * gettext.C:
13784         * lyx_gui_misc.C:
13785         * lyxserver.C:
13786         * vspace.C: removed // -*- C++ -*- as first line.
13787
13788         * lyxfind.h:
13789         * version.h: added // -*- C++ -*- as first line.
13790
13791 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13792
13793         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13794
13795         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13796         of string
13797
13798 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13799
13800         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13801         of floats.
13802
13803 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13804
13805         * gettext.C: include LString.h even when --disable-nls is on.
13806
13807 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13808
13809         * converter.h (Get): changed argument type from int to
13810         FormatList::size_type to avoid unnecessary conversion.
13811
13812         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13813         before using it.
13814
13815 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13816
13817         * gettext.h: include LString.h even when --disable-nls is on.
13818
13819 2001-06-07  Juergen Vigna  <jug@sad.it>
13820
13821         * text.C (BreakAgain): subst spaces with tabs.
13822
13823         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13824         (resizeInsetsLyXText): set force on resizeLyXText.
13825
13826 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13827
13828         * gettext.h (gettext_init):
13829         (locale_init): use a real definition instead of a macro
13830
13831 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13832
13833         * Bufferview_pimpl.C:
13834         * LColor.h:
13835         * LColor.C: further lcolor tidies
13836
13837 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13838
13839         * BufferView_pimpl.C (updateScrollbar): simplify.
13840
13841         * BufferView2.C: don't include insets/insetinfo.h, change
13842         prototype for insertInset and call the Pimpl version. let
13843         updateInset call Pimpl version.
13844
13845         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13846         gotoInset to BufferView::Pimpl
13847
13848 2001-06-01  Juergen Vigna  <jug@sad.it>
13849
13850         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13851         inside a LockingInset (is the update needed at all?).
13852
13853 2001-05-31  Juergen Vigna  <jug@sad.it>
13854
13855         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13856         here not the old one otherwise how should we compare it afterwards
13857         if it's the same!
13858
13859 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13860
13861         * lyxfont.C:
13862         * tabular.C:
13863         * tabular-old.C:
13864         * FontInfo.C: bring C functions into global namespace when
13865         necessary
13866
13867 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13868
13869         * LString.h: make sure config.h has been loaded before LString.h.
13870
13871         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13872         (one for each char read by EatLine!).
13873
13874         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13875         variables.
13876
13877 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13878
13879         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13880         to the same as the par we break from
13881
13882 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13883
13884         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13885
13886         * MenuBackend.C (expand): also create menu entries for wide
13887         versions of the floats.
13888
13889         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13890
13891         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13892
13893         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13894         frontends/Makefile.am
13895
13896         * text2.C: adjust
13897         * text.C: adjust
13898
13899
13900         * tabular.C (getTokenValue): add std::
13901
13902         * tabular-old.C (getTokenValue): add std::
13903         (getTokenValue): ditto
13904         (getTokenValue): ditto
13905
13906         * screen.C (ToggleSelection): adjust
13907
13908         * lyxtext.h: put selection cursors inside a Selection struct.
13909
13910         * lyxfunc.C (moveCursorUpdate): adjust
13911
13912         * lyxfont.C (latexWriteStartChanges): add std::
13913
13914         * lyxfind.C: adjust
13915
13916         * font.h: delete with(char const *, LyXFont const &)
13917
13918         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13919
13920         * FontInfo.C (getFontname): add std::
13921
13922         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13923         (workAreaButtonPress): adjust
13924         (tripleClick): adjust
13925         (update): adjust
13926         (moveCursorUpdate): adjust
13927         (Dispatch): adjust
13928
13929         * BufferView2.C (gotoInset): adjust
13930
13931 2001-05-30  Juergen Vigna  <jug@sad.it>
13932
13933         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13934         to check pspell I add this as default as I now have new pspell
13935         libraries and they seem to use this.
13936
13937 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13938
13939         * text2.C (CutSelection): make the cursor valid before the call to
13940         ClearSelection.
13941
13942 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13943
13944         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13945         relied on 0 terminated strings and other horrors. Bug found due to
13946         the new assert in lyxstring!
13947
13948         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13949         KP_ keys.
13950
13951 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13952
13953         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13954         to latinkeys.bind.
13955
13956         * lyxfunc.C (processKeySym): change method of getting to the
13957         self-insert char.
13958
13959         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13960         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13961         * BufferView_pimpl.[Ch]: here as private methods.
13962
13963 2001-05-28  Juergen Vigna  <jug@sad.it>
13964
13965         * text.C (SetHeightOfRow): added the update() call again as it is
13966         needed to initialize inset dimensions!
13967
13968 2001-05-16  Juergen Vigna  <jug@sad.it>
13969
13970         * text2.C (SetCharFont): Add new function with BufferView * and
13971         bool toggleall parameters for setting insets internal fonts.
13972         (SetFont): Freeze the undo as we may change fonts in Insets and
13973         all this change should be inside only one Undo!
13974
13975         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13976         setting font's in insets as for them we have the SetFont function!
13977
13978 2001-05-15  Juergen Vigna  <jug@sad.it>
13979
13980         * text2.C (ClearSelection): to be sure we REALLY don't have any
13981         selection anymore!
13982
13983         * tabular.C (TeXCellPreamble): fixed the left border problem for
13984         multicolumn cells.
13985
13986 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13987
13988         * LaTeX.C (deplog): Make sure that the main .tex file is in the
13989         dependancy file
13990
13991 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13992
13993         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
13994         LFUN_BREAKPARAGRAPH.
13995
13996         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
13997         help test to "internal only", similar for LFUN_INSERT_URL
13998
13999         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14000         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14001         auto_region_delete and deadkeys.
14002
14003 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14004
14005         * LColor.h:
14006         * LColor.C: remove some dead entries, tidy a little
14007
14008 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14009
14010         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14011         commented code.
14012         (Dispatch): implement LFUN_ESCAPE
14013
14014         * commandtags.h: add LFUN_ESCAPE
14015
14016         * LyXAction.C (init): add entry for LFUN_ESCAPE
14017
14018         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14019         Remove commented code.
14020         (insertNote): moved here
14021         (open_new_inset): moved here
14022
14023         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14024         BufferView_pimpl
14025
14026 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14027
14028         * kbmap.C (findbinding): clean it up and make it work correctly.
14029
14030         * lyx_main.C (init): do not pass argc and argv as parameters
14031
14032 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14033
14034         * buffer.C: fix path for OS/2 & Win32
14035
14036         * lyx_gui.C:
14037         * lyx_main:
14038         * lyx_main.C: Added os:: class.
14039
14040         * os2_defines.h: update
14041
14042 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14043
14044         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14045         better by trying again with reduced state.
14046
14047 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14048
14049         * lyxrc.C (read): print error about invalid key sequence only when
14050         debugging (because not all latinX keysyms are known to some X
14051         servers)
14052
14053         * kbsequence.C (getiso): add a few std:: qualifiers
14054         (getiso): comment out extra return statement.
14055
14056 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14057
14058         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14059         handling.
14060         (Dispatch): enhance the accent inset a bit. (not perfect)
14061
14062 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14063
14064         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14065
14066 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14067
14068         * bufferlist.C (emergencyWrite): fix assert() call
14069
14070 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14071
14072         * text.C (InsertChar): Added trivial patch to only send the "you
14073         can not do multiple spaces this way" message once during a
14074         session.
14075
14076 2001-05-08  Baruch Even  <baruch@lyx.org>
14077
14078         * Makefile.am: Changed order of libraries to get LyX to link properly
14079         with the gnome frontend.
14080
14081 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14082
14083         * LaTeXFeatures.h: add a std:: qualifier
14084
14085 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14086
14087         * paragraph.C (String): use stringstream
14088
14089 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14090
14091         * paragraph.C (writeFile): remove footflag arg
14092
14093         * buffer.C (makeLaTeXFile): use stringstream
14094         (latexParagraphs): remove footnot gurba
14095
14096         * LaTeXFeatures.C (getPackages): use stringstream
14097         (getMacros): likewise
14098         (getTClassPreamble): likewise
14099         (getFloatDefinitions): new method
14100
14101         * paragraph.C (writeFile): reindent
14102         (Erase): reindent
14103
14104         * WorkArea.h: revert the xpos + etc changes.
14105
14106         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14107
14108         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14109
14110         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14111         (pasteSelection): likewise
14112         * text2.C (CreateUndo): likewise
14113
14114 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14115
14116         * minibuffer.C (peek_event): temporarily reduce the functionality
14117         of the minibuffer (to allow args on lfuns)
14118
14119         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14120         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14121
14122         * buffer.C (readInset): add compability reading of old float
14123         lists, add reading of new style float list.
14124         (readInset): avoid reevaluation of inscmd.getCmdName()
14125         (getLists): reindent
14126
14127         * MenuBackend.C (MenuItem): implement parsing of
14128         md_floatlistinsert and md_floatinsert.
14129         (expand::LastFiles): move initalizaton of iterators out of loop,
14130         avoid reevaluation.
14131         (expand::Documents): introduce typdedef vector<string> Strings,
14132         and use it.
14133         (expand::ExportFormats): introduce typedef vector<Format const *>
14134         Formats, and use it.
14135         (expand): implement FloatListInsert and FloatInsert.
14136
14137         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14138         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14139         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14140
14141         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14142         handling.
14143         (Dispatch::LFUN_FLOAT_LIST): implement
14144
14145 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14146
14147         * LaTeX.C (run): Fix problem with --export code.
14148
14149 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14150
14151         * BufferView.[Ch] (workarea): removed.
14152         (getClipboard) new method; wrapper for workarea()->getClipboard()
14153
14154         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14155         bug.
14156
14157         * WorkArea.h (width, height, xpos, ypos): These methods all
14158         returned the dimensions of the work_area sub-area of WorkArea,
14159         resulting in a position error if the WorkArea were resized. Now
14160         return the dimensions of the entire WorkArea.
14161
14162         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14163
14164 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14165
14166         * LaTeX.C (deplog): correct the syntax of regex reg1
14167
14168 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14169
14170         * undo.C: remove !NEW_INSETS cruft
14171
14172 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14173
14174         * text2.C: remove !NEW_INSETS cruft
14175
14176         * text.C: remove !NEW_INSETS cruft
14177
14178         * tabular.C: remove !NEW_INSETS cruft
14179
14180         * spellchecker.C: remove !NEW_INSETS cruft
14181
14182         * lyxtext.h: remove !NEW_INSETS cruft
14183
14184         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14185
14186         * lyxfunc.C: remove !NEW_INSETS cruft
14187
14188         * lyxfind.C: remove !NEW_INSETS cruft
14189
14190         * lyx_cb.C: remove !NEW_INSETS cruft
14191
14192         * figureForm.C: remove  !NEW_INSETS cruft
14193
14194         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14195
14196         * buffer.[Ch]: remove !NEW_INSETS cruft
14197
14198         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14199
14200         * CutAndPaste.C: remove !NEW_INSETS cruft
14201
14202         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14203
14204         * BufferView2.C: remove !NEW_INSETS cruft
14205
14206         * BufferView.h: remove !NEW_INSETS cruft
14207
14208 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14209
14210         * Lsstream.h: include LString.h before the sstream headers to
14211         fix problem with gcc 2.95.3 and lyxstring
14212
14213 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14214
14215         * lyx_main.C: add using directives when needed for C functions
14216         declared in std:: namespace.
14217
14218 2001-04-27  Juergen Vigna  <jug@sad.it>
14219
14220         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14221         (SetHeightOfRow): comment out the update call should not be needed!
14222
14223 2001-04-13  Juergen Vigna  <jug@sad.it>
14224
14225         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14226         (LyXTabular): tried to minimize operator= operations (and realized
14227         hopfully Lars wish).
14228
14229 2001-04-27  Juergen Vigna  <jug@sad.it>
14230
14231         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14232
14233 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14234
14235         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14236
14237         * buffer.C (readInset): hack to make listof algorithm work
14238
14239         * BufferView_pimpl.C: hack to make listof algorithm work
14240
14241 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14242
14243         * LyXAction.C: removed all !NEW_INSETS cruft
14244         (init): moved lfun_item in method
14245
14246         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14247
14248 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14249
14250         * BufferView2.C (theLockingInset): white space.
14251
14252 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14253
14254         * minibuffer.C: include <iostream>
14255
14256         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14257
14258         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14259
14260         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14261
14262         * text.[Ch] (TransposeChars): new method
14263
14264 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14265
14266         * call message directly through LyXView instead of through LyXFunc
14267         * BufferView2.C: adjust
14268         * BufferView_pimpl.C: adjust
14269         * FontLoader.C: adjust
14270         * buffer.C: adjust
14271         * bufferview_funcs.C: adjust
14272         * converter.C: adjust
14273         * figureForm.C: adjust
14274         * importer.C: adjust
14275         * lyx_cb.C: adjust
14276         * lyx_gui_misc.C: adjust
14277         * lyxfunc.C: adjust
14278         * lyxvc.C: adjust
14279         * text2.C: adjust
14280         + more files in subdirs
14281
14282         * lyxparagraph.h (size): move up int file
14283         (GetLayout): ditto
14284
14285         * adjust all uses of Assert to lyx::Assert.
14286
14287         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14288         lyxfunctional in namespace lyx
14289         * layout.C (hasLayout): ditto
14290         (GetLayout): ditto
14291         (GetLayout): ditto
14292         (delete_layout): ditto
14293         (NumberOfClass): ditto
14294         * converter.C (GetFormat): ditto
14295         (GetNumber): ditto
14296         (Add): ditto
14297         (Delete): ditto
14298         (SetViewer): ditto
14299         * bufferlist.C (getFileNames): ditto
14300         (emergencyWriteAll): ditto
14301         (exists): ditto
14302         (getBuffer): ditto
14303         * MenuBackend.C (hasSubmenu): ditto
14304         (hasMenu): ditto
14305         (getMenu): ditto
14306         * BufferView_pimpl.C (getInsetByCode): ditto
14307
14308 2001-04-18  Juergen Vigna  <jug@sad.it>
14309
14310         * vspace.C (asLatexString): fixed the 100% problem.
14311
14312 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14313
14314         * lyxfunc.C (Dispatch):
14315         * minibuffer.C:
14316         * minibuffer.h: add a few std:: qualifiers
14317
14318 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14319
14320         * minibuffer.[Ch]: reimplement so that commands is initiated and
14321         run from lyxfunc, simplified som handling, and made the completion
14322         and history code for complete. wip.
14323
14324         * lyxfunc.C (processKeySym): call message
14325         (miniDispatch): new temporary method
14326         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14327         (LFUN_MESSAGE): implement
14328         (LFUN_MESSAGE_PUSH): implement
14329         (LFUN_MESSAGE_POP): implement
14330         (initMiniBuffer): the initial/defualt minibuffer message.
14331
14332         * lyxfont.[Ch]: inline some more getters
14333
14334         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14335
14336         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14337
14338         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14339         (AutoSave): use LFUN_MESSAGE
14340         (Reconfigure): ditto
14341
14342         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14343
14344         * figureForm.C: use LFUN_MESSAGE
14345
14346         * converter.C (runLaTeX): use LFUN_MESSAGE
14347
14348         * bufferview_funcs.C: use LFUN_MESSAGE
14349         (Melt): ditto
14350         (changeDepth): ditto
14351
14352         * bufferparams.h: use boost::
14353
14354         * bufferlist.h: inherit privately from noncopyable
14355
14356         * bufferlist.C (loadLyXFile): remove some commented code.
14357
14358         * buffer.C (runChktex): use LFUN_MESSAGE
14359
14360         * ShareContainer.h: inherit privately from noncopyable
14361
14362         * ParagraphParameters.[hC] (depth): inline it.
14363
14364         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14365         methods.
14366         (message): new method
14367         (messagePush): ditto
14368         (messagePop): ditto
14369         (show): init minibuffer
14370         (showState): direct call
14371
14372         * LaTeX.[Ch]: inherit privately from noncopyable
14373         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14374         instead of WriteStatus.
14375
14376         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14377
14378         * BufferView_pimpl.C (buffer): don't init minibuffer
14379         (workAreaButtonPress): use LFUN_MESSAGE
14380         (workAreaButtonRelease): ditto
14381         (savePosition): ditto
14382         (restorePosition): ditto
14383         (MenuInsertLyXFile): ditto
14384         (workAreaExpose): don't init minibuffer
14385         (update): remove commented code, simplify
14386
14387         * BufferView2.C (openStuff): use LFUN_MESSAGE
14388         (toggleFloat): ditto
14389         (menuUndo): ditto
14390         (menuRedo): ditto
14391         (copyEnvironment): ditto
14392         (pasteEnvironment): ditto
14393         (copy): ditto
14394         (cut): ditto
14395         (paste): ditto
14396         (gotoInset): ditto
14397         (updateInset): remove some commented code
14398
14399         * lastfiles.h: inherit privately from noncopyable
14400         * layout.h: ditto
14401         * lyx_gui.h: ditto
14402         * lyx_main.h: ditto
14403         * lyxlex.h: ditto
14404         * lyxlex_pimpl.h: ditto
14405
14406         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14407         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14408         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14409
14410         * LyXAction.h: inherit privately from noncopyable, add methods
14411         func_begin, func_end, returning iterators to the func map.
14412
14413         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14414         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14415         (func_begin): new method
14416         (func_end): new method
14417
14418         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14419         and not)
14420         (copySelection): ditto
14421         (pasteSelection): ditto
14422
14423         * BufferView.C: whitespace change
14424         * BufferView.h: inherit privately from noncopyable
14425
14426 2001-04-16  Allan Rae  <rae@lyx.org>
14427
14428         * tabular-old.C (l_getline):
14429         * spellchecker.C (sc_check_word):
14430         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14431         an unrecognised preprocessor directive.  So ensure they're wrapped.
14432
14433 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14434
14435         * src/exporter.C (Export): Give an error message when path to file
14436         contains spaces.
14437
14438 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14439
14440         * LaTeX.C (deplog): Always check that foundfile exists.
14441
14442 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14443
14444         * lyx_main.h:
14445         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
14446
14447 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14448
14449         * tabular.[Ch] (getLabelList): implement new method
14450
14451         * minibuffer.h: comment ouf setTiimer
14452
14453         * minibuffer.C (ExecutingCB): constify res
14454         (peek_event): constify s
14455         (Set): constify ntext
14456         (Init): constify nicename
14457
14458         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
14459
14460         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
14461         (savePosition): use two params to Minibuffer::Set
14462         (restorePosition): ditto
14463
14464 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14465
14466         * lyx_main.C: include language.h
14467
14468         * Makefile.am (lyx_main.o): add language.h
14469
14470 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14471
14472         * exporter.C:
14473         * paragraph.C:
14474         * screen.C:
14475         * tabular.C:
14476         * CutAndPaste.C: include gettext.h
14477
14478         * lyxfont.h: remove old hack with ON and OFF.
14479
14480         * lyxparagraph.h:
14481         * lyxfont.h: do not include language.h...
14482
14483         * BufferView2.C:
14484         * LaTeXFeatures.C:
14485         * Painter.C:
14486         * bufferview_funcs.C:
14487         * font.C:
14488         * lyxfont.C:
14489         * text.C:
14490         * text2.C:
14491         * trans_mgr.C:
14492         * paragraph.C: ... but do it here instead
14493
14494 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14495
14496         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
14497
14498         * tabular.C: small reformat
14499
14500         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
14501         NEW_INSETS version
14502         (GetChar): ditto
14503         (BreakParagraph): ditto
14504         (SetOnlyLayout): ditto
14505         (SetLayout): ditto
14506
14507         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
14508         with one arg less.
14509
14510         * lastfiles.C: removed most using decl, add std:: where needed
14511
14512         * buffer.C: ws changes
14513
14514         * MenuBackend.C (class compare_format): put into anon namespace
14515         (expand): constify label, names, action, action2
14516         (expand):
14517
14518         * text.C (SingleWidth): constify font
14519         (IsBoundary): constify rtl2
14520         (GetVisibleRow): constify ww
14521
14522         * LaTeX.C (deplog): constify logfile
14523
14524         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
14525         start_x, end_x
14526         (workAreaExpose): constify widthChange, heightChange
14527
14528         * lyxrow.C (par): moved
14529         (height): moved
14530         (next): moved
14531         * lyxrow.h: as inlines here
14532
14533         * lyxfont.h (shape): moved from lyxfont.C
14534         (emph): moved from lyxfont.C
14535
14536         * lyxfont.C (LyXFont): use initialization list for all
14537         constructors
14538         (shape): move to lyxfont.h as inline
14539         (emph): move to lyxfont.h as inline
14540
14541
14542 2001-04-04  Juergen Vigna  <jug@sad.it>
14543
14544         * vspace.C: had to include stdio.h for use of sscanf
14545
14546 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
14547
14548         * BufferView.h:
14549         * BufferView_pimpl.h: remove xforms cruft. Both classes are
14550         independent of xforms.
14551
14552 2001-04-02  Juergen Vigna  <jug@sad.it>
14553
14554         * spellchecker.C: fixed namespace placing!
14555
14556 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
14557
14558         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
14559         the LyXParagraph * is 0.
14560
14561 2001-03-29  Juergen Vigna  <jug@sad.it>
14562
14563         * vspace.C: added support for %, c%, p%, l%.
14564         (stringFromUnit): added helper function.
14565         (asLatexString): changed to give right results for the %-values.
14566
14567         * buffer.C: convert the widthp in a width%.
14568
14569 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
14570
14571         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
14572         figureForm.[Ch].
14573
14574         * figureForm.[Ch]: stripped the FD_from_figure manipulation
14575         code out of lux_cb.[Ch], ready for its (imminent?) removal.
14576
14577         * lyx_cb.[Ch]: see above.
14578
14579         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
14580         form1.[Ch].
14581
14582         * form1.[Ch]:
14583         * lyx.[Ch]: replaced by figure_form.[Ch].
14584
14585         * lyx_gui.C:
14586         * lyx_gui_misc.C:
14587         * lyxfunc.C: changed headers associated with above changes.
14588
14589 2001-03-27  Juergen Vigna  <jug@sad.it>
14590
14591         * BufferView_pimpl.C: set the temporary cursor right!
14592
14593 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
14594
14595         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
14596
14597 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
14598
14599         * LString.h: removed "using std::getline"!
14600
14601         * BufferView_pimpl.C (Dispatch): changes due to changes in
14602         InsetInclude::Params.
14603
14604         * buffer.C (tag_name): removed redundant break statements as they were
14605         producing lots of warnings with my compiler.
14606
14607 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14608
14609         * LString.h: add "using std::getline" when using the real <string>.
14610
14611 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
14612
14613         * buffer.C: removed bitset usage.
14614         PAR_TAG moved to an anonymous name space.
14615         (tag_name): new funtion, also in the anonymous namespace.
14616         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
14617         (makeDocBookFile): clean code. Completed transition from string arrays
14618         to string vectors.
14619         (SimpleDocBookOnePar): code clean.
14620
14621 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14622
14623         * tabular.C: add some comments.
14624
14625 2001-03-22  Juergen Vigna  <jug@sad.it>
14626
14627         * buffer.C (parseSingleLyXformat2Token): redone the minipage
14628         compatibility read a bit and fixed bug with minipage in different
14629         depth.
14630
14631 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
14632
14633         * buffer.C (pop_tag): removed.
14634         (push_tag): removed.
14635         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
14636         array replaced with vector. Added support for CDATA sections.
14637         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
14638         at any nest level.
14639         (makeDocBookFile): XML conformant declaration of CDATA section,
14640         fixed bug related to <emphasis> in the first paragraph char.
14641         (sgmlOpenTag): exclude empty tags.
14642         (sgmlCloseTag): ditto.
14643
14644         * buffer.h (pop_tag): removed.
14645         (push_tag): removed.
14646
14647 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
14648
14649         * language.h (Languages): added size_type and size().
14650
14651 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14652
14653         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14654         response on compability reading of minipages. One probliem is that
14655         the old usage of minipages was «flertydig»
14656
14657         * several files here and in subdirs: don't use static at file
14658         scope use anon namespaces instead.
14659
14660 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14661
14662         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14663         LaTeX output. This is necessary for Literate document
14664         processing.
14665
14666 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14667
14668         * buffer.C: insert hfill when needed.
14669
14670         * tabular.C (l_getline): use string::erase, small whitespace change.
14671
14672         * BufferView_pimpl.C: try the anon namespace.
14673         * WorkArea.C: ditto
14674
14675 2001-03-16  Juergen Vigna  <jug@sad.it>
14676
14677         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14678         otherwise it won't open options-dialogs.
14679
14680         * buffer.C: honor pextraWidth(p) on converting minipages.
14681
14682         * tabular.C (l_getline): changed the functions to strip trailing \r.
14683
14684 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14685
14686         * BufferView_pimpl.C:
14687         * minibuffer..C: added "using SigC::slot" declaration.
14688
14689 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14690
14691         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14692
14693         * text2.C: ditto
14694
14695         * text.C: ditto
14696
14697         * paragraph.C: ditto
14698
14699         * lyxtext.h: NO_PEXTRA
14700
14701         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14702
14703         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14704         * ParameterStruct.h: ditto
14705         * ParagraphParameters.h: ditto
14706         * lyxparagraph.h: ditto
14707
14708 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14709
14710         * buffer.C: add compability for minipage alignment.
14711         (latexParagraphs): remove unwanted pextra check.
14712
14713         * several files: remove CXX_WORKING_NAMESPACES
14714
14715         * buffer.C (pop_tag): tie is in namespace boost
14716
14717         * BufferView.h: noncopyable is in namespace boost
14718         * lyxlex.h: ditto
14719         * lyx_main.h: ditto
14720         * lyx_gui.h: ditto
14721         * layout.h: ditto
14722         * lastfiles.h: ditto
14723         * bufferlist.h: ditto
14724         * ShareContainer.h: ditto
14725         * LyXView.h: ditto
14726         * LyXAction.h: ditto
14727         * LaTeX.h: ditto
14728
14729 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14730
14731         * Merging changes from BRANCH_MVC back into HEAD.
14732
14733         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14734
14735 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14736
14737         * BufferView_pimpl.C: change from intl.C
14738
14739         * combox.h:
14740         * combox.C:
14741         * Makefile.am: move combox.*
14742
14743         * form1.h:
14744         * form1.C:
14745         * lyx_gui.C:
14746         * intl.h:
14747         * intl.C: remove dialog (covered by prefs)
14748
14749 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14750
14751         * lyxfunc.C (Dispatch): removed redundant break statement.
14752
14753 2001-03-14  Juergen Vigna  <jug@sad.it>
14754
14755         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14756
14757 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14758
14759         * buffer.C: add hack to fix compability reading of minipages.
14760
14761 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14762
14763         * buffer.C (getLists): Cleanup.
14764
14765 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14766
14767         * lyxfont.C (update): don't honor toggleall on font size.
14768
14769 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14770
14771         * bmtable.c:
14772         * bmtable.h:
14773         * Makefile.am: moved to frontends/xforms/
14774
14775         * lyx_gui_misc.C:
14776         * lyxfunc.C:
14777         * BufferView_pimpl.C: changes for moved mathpanel
14778
14779 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14780
14781         * gettext.h: fix gettext_init() in --disable-nls
14782
14783 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14784
14785         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14786
14787 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14788
14789         * lyx.C:
14790         * lyx.h: strip external form
14791
14792 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14793
14794         * BufferView_pimpl.C: add comment, destroySplash()
14795
14796 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14797
14798         * BufferView_pimpl.C:
14799         * LyXAction.C:
14800         * buffer.C:
14801         * commandtags.h:
14802         * lyxfunc.C: use re-worked insetinclude
14803
14804 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14805
14806         * buffer.C: add using std::stringstream.
14807
14808         * lyx_cb.C: readd using std::ios.
14809
14810         * buffer.C: add using std::map.
14811
14812         * BufferView_pimpl.C: add using std::vector.
14813
14814         * ShareContainer.h: add std:: to swap.
14815
14816         * buffer.h: add some typedefs
14817         * buffer.C (getLists): use them
14818         (getLists): renamed from getTocList.
14819         add a counter for the different float types and use it in the
14820         generated string.
14821         (getLists): use the same counter for the NEW_INSETS and the "non"
14822         NEW_INSETS
14823
14824         * lyx_cb.h: remove unused items, includes, using etc.
14825
14826         * ShareContainer.h: remove some commented code, add more comments
14827         and "documentation".
14828
14829 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14830
14831         * buffer.C (getTocList): make the list also when NEW_INSETS is
14832         defined.
14833
14834         * buffer.h: remove TocType
14835
14836         * buffer.C (getTocList): change to return a map<string,
14837         vector<TocItem> >, implement for dynamic number of list.
14838
14839         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14840         * text2.C (PasteSelection): adjust
14841         * CutAndPaste.C (pasteSelection): adjust
14842
14843         * FloatList.C (FloatList): update from the new_insets branch.
14844         * Floating.[Ch]: ditto
14845         * LaTeXFeatures.C: ditto
14846         * buffer.C: ditto
14847         * lyxlex_pimpl.C: ditto
14848
14849         * paragraph.C (Last): remove when NEW_INSETS is defined.
14850
14851         * other file: changes because of the above.
14852
14853 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14854
14855         * lyxparagraph.h: rename next to next_, previous to previous_,
14856         make them private for NEW_INSETS. Rename Next() to next(),
14857         Previous() to previous().
14858
14859         * other files: changes because of the above.
14860
14861 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14862
14863         * BufferView.h:
14864         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14865         problem.
14866
14867 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14868
14869         * main.C (main): pass lyx_localedir to gettext_init().
14870
14871         * gettext.h: remove locale_init and gettext_init macros
14872
14873         * gettext.C (locale_init): new function
14874         (gettext_init): new function
14875
14876         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14877         setlocale().
14878
14879 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14880
14881         * Moved credits to frontends:
14882         * credits.[Ch]: removed
14883         * credits_form.[Ch]: removed
14884         * lyx_gui_misc.C: remove credits stuff
14885         * Makefile.am:
14886
14887 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14888
14889         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14890
14891         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14892         unneeded destructor.
14893
14894         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14895         a standalone pointer again.
14896
14897         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14898
14899 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14900
14901         * Makefile.am:
14902         * filedlg.h:
14903         * filedlg.C:
14904         * LyXAction.C:
14905         * ToolbarDefaults.C:
14906         * bufferlist.C:
14907         * commandtags.h:
14908         * form1.C:
14909         * form1.h:
14910         * lyx_cb.C:
14911         * lyx_cb.h:
14912         * lyxfunc.h:
14913         * lyxfunc.C:
14914         * BufferView_pimpl.C: use new file dialog in GUII
14915
14916         * lyx_cb.h:
14917         * lyx_cb.C: remove LayoutsCB to Toolbar
14918
14919 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14920
14921         * ShareContainer.h (get): add std:: qualifier
14922
14923 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14924
14925         * ShareContainer.h: define a proper ShareContainer::value_type
14926         type (and use typename to please compaq cxx)
14927
14928 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14929
14930         * lyxparagraph.h: move serveral local vars to
14931         ParameterStruct/ParagraphParameters., use ShareContainer in
14932         FontTable., make vars in FontTable private and add getter and
14933         setter.
14934
14935         * paragraph.C: changes because of the above.
14936
14937         * lyxfont.h: remove copy constructor and copy assignment. (the
14938         default ones is ok), move number inside FontBits. move inlines to
14939         lyxfont.C
14940
14941         * lyxfont.C: add number to initializaton of statics, move several
14942         inlines here. constify several local vars. some whitespace
14943         cleanup. Dont hide outerscope variables.
14944
14945         * Spacing.h: add two new constructors to match the set methods.
14946
14947         * ShareContainer.h: new file, will perhaps be moved to support
14948
14949         * ParameterStruct.h: new file
14950
14951         * ParagraphParameters.h: new file
14952
14953         * ParagraphParameters.C: new file
14954
14955         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14956         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14957
14958         * BufferView_pimpl.C: ParagraphParameter changes.
14959         * buffer.C: Likewise.
14960         * bufferview_funcs.C: Likewise.
14961         * text.C: Likewise.
14962         * text2.C: Likewise.
14963
14964 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14965
14966         * lyxfind.C (LyXReplace): do not redefine default argument in
14967         implementation.
14968         (IsStringInText): ditto
14969         (SearchForward): ditto
14970         (SearchBackward): ditto
14971
14972 2001-03-06  Juergen Vigna  <jug@sad.it>
14973
14974         * lyxfind.C (IsStringInText): put parentes around expressions.
14975
14976 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14977
14978         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14979
14980 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14981
14982         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14983
14984         * stl_string_fwd.h: add comment
14985
14986         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14987
14988         * tabular.h:
14989         * tabular.C: remove unused DocBook methods
14990
14991         * intl.C:
14992         * language.C:
14993         * paragraph.C:
14994         * buffer.C:
14995         killed DO_USE_DEFAULT_LANGUAGE
14996
14997 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14998
14999         * lyx_gui.C: do not include language.h.
15000
15001         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15002         arguments in function implementation.
15003
15004 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15005
15006         * BufferView_pimpl.C: add <ctime>
15007
15008 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15009
15010         * BufferView_pimpl.C: add using std::find_if
15011
15012 2001-02-27  José Matos  <jamatos@fep.up.pt>
15013
15014         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15015         by OnlyPath.
15016
15017 2001-02-11  José Matos  <jamatos@fep.up.pt>
15018
15019         * buffer.C (makeDocBookFile): command styles now have a parameter as
15020         "title" by default.
15021
15022 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15023
15024         * layout_forms.[Ch]: removed
15025         * lyx_cb.[Ch]: out character
15026         * lyx_gui.C: out character
15027         * lyx_gui_misc.C: out character
15028         * bufferview_funcs.C: : out character,
15029         added toggleall as parameter in ToggleAndShow
15030
15031 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15032
15033         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15034
15035         * text2.C (SetCurrentFont): Disable number property at boundary.
15036
15037 2001-02-26  Juergen Vigna  <jug@sad.it>
15038
15039         * lyxfunc.C (getStatus): added a string argument override function so
15040         that this is correctly called from LyXFunc::Dispatch if it contains a
15041         do_not_use_argument which is used!
15042         (Dispatch): added check for "custom" export and call appropriate func.
15043
15044 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15045
15046         * lyxrc.C: Add language_command_local, language_use_babel and
15047         language_global_options.
15048
15049         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15050
15051         * buffer.C (makeLaTeXFile): Use language_use_babel and
15052         language_global_options.
15053
15054 2001-02-23  Juergen Vigna  <jug@sad.it>
15055
15056         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15057         which works with LyXText and putted it inside BufferView. Here now we
15058         only call for that part the BufferView::Dispatch() function.
15059
15060         * BufferView.C (Dispatch): added.
15061
15062         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15063         functions which needs to use a LyXText over from LyXFunc.
15064         (MenuInsertLyXFile): added
15065         (getInsetByCode): added
15066         (moveCursorUpdate): added
15067         (static TEXT): added
15068
15069 2001-02-22  Juergen Vigna  <jug@sad.it>
15070
15071         * BufferView_pimpl.C (update): call a status update to see if LyXText
15072         needs it.
15073
15074 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15075
15076         * vc-backend.C (revert): implement for CVS
15077         (getLog): implement for CVS
15078
15079 2001-02-20  Juergen Vigna  <jug@sad.it>
15080
15081         * text2.C (ClearSelection): added BufferView param for inset_owner call
15082
15083         * lyxfunc.C (TEXT): added this function and use it instead of
15084         directly owner->view()-text of getLyXText().
15085
15086 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15087
15088         * src/layout_forms.C: out preamble
15089         * src/layout_forms.h: out preamble
15090         * src/lyx_cb.C: out preamble
15091         * src/lyx_cb.h: out preamble
15092         * src/lyx_gui.C: out preamble
15093         * src/lyx_gui_misc.C: out preamble
15094         * src/lyxfunc.C: connect with guii preamble
15095
15096 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15097
15098         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15099
15100 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15101
15102         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15103         whether to run bibtex.
15104
15105 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15106
15107         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15108
15109 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15110
15111         * Makefile.am (lyx_SOURCES): removed bibforms.h
15112
15113         * vspace.h: doxygen
15114
15115         * text.C (GetVisibleRow): make several local vars const
15116
15117         * tabular.C: small cleanup.
15118
15119         * lyxserver.C (callback): use compare instead of strncmp
15120
15121         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15122         inlines to after class or to paragraph.C
15123
15124         * lyxfont.h: remove friend operator!=
15125
15126         * converter.h: move friend bool operator< to non friend and after
15127         class def.
15128
15129         * combox.h: small cleanup
15130
15131         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15132         to inlines after class def.
15133
15134         * buffer.C (pop_tag): use string operations instead of strcmp
15135
15136         * bmtable.c: doxygen, small cleanup
15137
15138         * LaTeX.h: remove friend operator==
15139
15140 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15141
15142         * screen.C:
15143         * lyxrc.[Ch]:
15144         * lyxfunc.C:
15145         * lyxfont.[Ch]:
15146         * lyx_cb.C:
15147         * intl.[Ch]:
15148         * commandtags.h:
15149         * buffer.C:
15150         * WorkArea.[Ch]:
15151         * LyXAction.C:
15152         * BufferView_pimpl.C:
15153         * BufferView.[Ch]: remove cruft
15154
15155 2001-02-14  Juergen Vigna  <jug@sad.it>
15156
15157         * lyxfunc.C: removed #if 0 unused code
15158
15159         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15160
15161         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15162
15163         * text2.C (SetSelection): added a BufferView * parameter
15164
15165 2001-02-13  Juergen Vigna  <jug@sad.it>
15166
15167         * lyxfunc.C (Dispatch): fixed protected blank problem.
15168         * BufferView2.C (protectedBlank): added LyxText * parameter.
15169
15170         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15171         (AppendColumn): same as above for column_info.
15172
15173         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15174         (moveCursorUpdate): use a LyXText param for support of InsetText.
15175
15176         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15177         (tripleClick): ditto
15178
15179         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15180
15181         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15182
15183         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15184
15185         * text2.C (SetSelection): set correct update status if inset_owner
15186         (ToggleFree): ditto
15187
15188 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15189
15190         * tabular.C: remove some commented code.
15191
15192 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15193
15194         * BufferView_pimpl.C: call hideSplash()
15195
15196         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15197
15198         * include_form.h:
15199         * bibforms.h: remove
15200
15201         * lyxfunc.C:
15202         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15203           add LFUN_CHILD_CREATE
15204
15205         * counters.h: fix tiny typo
15206
15207         * lyx_cb.C:
15208         * lyx.h:
15209         * lyx_gui.C:
15210         * lyx.C: move splash to frontends/xforms/
15211
15212         * lyx_gui_misc.C: move Include and Bibform to frontends
15213
15214         * lyxvc.h: clarify comment
15215
15216         * vspace.C: tiny housekeeping
15217
15218 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15219
15220         * text.C (PrepareToPrint): RTL Fix.
15221
15222         * paragraph.C (GetUChar): New method.
15223         (String):  Use GetUChar.
15224
15225         * buffer.C (asciiParagraph): Use GetUChar.
15226
15227 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15228
15229         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15230
15231 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15232
15233         * buffer.h:
15234         * buffer.C: rename to getLogName(), handle
15235           build log / latex log nicely
15236
15237 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15238
15239         * MenuBackend.C:
15240         * MenuBackend.h: remove support for reference menuitem type.
15241
15242 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15243
15244         * BufferView_pimpl.C: housekeeping
15245         * BufferView_pimpl.h:
15246         * LyXView.h:
15247         * Makefile.am:
15248         * Timeout.C:
15249         * Timeout.h:
15250         * minibuffer.h: move Timeout GUI-I
15251
15252 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15253
15254         * lyxrc.C (read): Update converters data-structures.
15255
15256 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15257
15258         * LaTeX.h (operator!=): add operator != for Aux_Info
15259
15260 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15261
15262         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15263
15264         * LaTeXLog.C: deleted, useful code moved to Buffer
15265
15266         * buffer.h:
15267         * buffer.C: new function getLatexLogName()
15268
15269         * lyx_gui_misc.C:
15270         * lyx_gui.C:
15271         * lyxvc.C:
15272         * lyxvc.h:
15273         * lyxfunc.C: use frontends for LaTeX and VC logs
15274
15275 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15276
15277         * LaTeX.h: yet another std:: that Allan forgot.
15278
15279         * Variables.C (set): renamed from isset(), because this clashes
15280         with some HP-UX macros (grr).
15281
15282 2001-02-06  Allan Rae  <rae@lyx.org>
15283
15284         * LaTeX.h: Another bug fix.  Missing std:: this time.
15285
15286 2001-02-04  Allan Rae  <rae@lyx.org>
15287
15288         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15289         floats problem. I've left it commented out because it's not quite
15290         correct.  It should also test that the current object is a table or
15291         figure inset.  But I haven't gotten around to figuring out how to do
15292         that.  I *think* it'll be something like: "table" == inset.type()
15293
15294         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15295         bool.
15296
15297 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15298
15299         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15300         all the citation/databases/styles in the auxilary file.
15301         (run): Rerun latex if there was a babel language error.
15302
15303 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15304
15305         * text.C (Backspace): Preserve the font when changing newline char
15306         with a space.
15307         (BreakParagraph): If the cursor is before a space, delete the space.
15308
15309         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15310
15311 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15312
15313         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15314         new argument (code).
15315         (ChangeCitationsIfUnique): New method.
15316
15317         * paragraph.C (GetPositionOfInset): Handle bibkey.
15318
15319 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15320
15321         * BufferView_pimpl.h: change type of Position::par_pos to
15322         LyXParagraph::size_type.
15323
15324 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15325
15326         * BufferView_pimpl.C (savePosition, restorePosition): Write
15327         messages to minibuffer.
15328
15329 2001-01-28  José Matos  <jamatos@fep.up.pt>
15330
15331         * buffer.C (makeDocBookFile): adds support for document language.
15332         A silly restriction on the name of LatexCommand types where removed.
15333         Added support for CDATA sections, allows to chars unescaped, used
15334         among others in code, to avoid escape < and >.
15335
15336 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15337
15338         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15339         saved positions instrad of a stack. Furthermore, a position is
15340         stored using paragraph id/paragraph position.
15341
15342         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15343         Remove LFUN_REF_BACK.
15344
15345 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15346
15347         * converter.C (dvipdfm_options): New method.
15348
15349 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15350
15351         * vspace.C (isValidLength): Fix for empty input string.
15352
15353 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15354
15355         * LyXAction.C (init): change description of LFUN_FIGURE to
15356         "Insert Graphics"
15357
15358 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15359
15360         * LaTeX.C: add using directive
15361
15362 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15363
15364         * MenuBackend.C (expand): Fix the sorting of the formats.
15365
15366 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15367
15368         * lyx_main.C: tiny error message fix
15369
15370 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15371
15372         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15373         calling fl_initialize(). This fixes the problem with ',' as
15374         decimal separator in text files.
15375
15376 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15377
15378         * trans.C (process): Fix the keymap bug.
15379
15380 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15381
15382         * LaTeX.C (scanAuxFiles): New method. Provides support for
15383         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15384         (scanLogFile) Scan for "run BibTeX" messages.
15385
15386         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15387         OT1 font encoding. Also, load the aecompl package if the ae
15388         package is loaded.
15389
15390         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15391
15392 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15393
15394         * texrow.C (increasePos): turn two error messages into debug
15395         messages.
15396
15397 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15398
15399         * LaTeX.C (scanAux): Handle the \@input macro.
15400         (runBibTeX): Use scanAux().
15401
15402         * language.C (latex_options_): New field.
15403
15404         * LaTeXFeatures.C (getMacros): Add language macros.
15405
15406         * buffer.C (makeLaTeXFile): Small fix.
15407
15408 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15409
15410         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15411
15412         * text2.C: add a using directive.
15413
15414 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15415
15416         * BufferView2.C:
15417         * lyx_gui_misc.h:
15418         * lyxfr1.C:
15419         * lyxfunc.C: kill LyXBell.
15420
15421 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15422
15423         * text.C (IsBoundary): Remove the error message
15424
15425         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15426
15427         * lyxrc.C (setDefaults): Correct initialization value for
15428         font_norm_type.
15429
15430 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15431
15432         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15433         gotoError().
15434
15435         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15436         and GotoNextNote().
15437
15438         * src/LyXAction.C: Added reference-next.
15439
15440         * text.C (InsertChar): Use contains instead of strchr.
15441
15442         * lyx_cb.C (MenuInsertLabel): Enable default value code.
15443
15444 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
15445
15446         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
15447         alignment commands (when needed).
15448
15449         * text.C (InsertChar): Add ':' to number separator chars.