]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
40424c830dcbe180e1863582b3b66e4309748510
[lyx.git] / src / ChangeLog
1 2004-04-05  Angus Leeming  <leeming@lyx.org>
2
3         * text.C (redoParagraphs): add call to updateCounters(), thereby
4         fixing the missing "Figure #:" label from the caption of a
5         figure float.
6
7 2004-04-13  Angus Leeming  <leeming@lyx.org>
8
9         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
10         cursor is clicked out of an inset.
11
12 2004-04-13  Angus Leeming  <leeming@lyx.org>
13
14         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
15         than an InsetOld one.
16
17 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
18
19         * format.[Ch]: add editor to Format
20         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
21         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
22
23 2004-04-08  André Pönitz  <poenitz@gmx.net>
24
25         * metricsinfo.h: remove PainterInfo::width member
26
27 2004-04-08  Angus Leeming  <leeming@lyx.org>
28
29         * lyx_sty.C (boldsymbol_def): modify so that it outputs
30         "\providecommand" rather than "\newcommand", thereby preventing
31         clashes with packages that define "\boldsymbol" themselves.
32         Eg, beamer.
33
34 2004-04-08  Angus Leeming  <leeming@lyx.org>
35
36         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
37         thereby squashing an unnecessary warning.
38
39 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
40
41         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
42         setBuffer()
43         
44 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
45
46         * BufferView.C (setCursor): call redoParagraph (some insets could
47         have been opened) 
48         (putSelectionAt): remove the 'double update' trick
49
50         * BufferView_pimpl.C (fitCursor): call refreshPar
51         (workAreaDispatch): remove an uneeded update call
52         (dispatch): remove some manual update calls
53
54         * cursor.[Ch]: remove cached_y_, updatePos
55         (selHandle): set noUpdate when appropriate
56
57         * lyxfunc.C (dispatch): track if we need an update
58         
59         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
60
61         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
62         (paintSelection): cheap optimization, do not call cursorX when not
63         needed 
64         (paintPars): change signature
65         (refreshPar): add
66         (paintText): adjust
67         (paintTextInset): adjust
68
69         * text.C: adjust
70
71 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
72
73         * lengthcommon.C: compilation fix: remove explicit array size from
74         unit_name[] and friends
75
76 2004-04-05  Angus Leeming  <leeming@lyx.org>
77
78         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
79
80         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
81         present only for the preferences dialog.
82         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
83
84 2004-04-05  Angus Leeming  <leeming@lyx.org>
85
86         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
87         to enable the frontends to export changes to lyxrc correctly.
88
89         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
90
91 2004-04-07  André Pönitz  <poenitz@gmx.net>
92
93         * cursor.[Ch] (selClear, adjust): remove math
94
95         * cursor_slice.C: more agressive assert
96
97         * lyxfunc.C:
98         * BufferView_pimpl.C: rework mouse event dispatch 
99
100         * dociterator.C:
101         * paragraph.C:
102         * text2.C:
103         * text3.C: adjust
104
105 2004-04-05  André Pönitz  <poenitz@gmx.net>
106
107         * cursor.[Ch] (valign, halign...): remove unneeded functions
108
109 2004-04-05  Angus Leeming  <leeming@lyx.org>
110
111         * lyxlength.[Ch] (unit_name et al.): const-correct.
112
113 2004-04-05  Angus Leeming  <leeming@lyx.org>
114
115         * BufferView_pimpl.C:
116         * buffer.C:
117         * counters.C:
118         * cursor.C:
119         * lyxfunc.C
120         * paragraph.C:
121         * pariterator.C:
122         * text.C:
123         * text2.C:
124         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
125
126 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
127
128         * text3.C (getStatus): add LFUN_BEGINNINGBUF
129
130 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
131
132         * lyxfind.C: add a couple of inTexted() tests + other small fixes
133         * BufferView_pimpl.[Ch] (getStatus)
134         * BufferView.[Ch] (getStatus): add
135         * lyxfunc.C (getStatus): move lfuns handled in
136         BufferView::dispatch to te function above 
137         * Cursor.C (setSelection): set selection() = true
138
139 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
140
141         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
142
143 2004-03-31  Angus Leeming  <leeming@lyx.org>
144
145         * lyxfunc.C (dispatch): Fall through to the generic
146         Dialogs::show("preamble").
147
148 2004-03-31  Angus Leeming  <leeming@lyx.org>
149
150         * lyxfunc.C (dispatch): Fall through to the generic
151         Dialogs::show("spellchecker").
152
153 2004-03-31  Angus Leeming  <leeming@lyx.org>
154
155         * lyxfunc.C (getStatus, dispatch): changed invocation of the
156         preferences dialog.
157
158 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
159
160         * BufferView.C
161         * cursor.[Ch]
162         * dociterator.[Ch]:
163         * insetiterator.[Ch]:
164         * lyxfind.C:
165         * lyxfunc.C:
166         * pariterator.[Ch]:
167         * text2.C:
168         * undo.[Ch]: s/DocumentIterator/DocIterator/g
169
170 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
171
172         * BufferView.C (setCursor, putSelectionAt): call edit to open the
173         insets where we are putting the cursor.
174
175 2004-03-31  Angus Leeming  <leeming@lyx.org>
176
177         * lfuns.h:
178         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
179
180         * lyxrc.[Ch] (read, write): overloaded member functions taking
181         a std::[io]stream arguments.
182
183         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
184
185 2004-03-31  Angus Leeming  <leeming@lyx.org>
186
187         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
188         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
189
190         * lyxtextclass.C (load): if the text class couldn't be loaded, then
191         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
192
193 2004-03-31  Angus Leeming  <leeming@lyx.org>
194
195         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
196         the LFUN_ALL_INSETS_TOGGLE code.
197
198 2004-03-30  Angus Leeming  <leeming@lyx.org>
199
200         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
201         has died. Fall through to the generic Dialogs::show("document").
202         
203 2004-03-30  Angus Leeming  <leeming@lyx.org>
204
205         * lfuns.h:
206         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
207         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
208
209         * lyxfunc.C (getStatus, dispatch): define the actions for these
210         lfuns. Little more than a cut and pste job from ControlDocument.C
211
212         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
213
214 2004-03-30  Angus Leeming  <leeming@lyx.org>
215
216         * lfuns.h:
217         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
218         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
219
220         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
221         open/closed state of ollapsable insets. Usage:
222
223         all-inset-toggle <state> <name>, where
224         <state> == "open" || "closed" || "toggle" and
225         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
226
227         * lyxtext.h, text2.C (toggleInset): removed.
228
229         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
230         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
231         now passes LFUN_INSET_TOGGLE to the found inset.
232
233         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
234         is now invoked as "all-insets-toggle toggle branch".
235
236 2004-03-30  Angus Leeming  <leeming@lyx.org>
237
238         * dociterator.C:
239         * insetiterator.C:
240         * pariterator.[Ch]: added/corrected header blurb.
241
242 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
243
244         * dociterator.[Ch]: add an inset_ member 
245         (backwardPos): implemented
246         (backwardPos, forwardPos): use inset_ when the stack is empty.
247         (doc_iterator_begin, doc_iterator_end): implemented
248         * pariterator.[Ch]: adjust, add begin, end
249         * insetiterator.[Ch]: adjust, add begin, end
250         * cursor.C: 
251         * document.C:
252         * BufferView.C:
253         * BufferView_pimpl.C:
254         * CutAndPaste.C: adjust
255
256 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
257
258         * buffer.C: increment file format to 232.
259         * LaTeXFeatures.C: add bibtopic package.
260         * bufferparams.[Ch]: param \use_bibtopic.
261         
262         * lyxrc.[Ch]: add lyxrc bibtex_command
263         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
264         
265         * buffer.C: increment file format to 231.
266
267 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
268
269         * dociterator.C: implement forwardPar
270         * iterators.[Ch]: remove, replaced by
271         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
272         * BufferView.C:
273         * BufferView_pimpl.C:
274         * CutAndPaste.C:
275         * buffer.C:
276         * bufferview_funcs.C:
277         * cursor.C:
278         * lyxfind.C
279         * lyxfunc.C
280         * paragraph_funcs.C
281         * toc.C:  
282         * Makefile.am: adjust
283
284 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
285
286         * CutAndPaste.C (pasteSelection): fix 2 crashes
287         (eraseSelection): fix a crash
288         * paragraph_funcs.C: remove a warning
289
290 2004-03-28  Angus Leeming  <leeming@lyx.org>
291
292         * lfuns.h:
293         * LyXAction.C (init): new LFUN_PRINT.
294
295         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
296
297 2004-03-27  Angus Leeming  <leeming@lyx.org>
298
299         * lfuns.h:
300         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
301
302         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
303
304 2004-03-27  Angus Leeming  <leeming@lyx.org>
305
306         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
307         insetlist always contains non-null pointers to insets.
308
309 2004-03-26  Angus Leeming  <leeming@lyx.org>
310
311         * src/BufferView_pimpl.C:
312         * src/CutAndPaste.C:
313         * src/buffer.C:
314         * src/iterators.C:
315         * src/output_plaintext.C:
316         * src/outputparams.h:
317         * src/paragraph_funcs.C:
318         * src/rowpainter.C:
319         * src/text.C:
320         * src/text2.C:
321         * src/frontends/controllers/ControlErrorList.C:
322         * src/frontends/gtk/FileDialogPrivate.C:
323         * src/frontends/gtk/GPainter.C:
324         * src/frontends/gtk/GToolbar.C:
325         * src/frontends/qt2/QRef.C:
326         * src/mathed/math_scriptinset.C: squash compiler warnings.
327
328 2004-03-26  Angus Leeming  <leeming@lyx.org>
329
330         * ispell.C (LaunchIspell::start):
331         * lyx_cb.C (AutoSaveBuffer::start):
332         invoke run(DontWait) rather than runNonBlocking().
333
334 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
335
336         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs 
337
338 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
339
340         * kbsequence.C (print): adjust
341
342         * kbmap.C (printKeySym): rename and change signature
343         (printKey): use LyXKeySym::print()
344
345 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
346
347         * undo.C: add using std::advance to compile for stlport
348
349 2004-03-24  Angus Leeming  <leeming@lyx.org>
350
351         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
352         it leads to a crash when no buffer is present.
353
354 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
355             Martin Vermeer  <martin.vermeer@hut.fi>
356
357         * lyxfunc.C (dispatch): 
358         * bufferparams.C (readToken): use the new LColor::setColor 
359
360         * LColor.[Ch] (setColor): new version that takes two strings as
361         argument and creates a new color entry if necessary
362
363 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
364
365         * buffer.C (makeLaTeXFile): if the main latex file that is
366         processed is usually a subdocument of some master, then pretend
367         for a while that it is actually the master
368
369 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
370
371         * buffer.C (getLabelList):
372         (getBibkeyList): use getMasterBuffer()
373         (getMasterBuffer): new method. Returns the main document in the
374         case where one is using included documents.
375
376 2004-03-25  André Pönitz  <poenitz@gmx.net>
377
378         * Makefile.am:
379         * iterators.[Ch]:
380         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
381
382         * ParagraphList_fwd.h: change ParagraphList to a std::vector
383
384         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
385         text*.C over here. Rename namespace CutAndPaste to lyx::cap
386
387         * ParameterStruct.h: merge with ParagraphParameters
388
389         * lyxtext.h: remove LyXText::parOffset() and getPar()
390
391         * text3.C: Remove all 'manual' update calls. We do now one per user
392         interaction which is completely sufficient.
393
394         * Bidi.C:
395         * BufferView.[Ch]:
396         * BufferView_pimpl.C:
397         * FontIterator.[Ch]:
398         * MenuBackend.C:
399         * ParagraphParameters.[Ch]:
400         * buffer.C:
401         * buffer.h:
402         * bufferlist.C:
403         * cursor.[Ch]:
404         * cursor_slice.[Ch]:
405         * dociterator.[Ch]:
406         * errorlist.[Ch]:
407         * factory.C:
408         * lfuns.h:
409         * lyxfind.C:
410         * lyxfunc.C:
411         * output_docbook.[Ch]:
412         * output_latex.[Ch]:
413         * output_linuxdoc.[Ch]:
414         * output_plaintext.[Ch]:
415         * paragraph.[Ch]:
416         * paragraph_funcs.[Ch]:
417         * paragraph_pimpl.[Ch]:
418         * rowpainter.C:
419         * tabular.[Ch]:
420         * text.C:
421         * text2.C:
422         * toc.C:
423         * undo.[Ch]: adjust
424
425         * frontends/controllers/ControlDocument.C:
426         * frontends/controllers/ControlErrorList.C:
427         * frontends/controllers/ControlSpellchecker.C:
428         * insets/inset.C:
429         * insets/inset.h:
430         * insets/insetbase.h:
431         * insets/insetbibitem.C:
432         * insets/insetbox.C:
433         * insets/insetbranch.C:
434         * insets/insetcaption.C:
435         * insets/insetcharstyle.C:
436         * insets/insetcharstyle.h:
437         * insets/insetcollapsable.C:
438         * insets/insetcollapsable.h:
439         * insets/insetert.C:
440         * insets/insetfloat.C:
441         * insets/insetfoot.C:
442         * insets/insetmarginal.C:
443         * insets/insetnote.C:
444         * insets/insetoptarg.C:
445         * insets/insettabular.C:
446         * insets/insettext.C:
447         * insets/insettext.h:
448         * insets/insetwrap.C:
449         * mathed/math_mboxinset.C:
450         * mathed/math_nestinset.C:
451         * mathed/math_scriptinset.C:
452         * mathed/math_scriptinset.h:
453         * support/types.h:
454
455 2004-03-24  Angus Leeming  <leeming@lyx.org>
456
457         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
458         deal with any child processes that have finished but are waiting to
459         communicate this fact to the rest of LyX.
460
461 2004-03-24  Angus Leeming  <leeming@lyx.org>
462
463         64-bit compile fixes.
464
465         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
466         (c-tor): pass lyx::pos_types rather than ints.
467
468         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
469         lyx::pos_type.
470
471         * text.C (Delete): compile fix.
472         (getPar): ensure that function declaration is the same as that in
473         the header file.
474
475 2004-03-23  Angus Leeming  <leeming@lyx.org>
476
477         * ispell.C (LaunchIspell):
478         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
479         a boost::shred_ptr rather than a std::auto_ptr.
480
481 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
482
483         * lyxfunc.C (getStatus): handle read-only buffers correctly;
484         handle LFUN_FILE_INSERT_*
485
486         * lyxrc.C (setDefaults, getDescription, output, read):
487         * lyxrc.h: remove ps_command
488
489 2004-03-22  Angus Leeming  <leeming@lyx.org>
490
491         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
492         Ensure that error_handler is processed once only and that all data
493         is saved before attempting to output any warning messages.
494
495         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
496
497 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
498
499         * tabular.C (TeXRow): crash fix (from Kayvan and André)
500
501 2004-03-19  André Pönitz  <poenitz@gmx.net>
502
503         * cursor.[Ch] (reset): take main text inset as argument
504
505         * BufferView: adjust
506         * BufferView_pimpl.C: adjust
507
508         * paragraph.[Ch]: fix completely broken operator=()
509
510 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
511
512         * LColor.C (getFromLyXName): make sure that the color name is used
513         as lowercase.
514
515 2004-03-17  Angus Leeming  <leeming@lyx.org>
516
517         * lfuns.h:
518         * LyXAction.C (init): remove LFUN_FORKS_KILL.
519
520         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
521         dialog and to kill a forked process.
522
523 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
524
525         * text2.C (setCursorFromCoordinates): fix font problem
526
527 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
528
529         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
530         bogus "rebuild cursor" code
531
532 2004-03-11  André Pönitz  <poenitz@gmx.net>
533
534         * buffer.[Ch]: use InsetText instead of LyXText as container for
535         the main lyx text.
536
537         * dociterator.[Ch]: drop the BufferView * member which is not needed
538         anymore after the change to buffer.C
539
540         * paragraph_funcs.C:
541         * text.C:
542         * text2.C:
543         * BufferView.[Ch]:
544         * BufferView_pimpl.[Ch]:
545         * cursor.[Ch]:
546         * cursor_slice.[Ch]: adjust
547
548         * text3.C: fix bug in mathDispatch
549
550 2004-03-08  André Pönitz  <poenitz@gmx.net>
551
552         * undo.[Ch]: use 'StableDocumentIterator' as base for
553         the Undo struct.
554
555 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
556
557         * LaTeXFeatures.C:
558         * bufferparams.[Ch]: add jurabib support and param.
559
560         * LaTeX.C: add FIXME/comment.
561
562 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
563
564         * buffer.C: increment file format to 230.
565
566 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
567
568         * cursor.C (dispatch): avoid infinite loops
569
570 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
571
572         * rowpainter.C (paintSelection): fix x coordinates
573
574 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
575
576         * text.C (rowBreakPoint): fix breaking before displayed insets
577
578 2004-03-01  André Pönitz  <poenitz@gmx.net>
579
580         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
581
582         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
583
584         * Makefile.am:
585         * BufferView.C:
586         * BufferView_pimpl.C:
587         * buffer.C:
588         * lyxfind.C:
589         * lyxfunc.C:
590         * text.C:
591         * text2.C:
592         * text3.C: adjust
593
594 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
595
596         * lyxtext.h:
597         * text.C:
598         * text2.C:
599         * rowpainter.C:
600         * BufferView_pimpl.C: rename textwidth -> maxwidth,
601         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
602
603 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
604
605         * Bidi.[Ch] (computeTables): const correctness
606         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
607         fill_hfill, fill_label_hfill and x from Row
608         * lyxtext.h: prepareToPrint returns a RowMetrics
609         * rowPainter.C: adjust
610         * text.C (prepareToPrint): use width, not textWidth. adjust
611         (redoParagraphInternal, cursorX): adjust
612         * text2.C (getColumnNearX): adjust
613         (init): put a default value to the top LyXText::width
614
615 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
616
617         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
618
619 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
620
621         * lyxtext.h: add FontIterator class
622
623         * text.C (FontIterator, operator*, operator->, operator++): add
624         (rowBreakPoint, setRowWidth): adjust (fixing a
625         rebreaking bug)
626
627 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
628
629         * BufferView_pimpl.C (workAreaDispatch): allow also
630         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
631
632 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
633
634         * text.C (rowBreakPoint): fix a bug showing with very large insets
635
636 2004-02-25  André Pönitz  <poenitz@gmx.net>
637
638         * text3.C:
639         * cursor.[Ch]: move some mathed specific code to mathed
640
641 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
642
643         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
644         use_tempdir in preferences
645         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
646         tempfile creation
647         * lyx_main.C: ensure that tempdir is valid
648         * lyxlex.h: correct typo
649         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
650         * paragraph.[Ch] (isMultiLingual): make const
651         * cursor.[Ch] (openable): make const
652
653 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
654
655         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
656
657 2004-02-20  André Pönitz  <poenitz@gmx.net>
658
659         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
660
661         * cursor.[Ch]: prepare for localized getStatus()
662
663         * lyxtext.h:
664         * tabular.C:
665         * text.C:
666         * text2.C:
667         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
668
669 2004-02-20  André Pönitz  <poenitz@gmx.net>
670
671         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
672
673 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
674
675         * text2.C (setCursorFromCoordinates): switch to absolute coords
676         (cursorUp): adjust
677         (cursorDown): adjust
678         * text3.C (dispatch): adjust
679
680 2004-02-16  André Pönitz  <poenitz@gmx.net>
681
682         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
683           insets/ChangeLog)
684
685         * cursor_slice.[Ch]: remove unneeded acessor function
686
687         * lyxtext.h: rename rtl() to isRTL()
688
689         * rowpainter.C:
690         * tabular.C:
691         * text.C:
692         * text2.C:
693         * text3.C: adjust
694
695 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
696
697         * rowpainter.C (paintSelection): coord fix
698
699 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
700
701         * Spacing.C: compile fix
702
703 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
704
705         * cursor.C (dispatch): restore current_ before returning
706
707 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
708
709         * text2.C (cursorUp, cursorDown): fix coords
710         (moveUp): fix crash
711
712 2004-02-12  André Pönitz  <poenitz@gmx.net>
713
714         * lyxtext.h:
715         * text.C:
716         * text2.C:
717         * text3.C: add LCursor & parameter to most cursor movement functions
718           remove usage of LyXText::cursorRow() and cursorPar()
719
720         * cursor.[Ch]: add textRow() needed members
721
722         * BufferView.C:
723         * BufferView_pimpl.C:
724         * paragraph.[Ch]:
725         * BufferView.C:
726         * BufferView_pimpl.C: adjust
727
728 2004-02-11  André Pönitz  <poenitz@gmx.net>
729
730         * lyxfunc.C:
731         * BufferView.[Ch]:
732         * BufferView_pimpl.C: shift undo/redo handling
733
734         * cursor.[Ch]: fix mathed crash
735
736         * lyxfind.C:
737         * lyxtext.h: move selectionAsText to LCursor
738
739         * output_latex.C:
740         * paragraph.C:
741         * text.C:
742         * text2.C:
743         * text3.C: adjust
744
745         * rowpainter.C: fix excessive drawing
746
747 2004-02-06  André Pönitz  <poenitz@gmx.net>
748
749         * BufferView.[Ch]:
750         * BufferView_pimpl.[Ch]:
751         * text3.C: move some text specific LFUN handling
752
753 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
754
755         * text3.C (checkInsetHit): adjust coords
756         * text2.C (getColumnNearX): adjust coords
757         (edit): adjust coords
758         * text.C (getRowNearY): add two asserts
759
760 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
761
762         * converter.C:
763         * format.C: add using std::distance to compile on gcc 2.95/stlport
764
765 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
766
767         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
768
769 2004-02-04  André Pönitz  <poenitz@gmx.net>
770
771         * BufferView.[Ch] (insertInset):
772         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
773
774         * text2.C:
775         * text3.C: adjust
776
777 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
778
779         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
780         on the default clause of the switch
781         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
782         wasn't catched by LCursor::dispatch
783
784 2004-02-03  André Pönitz  <poenitz@gmx.net>
785
786         * BufferView.C:
787         * cursor.[Ch]: some additional asserts
788
789         * undo.[Ch]: remove LyXText dependency in interface
790
791         * lyxfunc.C: adjust
792
793         * lyxtext.h (firstPar, lastPar): remove dead functions
794
795         * text.C:
796         * text2.C:
797         * text3.C:
798         * paragraph.[Ch]: adjust
799
800 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
801
802         * lyxfind.C (find): fix argument order in call to ::find
803
804 2004-02-02  André Pönitz  <poenitz@gmx.net>
805
806         * cursor.[Ch]: remove direct access to anchor
807
808         * text.C: remove findText() hack
809
810 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
811
812         * iterators.[Ch] (lockPath): remove in favour of...
813         * BufferView.[Ch] (setCursor): this addition
814         * BufferView.C (putSelectionAt): adjust
815         * undo.C (performUndoOrRedo): adjust
816         * lyxfunc.C (dispatch): adjust
817
818 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
819
820         * iterators.C (lockPath): add a missing slice
821         * undo.C (performUndoOrRedo): remove redundant positioning code
822
823 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
824
825         * vc-backend.C (scanMaster): ";" -> ';'
826
827 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
828
829         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
830         std::binary_function
831
832         * lyxtextclass.C (compare_name): rename to...
833         (LayoutNamesEqual): ...this
834
835         * lyxlex_pimpl.C (compare_tags): inherit from
836         std::binary_function, put back into anon namespace
837
838         * lyxfind.C (MatchString): inherig from std::binary_function
839         (findChange): use empty() istead of !size()
840
841         * format.C (FormatNamesEqual): new functor
842         (getFormat): use it
843         (getNumber): use it
844         (add): use it
845         (erase): use it
846         (setViewer): use it
847
848         * converter.C (compare_Converter): rename to...
849         (ConverterEqual): ...this, and fixup a bit.
850         (getConverter): use it, and make function const
851         (getNumber): use it, and make function const
852         (add): use it
853         (erase): use it:
854
855         * bufferlist.C: add using boost::bind
856
857         * MenuBackend.C (MenuNamesEqual): new functor
858         (hasMenu): use it, and make function const
859         (hasSubmenu): use nested bind to get rid of compare_memfun.
860
861 2004-01-30  André Pönitz  <poenitz@gmx.net>
862
863         * BufferView_pimpl.C:
864         * cursor.C:
865         * cursor.h:
866         * cursor_slice.[Ch]:
867         * lyxfunc.C:
868         * lyxtext.h:
869         * paragraph_funcs.C:
870         * paragraph_funcs.h:
871         * rowpainter.C:
872         * text.C:
873         * text2.C:
874         * text3.C: move some of the edit(x,y) handling to the insets
875         some coordinate changes.
876
877 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
878
879         * text.C: add using statements for std::advance and std::distance
880
881         * paragraph.C: add using statement for std::distance
882
883         * lyxfind.C: add using statement for std::advance
884
885         * cursor.C (region): remove std:: from swap
886         (openable): use nucleus in stead of operator->
887
888         * BufferView.C: add using statements for std::distance and std::swap
889
890 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
891
892         * iterators.C: Remove the pimple, move the needed structures to
893         the header file. Create accessor for the positions stack.
894         (asPosIterator): remove function
895
896         * PosIterator.C (PosIterator): move constructors to top of file
897         (PosIterator): reimplement the constructor taking a ParIterator in
898         terms of setFrom.
899         (setFrom): new function
900         (operator!=): inline it
901
902 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
903
904         * lyxfind.C (replaceAll): use std::advance
905
906         * iterators.h: inherit from std::iterator.
907
908         * PosIterator.C (advance, distance): remove
909         * PosIterator.h: interit from std::iterator.
910
911 2004-01-26  André Pönitz  <poenitz@gmx.net>
912
913         * BufferView.[Ch]:
914         * BufferView_pimpl.[Ch]:
915         * InsetList.[Ch]:
916         * PosIterator.[Ch]:
917         * buffer.h:
918         * bufferview_funcs.C:
919         * cursor.[Ch]:
920         * cursor_slice.h:
921         * factory.[Ch]:
922         * iterators.[Ch]:
923         * lyxfind.C:
924         * lyxfunc.C:
925         * lyxtext.h:
926         * output_docbook.C:
927         * output_latex.C:
928         * output_linuxdoc.C:
929         * output_plaintext.C:
930         * paragraph.[Ch]:
931         * paragraph_funcs.[Ch]:
932         * paragraph_pimpl.[Ch]:
933         * rowpainter.C:
934         * tabular.C:
935         * tabular.h:
936         * text.C:
937         * text2.C:
938         * text3.C: more IU:  dumps most of the rest of the mathcursor
939     implementation into cursor.[Ch]; "globalize" a bit of it.
940
941 2004-01-25  Angus Leeming  <leeming@lyx.org>
942
943         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
944
945 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
946
947         * LaTeXFeatures.h: add nice_ and nice() const
948         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
949
950 2004-01-20  André Pönitz  <poenitz@gmx.net>
951
952         * BufferView.[Ch]:
953         * BufferView_pimpl.C:
954         * PosIterator.C:
955         * bufferview_funcs.C:
956         * cursor.[Ch]:
957         * cursor_slice.[Ch]:
958         * factory.C:
959         * iterators.C:
960         * lyx_cb.C:
961         * lyxfind.C:
962         * lyxfunc.C:
963         * lyxtext.h:
964         * rowpainter.C:
965         * text.C:
966         * text2.C:
967         * text3.C:
968         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
969           LCursor and mathcursor parts to LCursor and InsetBase.
970
971 2004-01-15  André Pönitz  <poenitz@gmx.net>
972
973         * cursor_slice.[Ch]: add a few covienience functions
974
975         * funcrequest.[Ch]: remove BufferView * member
976
977         * BufferView_pimpl.C:
978         * cursor.C:
979         * factory.[Ch]:
980         * lyxfind.[Ch]:
981         * lyxfunc.C:
982         * lyxtext.h:
983         * text3.C:
984         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
985
986 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
987
988         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
989         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
990
991 2004-01-13  André Pönitz  <poenitz@gmx.net>
992
993         * textcursor.[Ch]:
994         * lyxtext.h: hide cursor and selection anchor behind accessor function
995
996         * BufferView.C:
997         * BufferView_pimpl.[Ch]:
998         * PosIterator.C:
999         * bufferview_funcs.C:
1000         * cursor.h:
1001         * lyxfind.C:
1002         * lyxfunc.C:
1003         * text.C:
1004         * text2.C:
1005         * text3.C:
1006         * undo.C: adjust
1007
1008         * cursor.h:
1009         * cursor_slice.[Ch]: some integer type changes for inset unification
1010
1011         * lyxcursor.[hC]: remove, it's CursorSlice now.
1012
1013         * Makefile.am:
1014         * BufferView_pimpl.[Ch]:
1015         * bufferview_funcs.C:
1016         * cursor_slice.C:
1017         * lyxtext.h:
1018         * text.C:
1019         * text2.C:
1020         * text3.C:
1021         * textcursor.[Ch]: adjust
1022
1023 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1024
1025         * text2.C (undoSpan): add and use
1026         * text.C (breakParagraph): use undoSpan (fix bug 578)
1027         * lyxtext.h: adjust
1028
1029 2004-01-08  Angus Leeming  <leeming@lyx.org>
1030
1031         * BufferView_pimpl.C (MenuInsertLyXFile):
1032         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1033         * lyxfunc.C (menuNew, open, doImport):
1034         FileFilterList change to the FileDialog open and save functions.
1035
1036 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1037
1038         * ShareContainer.h: make isEqual and isUnique adaptable
1039
1040         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1041
1042 2004-01-07  Angus Leeming  <leeming@lyx.org>
1043
1044         * LyXAction.C:
1045         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1046
1047         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1048
1049         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1050         functions replacing find, replace and replaceAll.
1051
1052         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1053         LFUN_WORDFIND(FORWARD|BACKWARD).
1054
1055 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1056
1057         * text.C (breakParagraph): remove an outdated #warning
1058
1059 2004-01-07  André Pönitz  <poenitz@gmx.net>
1060
1061         * lyxfind.C: somewhat clearer logic
1062
1063         * text.C: prevent crash in cursorX on unitialized row cache
1064
1065 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1066
1067         * lyxcursor.[Ch] (operator>): add
1068         * textcursor.C (selStart, selEnd): use std::min and std::max
1069
1070 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1071
1072         * Chktex.C: include boost/format.hpp
1073
1074 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1075
1076         * InsetList.C: replace functor MathcIt with adaptable functor
1077         InsetTablePosLess
1078         (insetIterator): modify accordingly
1079
1080         * BranchList.h: move the BranchNamesEqual functor here from...
1081         * BranchList.C: ... to here
1082
1083         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1084         SameName and match.
1085         (add): replace a finding loop with std::find_if.
1086
1087 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1088
1089         * output_docbook.C: moving LatexParam functionality into
1090         .layout files
1091
1092 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1093
1094         * buffer.C: increment format to 229.
1095
1096 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1097
1098         * LaTeXFeatures.C:
1099         * lyx_sty.[Ch]: remove minipageindent_def
1100
1101         * LyXAction.C:
1102         * factory.C:
1103         * lfuns.h:
1104         * lyxfunc.C:
1105         * text3.C: remove LFUN_INSET_MINIPAGE
1106
1107 2003-12-28  Angus Leeming  <leeming@lyx.org>
1108
1109         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1110
1111 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1112
1113         * text2.C (setParagraph): fix off-by-one crash
1114
1115 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1116
1117         * output_docbook.C: header stuff for AGU
1118
1119 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1120
1121         * text2.C (redoCursor): remove
1122         * text.C:
1123         * text3.C:
1124         * BufferView_pimpl.C: remove calls to redoCursor and
1125         setCursor(cursor.par(), cursor.pos()) all around
1126
1127 2003-12-15  Angus Leeming  <leeming@lyx.org>
1128
1129         * buffer.C: up the format to 228.
1130
1131 2003-12-15  André Pönitz  <poenitz@gmx.net>
1132
1133         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1134         slices
1135
1136         * Makefile.am:
1137
1138         * BufferView_pimpl.C:
1139         * cursor.[Ch]:
1140         * lyxcursor.[Ch]:
1141         * rowpainter.[Ch]:
1142         * lyxtext.h:
1143         * text.C:
1144         * text2.C:
1145         * text3.C: adjust
1146
1147 2003-12-15  Angus Leeming  <leeming@lyx.org>
1148
1149         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1150         than getFromGUIName to manipulate the color.
1151
1152 2003-12-14  Angus Leeming  <leeming@lyx.org>
1153
1154         * BranchList.[Ch]: minimize the API.
1155         (Branch::getBranch, getColor): now return a 'const &'.
1156         (Branch::setSelected) now returns a bool set to true if the
1157         selection status changes.
1158         (BranchList::clear, size, getColor, setColor, setSelected,
1159         allBranches, allSelected, separator): removed.
1160         (BranchList::find): new functions, returning the Branch with
1161         the given name.
1162         (BranchList::add, remove): return a bool indicating that
1163         the operation was successful.
1164
1165         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1166         new InsetBranch::isBranchSlected member function.
1167
1168         * LColor.[Ch]: mimimize the API.
1169         (fill): renamed as addColor and made private.
1170         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1171         versions of these functions taking a string arg have been removed.
1172
1173         * bufferparams.C (readToken):
1174         * lyxfunc.C (dispatch):
1175         * lyxrc.C (read): changes due to the altered BranchList and
1176         LColor APIs.
1177
1178         * factory.C (createInset, readInset): changes due to altered
1179         InsetBranch c-tor.
1180
1181 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1182
1183         * factory.C:
1184         * lyxfunc.C: remove insetminipage. "minipage-insert"
1185         now produces a frameless minipage box inset.
1186
1187 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1188
1189         * textcursor.[Ch] (selStart,selEnd): add new methods
1190         remove selection::start, end, use LyXCursor::operator<
1191         * lyxcursor.[Ch] (operator<): add
1192         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1193         * BufferView.[Ch] (unsetXSel): add
1194         * text2.C (clearSelection): use unsetXSel,adjust
1195         * text.C: adjust
1196         * text3.C: adjust
1197         * rowpainter.C: adjust
1198         * bufferview_funcs.C (put_selection_at): adjust
1199
1200 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1201
1202         * BufferView_pimpl.C: small coord. correction
1203
1204 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1205
1206         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1207         dragging over the splash screen.
1208
1209 2003-12-11  Angus Leeming  <leeming@lyx.org>
1210
1211         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1212         as it is now handled in LyXText::dispatch.
1213
1214         * text3.C (doInsertInset): remove a level of nesting.
1215
1216 2003-12-11  Angus Leeming  <leeming@lyx.org>
1217
1218         * factory.C (createInset): changes due to the changed interface to
1219         InsetCommandMailer::string2params.
1220
1221 2003-12-10  Angus Leeming  <leeming@lyx.org>
1222
1223         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1224         'dialog-show-new-inset <inset name>'
1225
1226 2003-12-10  Angus Leeming  <leeming@lyx.org>
1227
1228         * buffer.C: up the format to 227.
1229
1230         * factory.C: the box inset is now identified simply by 'Box'.
1231
1232 2003-12-10  Angus Leeming  <leeming@lyx.org>
1233
1234         * buffer.C: up the format to 226.
1235
1236         * factory.C: the note inset is now identified simply by 'Note'.
1237
1238 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1239
1240         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1241         when a pit is enough. Standarize a couple of loops.
1242
1243 2003-12-05  Angus Leeming  <leeming@lyx.org>
1244
1245         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1246         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1247         data to the re-worked "log" dialog.
1248
1249 2003-12-03  André Pönitz  <poenitz@gmx.net>
1250
1251         * PosIterator.C:
1252         * iterators.C:
1253         * lyxtext.h:
1254         * output_latex.C:
1255         * paragraph_funcs.C:
1256         * text.C:
1257         * text2.C: use Inset::getText instead of Inset::getParagraph
1258
1259 2003-12-03  André Pönitz  <poenitz@gmx.net>
1260
1261         * buffer.[Ch]:
1262         * lyxtext.h:
1263         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1264         InsetText::read() as LyXText::read()
1265
1266 2003-12-02  Angus Leeming  <leeming@lyx.org>
1267
1268         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1269         type. Add a comment in the implementation that the function uses
1270         the stream's bad() function rather than fail() as the std::streams
1271         would do.
1272
1273 2003-12-02  André Pönitz  <poenitz@gmx.net>
1274
1275         * lyxlex.[Ch]: make interface more similar to std::stream
1276
1277         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1278
1279 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1280
1281         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1282
1283 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1284
1285         * vspace.[Ch]: remove VSpace::NONE
1286
1287 2003-12-01  André Pönitz  <poenitz@gmx.net>
1288
1289         * buffer.[Ch]:
1290         * lyxtext.h: move ParagraphList member to LyXText
1291         rename LyXText::ownerParagraphs to LyXText::paragraph
1292
1293         * CutAndPaste.C:
1294         * bufferview_funcs.C:
1295         * iterators.[Ch]:
1296         * lyx_cb.C:
1297         * paragraph.C:
1298         * rowpainter.C:
1299         * tabular.C:
1300         * text.C:
1301         * text2.C:
1302         * text3.C: adjust
1303
1304         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1305
1306         * undo.C: fix cursor positioning
1307
1308 2003-12-01  John Levon  <levon@movementarian.org>
1309
1310         * BufferView_pimpl.C: fix a crash on exit with
1311         a buffer open
1312
1313 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1314
1315         * BranchList.C: fix setSelected() method.
1316
1317 2003-11-28  André Pönitz  <poenitz@gmx.net>
1318
1319         * ParagraphParameters.[Ch]:
1320         * ParameterStruct.h: remove space above/below from Paragraph to
1321          InsetVSpace
1322
1323         * BufferView_pimpl.C:
1324         * factory.C:
1325         * lyxfunc.C:
1326         * lyxtext.h:
1327         * output_latex.C:
1328         * paragraph.C:
1329         * paragraph_funcs.C:
1330         * rowpainter.[Ch]:
1331         * text.C:
1332         * text2.C:
1333         * text3.C: adjust
1334
1335 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1336
1337         * factory.C: Syntax change for CharStyles
1338
1339 2003-11-28  André Pönitz  <poenitz@gmx.net>
1340
1341         * BufferView.[Ch]:
1342         * BufferView.[Ch]:
1343         * buffer.[Ch]:
1344         * buffer.[Ch]: move LyXText member
1345
1346 2003-11-28  André Pönitz  <poenitz@gmx.net>
1347
1348         * BufferView.[Ch]: make LyXText * text a private member
1349
1350         * BufferView_pimpl.C:
1351         * cursor.C:
1352         * iterators.C:
1353         * lyx_cb.C:
1354         * lyxfind.C:
1355         * lyxtext.h:
1356         * rowpainter.[Ch]:
1357         * text.C:
1358         * text2.C:
1359         * undo.C: adjust
1360
1361         * output_plaintext.C: cleanup
1362
1363 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1364
1365         * buffer.C:
1366         * lyxtextclass.[Ch]: parametrize SGML document header
1367
1368 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1369
1370         * converter.[Ch]:
1371         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1372         getFlavor().
1373
1374 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1375
1376         * text2.C (setFont): rework using PosIterator (no more recursive)
1377         (setCharFont): no more needed
1378         (setLayout): no more selection cursors fiddling (done by redoCursor)
1379         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1380         destroy remaining ones)
1381
1382 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1383
1384         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1385         * lyxtext.h: ditto
1386         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1387         selection cursors
1388         * lyxfunc.C: adjust
1389         * text3.C: adjust + re-allow multi par depth changes
1390         * textcursor.C: simplify a bit
1391
1392 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1393
1394         * src/buffer.C:
1395         * src/lyxlayout.C:
1396         * src/lyxlayout.h:
1397         * src/lyxtext.h:
1398         * src/output_docbook.C:
1399         * src/output_latex.C:
1400         * src/paragraph.C:
1401         * src/paragraph.h:
1402         * src/sgml.C:
1403         * src/sgml.h:
1404         * src/text2.C: Introducing a number of tags parametrizing various
1405         XML formats that we may want to support
1406
1407 2003-11-25  André Pönitz  <poenitz@gmx.net>
1408
1409         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1410
1411         * lyxtext.h (leftMargin/rightMargin): simplify interface
1412
1413         * rowpainter.C:
1414         * text.C:
1415         * text2.C:
1416         * text3.C: adjust
1417
1418 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1419
1420         * lyxfunc.C (dispatch): propogate the bibtex databases from the
1421         master file to any child files. Fixes bug 546.
1422
1423 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1424
1425         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
1426
1427 2003-11-24  André Pönitz  <poenitz@gmx.net>
1428
1429         * rowpainter.C: simplification
1430
1431         * text2.C (updateCounters): remove call to redoParagraph on
1432         changed labels as this is far too expensive.
1433
1434 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1435
1436         * converter.C (convert): fix a crash: this function gets
1437         called with buffer == 0 from importer code.
1438
1439 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1440
1441         * text3.C (cursorPrevious): make sure that we do not compare
1442         iterators form different containers.
1443         (cursorNext): ditto
1444
1445         * rowpainter.C (paintSelection): make sure that we do not compare
1446         iterators from different containers.
1447
1448         * text3.C (dispatch): [PRIOR] make sure that we do not compare
1449         iterators from different ParagraphList containers.
1450         [NEXT] ditto
1451
1452         * text2.C (LyXText): change order of initialization slightly
1453         (operator=): new function. copy all variables except cache_par_
1454         (moveUp): make sure that we do not compare iterators from
1455         different ParagraphList constainers.
1456         (moveDown): ditto
1457
1458         * text.C (firstPar): new function
1459         (lastPar): new function
1460         (endPar): new function
1461
1462         * lyxtext.h: move things around and group public functions, public
1463         variables, private functions, private variables
1464
1465 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1466
1467         * factory.C: change call to InsetERT constructor to avoid
1468         additional invocation of method status
1469         * text2.C (toggleInset): remove redundant update() call
1470         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
1471         instead of a Bufferview pointer
1472
1473 2003-11-21  André Pönitz  <poenitz@gmx.net>
1474
1475         * rowpainter.C: simplification
1476
1477 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1478
1479         * text3.C (dispatch): make possible to extend a word/row selection
1480         with the mouse
1481
1482 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1483
1484         * lyxtext.h: x0_,y0_ -> xo_,yo_
1485         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
1486         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
1487         * rowpainter.C (paintRows): paint full paragraphs
1488
1489 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1490
1491         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
1492         screen coordinates)
1493
1494 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1495
1496         * lyxtext.h: add x0_, y0_
1497         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
1498         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
1499
1500 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
1501
1502         * text2.C (setCursorIntern): move the x_target update here *
1503         * text3.C: change some bv() to true/false in calls to
1504         cursorUp/Down/Right/Left
1505         * cursor.C: use helper function.
1506
1507 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1508
1509         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
1510         * paragraph_funcs.[Ch]: correct comment
1511         * rowpainter.C: do not paint selections away from bv->cursor()
1512         Fix a long standing selection painting bug.
1513         * text3.C: generalize mouse-selection code to LyXTexts other that
1514         top one
1515         * textcursor.C: do not use y coords if we can use par offsets
1516
1517 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1518
1519         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
1520         cursor position after e.g. inset insert)
1521
1522 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
1523
1524         * lyxfind.C (replace): adjust to locking removal + some
1525         code simplification
1526
1527 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
1528
1529         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
1530         of the path
1531
1532 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
1533
1534         * lyxlayout.[Ch]:
1535         * output_docbook.C: XML sanitation: new layout
1536         parameters InnerTag and CommandDepth
1537
1538 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
1539
1540         * BufferView_pimpl.C:
1541         * factory.C:
1542         * text3.C: Fix the insertion and modification of button-style
1543         insets
1544
1545 2003-11-13  André Pönitz  <poenitz@gmx.net>
1546
1547         * InsetList.[Ch]: remove deleteLyXText
1548
1549         * paragraph.[Ch]: cache beginOfBody position
1550
1551         * Bidi.C:
1552         * text.C:
1553         * text2.C:
1554         * text3.C: remove superfluous update() calls
1555
1556         * vspace.C: cleanup
1557
1558 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1559
1560         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
1561         * BufferView.C (fitLockedInsetCursor): remove
1562         * cursor.[Ch] (getDim): add
1563         * text.C (getRowNearY): add faster version
1564         * text3.C: remove some update calls
1565
1566 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1567
1568         * LaTeXFeatures.C:
1569         * LyXAction.C:
1570         * MenuBackend.C:
1571         * MenuBackend.h:
1572         * dispatchresult.h:
1573         * factory.C:
1574         * lfuns.h:
1575         * lyxfunc.C:
1576         * lyxtextclass.C:
1577         * lyxtextclass.h:
1578         * text3.C: The Character Style /XML short element patch.
1579
1580 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
1581
1582         * text3.C:
1583         * factory.C: Small step to solving 'unable to insert some insets'
1584         problem
1585
1586 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1587
1588         * cursor.[Ch] (updatePos): new function for updating the y
1589         position of the tip inset
1590         * bufferview_funcs.C (put_selection_at):
1591         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
1592
1593 2003-11-11  André Pönitz  <poenitz@gmx.net>
1594
1595         * text.C: remove big comment on invalid Paragraph pointers as it is
1596         not valid anymore
1597
1598 2003-11-11  André Pönitz  <poenitz@gmx.net>
1599
1600         * text_funcs.[Ch]: merge with ...
1601
1602         * text.C: ... this
1603
1604         * lyxtext.h:
1605         * text2.C:
1606         * text3.C: adjust
1607
1608         * Makefile.am: remove text_funcs.[Ch]
1609
1610 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
1611
1612         * cursor.C (getPos): return absolute cached y coord
1613
1614         * BufferView_pimpl.C (fitCursor): new simplistic code
1615         (workAreaDispatch): add a fitCursor call
1616
1617 2003-11-10  André Pönitz  <poenitz@gmx.net>
1618
1619         * BufferView.[Ch]:
1620         * BufferView_pimpl.[Ch]: merge update() and updateInset()
1621
1622 2003-11-10  André Pönitz  <poenitz@gmx.net>
1623
1624         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
1625         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
1626         indicate that the cursor needs to leave an inset
1627
1628         * lyxtext.h: remove inset locking
1629
1630         * cursor.[Ch]: re-implement functionality provided by inset locking
1631
1632         * BufferView.[Ch]:
1633         * BufferView_pimpl.[Ch]:
1634         * LyXAction.C:
1635         * bufferview_funcs.[Ch]:
1636         * factory.C:
1637         * funcrequest.[Ch]:
1638         * iterators.C:
1639         * lyx_cb.C:
1640         * lyxfind.C:
1641         * lyxfunc.C:
1642         * text.C:
1643         * text2.C:
1644         * text3.C:
1645         * undo.C: adjust
1646
1647 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1648
1649         * PosIterator.[Ch]: replace the stack with a vector, add inset
1650         accesor
1651         * iterators.[C]: adjust
1652
1653 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1654
1655         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1656         replaced
1657         * paragraph_funcs.C (readParToken): put the correct id in the
1658         error item, not the id of the top paragraph
1659
1660 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1661
1662         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1663         * bufferview_funcs.C (put_selection_at): use the above
1664
1665 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1666
1667         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1668
1669 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1670
1671         * output_linuxdoc.h:
1672         * output_plaintext.h:
1673         * output.h:
1674         * output_docbook.h: add #include statements
1675
1676 2003-11-05  José Matos  <jamatos@lyx.org>
1677
1678         * output_docbook.[Ch]:
1679         * output_latex.[Ch]:
1680         * output_linuxdoc.[Ch]:
1681         * output_plaintext.[Ch]: New files for output formats.
1682         * output.[Ch]: New file for helper functions.
1683
1684         * buffer.[Ch]:
1685         * paragraph_funcs.[Ch]: output functions moved to new files.
1686
1687         * outputparams.h: rename of latexrunparams.h
1688
1689         * LaTeX.[Ch]:
1690         * buffer.[Ch]:
1691         * bufferlist.[Ch]:
1692         * converter.[Ch]:
1693         * exporter.C:
1694         * paragraph.[Ch]:
1695         * paragraph_funcs.[Ch]:
1696         * paragraph_pimpl.[Ch]:
1697         * tabular.[Ch]: rename ascii to plaintext
1698         and LatexRunParams to OutputParams.
1699
1700 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1701
1702         * iterators.[Ch] (text): require bv argument
1703         * undo.C (recordUndo):
1704         * lyxfunc.C (dispatch):
1705         * bufferview_funcs.C (put_selection_at): adjust
1706
1707 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1708
1709         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1710
1711 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1712
1713         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1714         nestings
1715
1716 2003-11-04  André Pönitz  <poenitz@gmx.net>
1717
1718         * cursor.[Ch]: restructure
1719
1720         * BufferView.[Ch]:
1721         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1722
1723         * iterators.[Ch] (asCursor): remove
1724
1725         * lfuns.h: remove LFUN_INSET_EDIT
1726
1727         * lyxfunc.C:
1728         * tabular.C:
1729         * text.C:
1730         * text2.C:
1731         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1732
1733 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1734
1735         * lyxfind.[Ch]: complete overhaul
1736         * BufferView_pimpl.C:
1737         * lyxfunc.C: adjust
1738         * paragraph.[Ch] (insert): add
1739
1740 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1741
1742         * BufferView.[Ch]:
1743         * lyxtext.h:
1744         * text.C: remove dead spellcheck code
1745
1746 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1747
1748         * dispatchresult.h: add a val setter
1749
1750         * cursor.C (dispatch): use a tempvar for data_[i]
1751
1752 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1753
1754         * PosIterator.[Ch]: compile fix
1755
1756 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1757
1758         * text.C (cursorPar): deactivate the cursor cache
1759
1760 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1761
1762         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1763
1764 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1765
1766         * text3.C (dispatch): adjust for new DisptchResult semantics.
1767
1768         * lyxfunc.C (dispatch): handle update when return from
1769         Cursor::dispatch, adjust for new DispatchResult semantics.
1770
1771         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1772         DispatchResult(true) mean to not update. Add class functions for
1773         setting dispatched and update, as well as reading.
1774
1775         * cursor.C (dispatch): don't handle update here
1776
1777 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1778
1779         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1780         * trans_mgr.C: adjust
1781
1782         * paragraph_funcs.C (readParToken): exception safety
1783
1784         * lyxvc.h: store the vcs pointer in a scoped_ptr
1785         * lyxvc.C: adjust
1786
1787         * lyxsocket.C (serverCallback): exception safety
1788
1789         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1790
1791         * ispell.C (clone): make it return a auto_ptr
1792
1793         * factory.C (createInset): exception safety
1794         (readInset): exception safety
1795
1796         * bufferlist.C (newBuffer): exception safety
1797
1798         * Thesaurus.C (Thesaurus): use initialization for aik_
1799
1800         * MenuBackend.C (expandToc): exception safety.
1801
1802 2003-11-03  André Pönitz  <poenitz@gmx.net>
1803
1804         * buffer.C:
1805         * buffer.h:
1806         * bufferview_funcs.C: remove getInsetFromId()
1807
1808         * lyxcursor.[Ch]:
1809         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1810
1811         * lyxfunc.C:
1812         * text2.C:
1813         * text3.C: adjust
1814
1815 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1816
1817         * PosIterator.C (distance, advance): new
1818         * bufferview_funcs.[Ch] (put_selection_at): new
1819         * iterators.[Ch] (lockPath): new
1820
1821 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1822
1823         * iterators.[Ch] (asPosIterator): added
1824         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1825         * PosIterator.[Ch]: added
1826
1827 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1828
1829         * text3.C:
1830         * lyxfunc.C:
1831         * cursor.C (dispatch):
1832         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1833
1834         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1835         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1836         contructor, add a class function dispatched. Remove operator>=
1837
1838 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1839
1840         * debug.C: only use the default constructor for debugstream
1841         (lyxerr) here.
1842
1843         * main.C (main): include debug.h and setup the lyxerr streambuf
1844         here.
1845
1846 2003-10-31  José Matos  <jamatos@lyx.org>
1847
1848         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1849
1850         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1851         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1852         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1853         * paragraph_pimpl.C (simpleTeXSpecialC):
1854         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1855         add LatexRunParams argument.
1856
1857         * exporter.C (Export): change call accordingly.
1858
1859         * latexrunparams.h: add new member to take care of the other backends.
1860 2003-10-30  José Matos  <jamatos@lyx.org>
1861
1862         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1863         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1864         factorise code for paragraph output.
1865         * buffer.[Ch]:
1866         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1867         move functions.
1868
1869 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1870
1871         * text3.C (dispatch):
1872         * lyxfunc.C (dispatch):
1873         * cursor.C (dispatch):
1874         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1875
1876         * dispatchresult.h: make the dispatch_result_t ctor explicit
1877
1878 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1879
1880         * sgml.[Ch]:
1881         * buffer.C: small refactoring of docbook stuff
1882
1883 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1884
1885         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1886         meaning.
1887
1888 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1889
1890         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1891         operator dispatch_result_t, and operators for == != and >=
1892
1893         * cursor.C (dispatch): adjust for operator dispatch_result_t
1894         removal. comment out call to update
1895
1896         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1897
1898 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1899
1900         * text3.C:
1901         * text2.C:
1902         * text.C:
1903         * lyxtext.h:
1904         * lyxfunc.C:
1905         * cursor.C:
1906         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1907         (dispatch):
1908
1909         * dispatchresult.h: new file, DispatchResult broken out of
1910         insets/insetbase.h
1911
1912         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1913
1914 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1915
1916         * text.C (rowBreakPoint): put a hack inside #if 0
1917
1918 2003-10-28  André Pönitz  <poenitz@gmx.net>
1919
1920         * lyxtext.h:
1921         * metricsinfo.C:
1922         * paragraph_funcs.C:
1923         * rowpainter.C:
1924         * text.C:
1925         * text2.C: general cleanup (lots of small stuff)
1926
1927 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1928
1929         * text2.C (cursorEnd): simple fix to the "end key goes to one
1930         before the end on last row" bug
1931
1932 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1933
1934         * text.C (backspace): fix the "zombie characters"
1935
1936 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1937
1938         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1939
1940 2003-10-27  André Pönitz  <poenitz@gmx.net>
1941
1942         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1943
1944         * factory.C: handle new InsetPagebreak, InsetLine
1945
1946         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1947         and move handling into new InsetPagebreak, InsetLine
1948
1949         * BufferView_pimpl.C:
1950         * LyXAction.C:
1951         * ParagraphParameters.C:
1952         * ParameterStruct.h:
1953         * lyxfunc.C:
1954         * lyxtext.h:
1955         * paragraph.C:
1956         * paragraph.h:
1957         * paragraph_funcs.C:
1958         * paragraph_pimpl.C:
1959         * rowpainter.C:
1960         * text.C:
1961         * text2.C:
1962         * text3.C: adjust
1963
1964 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1965
1966         * text.C:
1967         * lyxrow_funcs.[Ch]:
1968         * Bidi.C:
1969         * paragraph.C:
1970         * lyxtext.h:
1971         * rowpainter.C:
1972         * text2.C:
1973         * text3.C: remove lastPos uses in favour of Row::endpos
1974
1975 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1976
1977         * undo.C (performUndoOrRedo): fix two crashes by setting a
1978         cursor by hand and reordering some calls. Use bv->lockInset instead
1979         of inset->edit because the latter loses cursor information
1980
1981 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
1982
1983         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
1984         by Martin
1985         (rowBreakPoint): fix width. change point to point + 1.
1986         Add a missing check.
1987
1988 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
1989
1990         * MenuBackend.C:
1991         * lyxfunc.C: fix (at least partly) the problems
1992         with the Nav menu and headers inside branch insets
1993         reported by Kayvan
1994
1995 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
1996
1997         * paragraph.C (getChar): add strong asserts
1998
1999         * lyxrow_funcs.C (lastPos): remove hideous hack
2000
2001         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2002         (fill): adjust to that (avoid an infinite loop)
2003
2004 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2005
2006         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2007
2008 2003-10-23  André Pönitz  <poenitz@gmx.net>
2009
2010         * RowList_fwd.h: change list<> to vector<> to gain speed
2011         after suggestion from Alfredo
2012
2013 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2014
2015         * lyxtext.h: move the bidi stuff from here...
2016         * text.C: and here
2017         * text2.C: and here
2018         * Bidi.[Ch]: ... to here
2019
2020 2003-10-23  André Pönitz  <poenitz@gmx.net>
2021
2022         * lyxtext.h:
2023         * text.C (isLastRow, isFirstRow): new functions
2024
2025         * paragraph.h: new width cache member
2026
2027         * rowpainter.C: replace RowList::iterator with Row & where possible
2028
2029         * lyxfunc.C: replace several view()->text with a single call
2030
2031         * toc.C: fix 'unused' warning
2032
2033 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2034
2035         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2036         when woring with stream::pos_type
2037         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2038
2039 2003-10-22  André Pönitz  <poenitz@gmx.net>
2040
2041         * lyxtext.h:
2042         * text.C: use Row & instead of RowList::iterator
2043
2044         * lyxrow.h: rename end() to endpos()
2045
2046         * rowpainter.C:
2047         * text.C:
2048         * text2.C: adjust
2049
2050 2003-10-22  Angus Leeming  <leeming@lyx.org>
2051
2052         * buffer.[Ch] (fully_loaded): new member function, returning true
2053         only when the file has been loaded fully.
2054         Used to prevent the premature generation of previews and by the
2055         citation inset to prevent computation of the natbib-style label.
2056
2057         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2058         templates are all set up.
2059
2060         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2061
2062 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2063
2064         * text.C: fixed an "oops" in the "is a bit silly"
2065         bug fix
2066
2067 2003-10-21  André Pönitz  <poenitz@gmx.net>
2068
2069         * FuncStatus.[Ch]: small stuff, whitespace
2070
2071         * lyxfont.[Ch]: operator<<() for debug reasons
2072
2073         * lyxfunc.C:
2074         * lyxrow_funcs.C:
2075         * lyxtext.h: whitespace, spelling
2076
2077         * paragraph.C: naming of variables
2078
2079         * text.C:
2080         * text2.C: small stuff
2081
2082
2083 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2084
2085         * text.C: (1) finish off the inset display() work;
2086         (2) fix the "is a bit silly" bug (accessing char
2087         past end of par).
2088
2089 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2090
2091         * text.C: re-introduce display() for insets, fixing the
2092         various bugs (stretch of line above, math inset
2093         positioning, ...)
2094
2095 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2096
2097         * text.C (rightMargin): remove spurious semicolon
2098
2099         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2100         1415)
2101
2102 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2103
2104         * text3.C: fix one crash due to wrong cursor def
2105
2106 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2107
2108         * vc-backend.C (scanMaster): make the regex static
2109
2110         * LaTeX.C (scanAuxFile): make the regexs static
2111
2112         * text3.C (doInsertInset, dispatch, dispatch):
2113         * text2.C (cursorUp, cursorDown):
2114         * text.C (selectNextWordToSpellcheck):
2115         * BufferView_pimpl.C (dispatch):
2116         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2117
2118 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2119
2120         * lyxsocket.C: include <cerrno>
2121
2122 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2123
2124         * lyxfunc.C (dispatch): remove textcache stuff
2125
2126         * bufferlist.C (release): remove textcache stuff
2127         (closeAll): ditto
2128
2129         * TextCache.C: delete file
2130         * TextCache.h: delete file
2131
2132         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2133
2134         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2135         delete of the bv_->text.
2136         (resizeCurrentBuffer): remove texcache stuff
2137         (workAreaResize): ditto
2138
2139 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2140
2141         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2142         action.
2143
2144 2003-10-16  André Pönitz  <poenitz@gmx.net>
2145
2146         * lyxrow.[Ch]:
2147         * paragraph.h:
2148         * rowpainter.C:
2149         * text.C:
2150         * text2.C:
2151         * text3.C: speed up by storing y positions per paragraph plus per-row
2152         offset instead of having a 'full' y position in the row.
2153
2154 2003-10-15  André Pönitz  <poenitz@gmx.net>
2155
2156         * iterators.[Ch]:
2157         * iterators.[Ch]:
2158         * undo.[Ch]: make undo aware of inner insets
2159
2160 2003-10-14  Angus Leeming  <leeming@lyx.org>
2161
2162         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2163         static member functions LyX::ref() and LyX::cref.
2164         (lastfiles): new accessor functions for the new lastfiles_ member var.
2165         (addLyXView, views_): add a new LyXView to the list of views_.
2166         (updateInset): loop over all LyXViews to call their own updateInset
2167         member function, returning a pointer to the Buffer owning the inset.
2168
2169         * BufferView_pimpl.C (loadLyXFile):
2170         * MenuBackend.C (expandLastfiles):
2171         * bufferlist.C (MenuWrite, QuitLyX):
2172         lastfiles is no longer a global variable.
2173         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2174
2175         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2176         static function. Access through LyX::cref().emergencyCleanup().
2177
2178 2003-10-14  André Pönitz  <poenitz@gmx.net>
2179
2180         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2181
2182         * undo.[Ch]: restoring part of 'undo in insets'
2183
2184         * Makefile.am:
2185         * undo_funcs.[Ch]: merge with undo.[Ch]
2186
2187         * tabular.C: small cleansing stuff
2188
2189 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2190
2191         * paragraph_funcs.C (readParToken): report unknown insets as error
2192         boxes. Use the outer paragraph as location (also for unknown
2193         tokens).
2194
2195         * factory.C (readInset): do not abort on reading an unknown inset.
2196         Eat it and return 0.
2197
2198 2003-10-13  Angus Leeming  <leeming@lyx.org>
2199
2200         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2201
2202         * lyxrc.C: displayTranslator is now a function,
2203         declared in GraphicsTypes.h.
2204
2205 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2206
2207         * format.C: new placeholder $$a to pass the socket address.
2208
2209         * bufferlist.[Ch]: new function getBufferFromTmp.
2210
2211         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2212           files in the temporary dir.
2213
2214 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2215
2216         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2217
2218         * Makefile.am: add lyxsocket.[Ch].
2219
2220         * lyx_main.C (error_handler): handle SIGPIPE.
2221
2222 2003-10-13  André Pönitz  <poenitz@gmx.net>
2223
2224         * BufferView_pimpl.C:
2225         * lyxtext.h:
2226         * text.C:
2227         * text2.C:
2228         * text3.C:
2229         * undo_funcs.[Ch]: use paroffset_type instead of
2230           ParagraphList::iterators to prevent multiple conversion
2231           (and get a more robust interface)
2232
2233 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2234
2235         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2236         * lyxtext.h: ditto
2237         * text3.C (dispatch): ditto
2238
2239 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2240
2241         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2242         move the onlyfile, use onlyfile instead of foundfile in a couple
2243         of places.
2244
2245         * DepTable.C (update): flush the error stream a bit more
2246
2247 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2248
2249         * lyxserver.C (callback): adjust
2250
2251         * lyxfunc.C (getStatus): add a missing brace in commented code
2252         (ensureBufferClean): reindent
2253         (dispatch): delete version taking a string
2254
2255 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2256
2257         * LaTeX.C (deplog): move found file handlig from here...
2258         (handleFoundFile): .. to new function here.
2259         (deplog): make sure to discover several files mentioned on the
2260         same log line.
2261
2262 2003-10-10  André Pönitz  <poenitz@gmx.net>
2263
2264         * lyxfunc.C:
2265         * lyxtext.h:
2266         * tabular.C:
2267         * text.C:
2268         * text2.C:
2269         * text3.C: fix some of the tabular crashes
2270
2271 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2272
2273         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2274
2275         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2276
2277 2003-10-09  André Pönitz  <poenitz@gmx.net>
2278
2279         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2280
2281         * BufferView.C:
2282         * BufferView_pimpl.C:
2283         * bufferview_funcs.C:
2284         * lyx_cb.C:
2285         * lyxcursor.C:
2286         * lyxfind.C:
2287         * lyxfunc.C:
2288         * lyxtext.h:
2289         * text.C:
2290         * text2.C:
2291         * text3.C:
2292         * text_funcs.[Ch]:
2293         * textcursor.[Ch]:
2294         * undo_funcs.C: adjust
2295
2296 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2297
2298         * text2.C (incrementItemDepth): new function, use a backtracking
2299         algorithm to discover the correct item depth.
2300         (resetEnumCounterIfNeeded): new function, use a backtracking
2301         algorithm to discover if counter reset is needed.
2302         (setCounter): use them. Simplify a bit. Add different labels for
2303         different item depths for itemize.
2304
2305         * paragraph.C (Paragraph): remove initialization of enumdepth
2306         (operator=): ditto
2307
2308         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2309         enumerate and itemize. Change the type of itemdepth to signed char.
2310
2311 2003-10-08  André Pönitz  <poenitz@gmx.net>
2312
2313         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2314           thing assignable.
2315         * text.C:
2316         * text2.C: adjust
2317
2318         * tabular.[Ch]: fix crash after 'row-insert'
2319
2320 2003-10-08  Angus Leeming  <leeming@lyx.org>
2321
2322         Fix doxygen warnings.
2323
2324         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2325         Remove CutAndPaste:: prefix from header file declaration.
2326
2327         * LColor.h (fill): remove LColor:: prefix from declaration.
2328
2329         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2330         use lyx::depth_type rather than Paragraph::depth_type so that
2331         header file and .C file match.
2332
2333         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2334
2335         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2336         * aspell.C: \file aspell_local.C -> \file aspell.C
2337         * gettext.C: \file gettext.C -> \file src/gettext.C
2338         * gettext.h: \file gettext.h -> \file src/gettext.h
2339         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2340         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2341         * text.C: \file text.C -> \file src/text.C
2342
2343         * toc.C: move comment so that doxygen is not confused.
2344
2345 2003-10-07  Angus Leeming  <leeming@lyx.org>
2346
2347         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2348
2349 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2350
2351         * aspell.C:
2352         * aspell_local.h: add forgotten std::string's.
2353
2354 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2355
2356         * LaTeXFeatures.C:
2357         * LyXAction.C:
2358         * factory.C:
2359         * lfuns.h:
2360         * lyxfunc.C:
2361         * text3.C: The Box patch. Fancybox support, minipage, parbox
2362
2363 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2364
2365         * CutAndPaste.h:
2366         * DepTable.h:
2367         * FloatList.h:
2368         * LaTeXFeatures.h:
2369         * ParagraphParameters.h:
2370         * TextCache.h:
2371         * Thesaurus.h:
2372         * bufferlist.h:
2373         * exporter.h:
2374         * importer.h:
2375         * lastfiles.h:
2376         * lyxfind.h:
2377         * lyxfont.h:
2378         * lyxlex.h:
2379         * lyxtextclasslist.h:
2380         * messages.h:
2381         * paragraph.h:
2382         * paragraph_pimpl.C:
2383         * textcursor.h: add <string> and other small fixes to make Lars'
2384         std::string patch compile with STLport.
2385
2386 2003-10-06  Angus Leeming  <leeming@lyx.org>
2387
2388         * LColor.h: Add missing #include <string>.
2389
2390 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2391
2392         * All most all file in all subdirs: Make <string> be the prefered
2393         way of getting to std::string, add using declarations.
2394
2395 2003-10-06  André Pönitz  <poenitz@gmx.net>
2396
2397         * metricsinfo.C: initialize LyXFont before changing attribute.
2398         (fixes the 'math in \emph is upright' bug)
2399
2400 2003-10-06  André Pönitz  <poenitz@gmx.net>
2401
2402         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2403
2404 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2405
2406         * graph.C:
2407         * paragraph_pimpl.C: Small fixes to build using STLport
2408
2409 2003-10-02  André Pönitz  <poenitz@gmx.net>
2410
2411         * lyxfunc.C:
2412         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2413
2414 2003-10-01  André Pönitz  <poenitz@gmx.net>
2415
2416         * factory.C: assert early
2417
2418 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2419
2420         * lyx_main.C: remove the global debug object
2421
2422         * debug.h: adjust for new debugstream
2423
2424         * debug.C: adjust for new debugstream and keep the global debug
2425         object here.
2426
2427 2003-09-22  Angus Leeming  <leeming@lyx.org>
2428
2429         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
2430         of g++ which otherwise complain that the scoped_ptr destructor can't delete
2431         an incomplete class LyXFont.
2432
2433 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2434
2435         * factory.C: bug fix in branches
2436
2437 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2438
2439         * lyxfunc.C (processKeySym): adjust
2440         (dispatch): adjust
2441         (dispatch): change arg name from ev to func, adjust
2442         (sendDispatchMessage): ditto
2443
2444         * lyx_main.C (defaultKeyBindings): adjust keybindings
2445         (deadKeyBindings): ditto
2446
2447         * kbsequence.C (addkey): return a FuncRequest
2448
2449         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
2450
2451         * kbmap.C (bind): take a FuncRequest as arg, adjust
2452         (read): adjust
2453         (lookup): adjust
2454         (defkey): change to take a FuncRequest as arg, adjust
2455         (findbinding): take a FuncRequest as arg, adjust.
2456
2457         * funcrequest.h (operator=): added
2458
2459         * funcrequest.C (FuncRequest): default kb_action changed from
2460         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
2461
2462         * buffer.C (dispatch): simplify
2463         (dispatch): adjust to take a FuncRequest as arg, adjust
2464
2465         * boost.C (assertion_failed): change assertion message slightly
2466
2467         * ToolbarBackend.C (read): simplify
2468
2469         * MenuBackend.C (binding): adjust call to findbinding, add a
2470         message if no binding is found.
2471         (read): simplify
2472         (expandToc): correct by adding a empty FuncRequest
2473
2474         * LyXAction.C: include <boost/assert.hpp>
2475         (isPseudoAction): delete function
2476         (LookupFunc): change name to...
2477         (lookupFunc): this. change return type to FuncRequest.
2478         (getActionName): take kb_action as arg, simplify
2479         (funcHasFlag): add an assert, simplify.
2480
2481 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2482
2483         * toc.C (action): return a FuncRequest, simplify
2484
2485         * lyxfunc.C (processKeySym): adjust
2486         (getStatus): delete version that takes an int.
2487         (getStatus): adjust
2488         (dispatch): delete version that takes action as int
2489         (dispatch): adjust
2490         (sendDispatchMessage): simplify and adjust
2491
2492         * funcrequest.C (getArg): take unsigned int as arg
2493
2494         * ToolbarBackend.C (read): adjust
2495         (add): delete version that takes func as a string.
2496         (getIton): take a FuncRequest as arg
2497
2498         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
2499         action.
2500
2501         * MenuBackend.C (MenuItem): add a new construct that only takes a
2502         Kind, simplify the constructor use for submenus.
2503         (add): adjust
2504         (expandLastfiles): adjust
2505         (expandDocuments): adjust
2506         (expandFormats): adjust
2507         (expandFloatListInsert): adjust
2508         (expandFloatInsert): adjust
2509         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
2510
2511         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
2512         Remove class variables lyx_pseudo_map and lyx_arg_map
2513
2514         * LyXAction.C (searchActionArg): delete function
2515         (getPseudoAction): delete function
2516         (retrieveActionArg): delete function
2517         (LookupFunc): make it return kb_action, simplify.
2518         (getActionName): simplify
2519
2520         * factory.C (createInset): fix new bug
2521
2522 2003-09-19  Angus Leeming  <leeming@lyx.org>
2523
2524         * CutAndPaste.C (pasteSelection): remove fudge used to set the
2525         masterFilename_ parameter in the include inset.
2526
2527         * factory.C (createInset): changes due to the changes to InsetInclude.
2528
2529 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2530
2531         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
2532
2533 2003-09-18  Angus Leeming  <leeming@lyx.org>
2534
2535         * buffer.C:
2536         * BufferView.C: pass the buffer when calling Inset::getLabelList,
2537         Inset::fillWithBibKeys.
2538         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
2539
2540 2003-09-18  Angus Leeming  <leeming@lyx.org>
2541
2542         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
2543         variables.
2544         (ctor): pass and store a 'Buffer const &'
2545         (buffer): new member function.
2546
2547         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
2548         '*this' to the LaTeXFeatures ctor.
2549
2550 2003-09-18  Angus Leeming  <leeming@lyx.org>
2551
2552         * LColor.h:
2553         * lyxfont.C:
2554         * lyxfont.h:
2555         * lyxtext.h:
2556         * text.C: rename EnumLColor as LColor_color.
2557
2558 2003-09-18  Angus Leeming  <leeming@lyx.org>
2559
2560         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
2561         remove #include "insets/insetbase.h" from cursor.h.
2562
2563 2003-09-18  Angus Leeming  <leeming@lyx.org>
2564
2565         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
2566         InsetOld_code to remove #include "inset.h".
2567
2568         * iterators.C: add #include "insets/inset.h"
2569
2570 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
2571
2572         * BufferView.C: remove more locking stuff that apparently doesn't
2573         do anything sensible.
2574
2575 2003-09-16  André Pönitz  <poenitz@gmx.net>
2576
2577         * paragraph.[Ch]:
2578         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
2579           performance boost.
2580
2581 2003-09-16  Angus Leeming  <leeming@lyx.org>
2582
2583         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
2584
2585         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
2586         arg/return type.
2587
2588         * paragraph.h: remove #include "lyxfont.h". Forward declare
2589         LyXFont_size.
2590
2591 2003-09-16  Angus Leeming  <leeming@lyx.org>
2592
2593         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
2594         of support/textutils.h.
2595         (isWord): move the contents of support/textutils.h's IsWordChar here.
2596
2597         * buffer.C:
2598         * lyxfind.C:
2599         * rowpainter.C:
2600         * text.C:
2601         * text2.C: add #include "paragraph.h".
2602
2603         * rowpainter.C:
2604         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
2605
2606 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2607
2608         * main.C:
2609         * lyx_main.C:
2610         * lyx_cb.C:
2611         * buffer.C:
2612         * LaTeX.C: use namespace alias for lyx::support::os
2613
2614 2003-09-16  Angus Leeming  <leeming@lyx.org>
2615
2616         * bufferparams.C:
2617         * bufferview_funcs.C:
2618         * factory.C:
2619         * lyxfunc.C:
2620         * paragraph_pimpl.C:
2621         * rowpainter.C:
2622         * text.C: add #include "LColor.h".
2623
2624 2003-09-16  Angus Leeming  <leeming@lyx.org>
2625
2626         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
2627         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
2628         return LyXFont &.
2629         Store the FontBits::color variable as an int rather than as an
2630         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2631         file.
2632
2633         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2634         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2635         string calls together.
2636
2637         * lyxrc.C: add #include "LColor.h".
2638
2639 2003-09-15  Angus Leeming  <leeming@lyx.org>
2640
2641         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2642         a cow_ptr.
2643
2644 2003-09-15  Angus Leeming  <leeming@lyx.org>
2645
2646         * LColor.h: add an EnumLColor wrapper for LColor::color.
2647
2648         * lyxfont.[Ch] (color, setColor, realColor):
2649         * lyxtext.h, text.C (backgroundColor):
2650         pass EnumLColor args to/from the functions, rather than LColor::color
2651         ones.
2652
2653         * lyxfont.h:
2654         * lyxtext.h: forward declare EnumLColor.
2655
2656         * lyx_main.C: add #include "LColor.h".
2657
2658 2003-09-15  Angus Leeming  <leeming@lyx.org>
2659
2660         * .cvsignore: add lyx-gtk.
2661
2662 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2663
2664         * Chktex.C
2665         * LaTeX.C
2666         * LaTeXFeatures.C
2667         * ParagraphParameters.C
2668         * Spacing.C
2669         * buffer.C
2670         * bufferparams.C
2671         * bufferview_funcs.C
2672         * chset.C
2673         * counters.C
2674         * funcrequest.C
2675         * lyxfont.C
2676         * lyxgluelength.C
2677         * lyxlength.C
2678         * paragraph.C
2679         * paragraph_funcs.C
2680         * text3.C
2681         * vc-backend.C: remove usage of STRCONV
2682
2683 2003-09-15  Angus Leeming  <leeming@lyx.org>
2684
2685         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2686         explicitly define the color passed to the painter.
2687
2688 2003-09-15  Angus Leeming  <leeming@lyx.org>
2689
2690         * bufferparams.C (BufferParams): reorder member initializers to avoid
2691         compiler warning.
2692
2693 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2694
2695         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2696         * text.C (updateRowPositions): remove an unusual nop
2697
2698 2003-09-12  André Pönitz  <poenitz@gmx.net>
2699
2700         * BufferView_pimpl.C:
2701         * Bullet.C:
2702         * layout.h:
2703         * lyxfunc.C:
2704         * lyxlayout.[Ch]:
2705         * lyxtextclass.C:
2706         * rowpainter.C:
2707         * text.C:
2708         * text2.C:
2709         * Counters.[Ch]: finish the 'automatic counters' job
2710
2711 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2712
2713         * aspell.C: include <boost/assert.cpp> (compile fix)
2714
2715 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2716
2717         * boost.C (assertion_failed): use lyx::support::abort instead of
2718         assert.
2719
2720 2003-09-10  Angus Leeming  <leeming@lyx.org>
2721
2722         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2723         with their _fwd progeny.
2724
2725 2003-09-09  Angus Leeming  <leeming@lyx.org>
2726
2727         134 files throughtout the source tree: replace 'using namespace abc;'
2728         directives with the appropriate 'using abc::xyz;' declarations.
2729
2730 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2731
2732         * boost.C (emergencyCleanup): moved here from LAssert.c
2733         (assertion_failed): new function, called by BOOST_ASSERT
2734
2735         * several files: change Assert to BOOST_ASSERT
2736
2737 2003-09-09  Angus Leeming  <leeming@lyx.org>
2738
2739         * buffer.[Ch]: Add an Impl class and move Buffer's member
2740         variables into it. As a result move several header files out of
2741         buffer.h.
2742
2743         Add header files to lots of .C files all over the tree as a result.
2744
2745 2003-09-09  Angus Leeming  <leeming@lyx.org>
2746
2747         * buffer.[Ch]: make Buffer's member variables private. Add
2748         accessor functions.
2749
2750         Lots of changes all over the tree as a result.
2751
2752 2003-09-08  Angus Leeming  <leeming@lyx.org>
2753
2754         * graph.C: #include <config.h>.
2755
2756 2003-09-08  Angus Leeming  <leeming@lyx.org>
2757
2758         * BranchList.C:
2759         * BufferView.C:
2760         * BufferView_pimpl.C:
2761         * CutAndPaste.C:
2762         * DepTable.C:
2763         * LaTeX.C:
2764         * LaTeXFeatures.C:
2765         * LyXAction.C:
2766         * MenuBackend.C:
2767         * TextCache.C:
2768         * aspell.C:
2769         * buffer.C:
2770         * bufferlist.C:
2771         * changes.C:
2772         * chset.C:
2773         * converter.C:
2774         * counters.C:
2775         * debug.C:
2776         * graph.C:
2777         * ispell.C:
2778         * lyx_cb.C:
2779         * lyxfind.C:
2780         * lyxfunc.C:
2781         * lyxlex_pimpl.C:
2782         * lyxrc.C:
2783         * lyxrow.C:
2784         * paragraph.C:
2785         * rowpainter.C:
2786         * texrow.C:
2787         * text.C:
2788         * text2.C:
2789         * toc.C: remove redundant using directives.
2790
2791 2003-09-07  Angus Leeming  <leeming@lyx.org>
2792
2793         * LaTeXFeatures.h: remove #include "support/types.h".
2794         * ToolbarBackend.h: remove #include <algorithm>.
2795         * changes.h: remove #include <ctime>.
2796         * debug.h: remove #include <iosfwd>.
2797         * graph.h: remove #include "support/std_string.h".
2798         * lyx_main.h: remove #include <csignal>.
2799         * lyxlex_pimpl.h: remove #include <fstream>.
2800         * sgml.h: remove #include <algorithm>, <utility>.
2801         * toc.h: remove #include "support/std_ostream.h".
2802         Add #include <iosfwd>.
2803
2804 2003-09-07  Angus Leeming  <leeming@lyx.org>
2805
2806         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2807
2808         * converter.h: forward declare LatexRunParams.
2809         * encoding.h: remove #include "lyxrc.h".
2810         * lyxtext.h: remove #include "LColor.h".
2811         * lyxtextclass.h: remove #include "support/types.h".
2812         * trans.h: remove #include "tex-accent.h".
2813         * trans_mgr.h: remove #include "tex-accent.h".
2814         * insets/inset.h: remove #include "support/types.h", <vector>.
2815         * insets/insetcollapsable.h: remove #include "LColor.h".
2816         * insets/insetinclude.h: remove #include "dimension.h".
2817         * insets/insetlatexaccent.h: remove #include "dimension.h".
2818         * insets/insetoptarg.h:: remove #include "insettext.h".
2819         * insets/insettext.h: remove #include "dimension.h",
2820         <boost/shared_ptr.hpp>
2821
2822         * insets/renderers.h: add #include "dimension.h".
2823         * insets/updatableinset.h: add #include "support/types.h".
2824
2825         * many .C files: Associated changes.
2826
2827 2003-09-06  Angus Leeming  <leeming@lyx.org>
2828
2829         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2830         one, inside testInvariant.
2831
2832         * PrinterParams.C: new file.
2833         * PrinterParams.[Ch]: move the function bodies out of line.
2834
2835 2003-09-06  Angus Leeming  <leeming@lyx.org>
2836
2837         * ParagraphParameters.h: forward declare ParameterStruct rather than
2838         including its header file.
2839         (depth): moved out-of-line.
2840
2841 2003-09-06  Angus Leeming  <leeming@lyx.org>
2842
2843         * BufferView_pimpl.h:
2844         * kbmap.h:
2845         * kbsequence.h:
2846         * lyxfunc.h: forward declare LyXKeySym rather than
2847         #include "frontends/LyXKeySym.h".
2848
2849         * BufferView_pimpl.C:
2850         * kbmap.C:
2851         * kbsequence.C:
2852         * lyxfunc.C: associated changes.
2853
2854 2003-09-06  Angus Leeming  <leeming@lyx.org>
2855
2856         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2857         As a result, can remove the #include "insets/inset.h" from BufferView.h
2858
2859 2003-09-06  Angus Leeming  <leeming@lyx.org>
2860
2861         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2862         As a result, can remove the #include "insets/inset.h" from BufferView.h
2863
2864 2003-09-06  Angus Leeming  <leeming@lyx.org>
2865
2866         * buffer_funcs.C:
2867         * buffer.h:
2868         * bufferlist.C:
2869         * BufferView.C:
2870         * bufferview_funcs.C:
2871         * BufferView_pimpl.C:
2872         * CutAndPaste.C:
2873         * lyx_cb.C:
2874         * lyxfunc.C:
2875         * paragraph.h:
2876         * ParagraphParameters.C:
2877         * tabular.C:
2878         * text3.C:
2879         * toc.C:
2880         * undo_funcs.C:
2881         * frontends/controllers/ControlDocument.C:
2882         * insets/insetcaption.C: rearrange the #includes into some sort of
2883         coherent order.
2884
2885         * buffer.h: remove #includes ErrorList.h, undo.h
2886
2887 2003-09-06  Angus Leeming  <leeming@lyx.org>
2888
2889         * support/types.h: add a 'depth_type' typedef, used to store the
2890         nesting depth of a paragraph.
2891
2892         * paragraph.h:
2893         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2894         defining explicitly.
2895
2896         * buffer.h:
2897         * paragraph_funcs.h:
2898         * ParagraphParameters.h:
2899         * sgml.h: use lyx::depth_type rather than Paragraph or
2900         ParameterStruct's depth_type.
2901
2902         * buffer.h
2903         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2904
2905         * BufferView.C:
2906         * BufferView_pimpl.C:
2907         * CutAndPaste.C:
2908         * ParagraphParameters.C:
2909         * buffer_funcs.C:
2910         * bufferlist.C:
2911         * bufferview_funcs.C:
2912         * lyx_cb.C:
2913         * lyxfunc.C:
2914         * tabular.C:
2915         * text3.C:
2916         * toc.C:
2917         * undo_funcs.C:
2918         * frontends/LyXView.C:
2919         * frontends/controllers/ControlDocument.C:
2920         * frontends/controllers/ControlErrorList.C:
2921         * insets/insetbibitem.C:
2922         * insets/insetbranch.C:
2923         * insets/insetcaption.C:
2924         * insets/insetcollapsable.C:
2925         * insets/insetenv.C:
2926         * insets/insetert.C:
2927         * insets/insetfloat.C:
2928         * insets/insetfoot.C:
2929         * insets/insetfootlike.C:
2930         * insets/insetnewline.C:
2931         * insets/insetquotes.C:
2932         * insets/insettabular.C:
2933         * insets/insettext.C:
2934         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2935
2936         * frontends/controllers/ControlChanges.C: #include "changes.h".
2937
2938 2003-09-06  Angus Leeming  <leeming@lyx.org>
2939
2940         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2941         than #including paragraph.h.
2942
2943         * ParagraphList.h:
2944         * RowList.h: deleted. Superfluous.
2945
2946         * CutAndPaste.h:
2947         * iterators.h:
2948         * lyxcursor.h:
2949         * lyxtext.h:
2950         * text_funcs.h:
2951         * undo.h:
2952         * undo_funcs.h:
2953         * insets/inset.h:
2954         * insets/insettext.h: use ParagraphList_fwd.h rather than
2955         ParagraphList.h.
2956
2957         * paragraph.h: don't forward declare ParagraphList.
2958
2959         * buffer.h:
2960         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2961         rather than ParagraphList.h. paragraph.h is still needed for the
2962         Paragraph::depth_type parameters.
2963
2964         * textcursor.h: enable it to compile stand-alone in light of the
2965         above changes.
2966
2967         * bufferview_funcs.C:
2968         * iterators.C:
2969         * lyxfunc.C:
2970         * lyxrow_funcs.C:
2971         * paragraph.C:
2972         * rowpainter.C:
2973         * text.C:
2974         * text2.C:
2975         * text3.C:
2976         * text_funcs.C:
2977         * textcursor.C:
2978         * undo.C:
2979         * frontends/controllers/ControlParagraph.C:
2980         * frontends/controllers/ControlTabular.C:
2981         * insets/insetmarginal.C:
2982         * insets/insetminipage.C:
2983         * insets/insetnote.C:
2984         * insets/insetoptarg.C: add header files needed to compile again.
2985
2986 2003-09-06  Angus Leeming  <leeming@lyx.org>
2987
2988         * RowList_fwd.h: new file, forward-declaring Row rather than
2989         #including lyxrow.h.
2990
2991         * lyxrow_funcs.h:
2992         * lyxtext.h:
2993         * paragraph.h:
2994         * insets/insettext.h: use it instead of RowList.h
2995
2996         * bufferview_funcs.C:
2997         * lyxfunc.C:
2998         * lyxrow_funcs.C:
2999         * paragraph.C:
3000         * rowpainter.C:
3001         * text.C:
3002         * text2.C:
3003         * text3.C: #include "RowList.h".
3004
3005 2003-09-05  Angus Leeming  <leeming@lyx.org>
3006
3007         * factory.C (createInset):
3008         * vspace.C (c-tor): replace sscanf call with an istringstream.
3009         * ispell.C: re-add missing HP/UX headers.
3010         * lyxserver.C: re-add missing  os2 headers.
3011
3012 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3013
3014         * BranchList.C:
3015         * graph.C:
3016         * ispell.C:
3017         * lastfiles.C:
3018         * lyx_cb.C:
3019         * lyxserver.C:
3020         * texrow.C:
3021         * text3.C: re-add missing system headers, needed for 2.95.2.
3022
3023 2003-09-05  Angus Leeming  <leeming@lyx.org>
3024
3025         Changes most place everywhere due to the removal of using directives
3026         from support/std_sstream.h.
3027
3028 2003-09-05  Angus Leeming  <leeming@lyx.org>
3029
3030         Replace LString.h with support/std_string.h,
3031         Lsstream.h with support/std_sstream.h,
3032         support/LIstream.h with support/std_istream.h,
3033         support/LOstream.h with support/std_ostream.h.
3034
3035         Changes resulting throughout the tree.
3036
3037 2003-09-05  Angus Leeming  <leeming@lyx.org>
3038
3039         * sgml.h: ensure that the header file can be compiled stand-alone.
3040         * *.C: strip out redundant #includes. (320 in total.)
3041
3042 2003-09-04  Angus Leeming  <leeming@lyx.org>
3043
3044         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3045         here (from getPackages).
3046
3047         * debug.[Ch]: add a new EXTERNAL tag.
3048
3049 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3050
3051         * text2.C (cursorEnd): simplify
3052         (setCursor): adjust
3053         (getColumnNearX): adjust
3054
3055         * text.C (computeBidiTables): adjust
3056         (fill): adjust
3057
3058         * rowpainter.C (paintChars): adjust
3059         (paintSelection): adjust
3060         (paintChangeBar): adjust
3061         (paintText): adjust
3062
3063         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3064         lastPos instead.
3065         (numberOfSeparators): adjust
3066
3067 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3068
3069         * LyXAction.C:
3070         * box.[Ch]:
3071         * lfuns.h:
3072         * lyxfunc.C:
3073         * text3.C: Restricts the mouse click functionality
3074         of insets like bibtex, include, toc and floatlist to the visible
3075         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3076         up the dialogs. Cursor has to be in front of the inset (i.e.
3077         start of row) for this to function.
3078
3079 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3080
3081         * bufferview_funcs.C (currentState): output row information
3082
3083 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3084
3085         * bufferview_funcs.C (currentState): output paragraph position
3086
3087 2003-09-04  Angus Leeming  <leeming@lyx.org>
3088
3089         * FloatList.h: move out #include "Floating.h".
3090         * LaTeX.h: move out #include "DepTable.h".
3091         * LyXAction.h: move out #include "funcrequest.h".
3092         * buffer.h: move out #include "author.h", "iterators.h".
3093         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3094         * lyx_main.h: move out #include "errorlist.h".
3095         * lyxfunc.h: move out #include "FuncStatus.h".
3096         * lyxtext: move out #include "lyxcursor.h".
3097         * paragraph_pimpl.h: move out #include "counters.h".
3098
3099 2003-09-03  Angus Leeming  <leeming@lyx.org>
3100
3101         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3102         preamble_snippets list, enabling us to add snippets to the preamble
3103         only if the snippet was not there already.
3104
3105 2003-09-04  Angus Leeming  <leeming@lyx.org>
3106
3107         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3108
3109 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3110
3111         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3112         update
3113
3114 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3115
3116         * BranchList.C: point fix, earlier forgotten
3117
3118 2003-09-02  Angus Leeming  <leeming@lyx.org>
3119
3120         * box.C (contains): renamed from 'contained' after a fantastic
3121         amount of hot air.
3122
3123 2003-09-02  John Levon  <levon@movementarian.org>
3124
3125         * BufferView.C:
3126         * lyxcursor.h:
3127         * lyxcursor.C:
3128         * lyxfunc.C:
3129         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3130
3131 2003-09-02  John Levon  <levon@movementarian.org>
3132
3133         * text2.C: simplification of cursorEnd(), including partial
3134         fix for bug 1376
3135
3136 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3137
3138         * buffer.C (readFile): add a space
3139
3140 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3141
3142         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3143
3144 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3145
3146         * buffer.C (readFile): new function, take a filename and a
3147         ParagraphList::iterator
3148         (readFile): adjust
3149         (readFile): adjust, make it private. don't use setStream, make
3150         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3151         always contain the filename.
3152
3153         * BufferView.C (insertLyXFile): simplify and make it work for
3154         gzipped files.
3155
3156 2003-08-30  John Levon  <levon@movementarian.org>
3157
3158         * Makefile.am: fix dist (from Kayvan)
3159
3160 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3161
3162         * most files: change to use const Buffer refs
3163
3164 2003-08-27  André Pönitz  <poenitz@gmx.net>
3165
3166         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3167         on top of ownerPar().
3168
3169 2003-08-27  John Levon  <levon@movementarian.org>
3170
3171         * funcrequest.C: properly initialise POD members
3172
3173 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3174
3175         * lyxtext.h (top_y): move top_y from here
3176         * text.C:
3177         * text2.C:
3178         * text3.C:
3179         * BufferView.[Ch]:
3180         * BufferView_pimpl.[Ch]: to here
3181         * frontends/screen.C:
3182         * insets/insettabular.C:
3183         * insets/insettext.C: adjust
3184         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3185
3186 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3187
3188         * BufferView.[Ch]:
3189         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3190
3191 2003-08-26  André Pönitz  <poenitz@gmx.net>
3192
3193         * paragraph_func.[Ch] (outerPar): new function
3194
3195         * paragraph.C:
3196         * paragraph_funcs.C:
3197         * paragraph_funcs.h:
3198         * paragraph_pimpl.C:
3199         * text2.C: remove Inset::par_owner
3200
3201 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3202
3203         * lyxrow_funcs.C:
3204         * lyxtext.h:
3205         * text.C:
3206         * text2.C: eliminates the needFullRow/display() stuff
3207         altogether, putting the logic in metrics/draw in the insets.
3208
3209 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3210
3211         * text2.C (redoParagraphInternal, redoParagraphs):
3212         * text.C (redoParagraph): add a call to updateRowPositions at the
3213         end of each 'metrics-like' call. Remove all others.
3214         (getRow): remove the 'y-computing' version.
3215         (getRowNearY): do not compute nor return the real y. Solve the
3216         'y < 0' problem and simplify.
3217
3218 2003-08-22  Angus Leeming  <leeming@lyx.org>
3219
3220         * *.[Ch]: clean-up of licence and author blurbs.
3221         Also move config.h out of a few .h files and into a few .C files.
3222
3223 2003-08-22  André Pönitz  <poenitz@gmx.net>
3224
3225         * lyxrow.[Ch]: add x_ and *fill_ members
3226
3227         * lyxtext.h:
3228         * text.C:
3229         * rowpainter.C:
3230         * text2.C: adjust/remove prepareToPrint() calls
3231
3232 2003-08-22  André Pönitz  <poenitz@gmx.net>
3233
3234         * lyxrow.[Ch]: add  end_ member
3235
3236         * lyxrow_funcs.C: use LyXRow::end_
3237
3238         * lyxtext.h (singleWidth): add LyXFont parameter
3239
3240         * rowpainter.C:
3241         * text2.C: adjust LyXText::singleWidth() calls
3242
3243         * text.C (redoParagraph): simplify row breaking logic
3244
3245
3246 2003-08-19  André Pönitz  <poenitz@gmx.net>
3247
3248         * funcrequest.C: initialize button_ member
3249
3250         * text3.C:
3251         * rowpainter.[Ch]: interface consolidation
3252
3253 2003-08-18  André Pönitz  <poenitz@gmx.net>
3254
3255         * BufferView.C:
3256         * BufferView_pimpl.C:
3257         * lyxfind.C:
3258         * paragraph_funcs.C:
3259         * rowpainter.C:
3260         * text3.C: remove LyXScreen::draw() and fitCursor calls
3261
3262         * BranchList.h: remove spurious semicolons
3263
3264         * MenuBackend.C: fix branchlist related crash
3265
3266 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3267
3268         * BranchList.[Ch]:
3269         * InsetList.[Ch]:
3270         * LColor.[Ch]:
3271         * LyXAction.C:
3272         * Makefile.am:
3273         * MenuBackend.[Ch]:
3274         * bufferparams.[Ch]:
3275         * factory.C:
3276         * lfuns.h:
3277         * lyxfunc.C:
3278         * text3.C: implements the 'branch inset'
3279         idea. This allows the output of various versions of a document
3280         from a single source version, selectively outputing or suppressing
3281         output of parts of the text.
3282         This implementation contains a 'branch list editor' in a separate
3283         tab of the document settings dialog. Branches are user definable
3284         and have a "display colour" to distinguish them on-screen.
3285
3286         ColorHandler was somewhat cleaned up.
3287         (1) make possible a dynamically growing LColor list by allowing
3288         the graphic context cache to grow along (vector);
3289         (2) eliminate an IMHO unnecessary step in colour allocation.
3290
3291 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3292
3293         * BufferView_pimpl.C: compile fix
3294
3295 2003-08-15  André Pönitz  <poenitz@gmx.net>
3296
3297         * rowpainter.C: remove extra metrics calls
3298
3299         * lyxtext.h: merge the two constructors into a single one,
3300           pass reference to owner's par list
3301
3302         * BufferView_pimpl.C:
3303         * text.C:
3304         * text2.C: adjust
3305
3306 2003-08-15  André Pönitz  <poenitz@gmx.net>
3307
3308         * lyxrow_funcs.[Ch]:
3309         * lyxtext.h:
3310         * paragraph.h:
3311         * paragraph_funcs.C:
3312         * rowpainter.C:
3313         * text.C:
3314         * text2.C:
3315         * text3.C:
3316         * text_funcs.C: split LyXText::rowlist_ into individual
3317         Paragraph::rows_ chunks
3318
3319         * BufferView.[Ch]:
3320         * BufferView_pimpl.[Ch]:
3321         * lyxfind.C:
3322         * lyxtext.h:
3323         * text3.C: remove toggleSelection()
3324
3325 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3326
3327         * bufferlist.C: beautify two alerts (shorter text of buttons)
3328         * buffer.C: Remove redundant ' ' from message
3329         * tabular.h:
3330         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3331         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3332         rename VALIGN_CENTER to VALIGN_MIDDLE
3333
3334 2003-08-11  André Pönitz  <poenitz@gmx.net>
3335
3336         * lyxtext.h (getPar):
3337         * text.C: new function
3338
3339 2003-08-11  André Pönitz  <poenitz@gmx.net>
3340
3341         * Makefile.am:
3342         * tracer.[Ch]: remove unneeded files
3343
3344         * InsetList.[Ch]: remove resizeInsetsLyXText()
3345
3346         * lyxtext.h:
3347         * text.C:
3348         * text2.C:
3349         * text3.C: merge insertParagraphs() and appendParagraph()
3350         remove breakAgain(), update()
3351
3352         * BufferView_pimpl.[Ch]:
3353         * bufferview_funcs.[Ch]:
3354         * lyxfunc.C:
3355         * paragraph.[Ch]:
3356         * rowpainter.C:
3357         * tabular.C: adjust after text & InsetList changes.
3358
3359 2003-08-08  André Pönitz  <poenitz@gmx.net>
3360
3361         * text.C (insertChar, backspace): replace rowlist fiddling
3362         with rebreak of full par
3363
3364         * lyxtext.h:
3365         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3366         checkParagraph, updateInset): removed
3367
3368 2003-08-07  André Pönitz  <poenitz@gmx.net>
3369
3370         * paragraph.C:
3371         * text3.C: merge some LFUN handlers, remove dead code
3372
3373 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3374
3375         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3376
3377 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3378
3379         * text2.C (DEPM): fix part of bug 1255 and 1256
3380
3381 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3382
3383         * BufferView_pimpl.C (workAreaDispatch): change to use
3384         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3385         that are no mouse related.
3386
3387 2003-08-05  André Pönitz  <poenitz@gmx.net>
3388
3389         * BufferView.[Ch]:
3390         * BufferView_pimpl.[Ch]:
3391         * bufferview_funcs.C:
3392         * text2.C:
3393         * text3.C: rip out "deep update"
3394
3395         * textcursor.[Ch] (last_sel_cursor): remove unused member
3396
3397 2003-08-04  André Pönitz  <poenitz@gmx.net>
3398
3399         * BufferView.[Ch]:
3400         * BufferView_pimpl.[Ch]:
3401         * ParagraphParameters.C:
3402         * bufferview_funcs.C:
3403         * lyx_cb.C:
3404         * lyxfind.C:
3405         * lyxfunc.C:
3406         * text.C:
3407         * text2.C:
3408         * text3.C: replace "complicated" BufferView::update(...) calls with
3409         simpler ones.
3410
3411         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3412
3413 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3414
3415         * Makefile.am (lyx_SOURCES): add paper.h
3416
3417 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3418
3419         * Makefile.am: move things around so that both lyx-qt and
3420         lyx-xforms can be built (according to --with-frontend). Then lyx
3421         is a symbolic link to lyx-[firstfrontend]
3422
3423 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3424
3425         * Always use std::endl with lyxerr
3426
3427 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3428
3429         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
3430
3431 2003-08-01  André Pönitz  <poenitz@gmx.net>
3432
3433         * BufferView.[Ch]:
3434         * BufferView_pimpl.[Ch]:
3435         * lyxfunc.C:
3436         * text3.C: merge BufferView::repaint() and BufferView::update()
3437
3438 2003-08-01  José Matos  <jamatos@lyx.org>
3439
3440         * buffer.[Ch]: file_format is no longer a buffer data element.
3441
3442 2003-08-01  André Pönitz  <poenitz@gmx.net>
3443
3444         * BufferView.C:
3445         * lyxtext.h:
3446         * text.C:
3447         * text2.C: make redoParagraph more independent of current cursor
3448
3449         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
3450         * text.C:
3451         * text2.C: remove unneeded members
3452
3453 2003-07-30  André Pönitz  <poenitz@gmx.net>
3454
3455         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
3456
3457         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
3458           create a single function...
3459
3460         * paragraph_funcs.C (moveItem): ... here.
3461
3462         * text.C:
3463           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
3464
3465 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
3466
3467         * LColor.[Ch]: Add comment and greyedout logical colors.
3468
3469 2003-07-30  André Pönitz  <poenitz@gmx.net>
3470
3471         * tabular.C: don't use Assert too heavily. This crashes where it
3472           shouldn't
3473
3474 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
3475
3476         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
3477         is disabled (bug 1232)
3478
3479 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3480
3481         * factory.C: limited 'arg' scope
3482
3483 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3484
3485         * factory.C: fixed Note submenu issues
3486
3487 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3488
3489         * factory.C: submenu for Note/Comment/Greyedout
3490
3491 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
3492
3493         * lyx_main.C (LyX):
3494         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
3495
3496 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
3497
3498         * LaTeXFeatures.C:
3499         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
3500         greyedout. Patch provided by Jürgen Spitzmüller.
3501
3502 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3503
3504         * kbmap.C (read): fix error message when reading bind files
3505
3506 2003-07-29  Angus Leeming  <leeming@lyx.org>
3507
3508         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
3509         certainly does not do what it purports to do. I am doing it, and
3510         us, a favour by killing it.
3511
3512 2003-07-28  José Matos  <jamatos@lyx.org>
3513
3514         * buffer.C (readBody, do_writeFile):
3515         * paragraph.C(readParagraph): \end_document replaces \the_end.
3516
3517 2003-07-29  André Pönitz  <poenitz@gmx.net>
3518
3519         * BufferView.[Ch]:
3520         * BufferView_pimpl.[Ch]:
3521         * lyxfunc.C:
3522         * text2.C:
3523         * text3.C:
3524         * textcursor.[Ch]: remove toggleToggle & Co
3525
3526 2003-07-28  José Matos  <jamatos@fep.up.pt>
3527
3528         * buffer.C (readParagraph):
3529         * params_func (readParToken, readParagraph):
3530         * paragraph.C (write): \layout -> \begin_layout.
3531
3532 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3533
3534         * lyxlex_pimpl.C (setFile): clean up slightly.
3535
3536         * bufferparams.h: add compressed var
3537
3538         * buffer_funcs.C (readFile): adjust for LyXLex change
3539         (newFile): ditto + simplify
3540
3541         * buffer.C (writeFile): handle writing of compressed files
3542
3543         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
3544         Check if the file is compressed and set a bufferparm if so.
3545
3546         * Makefile.am (lyx_LDADD): remove explicit -lz
3547
3548 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3549
3550         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
3551         makeDocBookFile): put the real LyX version in the first line of
3552         the file
3553
3554         * version.h:
3555         * version.C.in: remove lyx_docversion
3556
3557         * tabular.C (write_attribute): add a template-based version to
3558         write enums properly
3559
3560 2003-07-28  André Pönitz  <poenitz@gmx.net>
3561
3562         * lyxtext.h:
3563         * text.C:
3564         * text2.C:
3565         * text3.C: use doubles again for x-coordinates. They are needed.
3566
3567 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3568
3569         * messages.C (getLocaleDir): use lyx_localedir()
3570
3571         * lyxlex_pimpl.C (setFile): compress stuff
3572
3573         * buffer.C (writeFile): add some compression stuff
3574         (do_writeFile): new func, dont call expliti close... will this
3575         breake anything?
3576
3577         * Makefile.am (lyx_LDADD): add -lz
3578
3579 2003-07-28  José Matos  <jamatos@fep.up.pt>
3580
3581         * buffer.C: increment file format.
3582         * paragraph_funcs (readParagraph, readParToken):
3583         * paragraph.C (readParagraph): add \end_layout.
3584
3585 2003-07-27  Angus Leeming  <leeming@lyx.org>
3586
3587         * Makefile.am: remove special casing for configure-time setting of
3588         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
3589
3590         * lyx_main.C (init): remove all Jean-Marc's magic setting of
3591         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
3592
3593 2003-07-26  André Pönitz  <poenitz@gmx.net>
3594
3595         * paragraph_func.[Ch]:
3596         * paragraph.C (realizeFont): inline it whereever it is used
3597
3598         * rowpainter.C:
3599         * text.C:
3600         * text2.C:
3601         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
3602
3603
3604 2003-07-26  André Pönitz  <poenitz@gmx.net>
3605
3606         *       lyxtext.h:
3607         * text.C:
3608         * text2.C: get rid of LyXText::need_break_row
3609
3610 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3611
3612         * toc.[Ch]: put namespace toc inside namespace lyx
3613
3614         * MenuBackend.C (expandToc2): adjust for lyx::toc
3615         (expandToc): ditto
3616
3617         * lyxfunc.C (dispatch): adjust for lyx::find
3618
3619         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
3620         lyx::find instead. Reorganize a bit.
3621         (LyXReplace): rename to replace
3622         (LyXFind): rename to find
3623
3624         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
3625         (dispatch): ditto
3626
3627 2003-07-26  André Pönitz  <poenitz@gmx.net>
3628
3629         * text.C (setHeightOfRow): restrict scope of temporary variable
3630
3631         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3632           code (never has been used?)
3633
3634 2003-07-27  Asger Alstrup  <alstrup@local>
3635
3636         * text.C (fill): Optimise algorithm to exploit that we can reuse
3637         the LyXFont for many characters.
3638         (setHeightOfRow): Same thing.
3639         (rowBreakPoint): Same thing.
3640
3641 2003-07-26  Asger Alstrup  <alstrup@local>
3642
3643         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3644
3645         * text.C (singleWidth): Spurious font copying in hot-spot
3646         singleWidth avoided. Reorder tests for arabic for efficiency.
3647
3648         * text.C (fill): handle empty paragraphs better.
3649
3650 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3651
3652         * ispell.C:
3653         * encoding.h: add includes
3654
3655         * lyxrc.C: remove reading of bind files
3656
3657         * lyx_main.C (init): setup bindings and menus only if we have a
3658         gui.
3659
3660         * kbmap.C (read): new method. Do the actual reading of bind
3661         files.
3662
3663         * converter.C (dvipdfm_options):
3664         * bufferparams.C:
3665         * lyxrc.C (read):
3666         (output): adapt PAPER_* enums.
3667
3668         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3669
3670         * bufferparams.h: remove paper-related enums from there
3671
3672         * paper.h: New file. A trivial header file to hold paper-related
3673         enums. It should later expand to contain many paper-related
3674         horrors access.
3675
3676         * lyxrc.C: declare extern displayTranslator
3677
3678 2003-07-27  José Matos  <jamatos@fep.up.pt>
3679
3680         * tabular.[Ch] (linuxdoc): add support for tables and figures
3681         (linuxdoc).
3682
3683 2003-07-27  José Matos  <jamatos@fep.up.pt>
3684
3685         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3686         consistency in both functions.
3687         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3688
3689 2003-07-26  Asger Alstrup  <alstrup@local>
3690
3691         * rowpainter.C (paintRows): Change algorithm to work directly on
3692         the insets rather than asking every character in the document
3693         whether its an inset.
3694
3695 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3696
3697         * buffer.C (openFileWrite): factorize some code
3698
3699 2003-07-26  Angus Leeming  <leeming@lyx.org>
3700
3701         * lyx_cb.C:
3702         * lyx_main.[Ch]: replace occurances of system_tempdir with
3703         os::getTmpDir().
3704
3705 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3706
3707         * rename Inset to InsetOld
3708
3709 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3710
3711         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3712         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3713         which I think is a bit clearer. EDIT is gone, since it was
3714         premature optimisation, and broken for mathed anyway.
3715         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3716         with cursor positioning in insets as well (math insets still do not
3717         work, but that's a different story anyway.) It mysteriously
3718         crashes sometimes with undo in the first paragraph, but I'm fairly
3719         confident that this is a compiler bug.
3720
3721 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3722
3723         * paragraph.C (Paragraph): adjust for new clone return type
3724         (operator==): ditto
3725         (copyIntoMinibuffer): ditto
3726
3727 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3728
3729         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3730         by not having a special case, and always doing a full rebreak of
3731         the document after undo.
3732
3733 2003-07-23  Angus Leeming  <leeming@lyx.org>
3734
3735         * factory.C (createInset): InsetExternal::setParams now takes a
3736         Buffer const * arg.
3737
3738 2003-07-23  Angus Leeming  <leeming@lyx.org>
3739
3740         * factory.C (createInset): changed interface to the external and
3741         graphics mailers' string2params functions.
3742
3743 2003-07-23  Angus Leeming  <leeming@lyx.org>
3744
3745         * factory.C (createInset): pass a
3746         Buffer const * parameter to InsetExternalMailer's string2params.
3747
3748 2003-07-22  John Levon  <levon@movementarian.org>
3749
3750         * Thesaurus.h: include the right aiksaurus header
3751
3752 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3753
3754         * MenuBackend.C (expand): check menu shortcuts unconditionally
3755
3756 2003-07-21  Angus Leeming  <leeming@lyx.org>
3757
3758         * factory.C (createInset): pass a
3759         buffer_path parameter to InsetGraphicsMailer's string2params.
3760
3761 2003-07-21  Angus Leeming  <leeming@lyx.org>
3762
3763         * BufferView_pimpl.C (buffer):
3764         * buffer.C (d-tor):
3765         * lyx_main.C (LyX):
3766         * lyxfunc.C (dispatch):
3767         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3768         rather than the grfx shortcut.
3769
3770 2003-07-21  André Pönitz  <poenitz@gmx.net>
3771
3772         * rowpainter.C: remove unused variables
3773
3774         * tabular_funcs.C:
3775         * tabular_funcs.h: move to tabular.C
3776         * Makefile.am: adjust
3777
3778         * tabular.[Ch]: basic optical cleaning
3779
3780         * author.h: pass references, not values
3781
3782 2003-07-18  André Pönitz  <poenitz@gmx.net>
3783
3784         * lyxtext.h:
3785         * metricsinfo.C:
3786         * metricsinfo.h:
3787         * rowpainter.C:
3788         * text.C:
3789         * text2.C:
3790         * text3.C: two-phase drawing for InsetText and InsetTabular
3791         some float -> int changes.
3792
3793 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3794
3795         * lyx_main.C: fix the fix
3796
3797 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3798
3799         * lyx_main.C: fix a crash in batch mode if no files specified
3800         * converter.C: ws
3801
3802 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3803
3804         * format.[Ch] (papersize): moved to BufferParams
3805         * converter.[Ch] (dvips_options): moved to BufferParams
3806         (dvipdfm_options): moved to anon namespace
3807         * bufferparams.[Ch]: added above functions.
3808
3809 2003-07-17  André Pönitz  <poenitz@gmx.net>
3810
3811         * lyxtext.h:
3812         * rowpainter.C:
3813         * text2.C: don't call inset->update() anymore
3814
3815         * metricsinfo.[Ch]: add convenience constructor
3816
3817 2003-07-16  André Pönitz  <poenitz@gmx.net>
3818
3819         * lyxcursor.[Ch]:
3820         * lyxfunc.[Ch]:
3821         * text.C:
3822         * text2.C: replace the LyXCursor::irow_ member with
3823          on-demand computation of the value
3824
3825 2003-07-16  John Levon  <levon@movementarian.org>
3826
3827         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3828
3829 2003-07-15  André Pönitz  <poenitz@gmx.net>
3830
3831         * text.C:
3832         * text2.C: remove no more needed refresh_row
3833
3834 2003-07-15  André Pönitz  <poenitz@gmx.net>
3835
3836         * lyxtext.h:
3837         * rowpainter.C:
3838         * text2.C:
3839         * text3.C: refresh_status tristate -> need_update bool
3840
3841 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3842
3843         * lyxtext.h (init): remove reinit argument (act as if always true)
3844         * text2.C: adjust to that
3845
3846 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3847
3848         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3849         * text3.C: use it to delete selections in some cases
3850         (bugs 441, 673, 702, 954).
3851
3852 2003-07-14  André Pönitz  <poenitz@gmx.net>
3853
3854         * rowpainter.[Ch]: reduce interface
3855
3856 2003-07-14  André Pönitz  <poenitz@gmx.net>
3857
3858         * BufferView_pimpl.C:
3859         * text2.C: adjust after removing unused BufferView * argument
3860
3861 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3862
3863         * text2.C (init): fix a crash fired on resize
3864
3865 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3866
3867         * buffer.[Ch]: added new closing signal
3868         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3869         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3870         BufferView::Pimpl via the closing the signal
3871
3872 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3873
3874         * buffer.[Ch]: take out all bv-related from buffer
3875         * BufferView.C:
3876         * BufferView_pimpl.[Ch]: connect to new signals
3877         * CutAndPaste.C: removed useless asserts
3878         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3879         * lyxvc.[Ch]:
3880         * vc-backend.[Ch]:
3881         * lyxfunc.C: moved view-related funciontality from vc here
3882         * paragraph.C: removed outdated comments
3883         * text.C: ws
3884
3885 2003-07-10  André Pönitz  <poenitz@gmx.net>
3886
3887         * BufferView_pimpl.C:
3888         * tabular.h:
3889         * tabular_funcs.C:
3890         * text.C:
3891         * text2.C: remove InsetText::InnerCache, clean up consequences
3892
3893 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3894
3895         * ispell.C: fix two typos in error messages
3896
3897 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3898
3899         * Extend Note inset to other forms of annotation like Comment
3900         and Greyedout. Right button click gives dialog.
3901
3902         Files modified or added (+):
3903
3904         * insetnote.[Ch]
3905         * FormNote.[Ch]      +
3906         * ControlNote.[Ch]   +
3907         * form_note.fd       +
3908         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3909         frontends/controllers
3910         * xforms/Dialogs.C
3911         * factory.C
3912
3913 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3914
3915         * aspell.C: add missing namespace lyx::support
3916
3917 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3918
3919         * BufferView.[Ch] (newFile): Add
3920         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3921         * LaTeX.[Ch] (message): added this signal and use it
3922         * buffer.[Ch] (busy, message): added these signals and use them
3923         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3924         * converter.C:
3925         * exporter.C:
3926         * format.C:
3927         * importer.C: use buffer signals instead of direct bv calling
3928         * lyx_cb.[Ch] (ShowMessage): removed
3929         * lyx_main.C:
3930         * lyxfunc.C:
3931         * paragraph_funcs.C:
3932         * text2.C: use buffer signals
3933
3934 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3935
3936         * introduce namespace lyx::graphics
3937
3938 2003-07-02  André Pönitz  <poenitz@gmx.net>
3939
3940         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3941
3942 2003-07-01  André Pönitz  <poenitz@gmx.net>
3943
3944         * text.C:
3945         * text2.C:
3946         * text3.C:
3947         * text_funcs.[Ch]:
3948         * textcursor.h:
3949         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3950           text*.C to text_func.C
3951
3952 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3953
3954         * introduce namespace lyx::support
3955
3956 2003-06-30  André Pönitz  <poenitz@gmx.net>
3957
3958         * Chktex.C:
3959         * funcrequest.C:
3960         * lyxtext.h:
3961         * text.C: re-enable --with-included-string
3962
3963 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3964
3965         * textcursor.C: add <config.h>
3966
3967         * text.C (getWord): remove const from word_location arg
3968
3969         * lyxvc.C (getLogFile): fix const type order
3970
3971         * lyxtext.h: remove const from word_location arg, add arg name
3972
3973         * lyxlayout.h: currect type on labeltype.
3974
3975         * importer.C: correct \file
3976
3977         * converter.C (intToFormat): use std:: on ret val, ws changes
3978
3979         * bufferlist.h: correct \file
3980
3981         * buffer.C (makeLinuxDocFile): fix const type order
3982         (makeDocBookFile): ditto
3983         (fillWithBibKeys): use std:: on stdlib args.
3984
3985         * CutAndPaste.C: fix authors.
3986         (availableSelections): use std:: on return vector
3987
3988 2003-06-27  André Pönitz  <poenitz@gmx.net>
3989
3990         * BufferView_pimpl.C:
3991         * bufferview_funcs.C:
3992         * lyxcursor.C:
3993         * lyxcursor.h:
3994         * lyxfunc.C:
3995         * lyxtext.h:
3996         * rowpainter.C:
3997         * text.C:
3998         * text2.C:
3999         * text3.C: remove LyXCursor::row_ member
4000
4001         * lyxtext.h:
4002         * text.C: rename fullRebreak() to partialRebreak() and implement
4003           a fullRebreak() that really bereks fully
4004
4005         * textcursor.h: new struct for cursor-related data
4006
4007 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4008
4009         * lyx_main.C (LyX): get full path of document loaded on the
4010         command line
4011
4012 2003-06-26  André Pönitz  <poenitz@gmx.net>
4013
4014         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4015           remove unused/broken operator>,<,>=.
4016
4017         *       text.C: remove only use of broken operator<= in an Assert().
4018
4019 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4020
4021         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4022         moved errorlist_.clear to showErrorList
4023
4024 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4025
4026         * converter.C (scanLog, runLaTeX):
4027         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4028         move the bv->showErrorList call to the callers
4029         * lyxfunc.C: i.e. here...
4030         * text2.C: and here
4031         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4032         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4033         namespace, the second to...
4034         * buffer_funcs (BufferFormat, parseErrors): added
4035         * errorlist.C (ErrorList(TeXErrors const &)): removed
4036
4037 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4038
4039         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4040
4041 2003-06-24  "Garst R. Reese" <reese@isn.net>
4042
4043         * debug.C: fix typo
4044
4045 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4046
4047         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4048
4049         * version.C.in: change docversion to 1.4
4050
4051 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4052
4053         * buffer.C: fix a bug just introduced
4054
4055 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4056
4057         * buffer.[Ch]: added the parseError signal and use it, removed
4058         sgmlError
4059         * BufferView.[Ch] (addError): moved to ...
4060         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4061         to the Buffer::parseError signal to catch (guess what) parse errors
4062         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4063
4064 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4065
4066         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4067         ability to create a buffer and to return an existing one from
4068         the list. Moved these functions to...
4069         * buffer_funcs.[Ch]: added
4070         * BufferView.[Ch] (loadLyXFile): added
4071         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4072         job removed from bufferlist::loadLyXFile.
4073         * buffer.C (setReadOnly): make it work without view
4074         (i.e added an if (users))
4075
4076 2003-06-19  Angus Leeming  <leeming@lyx.org>
4077
4078         * lfuns.h:
4079         * LyXAction.C (init):
4080         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4081         with LFUN_DIALOG_SHOW <name> <data>.
4082
4083 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4084
4085         * CutAndPaste.C (availableSelections): small compilation fix for
4086         ancient (gcc 2.9x) compilers
4087
4088 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4089
4090         * text3.C (cursorNext): add tmp var
4091
4092         * text2.C (updateCounters): for function calling out of for clause
4093         (replaceSelectionWithString): ditto
4094         (insertStringAsParagraphs): ditto
4095         (getColumnNearX): add tmp var
4096         (setCursorFromCoordinates): add tmp var
4097         (cursorDownParagraph): add tmp var
4098         (deleteEmptyParagraphMechanism): add tmp var
4099
4100         * text.C (insertChar): add tmp var
4101
4102         * rowpainter.C (paintDepthBar): add tmp var
4103
4104         * CutAndPaste.C (availableSelections): potentially check all
4105         paragraphs in a cut to fill the shown strings.
4106
4107 2003-06-18  André Pönitz  <poenitz@gmx.net>
4108
4109         * kbmap.[Ch]: use vector<> instead of list<>
4110
4111 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4112
4113         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4114         pasteSelection with index
4115
4116         * text2.C (pasteSelection): modify, call pasteSelection with index
4117
4118         * paragraph.C (asString): reimplement version with no interval to
4119         call the one with interval.
4120
4121         * lyxtext.h: add index arg to pasteSelection
4122
4123         * MenuBackend.C (MenuItem): handle PasteRecent
4124         (Menu::read::Menutags): add md_pasterecent
4125         (read): handle it
4126         (expandPasteRecent): new function
4127         (expand): use it
4128
4129         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4130
4131         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4132         the limited stack
4133         (availableSelections): new function
4134
4135 2003-06-17  Angus Leeming  <leeming@lyx.org>
4136
4137         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4138
4139 2003-06-17  Angus Leeming  <leeming@lyx.org>
4140
4141         * lfuns.h:
4142         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4143
4144         * lyxfunc.C (dispatch): invoke it.
4145
4146 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4147
4148         * iterators.C (operator++, ParPosition): reintroduce some
4149         const_cast for the benefit of older compilers.
4150
4151 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4152
4153         * text3.C (dispatch): do not modify clipboard when doing
4154         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4155         LFUN_DELETE_SKIP on a selection selection
4156
4157 2003-06-16  André Pönitz  <poenitz@gmx.net>
4158
4159         * BufferView.C:
4160         * buffer.C:
4161         * buffer.h:
4162         * paragraph.C:
4163         * tabular.[Ch]: IU of clone() and getLabelList();
4164
4165 2003-06-13  André Pönitz  <poenitz@gmx.net>
4166
4167         * tabular.h: compactification
4168
4169 2003-06-12  André Pönitz  <poenitz@gmx.net>
4170
4171         * tabular.C:
4172         * tabular.h:
4173         * tabular_funcs.h: some renaming plus whitespace
4174
4175 2003-06-12  André Pönitz  <poenitz@gmx.net>
4176
4177         * BufferView.C:
4178         * BufferView_pimpl.C:
4179         * CutAndPaste.C:
4180         * buffer.C:
4181         * iterators.[Ch]:
4182         * lyxfunc.C:
4183         * text.C:
4184         * toc.C: Return a Paragraph & for ParIterator::operator*()
4185
4186 2003-06-11  John Levon  <levon@movementarian.org>
4187
4188         * lyx_main.C:
4189         * ToolbarBackend.h:
4190         * ToolbarBackend.C: add "Toolbars" section and
4191         put the flags there
4192
4193 2003-06-10  Angus Leeming  <leeming@lyx.org>
4194
4195         * lfuns.h:
4196         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4197
4198         * lyxfunc.C (dispatch): invoke it.
4199
4200 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4201
4202         * main.C: protect <ios> with HAVE_IOS
4203         (main): protect sync_with_stdio with HAVE_IOS
4204
4205 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4206
4207         * text2.C (cutSelection): adjust
4208         (pasteSelection): adjust
4209
4210         * messages.C: handle get of empty string
4211
4212         * main.C (main): use sync_with_stdio(false)
4213
4214         * lyxfunc.C (dispatch): adjust
4215
4216         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4217         (WriteAs): remove unneeded BufferView arg.
4218
4219         * bufferparams.h: use correct types on papersize, papersize2 and
4220         paperpackage.
4221
4222         * bufferparams.C (readToken): adjust for type
4223         (writeLaTeX): add missing cases to switch.
4224
4225         * bufferlist.C (quitWriteBuffer): adjust
4226         (close): adjust
4227
4228         * buffer.C (asciiParagraph): remove some commented code.
4229
4230         * CutAndPaste.C: remove current_view extern variable.
4231         (cutSelection): add BufferParams arg.
4232         (eraseSelection): add BufferParams arg.
4233         (pasteSelection): add Buffer const & arg
4234
4235 2003-06-07  John Levon  <levon@movementarian.org>
4236
4237         * buffer.C:
4238         * paragraph_funcs.C:
4239         * paragraph_pimpl.C:
4240         * text.C:
4241         * text2.C:
4242         * paragraph.h:
4243         * paragraph.C: allow InsetERT to freely space lines,
4244         and some consolidation of code
4245
4246 2003-06-06  José Matos  <jamatos@fep.up.pt>
4247
4248         * buffer.C (makeDocBookFile): fix bug #821
4249
4250 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4251
4252         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4253
4254 2003-06-04  Angus Leeming  <leeming@lyx.org>
4255
4256         * buffer.C: bump format to 224.
4257
4258 2003-06-05  André Pönitz  <poenitz@gmx.net>
4259
4260         * text2.C (redoParagraphs): remove two const_cast<>
4261
4262 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4263
4264         * ParagraphList.h: remove last remnants of NO_STD_LIST
4265
4266 2003-06-03  Angus Leeming  <leeming@lyx.org>
4267
4268         * factory.C (createInset): small change to the way InsetExternal's params
4269         are set.
4270
4271 2003-06-04  André Pönitz  <poenitz@gmx.net>
4272
4273         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4274
4275         * paragraph_pimpl.h:
4276         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4277
4278         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4279
4280         * undo_funcs.C: make some simple cases of undo work again
4281
4282 2003-06-03  John Levon  <levon@movementarian.org>
4283
4284         * ispell.C: HPUX doesn't have sys/select.h
4285         (from Albert Chin)
4286
4287 2003-06-03  John Levon  <levon@movementarian.org>
4288
4289         * CutAndPaste.C: update tabular and include inset
4290         buffer references
4291
4292         * buffer.h:
4293         * paragraph.h:
4294         * paragraph.C: remove owningBuffer(), don't pass Buffer
4295         to clone()
4296
4297         * factory.C: insetGraphicsParams changed
4298
4299 2003-06-02  John Levon  <levon@movementarian.org>
4300
4301         * LyXAction.C:
4302         * factory.C:
4303         * lfuns.h:
4304         * lyxfunc.C:
4305         * text3.C: remove insetparent
4306
4307 2003-06-02  John Levon  <levon@movementarian.org>
4308
4309         * buffer.h:
4310         * buffer.C: fix inset_iterator.end(), move out of line
4311         (bug 1149)
4312
4313 2003-06-01  John Levon  <levon@movementarian.org>
4314
4315         * text3.C: use a proper cut/paste when doing inset
4316         insert (from Jürgen Spitzmüller)
4317
4318 2003-06-01  John Levon  <levon@movementarian.org>
4319
4320         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4321
4322 2003-05-30  André Pönitz  <poenitz@gmx.net>
4323
4324         * rowpainter.C: unify second drawing phase
4325
4326 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4327
4328         * trans_mgr.C: remove one case of current_view
4329
4330         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4331
4332         * paragraph_funcs.h: remove paragraph.h include
4333
4334         * paragraph.h: delete NO_STD_LIST stuff
4335
4336         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4337
4338         * buffer.h: remove paragraph.h include
4339
4340         * ParagraphList.C: delete file
4341
4342         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4343
4344         * toc.C (getTocList): adjust
4345
4346         * paragraph_pimpl.C (validate): adjust
4347
4348         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4349
4350         * paragraph.C (Paragraph): adjust
4351         (getPositionOfInset): use const_iterator, adjust
4352         (bibitem): use const_iterator, adjust
4353         (setInsetOwner): adjust
4354
4355         * iterators.C (operator++): adjust
4356
4357         * InsetList.[Ch]: Replace selfmade iterator with standard
4358         vector::iterator also introduce const_iterator. Remove getPos,
4359         getInset and setInset from InsetTable. Adjust accordingly.
4360
4361         * BufferView.C (lockInset): adjust
4362         (ChangeInsets): adjust
4363
4364         * tabular.[Ch]: delete commented same_id functions
4365
4366 2003-05-28  John Levon  <levon@movementarian.org>
4367
4368         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4369
4370 2003-05-28  André Pönitz  <poenitz@gmx.net>
4371
4372         * metricsinfo.[Ch]: remove 'fullredraw' member
4373
4374 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4375
4376         * lyxtextclass.C (operator): remove caching.
4377
4378 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4379
4380         * text3.C: adjust
4381
4382         * text2.C (cursorBottom): adjust
4383         (setCounter): use ParagraphList::find, adjust
4384
4385         * text.C (workWidth): use ParagraphList::find, adjust
4386
4387         * lyxcursor.C (LyXCursor): adjust
4388
4389         * buffer.C (inset_iterator): adjust
4390
4391         * ParagraphList.h: make iterator(value_type) private, make
4392         ParagraphList a friend of iterator.
4393
4394         * ParagraphList.C (find): new function
4395
4396         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4397
4398 2003-05-27  André Pönitz  <poenitz@gmx.net>
4399
4400         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4401
4402 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4403
4404         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4405
4406 2003-05-26  John Levon  <levon@movementarian.org>
4407
4408         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4409
4410 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4411
4412         * remove same_id from function signatures, adjust.
4413
4414 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4415
4416         * undo_funcs.C (createUndo): use the id functions directly, adjust.
4417
4418         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
4419
4420         * paragraph.C (Paragraph): get rid of same_ids parameter
4421
4422         * ParagraphList.C (insert): adjust
4423         (push_back): adjust
4424
4425 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4426
4427         * paragraph_funcs.C (breakParagraph): adjust
4428         (breakParagraphConservative): adjust
4429
4430         * buffer.C (readParagraph): adjust
4431
4432         * ParagraphList.C (insert): take a reference instead of a pointer
4433         (insert): adjust
4434
4435         * paragraph.[Ch] (id): new function
4436
4437         * bufferlist.C (newFile): adjust
4438
4439         * ParagraphList.C (ParagraphList): adjust
4440         (assign): adjust
4441         (push_back): take a reference instead of a pointer.
4442
4443         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
4444
4445         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
4446         instead.
4447
4448         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
4449         set else use old code.
4450
4451         * ParagraphList.C: remove all NO_NEXT code and only compile this
4452         code of NO_STD_LIST is set.
4453
4454 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4455
4456         * BufferView_pimpl.C:
4457         * TextCache.C:
4458         * TextCache.h:
4459         * bufferlist.C:
4460         * errorlist.h:
4461         * format.C:
4462         * format.h:
4463         * graph.C:
4464         * lyxfunc.C:
4465         * lyxrc.C:
4466         * graphics/GraphicsConverter.C:
4467         * graphics/PreviewLoader.C: header adjustment
4468
4469 2003-05-23  Angus Leeming  <leeming@lyx.org>
4470
4471         * LaTeXFeatures.[Ch] (useBabel): new method.
4472         * bufferparams.C (writeLaTeX): use it.
4473
4474 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4475
4476         * ParagraphList.h (set): remove unused function.
4477
4478 2003-05-23  André Pönitz  <poenitz@gmx.net>
4479
4480         * BufferView.C:
4481         * BufferView_pimpl.C:
4482         * buffer.C:
4483         * buffer.h:
4484         * lyxfunc.C:
4485         * undo_funcs.C: setUndo reworked
4486
4487         * iterators.[Ch]: add access to topmost ParagraphList
4488
4489         * lyxtext.[Ch] (workWidth): add a const
4490
4491 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4492
4493         * texrow.[Ch] (increasePos): remove function
4494         * exporter.C (export): removed unused var and outdated comment
4495
4496 2003-05-23  Angus Leeming  <leeming@lyx.org>
4497
4498         * latexrunparams.h: rename fragile as moving_arg.
4499         * paragraph.C (simpleTeXOnePar): ditto.
4500         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
4501
4502 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4503
4504         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
4505         (createUndo): ditto
4506         (textUndoOrRedo): comment out a currently unused var.
4507
4508         * paragraph.h (NO_NEXT): enable NO_NEXT
4509
4510         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
4511
4512         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
4513
4514         * exporter.C (Export): adjust for removeAutoInsets removal.
4515
4516         * buffer.C (runChktex): adjust for removeAutoInsets removal.
4517
4518         * LyXAction.C (init): remove LFUN_REMOVEERRORS
4519
4520         * BufferView.[Ch] (removeAutoInsets): delete function
4521
4522 2003-05-22  Angus Leeming  <leeming@lyx.org>
4523
4524         * latexrunparams.h: add a free_spacing variable.
4525
4526         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
4527         to pass moving_arg, as the data is stored in runparams.fragile.
4528
4529         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
4530         to Inset::latexOptional or to simpleTeXOnePar.
4531
4532         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
4533         free_spacing arg to Inset::latexOptional.
4534
4535         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4536         free_spacing arg.
4537
4538 2003-05-22  Angus Leeming  <leeming@lyx.org>
4539
4540         * latexrunparams.h: add fragile and use_babel variables.
4541
4542         * bufferparams.[Ch] (writeLaTeX): return use_babel.
4543         * buffer.C (makeLaTeXFile): store this returned value in
4544         runparams.use_babel, thus passing it to the inset::latex methods.
4545
4546         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
4547         simpleTeXSpecialChars as it is now stored in runparams.fragile.
4548
4549         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
4550         longer has a fragile arg, as it is stored in runparams.fragile.
4551
4552         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
4553         moving_arg parameter as the data is stored in runparams.fragile.
4554
4555         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4556         a fragile parameter as the data is stored in runparams.fragile.
4557
4558 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4559
4560         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
4561
4562 2003-05-22  Angus Leeming  <leeming@lyx.org>
4563
4564         * latexrunparams.h: add a 'bool nice' which defaults to false.
4565
4566         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
4567         now encapsulated within runparams.
4568
4569         * bufferlist.C (updateIncludedTeXfiles):
4570         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
4571
4572 2003-05-22  Angus Leeming  <leeming@lyx.org>
4573
4574         * latexrunparams.h: new file containing struct LatexRunParams.
4575         * Makefile.am: add new file.
4576
4577         * LaTeX.[Ch] (c-tor, run):
4578         * buffer.[Ch] (makeLaTeXFile):
4579         * bufferlist.[Ch] (updateIncludedTeXfiles):
4580         * converter.C (convert, scanLog):
4581         * converter.[Ch] (runLaTeX):
4582         * exporter.C (Export):
4583         * paragraph.[Ch] (simpleTeXOnePar):
4584         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
4585         * paragraph_funcs.[Ch] (latexParagraphs):
4586         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
4587         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
4588         pass around a LatexRunParams parameter.
4589
4590 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4591
4592         * paragraph.[Ch]: remove unused constructor
4593
4594         * ParagraphList.C (erase): new function, taking two iterators
4595
4596 2003-05-22  André Pönitz  <poenitz@gmx.net>
4597
4598         * undo_funcs.C: remove duplicated code
4599
4600         * iterator.[Ch]: operator=
4601
4602 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4603
4604         * tabular.C (SetMultiColumn): ws changes
4605
4606         * rowpainter.C (paintFirst): get rid of a ->previous
4607
4608         * lyx_cb.C (getPossibleLabel): parlist simplification
4609
4610         * BufferView.C (ChangeInsets): simplify slightly.
4611
4612 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4613
4614         * LyXAction.C: new lfun space-insert, kill protected-space-insert
4615         * lfuns.h: new LFUN_SPACE
4616         * lyxfunc.C: protected space has a new lfun
4617         * paragraph_funcs.C: read new space insets
4618         * text3.C:
4619         * factory.C: handle new space insets
4620
4621 2003-05-22  André Pönitz  <poenitz@gmx.net>
4622
4623         * BufferView.C:
4624         * BufferView_pimpl.C:
4625         * buffer.[Ch]:
4626         * lyxfunc.C:
4627         * undo_funcs.C: return a ParIterator from getParFromID.
4628
4629         * iterators.[Ch]: add two const's
4630
4631 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4632
4633         * toc.C (getTocList): adjust
4634
4635         * iterators.[Ch]: rework for parlist
4636
4637         * buffer.C (par_iterator_begin): adjust
4638         (par_iterator_end): adjust
4639
4640         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4641
4642         * BufferView.C (removeAutoInsets): adjust
4643         (ChangeInsets): adjust
4644
4645 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4646
4647         * text.C (top_y): fix bug 1110
4648
4649 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4650
4651         * errorlist.[Ch]: added
4652         * buffer.C:
4653         * BufferView.[Ch]:
4654         * BufferView_pimpl.C:
4655         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4656         instead
4657
4658 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4659
4660         * Makefile.am: ensure that lyx is relinked upon changes to the
4661         various "convenience" libs.
4662
4663 2003-05-20  Angus Leeming  <leeming@lyx.org>
4664
4665         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4666         files are compiled in alphabetical order again.
4667
4668         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4669
4670 2003-05-19  Angus Leeming  <leeming@lyx.org>
4671
4672         * gettext.[Ch]: remove "char const * _(char const *)".
4673
4674 2003-05-19  André Pönitz  <poenitz@gmx.net>
4675
4676         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4677
4678         * Makefile.am:
4679         * BufferView.C:
4680         * DepTable.h:
4681         * LaTeXFeatures.C:
4682         * buffer.C:
4683         * lyxfont.C:
4684         * lyxlex.h:
4685         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4686
4687 2003-05-19  André Pönitz  <poenitz@gmx.net>
4688
4689         * buffer.C:
4690         * lyxlayout.[Ch]:
4691         * lyxtextclass.[Ch]:
4692         * paragraph.C:
4693         * paragraph_funcs.[Ch]:
4694         * text2.C:
4695         * text3.C: more insetenv work
4696
4697 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4698
4699         * ParagraphParameters.C (params2string): small bug fixed
4700
4701 2003-05-16  André Pönitz  <poenitz@gmx.net>
4702
4703         * debug.C:
4704         * bufferview_funcs.C: patch from Kornel Benko to prevent
4705           crash when _(...) is called twice in a statement
4706
4707 2003-05-16  André Pönitz  <poenitz@gmx.net>
4708
4709         * BufferView.C:
4710         * lyxfunc.C:
4711         * text.C:
4712         * text2.C:
4713         * text3.C:
4714         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4715
4716 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4717
4718         * lyx_main.C (init): remove spurious static_cast
4719
4720 2003-05-14  André Pönitz  <poenitz@gmx.net>
4721
4722         * BufferView.C: fix format string
4723
4724 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4725
4726         * BufferView.[Ch] (insertErrors): removed
4727         * BufferView.[Ch] (showErrorList): added
4728         * buffer.C (runChkTeX):
4729         * converter.C (scanLog): call showErrorList instead of inserterrors
4730
4731 2003-05-13  André Pönitz  <poenitz@gmx.net>
4732
4733         * BufferView_pimpl.C:
4734         * buffer.C:
4735         * bufferview_func.C:
4736         * MenuBackend.C:
4737         * lyxfunc.C:
4738         * lyxrc.C:
4739         * tex-accent.C:
4740         * text3.C:
4741         * toc.C:
4742         * tabular_funcs.h: tostr() from its own header
4743
4744         * ParagraphParameters.C:
4745         * ToolbarBackend.C:
4746         * bufferparams.C:
4747         * format.C:
4748         * lyxlex_pimpl.C:
4749         * text3.C: STRCONV()
4750
4751 2003-05-12  André Pönitz  <poenitz@gmx.net>
4752
4753         * BufferView.C:
4754         * BufferView_pimpl.C:
4755         * CutAndPaste.C:
4756         * LaTeX.C:
4757         * LaTeXFeatures.C:
4758         * ParagraphParameters.C:
4759         * buffer.C:
4760         * bufferlist.C:
4761         * bufferparams.C:
4762         * bufferview_funcs.C:
4763         * converter.C:
4764         * counters.C:
4765         * debug.C:
4766         * exporter.C:
4767         * format.C:
4768         * importer.C:
4769         * lyx_cb.C:
4770         * lyx_main.C:
4771         * lyxfont.C:
4772         * lyxfunc.C:
4773         * lyxvc.C:
4774         * paragraph.C:
4775         * paragraph_funcs.C:
4776         * tabular.C:
4777         * tabular_funcs.C:
4778         * text2.C:
4779         * text3.C:  boost::format -> bformat  all over the place
4780
4781
4782 2003-05-09  André Pönitz  <poenitz@gmx.net>
4783
4784         * LColor.[Ch]: Pimpl the #include <map> away
4785
4786 2003-05-09  John Levon  <levon@movementarian.org>
4787
4788         * bufferlist.C: never remove emergency saves
4789
4790 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4791
4792         * Makefile.am: better lib building
4793
4794 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4795
4796         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4797         instead.
4798         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4799         (simpleTeXSpecialChars): adjust
4800         (simpleTeXSpecialChars): adjust
4801         * paragraph.C (simpleTeXOnePar): adjust
4802         * buffer.C (makeLaTeXFile): adjust
4803
4804         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4805
4806         * text2.C (changeDepth): parlist cleanup
4807         (getColumnNearX): ditto
4808
4809         * rowpainter.C (getLabelFont): parlist cleanup
4810
4811         * bufferlist.C (newFile): parlist cleanup
4812
4813         * CutAndPaste.C (eraseSelection): parlist cleanup
4814
4815         * BufferView_pimpl.C (trackChanges): parlist cleanup
4816         (dispatch): ditto
4817
4818         * BufferView.C (lockInset): parlist cleanup.
4819         (ChangeInsets): ditto
4820
4821 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4822
4823         * CutAndPaste.h: Update file header.
4824
4825         * CutAndPaste.C: Update file header.
4826         Store the parts cut out of the Document in a limited_stack.
4827         (copySelection): adjust
4828         (pasteSelection): new function, takes the index in the limited stack.
4829         (nrOfParagraphs): adjust
4830         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4831         simplify error inset insertion.
4832         (checkPastePossible): adjust
4833
4834 2003-05-06  John Levon  <levon@movementarian.org>
4835
4836         * text2.C: don't cast wrap inset to float
4837
4838 2003-05-05  André Pönitz  <poenitz@gmx.net>
4839
4840         * iterator.C:
4841         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4842
4843         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4844           few naked Paragraph *.
4845
4846 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4847
4848         * bufferparams.C: Output warning if a document with missing
4849         TeX document class is loaded
4850         * exporter.C: Disable TeX exports if the document class is missing
4851         * lyxtextclass.C:
4852         * lyxtextclass.h:
4853         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4854         isTeXClassAvailable()
4855
4856 2003-05-03  John Levon  <levon@movementarian.org>
4857
4858         * BufferView.h:
4859         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4860         explicit cursor show/hide
4861
4862         * BufferView_pimpl.h:
4863         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4864         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4865
4866         * lyxfunc.C: hide cursor before dispatching.
4867
4868         * lyx_cb.C:
4869         * lyxfind.C:
4870         * text.C:
4871         * text3.C: remove explicit cursor hides
4872
4873 2003-05-02  André Pönitz  <poenitz@gmx.net>
4874
4875         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4876
4877         * undo_funcs.C:
4878         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4879           linked lists
4880
4881         * text2.C: tiny whitespace
4882
4883 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4884
4885         * undo_funcs.C: almost only ws changes.
4886
4887         * ParagraphList.C (splice): just return if pl is empty.
4888
4889 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4890
4891         * ParagraphList.C (splice): new function.
4892
4893         * CutAndPaste.C (pasteSelection): use it
4894
4895 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4896
4897         * CutAndPaste.C (pasteSelection): remove the last next and
4898         previous from this file.
4899
4900 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4901
4902         * CutAndPaste.C (pasteSelection): more clean up, user proper
4903         ParagraphList functions for pasteing.
4904
4905         * ParagraphList.C (insert): new function, three arg insert
4906
4907 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4908
4909         * ParagraphList.C (insert): new function, three arg insert
4910
4911         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4912         not on paragraphs.
4913
4914 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4915
4916         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4917
4918 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4919
4920         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4921
4922 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4923
4924         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4925         (copySelection): clean up a bit.
4926         (pasteSelection): use make_pair
4927
4928         * ParagraphList.C (ParagraphList): implement copy constructor
4929         (operator=): implement, base on copy constructor.
4930         (assign): new func
4931
4932         * paragraph.C (erase): return a bool
4933
4934         * paragraph_pimpl.C (erasePos): remove function, move contents...
4935         (erase): ... here. Return a bool.
4936         (erase): call erase instead of erasePos.
4937
4938 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4939
4940         * ParagraphList.h: define PitPosPair
4941         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4942         ParagraphList, fix a bug on pasting multiple pars
4943         * text2.C: change interface to C&P
4944
4945 2003-04-30  André Pönitz  <poenitz@gmx.net>
4946
4947         * undo_func.C: revert part of yesterday's patch 2
4948
4949 2003-04-30  John Levon  <levon@movementarian.org>
4950
4951         * LColor.C: s/tabular/table/
4952
4953 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4954
4955         * text3.C (dispatch): do not convert iterator -> pointer
4956         * undo_funcs.C (setCursorParUndo): ditto
4957         * text_funcs.C (transposeChars): ditto
4958
4959         * text2.C (setLayout): ws changes only
4960
4961         * text.C (breakParagraph): do not convert iterator -> pointer
4962         (insertChar): ditto
4963         (acceptChange): ditto
4964         (rejectChange): ditto
4965         (changeCase): ditto
4966         (Delete): ditto
4967         (backspace): ditto
4968
4969         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
4970         pointer
4971
4972 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4973
4974         * text3.C (gotoInset): YABG (yet another bad getChar)
4975
4976 2003-04-29  André Pönitz  <poenitz@gmx.net>
4977
4978         * paragraph.h: make operator= private unimplemented as long as
4979           it is unusable
4980
4981         * ParagraphList.C: whitespace
4982
4983         * paragraph.[Ch]:
4984         * paragraph_pimpl.[Ch]:
4985         * paragraph_funcs.C:
4986         * CutAndPaste.C:
4987         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
4988
4989         * text2.C:
4990           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
4991
4992 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4993
4994         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
4995         * paragraph.[Ch] (erase):
4996         * paragraph_pimpl.[Ch] (erase): change return type and value
4997         * text2.C (cutSelection): some rework
4998
4999 2003-04-28  John Levon  <levon@movementarian.org>
5000
5001         * bufferlist.C: changes for unsaved changes dialog
5002
5003 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5004
5005         * bufferlist.C (newFile): set language (messages_) for new
5006         documents also.
5007
5008         * buffer.C (readFile): ws changes only.
5009
5010 2003-04-28  André Pönitz  <poenitz@gmx.net>
5011
5012         * undo_funcs.C:
5013         * lyxfunc.C:
5014         * buffer.[Ch]:
5015         * BufferView_pimpl.C:
5016         * BufferView.C: getParFromID related ParagraphList::iterator changes
5017
5018 2003-04-28  André Pönitz  <poenitz@gmx.net>
5019
5020         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5021           Changes
5022
5023 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5024
5025         * messages.C: remove one more localedir class variable.
5026
5027 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5028
5029         * messages.C (getLocaleDir): singleton generation function
5030         (Pimpl): use it.
5031         (Messages): add a default constructor.
5032
5033         * main.C (main): do not setup localedir here, do not call
5034         gettext_init.
5035
5036         * gettext.C (_): use it.
5037         (gettext_init): delete funciton
5038
5039 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5040
5041         * gettext.C (getLyXMessages): new singleton generating function.
5042
5043         * buffer.C (updateDocLang): adjust
5044
5045         * Makefile.am (messages.o): add target
5046         (main.o): remove target
5047
5048 2003-04-27  John Levon  <levon@movementarian.org>
5049
5050         * bufferlist.C:
5051         * lyx_cb.C:
5052         * lyxfunc.C:
5053         * lyxvc.C: specify cancel button in Alert::prompt
5054
5055 2003-04-26  John Levon  <levon@movementarian.org>
5056
5057         * text3.C:
5058         * lyxfunc.C:
5059         * lfuns.h:
5060         * LyXAction.C: add LFUN_INSET_SETTINGS
5061
5062         * lyxfunc.C: don't enable tabular-feature when there's
5063         just any locking inset
5064
5065 2003-04-26  John Levon  <levon@movementarian.org>
5066
5067         * bufferlist.C: re-add Cancel to buffer close question
5068
5069         * lyxfunc.C: fix import UI a bit
5070
5071 2003-04-25  John Levon  <levon@movementarian.org>
5072
5073         * gettext.C: remove the broken asserts for now
5074
5075 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5076
5077         * messages.C: make case where setlocale cannot comply work better.
5078
5079         * buffer.C (updateDocLang): new function
5080         (changeLanguage): use it
5081         (readFile): use it
5082
5083         * text2.C (setCounter): use B_ a bit.
5084
5085         * lyxlayout.C (Read): be sure to trim the label strings.
5086
5087         * messages.C (Messages): fix typo in comment
5088
5089         * buffer.C (readFile): set message_ after file is loaded.
5090         (makeDocBookFile): remove double return
5091         (changeLanguage): reset message_ upon language change.
5092         (B_): new func, use this to get translated buffer strings.
5093
5094         * main.C: add myself and Jean Marc as authors.
5095
5096 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5097
5098         * messages.[hC]: pimplify Messages, and three different pimpls to be
5099         used in different circumstances.
5100
5101         * gettext.[Ch]: change for use with new message code.
5102
5103 2003-04-24 André Pönitz <poenitz@gmx.net>
5104
5105         * factory.C: support for eqref
5106
5107 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5108
5109         * messages.[Ch]: add missing char
5110
5111         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5112
5113         * messages.[Ch]: New files
5114
5115 2003-04-18  John Levon  <levon@movementarian.org>
5116
5117         * BufferView.h:
5118         * BufferView.C:
5119         * BufferView_pimpl.C:
5120         * lfuns.h:
5121         * LyXAction.C:
5122         * lyxtext.h:
5123         * text2.C: remove layout-copy/paste (bug 778)
5124
5125 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5126
5127         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5128
5129 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5130
5131         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5132         if they succeed. Act accordingly.
5133
5134 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5135
5136         * text2.C (setCharFont): adjust
5137         (setCounter): adjust
5138         (insertStringAsLines): adjust
5139
5140         * text.C (leftMargin): adjust
5141         (setHeightOfRow): adjust
5142
5143         * rowpainter.C (paintFirst): adjust
5144         (paintLast): adjust
5145
5146         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5147         (outerHook): ditto
5148         (isFirstInSequence): ditto
5149         (getEndLabel): ditto
5150         (outerFont): adjust
5151
5152         * paragraph.C (getParLanguage): comment out some hard stuff.
5153
5154         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5155         (sgmlError): ditto
5156         (simpleDocBookOnePar): ditto
5157         (makeDocBookFile): use ParagraphList::iterator
5158
5159         * CutAndPaste.C (pasteSelection): adjust
5160
5161 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5162
5163         * text2.C (getFont): adjust
5164         (getLayoutFont): adjust
5165         (getLabelFont): adjust
5166
5167         * paragraph_funcs.C (TeXOnePar): adjust
5168
5169         * buffer.C (simpleLinuxDocOnePar): adjust
5170         (simpleDocBookOnePar): adjust
5171
5172         * CutAndPaste.C (pasteSelection): adjust
5173
5174         * BufferView.C (getEncoding): adjust
5175
5176         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5177
5178 2003-04-16  John Levon  <levon@movementarian.org>
5179
5180         * lyxfind.C: use parlist stuff for search/changes
5181
5182 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5183
5184         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5185
5186         * text2.C (deleteEmptyParagraphMechanism): adjust
5187
5188         * text2.[Ch] (ownerParagraph): delete func (both of them
5189
5190 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5191
5192         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5193
5194 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5195
5196         * ParagraphList.C: prepare for NO_NEXT
5197
5198 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5199
5200         * text2.C (getFont): adjust
5201         (getLayoutFont): adjust
5202         (getLabelFont): adjust
5203
5204         * paragraph.C (getFont): adjust
5205         (getLabelFont): adjust
5206         (getLayoutFont): adjust
5207
5208         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5209
5210 2003-04-15  John Levon  <levon@movementarian.org>
5211
5212         From Angus Leeming
5213
5214         * lyx_main.C: handle Include in .ui files
5215
5216 2003-04-15  John Levon  <levon@movementarian.org>
5217
5218         * MenuBackend.C: make the doc files length shorter
5219
5220         * ToolbarBackend.h:
5221         * ToolbarBackend.C: handle toolbar placement flags,
5222         Minibuffer
5223
5224 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5225
5226         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5227         adjust
5228
5229         * paragraph_funcs.C (TeXOnePar): adjust
5230
5231         * paragraph.C (getLabelFont): add outerfont arg, adjust
5232         (getLayoutFont): ditto
5233         (simpleTeXOnePar): adjust
5234
5235         * paragraph_pimpl.C (realizeFont): delete func
5236
5237 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5238
5239         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5240         row argument, constify cur argument.
5241
5242 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5243
5244         * text2.C (getFont): adjust
5245         (getLayoutFont): adjust
5246         (getLabelFont): adjust
5247
5248         * paragraph_funcs.C (TeXOnePar): adjust
5249         (outerFont): new func...
5250         (realizeFont): ...moved out from here, changed this to facilitate
5251         transition
5252
5253         * paragraph.C (getFont): take outerfont as arg, adjust
5254         (simpleTeXOnePar): add outerfont arg, adjust
5255
5256         * buffer.C (simpleLinuxDocOnePar): adjust
5257         (simpleDocBookOnePar): adjust
5258
5259         * CutAndPaste.C (pasteSelection): adjust
5260
5261         * BufferView.C (getEncoding): adjust
5262
5263 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5264
5265         * text2.C (setCharFont): adjust
5266         (setCounter): adjust
5267
5268         * text.C (leftMargin): adjust
5269         (setHeightOfRow): adjust
5270
5271         * rowpainter.C (paintFirst): adjust
5272         (paintLast): adjust
5273
5274         * paragraph_pimpl.C (realizeFont): adjust
5275
5276         * paragraph.C (isFirstInSequence): move from here...
5277         * paragraph_funcs.C (isFirstInSequence): ...to here
5278
5279         * paragraph.C (outerHook): move from here...
5280         * paragraph_funcs.C (outerHook): ...to here
5281
5282         * paragraph.C (depthHook): move from here...
5283         * paragraph_funcs.C (depthHook): ...to here
5284
5285         * paragraph.C (getEndLabel): move from here...
5286         * paragraph_funcs.C (getEndLabel): ...to here
5287
5288         * text2.C (realizeFont): move from here...
5289         * paragraph_funcs.C (realizeFont): ...to here
5290
5291 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5292
5293         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5294
5295 2003-04-14  Angus Leeming  <leeming@lyx.org>
5296
5297         * LColor.[Ch]: scrap LColor mathcursor.
5298
5299 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5300
5301         * lyxlex.[Ch] (text): delete function
5302         * trans.C (Load): adjust
5303         * paragraph_funcs.C (readParToken): adjust
5304
5305 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5306
5307         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5308         vector<char> instead of a char[].
5309
5310         * lyxlex_pimpl.C (getString): adjust
5311         (next): adjust
5312         (lex): use getString
5313         (eatLine): adjust
5314         (nextToken): adjust
5315
5316         * lyxlex.C (text): use pimpl_->getString()
5317         (getBool): ditto
5318         (findToken): ditto
5319
5320 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5321
5322         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5323         (makeFontEntriesLayoutSpecific): temp var for par.size()
5324         (setLayout): temp var for ownerParagraphs().end()
5325         (fullRebreak): temp var for rows().end()
5326         (selectionAsString): temp var for boost::next(startpit), realize
5327         that the while really is a regular for loop.
5328         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5329         setCursor in one place.
5330         (setParagraph): temp vr for ownerParagraphs().end()
5331         (updateCounters): make the while loop a for loop
5332         (cutSelection): temp var for ownerParagraphs().end()
5333         (updateInset): make the do {} while() a regular for loop
5334         (getCursorX): use temp vars
5335         (setCurrentFont): use temp vars
5336         (getColumnNearX): use temp vars
5337
5338 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5339
5340         * text.C (transformChar): use temp var for getChar
5341         (computeBidiTables): use temp var for row->par()
5342         (fill): move temp vars for row->par() and pit->layout() earlier in
5343         the function.
5344         (labelFill): use temp var for row->par()
5345         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5346         asc and desc, realize that pit never changes and that firstpit is
5347         just a duplicate and not needed. Exchange rit->par() with pit in a
5348         lot of places.
5349         (breakAgain): use a temp var for boost::next(rit)
5350         (breakAgainOneRow): ditto
5351         (breakParagraph): use a temp var for rows().begin()
5352         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5353         (cursorRightOneWord): use temp var for cursor.par() and
5354         cursor.pos(), remove usage of tmpcursor.
5355         (cursorLeftOneWord): use temp var for cursor.par() and
5356         cursor.pos() only set cur at end of function.
5357
5358 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5359
5360         * text.C, text2.C: exchange all usage of Paragraph::next with
5361         boost::next(ParagraphList::iterator)
5362
5363         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5364
5365         * text2.C (cursorTop): simplify implementation
5366         (cursorBottom): ditto
5367         (setParagraph): use ParagraphList::iterator
5368         (setCurrentFont): adjust
5369         (getColumnNearX): adjust
5370         (cursorRight): adjust
5371         (cursorLeft): remove usage of Paragraph::previous
5372         (cursorUpParagraph): ditto
5373         (deleteEmptyParagraphMechanism): slight cleanup
5374
5375         * text.C (isBoundary): take a Paragraph const & instead of a
5376         pointer as arg.
5377         (addressBreakPoint): ditto
5378         (leftMargin): remove usage of Paragraph::previous.
5379         (setHeightOfRow): ditto
5380         (cursorLeftOneWord): ditto
5381         (selectNextWordToSpellcheck): ditto
5382         (Delete): ditto
5383         (backspace): ditto
5384         (breakParagraph): remove one usage of Paragraph::next
5385         (redoParagraph): ditto
5386         (acceptChange): ditto
5387         (insertChar): adjust
5388         (rowBreakPoint): adjust
5389
5390         * bufferview_funcs.C (toggleAndShow): adjust
5391
5392 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5393
5394         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5395         methods to access it.
5396         * lyxtext.h:
5397         * text.C: Added updateRowPositions to compute all row positions.
5398         Make top_y and getRowNearY() to use the cached y position
5399
5400 2003-04-11  John Levon  <levon@movementarian.org>
5401
5402         * text.C (rowBreakPoint): reintroduce the labelEnd
5403         checks, code copied from the row fill stuff. Deep voodoo.
5404
5405         * text.C (fill): add a comment and debugging for the
5406         next poor soul.
5407
5408 2003-04-11  John Levon  <levon@movementarian.org>
5409
5410         * text.C: make sure fullrow insets get wrapped to the next line,
5411         even when they're in a manual label
5412
5413 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5414
5415         * text2.C (insertParagraph): make it take ParagraphList::iterator
5416         as arg.
5417         (setLayout): make it return ParagraphList::iterator
5418         (redoParagraphs): ditto
5419         (setCounter): ditto
5420         (checkParagraph): ditto
5421
5422         * text.C (getRow): make getrow take ParagraphList::iterator as arg
5423
5424         * text2.C: adjust several funcs.
5425         (realizeFont): take a ParagraphList::iterator as arg.
5426         (getLayoutFont): ditto
5427         (getLabelFont): ditto
5428         (setCharFont): ditto
5429
5430         * text.C: adjust several funcs.
5431
5432 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5433
5434         * text.C (selectNextWordToSpellcheck): don't accidentally
5435         skip insets
5436
5437 2003-04-10  John Levon  <levon@movementarian.org>
5438
5439         * ToolbarBackend.C (getIcon): special handling for
5440         LFUN_MATH_DELIM
5441
5442 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5443
5444         * text2.C (cursorRight): a getChar assert fixed
5445
5446 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5447
5448         * text2.C (getFont): change to take a ParagraphList::iterator
5449         instead of Paragraph*
5450         Adjust several functions.
5451
5452         * text.C (transformChar): change to take a ParagraphList::iterator
5453         instead of Paragraph*
5454         (singleWidth): ditto
5455         Adjust several functions.
5456
5457         * rowpainter.C: adjust several functions
5458         * rowpainter.h:store a ParagraphList::iterator and not a
5459         Paragraph&.
5460
5461
5462 2003-04-09  John Levon  <levon@movementarian.org>
5463
5464         * lyxfunc.C:
5465         * lfuns.h:
5466         * LyXAction.h:
5467         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
5468         and the "help" bits as well
5469
5470 2003-04-09  John Levon  <levon@movementarian.org>
5471
5472         * ToolbarBackend.h:
5473         * ToolbarBackend.C: allow multiple toolbars
5474
5475 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5476
5477         * undo_funcs.C (setCursorParUndo): adjust
5478
5479         * text_funcs.C (transposeChars): adjust
5480
5481         * text3.C (gotoNextInset): adjust
5482         (dispatch): adjust
5483
5484         * text2.C (setLayout): adjust
5485         (changeDepth): adjust
5486         (setFont): adjust
5487         (redoParagraphs): adjust
5488         (selectionAsString): adjust
5489         (setParagraph): adjust
5490         (insertInset): adjust
5491         (cutSelection): adjust
5492         (copySelection): adjust
5493         (pasteSelection): adjust
5494         (insertStringAsLines): adjust
5495         (updateInset): adjust
5496         (setCursor): change to take a ParagraphList::iterator parameter
5497         (setCursorIntern): change to take a ParagraphList::iterator parameter
5498         (setCurrentFont): adjust
5499         (cursorLeft): adjust
5500         (cursorRight): adjust
5501         (deleteEmptyParagraphMechanism): adjust
5502
5503         * text.C (breakParagraph): adjust
5504         (insertChar): adjust
5505         (acceptChange): adjust
5506         (rejectChange): adjust
5507         (selectNextWordToSpellcheck): adjust
5508         (changeCase): adjust
5509         (Delete): adjust
5510         (backspace): adjust
5511
5512         * lyxfind.C (SearchForward): adjust
5513         (SearchBackward): adjust
5514         (nextChange): adjust
5515
5516         * lyxcursor.C (par): adjust
5517
5518         * lyxcursor.h: store a ParagraphList::iterator instead of a
5519         Paragraph*
5520
5521         * lyx_cb.C (getPossibleLabel): adjust
5522
5523         * bufferview_funcs.C (toggleAndShow): adjust
5524
5525         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5526         (dispatch): adjust
5527
5528         * BufferView.C (removeAutoInsets): adjust
5529         (lockedInsetStoreUndo): adjust
5530
5531 2003-04-09  John Levon  <levon@movementarian.org>
5532
5533         * ToolbarBackend.C: try icon without argument
5534         if with argument fails
5535
5536 2003-04-08  John Levon  <levon@movementarian.org>
5537
5538         * ToolbarBackend.h:
5539         * ToolbarBackend.C: add getIcon(), handle tooltip,
5540         and change from "Icon" to "Item".
5541
5542 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5543
5544         * BufferView.C (lockInset): another bad getchar crunched
5545
5546 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5547
5548         * text2.C (changeDepth): do not setUndo on test_only (make undo work
5549         again)
5550
5551 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
5552
5553         * lyxfind.C (searchForward, searchBackwards): bug 782
5554
5555 2003-04-07  John Levon  <levon@movementarian.org>
5556
5557         * paragraph.C: remove dead comment
5558
5559         * text.C: remove troublesome depth-fiddling code
5560         in leftMargin() and rightMargin() (bug 1017)
5561
5562         * text.C: fix breaking of rows in nested lists
5563         (bug 1004)
5564
5565         * text2.C (updateCounters): fix up depth values
5566         (bug 1013)
5567
5568 2003-04-07  John Levon  <levon@movementarian.org>
5569
5570         * BufferView_pimpl.C: clear message when doc finishes resizing,
5571         and after a mouse event
5572
5573         * lyxfunc.C: clear message after exiting inset
5574
5575 2003-04-07  John Levon  <levon@movementarian.org>
5576
5577         * bufferview_funcs.C: show math status not outside
5578         status in the statusbar
5579
5580 2003-04-07  John Levon  <levon@movementarian.org>
5581
5582         * lyxfunc.C: note status changed after a depth change
5583
5584 2003-04-04  Angus Leeming  <leeming@lyx.org>
5585
5586         * LaTeX.h: move AuxInfo operator==, != out of line.
5587         Remove LaTeX virtual destructor; nothing derives from it.
5588         Move operator()() out of public area and rename it startscript().
5589         Change protected for private.
5590
5591 2003-04-04  Angus Leeming  <leeming@lyx.org>
5592
5593         * lyxfunc.C:
5594         * text2.C: remove unneeded #includes.
5595
5596 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5597
5598         * text2.C (dEPM): fix the heigth of the next row
5599
5600 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5601
5602         * text.C: squashed an invalid getChar requester + some ws changes
5603
5604 2003-04-03  John Levon  <levon@movementarian.org>
5605
5606         * bufferview_funcs.h:
5607         * bufferview_funcs.C:
5608         * lyxfunc.C:
5609         * lyxtext.h:
5610         * text2.C: make getStatus work for the env depth lfuns
5611
5612 2003-04-03  John Levon  <levon@movementarian.org>
5613
5614         * bufferview_funcs.h:
5615         * bufferview_funcs.C:
5616         * lyxfunc.C:
5617         * lyxtext.h:
5618         * text2.C: parlistize decDepth(), by merging it with incDepth()
5619
5620 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5621
5622         * lyxrow.h: store a ParagraphList::iterator instead of a
5623         Paragraph* and adjust other class functions to suit.
5624
5625         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
5626         above.
5627
5628 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5629
5630         * text2.C (setCursor): do not anchor to cursor row for the time being
5631
5632 2003-04-02  John Levon  <levon@movementarian.org>
5633
5634         * LyXAction.C:
5635         * lfuns.h:
5636         * lyx_main.C:
5637         * lyxtext.h:
5638         * text.C:
5639         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5640
5641 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5642
5643         * paragraph.h: make ParagraphList and ParagraphList::iterator
5644         friends of Paragraph.
5645
5646         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5647
5648         * ParagraphList.C: Use the private next_ and previous_ from
5649         Paragraph.
5650
5651 2003-04-01  John Levon  <levon@movementarian.org>
5652
5653         * ToolbarBackend.h:
5654         * ToolbarBackend.C:
5655         * Makefile.am: rename, remove defaults gunk
5656
5657         * MenuBackend.h:
5658         * MenuBackend.C: remove defaults gunk
5659
5660         * Languages.h:
5661         * Languages.C: remove defaults gunk
5662
5663         * lyx_main.h:
5664         * lyx_main.C: error out if files couldn't be found.
5665
5666 2003-04-02  John Levon  <levon@movementarian.org>
5667
5668         * text2.C: make incDepth() use parlist
5669
5670 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5671
5672         * undo_funcs.C (firstUndoParagraph): adjust
5673
5674         * text3.C (gotoInset): adjust
5675         (dispatch): adjust, and rewrite loop.
5676
5677         * text2.C (init): adjust, and rewrite loop.
5678         (redoParagraphs): adjust
5679         (updateInset): adjust, and rewrite loop.
5680         (deleteEmptyParagraphMechanism): adjust
5681
5682         * tabular.C (LyXTabular): adjust
5683         (SetMultiColumn): adjust
5684         (TeXRow): adjust
5685
5686         * lyxtext.[Ch] (ownerParagraph): delete function
5687         (ownerParagraphs): new function returns a ParagraphList.
5688
5689         * BufferView.C (removeAutoInsets): adjust
5690         (insertErrors): adjust
5691         (setCursorFromRow): adjust
5692
5693 2003-04-01  Angus Leeming  <leeming@lyx.org>
5694
5695         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5696         in the frontends.
5697
5698 2003-04-02  John Levon  <levon@movementarian.org>
5699
5700         * lyxtext.h:
5701         * text.C:
5702         * Makefile.am:
5703         * text_funcs.h:
5704         * text_funcs.C: make transposeChars a free function
5705
5706         * lyxrow_funcs.C: remove wrong comment
5707
5708 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5709
5710         * lyxtext.h: adjust
5711         * rowpainter.C: adjust
5712         * text.C: adjust
5713         * text2.C: adjust
5714         * text3.C: adjust
5715
5716         * lyxrow_funcs. [Ch]: new files
5717
5718         * lyxrow.[Ch]: remove next and previous pointers
5719         (next,previous): remove accessor functions
5720         (isParEnd): move to lyxrow_funcs
5721         (lastPos): move to lyxrow_funcs
5722         (nextRowIsAllInset): move to lyxrow_funcs
5723         (lastPrintablePos): move to lyxrow_funcs
5724         (numberOfSeparators): move to lyxrow_funcs
5725         (numberOfHfills): move to lyxrow_funcs
5726         (numberOfLabelHfills): move to lyxrow_funcs
5727         (hfillExpansion): move to lyxrow_funcs
5728
5729         * lyxfunc.C: adjust
5730
5731         * bufferview_funcs.C (toggleAndShow): adjust
5732
5733         * RowList.h: Remove class RowList from file leave just a
5734         std::list<Row>.
5735
5736         * RowList.C: delete file
5737
5738         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5739         and lyxrow_funcs.h
5740
5741 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5742
5743         * text3.C (cursorPrevious): adjust
5744         (cursorNext): adjust
5745         (dispatch): adjust
5746
5747         * text2.C (redoHeightOfParagraph): adjust
5748         (redoDrawingOfParagraph): adjust
5749         (setCursor): adjust
5750
5751         * text.C (breakParagraph): adjust
5752         (insertChar): adjust
5753         (backspace): adjust
5754
5755         * rowpainter.C (RowPainter): adjust
5756         (leftMargin): simplify and adjust
5757         (most rowpainter functions): adjust.
5758
5759         * rowpainter.h: store the row as RowList::iterator not as Row*
5760
5761         * lyxcursor.C (row): taka RowList::iterator as arg
5762         (irow): ditto
5763
5764         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5765         of Row*.
5766
5767 2003-04-01  Angus Leeming  <leeming@lyx.org>
5768
5769         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5770         stuff like bool Bool.
5771
5772 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5773
5774         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5775         rewrite a loop
5776
5777 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5778
5779         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5780         RowList::iterator.
5781
5782         * lyxtext.h (rows): drop one version and leve a const variant that
5783         returns a RowList::iterator.
5784
5785 2003-03-31  Angus Leeming  <leeming@lyx.org>
5786
5787         * text.C (fill): ensure that the signature is the same as that in the
5788         header file.
5789
5790 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5791
5792         * text2.C (redoParagraphs): adjust
5793         (updateCounters): adjust
5794         (checkParagraph): adjust
5795         (getColumnNearX): adjust and reformat a bit.
5796
5797         * text.C (top_y): adjust
5798         (workWidth): adjust
5799         (leftMargin): adjust
5800         (prepareToPrint): adjust
5801         (getRow): adjust
5802         (getRowNearY): adjust
5803
5804         * lyxtext.h: make rowlist_ mutable.
5805
5806         * RowList.h: add const_iterator
5807         * RowList.C: adjust for RowList::const_iterator.
5808
5809         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5810         adjust.
5811
5812 2003-03-31  John Levon  <levon@movementarian.org>
5813
5814         * lyxrc.h:
5815         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5816
5817         * lyx_main.C: set default fonts from using lyx_gui funcs
5818
5819         * exporter.C: pdf_mode moved from lyxrc
5820
5821         * lyx_cb.C:
5822         * lyxfunc.C: changes from above
5823
5824 2003-03-31  John Levon  <levon@movementarian.org>
5825
5826         * lyx_main.C: fix to the last fix
5827
5828 2003-03-31  John Levon  <levon@movementarian.org>
5829
5830         * bufferlist.C: "Load original" -> "Load Original"
5831
5832         * converter.C:
5833         * exporter.C:
5834         * importer.C:
5835         * lyx_main.C:
5836         * format.C: more Alert cleanups
5837
5838 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5839
5840         * text2.C (removeParagraph): make it take a RowList::iterator as
5841         arg, adjust.
5842         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5843         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5844
5845         * text.C (anchor_row): make it take a RowList::iterator as arg,
5846         adjust.
5847         (computeBidiTables): make it take a const reference to Row instead
5848         of Row pointer, adjust.
5849         (leftMargin): make it take a RowList::iterator as arg, adjust.
5850         (rowBreakPoint): adjust
5851         (breakAgainOneRow): make it take a RowList::iterator as arg,
5852         adjust.
5853         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5854
5855         * bufferview_funcs.C (toggleAndShow): adjust
5856
5857 2003-03-30  John Levon  <levon@movementarian.org>
5858
5859         * Makefile.am:
5860         * BoostFormat.h:
5861         * boost-inst.C: moved to support
5862
5863         * several files: changes as a result
5864
5865 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5866
5867         * text2.C (LyXText): adjust.
5868         (init): adjust
5869         (removeRow): make it take a RowList::iterator as arg, adjust.
5870         (fullRebreak): adjust
5871         (deleteEmptyParagraphMechanism): adjust
5872         (clearPaint): adjust
5873         (postPaint): adjust
5874
5875         * text.C (top_y): adjust
5876         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5877         (breakAgain): make it take a RowList::iterator as arg, adjust.
5878         (breakParagraph): adjust
5879         (insertChar): adjust
5880         (backspace): adjust
5881
5882         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5883         need_break_row, and refresh_row.
5884
5885         * text3.C (dispatch): adjust
5886
5887         * text2.C (checkParagraph): adjust
5888         (setCursor): adjust
5889         (setCursorFromCoordinates): adjust
5890
5891         * text.C (top_y): adjust
5892         (workWidth): adjust
5893         (getRow): make it return a RowList::iterator, adjust
5894         (getRowNearY): make it return a RowList::iterator, adjust
5895
5896         * text2.C (init): adjust
5897         (insertRow): remove function
5898         (insertParagraph): adjust
5899         (redoParagraphs): adjust
5900         (fullRebreak): adjust
5901         (updateCounters): adjust
5902
5903         * text.C (top_y): rewrite to use RowList iterators.
5904         (top_y): adjust
5905         (setHeightOfRow): rewrite to sue RowList iterators.
5906         (appendParagraph): adjust
5907         (breakAgain): adjust
5908         (breakAgainOneRow): adjust
5909         (breakParagraph): adjust
5910         (getRow): adjust
5911         (getRowNearY): adjust, and remove commented code.
5912
5913         * lyxtext.h (firstRow): delete function
5914         (lastRow): delete function
5915         (rows): new function (const and non-const versions.)
5916         (insertRow): delete function
5917
5918         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5919
5920 2003-03-29  John Levon  <levon@movementarian.org>
5921
5922         * BufferView_pimpl.C: always update scrollbar top
5923         because pasting text when we're anchored could mean we
5924         miss an update altogether
5925
5926 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5927
5928         * text2.C (init): use rowlist_.end() and not 0.
5929         (insertRow): change to take a RowList::iterator as arg, adjust
5930         for this.
5931         (insertParagraph): change to take a RowList::iterator as arg,
5932         adjust for this.
5933         (redoParagraphs): remove some debug msgs.
5934
5935         * text.C (appendParagraph): change to take a RowList::iterator
5936         arg, adjust for this.
5937         (breakAgain): add an assert
5938         (breakAgainOneRow): ditto
5939
5940 2003-03-29  John Levon  <levon@movementarian.org>
5941
5942         * text2.C: do not clear selection after inc/decDepth
5943         (bug 550)
5944
5945 2003-03-29  John Levon  <levon@movementarian.org>
5946
5947         * BufferView.C:
5948         * buffer.C: fix broken strerrors according to Lars
5949
5950 2003-03-29  John Levon  <levon@movementarian.org>
5951
5952         * converters.C: more Alert cleanups
5953
5954 2003-03-29  John Levon  <levon@movementarian.org>
5955
5956         * bufferview_funcs.C: remove pointless Alert
5957
5958         * buffer.C: fix confusing error message when
5959         a template is chmoded 000
5960
5961 2003-03-29  John Levon  <levon@movementarian.org>
5962
5963         * BufferView.C:
5964         * BufferView.h:
5965         * BufferView_pimpl.C: Alert fixes
5966
5967         * Makefile.am:
5968         * tabular.C:
5969         * tabular-old.C: remove unused table compat reading
5970
5971 2003-03-29  John Levon  <levon@movementarian.org>
5972
5973         * BufferView.C:
5974         * buffer.C:
5975         * lyx_cb.h:
5976         * lyx_cb.C: more Alert cleanups
5977
5978         * lyxfunc.C: don't allow chktex if not latex document
5979
5980 2003-03-29  John Levon  <levon@movementarian.org>
5981
5982         * lyx_cb.C:
5983         * BufferView.C:
5984         * buffer.C: warnings pushed down from support/,
5985         kill err_alert
5986
5987 2003-03-29  John Levon  <levon@movementarian.org>
5988
5989         * lyxfunc.C: safety check for C-r (revert)
5990
5991 2003-03-29  John Levon  <levon@movementarian.org>
5992
5993         * bufferlist.h:
5994         * bufferlist.C: several UI fixes using Alert::prompt.
5995         Fix the pointless looping quit code. Fix stupid revert
5996         behaviour (bug 938)
5997
5998         * lyxvc.h:
5999         * lyxvc.C:
6000         * lyx_cb.C: use Alert::prompt
6001
6002         * lyx_main.C: remove a silly question
6003
6004         * lyxfunc.C: remove a couple of silly questions,
6005         use Alert::prompt
6006
6007 2003-03-28  John Levon  <levon@movementarian.org>
6008
6009         * text2.C: fix bug 974 (End on empty par)
6010
6011 2003-03-28  John Levon  <levon@movementarian.org>
6012
6013         * BufferView_pimpl.C:
6014         * LyXAction.C:
6015         * lfuns.h: remove do-nothing math greek lfuns
6016
6017 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6018
6019         * lyxgluelength.h (isValidGlueLength): add default arg on
6020         parameter 2. Remove default arg from friend in class.
6021
6022         * lyxlength.h (isValidLength): add default arg on parameter 2.
6023         Remove default arg from friend in class.
6024
6025         * text2.C (LyXText): adjust, initialize refresh_row.
6026         (init): adjust
6027         (removeRow): adjust
6028         (insertRow): adjust
6029         (insertParagraph): adjst
6030         (redoParagraphs): adjust
6031         (fullRebreak): adjust
6032         (updateCounters): adjust
6033         (deleteEmptyParagraphMechanism): first attempt at fixing a
6034         crashing bug.
6035
6036         * text.C (top_y): adjust
6037         (setHeightOfRow): adjust
6038         (getRow): adjust
6039         (getRowNearY): adjust
6040
6041         * lyxtext.h: include RowList.h
6042         (~LyXText): not needed anymore, deleted.
6043         (firstRow): modify for RowList
6044         (lastRow): new function
6045         Delete firstrow and lastrow class variables, add a Rowlist
6046         rowlist_ class variable.
6047
6048         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6049         paragraph is empty.
6050
6051         * RowList.C (insert): fix case where it == begin().
6052
6053 2003-03-26  Angus Leeming  <leeming@lyx.org>
6054
6055         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6056         the thesaurus dialog.
6057
6058 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6059
6060         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6061
6062         * RowList.[Ch]: new files
6063
6064         * ParagraphList.C (erase): handle the case where it == begin
6065         correctly.
6066
6067 2003-03-25  John Levon  <levon@movementarian.org>
6068
6069         * Makefile.am:
6070         * aspell_local.h:
6071         * aspell.C: add new aspell support
6072
6073         * lyxrc.h:
6074         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6075         have it accessible.
6076
6077 2003-03-25  Angus Leeming  <leeming@lyx.org>
6078
6079         * lfuns.h:
6080         * LyXAction.C (init): new LFUN_INSET_INSERT.
6081
6082         * BufferView_pimpl.C (dispatch): split out part of the
6083         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6084
6085         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6086         LFUN_INSET_APPLY.
6087
6088 2003-03-25  Angus Leeming  <leeming@lyx.org>
6089
6090         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6091
6092 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6093
6094         * text2.C:
6095         * text3.C: remove useless row->height(0)
6096
6097 2003-03-25  John Levon  <levon@movementarian.org>
6098
6099         * lyxtext.h:
6100         * text2.C:
6101         * text3.C: rename the refreshing stuff to better names
6102
6103 2003-03-24  John Levon  <levon@movementarian.org>
6104
6105         * BufferView_pimpl.h:
6106         * BufferView_pimpl.C: update layout choice on a mouse
6107         press/release
6108
6109 2003-03-23  John Levon  <levon@movementarian.org>
6110
6111         * Makefile.am: fix commandtags.h reference
6112
6113 2003-03-22  John Levon  <levon@movementarian.org>
6114
6115         * BufferView_pimpl.C:
6116         * lyxtext.h:
6117         * rowpainter.C:
6118         * rowpainter.h:
6119         * text.C:
6120         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6121
6122 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6123
6124         * lyxtext.h:
6125         * text.C: take the rtl methods out of line
6126
6127 2003-03-21 André Pönitz <poenitz@gmx.net>
6128
6129         * metricsinfo.[Ch]: new files containing structures to be passed around
6130         during the two-phase-drawing...
6131
6132 2003-03-21 André Pönitz <poenitz@gmx.net>
6133
6134         * lyxtextclass.C: read 'environment' tag.
6135
6136 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6137
6138         * text2.C (removeRow): fix bug 964
6139
6140 2003-03-20  John Levon  <levon@movementarian.org>
6141
6142         * rowpainter.C:
6143         * text.C:
6144         * text2.C: paint cleanups. Inset::update() dropped font
6145         parameter
6146
6147 2003-03-19  John Levon  <levon@movementarian.org>
6148
6149         * lyxfunc.C: only fitcursor/markDirty if available()
6150
6151 2003-03-19  John Levon  <levon@movementarian.org>
6152
6153         * commandtags.h: rename to ...
6154
6155         * lfuns.h: ... this, and renumber / cleanup
6156
6157 2003-03-19  John Levon  <levon@movementarian.org>
6158
6159         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6160         fit the cursor after an lfun
6161
6162         * BufferView.h:
6163         * BufferView.C:
6164         * BufferView_pimpl.h:
6165         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6166
6167         * LyXAction.C: layout-character should have ReadOnly
6168
6169         * ParagraphParameters.C:
6170         * buffer.C:
6171         * bufferview_funcs.C:
6172         * lyx_cb.C:
6173         * lyxfind.C:
6174         * lyxtext.h:
6175         * text.C:
6176         * text2.C:
6177         * text3.C:
6178         * undo_funcs.C: changes from above
6179
6180 2003-03-18  John Levon  <levon@movementarian.org>
6181
6182         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6183         remove it from update()
6184
6185         * lyxfunc.C: update layout choice after an lfun
6186
6187         * text3.C: remove extra updateLayoutChoice()s
6188
6189 2003-03-18  John Levon  <levon@movementarian.org>
6190
6191         * text.C: top_y change means full repaint, fix
6192         a drawing bug with cursor movement
6193
6194 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6195
6196         * lyxtext.h:
6197         * text.C:
6198         * text2.C: anchor row on setCursor
6199
6200 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6201
6202         * lyxtext.h: remove almost all mutable keywords
6203         * text.C:
6204         * text2.C:
6205         * text3.C: remove const keywords accordingly
6206
6207 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6208
6209         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6210         anon namespace
6211         (TeXEnvironment): ditto
6212         (TeXOnePar): ditto
6213
6214 2003-03-17  John Levon  <levon@movementarian.org>
6215
6216         * text.C (rowBreakPoint): remove attempt to fix displayed
6217         math insets inside a manual label
6218
6219 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6220
6221         * lyxtext.h: remove BufferView* as first arg from almost all class
6222         functions.
6223         * other files: adjust.
6224
6225 2003-03-17  John Levon  <levon@movementarian.org>
6226
6227         * lyxtext.h:
6228         * undo_funcs.C:
6229         * text2.C: more paint cleanups
6230
6231         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6232
6233         * rowpainter.h:
6234         * rowpainter.C: remove "smart" background painting code
6235
6236 2003-03-16  John Levon  <levon@movementarian.org>
6237
6238         * lyxtext.h:
6239         * text.C:
6240         * text2.C:
6241         * text3.C: add helper functions for setting refresh_row/y
6242
6243 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6244
6245         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6246         newline inset which *can* get inserted in the pass_thru layouts.
6247         This is primarily for literate documents.
6248
6249 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6250
6251         * buffer.C: increment LYX_FORMAT to 223
6252
6253 2003-03-14 André Pönitz <poenitz@gmx.net>
6254
6255         * textclass.h: prepare for environment handling, ws changes
6256         * lyxlayout.C: read latexheader and latexfooter tags
6257
6258 2003-03-14  John Levon  <levon@movementarian.org>
6259
6260         * text2.C: rewrite ::status() a bit
6261
6262 2003-03-13  John Levon  <levon@movementarian.org>
6263
6264         * lyxtext.h: add some docs
6265
6266 2003-03-13  John Levon  <levon@movementarian.org>
6267
6268         * lyxtext.h:
6269         * text.C:
6270         * text2.C:
6271         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6272
6273 2003-03-13  John Levon  <levon@movementarian.org>
6274
6275         * text3.C: fix appendix redrawing
6276
6277 2003-03-13  John Levon  <levon@movementarian.org>
6278
6279         * text.C (setHeightOfRow):
6280         * rowpainter.h:
6281         * rowpainter.C: make appendix mark have the text
6282           "Appendix" so the user knows what it is
6283
6284         * LColor.h:
6285         * LColor.C: s/appendixline/appendix/ from above
6286
6287 2003-03-13  John Levon  <levon@movementarian.org>
6288
6289         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6290
6291         * text.C: fix a getChar(pos) bug properly
6292
6293 2003-03-13  Angus Leeming  <leeming@lyx.org>
6294
6295         * commandtags.h:
6296         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6297         Probably only temporary. Let's see how things pan out.
6298
6299         * BufferView.C (unlockInset):
6300         * BufferView_pimpl.C (fitCursor):
6301         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6302
6303         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6304         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6305
6306         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6307         new functions that convert ParagraphParameters to and from a string.
6308
6309         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6310         BufferView::Pimpl's dispatch.
6311         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6312
6313 2003-03-13 André Pönitz <poenitz@gmx.net>
6314
6315         * lyxfunc.C:
6316         * text3.C:
6317         * factory.C: make it aware of InsetEnv
6318
6319 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6320
6321         * text2.C (setCursor): never ask for one past last
6322         (setCursor): add some debugging messages.
6323
6324         * text.C (singleWidth): never ask for one past last
6325         (singleWidth): ditto
6326         (leftMargin): ditto
6327         (rightMargin): ditto
6328         (rowBreakPoint): ditto
6329         (setHeightOfRow): ditto
6330         (prepareToPrint): ditto
6331
6332         * rowpainter.C (paintBackground): never ask for one past last
6333         (paintText): never ask for one past last
6334
6335         * paragraph_pimpl.C (getChar): make the assert stricter, never
6336         allow the one past last pos to be taken
6337
6338         * paragraph.C (getChar): ws changes only
6339
6340         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6341         (numberOfSeparators): ditto
6342         (numberOfHfills): ditto
6343
6344 2003-03-12  John Levon  <levon@movementarian.org>
6345
6346         * author.h:
6347         * author.C:
6348         * bufferparams.h:
6349         * bufferparams.C:
6350         * paragraph_funcs.C: fix per-buffer authorlists
6351
6352 2003-03-12  John Levon  <levon@movementarian.org>
6353
6354         * text.C: fix newline in right address
6355
6356 2003-03-12  Angus Leeming  <leeming@lyx.org>
6357
6358         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6359         duplicate those in LyXFunc::dispatch.
6360
6361         * commandtags.h:
6362         * LyXAction.C:
6363         * ToolbarDefaults.C:
6364         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6365         Add LFUN_FONTFREE_UPDATE.
6366
6367         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6368         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6369
6370         * bufferview_func.[Ch]: several new functions to facilliate
6371         transfer of data to and from the character dialog.
6372
6373 2003-03-12  John Levon  <levon@movementarian.org>
6374
6375         * buffer.C:
6376         * paragraph.h:
6377         * paragraph.C:
6378         * paragraph_funcs.C:
6379         * paragraph_pimpl.C:
6380         * sgml.C:
6381         * tabular.C:
6382         * text.C:
6383         * text3.C: remove META_NEWLINE in favour of an inset
6384
6385         * rowpainter.h:
6386         * rowpainter.C: remove paintNewline (done by inset)
6387
6388 2003-03-12  John Levon  <levon@movementarian.org>
6389
6390         * paragraph_pimpl.C: complain about bad getChar()s
6391         for a while at least
6392
6393 2003-03-12  John Levon  <levon@movementarian.org>
6394
6395         * buffer.h:
6396         * buffer.C: move paragraph read into a separate function,
6397         a little renaming to reflect that.
6398
6399         * bufferparams.h:
6400         * bufferparams.C: remove the author_ids map, not necessary now
6401
6402         * factory.h:
6403         * factory.C: moved Buffer::readInset to here
6404
6405         * paragraph_funcs.h:
6406         * paragraph_funcs.C: readParagraph free function moved from
6407         buffer.C
6408
6409         * tabular.C: name change
6410
6411 2003-03-12  John Levon  <levon@movementarian.org>
6412
6413         * buffer.C:
6414         * ParagraphParameters.C: move par params input to
6415         a read() method
6416
6417         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
6418         behave like a normal read from the stream wrt reading
6419         a line vs. a \\token
6420
6421 2003-03-12  John Levon  <levon@movementarian.org>
6422
6423         * paragraph.C:
6424         * ParagraphParameters.h:
6425         * ParagraphParameters.C: move output code to a
6426         ::write() method
6427
6428 2003-03-12  John Levon  <levon@movementarian.org>
6429
6430         * BufferView.C (insertLyXFile):
6431         * buffer.h:
6432         * buffer.C:
6433         * tabular.C: use a parlist iterator for creating the
6434           document.
6435
6436 2003-03-12  John Levon  <levon@movementarian.org>
6437
6438         * buffer.C: make current_change static local not
6439           static file-scope
6440
6441 2003-03-12  John Levon  <levon@movementarian.org>
6442
6443         * buffer.C: fix insertStringAsLines for change tracking
6444
6445 2003-03-12  John Levon  <levon@movementarian.org>
6446
6447         * BufferView.C:
6448         * tabular.C:
6449         * buffer.h:
6450         * buffer.C:
6451         * bufferparams.h:
6452         * bufferparams.C: move author list into params. Rename some
6453           functions. Move the header reading into a separate token
6454           loop. Move the header token reading into BufferParams.
6455
6456 2003-03-12  John Levon  <levon@movementarian.org>
6457
6458         * changes.C: put debug inside lyxerr.debugging() checks
6459
6460 2003-03-11 André Pönitz <poenitz@gmx.net>
6461
6462         * factory.C: make it aware of InsetHFill
6463
6464 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6465
6466         * buffer.C (latexParagraphs): move function from here...
6467         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
6468         args.
6469
6470 2003-03-10  Angus Leeming  <leeming@lyx.org>
6471
6472         * LyXAction.C (init): fix bug in poplating array with multiple entries
6473         with the same LFUN (spotted by JMarc).
6474
6475 2003-03-10  John Levon  <levon@movementarian.org>
6476
6477         * text.C:
6478         * text2.C: move getColumnNearX() near its
6479         only call site
6480
6481 2003-03-10  John Levon  <levon@movementarian.org>
6482
6483         * text.C: fix break before a minipage
6484
6485 2003-03-10  John Levon  <levon@movementarian.org>
6486
6487         * text.C: fix the last commit
6488
6489 2003-03-09  John Levon  <levon@movementarian.org>
6490
6491         * lyxtext.h:
6492         * text.C:
6493         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
6494         bug 365 (don't break before insets unless needed). Don't
6495         return a value > last under any circumstances.
6496
6497 2003-03-09  Angus Leeming  <leeming@lyx.org>
6498
6499         * BufferView_pimpl.C (trackChanges, dispatch): call
6500         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
6501
6502 2003-03-09  Angus Leeming  <leeming@lyx.org>
6503
6504         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
6505         than Dialogs::showAboutlyx().
6506
6507 2003-03-09  Angus Leeming  <leeming@lyx.org>
6508
6509         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
6510         than Dialogs::showTabularCreate().
6511
6512 2003-03-09  John Levon  <levon@movementarian.org>
6513
6514         * lyxtext.h:
6515         * text.C:
6516         * text2.C: 3rd arg to nextBreakPoint was always the same.
6517           Use references.
6518
6519 2003-03-08  John Levon  <levon@movementarian.org>
6520
6521         * lyxrow.C:
6522         * paragraph.C:
6523         * paragraph.h:
6524         * rowpainter.C:
6525         * text.C:
6526         * text2.C: Remove the "main" bit from the "main body"
6527           notion.
6528
6529 2003-03-08  John Levon  <levon@movementarian.org>
6530
6531         * text.C (leftMargin): The left margin of an empty
6532         manual label paragraph should not include the label width
6533         string length.
6534
6535         * text.C (prepareToPrint): don't attempt to measure hfills
6536         for empty manual label paragraphs - the answer should be 0
6537
6538 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6539
6540         * CutAndPaste.C: remove commented code and reindent.
6541
6542 2003-03-08  John Levon  <levon@movementarian.org>
6543
6544         * lyxfunc.h:
6545         * lyxfunc.C: move reloadBuffer()
6546
6547         * BufferView.h:
6548         * BufferView.C: to here
6549
6550         * lyxvc.C: add comment
6551
6552         * vc-backend.h:
6553         * vc-backend.C: call bv->reload() to avoid
6554           getStatus() check on MENURELOAD
6555
6556 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
6557
6558         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
6559         to an old format .dep file.
6560
6561 2003-03-07  Angus Leeming  <leeming@lyx.org>
6562
6563         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
6564         when the LFUN_MOUSE_RELEASE should have been handled by
6565         inset->localDispatch.
6566
6567 2003-03-07  Angus Leeming  <leeming@lyx.org>
6568
6569         * BufferView_pimpl.C (dispatch):
6570         * LyXAction.C (init):
6571         * ToolbarDefaults.C (init):
6572         * commandtags.h:
6573         * lyxfunc.C (getStatus):
6574         remove LFUN_INSET_GRAPHICS.
6575
6576         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
6577
6578 2003-03-07  Angus Leeming  <leeming@lyx.org>
6579
6580         * commandtags.h:
6581         * LyXAction.C (init):
6582         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
6583
6584         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
6585
6586         * commandtags.h:
6587         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
6588
6589         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
6590         localDispatch method LFUN_INSET_DIALOG_UPDATE.
6591
6592 2003-03-07  Angus Leeming  <leeming@lyx.org>
6593
6594         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
6595         remove "ert".
6596
6597 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6598
6599         * ParagraphList.C (front): new function
6600         (back): implement
6601
6602 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
6603
6604         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
6605         and top_row_offset_. removed var first_y.
6606         * text.C (top_y):
6607         * text2.C (LyXText, removeRow):
6608         * text3.C:
6609         * BufferView_pimpl.C:
6610         use these methods instead of using first_y
6611
6612 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6613
6614         * text2.C (pasteSelection): adjust for checkPastePossible
6615
6616         * CutAndPaste.C: remove Paragraph * buf and replace with
6617         ParagraphList paragraphs.
6618         (DeleteBuffer): delete
6619         (cutSelection): change the tc type to textclass_type
6620         (copySelection): change the tc type to textclass_type
6621         (copySelection): adjust for ParagraphList
6622         (pasteSelection): change the tc type to textclass_type
6623         (pasteSelection): adjust for Paragraphlist
6624         (nrOfParagraphs): simplify for ParagraphList
6625         (checkPastePossible): simplify for ParagraphList
6626         (checkPastePossible): remove unused arg
6627
6628         * ParagraphList.C (insert): handle the case where there are no
6629         paragraphs yet.
6630
6631         * CutAndPaste.h: make CutAndPaste a namespace.
6632
6633         * text3.C (dispatch): adjust
6634
6635         * text.C (breakParagraph): add a ParagraphList as arg
6636
6637         * paragraph_funcs.C (breakParagraph): change to take a
6638         BufferParams and a ParagraphList as args.
6639         (breakParagraphConservative): ditto
6640         (mergeParagraph): ditto
6641         (TeXDeeper): add a ParagraphList arg
6642         (TeXEnvironment): ditto
6643         (TeXOnePar): ditto
6644
6645         * buffer.C (readLyXformat2): adjust
6646         (insertStringAsLines): adjust
6647         (latexParagraphs): adjust
6648
6649         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6650         (cutSelection): adjust
6651         (pasteSelection): adjust
6652
6653         * BufferView_pimpl.C (insertInset): adjust
6654
6655 2003-03-05  Angus Leeming  <leeming@lyx.org>
6656
6657         * commandtags.h:
6658         * LyXAction.C (init):
6659         * BufferView_pimpl.C (dispatch):
6660         * lyxfunc.C (getStatus):
6661         remove LFUN_CHILD_INSERT.
6662
6663         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6664
6665 2003-03-05  Angus Leeming  <leeming@lyx.org>
6666
6667         * commandtags.h:
6668         * LyXAction.C (init):
6669         * src/factory.C (createInset):
6670         * lyxfunc.C (getStatus):
6671         * text3.C (dispatch):
6672         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6673
6674         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6675
6676 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6677
6678         * ParagraphList.C (insert): handle insert right before end()
6679         (erase): fix cases where it can be first or last paragraph.
6680
6681 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6682
6683         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6684         Paragraph::next and Paragraph::previous
6685         (TeXOnePar): ditto
6686
6687         * text.C (breakParagraph): adjust
6688
6689         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6690         BufferParams& as arg.
6691         (breakParagraph): use ParagraphList::insert
6692         (breakParagraphConservative): take a Buffer* instead of a
6693         BufferParams& as arg.
6694         (breakParagraphConservative): use ParagraphList::insert.
6695
6696         * buffer.C (insertStringAsLines): un-const it
6697         (insertStringAsLines): adjust
6698
6699         * ParagraphList.C (insert): new function
6700
6701         * CutAndPaste.C (pasteSelection): adjust
6702
6703         * text.C (backspace): adjust
6704
6705         * tabular.C (SetMultiColumn): adjust
6706
6707         * CutAndPaste.C (cutSelection): adjust
6708         (pasteSelection): adjust
6709
6710         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6711         Buffer const * as arg
6712
6713         * ParagraphList.C (erase): new function
6714         * paragraph_funcs.C (mergeParagraph): use it
6715         (mergeParagraph): make it take a Buffer* instead of a
6716         BufferParams* as arg
6717
6718         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6719         as arg
6720         (breakParagraphConservative): ditto
6721
6722         * paragraph.h: remove the breakParagraph friend
6723
6724         * paragraph.C (eraseIntern): new function
6725         (setChange): new function
6726
6727         * paragraph_funcs.C (mergeParagraph): make it take a
6728         ParagraphList::iterator instead of a Paragraph *, adjust
6729         accordingly.
6730
6731         * paragraph.h: move an #endif so that the change tracking stuff
6732         also works in the NO_NEXT case.
6733
6734 2003-03-04  Angus Leeming  <leeming@lyx.org>
6735
6736         * commandtags.h:
6737         * LyXAction.C: new LFUN_INSET_MODIFY.
6738
6739         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6740         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6741
6742 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6743
6744         * several files: ws changes only
6745
6746         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6747         (TeXEnvironment): ditto
6748         (TeXDeeper): ditto
6749
6750         * buffer.C (makeLaTeXFile): adjust
6751         (latexParagraphs): make it take ParagraphList::iterator as args
6752
6753 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6754
6755         * buffer.C (latexParagraphs): adjust
6756
6757         * paragraph.C (TeXOnePar): move function...
6758         (optArgInset): move function...
6759         (TeXEnvironment): move function...
6760         * paragraph_pimpl.C (TeXDeeper): move function...
6761         * paragraph_funcs.C: ...here
6762
6763         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6764
6765 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6766
6767         * buffer.C (readInset): remove compability code for old Figure and
6768         InsetInfo insets
6769
6770 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6771
6772         * buffer.C: ws changes
6773         (readInset):
6774
6775         * BufferView_pimpl.C: ditto
6776         * author.C: ditto
6777         * buffer.h: ditto
6778         * bufferlist.h: ditto
6779         * changes.h: ditto
6780         * lyxfunc.C: ditto
6781
6782 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6783
6784         * converter.[Ch]: split into itself +
6785         * graph.[Ch]
6786         * format.[Ch]
6787         * Makefile.am: += graph.[Ch] + format.[Ch]
6788         * MenuBackend.C
6789         * buffer.C
6790         * exporter.C
6791         * importer.C
6792         * lyx_main.C
6793         * lyxfunc.C
6794         * lyxrc.C: added #include "format.h"
6795
6796 2003-02-27  Angus Leeming  <leeming@lyx.org>
6797
6798         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6799           a label.
6800
6801         * factory.C (createInset): add "label" to the factory.
6802
6803         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6804           string and do no more.
6805
6806 2003-02-27  Angus Leeming  <leeming@lyx.org>
6807
6808         * commandtags.h:
6809         * LyXAction.C (init):
6810         * factory.C (createInset):
6811         * BufferView_pimpl.C (dispatch):
6812           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6813
6814         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6815
6816         * lyxfunc.C (dispatch):
6817         * text3.C (dispatch): pass name to params2string.
6818
6819 2003-02-26  Angus Leeming  <leeming@lyx.org>
6820
6821         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6822           blocks together.
6823           Rearrange the ~includes. Strip out the unnecessary ones.
6824
6825         * factory.C (createInset): reformat.
6826           create new insets for the various LFUN_XYZ_APPLY lfuns.
6827
6828 2003-02-26  John Levon  <levon@movementarian.org>
6829
6830         * lyxrow.h:
6831         * lyxrow.C: add isParStart,isParEnd helpers
6832
6833         * paragraph.h: make isInserted/DeletedText take refs
6834
6835         * paragraph_funcs.h:
6836         * paragraph_funcs.C: remove #if 0'd code
6837
6838         * lyxtext.h:
6839         * text3.C:
6840         * text2.C:
6841         * text.C: use lyxrow helpers above.
6842           Move draw and paint routines to RowPainter.
6843           Make several methods use refs not pointers.
6844           Make backgroundColor() const.
6845           Add markChangeInDraw(), isInInset().
6846           Merge changeRegionCase into changeCase.
6847           Make workWidth() shouldn't-happen code into an Assert.
6848
6849         * rowpainter.h:
6850         * rowpainter.C: new class for painting a row.
6851
6852         * vspace.h:
6853         * vspace.C: make inPixels take a ref
6854
6855 2003-02-26  Angus Leeming  <leeming@lyx.org>
6856
6857         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6858         LFUN_REF_APPLY.
6859
6860 2003-02-25  John Levon  <levon@movementarian.org>
6861
6862         * ispell.C: give the forked command a more accurate name
6863
6864 2003-02-22  John Levon  <levon@movementarian.org>
6865
6866         * toc.h:
6867         * toc.C: make TocItem store an id not a Paragraph *
6868           (bug #913)
6869
6870 2003-02-21  Angus Leeming  <leeming@lyx.org>
6871
6872         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6873           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6874           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6875           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6876           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6877           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6878
6879         * BufferView_pimpl.C (dispatch):
6880         * LyXAction.C (init):
6881         * factory.C (createInset):
6882         * lyxfunc.C (getStatus, dispatch):
6883         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6884
6885 2003-02-21  Angus Leeming  <leeming@lyx.org>
6886
6887         * BufferView_pimpl.C (MenuInsertLyXFile):
6888         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6889         * lyxfunc.C (menuNew, open, doImport):
6890           no longer pass a LyXView & to fileDlg.
6891
6892 2003-02-21  Angus Leeming  <leeming@lyx.org>
6893
6894         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6895         * LyXAction.C: change, BIBKEY to BIBITEM.
6896         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6897         Change InsetBibKey to InsetBibitem.
6898         Change BIBKEY_CODE to BIBITEM_CODE.
6899         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6900         * factory.C: replace insetbib.h with insetbibitem.h.
6901         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6902         * paragraph.C: replace insetbib.h with insetbibitem.h.
6903         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6904         Change bibkey() to bibitem().
6905         * text.C: remove insetbib.h.
6906         * text2.C: replace insetbib.h with insetbibitem.h.
6907         change bibkey() to bibitem().
6908         * text3.C: remove insetbib.h.
6909         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6910
6911 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6912
6913         * lyxrc.C (output): enclose user email in quotes (in case there are
6914         several words)
6915
6916 2003-02-18  John Levon  <levon@movementarian.org>
6917
6918         * buffer.h: add std::
6919
6920 2003-02-17  John Levon  <levon@movementarian.org>
6921
6922         * SpellBase.h:
6923         * ispell.h:
6924         * ispell.C:
6925         * pspell.h:
6926         * pspell.C: reworking. Especially in ispell, a large
6927           number of clean ups and bug fixes.
6928
6929         * lyxfunc.C: fix revert to behave sensibly
6930
6931 2003-02-17 André Pönitz <poenitz@gmx.net>
6932
6933         * LyXAction.C:
6934         * commandtags.h: new LFUN_INSERT_BIBKEY
6935
6936         * layout.h:
6937         * lyxlayout.C:
6938         * buffer.C:
6939         * factory.C:
6940         * text.C:
6941         * text2.C:
6942         * text3.C:
6943         * paragraph.[Ch]:
6944         * paragraph_func.C: remove special bibkey handling
6945
6946 2003-02-17  John Levon  <levon@movementarian.org>
6947
6948         * text.C (Delete): fix case where delete at the end of
6949           the very first paragraph would not merge the pars
6950
6951 2003-02-17  John Levon  <levon@movementarian.org>
6952
6953         * lyxrow.C: fix lastPrintablePos()
6954
6955 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6956
6957         * bufferparams.C (writeLaTeX): add a std:here
6958
6959         * buffer.C: and remove a using directive there
6960
6961 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6962
6963         * buffer.C (makeLaTeXFile): move the code that generates the
6964           preamble...
6965
6966         * bufferparams.C (writeLaTeX): ... in this new method
6967
6968         * LaTeXFeatures.C (getEncodingSet): make const
6969           (getLanguages): make const
6970
6971         * MenuBackend.C (binding): returns the binding associated to this
6972           action
6973           (add): sets the status of each item by calling getStatus. Adds
6974           some intelligence.
6975           (read): add support for OptSubMenu
6976           (expand): remove extra separator at the end of expanded menu
6977
6978 2003-02-15  John Levon  <levon@movementarian.org>
6979
6980         * BufferView.C:
6981         * BufferView_pimpl.C:
6982         * bufferlist.h:
6983         * bufferlist.C: remove pointless BufferStorage bloat. Remove
6984           inset code that had no actual effect. Remove unneeded status
6985           code.
6986
6987 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6988
6989         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
6990           in preamble
6991
6992 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
6993
6994         * text.C (drawLengthMarker): also draw an arrow marker for
6995           symbolic lengths (medskip...)
6996
6997 2003-02-14  John Levon  <levon@movementarian.org>
6998
6999         * tabular.h:
7000         * tabular.C: better method names
7001
7002 2003-02-14  John Levon  <levon@movementarian.org>
7003
7004         * BufferView_pimpl.C:
7005         * bufferlist.C:
7006         * buffer.C:
7007         * converter.C:
7008         * lyx_cb.C:
7009         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7010           it's a more accurate name. Remove some pointless uses.
7011
7012 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7013
7014         * text2.C (LyXText): change order of initilizers to shut off
7015           warnings
7016
7017 2003-02-14  John Levon  <levon@movementarian.org>
7018
7019         * buffer.C: use ParIterator for getParFromID()
7020
7021         * paragraph.h:
7022         * paragraph.C:
7023         * paragraph_pimpl.h:
7024         * paragraph_pimpl.C: remove unused getParFromID()
7025
7026 2003-02-14  John Levon  <levon@movementarian.org>
7027
7028         * buffer.C: remove some very old #if 0'd parse code
7029
7030 2003-02-13  John Levon  <levon@movementarian.org>
7031
7032         * text.h:
7033         * text.C:
7034         * text2.C: move hfillExpansion(), numberOfSeparators(),
7035           rowLast(), rowLastPrintable(), numberofHfills(),
7036           numberOfLabelHfills() ...
7037
7038         * lyxrow.h:
7039         * lyxrow.C: ... to member functions here.
7040
7041         * paragraph.h:
7042         * paragraph.C:
7043         * lyxtext.h:
7044         * text.C: remove LyXText::beginningOfMainBody(), and call
7045           p->beginningOfMainBody() directly. Move the check for
7046           LABEL_MANUAL into the latter.
7047
7048         * text.h:
7049         * text.C:
7050         * text2.C:
7051         * vspace.C:
7052         * BufferView.h:
7053         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7054
7055         * text.h:
7056         * text.C:
7057         * text2.C:
7058         * text3.C:
7059         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7060           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7061
7062 2003-02-13  John Levon  <levon@movementarian.org>
7063
7064         * CutAndPaste.C: remove debug
7065
7066 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7067
7068         * paragraph.C (asString): remove two unused variables
7069
7070         * lyxtextclass.C (readTitleType):
7071           (Read):
7072           (LyXTextClass): handle new members titletype_ and titlename_
7073
7074         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7075
7076 2003-02-09  John Levon  <levon@movementarian.org>
7077
7078         * buffer.h:
7079         * buffer.C: replace hand-coded list with a map for the dep clean
7080
7081 2003-02-08  John Levon  <levon@movementarian.org>
7082
7083         * LaTeX.C: consolidate code into showRunMessage() helper
7084
7085 2003-02-08  John Levon  <levon@movementarian.org>
7086
7087         * lyxfind.C:
7088         * lyxtext.h:
7089         * text2.C:
7090         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7091           and pass the size in explicitly
7092
7093         * BufferView_pimpl.h:
7094         * BufferView_pimpl.C:
7095         * BufferView.h:
7096         * BufferView.C: add getCurrentChange()
7097
7098         * BufferView_pimpl.h:
7099         * BufferView_pimpl.C: handle change lfuns
7100
7101         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7102           for changes. Mark pasted paragraphs as new.
7103
7104         * support/lyxtime.h:
7105         * support/lyxtime.C:
7106         * DepTable.C: abstract time_t as lyx::time_type
7107
7108         * LColor.h:
7109         * LColor.C: add colours for new text, deleted text, changebars
7110
7111         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7112           package use "usenames" option.
7113
7114         * commandtags.h:
7115         * lyxfunc.C:
7116         * LyXAction.C: add change lfuns
7117
7118         * Makefile.am:
7119         * author.h:
7120         * author.C: author handling
7121
7122         * buffer.h:
7123         * buffer.C: add a per-buffer author list, with first entry as
7124           current author. Handle new .lyx tokens for change tracking. Output
7125           author list to .lyx file. Output dvipost stuff to .tex preamble.
7126           Bump lyx format to 222.
7127
7128         * bufferlist.h:
7129         * bufferlist.C: add setCurrentAuthor() to reset current author details
7130           in all buffers.
7131
7132         * bufferparams.h:
7133         * bufferparams.C: add param for tracking
7134
7135         * bufferview_funcs.C: output change info in minibuffer
7136
7137         * Makefile.am:
7138         * changes.h:
7139         * changes.C: add change-tracking structure
7140
7141         * debug.h:
7142         * debug.C: add CHANGES debug flag
7143
7144         * lyxfind.h:
7145         * lyxfind.C: add code for finding the next change piece
7146
7147         * lyxrc.h:
7148         * lyxrc.C: add user_name and user_email
7149
7150         * lyxrow.h:
7151         * lyxrow.C: add a metric for the top of the text line
7152
7153         * lyxtext.h:
7154         * text.C: implement accept/rejectChange()
7155
7156         * lyxtext.h:
7157         * text.C: paint changebars. Paint new/deleted text in the chosen
7158         colours. Strike through deleted text.
7159
7160         * paragraph.h:
7161         * paragraph.C:
7162         * paragraph_pimpl.h:
7163         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7164           in the current change to the insert functions. Rework erase to
7165           mark text as deleted, adding an eraseIntern() and a range-based
7166           erase(). Implement per-paragraph change lookup and
7167           accept/reject.
7168
7169         * paragraph_funcs.C: Fixup paste for change tracking.
7170
7171         * tabular.C: mark added row/columns as new.
7172
7173         * text.C: fix rowLast() to never return -1. Don't allow
7174           spellchecking of deleted text. Track transpose changes. Don't
7175           allow paragraph break or merge where appropriate.
7176
7177         * text2.C: leave cursor at end of selection after a cut.
7178
7179 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7180
7181         * text.C (getLengthMarkerHeight):
7182         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7183         visible on screen too.
7184
7185 2003-02-07  John Levon  <levon@movementarian.org>
7186
7187         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7188
7189 2003-02-05  Angus Leeming  <leeming@lyx.org>
7190
7191         * lyxserver.C (read_ready): revert my patch of 11 September last year
7192         as it sends PC cpu through the roof. Presumably this means that
7193         the lyxserver will no longer run on an Alpha...
7194
7195 2003-01-30  Angus Leeming  <leeming@lyx.org>
7196
7197         * factory.C (createInset): create an InsetCommandParam of type "index"
7198         and use it to 'do the right thing'.
7199
7200         * text2.C (getStringToIndex): ensure that cursor position is always
7201         reset to the reset_cursor position.
7202
7203 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7204
7205         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7206         disabled.
7207
7208 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7209
7210         * bufferview.C:
7211         * lyxcb.C:
7212         * lyxfunc.C: Output messages with identical spelling, punctuation,
7213         and spaces
7214
7215 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7216
7217         * MenuBackend.C (expandFormats): List only viewable export formats
7218         in "View" menu
7219
7220         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7221         message
7222
7223         * lyxfunc.C (getStatus): Make sure that formats other than
7224         "fax" can also be disabled
7225
7226 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7227
7228         * text3.C (dispatch): put the lfuns that insert insets in 3
7229         groups, and call doInsertInset with appropriate arguments.
7230         (doInsertInset): new function, that creates an inset and inserts
7231         it according to some boolean parameters.
7232
7233 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7234
7235         * buffer.C (readFile): remember to pass on 'par' when calling
7236         readFile recursively.
7237
7238 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7239
7240         * MenuBackend.C (expandFormats): add "..." to import formats.
7241
7242 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7243
7244         * paragraph.C (asString): Remove XForms RTL hacks.
7245
7246 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7247         * buffer.C: fix typo
7248
7249 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7250
7251         * Makefile.am (LIBS): delete var
7252         (lyx_LDADD): add @LIBS@ here instead.
7253
7254 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7255
7256         * Clarify the meaning of "wheel mouse jump"
7257
7258 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7259
7260         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7261         tabular in a float
7262
7263 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7264
7265         * importer.C (Loaders): do not preallocate 3 elements in the
7266         vector, since one ends up with 6 elements otherwise
7267
7268 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7269
7270         * DepTable.C (write): write the file name as last element of the
7271         .dep file (because it may contain spaces)
7272         (read): read info in the right order
7273
7274 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7275
7276         * paragraph_pimpl.C (simpleTeXBlanks):
7277         (simpleTeXSpecialChars):
7278         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7279
7280         * tabular.C (latex): add some missing case statements. Reindent.
7281
7282         * MenuBackend.C (expandToc): remove unused variable.
7283
7284 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7285
7286         * LColor.C:
7287         * LaTeX.C:
7288         * LyXAction.C:
7289         * MenuBackend.C:
7290         * buffer.C:
7291         * exporter.C:
7292         * lyxfunc.C:
7293         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7294         and the like.
7295
7296 2003-01-05  John Levon  <levon@movementarian.org>
7297
7298         * BufferView.h:
7299         * BufferView.C: add getEncoding()
7300
7301         * kbsequence.h:
7302         * kbsequence.C: do not store last keypress
7303
7304         * lyxfunc.h:
7305         * lyxfunc.C: store last keypress here instead. Pass encoding
7306           to getISOEncoded()
7307
7308 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7309
7310         * lyx_main.C (init): remove annoying error message when following
7311         symbolic links (bug #780)
7312
7313 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7314
7315         * text.C (insertChar):
7316         * lyxrc.C (getDescription): remove extra spaces
7317
7318 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7319
7320         * lyxrc.C (getDescription): remove extra spaces
7321
7322 2002-12-20  John Levon  <levon@movementarian.org>
7323
7324         * text3.C: hack fix for page up/down across tall rows
7325
7326 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7327
7328         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7329         not been invoked
7330
7331 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7332
7333         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7334         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7335         thesaurus is not compiled in
7336
7337 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7338
7339         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7340
7341 2002-12-16  Angus Leeming  <leeming@lyx.org>
7342
7343         * lyxrc.[Ch]:
7344         * lyx_main.C (init): remove override_x_deadkeys stuff.
7345
7346 2002-12-12  John Levon  <levon@movementarian.org>
7347
7348         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7349           insert. Only remove shift modifier under strict
7350           circumstances.
7351
7352 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7353
7354         * MenuBackend.C (expandToc): fix crash.
7355
7356 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7357
7358         * MenuBackend.C (expandToc): gettext on float names.
7359
7360 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7361
7362         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7363         implement bool empty() [bug 490]
7364
7365 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7366
7367         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7368
7369 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7370
7371         * several files: ws changes
7372
7373 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7374
7375         * text2.C (setCounter): clean up a bit, use boost.format.
7376         (updateCounters): initialize par upon declaration.
7377
7378         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7379         if the layout exists. We do not just store the layout any more.
7380         (SwitchLayoutsBetweenClasses): use boost.format
7381
7382 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7383
7384         * converter.C (convert): if from and to files are the same, use a
7385         temporary files as intermediary
7386
7387 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7388
7389         * commandtags.h:
7390         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7391
7392 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7393
7394         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7395
7396 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7397
7398         * tabular.C (asciiPrintCell): use string(size, char) instead of
7399         explicit loop.
7400
7401         * sgml.C (openTag): fix order of arguments to string constructor
7402         (closeTag): ditto
7403
7404         * lyxfunc.C (dispatch): use boost.format
7405
7406         * lots of files: change "c" -> 'c'
7407
7408 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7409
7410         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7411
7412 2002-11-25  Angus Leeming  <leeming@lyx.org>
7413
7414         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7415
7416         * lyx_main.C (init): compile fix.
7417
7418 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7419
7420         * lyx_cb.C (start): boost.formatify
7421         do not include <iostream>
7422
7423         * lengthcommon.C: ws only
7424
7425         * boost-inst.C,BoostFormat.h: add more explict instantations
7426
7427 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7428
7429         * lots of files: handle USE_BOOST_FORMAT
7430
7431 2002-11-21  John Levon  <levon@movementarian.org>
7432
7433         * pspell.C: fix compile
7434
7435 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7436
7437         * lyxfunc.C (dispatch): use boost::format
7438         (open): ditto
7439         (doImport): ditto
7440
7441         * lyxfont.C (stateText): use boost::format
7442
7443         * lyx_main.C (LyX): use boost::format
7444         (init): ditto
7445         (queryUserLyXDir): ditto
7446         (readRcFile): ditto
7447         (parse_dbg): ditto
7448         (typedef boost::function): use the recommened syntax.
7449
7450         * importer.C (Import): use boost::format
7451
7452         * debug.C (showLevel): use boost::format
7453
7454         * converter.C (view): use boost::format
7455         (convert): ditto
7456         (move): ditto
7457         (scanLog): ditto
7458
7459         * bufferview_funcs.C (currentState): use boost::format
7460
7461         * bufferlist.C (emergencyWrite): use boost::format
7462
7463         * buffer.C (readLyXformat2): use boost::format
7464         (parseSingleLyXformat2Token): ditto
7465
7466         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
7467
7468         * LaTeX.C (run): use boost::format
7469
7470         * Chktex.C (scanLogFile): use boost::format
7471
7472         * BufferView_pimpl.C (savePosition): use boost::format
7473         (restorePosition): ditto
7474         (MenuInsertLyXFile): ditto
7475
7476         * BoostFormat.h: help file for explicit instation.
7477
7478 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
7479
7480         * tabular.C (latex): Support for block alignment in fixed width
7481         columns.
7482
7483 2002-11-17  John Levon  <levon@movementarian.org>
7484
7485         * BufferView_pimpl.C:
7486         * lyx_cb.C:
7487         * lyxfunc.C: split filedialog into open/save
7488
7489 2002-11-08  Juergen Vigna  <jug@sad.it>
7490
7491         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
7492         by my last patch (hopefully).
7493
7494 2002-11-08  John Levon  <levon@movementarian.org>
7495
7496         * iterators.h:
7497         * iterators.C:
7498         * buffer.h:
7499         * buffer.C:
7500         * paragraph.h:
7501         * paragraph.C:
7502         * toc.h:
7503         * toc.C: ParConstIterator, and use it (from Lars)
7504
7505 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
7506
7507         * lyxtextclass.[Ch]: revise and add doxygen comments
7508
7509 2002-11-07  John Levon  <levon@movementarian.org>
7510
7511         * text.C: fix progress value for spellchecker
7512
7513         * toc.C: fix navigate menu for insetwrap inside minipage
7514
7515         * paragraph_funcs.C: added FIXME for suspect code
7516
7517 2002-11-07  John Levon  <levon@movementarian.org>
7518
7519         * BufferView_pimpl.C: fix redrawing of insets
7520           on buffer switch
7521
7522 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7523
7524         * text2.C (updateCounters): fix bug 668
7525
7526 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
7527
7528         * text3.C (dispatch): Do not make the buffer dirty when moving the
7529         cursor.
7530
7531 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7532
7533         * vc-backend.C: STRCONV
7534         (scanMaster): ditto
7535
7536         * text2.C (setCounter): STRCONV
7537
7538         * paragraph.C (asString): STRCONV
7539
7540         * lyxlength.C (asString): STRCONV
7541         (asLatexString): ditto
7542
7543         * lyxgluelength.C (asString): STRCONV
7544         (asLatexString): ditto
7545
7546         * lyxfunc.C (dispatch): STRCONV
7547         (open): ditto
7548
7549         * lyxfont.C (stateText): STRCONV
7550
7551         * importer.C (Import): STRCONV
7552
7553         * counters.C (labelItem): STRCONV
7554         (numberLabel): ditto
7555         (numberLabel): remove unused ostringstream o
7556
7557         * chset.C: STRCONV
7558         (loadFile): ditto
7559
7560         * bufferview_funcs.C (currentState): STRCONV
7561
7562         * buffer.C (readFile): STRCONV
7563         (asciiParagraph): ditto
7564         (makeLaTeXFile): ditto
7565
7566         * Spacing.C (writeEnvirBegin): STRCONV
7567
7568         * LaTeXFeatures.C (getLanguages): STRCONV
7569         (getPackages): ditto
7570         (getMacros): ditto
7571         (getBabelOptions): ditto
7572         (getTClassPreamble): ditto
7573         (getLyXSGMLEntities): ditto
7574         (getIncludedFiles): ditto
7575
7576         * LaTeX.C: STRCONV
7577         (run): ditto
7578         (scanAuxFile): ditto
7579         (deplog): ditto
7580
7581         * LString.h: add the STRCONV macros
7582
7583         * BufferView_pimpl.C (savePosition): STRCONV
7584         (restorePosition): ditto
7585         (MenuInsertLyXFile): ditto
7586
7587         * vc-backend.C (scanMaster): change from submatch[...] to
7588         submatch.str(...)
7589
7590         * funcrequest.C: include config.h
7591
7592         * factory.C: include config.h
7593
7594         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
7595
7596         * box.C: include config.h
7597
7598         * LaTeX.C (scanAuxFile): change from submatch[...] to
7599         submatch.str(...)
7600         (deplog): ditto
7601
7602 2002-10-25  Angus Leeming  <leeming@lyx.org>
7603
7604         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
7605
7606         * ispell.[Ch] (setError): new method.
7607         * ispell.C (c-tor): move out child process into new class LaunchIspell.
7608         Use setError() insetead of goto END.
7609
7610         * lyx_cb.C (AutoSave): move out child process into new class
7611         AutoSaveBuffer.
7612
7613 2002-10-30  John Levon  <levon@movementarian.org>
7614
7615         * text3.C: make start appendix undoable
7616
7617 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
7618
7619         * lyxlength.C (inPixels): Fix returned value.
7620
7621         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
7622         environment.
7623
7624 2002-10-24  Angus Leeming  <leeming@lyx.org>
7625
7626         * lyxgluelength.h: no need to forward declare BufferParams
7627         or BufferView, so don't.
7628
7629 2002-10-21  John Levon  <levon@movementarian.org>
7630
7631         * BufferView.C: menuUndo ->undo, redo
7632
7633         * BufferView.h: document, remove dead, make some methods private
7634
7635         * paragraph_funcs.h:
7636         * paragraph_funcs.C:
7637         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7638
7639         * buffer.h:
7640         * buffer.C:
7641         * sgml.h:
7642         * sgml.C: move sgml open/close tag into sgml.C
7643
7644         * bufferview_funcs.h: unused prototype
7645
7646         * lyxfunc.h:
7647         * lyxfunc.C: remove unused
7648
7649         * lyxtext.h:
7650         * text.C: remove unused
7651
7652 2002-10-21  John Levon  <levon@movementarian.org>
7653
7654         * BufferView.h:
7655         * BufferView.C:
7656         * BufferView_pimpl.h:
7657         * BufferView_pimpl.C: fix mouse wheel handling based on
7658           patch from Darren Freeman
7659
7660 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7661
7662         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7663
7664 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7665
7666         * lyxlength.C (inPixels): Fix hanfling of negative length.
7667         Fix LyXLength::MU case.
7668
7669 2002-10-16  John Levon  <levon@movementarian.org>
7670
7671         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7672
7673 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7674
7675         * converter.C (view): add support for $$i (file name) and $$p
7676         (file path) for the viewer command. If $$i is not specified, then
7677         it is appended to the command (for compatibility with old syntax)
7678
7679 2002-10-14  Juergen Vigna  <jug@sad.it>
7680
7681         * undo_funcs.C (textHandleUndo): alter the order in which the
7682         new undopar is added to the LyXText, as we have to set first
7683         the right prev/next and then add it as otherwise the rebuild of
7684         LyXText is not correct. Also reset the cursor to the right paragraph,
7685         with this IMO we could remove the hack in "redoParagraphs()".
7686
7687 2002-10-09  Angus Leeming  <leeming@lyx.org>
7688
7689         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7690         to turn off an optimisation if a new inset is to be inserted.
7691
7692 2002-10-11 André Pönitz <poenitz@gmx.net>
7693
7694         * lyxtext.h: make some functions public to allow access
7695         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7696
7697 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7698
7699         * text3.C (dispatch): when changing layout, avoid an infinite loop
7700         [bug #652]
7701
7702 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7703
7704         * lyxrc.C (read): treat a viewer or converter command of "none" as
7705         if it were empty.
7706
7707         * MenuBackend.C (expandFormats): for an update, also allow the
7708         formats that are not viewable
7709
7710         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7711         script if it is newer than the lyxrc.defaults in user directory
7712
7713 2002-10-07 André Pönitz <poenitz@gmx.net>
7714
7715         * text.C: Vitaly Lipatov's small i18n fix
7716
7717 2002-09-25  Angus Leeming  <leeming@lyx.org>
7718
7719         * ispell.h: doxygen fix.
7720
7721 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7722
7723         * buffer.h (readFile): Add a new argument to the method, to allow
7724         reading of old-format templates.
7725
7726 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7727
7728         * toc.C (getTocList): Get TOC from InsetWrap.
7729
7730 2002-09-16  John Levon  <levon@movementarian.org>
7731
7732         * lyxfunc.C: check tabular for cut/copy too
7733
7734 2002-09-12  John Levon  <levon@movementarian.org>
7735
7736         * LyXAction.C: tidy
7737
7738         * factory.h:
7739         * factory.C: add header
7740
7741         * paragraph_funcs.h:
7742         * paragraph_funcs.C: cleanup
7743
7744 2002-09-11  John Levon  <levon@movementarian.org>
7745
7746         * PrinterParams.h: odd/even default to true
7747
7748 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7749
7750         * PrinterParams.h: update printer parameters for new xforms dialog
7751
7752 2002-09-11  Angus Leeming  <leeming@lyx.org>
7753
7754         * lyxserver.C (read_ready): re-write to make it more transparent
7755         and to make it work in coherent fashion under Tru64 Unix.
7756
7757 2002-09-11  André Pönitz <poenitz@gmx.net>
7758
7759         * commandtags.h:
7760         * LyXAction.C:
7761         * text3.C: implement LFUN_WORDSEL
7762
7763 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7764
7765         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7766         make floatlist_ a boost::shared_ptr<FloatList>
7767
7768         * lyxtextclass.C: include FloatList.h
7769         (LyXTextClass): initialize floatlist_
7770         (TextClassTags): add TC_NOFLOAT
7771         (Read): match "nofloat" to TC_NOFLOAT and use it.
7772         (readFloat): modify call to floatlist_
7773         (floats): ditto
7774         (floats): ditto
7775
7776         * FloatList.[Ch] (FloatList): remove commented out float
7777         initialization.
7778         (erase): new function
7779
7780 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7781
7782         * MenuBackend.C (expandToc): fix crash when there is no document
7783         open
7784
7785 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7786
7787         * many files: Add insetwrap.
7788
7789 2002-09-09  John Levon  <levon@movementarian.org>
7790
7791         * text2.C: remove confusing and awkward depth wraparound
7792
7793 2002-09-09  John Levon  <levon@movementarian.org>
7794
7795         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7796
7797         * buffer.h:
7798         * buffer.C: remove getIncludeonlyList()
7799
7800         * paragraph.C:
7801         * lyxfunc.C: remove headers
7802
7803 2002-09-09  Juergen Vigna  <jug@sad.it>
7804
7805         * text.C (getColumnNearX): fix form Michael this is most
7806         probably a cut&paste bug.
7807
7808 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7809
7810         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7811
7812         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7813         references, ws changes.
7814
7815         * text2.C (init): update counters after init
7816         (insertParagraph): no need to set counter on idividual paragraphs.
7817         (setCounter): access the counters object in the textclass object
7818         on in the buffer object.
7819         (updateCounters): ditto
7820
7821         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7822         shared_ptr<Counters> to avoid loading counters.h in all
7823         compilation units.
7824         (LyXTextClass): initialize ctrs_
7825         (TextClassTags): add TC_COUNTER, and ...
7826         (Read): use it here.
7827         (CounterTags): new tags
7828         (readCounter): new function
7829         (counters): new funtion
7830         (defaultLayoutName): return a const reference
7831
7832         * counters.C (Counters): remove contructor
7833         (newCounter): remove a couple of unneeded statements.
7834         (newCounter): simplify a bit.
7835         (numberLabel): some small formatting changes.
7836
7837         * buffer.[Ch]: remove all traces of counters, move the Counters
7838         object to the LyXTextClass.
7839
7840 2002-09-06  Alain Castera  <castera@in2p3.fr>
7841
7842         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7843         package to set the horizontal alignment on fixed width columns.
7844
7845         * lyx_sty.C:
7846         * lyx_sty.h: added tabularnewline macro def.
7847
7848         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7849
7850 2002-09-06  John Levon  <levon@movementarian.org>
7851
7852         * LyXAction.C: tooltips for sub/superscript
7853
7854         * MenuBackend.C: a bit more verbose
7855
7856         * lyxfunc.C: tiny clean
7857
7858         * undo_funcs.C: document undo_frozen
7859
7860 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7861
7862         * counters.C (Counters): add missing algorithm counter.
7863
7864         * text2.C (setCounter): lookup the counter with layouts latexname
7865         instead of by section number.
7866         (setCounter): use a hackish way to lookup the correct enum
7867         counter.
7868         a float name->type change
7869         reset enum couners with counter name directly instead of depth value.
7870
7871         * counters.C (Counters): remove the push_backs, change to use the
7872         float type not the float name.
7873         (labelItem): remove unused string, float name->type change
7874
7875         * counters.h: don't include vector, loose the enums and sects vectors
7876
7877 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7878
7879         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7880         (Read): add float->TC_FLOAT to textclassTags
7881         (Read): and handle it in the switch
7882         (readFloat): new function
7883
7884         * FloatList.C (FloatList): comment out the hardcoded float
7885         definitions.
7886
7887         * lyxlayout.h: ws change.
7888
7889 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7890
7891         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7892
7893 2002-09-03  Angus Leeming  <leeming@lyx.org>
7894
7895         * BufferView_pimpl.h: qualified name is not allowed in member
7896         declaration: WorkArea & Pimpl::workarea() const;
7897
7898         * factory.C: added using std::endl directive.
7899
7900         * text3.C: added using std::find and std::vector directives.
7901
7902 2002-08-29  André Pönitz <poenitz@gmx.net>
7903
7904         * lyxtext.h:
7905         * text2.C: remove unused member number_of_rows
7906
7907         * Makefile.am:
7908         * BufferView2.C: remove file, move contents to...
7909         * BufferView.C: ... here
7910
7911         * BufferView_pimpl.C:
7912         * factory.C: move more inset creation to factory
7913
7914         * vspace.C: avoid direct usage of LyXText, ws changes
7915
7916         * BufferView.[Ch]:
7917                 don't provide direct access to WorkArea, use two simple
7918                 acessors haveSelction() and workHeight() instead
7919
7920
7921 2002-08-29  John Levon  <levon@movementarian.org>
7922
7923         * BufferView_pimpl.C (dispatch): do not continue when
7924           no buffer
7925
7926 2002-08-28  André Pönitz <poenitz@gmx.net>
7927
7928         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7929
7930         * BufferView.h:
7931         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7932
7933 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7934
7935         * buffer.C: increment LYX_FORMAT to 221
7936
7937         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7938         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7939
7940         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7941
7942         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7943
7944 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7945
7946         * factory.C (createInset): use LyXTextClass::floats
7947
7948         * MenuBackend.C (expandFloatListInsert):
7949         (expandFloatInsert):
7950         (expandToc):
7951
7952         * text2.C (setCounter):
7953
7954         * LaTeXFeatures.C (useFloat):
7955         (getFloatDefinitions):
7956
7957         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7958
7959         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7960         floatlist_, with accessor floats().
7961
7962         * FloatList.h: remove global FloatList
7963
7964 2002-08-26  André Pönitz <poenitz@gmx.net>
7965
7966         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
7967
7968         * BufferView.h:
7969         * BufferView2.C:
7970         * BufferView_pimpl.C:
7971         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
7972
7973 2002-08-25  John Levon  <levon@movementarian.org>
7974
7975         * LyXAction.C: fix margin note description
7976
7977 2002-08-24  John Levon  <levon@movementarian.org>
7978
7979         * buffer.C:
7980         * bufferlist.C:
7981         * bufferview_funcs.C:
7982         * lyxfont.C:
7983         * undo_funcs.C: cleanups
7984
7985         * lyxfunc.C: disable CUT/COPY when no selection
7986
7987 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
7988
7989         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
7990         in "enum UNIT"; e.g. PTW for Percent of TextWidth
7991
7992         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
7993         Add backward compatibility to "mono", "gray" and "no".
7994
7995 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
7996
7997         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
7998         (and file_format >= 200).
7999
8000 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8001
8002         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8003
8004 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8005
8006         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8007
8008 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8009
8010         * BufferView_pimpl.C:
8011         * LyXAction.C:
8012         * buffer.C:
8013         * commandtags.h:
8014         * lyxfunc.C:
8015         * paragraph.[Ch]:
8016         * text2.C:
8017         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8018         inset and code to make it  work with the paragraph code. The inset
8019         can be anywhere in the paragraph, but will only do the expected
8020         thing in LaTeX if the layout file contains the parameter line
8021                         OptionalArgs    1
8022         (or more generally, a nonzero value) for that layout.
8023
8024 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8025
8026         * paragraph.h: remove the declaration of undefined counters class
8027         function.
8028
8029 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8030
8031         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8032         Dr. Richard Hawkins.
8033
8034 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8035
8036         * paragraph_funcs.h: remove some unneeded includes
8037
8038         * text.C (backspace): pasteParagraph now in global scipe
8039
8040         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8041         (pasteSelection): ditto
8042
8043         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8044         * paragraph_funcs.C (pasteParagraph): ... here
8045
8046 2002-08-20  André Pönitz <poenitz@gmx.net>
8047
8048         * commandtags.h: new LFUNs for swapping/copying table row/colums
8049
8050         * LyXAction.C:
8051         * lyxfunc.C: support for new lfuns
8052
8053 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8054
8055         * tabular.C:
8056         * buffer.[Ch]: remove NO_COMPABILITY stuff
8057
8058 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8059
8060         * boost.C (throw_exception): new file, with helper function for
8061         boost compiled without exceptions.
8062
8063         * paragraph.h:
8064         * lyxlength.C:
8065         * buffer.C:
8066         * ParameterStruct.h:
8067         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8068
8069         * bufferlist.C (emergencyWriteAll): use boost bind
8070
8071         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8072
8073         * text.C: include paragraph_funcs.h
8074         (breakParagraph): breakParagraph is now in global scope
8075
8076         * paragraph_funcs.[Ch]: new files
8077
8078         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8079         global scope
8080
8081         * buffer.C: include paragraph_funcs.h
8082         (insertStringAsLines): breakParagraph is now in global scope
8083
8084         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8085         paragraph_funcs.C
8086
8087         * CutAndPaste.C: include paragraph_funcs.h
8088         (cutSelection): breakParagraphConservative is now in global scope
8089         (pasteSelection): ditto
8090
8091         * buffer.h: declare oprator== and operator!= for
8092         Buffer::inset_iterator
8093
8094         * bufferlist.C (emergencyWrite): don't use fmt(...)
8095
8096         * text3.C: add using std::endl
8097
8098         * BufferView.C (moveCursorUpdate): remove default arg
8099
8100 2002-08-20  André Pönitz <poenitz@gmx.net>
8101
8102         * buffer.[Ch]: move inline functions to .C
8103
8104         * BufferView2.C:
8105         * BufferView_pimpl.C:
8106         * text.C:
8107         * buffer.[Ch]: use improved inset_iterator
8108
8109         * buffer.C:
8110         * paragraph.[Ch]: write one paragraph at a time
8111
8112 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8113
8114         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8115         style if style is not specified.
8116
8117 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8118
8119         * text2.C (setCounter): when searching for right label for a
8120         caption, make sure to recurse to parent insets (so that a caption
8121         in a minipage in a figure float works) (bug #568)
8122
8123 2002-08-20  André Pönitz <poenitz@gmx.net>
8124
8125         * text3.C: new file for LyXText::dispatch() and helpers
8126
8127         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8128
8129         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8130
8131 2002-08-19  André Pönitz <poenitz@gmx.net>
8132
8133         * lyxtext.h:
8134         * text.C: new LyXText::dispatch()
8135
8136         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8137
8138 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8139
8140         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8141
8142         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8143         Hebrew text.
8144
8145 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8146
8147         * Makefile.am: use $(variables) instead of @substitutions@
8148
8149 2002-08-15  André Pönitz <poenitz@gmx.net>
8150
8151         * lyxfunc.C:
8152         * BufferView_pimpl.C: streamlining mathed <-> outer world
8153         interaction
8154
8155         * commandtags.h:
8156         * LyXAction.C: remove unused LFUN_MATH
8157
8158 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8159
8160         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8161
8162 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8163
8164         * paragraph.C (Paragraph): reformat a bit
8165         (cutIntoMinibuffer): use builtin InsetList function instad of
8166         doing it manually.
8167         (getInset): ditto
8168
8169         * buffer.C: include boost/bind.hpp, add using std::for_each
8170         (writeFileAscii): use ParagraphList iterators
8171         (validate): use for_each for validate traversal of paragraphs
8172         (getBibkeyList): use ParagraphList iterators
8173         (resizeInsets): use for_each to resizeInsetsLyXText for all
8174         paragraphs.
8175         (getParFromID): use ParagraphList iterators
8176
8177         * BufferView2.C (lockInset): use paragraph list and iterators
8178
8179 2002-08-14  John Levon  <levon@movementarian.org>
8180
8181         * lyxserver.C: remove spurious xforms include
8182
8183 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8184
8185         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8186
8187 2002-08-13  André Pönitz <poenitz@gmx.net>
8188
8189         * LyXAction.[Ch]:
8190         * lyxfunc.C: further cleaning
8191
8192 2002-08-13  André Pönitz <poenitz@gmx.net>
8193
8194         * funcrequest.h: new constructor
8195
8196         * funcrequest.C: move stuff here from .h
8197
8198         * Makefile.am:
8199         * BufferView_pimpl.C:
8200         * LyXAction.C:
8201         * toc.C:
8202         * lyxfunc.C: subsequent changes
8203
8204         * lyxfunc.h: new view() member function
8205
8206         * lyxfunc.C: subsequent changes
8207
8208 2002-08-13  Angus Leeming  <leeming@lyx.org>
8209
8210         * BufferView2.C:
8211         * BufferView_pimpl.C:
8212         * buffer.C:
8213         * converter.C:
8214         * importer.C:
8215         * lyxfunc.C:
8216         * lyxvc.C:
8217         * toc.C:
8218         * vc-backend.C:
8219         changes due to the changed LyXView interface that now returns references
8220         to member variables not pointers.
8221
8222 2002-08-13  Angus Leeming  <leeming@lyx.org>
8223
8224         * WordLangTuple (word, lang_code): return references to strings,
8225         not strings.
8226
8227         * BufferView.h:
8228         * SpellBase.h:
8229         * lyxtext.h: forward-declare WordLangTuple.
8230
8231         * BufferView2.C:
8232         * ispell.C:
8233         * pspell.C:
8234         * text.C: #include "WordLangTuple.h".
8235
8236         * lyxtext.h:
8237         * text.C: (selectNextWordToSpellcheck): constify return type.
8238
8239 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8240
8241         * buffer.C:
8242         * buffer.h:
8243         * lyxtext.h:
8244         * paragraph.C:
8245         * paragraph_pimpl.h:
8246         * text.C:
8247         * text2.C:
8248         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8249         suggested by Angus.
8250         Made updateCounter always count from start of buffer, and removed
8251         second argument (par).
8252         Reverted floats number display to '#'. Perhaps I'll try again when the
8253         code base is sanitized a bit.
8254
8255 2002-08-12  Angus Leeming  <leeming@lyx.org>
8256
8257         * buffer.[Ch] (getLabelList): constify.
8258
8259 2002-08-07  André Pönitz <poenitz@gmx.net>
8260
8261         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8262
8263         * funcrequest.h: extension to keep mouse (x,y) position
8264
8265 2002-08-12  Juergen Vigna  <jug@sad.it>
8266
8267         * BufferView2.C (insertErrors): forbid undo when inserting error
8268         insets.
8269
8270         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8271
8272 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8273
8274         * ParagraphList.[Ch]: new files
8275
8276         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8277
8278         * BufferView2.C (lockInset): ParagraphList changes
8279         * toc.C: ditto
8280         * text2.C: ditto
8281         * bufferlist.C: ditto
8282         * buffer.h: ditto
8283         * buffer.C: ditto
8284
8285 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8286
8287         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8288         unused class variable counter_,
8289
8290         * paragraph.[Ch] (getFirstCounter): delete unused function
8291
8292         * counters.C: include LAssert.h
8293         (reset): add a new function with no arg, change other version to
8294         not have def. arg and to not allow empty arg.
8295
8296         * text2.C (setCounter): remove empty arg from call to Counters::reset
8297
8298 2002-08-11  John Levon  <levon@movementarian.org>
8299
8300         * Makefile.am: add WordLangTuple.h
8301
8302 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8303
8304         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8305         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8306
8307         * insets/insettext.C: InsetList changes
8308
8309         * graphics/GraphicsSupport.C (operator()): InsetList changes
8310
8311         * toc.C (getTocList): InsetList changes
8312
8313         * paragraph_pimpl.[Ch]: InsetList changes
8314
8315         * paragraph.[Ch]: InsetList changes
8316
8317         * buffer.C (inset_iterator): InsetList changes
8318         (setParagraph): ditto
8319         * buffer.h (inset_iterator): ditto
8320         * iterators.C (operator++): ditto
8321         * iterators.h: ditto
8322
8323         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8324
8325         * InsetList.[Ch]: new files, most InsetList handling moved out of
8326         paragraph.C.
8327
8328         * BufferView2.C (removeAutoInsets): InsetList changes
8329         (lockInset): ditto
8330         (ChangeInsets): ditto
8331
8332 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8333
8334         * paragraph_pimpl.h (empty): new function
8335
8336         * paragraph.[Ch] (empty): new function
8337
8338         * other files: use the new Paragraph::empty function
8339
8340 2002-08-09  John Levon  <levon@movementarian.org>
8341
8342         * lyxtext.h: remove unused refresh_height
8343
8344 2002-08-09  John Levon  <levon@movementarian.org>
8345
8346         * Makefile.am:
8347         * sgml.h:
8348         * sgml.C:
8349         * buffer.C:
8350         * paragraph.h:
8351         * paragraph.C: move sgml char escaping out of paragraph
8352
8353         * paragraph.h:
8354         * paragraph.C: remove id setter
8355
8356         * buffer.C:
8357         * paragraph.C:
8358         * paragraph_pimpl.C: remove dead tex_code_break_column
8359
8360         * bufferview_funcs.C: small cleanup
8361
8362         * lyxfunc.C: remove dead proto
8363
8364         * lyxtext.h: make some stuff private. Remove some dead stuff.
8365
8366         * lyxgluelength.C: make as[LyX]String() readable
8367
8368 2002-08-08  John Levon  <levon@movementarian.org>
8369
8370         * LyXAction.h:
8371         * LyXAction.C:
8372         * MenuBackend.C:
8373         * ToolbarDefaults.C:
8374         * lyxfunc.C:
8375         * lyxrc.C:
8376         * toc.C: lyxaction cleanup
8377
8378 2002-08-08  John Levon  <levon@movementarian.org>
8379
8380         * BufferView2.C: small cleanup
8381
8382         * lyxfind.h:
8383         * lyxfind.C: move unnecessary header into the .C
8384
8385 2002-08-08  John Levon  <levon@movementarian.org>
8386
8387         * funcrequest.h: just tedious nonsense
8388
8389         * lyx_main.h:
8390         * lyx_main.C: cleanups
8391
8392         * buffer.C:
8393         * vspace.C: remove dead header lyx_main.h
8394
8395 2002-08-07  Angus Leeming  <leeming@lyx.org>
8396
8397         * Paragraph.[Ch]:
8398         * paragraph_pimpl.h:
8399         Forward declare class Counters in paragraph.h by moving the ctrs member
8400         variable into Paragraph::Pimpl.
8401         (counters): new method, returning a reference to pimpl_->ctrs.
8402
8403         * text2.C: ensuing changes.
8404
8405 2002-08-07  John Levon  <levon@movementarian.org>
8406
8407         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8408
8409         * BufferView_pimpl.C: announce X selection on double/triple
8410           click
8411
8412         * lyx_main.C: use correct bool in batch dispatch
8413
8414         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8415
8416 2002-08-07  André Pönitz <poenitz@gmx.net>
8417
8418         * funcrequest.h: new class to wrap a kb_action and its argument
8419
8420         * BufferView.[Ch]:
8421         * BufferView_pimpl[Ch]:
8422         * LaTeX.C:
8423         * LyXAction.[Ch]:
8424         * lyxfunc.[Ch]:
8425         * lyxrc.C: subsequent changes
8426
8427
8428 2002-08-07  John Levon  <levon@movementarian.org>
8429
8430         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
8431           document options change.
8432
8433 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
8434
8435         * counters.[Ch]
8436         * text2.C
8437         * paragraph.[Ch]
8438         * makefile.am: move counters functionality over from
8439         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
8440
8441 2002-08-06  John Levon  <levon@movementarian.org>
8442
8443         * WordLangTuple.h: new file for word + language code tuple
8444
8445         * SpellBase.h:
8446         * pspell.h:
8447         * pspell.C:
8448         * ispell.h:
8449         * ispell.C:
8450         * lyxtext.h:
8451         * text.C:
8452         * text2.C:
8453         * BufferView.h:
8454         * BufferView2.C: use WordLangTuple
8455
8456         * layout.h:
8457         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
8458
8459 2002-08-06  John Levon  <levon@movementarian.org>
8460
8461         * lyx_main.C: fix cmdline batch handling
8462
8463 2002-08-06  André Pönitz <poenitz@gmx.net>
8464
8465         * lyxrc.C: set default for show_banner to true
8466
8467 2002-08-06  John Levon  <levon@movementarian.org>
8468
8469         * pspell.C: fix a crash, and allow new aspell to work
8470
8471 2002-08-06  John Levon  <levon@movementarian.org>
8472
8473         * lyxfunc.C:
8474         * kbmap.C: small cleanup
8475
8476         * vspace.h:
8477         * vspace.C: add const
8478
8479 2002-08-05  John Levon  <levon@movementarian.org>
8480
8481         * LyXAction.C: back to tabular-insert
8482
8483 2002-08-04  John Levon  <levon@movementarian.org>
8484
8485         * BufferView.h:
8486         * BufferView.C: cosmetic change
8487
8488         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
8489
8490         * bufferlist.C:
8491         * buffer.h:
8492         * buffer.C:
8493         * lyxcb.h:
8494         * lyxcb.C:
8495         * lyxserver.C:
8496         * lyxvc.C:
8497         * vc-backend.C:
8498         * BufferView2.C: purge all "Lyx" not "LyX" strings
8499
8500         * lyxcursor.h:
8501         * lyxcursor.C: attempt to add some documentation
8502
8503         * lyxfunc.C:
8504         * commandtags.h:
8505         * LyXAction.C:
8506         * ToolbarDefaults.C:
8507         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
8508           merge with LFUN_TABULAR_INSERT
8509
8510         * Makefile.am:
8511         * SpellBase.h:
8512         * ispell.h:
8513         * ispell.C:
8514         * pspell.h:
8515         * pspell.C: split up i/pspell implementations into separate
8516           files, many cleanups
8517
8518         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
8519
8520         * text2.C: some cleanup
8521
8522         * lyxfunc.C: don't check for isp_command == "none" any more, it
8523           didn't make any sense
8524
8525 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
8526
8527         * counters.[Ch]
8528         * text2.C
8529         * paragraph.[Ch]
8530         * makefile.am: move counters functionality over
8531         from text2.C/paragraph.[Ch] to counters.[Ch], and
8532         make proper C++.
8533 2002-08-02  John Levon  <levon@movementarian.org>
8534
8535         * buffer.C: s/lyxconvert/lyx2lyx/
8536
8537 2002-08-02  Angus Leeming  <leeming@lyx.org>
8538
8539         * lyxlex.C: revert John's change as it breaks reading of the user
8540         preamble.
8541
8542 2002-08-02  Angus Leeming  <leeming@lyx.org>
8543
8544         * importer.C (Import):
8545         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
8546         changes due to LyXView::view() now returning a boost::shared_ptr.
8547
8548 2002-08-02  John Levon  <levon@movementarian.org>
8549
8550         * lyxlex.C: small cleanup
8551
8552 2002-08-02  John Levon  <levon@movementarian.org>
8553
8554         * text2.C (status): small cleanup, no logic change
8555
8556 2002-08-01  John Levon  <levon@movementarian.org>
8557
8558         * buffer.h:
8559         * buffer.C (writeFile): don't output alerts, caller
8560           handles this
8561
8562         * bufferlist.C:
8563         * lyx_cb.C: from above
8564
8565         * lyxfunc.C: allow to open non-existent files
8566
8567 2002-07-31  John Levon  <levon@movementarian.org>
8568
8569         * lyxserver.C: don't let incidental errors get
8570           in the way (errno)
8571
8572 2002-07-30  John Levon  <levon@movementarian.org>
8573
8574         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
8575
8576 2002-07-30  John Levon  <levon@movementarian.org>
8577
8578         * lyxserver.h:
8579         * lyxserver.C: remove I/O callback too
8580
8581 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8582
8583         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
8584         log.
8585
8586 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8587
8588         * many files: strip,frontStrip -> trim,ltrim,rtrim
8589
8590 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8591
8592         * PrinterParams.h: remove extern containsOnly, and include
8593         support/lstrings.h instead.
8594
8595         * LaTeX.C (scanAuxFile): modify because of strip changes
8596         (deplog): ditto
8597         * buffer.C (makeLaTeXFile): ditto
8598         * bufferparams.C (writeFile): ditt
8599         * lyxfont.C (stateText): ditto
8600         * lyxserver.C (read_ready): ditto
8601         * vc-backend.C (scanMaster): ditto
8602
8603         * BufferView_pimpl.h: ws changes
8604
8605         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
8606
8607 2002-07-26  André Pönitz <poenitz@gmx.net>
8608
8609         * kb_sequence.C: remove unnedred usings
8610
8611 2002-07-26  Juergen Vigna  <jug@sad.it>
8612
8613         * lyxfind.C (LyXReplace): we have to check better if the returned
8614         text is not of theLockingInset()->getLockingInset().
8615
8616 2002-07-25  Juergen Vigna  <jug@sad.it>
8617
8618         * lyxfind.C (LyXReplace): don't replace if we don't get the
8619         right LyXText.
8620
8621         * undo_funcs.C (createUndo): remove debugging code.
8622
8623 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
8624
8625         * buffer.C (parseSingleLyXformat2Token): Use default placement
8626         when reading old floats.
8627
8628         * FloatList.C (FloatList): Change the default placement of figure
8629         and tables to "tbp".
8630
8631 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8632
8633         * MenuBackend.C: using std::max
8634
8635 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8636
8637         * MenuBackend.C (expandToc):
8638         (expandToc2): code moved from xforms menu frontend. It is now
8639         generic and TOCs are transparent to menu frontends.
8640
8641 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8642
8643         * toc.C (getTocList): protect against buf=0
8644
8645         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8646         Menu as first parameter. Now, this calls itself recursively to
8647         expand a whole tree (this will be useful for TOC handling)
8648         (expandFloatInsert): remove 'wide' version of floats
8649
8650         * MenuBackend.h (submenuname): returns the name of the submenu.
8651         (submenu): returns the submenu itself, provided it has been
8652         created by MenuBackend::expand
8653
8654 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8655
8656         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8657         insets which have noFontChange == true. (bug #172)
8658
8659 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8660
8661         * BufferView_pimpl.C: add connection objects and use them...
8662         (Pimpl): here.
8663
8664 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8665
8666         * MenuBackend.C (expandLastfiles):
8667         (expandDocuments):
8668         (expandFormats):
8669         (expandFloatListInsert):
8670         (expandFloatInsert):
8671         (expand): split expand in parts
8672
8673 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8674
8675         * lyx_gui.C: use lyx_gui::exit()
8676
8677 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8678
8679         * LyXAction.C: show the failing pseudo action
8680
8681 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8682
8683         * buffer.C (readFile): Run the lyxconvert script in order to read
8684         old files.
8685
8686 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8687
8688         * LyXAction.C:
8689         * commandtags.h:
8690         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8691
8692 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8693
8694         * LyXAction.C:
8695         * commandtags.h:
8696         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8697
8698 2002-07-22  Herbert Voss  <voss@lyx.org>
8699
8700         * lengthcommon.C:
8701         * lyxlength.[Ch]: add support for the vertical lengths
8702
8703 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8704
8705         * toc.[Ch]: std:: fixes
8706
8707 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8708
8709         * lyxrc.C: do not include lyx_main.h
8710
8711         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8712         for layouts
8713
8714         * lyxrc.C:
8715         * encoding.C:
8716         * bufferlist.C:
8717         * BufferView2.C: include "lyxlex.h"
8718
8719         * tabular.h:
8720         * bufferparams.h: do not #include "lyxlex.h"
8721
8722         * lyxtextclasslist.C (Add): remove method
8723         (classlist): renamed to classlist_
8724
8725         * paragraph_pimpl.C:
8726         * paragraph.C:
8727         * text2.C:
8728         * CutAndPaste.C:
8729         * bufferview_funcs.C:
8730         * bufferlist.C:
8731         * text.C:
8732         * LaTeXFeatures.C:
8733         * buffer.C:
8734         * toc.C (getTocList): use BufferParams::getLyXTextClass
8735
8736         * toc.C (getTocList): use InsetFloat::addToToc
8737
8738         * toc.[Ch]: new files, containing helper functions to handle table
8739         of contents
8740
8741         * lyxfunc.C (dispatch): no need to remove spaces around command
8742         given as a string
8743         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8744         first command of the sequence; it is not very clever, but I do not
8745         have a better idea, actually
8746
8747         * LyXAction.C (LookupFunc): make sure to remove space at the
8748         beginning and end of the command
8749
8750 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8751
8752         * MenuBackend.C (getMenubar): new method: return the menubar of
8753         this menu set
8754         (read): treat differently reading of menu and menubar (in
8755         particular, the menubar has no name now)
8756         (Menu::menubar): remove
8757
8758         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8759         saving is finished
8760
8761 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8762
8763         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8764         a bibitem inset in a RTL paragraph.
8765
8766 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8767
8768         * paragraph_pimpl.C: constify
8769
8770         * BufferView_pimpl.C:
8771         * LaTeX.C:
8772         * lyxfunc.C: fix dispatch in a nicer way
8773
8774 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8775
8776         * lyxfunc.C (dispatch):
8777         * BufferView_pimpl.C:
8778         * BufferView_pimpl.h:
8779         * BufferView.C:
8780         * BufferView.h: rename Dispatch() to dispatch()
8781
8782         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8783
8784         * lyxlayout.C (Read): honor DependsOn tag
8785
8786         * lyxlayout.[Ch] (depends_on): new method
8787
8788         * version.C.in: update lyx_docversion
8789
8790         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8791
8792         * paragraph.C (validate): remove from here...
8793         * paragraph_pimpl.C (validate): ... and move here
8794         (isTextAt): make it const
8795
8796         * buffer.C (getLists): ws cleanup
8797
8798 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8799
8800         * language.C (read): Use iso8859-1 encoding in latex_lang
8801         (this prevents LyX from crashing when using iso10646-1 encoding).
8802
8803 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8804
8805         * text2.C (toggleInset): if cursor is inside an inset, close the
8806         inset and leave cursor _after_ it
8807
8808 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8809
8810         * lyxfunc.C: move minibuffer completion handling out of here
8811
8812 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8813
8814         * BufferView_pimpl.C:
8815         * LaTeX.C: fix dispatch calls
8816
8817 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8818
8819         * text.C (drawChars): Fix Arabic text rendering.
8820
8821 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8822
8823         * LyXAction.C:
8824         * commandtags.h:
8825         * lyxfunc.C: remove message-push/pop
8826
8827         * lyxserver.C:
8828         * lyxfunc.h:
8829         * lyxfunc.C: rationalise some code by removing verboseDispatch
8830           in favour of a bool argument to dispatch()
8831
8832 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8833
8834         * lyx_main.C (init): make sure to read symlinks as absolute paths
8835
8836 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8837
8838         * lyxfunc.h:
8839         * lyxfunc.C: no need for commandshortcut to be a member
8840
8841 2002-07-15  André Pönitz <poenitz@gmx.net>
8842
8843         * converter.C: add support for $$s (scripts from lib/scripts dir)
8844         * lyx_main.C: white space
8845
8846 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8847
8848         * bufferlist.C:
8849         * lyxrc.h:
8850         * lyxrc.C: remove second exit confirmation
8851
8852 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8853
8854         * BufferView.h:
8855         * BufferView.C:
8856         * BufferView2.C:
8857         * BufferView_pimpl.h:
8858         * BufferView_pimpl.C:
8859         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8860
8861 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8862
8863         * MenuBackend.C (expand): add numeric shortcuts to document menu
8864
8865         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8866
8867 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8868
8869         * lyxfont.C (setLyXFamily):
8870         (setLyXSeries):
8871         (setLyXShape):
8872         (setLyXSize):
8873         (setLyXMisc):
8874         (lyxRead):
8875         * debug.C (value):
8876         * buffer.C (asciiParagraph): use ascii_lowercase
8877
8878 2002-07-15  Mike Fabian  <mfabian@suse.de>
8879
8880         * lyxlex_pimpl.C (search_kw):
8881         * lyxlex.C (getLongString):
8882         * converter.h (operator<):
8883         * converter.C (operator<):
8884         * buffer.C (parseSingleLyXformat2Token):
8885         (asciiParagraph):
8886         * ToolbarDefaults.C (read):
8887         * MenuBackend.C (checkShortcuts):
8888         (read):
8889         * LColor.C (getFromGUIName):
8890         (getFromLyXName): use the compare_ascii_no_case instead of
8891         compare_no_case, because in turkish, 'i' is not the lowercase
8892         version of 'I', and thus turkish locale breaks parsing of tags.
8893
8894 2002-07-16  Angus Leeming  <leeming@lyx.org>
8895
8896         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8897         now takes a Buffer const & argument.
8898
8899 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8900
8901         * BufferView.C (resize): check there's a buffer to resize
8902
8903 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8904
8905         * lyxfunc.C: remove dead code
8906
8907         * lyxserver.h:
8908         * lyxserver.C: use lyx_guii::set_read_callback
8909
8910 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8911
8912         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8913         an inset in a RTL paragraph.
8914
8915 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8916
8917         * lyxfunc.C: repaint after a font size update
8918
8919 2002-07-15  André Pönitz <poenitz@gmx.net>
8920
8921         * lyxlength.C: inBP should be able to return negative values
8922
8923 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8924
8925         * lyxfunc.C: use lyx_gui::update_fonts()
8926
8927 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8928
8929         * lyxfunc.C: use lyx_gui::update_color()
8930
8931 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8932
8933         * bufferlist.C:
8934         * lyxfunc.h:
8935         * lyxfunc.C:
8936         * lyxrc.h:
8937         * lyxrc.C: remove file->new asks for name option, and let
8938           buffer-new take an argument
8939
8940 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8941
8942         * BufferView_pimpl.C: remove unneeded extra repaint()
8943
8944 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8945
8946         * LyXAction.C: allow command-sequence with NoBuffer
8947
8948         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8949
8950 2002-07-10  Angus Leeming  <leeming@lyx.org>
8951
8952         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8953
8954 2002-07-09  Angus Leeming  <leeming@lyx.org>
8955
8956         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8957
8958 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8959
8960         * lengthcommon.h: whitespace
8961
8962         * lyxfunc.C: update scrollbar after goto paragraph
8963
8964         * lyxtext.h: factor out page break drawing, and fix it so
8965           page break/added space paints as selected nicely
8966
8967 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8968
8969         * BufferView_pimpl.C: add FIXMEs, clean up a little
8970
8971 2002-07-09  André Pönitz <poenitz@gmx.net>
8972
8973         * lyxfont.[Ch]: support for wasy symbols
8974
8975 2002-07-08  André Pönitz <poenitz@gmx.net>
8976
8977         * BufferView_pimpl.C: apply John's patch for #93.
8978
8979 2002-07-05  Angus Leeming  <leeming@lyx.org>
8980
8981         * BufferView_pimpl.C (buffer): generate previews if desired.
8982
8983         * LColor.h: add "preview" to the color enum.
8984
8985         * LColor.C (LColor): add a corresponding entry to the items array.
8986
8987         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
8988         with this buffer.
8989
8990 2002-07-05  Angus Leeming  <leeming@lyx.org>
8991
8992         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
8993         The body of the code is now in the method that is passed an ostream &
8994         rather than a file name.
8995         Pass an additional only_preamble parameter, useful for the forthcoming
8996         preview stuff.
8997
8998 2002-07-03  André Pönitz <poenitz@gmx.net>
8999
9000         * lyxfunc.C: simplify getStatus() a bit for math stuff
9001
9002 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9003
9004         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9005
9006 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9007
9008         * text.C (changeRegionCase): do not change case of all the
9009         document when region ends at paragraph end (bug #461)
9010
9011 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9012
9013         * paragraph.C (startTeXParParams):
9014         (endTeXParParams): add \protect when necessary
9015
9016 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9017
9018         * BufferView_pimpl.C (workAreaExpose): remove warning
9019
9020 2002-06-27  Angus Leeming  <leeming@lyx.org>
9021
9022         * Makefile.am: add lyxlayout_ptr_fwd.h.
9023
9024 2002-06-26  André Pönitz <poenitz@gmx.net>
9025
9026         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9027
9028 2002-06-25  Angus Leeming  <leeming@lyx.org>
9029
9030         * lyxfunc.C (dispatch): Comment out the call to
9031         grfx::GCache::changeDisplay. The method no longer exists now that the
9032         pixmap generation part of the graphics loader has been moved into
9033         InsetGraphics.
9034
9035 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9036
9037         * text2.C: layout as layout
9038
9039         * text.C: layout as layout
9040
9041         * tabular.C (OldFormatRead): layout as layout
9042
9043         * paragraph_pimpl.C (TeXDeeper): layout as layout
9044         (realizeFont): layout as layout
9045
9046         * paragraph.C (writeFile): layout as layout
9047         (validate): layout as layout
9048         (getFont): layout as layout
9049         (getLabelFont): layout as layout
9050         (getLayoutFont): layout as layout
9051         (breakParagraph): layout as layout
9052         (stripLeadingSpaces): layout as layout
9053         (getEndLabel): layout as layout
9054         (getMaxDepthAfter): layout as layout
9055         (applyLayout): layout as layout
9056         (TeXOnePar): layout as layout
9057         (simpleTeXOnePar): layout as layout
9058         (TeXEnvironment): layout as layout
9059         (layout): layout as layout
9060         (layout): layout as layout
9061
9062         * lyxtextclass.C (compare_name): new functor to work with
9063         shared_ptr, layout as layout
9064         (Read): layout as layout
9065         (hasLayout): layout as layout
9066         (operator): layout as layout
9067         (delete_layout): layout as layout
9068         (defaultLayout): layout as layout
9069
9070         * lyxlayout_ptr_fwd.h: new file
9071
9072         * lyxlayout.C (Read): layout as layout
9073
9074         * lyx_cb.C (MenuInsertLabel): layout as layout
9075
9076         * bufferlist.C (newFile): layout as layout
9077
9078         * buffer.C (readLyXformat2): layout as layout
9079         (parseSingleLyXformat2Token): layout as layout
9080         (insertStringAsLines): layout as layout
9081         (asciiParagraph): layout as layout
9082         (latexParagraphs): layout as layout
9083         (makeLinuxDocFile): layout as layout
9084         (simpleLinuxDocOnePar): layout as layout
9085         (makeDocBookFile): layout as layout
9086         (simpleDocBookOnePar): layout as layout
9087         (getLists): layout as layout
9088
9089         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9090
9091         * CutAndPaste.C (cutSelection): layout as layout
9092         (pasteSelection): layout as layout
9093         (SwitchLayoutsBetweenClasses): layout as layout
9094
9095         * BufferView_pimpl.C (Dispatch): layout as layout
9096         (smartQuote): layout as layout
9097
9098         * BufferView2.C (unlockInset): layout as layout
9099
9100 2002-06-24  André Pönitz <poenitz@gmx.net>
9101
9102         * lyxfunc.C: fix #487
9103
9104 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9105
9106         * lyxrc.h:
9107         * lyxrc.C:
9108         * lyxfunc.C: remove display_shortcuts, show_banner
9109
9110 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9111
9112         * Buffer_pimpl.C: oops, update on resize
9113
9114 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9115
9116         * buffer.C:
9117         * converter.C:
9118         * exporter.C:
9119         * lyxfunc.C:
9120         * BufferView.h:
9121         * BufferView.C: use repaint()
9122
9123         * BufferView_pimpl.h:
9124         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9125           as it's a clearer description. Remove superfluous
9126           redraws.
9127
9128 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9129
9130         * text.C: fix bug 488. Not ideal, but getting
9131           getWord() to work properly for the insets that
9132           matter is more difficult ...
9133
9134 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9135
9136         * BufferView_pimpl.C:
9137         * LyXAction.C:
9138         * commandtags.h:
9139         * lyxfunc.C: remove the six million index lyxfuncs to just
9140           one, and DTRT (bug 458)
9141
9142 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9143
9144         * BufferView.h:
9145         * BufferView.C:
9146         * BufferView_pimpl.h:
9147         * BufferView_pimpl.C: clean up resize() stuff,
9148           and unnecessary updateScreen()s
9149
9150 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9151
9152         * BufferView.h:
9153         * BufferView.C:
9154         * BufferView_pimpl.h:
9155         * BufferView_pimpl.C:
9156         * lyxfind.h:
9157         * lyxfind.C:
9158         * minibuffer.C: remove focus management of workarea,
9159           not needed. Use screen's greyOut()
9160
9161 2002-06-17  Herbert Voss  <voss@lyx.org>
9162
9163         * converter.C: (convert) do not post a message, when converting
9164         fails, let the calling function decide what to do in this case
9165
9166 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9167
9168         * lyxfunc.C: tidy up a little
9169
9170 2002-06-16    <alstrup@diku.dk>
9171
9172         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9173         Got rid of FORMS_H_LOCATION include. Now we are
9174         GUII.
9175
9176 2002-06-15  LyX Development team  <lyx@rilke>
9177
9178         * buffer.[Ch] (sgmlOpenTag):
9179         (sgmlCloseTag): Added support for avoiding pernicious mixed
9180         content. Return number of lines written.
9181
9182         (makeLinuxDocFile):
9183         (makeDocBookFile): Fixed calls to sgml*Tag.
9184         Simple white space clean.
9185
9186         (simpleDocBookOnePar): Simple white space clean.
9187
9188         * tabular.[Ch] (docBook): Renamed to docbook and got another
9189         argument to related with the pernicious mixed content.
9190
9191         (docbookRow): Fixed calls for docbook inset method.
9192
9193 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9194
9195         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9196         so it's X11 independent.
9197
9198         * kb*.[Ch]: ditto.
9199
9200         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9201
9202 2002-06-15  Lyx Development team  <lyx@electronia>
9203
9204         * intl.h: Renamed getTrans to getTransManager.
9205
9206 2002-06-14  Angus Leeming  <leeming@lyx.org>
9207
9208         * Makefile.am: nuke forgotten stl_string_fwd.h.
9209
9210 2002-06-12  Angus Leeming  <leeming@lyx.org>
9211
9212         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9213
9214 2002-06-13  Angus Leeming  <leeming@lyx.org>
9215
9216         * LaTeX.C:
9217         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9218
9219 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9220
9221         * kbmap.C (getiso): add support for cyrillic and greek
9222
9223 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9224
9225         * BufferView.h:
9226         * BufferView.C:
9227         * BufferView_pimpl.h:
9228         * BufferView_pimpl.C: move bogus scrolling logic
9229           to xforms
9230
9231 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9232
9233         * lyxfunc.C:
9234         * BufferView_pimpl.C: view->resize() change
9235
9236 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9237
9238         * BufferView_pimpl.C: topCursorVisible
9239           prototype change
9240
9241 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9242
9243         * Makefile.am:
9244         * lyx_gui.h:
9245         * lyx_gui.C: move to frontends/
9246
9247         * main.C:
9248         * lyx_main.h:
9249         * lyx_main.C: changes from above
9250
9251 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9252
9253         * intl.C:
9254         * intl.h:
9255         * kbmap.C:
9256         * kbsequence.C:
9257         * lyx_cb.C:
9258         * lyx_main.C: minor tidy
9259
9260 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9261
9262         * BufferView_pimpl.h:
9263         * BufferView_pimpl.C:
9264         * BufferView.h:
9265         * BufferView.C: make painter() const,
9266           remove dead code
9267
9268         * BufferView2.C: use screen() accessor
9269
9270         * lyx_main.h:
9271         * lyx_main.C: some minor cleanup
9272
9273 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9274
9275         * BufferView_pimpl.h:
9276         * BufferView_pimpl.C: remove enter/leaveView,
9277           use workHeight()
9278
9279 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9280
9281         * BufferView.h:
9282         * BufferView.C:
9283         * BufferView2.C:
9284         * BufferView_pimpl.h:
9285         * BufferView_pimpl.C: only construct screen once,
9286           rename
9287
9288         * lyxrc.C: remove pointless comment
9289
9290 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9291
9292         * BufferView.h:
9293         * BufferView.C: remove active() and belowMouse()
9294
9295         * BufferView_pimpl.h:
9296         * BufferView_pimpl.C: use workarea() not workarea_,
9297           and make it use a scoped_ptr instead
9298
9299 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9300
9301         * lyx_gui.C: add debug message on BadWindow
9302
9303 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9304
9305         * sp_spell.C: fdopen is not part of the C++ standard.
9306
9307         * paragraph.C (InsetIterator): use >= instead of ==
9308
9309 2002-06-07  Angus Leeming  <leeming@lyx.org>
9310
9311         Fixes needed to compile with Compaq cxx 6.5.
9312         * BufferView_pimpl.C:
9313         * DepTable.C:
9314         * buffer.C:
9315         * converter.C:
9316         * encoding.C:
9317         * lyx_gui.C:
9318         * lyx_main.C:
9319         * lyxtextclasslist.C:
9320         * minibuffer.C:
9321         * sp_spell.C:
9322         * tabular_funcs.C:
9323         * vc-backend.C:
9324         all c-library variables have been moved into namespace std. Wrap
9325         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9326
9327         * lyxlength.C:
9328         * tabular-old.C:
9329         * tabular.C:
9330         Add a using std::abs declaration.
9331
9332         * kbmap.h (modifier_pair):
9333         * paragraph.h (InsetTable, InsetList):
9334         * lyxfont.h (FontBits):
9335         type definition made public.
9336
9337         * bufferlist.C (emergencyWriteAll): the compiler complains that
9338         there is more than one possible lyx::class_fun template to choose from.
9339         I re-named the void specialisation as lyx::void_class_fun.
9340
9341         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9342
9343         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9344         the compiler is is unable to find tostr in write_attribute.
9345
9346 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9347
9348         * buffer.C (sgmlError): hide #warning
9349
9350 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9351
9352         * xtl/*: get rid of xtl, which is not in use anyway
9353
9354         * LyXAction.C (init):
9355         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9356         were unimplemented xtl experimentation
9357
9358 2002-06-04  André Pönitz <poenitz@gmx.net>
9359
9360         * lyxfunc.C: disable array operation on simple formulae
9361
9362 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9363
9364         * converter.C: constify a bit
9365
9366 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9367
9368         * lyx_gui.C: check xforms version correctly
9369
9370 2002-04-30  Herbert Voss  <voss@lyx.org>
9371
9372         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9373         "keep" option
9374
9375 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9376
9377         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9378           attempt to register it with a VCS)
9379
9380 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9381
9382         * lyx_main.C (init): honor variables LYX_DIR_13x and
9383         LYX_USERDIR_13x
9384
9385 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9386
9387         * buffer.h:
9388         * buffer.C:
9389         * lyx_main.C: fix a crash on bad command line,
9390           and give a useful exit status on error
9391
9392         * lyxfunc.C (doImport): allow -i lyx to work
9393
9394 2002-03-30  André Pönitz <poenitz@gmx.net>
9395
9396         * lyxfunc.C: mathed font changes
9397
9398 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9399
9400         * LaTeX.C:
9401         * importer.h:
9402         * importer.C:
9403         * lyx_sty.h:
9404         * lyx_sty.C:
9405         * lyxlex.C:
9406         * lyxrow.h:
9407         * lyxtext.h:
9408         * paragraph.h:
9409         * paragraph.C:
9410         * texrow.h:
9411         * texrow.C:
9412         * text.C:
9413         * trans_mgr.h: srcdocs, and some minor cleanups
9414
9415 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9416
9417         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
9418         call getFont all the time)
9419
9420 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9421
9422         * switch from SigC signals to boost::signals
9423
9424 2002-05-29  André Pönitz <poenitz@gmx.net>
9425
9426         * paragraph_pimpl.C (getChar): don't call size() too often...
9427
9428 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9429
9430         * paragraph_pimpl.C (insertChar): do not try to update tables when
9431         appending (pos == size())
9432
9433         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
9434         in order to reduce drastically the number of comparisons needed to
9435         parse a large document
9436
9437 2002-05-29  André Pönitz <poenitz@gmx.net>
9438
9439         * text.C:
9440         * text2.C:
9441         * lyxtextclass.C:
9442         * sp_pspell.h:
9443         * textclasslist.[Ch]:
9444         * sp_ispell.h: whitespace change
9445
9446 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9447
9448         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
9449         lyxaction directly now.
9450
9451 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
9452
9453         * trans.C:
9454         * lyxfont.C:
9455         * lyxvc.C: remove unused headers
9456
9457 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9458
9459         * Makefile.am:
9460         * buffer.h:
9461         * undostack.h:
9462         * undostack.C:
9463         * undo_funcs.h:
9464         * undo_funcs.C: some cleanups. Use shared_ptr
9465           and a template for the undo stacks.
9466
9467 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9468
9469         * BufferView_pimpl.h:
9470         * BufferView_pimpl.C:
9471         * kbmap.h:
9472         * kbmap.C:
9473         * kbsequence.h:
9474         * kbsequence.C:
9475         * lyxfunc.h:
9476         * lyxfunc.C:
9477         * text2.C: use key_state/mouse_state
9478
9479 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9480
9481         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
9482         and LSubstring
9483
9484         * chset.C: change include order
9485         (loadFile): use boost regex and get rid of LRegex and LSubstring
9486
9487         * Makefile.am (BOOST_LIBS): new variable
9488         (lyx_LDADD): use it
9489
9490         * LaTeX.C: change include order.
9491         (scanAuxFile): use boost regex and get rid of LRegex and
9492         LSubstring
9493         (deplog): ditto
9494
9495 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9496
9497         * ColorHandler.h:
9498         * ColorHandler.C:
9499         * FontInfo.h:
9500         * FontInfo.C: moved to frontends/xforms/
9501
9502         * FontLoader.h:
9503         * FontLoader.C: moved into frontends for GUIIzation
9504
9505         * Makefile.am:
9506         * lyx_gui.C:
9507         * lyxfont.C:
9508         * lyxfunc.C: changes from above
9509
9510 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9511
9512         * LColor.C: remove spurious X include
9513
9514         * BufferView_pimpl.C:
9515         * Makefile.am:
9516         * font.h:
9517         * font.C:
9518         * text.C:
9519         * text2.C: move font metrics to frontends/
9520
9521 2002-05-24  Juergen Vigna  <jug@sad.it>
9522
9523         * undo_funcs.C (textHandleUndo): fix the cursor selection after
9524         setting the undo_cursor.
9525
9526         * ParagraphParameters.h: include local includes first.
9527
9528 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9529
9530         * BufferView_pimpl.C:
9531         * BufferView_pimpl.h:
9532         * Makefile.am:
9533         * WorkArea.h:
9534         * WorkArea.C:
9535         * screen.C: move WorkArea into frontends/
9536
9537         * lyxscreen.h:
9538         * screen.C:
9539         * text.C:
9540         * BufferView.C:
9541         * BufferView2.C: move LyXScreen into frontends/
9542
9543         * lyxlookup.h:
9544         * lyxlookup.C:
9545         * lyx_gui.C: move lyxlookup into frontends/xforms/
9546
9547 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9548
9549         * BufferView2.C:
9550         * BufferView_pimpl.C:
9551         * FontLoader.C:
9552         * LyXView.h:
9553         * LyXView.C:
9554         * Makefile.am:
9555         * WorkArea.C:
9556         * XFormsView.h:
9557         * XFormsView.C:
9558         * buffer.C:
9559         * bufferlist.C:
9560         * bufferview_funcs.C:
9561         * converter.C:
9562         * importer.C:
9563         * lyx_cb.C:
9564         * lyx_gui.C:
9565         * lyx_main.C:
9566         * lyx_find.C:
9567         * lyxfunc.C:
9568         * lyxvc.C:
9569         * minibuffer.C:
9570         * text.C:
9571         * text2.C:
9572         * trans.C:
9573         * vc-backend.C: move LyX/XFormsView into frontends/
9574
9575 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9576
9577         * Makefile.am:
9578         * PainterBase.C:
9579         * PainterBase.h:
9580         * Painter.C:
9581         * Painter.h:
9582         * WorkArea.C:
9583         * WorkArea.h:
9584         * screen.C:
9585         * tabular.C:
9586         * text.C:
9587         * text2.C: move Painter to frontends/
9588
9589 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9590
9591         * buffer.C: comment out some some code that depend upon lyx_format
9592         < 220
9593
9594         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
9595         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
9596
9597         * buffer.h (NO_COMPABILITY): turn off compability
9598
9599         * ColorHandler.C: include scoped_array.hpp
9600
9601         * font.C: Use more specific smart_ptr header.
9602         * Painter.C: ditto
9603         * gettext.C: ditto
9604         * ShareContainer.h: ditto
9605         * lyx_main.h: ditto
9606         * kbmap.h: ditto
9607         * FontInfo.h: ditto
9608         * BufferView_pimpl.h: ditto
9609         * ColorHandler.h: ditto
9610
9611         * kbmap.C (defkey): change call to shared_ptr::reset
9612
9613 2002-05-21  Juergen Vigna  <jug@sad.it>
9614
9615         * buffer.C (insertErtContents): fix to insert ert asis if it is
9616         non empty. Skip it completely if it contains only whitespaces.
9617
9618 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
9619
9620         * BufferView_pimpl.C:
9621         * BufferView2.C: clear selection on paste (bug 393)
9622
9623 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9624
9625         * DepTable.C: include ctime
9626
9627 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
9628
9629         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9630
9631 2002-05-14  Juergen Vigna  <jug@sad.it>
9632
9633         * text.C (breakParagraph): fixed function to honor the keepempty
9634         layout in the right maner and also to permit the right breaking
9635         algorithm on empty or non empyt keepempty paragraphs.
9636
9637         * paragraph.C (breakParagraph): we have to check also if the par
9638         is really empty (!size()) for isempty otherwise we do the wrong
9639         paragraph break.
9640
9641 2002-05-10  Juergen Vigna  <jug@sad.it>
9642
9643         * buffer.[Ch] : The following are only changes to the ert
9644         compatibility read reading old LaTeX layout and font stuff and
9645         convert it to ERTInsets.
9646
9647         * buffer.h: added isErtInset().
9648
9649         * buffer.C (struct ErtComp): add a fromlayout bool to check
9650         if we're inside a LaTeX layout.
9651         (isErtInset): new helper function.
9652         (insertErtContents): look for other ert insets before this one
9653         and insert the contents there, so that we don't have subsequent
9654         ERT insets with nothing between them. This way we create only one
9655         inset with multiple paragraphs. Also check if we don't insert only
9656         spaces ' ' as they are ignored anyway afterwards in the .tex file
9657         so if we have only spaces we will ignore this latex part in the
9658         new file.
9659         (parseSingleLyXformat2Token \\layout): better compatibility when
9660         reading layout-latex stuff.
9661         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9662         language tag.
9663         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9664         stuff after reading the inset only get the information back from
9665         the stack.
9666
9667 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9668
9669         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9670
9671         * LaTeXFeatures.C (getBabelOptions): New method.
9672
9673 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9674
9675         * BufferView_pimpl.C (Dispatch): work around missing argument for
9676         'layout'
9677
9678 2002-05-08  Juergen Vigna  <jug@sad.it>
9679
9680         * text.C (leftMargin): handle paragraph leftindent.
9681
9682         * paragraph.C (writeFile): write the new \\leftindent tag.
9683         (validate): handle leftindent code.
9684         (TeXEnvironment): handle paragraphleftindent code again.
9685
9686         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9687
9688         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9689         for paragrap_extra indent code and new token \\leftindent.
9690         (latexParagraphs): handle the leftindent as environment.
9691
9692         * ParameterStruct.h: added leftindent support.
9693
9694         * ParagraphParameters.C (leftIndent): added support functions for
9695         the paragraph left indent.
9696
9697         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9698         more appropriate.
9699
9700 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9701
9702         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9703         inside insetERT.
9704
9705         * text.C (computeBidiTables): No bidi in insetERT.
9706
9707         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9708         in RTL documents.
9709
9710 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9711
9712         * version.C.in: pre 5
9713
9714 2002-05-02  José Matos  <jamatos@fep.up.pt>
9715         * buffer.C (makeDocBookFile): white space changes, add newline to
9716         command styles.
9717         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9718
9719         * tabular.C (docBook): fix typo.
9720
9721 2002-05-03  Juergen Vigna  <jug@sad.it>
9722
9723         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9724         change in LyXText as we can not be sure it was not freed.
9725         (drawOneRow): remove unused code.
9726
9727         * text.C (drawInset): redo the calculation of the need_break_row as
9728         it could have a row which was already freed.
9729         (draw): look at the return value of drawInset and return false if
9730         it also returned false.
9731         (paintRowText): look at the return value of draw and return false if
9732         it also returned false.
9733
9734         * lyxtext.h: added bool return type to drawInset() and draw() so that
9735         if we have a change in the row so that the rowbreak has to be redone
9736         we abort drawing as it will be called again.
9737
9738 2002-05-02  Juergen Vigna  <jug@sad.it>
9739
9740         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9741         a change in the maintext also if we're inside an inset.
9742         (Dispatch): set the cursor again after a break line and after the
9743         screen has been updated as it could be we're in a different row.
9744
9745         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9746         to set the cursor behind the pargraph with > size().
9747         (setCursor): check also for the same paragraph when checking where
9748         to put the cursor if we have a NFR inset.
9749
9750         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9751         parts of layout read further up as it still was in the wrong
9752         position.
9753
9754 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9755
9756         * screen.C (drawFromTo): change sine fullRebreak always return
9757         true.
9758
9759         * buffer.C (parseSingleLyXformat2Token): reindent some
9760
9761         * BufferView_pimpl.C (update): change since fullRebreak always
9762         return true.
9763         (Dispatch): git rid of the last hardcoded "Standard"s.
9764
9765 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9766
9767         * text2.[Ch] (fullRebreak): make it return void now that we always
9768         returned true.
9769
9770 2002-04-30  Juergen Vigna  <jug@sad.it>
9771
9772         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9773         ert compatibility check for "latex" layout.
9774
9775 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9776
9777         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9778         minipages: use col% instead of p%, and also use the current font.
9779         (makeLaTeXFile): Fix use babel condition.
9780         (parseSingleLyXformat2Token): Correct font when reading old floats.
9781
9782 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9783
9784         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9785         inserting list of floats.
9786
9787 2002-04-25  Herbert Voss  <voss@lyx.org>
9788
9789         * MenuBackend.C (expand): don't add the graphics extensions to the
9790         export menu
9791
9792 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9793
9794         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9795         non-existing layout, do not complain if it was the default layout
9796         of the original class (bug #342)
9797
9798 2002-04-24  Juergen Vigna  <jug@sad.it>
9799
9800         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9801         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9802
9803 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9804
9805         * buffer.C (getBibkeyList): If using \bibliography, return the
9806         option field with the reference itself. Enables us to provide natbib
9807         support when using \bibliography.
9808
9809 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9810
9811         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9812
9813         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9814         natbib is provided by the LaTeX class.
9815
9816 2002-04-23  Juergen Vigna  <jug@sad.it>
9817
9818         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9819         Wakeup functions.
9820
9821         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9822
9823 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9824
9825         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9826
9827         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9828         ensuremath around textordmasculine, textordfeminine and
9829         textdegree.
9830
9831 2002-04-19  Juergen Vigna  <jug@sad.it>
9832
9833         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9834         reinitializing the buffer otherwise row-dimensions may be wrong.
9835         (update): reset also the selection cursors if they do exits otherwise
9836         their x/y positions may be wrong.
9837
9838         * text2.C (cursorDown): don't enter the inset if we came from a row
9839         above and are one row over the inset.
9840
9841         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9842         really leaving an inset.
9843
9844 2002-04-18  Juergen Vigna  <jug@sad.it>
9845
9846         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9847         of the selected paragraph does not have the selected layout also if
9848         the last one had!
9849
9850         * text2.C (setLayout): fixed bug which did not change last selected
9851         paragraph.
9852
9853         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9854         changed the read and substituted \\end_float with \\end_inset!
9855
9856         * BufferView_pimpl.C (cursorPrevious):
9857         (cursorNext): fixed to make it work with rows heigher than the work
9858         area without moving the cursor only the draw of the row.
9859         (workAreaMotionNotify): fix jumping over high rows.
9860
9861 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9862
9863         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9864         Ressler.
9865
9866 2002-04-16  Juergen Vigna  <jug@sad.it>
9867
9868         * text2.C (setCursor): set also the irow().
9869         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9870         (cursorUp):
9871         (cursorDown): support for locking an inset if the x_fix value goes
9872         inside it. That way I can transverse insets too with cursor up/down.
9873
9874         * lyxrow.h: added irow helper function same as other (i) functions.
9875
9876         * BufferView_pimpl.C (cursorPrevious):
9877         (cursorNext): fixed for insets!
9878
9879 2002-04-15  Juergen Vigna  <jug@sad.it>
9880
9881         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9882         position otherwise it is wrong in some cases.
9883
9884         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9885         inside the inset before the call.
9886
9887 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9888
9889         * buffer.[Ch] (getBibkeyList): make it const.
9890
9891 2002-04-12  Juergen Vigna  <jug@sad.it>
9892
9893         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9894
9895         * text2.C (getCursorX): new helper function
9896         (setCursor): compute also ix_
9897         (setCursorFromCoordinates): set also ix.
9898
9899         * lyxcursor.h: added ix_ and helper functions.
9900
9901         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9902
9903         * buffer.C (insertStringAsLines): dont break paragraph if the this
9904         paragraph is inside an inset which does not permit it!
9905
9906         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9907         also with no chars on this paragraph.
9908         (paintRowText): only paint stuff if it's inside the workarea!
9909
9910         * paragraph.C (breakParagraph): honor keepempty flag and break the
9911         paragraph always below not above.
9912
9913         * BufferView2.C (unlockInset): update the paragraph layout on inset
9914         unlock as we changed paragraph in such a case.
9915
9916         * lyxfind.C (LyXFind): clear the former selection if not found!
9917
9918         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9919         again called in insertChar().
9920
9921         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9922         an inset which uses the whole row!
9923         (rightMargin): ditto.
9924         (insertChar): force a rebreak if we inserted an inset!
9925
9926 2002-03-28  Herbert Voss  <voss@lyx.org>
9927
9928         * lyxlength.[Ch]: add inBP() to get the right PS-point
9929         units (BigPoint). With inPixels we have rounding errors
9930
9931 2002-04-11  Juergen Vigna  <jug@sad.it>
9932
9933         * text2.C (setCursorFromCoordinates): set iy to the right value.
9934         (setCursor): add check if row->previous exists!
9935
9936         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9937         an old float_type as this was the case in the old code!
9938
9939         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9940
9941         * BufferView2.C (showLockedInsetCursor): use iy
9942         (fitLockedInsetCursor): ditto
9943
9944         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9945         locked insets as there we have the right value now.
9946
9947         * lyxcursor.C: added iy_ variable and iy functions to set to the
9948         baseline of cursor-y of the locked inset.
9949
9950         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9951         (setCursor): fixed for insets which need a full row.
9952
9953         * text.C (rowLastPrintable): don't ignore the last space when before
9954         an inset which needs a full row.
9955         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9956         as last character of a row when before a inset which needs a full row.
9957
9958 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9959
9960         * version.C.in: update date
9961
9962         * text2.C (fullRebreak): try to always return true and see what
9963         happens...
9964
9965 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9966
9967         * MenuBackend.C (expand): use Floating::listName
9968
9969         * FloatList.C (FloatList): add listName argument to the built-in
9970         floats
9971
9972         * Floating.[Ch]: add listName member, which is the 'List of XXX'
9973         text associated with the float.
9974
9975 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9976
9977         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
9978
9979 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9980
9981         * ShareContainer.h: add a couple of missing typenames.
9982
9983 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
9984
9985         * lyxrc.C (getDescription): use _() correctly rather than N_().
9986
9987 2002-03-28  Herbert Voss  <voss@lyx.org>
9988
9989         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
9990         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
9991
9992 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9993
9994         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
9995         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
9996
9997 2002-03-29  Juergen Vigna  <jug@sad.it>
9998
9999         * lyxfunc.C (dispatch): add a missing fitCursor call.
10000
10001         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10002         it was scrolled by a cursor move, so return the bool status.
10003
10004         * BufferView.C (fitCursor): return the bool flag also to the outside
10005         world as this is needed.
10006
10007         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10008
10009         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10010         call the edit() as it is not needed (and wrong) IMO.
10011         (workAreaButtonPress): set the screen_first variable before evt.
10012         unlock the inset as this may change screen_first and then we have
10013         a wrong y position for the click!
10014
10015 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10016
10017         * MenuBackend.C (expand): another translation that I missed
10018
10019 2002-03-28  Juergen Vigna  <jug@sad.it>
10020
10021         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10022
10023         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10024
10025 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10026
10027         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10028
10029         * MenuBackend.C (expand): fix export/view/update when there is no
10030         document open.
10031
10032 2002-03-27  Herbert Voss  <voss@lyx.org>
10033
10034         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10035         and text%
10036
10037 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10038
10039         * bufferview_funcs.C (currentState): only show paragraph number
10040         for is DEVEL_VERSION is set.
10041
10042         * lyxfunc.C (dispatch): put warning in INFO channel
10043
10044         * MenuBackend.C (expand): translate the name of floats
10045
10046         * FloatList.C (FloatList): mark the float names for translation
10047
10048         * converter.C (convert): use LibScriptSearch
10049
10050 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10051
10052         * MenuBackend.C (defaults): fix default menu (we might as well get
10053         rid of it...)
10054
10055 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10056
10057         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10058         directory.
10059
10060 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10061
10062         * lyxvc.C: reorder includes.
10063
10064 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10065
10066         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10067           properly
10068
10069 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10070
10071         * CutAndPaste.C: change layouts earlier on paste
10072           to avoid crashing when calling getFont()
10073
10074 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10075
10076         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10077         irritating #error.
10078
10079 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10080
10081         * WorkArea.C: remove 'Pending' debug message.
10082
10083         * most files: ws cleanup
10084
10085         * buffer.[Ch]: ws changes
10086
10087         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10088
10089 2002-03-21  Juergen Vigna  <jug@sad.it>
10090
10091         * tabular.C (SetMultiColumn): collapse also the contents of the
10092         cells and set the last border right. Added a Buffer const * param.
10093
10094 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10095
10096         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10097         linking or not.
10098
10099 2002-03-19  Juergen Vigna  <jug@sad.it>
10100
10101         * text2.C (clearSelection): reset also xsel_cache.
10102
10103         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10104         where it needs to be called (John tells us to do so too :)
10105         (selectionLost): reset sel_cache.
10106
10107         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10108
10109 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10110
10111         * text2.C (setCursorIntern): put debuging code in INSETS channel
10112
10113 2002-03-19  André Pönitz <poenitz@gmx.net>
10114
10115         * lyxfunc.C: tiny whitespace change
10116
10117 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10118
10119         * ToolbarDefaults.C (init):
10120         * LyXAction.C (init):
10121         * commandtags.h:
10122         * BufferView_pimpl.C (Dispatch):
10123         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10124
10125 2002-03-19  Allan Rae  <rae@lyx.org>
10126
10127         * exporter.C (Export): removeAutoInsets before doing anything else.
10128         While I've just introduced a dependency on BufferView this really is
10129         the best place to clean the buffer otherwise you need to cleanup in
10130         a dozen places before calling export or cleanup in a dozen functions
10131         that export calls.
10132
10133         * converter.C (runLaTeX):
10134         (scanLog): Better handling of removeAutoInsets and screen updates.
10135
10136         * lyxfunc.C (dispatch): small whitespace changes
10137
10138 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10139
10140         * WorkArea.C (C_WorkAreaEvent): return a value.
10141         (event_cb): return 1 if we handled the event, 0 otherwise.
10142
10143         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10144
10145 2002-03-18  Juergen Vigna  <jug@sad.it>
10146
10147         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10148         (GetAdditionalWidth): ditto.
10149         (RightLine): ditto.
10150         (LeftLine): ditto.
10151
10152         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10153         inset if we're there actually (probably not used right now but this
10154         is the direction to go for unifying code).
10155         (paste): disable code to clear the selection.
10156
10157         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10158         inside an InsetText and move the check further up as it is in the
10159         wrong place.
10160
10161         * text2.C (pasteSelection): set a selection over the pasted text.
10162
10163 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10164
10165         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10166         and libgraphics to build on Cygwin.
10167
10168 2002-03-15  Juergen Vigna  <jug@sad.it>
10169
10170         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10171         inserting an Inset into the paragraph. I know this is not the best
10172         fix but we already use current_view in CutAndPaste so we will remove
10173         all of it's using at the same time.
10174
10175         * buffer.C (sgmlError): deactivated function till it is rewritten in
10176         the right mode, now it can create problems.
10177
10178         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10179         before accessing it.
10180
10181 2002-03-14  Juergen Vigna  <jug@sad.it>
10182
10183         * undo_funcs.C (textHandleUndo): do the right thing when updating
10184         the inset after the undo/redo.
10185
10186         * text2.C (setCursor): just some testcode for #44 not ready yet.
10187
10188         * undo_funcs.C (textHandleUndo): set the next() and previous()
10189         pointers of the paragraph to 0 before deleting otherwise we have
10190         problems with the Paragraph::[destructor].
10191
10192         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10193         on a paragraph insertion.
10194
10195 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10196
10197         * buffer.C (asciiParagraph): use += operator for char append to
10198         string.
10199
10200         * paragraph.C (getFontSettings): compare >= not just >
10201         (highestFontInRange): ditto
10202         (setFont): ditto
10203
10204 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10205
10206         * paragraph.C: change several algorithm to be more appripriate for
10207         the problem domain. This is lookip in FontList and in the InsetList.
10208
10209 2002-03-13  André Pönitz <poenitz@gmx.net>
10210
10211         * commandtags.h:
10212         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10213
10214 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10215
10216         * commandtags.h:
10217         * LyXAction.C:
10218         * lyxfunc.C:
10219         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10220
10221 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10222
10223         * Painter.C (display): anon helper function, adjust code for this
10224         change.
10225         (pixmap): remove function.
10226
10227         * Painter.h: remove private display variable.
10228
10229         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10230
10231 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10232
10233         * WorkArea.[Ch]: remove figinset_canvas cruft.
10234
10235 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10236
10237         * lyxtextclass.C (operator): add one item cache optimization.
10238
10239         * bufferlist.h: doxy changes
10240
10241         * bufferlist.C: ws changes
10242
10243         * DepTable.[Ch] (ext_exist): place const in the right spot.
10244
10245         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10246         call resizeInsets.
10247         (workAreaExpose): call resizeInsets when the with BufferView changes.
10248         (Dispatch): adjust for protectedBlank removal
10249         (specialChar): call updateInset if the insert went ok.
10250
10251         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10252         specialChar instead.
10253
10254         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10255
10256         * BufferView.h: doxy change
10257
10258         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10259
10260         * lyxtextclass.C (operator[]): remove non-const version
10261         (defaultLayout): remove non-const version
10262
10263 2002-03-12  Juergen Vigna  <jug@sad.it>
10264
10265         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10266         did resize the LyXText too.
10267
10268         * buffer.C (readLyXformat2): set layout information on newly allocated
10269         paragraphs.
10270
10271         * tabular.C (OldFormatRead): set layout information on the paragraph.
10272
10273 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10274
10275         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10276
10277 2002-03-11  Juergen Vigna  <jug@sad.it>
10278
10279         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10280         plainly wrong.
10281         (resizeCurrentBuffer): force also the insets to resize themselfes.
10282         (moveCursorUpdate): fixed up for InsetText.
10283
10284 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10285
10286         * commandtags.h:
10287         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10288         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10289         value of Dialogs::tooltipsEnabled().
10290         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10291
10292 2002-03-08  Juergen Vigna  <jug@sad.it>
10293
10294         * BufferView_pimpl.C (updateInset): update inset inside inset also
10295         if it isn't inside theLockingInset().
10296
10297 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10298
10299         * buffer.C (asciiParagraph): redo some of the word and line length
10300         handling.
10301         (getLists): look for Caption instead of caption.
10302
10303 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10304
10305         * buffer.C (Buffer): initialize niceFile to true
10306         (makeLaTeXFile):
10307         (makeLinuxDocFile):
10308         (makeDocBookFile): make sure niceFile is true on exit
10309
10310 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10311
10312         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10313
10314 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10315
10316         * LyXSendto.C: remove.
10317         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10318         * lyx_gui.C: remove now-redundant comment.
10319         * ColorHandler.h: remove forward declaration of class WorkArea.
10320         * lyxfunc.C: remove #include "WorkArea.h".
10321
10322 2002-03-07  Juergen Vigna  <jug@sad.it>
10323
10324         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10325         got moved away with the DEPM and also set the inset_owner always
10326         right which before could have been omitted.
10327
10328 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10329
10330         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10331         wanted layout is not found.
10332
10333 2002-03-07  Juergen Vigna  <jug@sad.it>
10334
10335         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10336
10337 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10338
10339         * paragraph.C (breakParagraph): use default layout not layout of
10340         prev paragraph.
10341         (Paragraph): clear ParagraphParameters.
10342
10343 2002-03-06  Juergen Vigna  <jug@sad.it>
10344
10345         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10346         otherwise it would not be a valid lenght. Fixed a special case in
10347         the minipage compatibility read where we end the document with a
10348         minipage.
10349
10350         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10351         was set as it could be 0 for InsetTexts first entry.
10352
10353 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10354
10355         * paragraph.C (writeFile): if layout is empty write out
10356         defaultLayoutName().
10357
10358         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10359         file without named layout we set layout to defaultLayoutName().
10360
10361 2002-03-06  Juergen Vigna  <jug@sad.it>
10362
10363         * CutAndPaste.C (copySelection): set layout for new paragraph.
10364
10365         * text.C (prepareToPrint): leave ERT inset left aligned
10366         (leftMargin): don't indent paragraphs inside ERT insets
10367
10368 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10369
10370         * paragraph.C (breakParagraph): dont call clear do the work manually
10371
10372         * paragraph.[Ch] (clear): remove function
10373
10374 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10375
10376         * paragraph.C (Paragraph): dont call clear, the work has already
10377         been done.
10378
10379         * lyxtextclass.C (operator): assert if n is empty
10380
10381         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10382         work manually instead.
10383
10384 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10385
10386         * BufferView_pimpl.C: protect selectionLost against text == 0
10387
10388 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10389
10390         * text.C (breakParagraph): fix a setting layout to '0' problem.
10391
10392 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10393
10394         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10395         final location of file, for the included files, and graphics.
10396
10397 2002-03-05  Juergen Vigna  <jug@sad.it>
10398
10399         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10400
10401 2002-03-04  Juergen Vigna  <jug@sad.it>
10402
10403         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10404
10405         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10406         last column of multicolumn cells.
10407         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10408
10409 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10410
10411         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10412         file if it doesn't go to a temporary file.
10413
10414         * buffer.C (sgmlOpenTag):
10415         (sgmlCloseTag):  remove extra newline insertion.
10416
10417 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10418
10419         * text.C (getRowNearY): comment out debug msg
10420
10421 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10422
10423         * text2.C: first -> first_y
10424
10425         * text.C (getRowNearY): add some attemts at a possible
10426         optimization, not working.
10427
10428         * tabular.[Ch]: add BufferParams to several function so that newly
10429         created paragraph can be initialized to he default layotu for the
10430         buffers textclass.
10431
10432         * tabular-old.C (ReadOld): add buf->params to call of Init
10433
10434         * screen.C: rename text->first to text->first_y
10435
10436         * paragraph.C (breakParagraph): always set layout in the broken
10437         paragraph
10438
10439         * lyxtextclass.C (Read): remove lowercase
10440         (hasLayout): ditto
10441         (operator): ditto
10442         (delete_layout): ditto
10443
10444         * lyxtext.h: rename first -> first_y
10445
10446         * lyxlayout.C (Read): remove lowercase
10447         (name): ditto
10448         (setName): ditto
10449         (obsoleted_by): ditto
10450
10451         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
10452
10453         * buffer.C (insertErtContents): add params are to InsetERT
10454         (parseSingleLyXformat2Token): add code to check if a paragraphs
10455         layout really exist.
10456         (parseSingleLyXformat2Token): add params to several inset
10457         constructors
10458         (asciiParagraph): remove lowercase, do the layout comparisons with
10459         no_case
10460
10461         * BufferView_pimpl.C (cursorNext): first -> first_y
10462         (resizeCurrentBuffer): first -> first_y
10463         (updateScrollbar): first -> first_y
10464         (scrollCB): first -> first_y
10465         (workAreaMotionNotify): first -> first_y
10466         (workAreaButtonPress): first -> first_y
10467         (checkInsetHit): first -> first_y
10468         (cursorPrevious): first -> first_y
10469         (cursorNext): first -> first_y
10470         (Dispatch): add buffer_->params to severl inset contructors
10471
10472 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10473
10474         * lyxlayout.C (Read): remove some debug info that I forgot.
10475
10476         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
10477         clean up the code slightly.
10478         (makeLinuxDocFile): ditto
10479         (makeDocBookFile): ditto
10480
10481         * text2.C: layout as string
10482
10483         * text.C: layout as string
10484
10485         * paragraph_pimpl.C: layout as string
10486
10487         * paragraph.[Ch]: layout as string
10488
10489         * lyxtextclasslist.[Ch]: layout as string
10490
10491         * lyxtextclass.[Ch]: layout as string
10492
10493         * lyxtext.h: layout as string
10494
10495         * lyxlayout.[Ch]: layout as string
10496
10497         * lyx_cb.C: layout as string
10498
10499         * bufferview_funcs.C: layout as string
10500
10501         * bufferparams.C: layout as string
10502
10503         * buffer.C: layout as string
10504
10505         * LyXView.[Ch]: layout as string
10506
10507         * LaTeXFeatures.[Ch]: layout as string
10508
10509         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
10510
10511         * BufferView_pimpl.C: change current_layout to string, remove
10512         lyx::layout_type.
10513         (Dispatch):
10514         (smartQuote):
10515         (insertInset):
10516         (workAreaButtonRelease): layout as string
10517
10518         * BufferView2.C (unlockInset): adjust
10519
10520         * vspace.C (asLatexCommand): use an explict temp variable.
10521
10522 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10523
10524         * Makefile.am: use FRONTEND_*
10525
10526 2002-03-01  Juergen Vigna  <jug@sad.it>
10527
10528         * tabular.C (SetWidthOfMulticolCell): changed to something better
10529         I hope but still work in progress.
10530         (recalculateMulticolumnsOfColumn): renamed function from
10531         recalculateMulticolCells as it is more appropriate now.
10532         (SetWidthOfCell): calculate multicols better.
10533
10534 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10535
10536         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
10537
10538         * lyxfunc.C (processKeySym): print sequence also if it is
10539         `deleted' (complete)
10540
10541         * kbsequence.C (print): print sequence even if it is deleted
10542         (complete would be a better word, actually).
10543
10544         * lyxfunc.C (dispatch): print complete options after a prefix key
10545
10546         * vspace.C (asLatexCommand): rewrite in a slightly different form.
10547
10548 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
10549
10550         * text2.C (setCharFont): eliminate setCharFont code duplication.
10551
10552 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10553
10554         * BufferView_pimpl.C (Dispatch): remove bogus handling of
10555         LFUN_TABULAR_FEATURE (bug #177)
10556
10557 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
10558
10559         * Makefile.am: remove figure.h
10560
10561 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
10562
10563         * Bufferview_pimpl.C:
10564         * CutAndPasteC:
10565         * LaTeX.C:
10566         * LyXSendto.C:
10567         * buffer.C:
10568         * bufferlist.C:
10569         * converter.C:
10570         * language.C:
10571         * lyxfunc.C:
10572         * lyxvc.C:
10573         * paragraph.C:
10574         * text.C:
10575         * text2.C: remove #include "lyx_gui_misc.h".
10576
10577         * LaTeX.C: added #include <cstdio>
10578
10579 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10580
10581         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
10582         that the paragraph following this one can have.
10583
10584         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
10585
10586         * vspace.C (asLatexCommand): fix bogus gcc warning
10587
10588         * Makefile.am (lyx_SOURCES): remove vms_defines.h
10589
10590 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
10591
10592         * text2.C (setLayout): get rid of redundant code
10593
10594 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
10595
10596         * text2.C (incDepth): make sure depth cannot be increased beyond
10597         reasonable values.
10598
10599 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
10600
10601         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
10602         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
10603
10604         * PainterBase.h (image):
10605         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
10606         a LyXImage const *.
10607
10608 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10609
10610         * BufferView.C:
10611         * BufferView.h:
10612         * BufferView_pimpl.C:
10613         * BufferView_pimpl.h:
10614         * LaTeXFeatures.C:
10615         * LyXAction.C:
10616         * LyXView.C:
10617         * Makefile.am:
10618         * UpdateList.h:
10619         * UpdateList.C:
10620         * buffer.C:
10621         * figure.h:
10622         * figureForm.C:
10623         * figureForm.h:
10624         * figure_form.C:
10625         * figure_form.h:
10626         * lyx_cb.C:
10627         * lyx_gui.C:
10628         * lyx_gui_misc.C:
10629         * lyxfunc.C:
10630         * sp_base.h:
10631         * sp_ispell.h:
10632         * sp_pspell.h:
10633         * sp_spell.C: remove fig inset, and the crap house of
10634           cards that follows it
10635
10636 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10637
10638         * Makefile.am:
10639         * lyxserver.C:
10640         * os2_defines.h:
10641         * os2_errortable.h:
10642         * nt_defines.h: move .h into support/
10643
10644         * vms_defines.h: remove
10645
10646         * WorkArea.C: add space in debug output
10647
10648         * text2.C:
10649         * paragraph.C:
10650         * buffer.C: add WITH_WARNINGS
10651
10652         * vc-backend.h:
10653         * vc-backend.C:
10654         * bufferlist.C: s/retrive/retrieve/, add docs
10655
10656         * vspace.h:
10657         * vspace.C:
10658         * kbmap.h:
10659         * lyxlength.h:
10660         * lyxgluelength.h:
10661         * length_common.h:
10662         * chset.h:
10663         * chset.C: add docs
10664
10665         * lyxgui.C: add ID to X error handler
10666
10667         * lyxtestclass.c: fix typo
10668
10669 2002-02-26  Juergen Vigna  <jug@sad.it>
10670
10671         * tabular_funcs.C (write_attribute): changed so that some default
10672         attributes are not written at all.
10673         (getTokenValue): set default values before trying to read the
10674         value so we have the return value always set as default if we don't
10675         find the token we search for.
10676
10677         * tabular.C (Write): write bools as bools not as strings!
10678
10679 2002-02-22  Juergen Vigna  <jug@sad.it>
10680
10681         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10682         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10683
10684         * text.C (leftMargin): don't add an indent for paragraphs inside
10685         tabular cells (fix #208).
10686
10687 2002-02-21  José Matos  <jamatos@fep.up.pt>
10688
10689         * tabular.C (docBook): fixed support for long tables.
10690
10691 2002-02-20  Juergen Vigna  <jug@sad.it>
10692
10693         * text2.C (getFont): get the drawing font of the Inset if this
10694         paragraph is inside an inset (only important for InsetERT for now).
10695
10696         * buffer.C (insertErtContents): use new lanugage params in ERT
10697         constructor.
10698
10699         * CutAndPaste.C: commenting out seemingly uneeded code.
10700
10701 2002-02-19  Allan Rae  <rae@lyx.org>
10702
10703         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10704         Iterators might be simple to use but they also get invalidated.
10705         (removeAutoInsets): renamed saved cursor tracking variables and added
10706         some comments to clarify what everything does.
10707
10708 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10709
10710         * Chktex.C:
10711         * LaTeX.C:
10712         * LyXSendto.C:
10713         * converter.C:
10714         * lyx_cb.C:
10715         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10716         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10717
10718         * lyxfunc.C:
10719         * vc-backend.h: remove #include "support/syscall.h"
10720
10721         * LaTeX.C:
10722         * LyXSendto.C:
10723         * converter.C: rearrange #includes in Lars' approved fashion.
10724
10725         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10726         forward declare class Timeout in the header file.
10727
10728         * XFormsView.C: changes due to the above.
10729
10730         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10731         similar to LyXView.
10732
10733         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10734         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10735
10736 2002-02-18  José Matos  <jamatos@fep.up.pt>
10737
10738         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10739         insets contents.
10740
10741 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10742
10743         * a lot of small ws changes
10744         * add a lot of using std::XXX
10745         * use std construcs some places where approp.
10746         * use some exisint stuff from lyxfunctional where approp.
10747         * Make file changes to use partial linking (lets test this now...)
10748
10749 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10750
10751         * Chktex.C:
10752         * buffer.C:
10753         remove #include "support/syscontr.h" as it's redundant. Always has been.
10754
10755         * Chktex.C:
10756         * LaTeX.C:
10757         * LyXSendto.C:
10758         * converter.C:
10759         * lyx_cb.C:
10760         * vc-backend.C:
10761         change Systemcalls::System to Systemcalls::Wait and
10762         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10763         No change of functionality, just reflects the stripped down Systemcalls
10764         class.
10765
10766 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10767
10768         * debug.[Ch]: add a GRAPHICS type to the enum.
10769
10770 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10771
10772         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10773
10774         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10775         there is an inset.
10776
10777 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10778
10779         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10780         match the changes below.
10781
10782         * text2.C (toggleInset): if there is not editable inset at cursor
10783         position, try to see if cursor is _inside_ a collapsable inset
10784         and close it.
10785
10786 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10787
10788         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10789         document menu has a nice checkbox
10790
10791 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10792
10793         * lyxlength.C (asLatexString): change PW to output as percent of
10794         \textwidth.
10795
10796         * lengthcommon.C: change '%' to 't%'
10797
10798         * lyxfunc.C (dispatch): a few comments from Martin
10799
10800 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10801
10802         * WorkArea.h:
10803         * WorkArea.C:
10804         * BufferView_pimpl.h:
10805         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10806           the X selection.
10807
10808 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10809
10810         * vspace.C (inPixels): fix compiler warning
10811
10812 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10813
10814         * lyxfunc.C (getStatus): fix status message for disabled commands.
10815
10816 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10817
10818         * BufferView_pimpl.C: fix crash on close buffer
10819         during selection (#227)
10820
10821 2002-01-27  Herbert Voss  <voss@lyx.org>
10822
10823         * buffer.C: link old Figure to new graphic inset
10824
10825 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10826
10827         * FontLoader.C (getFontinfo): Change the latex font names in order
10828         to match the names of type1inst.
10829
10830 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10831
10832         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10833
10834         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10835         (extchanged): ditto
10836         (ext_exist): ditto
10837         (remove_files_with_extension): ditto
10838         (remove_file): ditto
10839         (write): ditto
10840
10841         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10842         document is smaller than the work area height. Do not initialize
10843         static variables to 0.
10844
10845 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10846
10847         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10848
10849         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10850         LFUN_LAYOUT_PARAGRAPHS.
10851
10852         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10853         tabular. It is possible to provide a possible cell, which will
10854         typically be the actcell from the corresponding insettabular
10855
10856         * lyxfunc.C (getStatus): small cleanup; disable
10857         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10858         true
10859
10860 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10861
10862         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10863
10864         * paragraph.C (startTeXParParams):
10865         (endTeXParParams): new methods. The LaTeX code to
10866         start/end paragraph formatting
10867         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10868         empty (fixes bug #200)
10869
10870         * vspace.C (inPixels): adapt to the change below
10871         (inPixels): [later] more cleanups (remove unused variables)
10872
10873         * lyxlength.C (inPixels): change to use a width and a height as
10874         parameter.
10875
10876 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10877
10878         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10879         Replaced with \paperwidth
10880
10881         * DepTable.C (insert): add std:: qualifier
10882
10883 2002-01-18  Allan Rae  <rae@lyx.org>
10884
10885         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10886         updated also?
10887
10888         * text.C (drawInset): Turned out I didn't know enough about how
10889         rebreaking worked.  This fixes most of the redraw problems.  I see
10890         an occasional cursor trail when a line is broken now and the cursor
10891         placement can seem out by a few pixels also after a rebreak.
10892
10893 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10894
10895         * buffer.C (parseSingleLyXformat2Token): update because minipage
10896         width is now a LyXLength
10897
10898         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10899
10900         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10901         math insets
10902
10903 2002-01-17  Juergen Vigna  <jug@sad.it>
10904
10905         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10906
10907         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10908         is set correctly and the inset is updated correctly.
10909
10910 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10911
10912         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10913         the beginning of the loop.
10914
10915 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10916
10917         * lyxrc.C: improve help for use_scalable_fonts
10918
10919 2002-01-17  Allan Rae  <rae@lyx.org>
10920
10921         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10922
10923 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10924
10925         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10926         make sure to set their inset_owner to the right value (bug #171)
10927
10928 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10929
10930         * DepTable.h
10931         * DepTable.C: Implement mtime checking to reduce time spent doing
10932         CRCs.
10933
10934 2002-01-16  Juergen Vigna  <jug@sad.it>
10935
10936         * tabular.C (GetAdditionalHeight): one of error fixed.
10937
10938         * lyxrc.C (output): small fix in writing use_pspell.
10939
10940 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10941
10942         * sp_base.h: #include LString.h
10943
10944 2002-01-16  Allan Rae  <rae@lyx.org>
10945
10946         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10947         Can someone check this please?
10948
10949         * text.C (drawInset): It was possible that p.row would be removed by
10950         breakAgainOneRow upsetting a few other settings.  There may be another
10951         small tweak possible by setting need_break_row = 0 when p.row has been
10952         removed but I don't know enough about the logic here.
10953
10954 2002-01-15  Allan Rae  <rae@lyx.org>
10955
10956         * text.C (insertChar): removed conditional truism.
10957
10958         * BufferView2.C (removeAutoInsets): More tweaks.
10959         cur_par_prev could be a stray pointer.  Check for trailing empty line
10960         in case last line was cur_par and only had an error inset on it.
10961
10962 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10963
10964         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
10965         absolute
10966
10967         * vc-backend.C (most methods):
10968         * exporter.C (Export):
10969         * converter.C (convert):
10970         (runLaTeX):
10971         * LyXSendto.C (SendtoApplyCB):
10972         * lyxfunc.C (dispatch):
10973         (menuNew):
10974         (open):
10975         (doImport):
10976         * lyx_cb.C (AutoSave):
10977         (InsertAsciiFile):
10978         * BufferView_pimpl.C (MenuInsertLyXFile):
10979         * buffer.C (runChktex): use Buffer::filePath().
10980
10981         * buffer.h: rename filename to filename_; rename filepath to
10982         filepath_ and make it private
10983         (filePath): new method
10984
10985         * buffer.C (writeFile): use fileName()
10986         (getLatexName):
10987
10988         * lyx_main.C (init): fix starting  of LyX when the binary is a
10989         link from so,ewhere else.
10990
10991         * minibuffer.C: include <cctype> for isprint
10992
10993 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10994
10995         * buffer.C (parseSingleLyXformat2Token): changes associated with the
10996         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
10997         name clash with InsetCollapsable's width function.
10998
10999 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11000
11001         * lastfiles.C: include <iterator>
11002
11003 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11004
11005         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11006         std::count.
11007
11008         * buffer.C (makeLaTeXFile): ditto.
11009         Also make loop operation more transparent.
11010
11011 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11012
11013         * ToolbarDefaults.C: remove trailing comma closing namespace.
11014
11015         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11016
11017         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11018         as in WorkArea.
11019
11020         * trans.C (Load): comment out unused variable, allowed.
11021
11022 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11023
11024         * minibuffer.[Ch] (append_char): new method to recieve input from the
11025         drop-down completion browser. If a key was pressed, then recieve this
11026         char and append it to the existing string.
11027         (peek_event): modify the positioning data passed to the completion
11028         browser so that it can be placed above the minibuffer rather than below.
11029 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11030
11031         * LyXAction.C (init): alloe error-next for readonly documents.
11032
11033         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11034         count.
11035
11036 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11037
11038         * bufferlist.C (readFile): create the buffer _after_ checking that
11039         the file exists.
11040
11041         * lyxfunc.C (verboseDispatch): fix handling of arguments
11042
11043         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11044
11045         * lyxrc.C: use string::erase() instead of initializing to "".
11046
11047
11048 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11049
11050         * BufferView_pimpl.h:
11051         * BufferView_pimpl.C:
11052         * WorkArea.h:
11053         * WorkArea.C:
11054         * text2.C: tell X when we have made a selection for copying
11055
11056 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11057
11058         * BufferView_pimpl.C (MenuInsertLyXFile):
11059         * lyxfunc.C (menuNew):
11060         (open):
11061         (doImport): add shortcuts to directory buttons
11062
11063         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11064         open a float)
11065
11066         * lyxfunc.C (setStatusMessage):
11067         (getStatusMessage): new methods
11068         (getStatus):use setStatusMessage instead of setErrorMessage
11069         (dispatch): when function is disabled, set error message here
11070         [instead of in getStatus previously]
11071
11072         * BufferView_pimpl.C (workAreaButtonRelease): update
11073         toolbar/menubar here too.
11074
11075 2002-01-13  Allan Rae  <rae@lyx.org>
11076
11077         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11078         Now seems indestructible.  Remaining task is to audit all other
11079         code affected by deleteEmptyParagraphMechanism.  One small quirk
11080         left is that an empty document with an error in the preamble can
11081         be made to report an error but no error box appears.  I don't know
11082         where it goes.
11083         (removeAutoInsets): Improved comments.
11084
11085 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11086
11087         * Thesaurus.h:
11088         * Thesaurus.C: update for Aiksaurus 0.14
11089
11090 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11091
11092         * text2.C (firstParagraph): removed member function, all uses
11093         replaces with ownerParagraph
11094         (redoParagraphs): here
11095         (updateInset): here
11096         (toggleAppendix): here
11097         * BufferView2.C (insertErrors): here
11098         (setCursorFromRow): here
11099
11100 2002-01-13  Allan Rae  <rae@lyx.org>
11101
11102         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11103         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11104         There is still a way to segfault this although you may have to do this
11105         multiple times: Have an InsetERT with an unknown command in it.
11106         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11107         <down-arrow>, <Enter> again, View->DVI, BANG!
11108
11109         * text2.C (setCursor):
11110         (deleteEmptyParagraphMechanism):
11111         * lyxtext.h (setCursor):
11112         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11113         Making use of the return value may help fix other bugs.
11114
11115 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11116
11117         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11118
11119         * LyXView.C (updateMenubar): call MenuBar::update here
11120         (updateToolbar): but not here
11121         (showState): do not update toolbar/menubar
11122
11123         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11124         should need to care about that.
11125
11126         * lyxfunc.C (verboseDispatch): simplify a bit
11127         (getStatus): have a version which takes a pseudoaction, and
11128         another which requires a (kb_action,string).
11129
11130         * LyXAction.C (retrieveActionArg): make it work also when action
11131         is not a pseudo-action.
11132         (getActionName): simplify a bit
11133         (helpText):
11134
11135 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11136
11137         * lyxfunc.C (verboseDispatch): new families of methods with
11138         several ways to specify a command and a bool to indicate whether
11139         the command name and shortcut should be displayed in minibuffer
11140         (eventually, we could extend that to a finer bitmask like
11141         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11142         (dispatch): the pristine dispatch command which just, well,
11143         dispatchs! Note it still sets its result to minibuffer; I'm not
11144         sure we want that.
11145
11146         * lyxfunc.h: remove setHintMessage
11147
11148         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11149
11150 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11151
11152         * BufferView_pimpl.C (specialChar): delete new inset if we have
11153         not been able to insert it.
11154
11155         * kbmap.C: revert to using int instead of kb_action, since all we
11156         are dealing with is pseudo-actions.
11157
11158         * LyXAction.C (searchActionArg): change to return int instead of
11159         kb_action, since the result is a pseudoaction.
11160
11161 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11162
11163         * buffer.C (insertErtContents): Fix (partially) the font bug.
11164
11165 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11166
11167         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11168         as the other one is broken on my machine!
11169
11170 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11171
11172         * commandtags.h:
11173         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11174
11175 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11176
11177         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11178         reflect their actual use. Provide compatibility code for older lyxrc
11179         files.
11180
11181         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11182         FL_NORMAL_STYLE.
11183         change names of popup font variables in line with the changes to lyxrc.C
11184
11185 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11186
11187         * buffer.C (asciiParagraph): avoid outputing a word twice after
11188         an inset.
11189
11190         * lyxrc.C (getDescription): document that document_path and
11191         template_path can be empty.
11192
11193 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11194
11195         * LaTeXFeatures.C (getMacros):
11196         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11197
11198         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11199
11200         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11201         getPackages.
11202         (getPackages): rename feature "floats" to "float". Use an array to
11203         iterate over 'simple' features (i.e. just a \usepackage). Add
11204         handling of "amsmath" (renamed from "amsstyle").
11205
11206 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11207
11208         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11209         features list.
11210
11211 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11212
11213         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11214         FuncStaus::FuncStatus & FuncStaus::some_method().
11215
11216 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11217
11218         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11219         of the func_satus stuff. Edited and massaged in various ways by
11220         JMarc.
11221
11222         * lyxfunc.C (getStatus): use FuncStatus
11223
11224 2002-01-08  Juergen Vigna  <jug@sad.it>
11225
11226         * text.C (nextBreakPoint): use function Inset::isChar().
11227
11228         * paragraph.C (TeXOnePar): use function
11229         Inset::forceDefaultParagraphs.
11230
11231         * buffer.C (latexParagraphs): use function
11232         Inset::forceDefaultParagraphs.
11233
11234 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11235
11236         * lyx_gui.C (init): set the style of the menu popups to
11237         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11238
11239 2002-01-07  Juergen Vigna  <jug@sad.it>
11240
11241         * text.C (setHeightOfRow): small fix
11242         (prepareToPrint): don't look at alignment if we don't have the place
11243         for doing it.
11244
11245 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11246
11247         * box.C: New file. Move the Box methods and functions out of box.h,
11248         following Lars' suggestion.
11249
11250 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11251
11252         * box.h: #include "support/LOstream.h", needed for inlined function.
11253
11254         * lyxtextclass.C:
11255         * lyxtextclasslist.C: added some using std declarations.
11256
11257 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11258
11259         * box.h: make signed dimensions to allow insets wider than
11260           the screen (bug #162)
11261
11262         * BufferView_pimpl.C: add some insetHit debug
11263
11264 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11265
11266         * vc-backend.C: add FIXME
11267
11268 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11269
11270         * lyxfunc.C (getStatus): enable code for showing math font status
11271         in toolbar/menu.
11272
11273 2002-01-07  Juergen Vigna  <jug@sad.it>
11274
11275         * text.C (nextBreakPoint): removed debug output not needed anymore.
11276
11277 2002-01-06  Juergen Vigna  <jug@sad.it>
11278
11279         * text.C (nextBreakPoint): fixed up this function we had this bug
11280         since ever but now hopefully we break row better.
11281         (insertChar): we have to check if an inset is the next char as it
11282         could now happen that a large inset is causing a break.
11283
11284 2002-01-05  Juergen Vigna  <jug@sad.it>
11285
11286         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11287         if it doesn't like to be drawed.
11288
11289 2002-01-04  Juergen Vigna  <jug@sad.it>
11290
11291         * BufferView2.C (lockInset): forgot to set a cursor.
11292
11293         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11294
11295 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11296
11297         * FormMathsPanel.C:
11298         * FormMathsPanel.h
11299         * MathsSymbols.C:
11300         * form_maths_panel.C:
11301         * form_maths_panel.h:
11302         * form_maths_panel.fd: implemented sub- and super- buttons in math
11303         panel.
11304
11305         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11306         (or ^ space) to be used as in TeX (req'd by André).
11307
11308         * lyxfunc.C: Allow ^ and _ again to be used both as
11309         super/subscript (mathed) and as themselves (in text).
11310
11311 2002-01-03  Allan Rae  <rae@lyx.org>
11312
11313         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11314         "LyX" or the filename of the current buffer if it has one.  This is a
11315         modified form of John Levon's patch.
11316
11317         * XFormsView.C (setWindowTitle): also set icon title.
11318
11319         * LyXView.h (setWindowTitle): signature changed.
11320         * XFormsView.h (setWindowTitle): ditto.
11321
11322 2002-01-02  Juergen Vigna  <jug@sad.it>
11323
11324         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11325
11326 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11327
11328         * screen.C (topCursorVisible): introduce a temp var for
11329         text->cursor.row(), handle the case where this row is null. (kindo
11330         hachish)
11331
11332         * text2.C (setCursor): add a couple of asserts.
11333
11334         * paragraph.h (inset_iterator): add -> operator
11335
11336         * paragraph.[Ch] (autoDeleteInsets): remove member function
11337
11338         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11339         cursor pos correctly and handle inset deletion by itself.
11340         (insertErrors): move iterator declaration out of for expression
11341
11342         * lyxtextclass.C: add <algorithm>
11343
11344         * Makefile.am: added the new files to sources, removed layout.C
11345
11346         * layout.C: removed file
11347
11348         * layout.h: remove LYX_DUMMY_LAYOUT
11349
11350         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11351         layout.
11352
11353         * lyxlayout.[Ch]:
11354         * lyxtextclass.[Ch]:
11355         * lyxtextclasslist.[Ch]: new files
11356
11357         * include order changes to a lot of files, also changes because of
11358         the six new files.
11359
11360 2001-12-27  Juergen Vigna  <jug@sad.it>
11361
11362         * buffer.C (asciiParagraph): more fixes.
11363
11364         * tabular.C (ascii): make ascii export support export of only the
11365         data separated by a column-delimiter.
11366         (ascii): better support for ascii export.
11367
11368         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11369
11370 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11371
11372         * tabular_funcs.C: use a "using std::getline" instead of the
11373         previous fix from Angus (necessary for cxx + lyxstring)
11374
11375 2001-12-24  Juergen Vigna  <jug@sad.it>
11376
11377         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11378
11379         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11380         problems. First check a minipage also if we have some ert-contents
11381         (not only on par->size(), second set the right depth of the paragraph
11382         on the relink to the root-paragraph-list!
11383
11384         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11385         which then did not anymore update the main paragraphs on undo/redo!
11386
11387 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11388
11389         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11390         code. Support all font-changing funcs (even those which are not in
11391         menu currently). Support for reporting font settings in
11392         mathed (disabled until Andre provides a function on mathed's side).
11393
11394         * func_status.h (toggle): small helper function to set toggle
11395         state on a flag.
11396
11397 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11398
11399         * tabular_funcs.C: getline -> std::getline
11400
11401 2001-12-21  Juergen Vigna  <jug@sad.it>
11402
11403         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11404         accessed and could be 0 (I couldn't generate this but it seems
11405         Michael could!).
11406
11407 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11408
11409         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11410         * tabular_funcs.h: here and include iosfwd
11411
11412 2001-12-20  Juergen Vigna  <jug@sad.it>
11413
11414         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11415         inside inset but undo_par was.
11416
11417 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11418
11419         * Thesaurus.C: always include <config.h> in sources.
11420
11421         * Painter.h:
11422         * lyxlookup.h:
11423         * box.h: do not include <config.h> in header files
11424
11425         * text.C (paintLastRow): remove unused variable
11426
11427         * text.C (transformChar):
11428         (insertChar):
11429         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
11430
11431         * Painter.C (text):
11432         * font.C (width): rewrite to use uppercase() instead of
11433         islower/toupper.
11434
11435         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
11436
11437 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
11438
11439         * lyxfind.C: clean up of find failure position change
11440
11441 2001-12-20  Juergen Vigna  <jug@sad.it>
11442
11443         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
11444
11445         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
11446         (TeXRow): added to LaTeX a single tabular row.
11447         (TeXLongtableHeaderFooter): added to output LT-h/f data.
11448         (Latex): simplified and finally good LT-h/f support.
11449         (various_functions): just small adaptions for LT-h/f support.
11450
11451         * tabular_funcs.[hC]: added and moved here all not classfunctions
11452         of LyXTabular.
11453
11454 2001-12-19  Juergen Vigna  <jug@sad.it>
11455
11456         * tabular.[Ch]: better support for longtabular options (not finished
11457         yet!)
11458
11459 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11460
11461         * text.C (paintLastRow): use the label font instead of the font of
11462         the last character to compute the size of *_BOX. This makes more
11463         sense and avoids a crash with empty paragraphs.
11464         Use Painter::rectangle to draw EMPTY_BOX.
11465
11466 2001-12-19  Juergen Vigna  <jug@sad.it>
11467
11468         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
11469         the paragraphs if the replaced paragraph is not the first one!
11470         Tried to delete not used paragraphs but does not work yet so for
11471         now it's inside #ifdef's and by default off!
11472
11473 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11474
11475         * MenuBackend.C: include "lyx_main.h" instead of declaring
11476         lastfiles (actually was declared as LastFiles* instead of a
11477         scoped_ptr).
11478
11479 2001-12-17  Juergen Vigna  <jug@sad.it>
11480
11481         * tabular.C (AppendColumn): applied John's fix
11482
11483 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
11484
11485         * BufferView.h:
11486         * BufferView.C:
11487         * BufferView_pimpl.h:
11488         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
11489
11490         * Makefile.am:
11491         * box.h: new start of class for above
11492
11493         * lyxfunc.C: ignore space-only minibuffer dispatches.
11494           Show the command name when it doesn't exist
11495
11496         * minibuffer.C: don't add empty lines to the history
11497
11498         * minibuffer.C: add a space on dropdown completion
11499
11500 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
11501
11502         * text.C: fix line above/below drawing in insets
11503
11504 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11505
11506         * lyxlength.C (LyXLength): Initialize private variables.
11507
11508 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
11509
11510         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
11511         when inserting error insets.
11512
11513 2001-12-13  Juergen Vigna  <jug@sad.it>
11514
11515         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
11516         actually sometimes the before-paragraph.
11517         (setUndo): don't clear the redostack if we're not actually undoing!
11518
11519 2001-12-06  Juergen Vigna  <jug@sad.it>
11520
11521         * undo_funcs.C (textHandleUndo): well after John's hint I got here
11522         and fixed redoing of main paragraph, so we can use it now ;)
11523
11524         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
11525
11526 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11527
11528         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
11529         Juergen's request
11530
11531 2001-12-13  André Pönitz <poenitz@gmx.net>
11532
11533         * undostack.[Ch]:
11534         * undo_func.C: minor cleanup
11535
11536 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11537
11538         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
11539         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
11540         font in urw-fonts package which is marked as -urw-fontspecific and
11541         does not work (incidentally, changing the encoding in the
11542         fonts.dir of this package to -adobe-fontspecific fixes the
11543         problem).
11544
11545         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
11546         is a crash when undoing first paragraph (Juergen, please take a
11547         look). THis does not mean the undo fix is wrong, just that it
11548         uncovers problems.
11549
11550         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
11551         the (Paragraph*) version when needed instead of duplicating the
11552         code.
11553
11554         * text.C (workWidth): use Inset::parOwner to find out where the
11555         inset has been inserted. This is a huge performance gain for large
11556         documents with lots of insets. If Inset::parOwner is not set, fall
11557         back on the brute force method
11558
11559         * paragraph_pimpl.C (insertInset):
11560         * paragraph.C (Paragraph):
11561         (cutIntoMinibuffer): set parOwner of insets when
11562         inserting/removing them
11563
11564         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11565
11566 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
11567
11568         * commandtags.h:
11569         * LyXAction.C:
11570         * lyx_main.C:
11571         * lyxfunc.C:
11572         * mathed/formulabase.C:
11573         * mathed/math_cursor.[Ch]:
11574         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
11575
11576
11577 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11578
11579         * lyxlength.[Ch] (operator!=): new function
11580
11581 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11582
11583         * text.C (workWidth): use Inset::parOwner to find out where the
11584         inset has been inserted. This is a huge performance gain for large
11585         documents with lots of insets. If Inset::parOwner is not set, fall
11586         back on the brute force method
11587
11588         * paragraph_pimpl.C (insertInset):
11589         * paragraph.C (Paragraph):
11590         (cutIntoMinibuffer): set parOwner of insets when
11591         inserting/removing them
11592
11593         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11594
11595 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11596
11597         * tabular-old.C (getTokenValue):
11598         * tabular.C (getTokenValue):
11599         (write_attribute): new versions for LyXLength
11600         (everywhere): adjust the use of widths
11601
11602         * tabular.h: change the type of widths from string to LyXLength
11603
11604 2001-12-11  Ben Stanley <bds02@uow.edu.au>
11605
11606         * paragraph.C: fixed missing line number count when exporting
11607         Environments to LaTeX file
11608
11609         * buffer.C: added informational message for checking line numbers.
11610
11611 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11612
11613         * text2.C (deleteEmptyParagraphMechanism): if there is only one
11614         paragraph, do the 'double space' part, but not the 'empty
11615         paragraph' one.
11616
11617         * text.C (workWidth): small optimization
11618         (getLengthMarkerHeight): use minimal size for negative lengths.
11619
11620 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
11621
11622         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
11623
11624         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
11625
11626 2001-12-11  André Pönitz <poenitz@gmx.net>
11627
11628         * FontLoader.C:
11629         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11630
11631 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11632
11633         * text2.C: keep selection on a setFont()
11634
11635 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11636
11637         * lyx_cb.C: another bv->text misuse, from insert label
11638
11639 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11640
11641         * kbsequence.h:
11642         * kbsequence.C: re-instate nmodifier mask
11643
11644 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11645
11646         * lyx_main.h: make lyxGUI private.
11647
11648 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11649
11650         * lyxfind.C: place the cursor correctly on failed search
11651
11652 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11653
11654         * text.C (getLengthMarkerHeight): for small heights, the arrows
11655         are not always on top/bottom of the text
11656         (drawLengthMarker): smaller arrows; take the left margin in
11657         account; draw also vfills.
11658         (paintFirstRow):
11659         (paintLastRow): remove special code for vfill and standard spaces,
11660         since everything is handled in drawLengthMarker now.
11661
11662 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11663
11664         * buffer.C (insertErtContents): try to handle font and language
11665         interaction a bit better.g
11666
11667         * ColorHandler.C (updateColor): change the hash to cover the whole
11668         LColor enum, ws cleanup
11669         (getGCLinepars): ditto
11670         (getGCLinepars): only lookup in the linecache once.
11671
11672 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11673
11674         * iterators.C (operator++): Make the iterator more robust
11675
11676         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11677         (John's patch)
11678         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11679
11680 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11681
11682         * lyxtext.h:
11683         * text.C: better added space drawing
11684
11685 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11686
11687         * LyXView.C:
11688         * BufferView2.C: fix layout combo update on inset unlock
11689
11690 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11691
11692         * Makefile.am: don't compile unused files
11693
11694 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11695
11696         * lyxfunc.C:
11697         * commandtags.h:
11698         * LyXAction.C: remove old LFUN_LAYOUTNO
11699
11700 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11701
11702         * paragraph_pimpl.h:
11703         * paragraph_pimpl.C: isTextAt() doesn't need font param
11704
11705 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11706
11707         * lyxlex.h:
11708         * lyxlex.C: little cleanup
11709
11710 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11711
11712         * BufferView_pimpl.C: fix insertAscii for insets
11713
11714 2001-12-05  Juergen Vigna  <jug@sad.it>
11715
11716         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11717         set the right font on the "multi" paragraph paste!
11718
11719 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11720
11721         * trans_decl.h:
11722         * trans_mgr.[Ch]:
11723         * trans.[Ch]:
11724         * lyxgluelength.C:
11725         * lyxlength.C: remove out-commented code.
11726
11727         * BufferView_pimpl:
11728         * CutAndPaste.C:
11729         * DepTable.C:
11730         * buffer.C:
11731         * chset.C:
11732         * lastfiles.C:
11733         * lyxlex.C:
11734         * lyxlex_pimpl.C:
11735         * lyxserver.C:
11736         * screen.C:
11737         * tabular-old.C:
11738         * tabular.C:
11739         * text.C:
11740         * trans_mgr.C:
11741         * vc-backend.C: change "while(" to "while ("
11742
11743         * lyxlength.[Ch]: add zero function to check if length is zero or
11744         not
11745         * lyxgluelength.C: use it
11746
11747 2001-12-05  Allan Rae  <rae@lyx.org>
11748
11749         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11750         Works for 2.95.3, from what I understand of Garst's reports this should
11751         work for other g++ versions.  We're screwed if the abs(int) definition
11752         changed between bugfix releases of gcc.
11753
11754 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11755
11756         * text.C: fix chapter label offset !
11757
11758 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11759
11760         * lyxtext.h:
11761         * text.C: fix hfill at end of line, clean up
11762
11763 2001-12-04  Juergen Vigna  <jug@sad.it>
11764
11765         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11766         that we force an update of the inset and it's owners if neccessary.
11767
11768 2001-12-03  Juergen Vigna  <jug@sad.it>
11769
11770         * text.C (rowLast): simplified code
11771
11772 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11773
11774         * lyxfunc.C: fix show options on timeout
11775
11776 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11777
11778         * screen.C (topCursorVisible): scroll half a page when the cursor
11779         reached top of bottom of screen
11780
11781 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11782
11783         * minibuffer.C: deactivate on loss of focus
11784
11785 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11786
11787         * vspace.[Ch] (operator!=): add operator.
11788
11789 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11790
11791         * BufferView_pimpl.C: refuse to open an inset when
11792         there's a selection.
11793
11794 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11795
11796         * BufferView_pimpl.C: allow to click on RHS of full row insets
11797
11798 2001-11-30  Juergen Vigna  <jug@sad.it>
11799
11800         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11801         insets for undo reasons.
11802
11803 2001-11-28  André Pönitz <poenitz@gmx.net>
11804
11805         * vspace.[Ch]: cosmetical changes
11806
11807 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11808
11809         * LyXAction.h:
11810         * LyXAction.C:
11811         * lyxfunc.h:
11812         * lyxfunc.C:
11813         * kbmap.h:
11814         * kbmap.C:
11815         * lyxrc.C:
11816         * kbsequence.h:
11817         * kbsequence.C: part re-write of old kb code
11818
11819         * Painter.C:
11820         * WorkArea.C: remove Lgb_bug_find_hack
11821
11822 2001-11-30  José Matos <jamatos@fep.up.pt>
11823
11824         * buffer.C (makeDocBookFile): add a comment to point a hack.
11825         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11826         Fixed a double write of labels.
11827
11828 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11829
11830         * LaTeX.C:
11831         * LaTeX.h Fixed bug in LaTeX class where it would not
11832         re-run latex if no depfiles were changed, but the .dvi was removed.
11833
11834 2001-11-28  André Pönitz <poenitz@gmx.net>
11835
11836         * all the files from the change on 2001/11/26:
11837         use lyx::layout_type instead of LyXTextClass::size_type
11838         use lyx::textclass_type instead of LyXTextClassList::size_type
11839
11840 2001-11-29  Juergen Vigna  <jug@sad.it>
11841
11842         * text.C: added support for paragraph::isFreeSpacing()
11843
11844         * buffer.C: same as above
11845
11846         * paragraph.h: inserted isFreeSpacing() function to enable
11847         FreeSpacing inside InsetERT.
11848
11849         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11850         of the paragraph's in the cut/copy buffer to 0!
11851
11852         * text2.C (removeRow): remove the assert as it can!
11853
11854         * lyxtext.h: added helper function firstRow returning firstrow and
11855         made firstrow private again.
11856
11857         * BufferView2.C (lockInset): don't relock if we're already locked!
11858
11859         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11860         the only paragraph.
11861         (removeRow): added Assert::(firstrow)
11862
11863         * debug.C: forgot to add INSETTEXT here.
11864
11865 2001-11-28  Juergen Vigna  <jug@sad.it>
11866
11867         * sp_spell.C (initialize): changed error text to more general
11868         spellchecker command use (not only ispell!)
11869
11870         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11871
11872         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11873
11874 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11875
11876         * vspace.C: initialise lyxgluelength on failure
11877
11878 2001-11-28  Allan Rae  <rae@lyx.org>
11879
11880         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11881         declaration & definition that looks like a function declaration.
11882
11883 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11884
11885         * BufferView2.C (copy):
11886         (copyEnvironment): do not clear the selection when doing a copy.
11887
11888         * text.C (paintFirstRow): compilation fix
11889
11890 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11891
11892         * tabular.C (Latex): correct line count when writing latex.
11893
11894 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11895
11896         * paragraph_pimpl.h:
11897         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11898           bug a bit
11899
11900 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11901
11902         * text.C:
11903         * LColor.h:
11904         * LColor.C: change vfillline->added_space
11905
11906         * text.C: add markers and text for added space
11907
11908         * vspace.C: fix comment
11909
11910 2001-11-28  André Pönitz <poenitz@gmx.net>
11911
11912         * paragraph.C: whitespace changes
11913         * all the other files from the change on 2001/11/26:
11914         change *::pos_type into lyx::pos_type
11915
11916 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11917
11918         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11919         language of the document when inserting error insets.
11920
11921 2001-11-26  André Pönitz <poenitz@gmx.net>
11922
11923         * BufferView_pimpl.[Ch]:
11924         *       CutAndPaste.C:
11925         * buffer.[Ch]:
11926         * lyxcursor.[Ch]:
11927         * lyxfind.C:
11928         * lyxfunc.C:
11929         * lyxrow.[Ch]:
11930         * paragraph.[Ch]:
11931         * paragraph_pimpl.[Ch]:
11932         * sp_spell.C:
11933         * text.C:
11934         * text2.C: reduce header dependencies, introduce type for positions
11935
11936 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11937
11938         * <various>: change to use Alert.h
11939
11940 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11941
11942         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11943         when encountering an unknown token.
11944         (readLyXformat2): Show an error message if there were unknown tokens.
11945
11946 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11947
11948         * BufferView2.C:
11949         * BufferView_pimpl.C:
11950         * buffer.C:
11951         * paragraph.h:
11952         * text.C:
11953         * text2.C: use par->isInset()
11954
11955 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11956
11957         * paragraph_pimpl.h:
11958         * paragraph_pimpl.C: cleanup
11959
11960 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11961
11962         * text2.C (removeRow):
11963         * text.C (setHeightOfRow): remove useless (and costly) call to
11964         getRow.
11965
11966 2001-11-20  Allan Rae  <rae@lyx.org>
11967
11968         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
11969         Now need Inset*::checkInsertChar() to return true for appropriate
11970         cases so that the characters in the minibuffer will actually be
11971         inserted.
11972
11973 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11974
11975         * text.C: change the order of the includes.
11976         (workWidth): initialize it at once.
11977         (workWidth): make maxw unsigned
11978         (setHeightOfRow): remove unused variable (inset)
11979         (selectSelectedWord): remove unused variable (inset)
11980         (paintRowText): fix drawing of hfill characters, and clean up a bit.
11981
11982 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11983
11984         * lyxserver.C (emergencyCleanup): do not try to close pipes if
11985         server is not running.
11986         (openConnection):
11987         (closeConnection): add debug info when server is disabled.
11988
11989         * ColorHandler.C (getGCForeground): send debug message to GUI
11990         channel.
11991
11992         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
11993
11994         * kbmap.C (bind): modify because return conventions of
11995         kb_sequence::parse have changed.
11996
11997         * kbsequence.C (parse): only ignore spaces and not any stupid
11998         control character. This avoids tests like s[i] <= ' ', which are
11999         guaranteed to fail with 8bit characters and signed chars.
12000         Change return code to string::npos when there have been no error
12001         (0 was a bad idea when error is at first character)
12002
12003 2001-11-14  José Matos  <jamatos@fep.up.pt>
12004
12005         * buffer.h:
12006         * buffer.C (simpleDocBookOnePar): removed unused argument.
12007
12008 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12009
12010         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12011         insets which are part of a word. Paragraph::isLetter takes care of
12012         that now. Use Paragraph::isInset to identify insets.
12013         (selectSelectedWord): do not test for hyphenation break.
12014
12015         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12016         that protected spaces are considered as spaces.
12017
12018         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12019         Inset::isLetter.
12020
12021 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12022
12023         * lyxserver.h:
12024         * lyxserver.C: fix it. and small cleanup.
12025
12026 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12027
12028         * BufferView_pimpl.C: use inline helpers
12029
12030         * LaTeXFeatures.h:
12031         * LaTeXFeatures.C: fix typos
12032
12033         * Spacing.h:
12034         * Spacing.C: move spacing_string into class
12035
12036         * ToolbarDefaults.C: move stuff into namespace anon
12037
12038         * layout.h: update enum
12039
12040         * lyxfunc.C: use better debug
12041
12042         * minibuffer.h: fix typo
12043
12044         * debug.h:
12045         * debug.C:
12046         * WorkArea.C: add and use Debug::WORKAREA
12047
12048         * lyxtext.h:
12049         * text.C:
12050         * text2.C: code re-organisation, inline helpers
12051
12052 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12053
12054         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12055         std::vector.empty().
12056
12057 2001-11-09  Allan Rae  <rae@lyx.org>
12058
12059         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12060         '\n's after tables.  Tabular and ERT inset work now makes this no
12061         longer necessary.
12062
12063 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12064
12065         * minibuffer.h:
12066         * minibuffer.C: fix crash, improve drop-down completion
12067
12068 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12069
12070         * lyxserver.h:
12071         * lyxserver.C: invalidate fd's when doing endPipe()
12072
12073 2001-11-08  José Matos  <jamatos@fep.up.pt>
12074
12075         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12076         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12077
12078         * paragraph.h:
12079         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12080
12081 2001-11-07  José Matos  <jamatos@fep.up.pt>
12082
12083         * buffer.h:
12084         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12085         const qualifier.
12086
12087         * buffer.C (sgmlOpenTag):
12088         * buffer.C (sgmlCloseTag): removed debug info.
12089
12090         * buffer.h (sgmlOpenTag):
12091         * buffer.h (sgmlCloseTag): made public.
12092
12093 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12094
12095         * buffer.C (saveParamsAsDefaults):
12096         * lyx_cb.C (MenuLayoutSave): remove
12097
12098         * LyXAction.C (init):
12099         * commandtags.h:
12100         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12101
12102 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12103
12104         * buffer.C (setPaperStuff): removed from here...
12105
12106         * bufferparams.C (setPaperStuff): ... and moved there.
12107
12108 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12109
12110         * minibuffer.h:
12111         * minibuffer.C:
12112         * XFormsView.C: add support for drop-down completion
12113
12114 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12115
12116         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12117         commands.
12118
12119 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12120
12121         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12122         disabled.
12123
12124 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12125
12126         * lyx_main.C: change ref to known bugs
12127
12128 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12129
12130         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12131         to work around older babel problems.
12132
12133 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12134
12135         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12136
12137 2001-10-24  Juergen Vigna  <jug@sad.it>
12138
12139         * tabular-old.C (ReadOld): below variable changes reflected.
12140
12141         * tabular.[Ch]: added ltType struct for longtable header/footer
12142         defines and changed all instances where they are used. Added
12143         future support for double top/bottom rows.
12144
12145 2001-10-24  José Matos  <jamatos@fep.up.pt>
12146
12147         * buffer.h (docbookHandleCaption):
12148         * buffer.C (docbookHandleCaption): removed unused function.
12149         (makeDocBookFile): moved docbook supported version to v4.1.
12150
12151 2001-10-24  José Matos  <jamatos@fep.up.pt>
12152
12153         * tabular.h:
12154         * tabular.C (docbookRow): new function to export docbook code of a row.
12155         (DocBook): now honors the longtable flags.
12156
12157 2001-10-23  José Matos  <jamatos@fep.up.pt>
12158
12159         * LaTeXFeatures.h:
12160         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12161         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12162
12163         * buffer.C (makeLinuxDocFile):
12164         (makeDocBookFile): reworked the preamble, more clean, and with
12165         support for lyx defined entities. Changed the document declaration
12166         to be more XML friendly.
12167
12168         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12169         if we need to output XML that should be done with a filter.
12170
12171 2001-10-22  Juergen Vigna  <jug@sad.it>
12172
12173         * sp_pspell.h (class PSpell): add alive function needed in the
12174         controller to see if the spellchecker could be started.
12175
12176 2001-10-22  Juergen Vigna  <jug@sad.it>
12177
12178         * buffer.C (insertStringAsLines): modify the font for inserting
12179         chars in certain conditions by calling checkInsertChar(font).
12180
12181 2001-10-19  Juergen Vigna  <jug@sad.it>
12182
12183         * text.C (workWidth): use getRow instead of wrong algorithm.
12184         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12185
12186 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12187
12188         * lyxserver.h:
12189         * lyxserver.C:
12190         * lyx_main.h:
12191         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12192
12193 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12194
12195         * text.C (workWidth): do not search for the exact row when
12196         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12197         optimization for big documents.
12198
12199 2001-10-18  Juergen Vigna  <jug@sad.it>
12200
12201         * text.C (workWidth): new function with added Inset * parameter.
12202
12203 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12204
12205         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12206
12207         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12208         change return type of getColumnNearX.
12209
12210
12211         * text.C (changeRegionCase): use uppercase/lowercase instead of
12212         toupper/tolower.
12213         (leftMargin):
12214         (rightMargin): simplify code by factoring out the uses of
12215         textclasslist.
12216         (labelFill):
12217         (numberOfHfills):
12218         (setHeightOfRow):
12219         (appendParagraph): use Paragraph::size_type
12220
12221 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12222
12223         * vspace.C (asLatexString): add a missing break
12224
12225 2001-10-15  Herbert Voss  <voss@perce.de>
12226
12227         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12228
12229 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12230
12231         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12232         is not available.
12233
12234 2001-10-10  André Pönitz <poenitz@gmx.net>
12235
12236         * lyxfunc.C: removed greek_kb_flag.
12237
12238 2001-10-10  Herbert Voss  <voss@perce.de>
12239
12240         * lyx_main.C: delete global string help_lyxdir.
12241
12242 2001-10-09  Herbert Voss  <voss@perce.de>
12243
12244         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12245
12246         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12247
12248         * lyx_main.C: added global string help_lyxdir.
12249
12250         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12251
12252 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12253
12254         * lyxrc.C (set_font_norm_type): support iso8859-4
12255
12256 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12257
12258         * LaTeX.C (deplog): add another regex for MikTeX
12259
12260 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12261
12262         * lyxrc.C (set_font_norm_type): support iso8859-3
12263
12264 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12265
12266         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12267
12268         * LaTeXFeatures.C: remove special case of french and index
12269
12270         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12271         before \begin{document}). This solves several incompatibilities.
12272
12273 2001-10-03  Garst Reese  <reese@isn.net>
12274
12275         * lyx_cb.C: change CheckTex error msg.
12276
12277 2001-10-03  José Matos  <jamatos@fep.up.pt>
12278
12279         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12280
12281 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12282
12283         * .cvsignore: update
12284
12285         * lyx_main.C (commandLineVersionInfo): use new style version info.
12286
12287         * buffer.C (writeFile):
12288         (makeLaTeXFile):
12289         (makeLinuxDocFile):
12290         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12291
12292         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12293
12294         * version.h: update to use stuff in version.C
12295
12296         * version.C.in: new file. Contains version information determined
12297         at compile time. This is a merging of version.h and
12298         version_info.h.in.
12299
12300 2001-10-03  Juergen Vigna  <jug@sad.it>
12301
12302         * BufferView_pimpl.C (update): don't change "dirty" status in
12303         updateInset call.
12304
12305 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12306
12307         * WorkArea.C (c-tor): re-position version string slightly.
12308
12309 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12310
12311         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12312         revert to previous code.
12313
12314         WorkArea.[Ch]: (show, destroySplash): methods removed.
12315
12316         WorkArea.C: rework code so that it's an amalgam of the codes before and
12317         after the splash screen was moved to WorkArea.
12318
12319 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12320
12321         * lyxrc.C (read):
12322         * vspace.C (inPixels):
12323         (lyx_advance):
12324         * kbmap.C (bind):
12325         * buffer.C (insertStringAsLines):
12326         (asciiParagraph): fix types to be large enough
12327
12328         * lyxlex_pimpl.h: change member status from short to int
12329
12330         * layout.h: fix type of endlabeltype
12331
12332         * kbmap.C (bind):
12333         * kbsequence.C (parse): change return type to string::size_type
12334
12335         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12336         variable
12337
12338         * Bullet.C (bulletSize):
12339         (bulletEntry): do not use short ints as parameters
12340
12341         * BufferView2.C (insertLyXFile): change a char to an int.
12342
12343         * WorkArea.C (WorkArea): remove unneeded floats in computation
12344
12345 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12346
12347         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12348
12349         * paragraph.C (asString): Do not ignore newline/hfill chars when
12350         copying to the clipboard.
12351
12352 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12353
12354         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12355         after a multi-line inset.
12356
12357 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12358
12359         * paragraph.C (validate): Set NeedLyXFootnoteCode
12360
12361 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12362
12363         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12364         and decrease-error to decrease.
12365
12366 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12367
12368         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12369         it more readable (should be equivalent)
12370
12371 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12372
12373         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12374
12375 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12376
12377         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12378         of a cursor (row, etc.) after a character has been deleted
12379         (deleteEmptyParagraphMechanism): call the method above on _all_
12380         cursors held by the LyXText when a double space has been
12381         detected/deleted.
12382
12383 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12384
12385         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12386         pixmap.
12387         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12388
12389         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12390         background. Use greyOut() and the new show() methods to toggle between
12391         the foreground and background. Add code to remove the splash after
12392         its initial showing.
12393
12394         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12395         (create_forms): no longer call Dialogs::showSplash.
12396
12397 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12398
12399         * .cvsignore: add version_info.h
12400
12401 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12402
12403         * version_info.h.in: new file
12404
12405         * Makefile.am: add version_info.h.in
12406
12407         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12408         version_info.h instead of VERSION_INFO
12409
12410 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12411
12412         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12413         The ERT inset now returns string().
12414
12415 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
12416
12417         * lyxtext.h, text.C (selectNextWord): renamed as
12418         selectNextWordToSpellcheck.
12419
12420         * text.C (selectNextWordToSpellcheck): Modified to not select
12421         words inside an ERT inset.
12422
12423 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12424
12425         * lyx_cb.C (MenuLayoutSave): change a bit the question
12426
12427         * sp_base.h: include <sys/types.h>
12428
12429 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
12430
12431         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
12432
12433 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
12434
12435         * several files: fix typos in user-visible strings
12436
12437 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12438
12439         * text2.C (pasteSelection): do not set the selection, since it
12440         will be cleared later. Actually, the intent was to fix the way the
12441         selection was set, but I figured rmoving the code was just as good.
12442
12443 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
12444
12445         * FontLoader.C (available): Check if font is available without
12446         loading the font.
12447
12448 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12449
12450         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
12451
12452 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
12453
12454         * lyxrc.[Ch]: added display_graphics variable and associated code.
12455
12456 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12457
12458         * bufferparams.C (hasClassDefaults): new method. Returns true if
12459         the buffer parameters correspond to known class defaults
12460
12461 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
12462
12463         * XFormsView.C (show): set minimum size to the main window.
12464
12465 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12466
12467         * text2.C (copySelection):
12468         (cutSelection):
12469         * lyxfind.C (LyXReplace):
12470         * BufferView_pimpl.C (Dispatch): pass the correct flag to
12471         LyXText::selectionAsString.
12472
12473         * paragraph.C (asString): add "label" argument to the second form
12474
12475         * text2.C (selectionAsString): add "label" argument and pass it to
12476         Paragraph::asString.
12477
12478 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12479
12480         * lyx_main.C (commandLineHelp): remove version information
12481
12482 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
12483
12484         * lyx_main.C: add -version commandline option
12485
12486 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12487
12488         * paragraph.h: make the optional constructor arg required instead.
12489         some modifications to other files because of this.
12490
12491         * minibuffer.C (C_MiniBuffer_peek_event): make it static
12492
12493         * lyxserver.C (C_LyXComm_callback): make it static
12494
12495         * lyx_main.C (error_handler): make it static
12496
12497         * lyx_gui.C (LyX_XErrHandler): make it static
12498
12499         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
12500
12501         * WorkArea.C: make the extern "C" methods static.
12502
12503         * Makefile.am (lyx_LDADD): simplify
12504
12505 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12506
12507         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
12508         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
12509
12510         * LyXAction.C (init):
12511         * lyxfunc.C (dispatch): associated code removal.
12512
12513 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12514
12515         * lyxfont.h (isSymbolFont): shut off warning
12516
12517         * text.C (setHeightOfRow):
12518         (getVisibleRow): fix crash with empty paragraphs which have a
12519         bottom line
12520
12521 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
12522
12523         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
12524         code.
12525
12526 2001-09-04  José Matos  <jamatos@fep.up.pt>
12527         * buffer.C
12528         * buffer.h
12529         * tabular.C (docbook): rename docBook method to docbook.
12530
12531 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12532
12533         * Makefile.am: add dependencies to main.o.
12534
12535 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
12536
12537         * FontLoader.C (available): Return false if !lyxrc.use_gui
12538
12539 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
12540
12541         * FontInfo.C (query):
12542         * converter.C (view):
12543         * importer.C (Import):
12544         * exporter.C (Export): Can not -> cannot.
12545
12546 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
12547
12548         * BufferView_pimpl.C: allow to create index inset even if
12549           string is empty
12550
12551 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12552
12553         * buffer.C (getLists): replace boost::tie code with an explicit pair
12554         as boost::tie can break some compilers.
12555
12556         * iterators.h: Added a std:: declaration to the return type of
12557         ParIterator::size.
12558
12559 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
12560
12561         * lyxrc.C: add help for view_dvi_paper_option, default to safe
12562           case.
12563
12564 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
12565
12566         * iterators.[Ch]: New files. Provide paragraph iterators.
12567
12568         * buffer.C (changeLanguage): Use paragraph iterators.
12569         (isMultiLingual): ditto
12570
12571         * BufferView2.C (ChangeInsets): Use paragraph iterators.
12572
12573 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
12574
12575         * FontLoader.C: Support for cmr font.
12576
12577 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
12578
12579         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
12580         (available): New method.
12581
12582         * FontInfo.C (getFontname): Use scalable fonts even when
12583         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
12584         found.
12585
12586 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12587
12588         * converter.C (Formats::view): reverted! Incorrect fix.
12589
12590 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12591
12592         * converter.C (Formats::view): only output the -paper option
12593         if the dvi viewer is xdvi, thereby fixing bug #233429.
12594
12595 2001-08-23  Herbert Voss  <voss@perce>
12596
12597         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
12598
12599 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
12600
12601         * Spacing.h (Spacing): Set space to Default on in the default
12602         constructor.
12603
12604 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12605
12606         * vc-backend.h (RCS::versionString): add RCS to version
12607         (CVS::versionString): add CVS to version
12608
12609         * vc-backend.C (scanMaster): do not add CVS to version.
12610         (scanMaster): do not add RCS to version
12611
12612         * lyxvc.C (versionString): new method
12613
12614         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
12615
12616 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12617
12618         * Spacing.C (set): initialize fval
12619
12620 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
12621
12622         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
12623         " or \.
12624
12625 2001-08-16  Juergen Vigna  <jug@sad.it>
12626
12627         * lyxfunc.C (dispatch): implemented the new FINISHED states.
12628
12629 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12630
12631         * BufferView_pimpl.C:
12632         * figureForm.C:
12633         * lyxtext.h:
12634         * text2.C: setParagraph takes linespacing now
12635
12636 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12637
12638         * LyxAction.C: add internal LFUN_CITATION_INSERT
12639
12640         * LyXView.C: actually apply fix
12641
12642         * bufferlist.C: fix open non-existent file
12643
12644         * lyxfind.C: fix indentation
12645
12646         * lyxfunc.C: remove unneeded assert, fix typo
12647
12648 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12649
12650         * MenuBackend.C: use "Floatname List"
12651
12652 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12653
12654         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12655         when converting LaTeX layout to insetERT.
12656         Generate a non-collapsed float when reading old float
12657
12658 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12659
12660         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12661         ERT insets.
12662
12663 2001-08-13  Juergen Vigna  <jug@sad.it>
12664
12665         * text.C (fill): return 0 instead of 20 as this seems to be the more
12666         correct value.
12667
12668 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12669
12670         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12671         lyxrc.font_norm.
12672
12673 2001-08-13  Juergen Vigna  <jug@sad.it>
12674
12675         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12676         casesensitive off.
12677         (SearchBackward): comment out the unlocking of the inset_owner this
12678         should not be needed!
12679
12680 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12681
12682         * Many files: Remove inherit_language, and add latex_language
12683
12684         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12685         collapsible insets.
12686
12687 2001-08-10  Juergen Vigna  <jug@sad.it>
12688
12689         * text.C (prepareToPrint): fixed hfill-width in draw!
12690
12691         * BufferView2.C (selectLastWord): save the selection cursor as this
12692         now is cleared in the function LyXText::clearSelection!
12693
12694 2001-08-08  Juergen Vigna  <jug@sad.it>
12695
12696         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12697         BACKSPACE type functions.
12698
12699         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12700         is only cutted from the document but not put in the cut-buffer, where
12701         still the old stuff should be.
12702
12703         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12704
12705         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12706
12707         * tabular.C (SetWidthOfCell): fixed special case where the width
12708         was not updated!
12709         (LeftLine): handle '|' in align_special.
12710         (RightLine): ditto
12711         (LeftAlreadyDrawed): ditto
12712         (SetWidthOfCell): ditto
12713
12714 2001-08-07  Juergen Vigna  <jug@sad.it>
12715
12716         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12717
12718 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12719
12720         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12721         * lyxlex.[hC]: ditto
12722
12723 2001-08-06  Juergen Vigna  <jug@sad.it>
12724
12725         * text.C (getVisibleRow): fix up row clearing a bit.
12726
12727 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12728
12729         * minibuffer.C: make sure the X server sees the changes in the input.
12730
12731 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12732
12733         * paragraph.C (getFont): split into...
12734         (getLabelFont): this
12735         (getLayoutFont): and this
12736         * paragraph_pimpl.C (realizeFont): calling this
12737
12738         * text2.C (getFont): split into...
12739         (getLayoutFont): this
12740         (getLabelFont): and this
12741         (realizeFont): all three calling this
12742
12743         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12744         files where used.
12745
12746 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12747
12748         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12749
12750 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12751
12752         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12753         layouts from the Quote inset insertion.
12754
12755 2001-08-03  Juergen Vigna  <jug@sad.it>
12756
12757         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12758
12759         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12760         only if status not is already CHANGED_IN_DRAW (second level).
12761
12762         * text.C (draw): don't set the need_break_row when inside an
12763         InsetText LyXText.
12764
12765 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12766
12767         * buffer.C (parseSingleLyXformat2Token): handle more latex
12768         conversion cases.
12769
12770         * bufferview_funcs.[hC]: change function names to
12771         begin with small char, adjust other files.
12772
12773 2001-08-02  André Pönitz <poenitz@gmx.net>
12774
12775         * lyxfunc.C:
12776         BufferView_pimpl.C: remove broken special code for math-greek
12777
12778 2001-08-02  Juergen Vigna  <jug@sad.it>
12779
12780         * BufferView_pimpl.C (update): redone this function so that we
12781         update the text again if there was a CHANGE_IN_DRAW.
12782
12783         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12784         (drawFromTo): added a new internal bool which is used by draw() and
12785         redraw() function.
12786         (general): some cursor drawing problems fixed.
12787
12788 2001-08-01  Juergen Vigna  <jug@sad.it>
12789
12790         * lyxfind.C (LyXFind): fixed
12791         (SearchForward): ditto
12792         (SearchBackward): ditto
12793
12794         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12795         spurius drawing of the cursor in the main area.
12796
12797         * text2.C (status): small fix which could lead to a segfault!
12798         (clearSelection): remove unneeded BufferView param.
12799
12800 2001-08-01  André Pönitz <poenitz@gmx.net>
12801
12802         * lyxfunc.C: small change due to changed mathed interface
12803
12804 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12805
12806         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12807
12808 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12809
12810         * lyxfunc.c: fail gracefully if file doesn't exist
12811
12812         * LyXSendto.C:
12813         * buffer.C:
12814         * lyxfunc.C:
12815         * BufferView_pimpl.C: IsDirWriteable() proto changed
12816
12817         * LyXView.C: fix updateWindowTitle() to store the last title
12818
12819 2001-07-31  Juergen Vigna  <jug@sad.it>
12820
12821         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12822         the font (wrong since using of Paragraph::highestFontInRange).
12823
12824         * paragraph.C (highestFontInRange): added a default_size parameter.
12825
12826         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12827         (setHeightOfRow): reformat
12828
12829 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12830
12831         * converter.[hC] + affected files: move to (inital-char)lowercase
12832         function names.
12833
12834         * ParagraphParameters.C (ParagraphParameters): remove commented code
12835
12836         * PainterBase.[Ch]: remove commented code
12837
12838         * LaTeXFeatures.h: add "bool floats" for float.sty
12839
12840         * LaTeXFeatures.C (LaTeXFeatures): init floats
12841         (require): handle float
12842         (getPackages): do it with floats
12843
12844 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12845
12846         * BufferView_pimpl.C (Dispatch): improve handling of
12847         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12848
12849         * commandtags.h: #include lyxfont.h here temporarily to avoid
12850         keybinding bug.
12851
12852         * bufferlist.h: include LString.h here.
12853
12854 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12855
12856         * text2.C (getStringToIndex): new method.
12857
12858 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12859
12860         * *: Reduced header file dependencies all over.
12861
12862 2001-07-30  Baruch Even  <baruch@lyx.org>
12863
12864         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12865
12866 2001-07-29  Baruch Even  <baruch@lyx.org>
12867
12868         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12869
12870 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12871
12872         * ParameterStruct.h (endif): add a default constructor to make
12873         sure that all variables is initialized.
12874
12875         * ParagraphParameters.C (ParagraphParameters): adjust
12876
12877 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12878
12879         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12880         index; also, check that there is something to index, and that it
12881         does not span over several paragraphs.
12882         (doubleClick): use WHOLE_WORD_STRICT for double click.
12883
12884         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12885
12886         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12887         scheme.
12888
12889 2001-07-26  Baruch Even  <baruch@lyx.org>
12890
12891         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12892         an InsetFig figure, backwards compatible reading of old figure code.
12893
12894 2001-07-27  Juergen Vigna  <jug@sad.it>
12895
12896         * text2.C: font.realize function adaption.
12897
12898         * text.C (draw): add a warnings lyxerr text if needed.
12899
12900         * layout.C: font.realize function adaption.
12901
12902         * language.C: add inherit_language and implement it's handlings
12903
12904         * bufferview_funcs.C (StyleReset): remove language parameter from
12905         font creation (should be language_inherit now).
12906
12907         * bufferparams.C (writeFile): handle ignore_language.
12908
12909         * paragraph.C (getFontSettings): the language has to be resolved
12910         otherwise we have problems in LyXFont!
12911
12912         * lyxfont.C (lyxWriteChanges): added document_language parameter
12913         (update): removed unneeded language parameter
12914
12915         * paragraph.C (validate): fixed wrong output of color-package when
12916         using interface colors for certain fonts in certain environments,
12917         which should not seen as that on the final output.
12918
12919 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12920
12921         * BufferView_pimpl.C:
12922         * Thesaurus.h:
12923         * Thesaurus.C:
12924         * Makefile.am:
12925         * commandtags.h:
12926         * LyXAction.C: add thesaurus support
12927
12928         * lyxfind.h:
12929         * lyxfind.C: add "once" parameter, for thesaurus, to not
12930           move to the next match
12931
12932 2001-07-26  Juergen Vigna  <jug@sad.it>
12933
12934         * lyxfont.C (realize): honor ignore_language too!
12935         (resolved): ditto.
12936
12937         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12938
12939         * text.C (draw): one place more for ignore_language to not draw
12940         itself!
12941
12942 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12943
12944         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12945
12946 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12947
12948         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12949         the minipage conversion problem.
12950
12951 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12952
12953         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12954         insert an inset.
12955
12956 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12957
12958         * BufferView.h: don't forward declare WorkArea
12959
12960         * BufferView.C: don't include WorkArea.h
12961
12962 2001-07-25  André Pönitz <poenitz@gmx.net>
12963
12964         * commandtags.h:
12965         * LyXAction.C:
12966         * lyxfunc.C:  new LFUN 'math-space'
12967
12968         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
12969
12970 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12971
12972         * text2.C (toggleInset): call open/close
12973
12974 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12975
12976         * lyxfunc.C (dispatch): add debug for the disabled case
12977
12978         * font.C (buttonText): make similar to rectText
12979
12980         * buffer.C (readInset): comment out parsing of insetlist and
12981         insttheorem
12982
12983         * PainterBase.C (rectText): small correction
12984
12985         * BufferView_pimpl.C: comment out insettheorem and insetlist
12986         * LyXAction.C: ditto
12987         * commandtags.h: ditto
12988
12989 2001-07-24  Juergen Vigna  <jug@sad.it>
12990
12991         * text.C (draw): honor the ignore_language.
12992
12993         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
12994
12995 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12996
12997         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
12998         char inset.
12999
13000 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13001
13002         * lyxtext.h: remove unused (and unimplemented) methods
13003
13004 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13005
13006         * text.C (getVisibleRow): honor background color
13007
13008         * PainterBase.h:
13009         * Painter.h: remove default color argument for fillRectangle
13010
13011         * text.C (backgroundColor): new method
13012
13013 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13014
13015         * text.C (getVisibleRow): adjust
13016
13017         * font.[Ch] (rectText): new method, metrics
13018         (buttonText): new method, metrics
13019
13020         * PainterBase.[hC]: make rectText and buttonText always draw and take
13021         fewer paramteres.
13022
13023 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13024
13025         * ToolbarDefaults.C (read):
13026         * MenuBackend.C (read): allow escaping in all strings
13027
13028         * BufferView_pimpl.C (insertAndEditInset): new method.
13029         (Dispatch): use insertAndEditInset whenever appropriate.
13030
13031         * BufferView_pimpl.C (insertNote): removed
13032
13033         * BufferView_pimpl.C (smartQuote): new method, moved from
13034         BufferView; if an insetquote cannot be inserted, insert a '"'
13035         character instead.
13036
13037         * BufferView2.C: remove insertCorrectQuote();
13038
13039         * lyxfunc.C (getStatus): Add support for all remaingin
13040         inset-insert lfuns.
13041
13042         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13043
13044         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13045         command (necessary to pass " as parameter of self-insert.
13046
13047         * text.C (selectWordWhenUnderCursor):
13048         (selectWord): add word_location parameter
13049         (selectWordWhenUnderCursor): same + remove special code for word
13050         boundary.
13051         (selectNextWord): use kind() to guess type of insetspecialchar,
13052         not latex().
13053
13054         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13055         (insertErtContents): create ert insets as collapsed.
13056         (readInset): better compatibility code for Info inset.
13057
13058 2001-07-20  Juergen Vigna  <jug@sad.it>
13059
13060         * lyxfunc.C (dispatch): use always LyXFind now!
13061
13062         * text2.C (init): add a reinit flag so that the LyXText can be
13063         reinited instead of deleted and reallocated (used in InsetText).
13064
13065         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13066
13067         * text.C: ditto
13068
13069         * text2.C: ditto
13070
13071 2001-07-18  Juergen Vigna  <jug@sad.it>
13072
13073         * text.C (selectNextWord): handle insets inside inset by calling
13074         always the bv->text functions so that we can go up the_locking_inset!
13075
13076         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13077         in strange locations when inside an inset!
13078
13079         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13080         handling to include insets.
13081
13082         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13083
13084 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13085
13086         * LyXAction.C (init):
13087         * commandtags.h:
13088         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13089         LIGATURE_BREAK, since the name is so stupid.
13090
13091 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13092
13093         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13094         InsetInfos.
13095
13096         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13097
13098         * sp_form.[Ch]: remove.
13099
13100         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13101
13102         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13103         InsetInfo.
13104
13105         * src/buffer.C (readInset): ditto.
13106
13107 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13108
13109         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13110         menuSeparator(), endOfSentenceDot(), ldots() and
13111         hyphenationPoint(), which are therefore removed.
13112         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13113
13114         * LyXAction.C (init):
13115         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13116
13117         * paragraph.C (getWord): removed.
13118
13119         * BufferView_pimpl.C (Dispatch): use last word or selection for
13120         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13121
13122         * lyx_main.C (queryUserLyXDir): do not ask before creating
13123         user_dir, except if it has been named explicitely.
13124
13125 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13126
13127         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13128         a document of zero size.
13129
13130 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13131
13132         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13133         approriately in the c-tor and in require().
13134         (getPackages): output the appropriate LaTeX for natbib support.
13135
13136         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13137         variables "use_natbib" and "use_numerical_citations" when reading the
13138         LyX file.
13139         (readInset): read the various natbib cite commands.
13140         (validate): white-space change.
13141
13142         * bufferparams.[Ch]: new variables "bool use_natbib" and
13143         "bool use_numerical_citations".
13144         (writeFile): output them in the LyX file.
13145
13146 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13147
13148         * lyxfunc.C (getStatus): add support for all the inset insertion
13149         commands.
13150
13151         * text2.C (insertInset):
13152         * paragraph.C (insetAllowed):
13153         * BufferView_pimpl.C (insertInset): update to take in account the
13154         renaming of insertInsetAllowed
13155
13156         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13157
13158         * text2.C (getInset): new method. returns inset at cursor position.
13159
13160         * BufferView_pimpl.C (Dispatch): changes because of this.
13161
13162         * LyXAction.C (init): rename open-stuff to inset-toggle.
13163
13164         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13165
13166         * text2.C (toggleInset): renamed from openStuff; use
13167         Inset::open().
13168
13169 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13170
13171         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13172
13173         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13174
13175 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13176
13177         * buffer.C (readLyXformat2): Add filename to the error dialog
13178
13179 2001-07-18  Juergen Vigna  <jug@sad.it>
13180
13181         * tabular.C (GetCellNumber): put an assert here instead of the check!
13182
13183 2001-07-17  Juergen Vigna  <jug@sad.it>
13184
13185         * BufferView_pimpl.C (toggleSelection): adapted too.
13186
13187         * text.C (selectNextWord): adapted for use with insets.
13188         (selectSelectedWord): ditto
13189
13190 2001-07-17  Juergen Vigna  <jug@sad.it>
13191
13192         * sp_spell.C (PSpell): fix initialitation order.
13193
13194 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13195
13196         * paragraph.C: spacing
13197
13198 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13199
13200         * sp_spell.C: repair language selection for pspell
13201
13202 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13203
13204         * lyxfunc.h: change more methods to begin with lower char.
13205
13206 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13207
13208         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13209         for unknown layouts.
13210
13211 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13212
13213         * buffer.C (readLyXformat2): Generate an error dialog if there are
13214         unknown layouts.
13215
13216 2001-07-16  Juergen Vigna  <jug@sad.it>
13217
13218         * sp_spell.C: always compile ISpell part.
13219
13220         * lyxrc.C: added use_pspell entry and it's handling.
13221
13222 2001-07-13  Juergen Vigna  <jug@sad.it>
13223
13224         * sp_spell.C: removed double includes.
13225
13226 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13227
13228         Consistent use of Lsstream.h:
13229         * Lsstream.h: added using std::stringstream for consistencies sake.
13230
13231         * buffer.C: removed using std::stringstream
13232
13233         * lyxfont.C (stateText):
13234         * paragraph.C (asString):
13235         * text.C (selectNextWord, selectSelectedWord):
13236         * text2.C (setCounter):
13237         * vspace.C (asString, asLatexString):
13238         std::ostringstream -> ostringstream.
13239
13240 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13241
13242         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13243         * commandtags.h: add LFUN_HELP_ABOUTLYX
13244         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13245
13246 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13247
13248         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13249         cursorToggle()
13250         * lyx_gui_misc.C: remove spellchecker
13251         * lyxfunc.C: showSpellchecker
13252         * sp_base.h: added
13253         * sp_ispell.h: added
13254         * sp_pspell.h: added
13255         * sp_spell.C: added
13256         * sp_form.[Ch]: removed
13257         * spellchecker.[Ch]: removed
13258
13259 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13260
13261         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13262         is set.
13263         (simpleTeXSpecialChars): Simply print the input character without
13264         any special translation if pass_thru is set.
13265
13266         * layout.h: Added bool pass_thru to layout class for being able to
13267         implement pass through of a paragraph for Literate Programming.
13268
13269         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13270         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13271         * layout.C (Read): add "passthru" to list of layout tags and add
13272         code to set the pass_thru boolean when it is read.
13273
13274 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13275
13276         * trans_decl.h: remove allowed from KmodInfo
13277
13278         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13279         remove allowed code
13280         (Load): adjust
13281
13282         * paragraph_pimpl.C (erase): use boost::prior
13283
13284         * Painter.C (text): use data() instead of c_str() when length is
13285         also provided.
13286         * WorkArea.C (putClipboard): ditto
13287         * font.h (width): ditto
13288
13289         * BufferView2.C: use it-> instead of (*it). for iterators
13290         * texrow.C: ditto
13291         * paragraph_pimpl.C: ditto
13292         * paragraph.C: ditto
13293         * minibuffer.C: ditto
13294         * language.C: ditto
13295         * kbmap.C: ditto
13296         * encoding.C: ditto
13297         * counters.C: ditto
13298         * converter.C: ditto
13299         * chset.C: ditto
13300         * Variables.C: ditto
13301         * TextCache.C: ditto
13302         * MenuBackend.C: ditto
13303         * LyXAction.C: ditto
13304         * LColor.C: ditto
13305         * FloatList.C: ditto
13306         * DepTable.C: ditto
13307         * ColorHandler.C (LyXColorHandler): ditto
13308
13309 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13310
13311         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13312
13313         * text2.C (openStuff): reintroduce this method (which had been
13314         nuked in NEW_INSETS frenzy).
13315
13316         * lyxfunc.C (Dispatch): when an action has not been handled, use
13317         its name in the error message, not its number.
13318
13319         * paragraph.C (inInset): change method name to begin with lowercase.
13320
13321         * undo_funcs.C:
13322         * text2.C: updates because of this.
13323
13324 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13325
13326         * ToolbarDefaults.C (add): add spaces in error message
13327
13328 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13329
13330         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13331         (readLyXformat2): rename return_par to first_par, use lyxlex's
13332         pushToken and remove the manual push handling.
13333         (parseSingleLyXformat2Token): add another ert comp. variable:
13334         in_tabular, rename return_par to first_par. handle newlines better
13335
13336 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13337
13338         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13339
13340 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13341
13342         * text2.C (getParFromID): removed
13343
13344         * buffer.C (getParFromID): new method moved form lyxtext.
13345         * BufferView2.C (insertErrors): adjust
13346         (setCursorFromRow): adjust
13347         * BufferView_pimpl.C (restorePosition): adjust
13348         * lyxfunc.C (Dispatch): adjust
13349         * undo_funcs.C (textUndo): adjust
13350         (textRedo): adjust
13351         (textHandleUndo): adjust
13352         (textHandleUndo): adjust
13353
13354 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13355
13356         * buffer.C: up' the LYX_FORMAT
13357
13358         * lyxfont.h: turn NO_LATEX on as default
13359
13360         * buffer.C (insertErtContents): new methods of tex style compability.
13361         (parseSingleLyXformat2Token): use it several places.
13362         * tabular.C (OldFormatRead): and here
13363
13364 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13365
13366         * text2.C: remove some commented code.
13367         reindent file.
13368
13369         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13370         * trans.C: changes because of the above.
13371
13372 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13373
13374         * text2.C (setCounter): Fix counters bug with bibliography layout.
13375
13376 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13377
13378         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13379         own member functions
13380         (simpleTeXSpecialChars): ditto
13381
13382 2001-07-06  Juergen Vigna  <jug@sad.it>
13383
13384         * a lot of files: changed the access to LyXText::status and the
13385         call of undo-functions.
13386
13387         * undo.[Ch]: added a inset_id to the undo informations.
13388
13389         * undo_funcs.[Ch]: added and moved here all undo functions.
13390
13391         * lyxtext.h: give the status enum a weight, made status_ a private
13392         variable and made accessor functions for it, removed the whole bunch
13393         of undo-functions as they are now in their own file, make some
13394         functions publically available. Added function ownerParagraph with
13395         int parameter.
13396
13397         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13398         made InInset() a const function, added getParFromID() function.
13399
13400         * buffer.[Ch]: added const version for inset_iterator functions,
13401         added getInsetFromID() function.
13402
13403         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13404         changed undo functions for new version.
13405
13406 2001-07-05  Juergen Vigna  <jug@sad.it>
13407
13408         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13409         unknow mechanism does not call the proper constructor but only this
13410         one also if I request the other!?
13411
13412 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13413
13414         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13415
13416         * text2.C (LyXText): use initialization lists.
13417
13418         * lyxtext.h (Selection): initialize set_ and mark_
13419         (init): remove method
13420
13421 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
13422
13423         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
13424
13425 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13426
13427         * screen.[Ch]: change method names to begin with lowercase
13428
13429         * BufferView_pimpl.C (updateScrollbar): simplify further and
13430         hopefully make it a bit faster.
13431
13432 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13433
13434         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
13435         calling directly xforms functions.
13436
13437         * Painter.C (Painter):
13438         * lyx_cb.C (MenuWrite):
13439         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
13440         fl_display.
13441
13442         * lyx_gui.C: remove bogus guiruntime extern declaration.
13443
13444 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13445
13446         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
13447         in NEW_INSETS
13448         (redoDrawingOfParagraph): ditto
13449         (redoParagraphs): ditto
13450         (cutSelection): don't create a object for CutAndPaste use the
13451         static method directly
13452         (pasteSelection): ditto
13453
13454         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
13455         LyXview (+ rename)
13456
13457 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13458
13459         * modifications to some other files because of this.
13460
13461         * Makefile.am (lyx_SOURCES): add XFormsView
13462
13463         * XFormsView.[Ch]: new files
13464
13465         * LyXView.[Ch]: make LyXView a base class for the gui handling for
13466         the main window. Move the gui dependent stuff to XFormsView
13467
13468 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13469
13470         * tabular.C (GetCellInset): update cur_cell also in the row/col
13471         version of this function.
13472
13473         * lyxfunc.C: no need to include figure_form.h here.
13474
13475         * FontLoader.h:
13476         * lyxfunc.h:
13477         * lyxscreen.h:
13478         * text2.C:
13479         * lyxvc.C: no need to include forms.h here.
13480
13481 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13482
13483         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
13484
13485         * lyxfunc.C (Dispatch):
13486         * Spacing.C (set):
13487         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
13488         constructor argument.
13489
13490 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13491
13492         * paragraph.C (Paragraph): dont't clear, and just set layout.
13493         (makeSameLayout): use params's copy contructor.
13494
13495         * ParagraphParameters.[Ch] (makeSame): delete method
13496
13497 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
13498
13499         * Variables.[Ch]: fix indentation, rename set to isSet
13500
13501 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13502
13503         * lyxfunc.C (Dispatch): fix typo
13504
13505 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13506
13507         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
13508         upper_bound.
13509
13510         * bufferlist.C: include assert.h for emergencyWrite().
13511
13512 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13513
13514         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
13515           give up at last (bug #425202) !
13516
13517 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
13518
13519         * lyx_gui_misc.C:
13520         * sp_form.h:
13521         * sp_form.C:
13522         * spellchecker.h:
13523         * spellchecker.C: strip spellchecker options and bring up
13524           preferences tab instead
13525
13526 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13527
13528         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
13529         the istringstream constructor
13530
13531 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13532
13533         * paragraph.C (getLayout): fix return value
13534
13535         * paragraph.h: do not declare getLayout as inline.
13536
13537         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
13538
13539 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13540
13541         * lyxcursor.h (operator<): new func
13542         (operator>): new func
13543         (operator>=): new func
13544         (operator<=): new func
13545
13546         * text.C (changeCase): use selection.start and selection.end
13547         (changeRegionCase): require from to be <= to. Require par to be a
13548         valid paragraph.
13549
13550         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
13551
13552 2001-06-27  Juergen Vigna  <jug@sad.it>
13553
13554         * text.C (cursorLeftOneWord): changed to return the cursor and added
13555         overlay with BufferView * parameter which calls this one.
13556         (getWord): added
13557         (selectWord): use new getWord function.
13558         (changeCase): renamed from changeWordCase as and extended to work
13559         also on selections.
13560
13561         * lyxtext.h: added enum word_location
13562
13563         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
13564         changeCase as this operates now also on selections.
13565
13566 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
13567
13568         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
13569
13570         * many files: send debug output to Debug::INFO instead of
13571         Debug::ANY.
13572
13573         * converter.C (View):
13574         (Convert):
13575         (Move): send debug output to Debug::FILES instead of console.
13576
13577 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
13578
13579         * lyxfunc.C (getStatus): use func_status
13580
13581         * func_status.h: new header, describing the results of
13582         LyXFunc::getStatus;
13583
13584         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
13585         LFUN_MATH_HALIGN.
13586
13587 2001-06-25  The LyX Project  <jug@sad.it>
13588
13589         * buffer.C (sgmlOpenTag):
13590         (sgmlCloseTag):
13591         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
13592
13593 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13594
13595         * text2.C: remove some dead code
13596
13597         * tabular.C (GetCellInset): store the last cell checked (gotten)
13598
13599         * tabular.h: add the helper for the speedup
13600
13601         * lyxtext.h: remove some dead code
13602
13603 2001-06-26  The LyX Project  <Asger>
13604
13605         * paragraph.C: Change export to LaTeX of alignment to
13606         \begin{center} and family for better roundtrip work with reLyX.
13607
13608         * Tune the math drawing a bit.
13609
13610 2001-06-25  The LyX Project  <Asger>
13611
13612         * LColor.C (LColor): New color for math background. New color
13613         for buttons.
13614
13615 2001-06-25  The LyX Project  <jug@sad.it>
13616
13617         * lyxfunc.C (MenuNew): remove extra check for .lyx file
13618
13619         * lyxfunc.C (Open):
13620         * bufferlist.C (newFile): do not restrict to files ending with
13621         .lyx
13622
13623         * BufferView_pimpl.C (MenuInsertLyXFile):
13624
13625 2001-06-24  The LyX Project  <jug@sad.it>
13626
13627         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
13628         of compare_no_case
13629
13630 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13631
13632         * lyxtext.h: rename most methods to begin with a small char.
13633         Lots of changes because of this.
13634
13635         * paragraph.C (Paragraph): do not call fitToSize
13636         (erase): call Pimpl::erase
13637         (insertChar): call Pimpl::insertChar
13638         (insertInset): call Pipl::insertInset
13639         (breakParagraph): do not call fitToSize
13640         (breakParagraphConservative): do not call fitToSize
13641         (fitToSize): remove method
13642
13643         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13644
13645 2001-06-24  The LyX Project  <Asger>
13646
13647         * Fix Qt compilation^2
13648
13649 2001-06-24  The LyX Project  <jug@sad.it>
13650
13651         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13652         depthHook(getDepth()-1).
13653
13654         * paragraph.h:
13655         * ParagraphParameters.h:
13656         * ParameterStruct.h: change type of depth to unsigned int ==
13657         depth_type. Many adaptations to other files before of that.
13658
13659 2001-06-24  The LyX Project  <Asger>
13660
13661         * Fix Qt compilation.
13662
13663 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13664
13665         * paragraph.h: renamed several methods to begin with small letter.
13666         several changes to many parts of the code because of this.
13667
13668 2001-06-23  The LyX Project  <jug@sad.it>
13669
13670         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13671         rewritten to discard all double spaces when KeepEmpty is off
13672         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13673         to only handle newlines but not fiddle with spaces and friends.
13674
13675         * lyxfunc.C (MenuNew): when doing 'new from template', use
13676         template_path as default directory
13677
13678 2001-06-23  The LyX Project  <Asger>
13679
13680         * Clean-up of header file includes all over
13681         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13682
13683 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13684
13685         * paragraph.h: renamed from lyxparagraph.h
13686
13687 2001-06-23  Asger  <lyx@violet.home.sad.it>
13688
13689         * Buffer.h: Removed Buffer::resize
13690         * BufferList.h: Removed BufferList::resize
13691         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13692         the document lazily when we change the width, or the font settings.
13693
13694 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13695
13696         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13697
13698 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13699
13700         * buffer.h: remove out of date comment
13701
13702 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13703
13704         * lyxscreen.h:
13705         * screen.C: fix "theoretical" GC leak
13706
13707 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13708
13709         * LaTeX.C (scanAuxFile):
13710         (deplog): remove trailing \r when reading stream (useful under
13711         win32)
13712
13713 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13714
13715         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13716         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13717         and BufferView::theLockingInset(Inset*), so should use them and not
13718         access bv_->text->the_locking_inset directly.
13719
13720         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13721
13722 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13723
13724         * Makefile.am:
13725         * tex-defs.h: remove old unused file
13726
13727 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13728
13729         * BufferView_pimpl.C: fix typo, remove minibuffer message
13730           when buffer has loaded
13731
13732 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13733
13734         * lyxfunc.C (Dispatch): use stringstream
13735         (MenuNew): use stringstream
13736         (Open): use stringstream
13737
13738         * importer.C (Import): use stringstream
13739
13740         * bufferview_funcs.C (CurrentState): use stringstream
13741
13742         * LaTeX.C (run): use stringstream
13743
13744         * BufferView_pimpl.C (savePosition): use stringstream
13745         (restorePosition): use stringstream
13746         (MenuInsertLyXFile): use stringstream
13747
13748 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13749
13750         * BufferView.C:
13751         * Bullet.C:
13752         * ColorHandler.C:
13753         * FontInfo.C:
13754         * FontLoader.C:
13755         * LColor.C:
13756         * LaTeXFeatures.C:
13757         * Painter.C:
13758         * gettext.C:
13759         * lyx_gui_misc.C:
13760         * lyxserver.C:
13761         * vspace.C: removed // -*- C++ -*- as first line.
13762
13763         * lyxfind.h:
13764         * version.h: added // -*- C++ -*- as first line.
13765
13766 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13767
13768         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13769
13770         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13771         of string
13772
13773 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13774
13775         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13776         of floats.
13777
13778 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13779
13780         * gettext.C: include LString.h even when --disable-nls is on.
13781
13782 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13783
13784         * converter.h (Get): changed argument type from int to
13785         FormatList::size_type to avoid unnecessary conversion.
13786
13787         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13788         before using it.
13789
13790 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13791
13792         * gettext.h: include LString.h even when --disable-nls is on.
13793
13794 2001-06-07  Juergen Vigna  <jug@sad.it>
13795
13796         * text.C (BreakAgain): subst spaces with tabs.
13797
13798         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13799         (resizeInsetsLyXText): set force on resizeLyXText.
13800
13801 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13802
13803         * gettext.h (gettext_init):
13804         (locale_init): use a real definition instead of a macro
13805
13806 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13807
13808         * Bufferview_pimpl.C:
13809         * LColor.h:
13810         * LColor.C: further lcolor tidies
13811
13812 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13813
13814         * BufferView_pimpl.C (updateScrollbar): simplify.
13815
13816         * BufferView2.C: don't include insets/insetinfo.h, change
13817         prototype for insertInset and call the Pimpl version. let
13818         updateInset call Pimpl version.
13819
13820         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13821         gotoInset to BufferView::Pimpl
13822
13823 2001-06-01  Juergen Vigna  <jug@sad.it>
13824
13825         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13826         inside a LockingInset (is the update needed at all?).
13827
13828 2001-05-31  Juergen Vigna  <jug@sad.it>
13829
13830         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13831         here not the old one otherwise how should we compare it afterwards
13832         if it's the same!
13833
13834 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13835
13836         * lyxfont.C:
13837         * tabular.C:
13838         * tabular-old.C:
13839         * FontInfo.C: bring C functions into global namespace when
13840         necessary
13841
13842 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13843
13844         * LString.h: make sure config.h has been loaded before LString.h.
13845
13846         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13847         (one for each char read by EatLine!).
13848
13849         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13850         variables.
13851
13852 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13853
13854         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13855         to the same as the par we break from
13856
13857 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13858
13859         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13860
13861         * MenuBackend.C (expand): also create menu entries for wide
13862         versions of the floats.
13863
13864         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13865
13866         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13867
13868         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13869         frontends/Makefile.am
13870
13871         * text2.C: adjust
13872         * text.C: adjust
13873
13874
13875         * tabular.C (getTokenValue): add std::
13876
13877         * tabular-old.C (getTokenValue): add std::
13878         (getTokenValue): ditto
13879         (getTokenValue): ditto
13880
13881         * screen.C (ToggleSelection): adjust
13882
13883         * lyxtext.h: put selection cursors inside a Selection struct.
13884
13885         * lyxfunc.C (moveCursorUpdate): adjust
13886
13887         * lyxfont.C (latexWriteStartChanges): add std::
13888
13889         * lyxfind.C: adjust
13890
13891         * font.h: delete with(char const *, LyXFont const &)
13892
13893         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13894
13895         * FontInfo.C (getFontname): add std::
13896
13897         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13898         (workAreaButtonPress): adjust
13899         (tripleClick): adjust
13900         (update): adjust
13901         (moveCursorUpdate): adjust
13902         (Dispatch): adjust
13903
13904         * BufferView2.C (gotoInset): adjust
13905
13906 2001-05-30  Juergen Vigna  <jug@sad.it>
13907
13908         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13909         to check pspell I add this as default as I now have new pspell
13910         libraries and they seem to use this.
13911
13912 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13913
13914         * text2.C (CutSelection): make the cursor valid before the call to
13915         ClearSelection.
13916
13917 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13918
13919         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13920         relied on 0 terminated strings and other horrors. Bug found due to
13921         the new assert in lyxstring!
13922
13923         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13924         KP_ keys.
13925
13926 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13927
13928         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13929         to latinkeys.bind.
13930
13931         * lyxfunc.C (processKeySym): change method of getting to the
13932         self-insert char.
13933
13934         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13935         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13936         * BufferView_pimpl.[Ch]: here as private methods.
13937
13938 2001-05-28  Juergen Vigna  <jug@sad.it>
13939
13940         * text.C (SetHeightOfRow): added the update() call again as it is
13941         needed to initialize inset dimensions!
13942
13943 2001-05-16  Juergen Vigna  <jug@sad.it>
13944
13945         * text2.C (SetCharFont): Add new function with BufferView * and
13946         bool toggleall parameters for setting insets internal fonts.
13947         (SetFont): Freeze the undo as we may change fonts in Insets and
13948         all this change should be inside only one Undo!
13949
13950         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13951         setting font's in insets as for them we have the SetFont function!
13952
13953 2001-05-15  Juergen Vigna  <jug@sad.it>
13954
13955         * text2.C (ClearSelection): to be sure we REALLY don't have any
13956         selection anymore!
13957
13958         * tabular.C (TeXCellPreamble): fixed the left border problem for
13959         multicolumn cells.
13960
13961 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13962
13963         * LaTeX.C (deplog): Make sure that the main .tex file is in the
13964         dependancy file
13965
13966 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13967
13968         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
13969         LFUN_BREAKPARAGRAPH.
13970
13971         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
13972         help test to "internal only", similar for LFUN_INSERT_URL
13973
13974         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
13975         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
13976         auto_region_delete and deadkeys.
13977
13978 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
13979
13980         * LColor.h:
13981         * LColor.C: remove some dead entries, tidy a little
13982
13983 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13984
13985         * lyxfunc.C (processKeySym): comment the Escape handling, remove
13986         commented code.
13987         (Dispatch): implement LFUN_ESCAPE
13988
13989         * commandtags.h: add LFUN_ESCAPE
13990
13991         * LyXAction.C (init): add entry for LFUN_ESCAPE
13992
13993         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
13994         Remove commented code.
13995         (insertNote): moved here
13996         (open_new_inset): moved here
13997
13998         * BufferView[2].[Ch]: move insertNote and open_new_inset to
13999         BufferView_pimpl
14000
14001 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14002
14003         * kbmap.C (findbinding): clean it up and make it work correctly.
14004
14005         * lyx_main.C (init): do not pass argc and argv as parameters
14006
14007 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14008
14009         * buffer.C: fix path for OS/2 & Win32
14010
14011         * lyx_gui.C:
14012         * lyx_main:
14013         * lyx_main.C: Added os:: class.
14014
14015         * os2_defines.h: update
14016
14017 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14018
14019         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14020         better by trying again with reduced state.
14021
14022 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14023
14024         * lyxrc.C (read): print error about invalid key sequence only when
14025         debugging (because not all latinX keysyms are known to some X
14026         servers)
14027
14028         * kbsequence.C (getiso): add a few std:: qualifiers
14029         (getiso): comment out extra return statement.
14030
14031 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14032
14033         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14034         handling.
14035         (Dispatch): enhance the accent inset a bit. (not perfect)
14036
14037 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14038
14039         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14040
14041 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14042
14043         * bufferlist.C (emergencyWrite): fix assert() call
14044
14045 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14046
14047         * text.C (InsertChar): Added trivial patch to only send the "you
14048         can not do multiple spaces this way" message once during a
14049         session.
14050
14051 2001-05-08  Baruch Even  <baruch@lyx.org>
14052
14053         * Makefile.am: Changed order of libraries to get LyX to link properly
14054         with the gnome frontend.
14055
14056 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14057
14058         * LaTeXFeatures.h: add a std:: qualifier
14059
14060 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14061
14062         * paragraph.C (String): use stringstream
14063
14064 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14065
14066         * paragraph.C (writeFile): remove footflag arg
14067
14068         * buffer.C (makeLaTeXFile): use stringstream
14069         (latexParagraphs): remove footnot gurba
14070
14071         * LaTeXFeatures.C (getPackages): use stringstream
14072         (getMacros): likewise
14073         (getTClassPreamble): likewise
14074         (getFloatDefinitions): new method
14075
14076         * paragraph.C (writeFile): reindent
14077         (Erase): reindent
14078
14079         * WorkArea.h: revert the xpos + etc changes.
14080
14081         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14082
14083         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14084
14085         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14086         (pasteSelection): likewise
14087         * text2.C (CreateUndo): likewise
14088
14089 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14090
14091         * minibuffer.C (peek_event): temporarily reduce the functionality
14092         of the minibuffer (to allow args on lfuns)
14093
14094         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14095         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14096
14097         * buffer.C (readInset): add compability reading of old float
14098         lists, add reading of new style float list.
14099         (readInset): avoid reevaluation of inscmd.getCmdName()
14100         (getLists): reindent
14101
14102         * MenuBackend.C (MenuItem): implement parsing of
14103         md_floatlistinsert and md_floatinsert.
14104         (expand::LastFiles): move initalizaton of iterators out of loop,
14105         avoid reevaluation.
14106         (expand::Documents): introduce typdedef vector<string> Strings,
14107         and use it.
14108         (expand::ExportFormats): introduce typedef vector<Format const *>
14109         Formats, and use it.
14110         (expand): implement FloatListInsert and FloatInsert.
14111
14112         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14113         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14114         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14115
14116         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14117         handling.
14118         (Dispatch::LFUN_FLOAT_LIST): implement
14119
14120 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14121
14122         * LaTeX.C (run): Fix problem with --export code.
14123
14124 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14125
14126         * BufferView.[Ch] (workarea): removed.
14127         (getClipboard) new method; wrapper for workarea()->getClipboard()
14128
14129         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14130         bug.
14131
14132         * WorkArea.h (width, height, xpos, ypos): These methods all
14133         returned the dimensions of the work_area sub-area of WorkArea,
14134         resulting in a position error if the WorkArea were resized. Now
14135         return the dimensions of the entire WorkArea.
14136
14137         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14138
14139 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14140
14141         * LaTeX.C (deplog): correct the syntax of regex reg1
14142
14143 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14144
14145         * undo.C: remove !NEW_INSETS cruft
14146
14147 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14148
14149         * text2.C: remove !NEW_INSETS cruft
14150
14151         * text.C: remove !NEW_INSETS cruft
14152
14153         * tabular.C: remove !NEW_INSETS cruft
14154
14155         * spellchecker.C: remove !NEW_INSETS cruft
14156
14157         * lyxtext.h: remove !NEW_INSETS cruft
14158
14159         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14160
14161         * lyxfunc.C: remove !NEW_INSETS cruft
14162
14163         * lyxfind.C: remove !NEW_INSETS cruft
14164
14165         * lyx_cb.C: remove !NEW_INSETS cruft
14166
14167         * figureForm.C: remove  !NEW_INSETS cruft
14168
14169         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14170
14171         * buffer.[Ch]: remove !NEW_INSETS cruft
14172
14173         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14174
14175         * CutAndPaste.C: remove !NEW_INSETS cruft
14176
14177         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14178
14179         * BufferView2.C: remove !NEW_INSETS cruft
14180
14181         * BufferView.h: remove !NEW_INSETS cruft
14182
14183 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14184
14185         * Lsstream.h: include LString.h before the sstream headers to
14186         fix problem with gcc 2.95.3 and lyxstring
14187
14188 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14189
14190         * lyx_main.C: add using directives when needed for C functions
14191         declared in std:: namespace.
14192
14193 2001-04-27  Juergen Vigna  <jug@sad.it>
14194
14195         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14196         (SetHeightOfRow): comment out the update call should not be needed!
14197
14198 2001-04-13  Juergen Vigna  <jug@sad.it>
14199
14200         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14201         (LyXTabular): tried to minimize operator= operations (and realized
14202         hopfully Lars wish).
14203
14204 2001-04-27  Juergen Vigna  <jug@sad.it>
14205
14206         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14207
14208 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14209
14210         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14211
14212         * buffer.C (readInset): hack to make listof algorithm work
14213
14214         * BufferView_pimpl.C: hack to make listof algorithm work
14215
14216 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14217
14218         * LyXAction.C: removed all !NEW_INSETS cruft
14219         (init): moved lfun_item in method
14220
14221         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14222
14223 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14224
14225         * BufferView2.C (theLockingInset): white space.
14226
14227 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14228
14229         * minibuffer.C: include <iostream>
14230
14231         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14232
14233         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14234
14235         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14236
14237         * text.[Ch] (TransposeChars): new method
14238
14239 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14240
14241         * call message directly through LyXView instead of through LyXFunc
14242         * BufferView2.C: adjust
14243         * BufferView_pimpl.C: adjust
14244         * FontLoader.C: adjust
14245         * buffer.C: adjust
14246         * bufferview_funcs.C: adjust
14247         * converter.C: adjust
14248         * figureForm.C: adjust
14249         * importer.C: adjust
14250         * lyx_cb.C: adjust
14251         * lyx_gui_misc.C: adjust
14252         * lyxfunc.C: adjust
14253         * lyxvc.C: adjust
14254         * text2.C: adjust
14255         + more files in subdirs
14256
14257         * lyxparagraph.h (size): move up int file
14258         (GetLayout): ditto
14259
14260         * adjust all uses of Assert to lyx::Assert.
14261
14262         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14263         lyxfunctional in namespace lyx
14264         * layout.C (hasLayout): ditto
14265         (GetLayout): ditto
14266         (GetLayout): ditto
14267         (delete_layout): ditto
14268         (NumberOfClass): ditto
14269         * converter.C (GetFormat): ditto
14270         (GetNumber): ditto
14271         (Add): ditto
14272         (Delete): ditto
14273         (SetViewer): ditto
14274         * bufferlist.C (getFileNames): ditto
14275         (emergencyWriteAll): ditto
14276         (exists): ditto
14277         (getBuffer): ditto
14278         * MenuBackend.C (hasSubmenu): ditto
14279         (hasMenu): ditto
14280         (getMenu): ditto
14281         * BufferView_pimpl.C (getInsetByCode): ditto
14282
14283 2001-04-18  Juergen Vigna  <jug@sad.it>
14284
14285         * vspace.C (asLatexString): fixed the 100% problem.
14286
14287 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14288
14289         * lyxfunc.C (Dispatch):
14290         * minibuffer.C:
14291         * minibuffer.h: add a few std:: qualifiers
14292
14293 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14294
14295         * minibuffer.[Ch]: reimplement so that commands is initiated and
14296         run from lyxfunc, simplified som handling, and made the completion
14297         and history code for complete. wip.
14298
14299         * lyxfunc.C (processKeySym): call message
14300         (miniDispatch): new temporary method
14301         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14302         (LFUN_MESSAGE): implement
14303         (LFUN_MESSAGE_PUSH): implement
14304         (LFUN_MESSAGE_POP): implement
14305         (initMiniBuffer): the initial/defualt minibuffer message.
14306
14307         * lyxfont.[Ch]: inline some more getters
14308
14309         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14310
14311         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14312
14313         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14314         (AutoSave): use LFUN_MESSAGE
14315         (Reconfigure): ditto
14316
14317         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14318
14319         * figureForm.C: use LFUN_MESSAGE
14320
14321         * converter.C (runLaTeX): use LFUN_MESSAGE
14322
14323         * bufferview_funcs.C: use LFUN_MESSAGE
14324         (Melt): ditto
14325         (changeDepth): ditto
14326
14327         * bufferparams.h: use boost::
14328
14329         * bufferlist.h: inherit privately from noncopyable
14330
14331         * bufferlist.C (loadLyXFile): remove some commented code.
14332
14333         * buffer.C (runChktex): use LFUN_MESSAGE
14334
14335         * ShareContainer.h: inherit privately from noncopyable
14336
14337         * ParagraphParameters.[hC] (depth): inline it.
14338
14339         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14340         methods.
14341         (message): new method
14342         (messagePush): ditto
14343         (messagePop): ditto
14344         (show): init minibuffer
14345         (showState): direct call
14346
14347         * LaTeX.[Ch]: inherit privately from noncopyable
14348         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14349         instead of WriteStatus.
14350
14351         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14352
14353         * BufferView_pimpl.C (buffer): don't init minibuffer
14354         (workAreaButtonPress): use LFUN_MESSAGE
14355         (workAreaButtonRelease): ditto
14356         (savePosition): ditto
14357         (restorePosition): ditto
14358         (MenuInsertLyXFile): ditto
14359         (workAreaExpose): don't init minibuffer
14360         (update): remove commented code, simplify
14361
14362         * BufferView2.C (openStuff): use LFUN_MESSAGE
14363         (toggleFloat): ditto
14364         (menuUndo): ditto
14365         (menuRedo): ditto
14366         (copyEnvironment): ditto
14367         (pasteEnvironment): ditto
14368         (copy): ditto
14369         (cut): ditto
14370         (paste): ditto
14371         (gotoInset): ditto
14372         (updateInset): remove some commented code
14373
14374         * lastfiles.h: inherit privately from noncopyable
14375         * layout.h: ditto
14376         * lyx_gui.h: ditto
14377         * lyx_main.h: ditto
14378         * lyxlex.h: ditto
14379         * lyxlex_pimpl.h: ditto
14380
14381         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14382         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14383         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14384
14385         * LyXAction.h: inherit privately from noncopyable, add methods
14386         func_begin, func_end, returning iterators to the func map.
14387
14388         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14389         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14390         (func_begin): new method
14391         (func_end): new method
14392
14393         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14394         and not)
14395         (copySelection): ditto
14396         (pasteSelection): ditto
14397
14398         * BufferView.C: whitespace change
14399         * BufferView.h: inherit privately from noncopyable
14400
14401 2001-04-16  Allan Rae  <rae@lyx.org>
14402
14403         * tabular-old.C (l_getline):
14404         * spellchecker.C (sc_check_word):
14405         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14406         an unrecognised preprocessor directive.  So ensure they're wrapped.
14407
14408 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14409
14410         * src/exporter.C (Export): Give an error message when path to file
14411         contains spaces.
14412
14413 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14414
14415         * LaTeX.C (deplog): Always check that foundfile exists.
14416
14417 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14418
14419         * lyx_main.h:
14420         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
14421
14422 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14423
14424         * tabular.[Ch] (getLabelList): implement new method
14425
14426         * minibuffer.h: comment ouf setTiimer
14427
14428         * minibuffer.C (ExecutingCB): constify res
14429         (peek_event): constify s
14430         (Set): constify ntext
14431         (Init): constify nicename
14432
14433         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
14434
14435         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
14436         (savePosition): use two params to Minibuffer::Set
14437         (restorePosition): ditto
14438
14439 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14440
14441         * lyx_main.C: include language.h
14442
14443         * Makefile.am (lyx_main.o): add language.h
14444
14445 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14446
14447         * exporter.C:
14448         * paragraph.C:
14449         * screen.C:
14450         * tabular.C:
14451         * CutAndPaste.C: include gettext.h
14452
14453         * lyxfont.h: remove old hack with ON and OFF.
14454
14455         * lyxparagraph.h:
14456         * lyxfont.h: do not include language.h...
14457
14458         * BufferView2.C:
14459         * LaTeXFeatures.C:
14460         * Painter.C:
14461         * bufferview_funcs.C:
14462         * font.C:
14463         * lyxfont.C:
14464         * text.C:
14465         * text2.C:
14466         * trans_mgr.C:
14467         * paragraph.C: ... but do it here instead
14468
14469 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14470
14471         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
14472
14473         * tabular.C: small reformat
14474
14475         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
14476         NEW_INSETS version
14477         (GetChar): ditto
14478         (BreakParagraph): ditto
14479         (SetOnlyLayout): ditto
14480         (SetLayout): ditto
14481
14482         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
14483         with one arg less.
14484
14485         * lastfiles.C: removed most using decl, add std:: where needed
14486
14487         * buffer.C: ws changes
14488
14489         * MenuBackend.C (class compare_format): put into anon namespace
14490         (expand): constify label, names, action, action2
14491         (expand):
14492
14493         * text.C (SingleWidth): constify font
14494         (IsBoundary): constify rtl2
14495         (GetVisibleRow): constify ww
14496
14497         * LaTeX.C (deplog): constify logfile
14498
14499         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
14500         start_x, end_x
14501         (workAreaExpose): constify widthChange, heightChange
14502
14503         * lyxrow.C (par): moved
14504         (height): moved
14505         (next): moved
14506         * lyxrow.h: as inlines here
14507
14508         * lyxfont.h (shape): moved from lyxfont.C
14509         (emph): moved from lyxfont.C
14510
14511         * lyxfont.C (LyXFont): use initialization list for all
14512         constructors
14513         (shape): move to lyxfont.h as inline
14514         (emph): move to lyxfont.h as inline
14515
14516
14517 2001-04-04  Juergen Vigna  <jug@sad.it>
14518
14519         * vspace.C: had to include stdio.h for use of sscanf
14520
14521 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
14522
14523         * BufferView.h:
14524         * BufferView_pimpl.h: remove xforms cruft. Both classes are
14525         independent of xforms.
14526
14527 2001-04-02  Juergen Vigna  <jug@sad.it>
14528
14529         * spellchecker.C: fixed namespace placing!
14530
14531 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
14532
14533         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
14534         the LyXParagraph * is 0.
14535
14536 2001-03-29  Juergen Vigna  <jug@sad.it>
14537
14538         * vspace.C: added support for %, c%, p%, l%.
14539         (stringFromUnit): added helper function.
14540         (asLatexString): changed to give right results for the %-values.
14541
14542         * buffer.C: convert the widthp in a width%.
14543
14544 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
14545
14546         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
14547         figureForm.[Ch].
14548
14549         * figureForm.[Ch]: stripped the FD_from_figure manipulation
14550         code out of lux_cb.[Ch], ready for its (imminent?) removal.
14551
14552         * lyx_cb.[Ch]: see above.
14553
14554         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
14555         form1.[Ch].
14556
14557         * form1.[Ch]:
14558         * lyx.[Ch]: replaced by figure_form.[Ch].
14559
14560         * lyx_gui.C:
14561         * lyx_gui_misc.C:
14562         * lyxfunc.C: changed headers associated with above changes.
14563
14564 2001-03-27  Juergen Vigna  <jug@sad.it>
14565
14566         * BufferView_pimpl.C: set the temporary cursor right!
14567
14568 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
14569
14570         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
14571
14572 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
14573
14574         * LString.h: removed "using std::getline"!
14575
14576         * BufferView_pimpl.C (Dispatch): changes due to changes in
14577         InsetInclude::Params.
14578
14579         * buffer.C (tag_name): removed redundant break statements as they were
14580         producing lots of warnings with my compiler.
14581
14582 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14583
14584         * LString.h: add "using std::getline" when using the real <string>.
14585
14586 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
14587
14588         * buffer.C: removed bitset usage.
14589         PAR_TAG moved to an anonymous name space.
14590         (tag_name): new funtion, also in the anonymous namespace.
14591         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
14592         (makeDocBookFile): clean code. Completed transition from string arrays
14593         to string vectors.
14594         (SimpleDocBookOnePar): code clean.
14595
14596 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14597
14598         * tabular.C: add some comments.
14599
14600 2001-03-22  Juergen Vigna  <jug@sad.it>
14601
14602         * buffer.C (parseSingleLyXformat2Token): redone the minipage
14603         compatibility read a bit and fixed bug with minipage in different
14604         depth.
14605
14606 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
14607
14608         * buffer.C (pop_tag): removed.
14609         (push_tag): removed.
14610         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
14611         array replaced with vector. Added support for CDATA sections.
14612         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
14613         at any nest level.
14614         (makeDocBookFile): XML conformant declaration of CDATA section,
14615         fixed bug related to <emphasis> in the first paragraph char.
14616         (sgmlOpenTag): exclude empty tags.
14617         (sgmlCloseTag): ditto.
14618
14619         * buffer.h (pop_tag): removed.
14620         (push_tag): removed.
14621
14622 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
14623
14624         * language.h (Languages): added size_type and size().
14625
14626 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14627
14628         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14629         response on compability reading of minipages. One probliem is that
14630         the old usage of minipages was «flertydig»
14631
14632         * several files here and in subdirs: don't use static at file
14633         scope use anon namespaces instead.
14634
14635 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14636
14637         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14638         LaTeX output. This is necessary for Literate document
14639         processing.
14640
14641 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14642
14643         * buffer.C: insert hfill when needed.
14644
14645         * tabular.C (l_getline): use string::erase, small whitespace change.
14646
14647         * BufferView_pimpl.C: try the anon namespace.
14648         * WorkArea.C: ditto
14649
14650 2001-03-16  Juergen Vigna  <jug@sad.it>
14651
14652         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14653         otherwise it won't open options-dialogs.
14654
14655         * buffer.C: honor pextraWidth(p) on converting minipages.
14656
14657         * tabular.C (l_getline): changed the functions to strip trailing \r.
14658
14659 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14660
14661         * BufferView_pimpl.C:
14662         * minibuffer..C: added "using SigC::slot" declaration.
14663
14664 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14665
14666         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14667
14668         * text2.C: ditto
14669
14670         * text.C: ditto
14671
14672         * paragraph.C: ditto
14673
14674         * lyxtext.h: NO_PEXTRA
14675
14676         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14677
14678         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14679         * ParameterStruct.h: ditto
14680         * ParagraphParameters.h: ditto
14681         * lyxparagraph.h: ditto
14682
14683 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14684
14685         * buffer.C: add compability for minipage alignment.
14686         (latexParagraphs): remove unwanted pextra check.
14687
14688         * several files: remove CXX_WORKING_NAMESPACES
14689
14690         * buffer.C (pop_tag): tie is in namespace boost
14691
14692         * BufferView.h: noncopyable is in namespace boost
14693         * lyxlex.h: ditto
14694         * lyx_main.h: ditto
14695         * lyx_gui.h: ditto
14696         * layout.h: ditto
14697         * lastfiles.h: ditto
14698         * bufferlist.h: ditto
14699         * ShareContainer.h: ditto
14700         * LyXView.h: ditto
14701         * LyXAction.h: ditto
14702         * LaTeX.h: ditto
14703
14704 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14705
14706         * Merging changes from BRANCH_MVC back into HEAD.
14707
14708         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14709
14710 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14711
14712         * BufferView_pimpl.C: change from intl.C
14713
14714         * combox.h:
14715         * combox.C:
14716         * Makefile.am: move combox.*
14717
14718         * form1.h:
14719         * form1.C:
14720         * lyx_gui.C:
14721         * intl.h:
14722         * intl.C: remove dialog (covered by prefs)
14723
14724 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14725
14726         * lyxfunc.C (Dispatch): removed redundant break statement.
14727
14728 2001-03-14  Juergen Vigna  <jug@sad.it>
14729
14730         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14731
14732 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14733
14734         * buffer.C: add hack to fix compability reading of minipages.
14735
14736 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14737
14738         * buffer.C (getLists): Cleanup.
14739
14740 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14741
14742         * lyxfont.C (update): don't honor toggleall on font size.
14743
14744 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14745
14746         * bmtable.c:
14747         * bmtable.h:
14748         * Makefile.am: moved to frontends/xforms/
14749
14750         * lyx_gui_misc.C:
14751         * lyxfunc.C:
14752         * BufferView_pimpl.C: changes for moved mathpanel
14753
14754 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14755
14756         * gettext.h: fix gettext_init() in --disable-nls
14757
14758 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14759
14760         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14761
14762 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14763
14764         * lyx.C:
14765         * lyx.h: strip external form
14766
14767 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14768
14769         * BufferView_pimpl.C: add comment, destroySplash()
14770
14771 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14772
14773         * BufferView_pimpl.C:
14774         * LyXAction.C:
14775         * buffer.C:
14776         * commandtags.h:
14777         * lyxfunc.C: use re-worked insetinclude
14778
14779 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14780
14781         * buffer.C: add using std::stringstream.
14782
14783         * lyx_cb.C: readd using std::ios.
14784
14785         * buffer.C: add using std::map.
14786
14787         * BufferView_pimpl.C: add using std::vector.
14788
14789         * ShareContainer.h: add std:: to swap.
14790
14791         * buffer.h: add some typedefs
14792         * buffer.C (getLists): use them
14793         (getLists): renamed from getTocList.
14794         add a counter for the different float types and use it in the
14795         generated string.
14796         (getLists): use the same counter for the NEW_INSETS and the "non"
14797         NEW_INSETS
14798
14799         * lyx_cb.h: remove unused items, includes, using etc.
14800
14801         * ShareContainer.h: remove some commented code, add more comments
14802         and "documentation".
14803
14804 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14805
14806         * buffer.C (getTocList): make the list also when NEW_INSETS is
14807         defined.
14808
14809         * buffer.h: remove TocType
14810
14811         * buffer.C (getTocList): change to return a map<string,
14812         vector<TocItem> >, implement for dynamic number of list.
14813
14814         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14815         * text2.C (PasteSelection): adjust
14816         * CutAndPaste.C (pasteSelection): adjust
14817
14818         * FloatList.C (FloatList): update from the new_insets branch.
14819         * Floating.[Ch]: ditto
14820         * LaTeXFeatures.C: ditto
14821         * buffer.C: ditto
14822         * lyxlex_pimpl.C: ditto
14823
14824         * paragraph.C (Last): remove when NEW_INSETS is defined.
14825
14826         * other file: changes because of the above.
14827
14828 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14829
14830         * lyxparagraph.h: rename next to next_, previous to previous_,
14831         make them private for NEW_INSETS. Rename Next() to next(),
14832         Previous() to previous().
14833
14834         * other files: changes because of the above.
14835
14836 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14837
14838         * BufferView.h:
14839         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14840         problem.
14841
14842 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14843
14844         * main.C (main): pass lyx_localedir to gettext_init().
14845
14846         * gettext.h: remove locale_init and gettext_init macros
14847
14848         * gettext.C (locale_init): new function
14849         (gettext_init): new function
14850
14851         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14852         setlocale().
14853
14854 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14855
14856         * Moved credits to frontends:
14857         * credits.[Ch]: removed
14858         * credits_form.[Ch]: removed
14859         * lyx_gui_misc.C: remove credits stuff
14860         * Makefile.am:
14861
14862 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14863
14864         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14865
14866         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14867         unneeded destructor.
14868
14869         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14870         a standalone pointer again.
14871
14872         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14873
14874 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14875
14876         * Makefile.am:
14877         * filedlg.h:
14878         * filedlg.C:
14879         * LyXAction.C:
14880         * ToolbarDefaults.C:
14881         * bufferlist.C:
14882         * commandtags.h:
14883         * form1.C:
14884         * form1.h:
14885         * lyx_cb.C:
14886         * lyx_cb.h:
14887         * lyxfunc.h:
14888         * lyxfunc.C:
14889         * BufferView_pimpl.C: use new file dialog in GUII
14890
14891         * lyx_cb.h:
14892         * lyx_cb.C: remove LayoutsCB to Toolbar
14893
14894 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14895
14896         * ShareContainer.h (get): add std:: qualifier
14897
14898 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14899
14900         * ShareContainer.h: define a proper ShareContainer::value_type
14901         type (and use typename to please compaq cxx)
14902
14903 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14904
14905         * lyxparagraph.h: move serveral local vars to
14906         ParameterStruct/ParagraphParameters., use ShareContainer in
14907         FontTable., make vars in FontTable private and add getter and
14908         setter.
14909
14910         * paragraph.C: changes because of the above.
14911
14912         * lyxfont.h: remove copy constructor and copy assignment. (the
14913         default ones is ok), move number inside FontBits. move inlines to
14914         lyxfont.C
14915
14916         * lyxfont.C: add number to initializaton of statics, move several
14917         inlines here. constify several local vars. some whitespace
14918         cleanup. Dont hide outerscope variables.
14919
14920         * Spacing.h: add two new constructors to match the set methods.
14921
14922         * ShareContainer.h: new file, will perhaps be moved to support
14923
14924         * ParameterStruct.h: new file
14925
14926         * ParagraphParameters.h: new file
14927
14928         * ParagraphParameters.C: new file
14929
14930         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14931         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14932
14933         * BufferView_pimpl.C: ParagraphParameter changes.
14934         * buffer.C: Likewise.
14935         * bufferview_funcs.C: Likewise.
14936         * text.C: Likewise.
14937         * text2.C: Likewise.
14938
14939 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14940
14941         * lyxfind.C (LyXReplace): do not redefine default argument in
14942         implementation.
14943         (IsStringInText): ditto
14944         (SearchForward): ditto
14945         (SearchBackward): ditto
14946
14947 2001-03-06  Juergen Vigna  <jug@sad.it>
14948
14949         * lyxfind.C (IsStringInText): put parentes around expressions.
14950
14951 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14952
14953         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14954
14955 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14956
14957         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14958
14959         * stl_string_fwd.h: add comment
14960
14961         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14962
14963         * tabular.h:
14964         * tabular.C: remove unused DocBook methods
14965
14966         * intl.C:
14967         * language.C:
14968         * paragraph.C:
14969         * buffer.C:
14970         killed DO_USE_DEFAULT_LANGUAGE
14971
14972 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14973
14974         * lyx_gui.C: do not include language.h.
14975
14976         * bufferview_funcs.C (ToggleAndShow): do not provide optional
14977         arguments in function implementation.
14978
14979 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14980
14981         * BufferView_pimpl.C: add <ctime>
14982
14983 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14984
14985         * BufferView_pimpl.C: add using std::find_if
14986
14987 2001-02-27  José Matos  <jamatos@fep.up.pt>
14988
14989         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
14990         by OnlyPath.
14991
14992 2001-02-11  José Matos  <jamatos@fep.up.pt>
14993
14994         * buffer.C (makeDocBookFile): command styles now have a parameter as
14995         "title" by default.
14996
14997 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
14998
14999         * layout_forms.[Ch]: removed
15000         * lyx_cb.[Ch]: out character
15001         * lyx_gui.C: out character
15002         * lyx_gui_misc.C: out character
15003         * bufferview_funcs.C: : out character,
15004         added toggleall as parameter in ToggleAndShow
15005
15006 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15007
15008         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15009
15010         * text2.C (SetCurrentFont): Disable number property at boundary.
15011
15012 2001-02-26  Juergen Vigna  <jug@sad.it>
15013
15014         * lyxfunc.C (getStatus): added a string argument override function so
15015         that this is correctly called from LyXFunc::Dispatch if it contains a
15016         do_not_use_argument which is used!
15017         (Dispatch): added check for "custom" export and call appropriate func.
15018
15019 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15020
15021         * lyxrc.C: Add language_command_local, language_use_babel and
15022         language_global_options.
15023
15024         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15025
15026         * buffer.C (makeLaTeXFile): Use language_use_babel and
15027         language_global_options.
15028
15029 2001-02-23  Juergen Vigna  <jug@sad.it>
15030
15031         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15032         which works with LyXText and putted it inside BufferView. Here now we
15033         only call for that part the BufferView::Dispatch() function.
15034
15035         * BufferView.C (Dispatch): added.
15036
15037         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15038         functions which needs to use a LyXText over from LyXFunc.
15039         (MenuInsertLyXFile): added
15040         (getInsetByCode): added
15041         (moveCursorUpdate): added
15042         (static TEXT): added
15043
15044 2001-02-22  Juergen Vigna  <jug@sad.it>
15045
15046         * BufferView_pimpl.C (update): call a status update to see if LyXText
15047         needs it.
15048
15049 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15050
15051         * vc-backend.C (revert): implement for CVS
15052         (getLog): implement for CVS
15053
15054 2001-02-20  Juergen Vigna  <jug@sad.it>
15055
15056         * text2.C (ClearSelection): added BufferView param for inset_owner call
15057
15058         * lyxfunc.C (TEXT): added this function and use it instead of
15059         directly owner->view()-text of getLyXText().
15060
15061 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15062
15063         * src/layout_forms.C: out preamble
15064         * src/layout_forms.h: out preamble
15065         * src/lyx_cb.C: out preamble
15066         * src/lyx_cb.h: out preamble
15067         * src/lyx_gui.C: out preamble
15068         * src/lyx_gui_misc.C: out preamble
15069         * src/lyxfunc.C: connect with guii preamble
15070
15071 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15072
15073         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15074
15075 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15076
15077         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15078         whether to run bibtex.
15079
15080 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15081
15082         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15083
15084 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15085
15086         * Makefile.am (lyx_SOURCES): removed bibforms.h
15087
15088         * vspace.h: doxygen
15089
15090         * text.C (GetVisibleRow): make several local vars const
15091
15092         * tabular.C: small cleanup.
15093
15094         * lyxserver.C (callback): use compare instead of strncmp
15095
15096         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15097         inlines to after class or to paragraph.C
15098
15099         * lyxfont.h: remove friend operator!=
15100
15101         * converter.h: move friend bool operator< to non friend and after
15102         class def.
15103
15104         * combox.h: small cleanup
15105
15106         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15107         to inlines after class def.
15108
15109         * buffer.C (pop_tag): use string operations instead of strcmp
15110
15111         * bmtable.c: doxygen, small cleanup
15112
15113         * LaTeX.h: remove friend operator==
15114
15115 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15116
15117         * screen.C:
15118         * lyxrc.[Ch]:
15119         * lyxfunc.C:
15120         * lyxfont.[Ch]:
15121         * lyx_cb.C:
15122         * intl.[Ch]:
15123         * commandtags.h:
15124         * buffer.C:
15125         * WorkArea.[Ch]:
15126         * LyXAction.C:
15127         * BufferView_pimpl.C:
15128         * BufferView.[Ch]: remove cruft
15129
15130 2001-02-14  Juergen Vigna  <jug@sad.it>
15131
15132         * lyxfunc.C: removed #if 0 unused code
15133
15134         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15135
15136         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15137
15138         * text2.C (SetSelection): added a BufferView * parameter
15139
15140 2001-02-13  Juergen Vigna  <jug@sad.it>
15141
15142         * lyxfunc.C (Dispatch): fixed protected blank problem.
15143         * BufferView2.C (protectedBlank): added LyxText * parameter.
15144
15145         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15146         (AppendColumn): same as above for column_info.
15147
15148         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15149         (moveCursorUpdate): use a LyXText param for support of InsetText.
15150
15151         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15152         (tripleClick): ditto
15153
15154         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15155
15156         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15157
15158         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15159
15160         * text2.C (SetSelection): set correct update status if inset_owner
15161         (ToggleFree): ditto
15162
15163 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15164
15165         * tabular.C: remove some commented code.
15166
15167 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15168
15169         * BufferView_pimpl.C: call hideSplash()
15170
15171         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15172
15173         * include_form.h:
15174         * bibforms.h: remove
15175
15176         * lyxfunc.C:
15177         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15178           add LFUN_CHILD_CREATE
15179
15180         * counters.h: fix tiny typo
15181
15182         * lyx_cb.C:
15183         * lyx.h:
15184         * lyx_gui.C:
15185         * lyx.C: move splash to frontends/xforms/
15186
15187         * lyx_gui_misc.C: move Include and Bibform to frontends
15188
15189         * lyxvc.h: clarify comment
15190
15191         * vspace.C: tiny housekeeping
15192
15193 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15194
15195         * text.C (PrepareToPrint): RTL Fix.
15196
15197         * paragraph.C (GetUChar): New method.
15198         (String):  Use GetUChar.
15199
15200         * buffer.C (asciiParagraph): Use GetUChar.
15201
15202 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15203
15204         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15205
15206 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15207
15208         * buffer.h:
15209         * buffer.C: rename to getLogName(), handle
15210           build log / latex log nicely
15211
15212 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15213
15214         * MenuBackend.C:
15215         * MenuBackend.h: remove support for reference menuitem type.
15216
15217 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15218
15219         * BufferView_pimpl.C: housekeeping
15220         * BufferView_pimpl.h:
15221         * LyXView.h:
15222         * Makefile.am:
15223         * Timeout.C:
15224         * Timeout.h:
15225         * minibuffer.h: move Timeout GUI-I
15226
15227 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15228
15229         * lyxrc.C (read): Update converters data-structures.
15230
15231 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15232
15233         * LaTeX.h (operator!=): add operator != for Aux_Info
15234
15235 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15236
15237         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15238
15239         * LaTeXLog.C: deleted, useful code moved to Buffer
15240
15241         * buffer.h:
15242         * buffer.C: new function getLatexLogName()
15243
15244         * lyx_gui_misc.C:
15245         * lyx_gui.C:
15246         * lyxvc.C:
15247         * lyxvc.h:
15248         * lyxfunc.C: use frontends for LaTeX and VC logs
15249
15250 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15251
15252         * LaTeX.h: yet another std:: that Allan forgot.
15253
15254         * Variables.C (set): renamed from isset(), because this clashes
15255         with some HP-UX macros (grr).
15256
15257 2001-02-06  Allan Rae  <rae@lyx.org>
15258
15259         * LaTeX.h: Another bug fix.  Missing std:: this time.
15260
15261 2001-02-04  Allan Rae  <rae@lyx.org>
15262
15263         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15264         floats problem. I've left it commented out because it's not quite
15265         correct.  It should also test that the current object is a table or
15266         figure inset.  But I haven't gotten around to figuring out how to do
15267         that.  I *think* it'll be something like: "table" == inset.type()
15268
15269         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15270         bool.
15271
15272 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15273
15274         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15275         all the citation/databases/styles in the auxilary file.
15276         (run): Rerun latex if there was a babel language error.
15277
15278 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15279
15280         * text.C (Backspace): Preserve the font when changing newline char
15281         with a space.
15282         (BreakParagraph): If the cursor is before a space, delete the space.
15283
15284         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15285
15286 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15287
15288         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15289         new argument (code).
15290         (ChangeCitationsIfUnique): New method.
15291
15292         * paragraph.C (GetPositionOfInset): Handle bibkey.
15293
15294 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15295
15296         * BufferView_pimpl.h: change type of Position::par_pos to
15297         LyXParagraph::size_type.
15298
15299 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15300
15301         * BufferView_pimpl.C (savePosition, restorePosition): Write
15302         messages to minibuffer.
15303
15304 2001-01-28  José Matos  <jamatos@fep.up.pt>
15305
15306         * buffer.C (makeDocBookFile): adds support for document language.
15307         A silly restriction on the name of LatexCommand types where removed.
15308         Added support for CDATA sections, allows to chars unescaped, used
15309         among others in code, to avoid escape < and >.
15310
15311 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15312
15313         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15314         saved positions instrad of a stack. Furthermore, a position is
15315         stored using paragraph id/paragraph position.
15316
15317         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15318         Remove LFUN_REF_BACK.
15319
15320 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15321
15322         * converter.C (dvipdfm_options): New method.
15323
15324 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15325
15326         * vspace.C (isValidLength): Fix for empty input string.
15327
15328 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15329
15330         * LyXAction.C (init): change description of LFUN_FIGURE to
15331         "Insert Graphics"
15332
15333 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15334
15335         * LaTeX.C: add using directive
15336
15337 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15338
15339         * MenuBackend.C (expand): Fix the sorting of the formats.
15340
15341 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15342
15343         * lyx_main.C: tiny error message fix
15344
15345 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15346
15347         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15348         calling fl_initialize(). This fixes the problem with ',' as
15349         decimal separator in text files.
15350
15351 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15352
15353         * trans.C (process): Fix the keymap bug.
15354
15355 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15356
15357         * LaTeX.C (scanAuxFiles): New method. Provides support for
15358         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15359         (scanLogFile) Scan for "run BibTeX" messages.
15360
15361         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15362         OT1 font encoding. Also, load the aecompl package if the ae
15363         package is loaded.
15364
15365         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15366
15367 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15368
15369         * texrow.C (increasePos): turn two error messages into debug
15370         messages.
15371
15372 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15373
15374         * LaTeX.C (scanAux): Handle the \@input macro.
15375         (runBibTeX): Use scanAux().
15376
15377         * language.C (latex_options_): New field.
15378
15379         * LaTeXFeatures.C (getMacros): Add language macros.
15380
15381         * buffer.C (makeLaTeXFile): Small fix.
15382
15383 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15384
15385         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15386
15387         * text2.C: add a using directive.
15388
15389 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15390
15391         * BufferView2.C:
15392         * lyx_gui_misc.h:
15393         * lyxfr1.C:
15394         * lyxfunc.C: kill LyXBell.
15395
15396 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15397
15398         * text.C (IsBoundary): Remove the error message
15399
15400         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15401
15402         * lyxrc.C (setDefaults): Correct initialization value for
15403         font_norm_type.
15404
15405 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15406
15407         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15408         gotoError().
15409
15410         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15411         and GotoNextNote().
15412
15413         * src/LyXAction.C: Added reference-next.
15414
15415         * text.C (InsertChar): Use contains instead of strchr.
15416
15417         * lyx_cb.C (MenuInsertLabel): Enable default value code.
15418
15419 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
15420
15421         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
15422         alignment commands (when needed).
15423
15424         * text.C (InsertChar): Add ':' to number separator chars.