]> git.lyx.org Git - features.git/blob - src/ChangeLog
reactivate replace + some code simplification
[features.git] / src / ChangeLog
1 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
2
3         * lyxfind.C (replace): adjust to locking removal + some
4         code simplification
5
6 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
7
8         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
9         of the path
10
11 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
12
13         * lyxlayout.[Ch]: 
14         * output_docbook.C: XML sanitation: new layout 
15         parameters InnerTag and CommandDepth
16
17 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
18
19         * BufferView_pimpl.C:
20         * factory.C:
21         * text3.C: Fix the insertion and modification of button-style
22         insets
23
24 2003-11-13  André Pönitz  <poenitz@gmx.net>
25
26         * InsetList.[Ch]: remove deleteLyXText
27
28         * paragraph.[Ch]: cache beginOfBody position
29
30         * Bidi.C:
31         * text.C:
32         * text2.C:
33         * text3.C: remove superfluous update() calls
34
35         * vspace.C: cleanup
36
37 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
38
39         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
40         * BufferView.C (fitLockedInsetCursor): remove
41         * cursor.[Ch] (getDim): add
42         * text.C (getRowNearY): add faster version
43         * text3.C: remove some update calls
44
45 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
46
47         * LaTeXFeatures.C:
48         * LyXAction.C:
49         * MenuBackend.C:
50         * MenuBackend.h:
51         * dispatchresult.h:
52         * factory.C:
53         * lfuns.h:
54         * lyxfunc.C:
55         * lyxtextclass.C:
56         * lyxtextclass.h:
57         * text3.C: The Character Style /XML short element patch.
58
59 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
60
61         * text3.C:
62         * factory.C: Small step to solving 'unable to insert some insets'
63         problem
64
65 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
66
67         * cursor.[Ch] (updatePos): new function for updating the y
68         position of the tip inset
69         * bufferview_funcs.C (put_selection_at): 
70         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
71
72 2003-11-11  André Pönitz  <poenitz@gmx.net>
73
74         * text.C: remove big comment on invalid Paragraph pointers as it is
75         not valid anymore
76
77 2003-11-11  André Pönitz  <poenitz@gmx.net>
78
79         * text_funcs.[Ch]: merge with ...
80
81         * text.C: ... this
82
83         * lyxtext.h:
84         * text2.C:
85         * text3.C: adjust
86
87         * Makefile.am: remove text_funcs.[Ch]
88
89 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
90
91         * cursor.C (getPos): return absolute cached y coord
92
93         * BufferView_pimpl.C (fitCursor): new simplistic code
94         (workAreaDispatch): add a fitCursor call
95
96 2003-11-10  André Pönitz  <poenitz@gmx.net>
97
98         * BufferView.[Ch]:
99         * BufferView_pimpl.[Ch]: merge update() and updateInset()
100
101 2003-11-10  André Pönitz  <poenitz@gmx.net>
102
103         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
104         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
105         indicate that the cursor needs to leave an inset
106
107         * lyxtext.h: remove inset locking
108
109         * cursor.[Ch]: re-implement functionality provided by inset locking
110
111         * BufferView.[Ch]:
112         * BufferView_pimpl.[Ch]:
113         * LyXAction.C:
114         * bufferview_funcs.[Ch]:
115         * factory.C:
116         * funcrequest.[Ch]:
117         * iterators.C:
118         * lyx_cb.C:
119         * lyxfind.C:
120         * lyxfunc.C:
121         * text.C:
122         * text2.C:
123         * text3.C:
124         * undo.C: adjust
125
126 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
127
128         * PosIterator.[Ch]: replace the stack with a vector, add inset 
129         accesor
130         * iterators.[C]: adjust
131
132 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
133
134         * lyxfind.C (replaceAll): mark the buffer dirty if something was
135         replaced
136         * paragraph_funcs.C (readParToken): put the correct id in the
137         error item, not the id of the top paragraph
138
139 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
140
141         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
142         * bufferview_funcs.C (put_selection_at): use the above
143
144 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
145
146         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
147
148 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
149
150         * output_linuxdoc.h: 
151         * output_plaintext.h: 
152         * output.h: 
153         * output_docbook.h: add #include statements
154
155 2003-11-05  José Matos  <jamatos@lyx.org>
156
157         * output_docbook.[Ch]:
158         * output_latex.[Ch]:
159         * output_linuxdoc.[Ch]:
160         * output_plaintext.[Ch]: New files for output formats.
161         * output.[Ch]: New file for helper functions.
162
163         * buffer.[Ch]:
164         * paragraph_funcs.[Ch]: output functions moved to new files.
165
166         * outputparams.h: rename of latexrunparams.h
167
168         * LaTeX.[Ch]:
169         * buffer.[Ch]:
170         * bufferlist.[Ch]:
171         * converter.[Ch]:
172         * exporter.C:
173         * paragraph.[Ch]:
174         * paragraph_funcs.[Ch]:
175         * paragraph_pimpl.[Ch]:
176         * tabular.[Ch]: rename ascii to plaintext
177         and LatexRunParams to OutputParams.
178         
179 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
180
181         * iterators.[Ch] (text): require bv argument
182         * undo.C (recordUndo): 
183         * lyxfunc.C (dispatch): 
184         * bufferview_funcs.C (put_selection_at): adjust
185
186 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
187
188         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
189
190 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
191
192         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
193         nestings
194
195 2003-11-04  André Pönitz  <poenitz@gmx.net>
196
197         * cursor.[Ch]: restructure
198
199         * BufferView.[Ch]:
200         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
201
202         * iterators.[Ch] (asCursor): remove
203
204         * lfuns.h: remove LFUN_INSET_EDIT
205
206         * lyxfunc.C:
207         * tabular.C:
208         * text.C:
209         * text2.C:
210         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
211
212 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
213
214         * lyxfind.[Ch]: complete overhaul
215         * BufferView_pimpl.C:
216         * lyxfunc.C: adjust
217         * paragraph.[Ch] (insert): add
218
219 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
220
221         * BufferView.[Ch]:
222         * lyxtext.h:
223         * text.C: remove dead spellcheck code
224         
225 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
226
227         * dispatchresult.h: add a val setter
228
229         * cursor.C (dispatch): use a tempvar for data_[i]
230
231 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
232
233         * PosIterator.[Ch]: compile fix
234
235 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
236
237         * text.C (cursorPar): deactivate the cursor cache
238
239 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
240
241         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
242
243 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
244
245         * text3.C (dispatch): adjust for new DisptchResult semantics.
246
247         * lyxfunc.C (dispatch): handle update when return from
248         Cursor::dispatch, adjust for new DispatchResult semantics.
249
250         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
251         DispatchResult(true) mean to not update. Add class functions for
252         setting dispatched and update, as well as reading.
253
254         * cursor.C (dispatch): don't handle update here
255
256 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
257
258         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
259         * trans_mgr.C: adjust
260
261         * paragraph_funcs.C (readParToken): exception safety
262
263         * lyxvc.h: store the vcs pointer in a scoped_ptr
264         * lyxvc.C: adjust
265
266         * lyxsocket.C (serverCallback): exception safety
267
268         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
269
270         * ispell.C (clone): make it return a auto_ptr
271
272         * factory.C (createInset): exception safety
273         (readInset): exception safety
274
275         * bufferlist.C (newBuffer): exception safety
276
277         * Thesaurus.C (Thesaurus): use initialization for aik_
278
279         * MenuBackend.C (expandToc): exception safety.
280
281 2003-11-03  André Pönitz  <poenitz@gmx.net>
282
283         * buffer.C:
284         * buffer.h:
285         * bufferview_funcs.C: remove getInsetFromId()
286
287         * lyxcursor.[Ch]:
288         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
289
290         * lyxfunc.C:
291         * text2.C:
292         * text3.C: adjust
293
294 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
295
296         * PosIterator.C (distance, advance): new
297         * bufferview_funcs.[Ch] (put_selection_at): new
298         * iterators.[Ch] (lockPath): new
299
300 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
301
302         * iterators.[Ch] (asPosIterator): added
303         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
304         * PosIterator.[Ch]: added
305
306 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
307
308         * text3.C:
309         * lyxfunc.C:
310         * cursor.C (dispatch):
311         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
312
313         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
314         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
315         contructor, add a class function dispatched. Remove operator>=
316
317 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
318
319         * debug.C: only use the default constructor for debugstream
320         (lyxerr) here.
321
322         * main.C (main): include debug.h and setup the lyxerr streambuf
323         here.
324
325 2003-10-31  José Matos  <jamatos@lyx.org>
326
327         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
328
329         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
330         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
331         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
332         * paragraph_pimpl.C (simpleTeXSpecialC):
333         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
334         add LatexRunParams argument.
335
336         * exporter.C (Export): change call accordingly.
337
338         * latexrunparams.h: add new member to take care of the other backends.
339 2003-10-30  José Matos  <jamatos@lyx.org>
340
341         * buffer.C (makeLinuxDocFile, makeDocBookFile):
342         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
343         factorise code for paragraph output.
344         * buffer.[Ch]:
345         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
346         move functions.
347
348 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
349
350         * text3.C (dispatch):
351         * lyxfunc.C (dispatch):
352         * cursor.C (dispatch):
353         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
354
355         * dispatchresult.h: make the dispatch_result_t ctor explicit
356
357 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
358
359         * sgml.[Ch]:
360         * buffer.C: small refactoring of docbook stuff
361
362 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
363
364         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
365         meaning.
366
367 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
368
369         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
370         operator dispatch_result_t, and operators for == != and >=
371
372         * cursor.C (dispatch): adjust for operator dispatch_result_t
373         removal. comment out call to update
374
375         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
376
377 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
378
379         * text3.C:
380         * text2.C:
381         * text.C:
382         * lyxtext.h:
383         * lyxfunc.C:
384         * cursor.C:
385         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
386         (dispatch):
387
388         * dispatchresult.h: new file, DispatchResult broken out of
389         insets/insetbase.h
390
391         * Makefile.am (lyx_SOURCES): add dispatchresult.h
392
393 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
394
395         * text.C (rowBreakPoint): put a hack inside #if 0
396
397 2003-10-28  André Pönitz  <poenitz@gmx.net>
398
399         * lyxtext.h:
400         * metricsinfo.C:
401         * paragraph_funcs.C:
402         * rowpainter.C:
403         * text.C:
404         * text2.C: general cleanup (lots of small stuff)
405
406 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
407
408         * text2.C (cursorEnd): simple fix to the "end key goes to one
409         before the end on last row" bug
410
411 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
412
413         * text.C (backspace): fix the "zombie characters"
414
415 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
416
417         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
418
419 2003-10-27  André Pönitz  <poenitz@gmx.net>
420
421         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
422
423         * factory.C: handle new InsetPagebreak, InsetLine
424
425         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
426         and move handling into new InsetPagebreak, InsetLine
427
428         * BufferView_pimpl.C:
429         * LyXAction.C:
430         * ParagraphParameters.C:
431         * ParameterStruct.h:
432         * lyxfunc.C:
433         * lyxtext.h:
434         * paragraph.C:
435         * paragraph.h:
436         * paragraph_funcs.C:
437         * paragraph_pimpl.C:
438         * rowpainter.C:
439         * text.C:
440         * text2.C:
441         * text3.C: adjust
442
443 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
444
445         * text.C:
446         * lyxrow_funcs.[Ch]:
447         * Bidi.C:
448         * paragraph.C:
449         * lyxtext.h:
450         * rowpainter.C:
451         * text2.C:
452         * text3.C: remove lastPos uses in favour of Row::endpos
453
454 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
455
456         * undo.C (performUndoOrRedo): fix two crashes by setting a
457         cursor by hand and reordering some calls. Use bv->lockInset instead
458         of inset->edit because the latter loses cursor information
459
460 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
461
462         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
463         by Martin
464         (rowBreakPoint): fix width. change point to point + 1.
465         Add a missing check.
466
467 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
468
469         * MenuBackend.C:
470         * lyxfunc.C: fix (at least partly) the problems
471         with the Nav menu and headers inside branch insets
472         reported by Kayvan
473
474 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
475
476         * paragraph.C (getChar): add strong asserts
477
478         * lyxrow_funcs.C (lastPos): remove hideous hack
479
480         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
481         (fill): adjust to that (avoid an infinite loop)
482
483 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
484
485         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
486
487 2003-10-23  André Pönitz  <poenitz@gmx.net>
488
489         * RowList_fwd.h: change list<> to vector<> to gain speed
490         after suggestion from Alfredo
491
492 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
493
494         * lyxtext.h: move the bidi stuff from here...
495         * text.C: and here
496         * text2.C: and here
497         * Bidi.[Ch]: ... to here
498
499 2003-10-23  André Pönitz  <poenitz@gmx.net>
500
501         * lyxtext.h:
502         * text.C (isLastRow, isFirstRow): new functions
503
504         * paragraph.h: new width cache member
505
506         * rowpainter.C: replace RowList::iterator with Row & where possible
507
508         * lyxfunc.C: replace several view()->text with a single call
509
510         * toc.C: fix 'unused' warning
511
512 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
513
514         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
515         when woring with stream::pos_type
516         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
517
518 2003-10-22  André Pönitz  <poenitz@gmx.net>
519
520         * lyxtext.h:
521         * text.C: use Row & instead of RowList::iterator
522
523         * lyxrow.h: rename end() to endpos()
524
525         * rowpainter.C:
526         * text.C:
527         * text2.C: adjust
528
529 2003-10-22  Angus Leeming  <leeming@lyx.org>
530
531         * buffer.[Ch] (fully_loaded): new member function, returning true
532         only when the file has been loaded fully.
533         Used to prevent the premature generation of previews and by the
534         citation inset to prevent computation of the natbib-style label.
535
536         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
537         templates are all set up.
538
539         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
540
541 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
542
543         * text.C: fixed an "oops" in the "is a bit silly"
544         bug fix
545
546 2003-10-21  André Pönitz  <poenitz@gmx.net>
547
548         * FuncStatus.[Ch]: small stuff, whitespace
549
550         * lyxfont.[Ch]: operator<<() for debug reasons
551
552         * lyxfunc.C:
553         * lyxrow_funcs.C:
554         * lyxtext.h: whitespace, spelling
555
556         * paragraph.C: naming of variables
557
558         * text.C:
559         * text2.C: small stuff
560
561
562 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
563
564         * text.C: (1) finish off the inset display() work;
565         (2) fix the "is a bit silly" bug (accessing char
566         past end of par).
567
568 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
569
570         * text.C: re-introduce display() for insets, fixing the
571         various bugs (stretch of line above, math inset
572         positioning, ...)
573
574 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
575
576         * text.C (rightMargin): remove spurious semicolon
577
578         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
579         1415)
580
581 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
582
583         * text3.C: fix one crash due to wrong cursor def
584
585 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
586
587         * vc-backend.C (scanMaster): make the regex static
588
589         * LaTeX.C (scanAuxFile): make the regexs static
590
591         * text3.C (doInsertInset, dispatch, dispatch):
592         * text2.C (cursorUp, cursorDown):
593         * text.C (selectNextWordToSpellcheck):
594         * BufferView_pimpl.C (dispatch):
595         * lyxfunc.C (dispatch):  localDispatch -> dispatch
596
597 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
598
599         * lyxsocket.C: include <cerrno>
600
601 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
602
603         * lyxfunc.C (dispatch): remove textcache stuff
604
605         * bufferlist.C (release): remove textcache stuff
606         (closeAll): ditto
607
608         * TextCache.C: delete file
609         * TextCache.h: delete file
610
611         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
612
613         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
614         delete of the bv_->text.
615         (resizeCurrentBuffer): remove texcache stuff
616         (workAreaResize): ditto
617
618 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
619
620         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
621         action.
622
623 2003-10-16  André Pönitz  <poenitz@gmx.net>
624
625         * lyxrow.[Ch]:
626         * paragraph.h:
627         * rowpainter.C:
628         * text.C:
629         * text2.C:
630         * text3.C: speed up by storing y positions per paragraph plus per-row
631         offset instead of having a 'full' y position in the row.
632
633 2003-10-15  André Pönitz  <poenitz@gmx.net>
634
635         * iterators.[Ch]:
636         * iterators.[Ch]:
637         * undo.[Ch]: make undo aware of inner insets
638
639 2003-10-14  Angus Leeming  <leeming@lyx.org>
640
641         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
642         static member functions LyX::ref() and LyX::cref.
643         (lastfiles): new accessor functions for the new lastfiles_ member var.
644         (addLyXView, views_): add a new LyXView to the list of views_.
645         (updateInset): loop over all LyXViews to call their own updateInset
646         member function, returning a pointer to the Buffer owning the inset.
647
648         * BufferView_pimpl.C (loadLyXFile):
649         * MenuBackend.C (expandLastfiles):
650         * bufferlist.C (MenuWrite, QuitLyX):
651         lastfiles is no longer a global variable.
652         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
653
654         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
655         static function. Access through LyX::cref().emergencyCleanup().
656
657 2003-10-14  André Pönitz  <poenitz@gmx.net>
658
659         * iterators.[Ch]: new direct access to innermost LyXText and Inset
660
661         * undo.[Ch]: restoring part of 'undo in insets'
662
663         * Makefile.am:
664         * undo_funcs.[Ch]: merge with undo.[Ch]
665
666         * tabular.C: small cleansing stuff
667
668 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
669
670         * paragraph_funcs.C (readParToken): report unknown insets as error
671         boxes. Use the outer paragraph as location (also for unknown
672         tokens).
673
674         * factory.C (readInset): do not abort on reading an unknown inset.
675         Eat it and return 0.
676
677 2003-10-13  Angus Leeming  <leeming@lyx.org>
678
679         * lyx_main.C (LyX): remove call to setDisplayTranslator().
680
681         * lyxrc.C: displayTranslator is now a function,
682         declared in GraphicsTypes.h.
683
684 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
685
686         * format.C: new placeholder $$a to pass the socket address.
687
688         * bufferlist.[Ch]: new function getBufferFromTmp.
689
690         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
691           files in the temporary dir.
692
693 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
694
695         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
696
697         * Makefile.am: add lyxsocket.[Ch].
698
699         * lyx_main.C (error_handler): handle SIGPIPE.
700
701 2003-10-13  André Pönitz  <poenitz@gmx.net>
702
703         * BufferView_pimpl.C:
704         * lyxtext.h:
705         * text.C:
706         * text2.C:
707         * text3.C:
708         * undo_funcs.[Ch]: use paroffset_type instead of
709           ParagraphList::iterators to prevent multiple conversion
710           (and get a more robust interface)
711
712 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
713
714         * lyxfunc.C (dispatch): RESULT -> dispatch_result
715         * lyxtext.h: ditto
716         * text3.C (dispatch): ditto
717
718 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
719
720         * LaTeX.C (handleFoundFile): move the static to smaller scope,
721         move the onlyfile, use onlyfile instead of foundfile in a couple
722         of places.
723
724         * DepTable.C (update): flush the error stream a bit more
725
726 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
727
728         * lyxserver.C (callback): adjust
729
730         * lyxfunc.C (getStatus): add a missing brace in commented code
731         (ensureBufferClean): reindent
732         (dispatch): delete version taking a string
733
734 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
735
736         * LaTeX.C (deplog): move found file handlig from here...
737         (handleFoundFile): .. to new function here.
738         (deplog): make sure to discover several files mentioned on the
739         same log line.
740
741 2003-10-10  André Pönitz  <poenitz@gmx.net>
742
743         * lyxfunc.C:
744         * lyxtext.h:
745         * tabular.C:
746         * text.C:
747         * text2.C:
748         * text3.C: fix some of the tabular crashes
749
750 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
751
752         * MenuBackend.C (binding): put debug message into Debug::KBMAP
753
754         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
755
756 2003-10-09  André Pönitz  <poenitz@gmx.net>
757
758         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
759
760         * BufferView.C:
761         * BufferView_pimpl.C:
762         * bufferview_funcs.C:
763         * lyx_cb.C:
764         * lyxcursor.C:
765         * lyxfind.C:
766         * lyxfunc.C:
767         * lyxtext.h:
768         * text.C:
769         * text2.C:
770         * text3.C:
771         * text_funcs.[Ch]:
772         * textcursor.[Ch]:
773         * undo_funcs.C: adjust
774
775 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
776
777         * text2.C (incrementItemDepth): new function, use a backtracking
778         algorithm to discover the correct item depth.
779         (resetEnumCounterIfNeeded): new function, use a backtracking
780         algorithm to discover if counter reset is needed.
781         (setCounter): use them. Simplify a bit. Add different labels for
782         different item depths for itemize.
783
784         * paragraph.C (Paragraph): remove initialization of enumdepth
785         (operator=): ditto
786
787         * paragraph.h: get rid of enumdepth, and use itemdepth both for
788         enumerate and itemize. Change the type of itemdepth to signed char.
789
790 2003-10-08  André Pönitz  <poenitz@gmx.net>
791
792         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
793           thing assignable.
794         * text.C:
795         * text2.C: adjust
796
797         * tabular.[Ch]: fix crash after 'row-insert'
798
799 2003-10-08  Angus Leeming  <leeming@lyx.org>
800
801         Fix doxygen warnings.
802
803         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
804         Remove CutAndPaste:: prefix from header file declaration.
805
806         * LColor.h (fill): remove LColor:: prefix from declaration.
807
808         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
809         use lyx::depth_type rather than Paragraph::depth_type so that
810         header file and .C file match.
811
812         * converter.h (intToFormat): remove Converters:: prefix from declaration.
813
814         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
815         * aspell.C: \file aspell_local.C -> \file aspell.C
816         * gettext.C: \file gettext.C -> \file src/gettext.C
817         * gettext.h: \file gettext.h -> \file src/gettext.h
818         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
819         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
820         * text.C: \file text.C -> \file src/text.C
821
822         * toc.C: move comment so that doxygen is not confused.
823
824 2003-10-07  Angus Leeming  <leeming@lyx.org>
825
826         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
827
828 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
829
830         * aspell.C:
831         * aspell_local.h: add forgotten std::string's.
832
833 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
834
835         * LaTeXFeatures.C:
836         * LyXAction.C:
837         * factory.C:
838         * lfuns.h:
839         * lyxfunc.C:
840         * text3.C: The Box patch. Fancybox support, minipage, parbox
841
842 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
843
844         * CutAndPaste.h:
845         * DepTable.h:
846         * FloatList.h:
847         * LaTeXFeatures.h:
848         * ParagraphParameters.h:
849         * TextCache.h:
850         * Thesaurus.h:
851         * bufferlist.h:
852         * exporter.h:
853         * importer.h:
854         * lastfiles.h:
855         * lyxfind.h:
856         * lyxfont.h:
857         * lyxlex.h:
858         * lyxtextclasslist.h:
859         * messages.h:
860         * paragraph.h:
861         * paragraph_pimpl.C:
862         * textcursor.h: add <string> and other small fixes to make Lars'
863         std::string patch compile with STLport.
864
865 2003-10-06  Angus Leeming  <leeming@lyx.org>
866
867         * LColor.h: Add missing #include <string>.
868
869 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
870
871         * All most all file in all subdirs: Make <string> be the prefered
872         way of getting to std::string, add using declarations.
873
874 2003-10-06  André Pönitz  <poenitz@gmx.net>
875
876         * metricsinfo.C: initialize LyXFont before changing attribute.
877         (fixes the 'math in \emph is upright' bug)
878
879 2003-10-06  André Pönitz  <poenitz@gmx.net>
880
881         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
882
883 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
884
885         * graph.C:
886         * paragraph_pimpl.C: Small fixes to build using STLport
887
888 2003-10-02  André Pönitz  <poenitz@gmx.net>
889
890         * lyxfunc.C:
891         * text3.C: move handling of LFUN_DEPTH *; fix #1360
892
893 2003-10-01  André Pönitz  <poenitz@gmx.net>
894
895         * factory.C: assert early
896
897 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
898
899         * lyx_main.C: remove the global debug object
900
901         * debug.h: adjust for new debugstream
902
903         * debug.C: adjust for new debugstream and keep the global debug
904         object here.
905
906 2003-09-22  Angus Leeming  <leeming@lyx.org>
907
908         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
909         of g++ which otherwise complain that the scoped_ptr destructor can't delete
910         an incomplete class LyXFont.
911
912 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
913
914         * factory.C: bug fix in branches
915
916 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
917
918         * lyxfunc.C (processKeySym): adjust
919         (dispatch): adjust
920         (dispatch): change arg name from ev to func, adjust
921         (sendDispatchMessage): ditto
922
923         * lyx_main.C (defaultKeyBindings): adjust keybindings
924         (deadKeyBindings): ditto
925
926         * kbsequence.C (addkey): return a FuncRequest
927
928         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
929
930         * kbmap.C (bind): take a FuncRequest as arg, adjust
931         (read): adjust
932         (lookup): adjust
933         (defkey): change to take a FuncRequest as arg, adjust
934         (findbinding): take a FuncRequest as arg, adjust.
935
936         * funcrequest.h (operator=): added
937
938         * funcrequest.C (FuncRequest): default kb_action changed from
939         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
940
941         * buffer.C (dispatch): simplify
942         (dispatch): adjust to take a FuncRequest as arg, adjust
943
944         * boost.C (assertion_failed): change assertion message slightly
945
946         * ToolbarBackend.C (read): simplify
947
948         * MenuBackend.C (binding): adjust call to findbinding, add a
949         message if no binding is found.
950         (read): simplify
951         (expandToc): correct by adding a empty FuncRequest
952
953         * LyXAction.C: include <boost/assert.hpp>
954         (isPseudoAction): delete function
955         (LookupFunc): change name to...
956         (lookupFunc): this. change return type to FuncRequest.
957         (getActionName): take kb_action as arg, simplify
958         (funcHasFlag): add an assert, simplify.
959
960 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
961
962         * toc.C (action): return a FuncRequest, simplify
963
964         * lyxfunc.C (processKeySym): adjust
965         (getStatus): delete version that takes an int.
966         (getStatus): adjust
967         (dispatch): delete version that takes action as int
968         (dispatch): adjust
969         (sendDispatchMessage): simplify and adjust
970
971         * funcrequest.C (getArg): take unsigned int as arg
972
973         * ToolbarBackend.C (read): adjust
974         (add): delete version that takes func as a string.
975         (getIton): take a FuncRequest as arg
976
977         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
978         action.
979
980         * MenuBackend.C (MenuItem): add a new construct that only takes a
981         Kind, simplify the constructor use for submenus.
982         (add): adjust
983         (expandLastfiles): adjust
984         (expandDocuments): adjust
985         (expandFormats): adjust
986         (expandFloatListInsert): adjust
987         (expandFloatInsert): adjust
988         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
989
990         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
991         Remove class variables lyx_pseudo_map and lyx_arg_map
992
993         * LyXAction.C (searchActionArg): delete function
994         (getPseudoAction): delete function
995         (retrieveActionArg): delete function
996         (LookupFunc): make it return kb_action, simplify.
997         (getActionName): simplify
998
999         * factory.C (createInset): fix new bug
1000
1001 2003-09-19  Angus Leeming  <leeming@lyx.org>
1002
1003         * CutAndPaste.C (pasteSelection): remove fudge used to set the
1004         masterFilename_ parameter in the include inset.
1005
1006         * factory.C (createInset): changes due to the changes to InsetInclude.
1007
1008 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1009
1010         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
1011
1012 2003-09-18  Angus Leeming  <leeming@lyx.org>
1013
1014         * buffer.C:
1015         * BufferView.C: pass the buffer when calling Inset::getLabelList,
1016         Inset::fillWithBibKeys.
1017         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
1018
1019 2003-09-18  Angus Leeming  <leeming@lyx.org>
1020
1021         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
1022         variables.
1023         (ctor): pass and store a 'Buffer const &'
1024         (buffer): new member function.
1025
1026         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
1027         '*this' to the LaTeXFeatures ctor.
1028
1029 2003-09-18  Angus Leeming  <leeming@lyx.org>
1030
1031         * LColor.h:
1032         * lyxfont.C:
1033         * lyxfont.h:
1034         * lyxtext.h:
1035         * text.C: rename EnumLColor as LColor_color.
1036
1037 2003-09-18  Angus Leeming  <leeming@lyx.org>
1038
1039         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
1040         remove #include "insets/insetbase.h" from cursor.h.
1041
1042 2003-09-18  Angus Leeming  <leeming@lyx.org>
1043
1044         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
1045         InsetOld_code to remove #include "inset.h".
1046
1047         * iterators.C: add #include "insets/inset.h"
1048
1049 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
1050
1051         * BufferView.C: remove more locking stuff that apparently doesn't
1052         do anything sensible.
1053
1054 2003-09-16  André Pönitz  <poenitz@gmx.net>
1055
1056         * paragraph.[Ch]:
1057         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
1058           performance boost.
1059
1060 2003-09-16  Angus Leeming  <leeming@lyx.org>
1061
1062         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
1063
1064         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
1065         arg/return type.
1066
1067         * paragraph.h: remove #include "lyxfont.h". Forward declare
1068         LyXFont_size.
1069
1070 2003-09-16  Angus Leeming  <leeming@lyx.org>
1071
1072         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
1073         of support/textutils.h.
1074         (isWord): move the contents of support/textutils.h's IsWordChar here.
1075
1076         * buffer.C:
1077         * lyxfind.C:
1078         * rowpainter.C:
1079         * text.C:
1080         * text2.C: add #include "paragraph.h".
1081
1082         * rowpainter.C:
1083         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
1084
1085 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1086
1087         * main.C:
1088         * lyx_main.C:
1089         * lyx_cb.C:
1090         * buffer.C:
1091         * LaTeX.C: use namespace alias for lyx::support::os
1092
1093 2003-09-16  Angus Leeming  <leeming@lyx.org>
1094
1095         * bufferparams.C:
1096         * bufferview_funcs.C:
1097         * factory.C:
1098         * lyxfunc.C:
1099         * paragraph_pimpl.C:
1100         * rowpainter.C:
1101         * text.C: add #include "LColor.h".
1102
1103 2003-09-16  Angus Leeming  <leeming@lyx.org>
1104
1105         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
1106         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
1107         return LyXFont &.
1108         Store the FontBits::color variable as an int rather than as an
1109         LColor::colorso that we can move LColor.h out of the lyxfont.h header
1110         file.
1111
1112         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
1113         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
1114         string calls together.
1115
1116         * lyxrc.C: add #include "LColor.h".
1117
1118 2003-09-15  Angus Leeming  <leeming@lyx.org>
1119
1120         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
1121         a cow_ptr.
1122
1123 2003-09-15  Angus Leeming  <leeming@lyx.org>
1124
1125         * LColor.h: add an EnumLColor wrapper for LColor::color.
1126
1127         * lyxfont.[Ch] (color, setColor, realColor):
1128         * lyxtext.h, text.C (backgroundColor):
1129         pass EnumLColor args to/from the functions, rather than LColor::color
1130         ones.
1131
1132         * lyxfont.h:
1133         * lyxtext.h: forward declare EnumLColor.
1134
1135         * lyx_main.C: add #include "LColor.h".
1136
1137 2003-09-15  Angus Leeming  <leeming@lyx.org>
1138
1139         * .cvsignore: add lyx-gtk.
1140
1141 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1142
1143         * Chktex.C
1144         * LaTeX.C
1145         * LaTeXFeatures.C
1146         * ParagraphParameters.C
1147         * Spacing.C
1148         * buffer.C
1149         * bufferparams.C
1150         * bufferview_funcs.C
1151         * chset.C
1152         * counters.C
1153         * funcrequest.C
1154         * lyxfont.C
1155         * lyxgluelength.C
1156         * lyxlength.C
1157         * paragraph.C
1158         * paragraph_funcs.C
1159         * text3.C
1160         * vc-backend.C: remove usage of STRCONV
1161
1162 2003-09-15  Angus Leeming  <leeming@lyx.org>
1163
1164         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
1165         explicitly define the color passed to the painter.
1166
1167 2003-09-15  Angus Leeming  <leeming@lyx.org>
1168
1169         * bufferparams.C (BufferParams): reorder member initializers to avoid
1170         compiler warning.
1171
1172 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
1173
1174         * CutAndPaste.C (pasteSelection): remove an outdated #warning
1175         * text.C (updateRowPositions): remove an unusual nop
1176
1177 2003-09-12  André Pönitz  <poenitz@gmx.net>
1178
1179         * BufferView_pimpl.C:
1180         * Bullet.C:
1181         * layout.h:
1182         * lyxfunc.C:
1183         * lyxlayout.[Ch]:
1184         * lyxtextclass.C:
1185         * rowpainter.C:
1186         * text.C:
1187         * text2.C:
1188         * Counters.[Ch]: finish the 'automatic counters' job
1189
1190 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1191
1192         * aspell.C: include <boost/assert.cpp> (compile fix)
1193
1194 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1195
1196         * boost.C (assertion_failed): use lyx::support::abort instead of
1197         assert.
1198
1199 2003-09-10  Angus Leeming  <leeming@lyx.org>
1200
1201         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
1202         with their _fwd progeny.
1203
1204 2003-09-09  Angus Leeming  <leeming@lyx.org>
1205
1206         134 files throughtout the source tree: replace 'using namespace abc;'
1207         directives with the appropriate 'using abc::xyz;' declarations.
1208
1209 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1210
1211         * boost.C (emergencyCleanup): moved here from LAssert.c
1212         (assertion_failed): new function, called by BOOST_ASSERT
1213
1214         * several files: change Assert to BOOST_ASSERT
1215
1216 2003-09-09  Angus Leeming  <leeming@lyx.org>
1217
1218         * buffer.[Ch]: Add an Impl class and move Buffer's member
1219         variables into it. As a result move several header files out of
1220         buffer.h.
1221
1222         Add header files to lots of .C files all over the tree as a result.
1223
1224 2003-09-09  Angus Leeming  <leeming@lyx.org>
1225
1226         * buffer.[Ch]: make Buffer's member variables private. Add
1227         accessor functions.
1228
1229         Lots of changes all over the tree as a result.
1230
1231 2003-09-08  Angus Leeming  <leeming@lyx.org>
1232
1233         * graph.C: #include <config.h>.
1234
1235 2003-09-08  Angus Leeming  <leeming@lyx.org>
1236
1237         * BranchList.C:
1238         * BufferView.C:
1239         * BufferView_pimpl.C:
1240         * CutAndPaste.C:
1241         * DepTable.C:
1242         * LaTeX.C:
1243         * LaTeXFeatures.C:
1244         * LyXAction.C:
1245         * MenuBackend.C:
1246         * TextCache.C:
1247         * aspell.C:
1248         * buffer.C:
1249         * bufferlist.C:
1250         * changes.C:
1251         * chset.C:
1252         * converter.C:
1253         * counters.C:
1254         * debug.C:
1255         * graph.C:
1256         * ispell.C:
1257         * lyx_cb.C:
1258         * lyxfind.C:
1259         * lyxfunc.C:
1260         * lyxlex_pimpl.C:
1261         * lyxrc.C:
1262         * lyxrow.C:
1263         * paragraph.C:
1264         * rowpainter.C:
1265         * texrow.C:
1266         * text.C:
1267         * text2.C:
1268         * toc.C: remove redundant using directives.
1269
1270 2003-09-07  Angus Leeming  <leeming@lyx.org>
1271
1272         * LaTeXFeatures.h: remove #include "support/types.h".
1273         * ToolbarBackend.h: remove #include <algorithm>.
1274         * changes.h: remove #include <ctime>.
1275         * debug.h: remove #include <iosfwd>.
1276         * graph.h: remove #include "support/std_string.h".
1277         * lyx_main.h: remove #include <csignal>.
1278         * lyxlex_pimpl.h: remove #include <fstream>.
1279         * sgml.h: remove #include <algorithm>, <utility>.
1280         * toc.h: remove #include "support/std_ostream.h".
1281         Add #include <iosfwd>.
1282
1283 2003-09-07  Angus Leeming  <leeming@lyx.org>
1284
1285         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
1286
1287         * converter.h: forward declare LatexRunParams.
1288         * encoding.h: remove #include "lyxrc.h".
1289         * lyxtext.h: remove #include "LColor.h".
1290         * lyxtextclass.h: remove #include "support/types.h".
1291         * trans.h: remove #include "tex-accent.h".
1292         * trans_mgr.h: remove #include "tex-accent.h".
1293         * insets/inset.h: remove #include "support/types.h", <vector>.
1294         * insets/insetcollapsable.h: remove #include "LColor.h".
1295         * insets/insetinclude.h: remove #include "dimension.h".
1296         * insets/insetlatexaccent.h: remove #include "dimension.h".
1297         * insets/insetoptarg.h:: remove #include "insettext.h".
1298         * insets/insettext.h: remove #include "dimension.h",
1299         <boost/shared_ptr.hpp>
1300
1301         * insets/renderers.h: add #include "dimension.h".
1302         * insets/updatableinset.h: add #include "support/types.h".
1303
1304         * many .C files: Associated changes.
1305
1306 2003-09-06  Angus Leeming  <leeming@lyx.org>
1307
1308         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
1309         one, inside testInvariant.
1310
1311         * PrinterParams.C: new file.
1312         * PrinterParams.[Ch]: move the function bodies out of line.
1313
1314 2003-09-06  Angus Leeming  <leeming@lyx.org>
1315
1316         * ParagraphParameters.h: forward declare ParameterStruct rather than
1317         including its header file.
1318         (depth): moved out-of-line.
1319
1320 2003-09-06  Angus Leeming  <leeming@lyx.org>
1321
1322         * BufferView_pimpl.h:
1323         * kbmap.h:
1324         * kbsequence.h:
1325         * lyxfunc.h: forward declare LyXKeySym rather than
1326         #include "frontends/LyXKeySym.h".
1327
1328         * BufferView_pimpl.C:
1329         * kbmap.C:
1330         * kbsequence.C:
1331         * lyxfunc.C: associated changes.
1332
1333 2003-09-06  Angus Leeming  <leeming@lyx.org>
1334
1335         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1336         As a result, can remove the #include "insets/inset.h" from BufferView.h
1337
1338 2003-09-06  Angus Leeming  <leeming@lyx.org>
1339
1340         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1341         As a result, can remove the #include "insets/inset.h" from BufferView.h
1342
1343 2003-09-06  Angus Leeming  <leeming@lyx.org>
1344
1345         * buffer_funcs.C:
1346         * buffer.h:
1347         * bufferlist.C:
1348         * BufferView.C:
1349         * bufferview_funcs.C:
1350         * BufferView_pimpl.C:
1351         * CutAndPaste.C:
1352         * lyx_cb.C:
1353         * lyxfunc.C:
1354         * paragraph.h:
1355         * ParagraphParameters.C:
1356         * tabular.C:
1357         * text3.C:
1358         * toc.C:
1359         * undo_funcs.C:
1360         * frontends/controllers/ControlDocument.C:
1361         * insets/insetcaption.C: rearrange the #includes into some sort of
1362         coherent order.
1363
1364         * buffer.h: remove #includes ErrorList.h, undo.h
1365
1366 2003-09-06  Angus Leeming  <leeming@lyx.org>
1367
1368         * support/types.h: add a 'depth_type' typedef, used to store the
1369         nesting depth of a paragraph.
1370
1371         * paragraph.h:
1372         * ParameterStruct.h: use this lyx::depth_type typedef rather than
1373         defining explicitly.
1374
1375         * buffer.h:
1376         * paragraph_funcs.h:
1377         * ParagraphParameters.h:
1378         * sgml.h: use lyx::depth_type rather than Paragraph or
1379         ParameterStruct's depth_type.
1380
1381         * buffer.h
1382         * paragraph_funcs.h: no need to #include paragraph.h anymore.
1383
1384         * BufferView.C:
1385         * BufferView_pimpl.C:
1386         * CutAndPaste.C:
1387         * ParagraphParameters.C:
1388         * buffer_funcs.C:
1389         * bufferlist.C:
1390         * bufferview_funcs.C:
1391         * lyx_cb.C:
1392         * lyxfunc.C:
1393         * tabular.C:
1394         * text3.C:
1395         * toc.C:
1396         * undo_funcs.C:
1397         * frontends/LyXView.C:
1398         * frontends/controllers/ControlDocument.C:
1399         * frontends/controllers/ControlErrorList.C:
1400         * insets/insetbibitem.C:
1401         * insets/insetbranch.C:
1402         * insets/insetcaption.C:
1403         * insets/insetcollapsable.C:
1404         * insets/insetenv.C:
1405         * insets/insetert.C:
1406         * insets/insetfloat.C:
1407         * insets/insetfoot.C:
1408         * insets/insetfootlike.C:
1409         * insets/insetnewline.C:
1410         * insets/insetquotes.C:
1411         * insets/insettabular.C:
1412         * insets/insettext.C:
1413         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
1414
1415         * frontends/controllers/ControlChanges.C: #include "changes.h".
1416
1417 2003-09-06  Angus Leeming  <leeming@lyx.org>
1418
1419         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
1420         than #including paragraph.h.
1421
1422         * ParagraphList.h:
1423         * RowList.h: deleted. Superfluous.
1424
1425         * CutAndPaste.h:
1426         * iterators.h:
1427         * lyxcursor.h:
1428         * lyxtext.h:
1429         * text_funcs.h:
1430         * undo.h:
1431         * undo_funcs.h:
1432         * insets/inset.h:
1433         * insets/insettext.h: use ParagraphList_fwd.h rather than
1434         ParagraphList.h.
1435
1436         * paragraph.h: don't forward declare ParagraphList.
1437
1438         * buffer.h:
1439         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
1440         rather than ParagraphList.h. paragraph.h is still needed for the
1441         Paragraph::depth_type parameters.
1442
1443         * textcursor.h: enable it to compile stand-alone in light of the
1444         above changes.
1445
1446         * bufferview_funcs.C:
1447         * iterators.C:
1448         * lyxfunc.C:
1449         * lyxrow_funcs.C:
1450         * paragraph.C:
1451         * rowpainter.C:
1452         * text.C:
1453         * text2.C:
1454         * text3.C:
1455         * text_funcs.C:
1456         * textcursor.C:
1457         * undo.C:
1458         * frontends/controllers/ControlParagraph.C:
1459         * frontends/controllers/ControlTabular.C:
1460         * insets/insetmarginal.C:
1461         * insets/insetminipage.C:
1462         * insets/insetnote.C:
1463         * insets/insetoptarg.C: add header files needed to compile again.
1464
1465 2003-09-06  Angus Leeming  <leeming@lyx.org>
1466
1467         * RowList_fwd.h: new file, forward-declaring Row rather than
1468         #including lyxrow.h.
1469
1470         * lyxrow_funcs.h:
1471         * lyxtext.h:
1472         * paragraph.h:
1473         * insets/insettext.h: use it instead of RowList.h
1474
1475         * bufferview_funcs.C:
1476         * lyxfunc.C:
1477         * lyxrow_funcs.C:
1478         * paragraph.C:
1479         * rowpainter.C:
1480         * text.C:
1481         * text2.C:
1482         * text3.C: #include "RowList.h".
1483
1484 2003-09-05  Angus Leeming  <leeming@lyx.org>
1485
1486         * factory.C (createInset):
1487         * vspace.C (c-tor): replace sscanf call with an istringstream.
1488         * ispell.C: re-add missing HP/UX headers.
1489         * lyxserver.C: re-add missing  os2 headers.
1490
1491 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
1492
1493         * BranchList.C:
1494         * graph.C:
1495         * ispell.C:
1496         * lastfiles.C:
1497         * lyx_cb.C:
1498         * lyxserver.C:
1499         * texrow.C:
1500         * text3.C: re-add missing system headers, needed for 2.95.2.
1501
1502 2003-09-05  Angus Leeming  <leeming@lyx.org>
1503
1504         Changes most place everywhere due to the removal of using directives
1505         from support/std_sstream.h.
1506
1507 2003-09-05  Angus Leeming  <leeming@lyx.org>
1508
1509         Replace LString.h with support/std_string.h,
1510         Lsstream.h with support/std_sstream.h,
1511         support/LIstream.h with support/std_istream.h,
1512         support/LOstream.h with support/std_ostream.h.
1513
1514         Changes resulting throughout the tree.
1515
1516 2003-09-05  Angus Leeming  <leeming@lyx.org>
1517
1518         * sgml.h: ensure that the header file can be compiled stand-alone.
1519         * *.C: strip out redundant #includes. (320 in total.)
1520
1521 2003-09-04  Angus Leeming  <leeming@lyx.org>
1522
1523         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
1524         here (from getPackages).
1525
1526         * debug.[Ch]: add a new EXTERNAL tag.
1527
1528 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1529
1530         * text2.C (cursorEnd): simplify
1531         (setCursor): adjust
1532         (getColumnNearX): adjust
1533
1534         * text.C (computeBidiTables): adjust
1535         (fill): adjust
1536
1537         * rowpainter.C (paintChars): adjust
1538         (paintSelection): adjust
1539         (paintChangeBar): adjust
1540         (paintText): adjust
1541
1542         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
1543         lastPos instead.
1544         (numberOfSeparators): adjust
1545
1546 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1547
1548         * LyXAction.C:
1549         * box.[Ch]:
1550         * lfuns.h:
1551         * lyxfunc.C:
1552         * text3.C: Restricts the mouse click functionality
1553         of insets like bibtex, include, toc and floatlist to the visible
1554         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
1555         up the dialogs. Cursor has to be in front of the inset (i.e.
1556         start of row) for this to function.
1557
1558 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1559
1560         * bufferview_funcs.C (currentState): output row information
1561
1562 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1563
1564         * bufferview_funcs.C (currentState): output paragraph position
1565
1566 2003-09-04  Angus Leeming  <leeming@lyx.org>
1567
1568         * FloatList.h: move out #include "Floating.h".
1569         * LaTeX.h: move out #include "DepTable.h".
1570         * LyXAction.h: move out #include "funcrequest.h".
1571         * buffer.h: move out #include "author.h", "iterators.h".
1572         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
1573         * lyx_main.h: move out #include "errorlist.h".
1574         * lyxfunc.h: move out #include "FuncStatus.h".
1575         * lyxtext: move out #include "lyxcursor.h".
1576         * paragraph_pimpl.h: move out #include "counters.h".
1577
1578 2003-09-03  Angus Leeming  <leeming@lyx.org>
1579
1580         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
1581         preamble_snippets list, enabling us to add snippets to the preamble
1582         only if the snippet was not there already.
1583
1584 2003-09-04  Angus Leeming  <leeming@lyx.org>
1585
1586         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
1587
1588 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1589
1590         * lyxfunc.C (dispatch): if fitCursor did something be sure to
1591         update
1592
1593 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1594
1595         * BranchList.C: point fix, earlier forgotten
1596
1597 2003-09-02  Angus Leeming  <leeming@lyx.org>
1598
1599         * box.C (contains): renamed from 'contained' after a fantastic
1600         amount of hot air.
1601
1602 2003-09-02  John Levon  <levon@movementarian.org>
1603
1604         * BufferView.C:
1605         * lyxcursor.h:
1606         * lyxcursor.C:
1607         * lyxfunc.C:
1608         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
1609
1610 2003-09-02  John Levon  <levon@movementarian.org>
1611
1612         * text2.C: simplification of cursorEnd(), including partial
1613         fix for bug 1376
1614
1615 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1616
1617         * buffer.C (readFile): add a space
1618
1619 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1620
1621         * BufferView_pimpl.C (update): remove bogus fitCursor() call
1622
1623 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1624
1625         * buffer.C (readFile): new function, take a filename and a
1626         ParagraphList::iterator
1627         (readFile): adjust
1628         (readFile): adjust, make it private. don't use setStream, make
1629         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
1630         always contain the filename.
1631
1632         * BufferView.C (insertLyXFile): simplify and make it work for
1633         gzipped files.
1634
1635 2003-08-30  John Levon  <levon@movementarian.org>
1636
1637         * Makefile.am: fix dist (from Kayvan)
1638
1639 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1640
1641         * most files: change to use const Buffer refs
1642
1643 2003-08-27  André Pönitz  <poenitz@gmx.net>
1644
1645         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
1646         on top of ownerPar().
1647
1648 2003-08-27  John Levon  <levon@movementarian.org>
1649
1650         * funcrequest.C: properly initialise POD members
1651
1652 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1653
1654         * lyxtext.h (top_y): move top_y from here
1655         * text.C:
1656         * text2.C:
1657         * text3.C:
1658         * BufferView.[Ch]:
1659         * BufferView_pimpl.[Ch]: to here
1660         * frontends/screen.C:
1661         * insets/insettabular.C:
1662         * insets/insettext.C: adjust
1663         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1664
1665 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1666
1667         * BufferView.[Ch]:
1668         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1669
1670 2003-08-26  André Pönitz  <poenitz@gmx.net>
1671
1672         * paragraph_func.[Ch] (outerPar): new function
1673
1674         * paragraph.C:
1675         * paragraph_funcs.C:
1676         * paragraph_funcs.h:
1677         * paragraph_pimpl.C:
1678         * text2.C: remove Inset::par_owner
1679
1680 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1681
1682         * lyxrow_funcs.C:
1683         * lyxtext.h:
1684         * text.C:
1685         * text2.C: eliminates the needFullRow/display() stuff
1686         altogether, putting the logic in metrics/draw in the insets.
1687
1688 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1689
1690         * text2.C (redoParagraphInternal, redoParagraphs):
1691         * text.C (redoParagraph): add a call to updateRowPositions at the
1692         end of each 'metrics-like' call. Remove all others.
1693         (getRow): remove the 'y-computing' version.
1694         (getRowNearY): do not compute nor return the real y. Solve the
1695         'y < 0' problem and simplify.
1696
1697 2003-08-22  Angus Leeming  <leeming@lyx.org>
1698
1699         * *.[Ch]: clean-up of licence and author blurbs.
1700         Also move config.h out of a few .h files and into a few .C files.
1701
1702 2003-08-22  André Pönitz  <poenitz@gmx.net>
1703
1704         * lyxrow.[Ch]: add x_ and *fill_ members
1705
1706         * lyxtext.h:
1707         * text.C:
1708         * rowpainter.C:
1709         * text2.C: adjust/remove prepareToPrint() calls
1710
1711 2003-08-22  André Pönitz  <poenitz@gmx.net>
1712
1713         * lyxrow.[Ch]: add  end_ member
1714
1715         * lyxrow_funcs.C: use LyXRow::end_
1716
1717         * lyxtext.h (singleWidth): add LyXFont parameter
1718
1719         * rowpainter.C:
1720         * text2.C: adjust LyXText::singleWidth() calls
1721
1722         * text.C (redoParagraph): simplify row breaking logic
1723
1724
1725 2003-08-19  André Pönitz  <poenitz@gmx.net>
1726
1727         * funcrequest.C: initialize button_ member
1728
1729         * text3.C:
1730         * rowpainter.[Ch]: interface consolidation
1731
1732 2003-08-18  André Pönitz  <poenitz@gmx.net>
1733
1734         * BufferView.C:
1735         * BufferView_pimpl.C:
1736         * lyxfind.C:
1737         * paragraph_funcs.C:
1738         * rowpainter.C:
1739         * text3.C: remove LyXScreen::draw() and fitCursor calls
1740
1741         * BranchList.h: remove spurious semicolons
1742
1743         * MenuBackend.C: fix branchlist related crash
1744
1745 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1746
1747         * BranchList.[Ch]:
1748         * InsetList.[Ch]:
1749         * LColor.[Ch]:
1750         * LyXAction.C:
1751         * Makefile.am:
1752         * MenuBackend.[Ch]:
1753         * bufferparams.[Ch]:
1754         * factory.C:
1755         * lfuns.h:
1756         * lyxfunc.C:
1757         * text3.C: implements the 'branch inset'
1758         idea. This allows the output of various versions of a document
1759         from a single source version, selectively outputing or suppressing
1760         output of parts of the text.
1761         This implementation contains a 'branch list editor' in a separate
1762         tab of the document settings dialog. Branches are user definable
1763         and have a "display colour" to distinguish them on-screen.
1764
1765         ColorHandler was somewhat cleaned up.
1766         (1) make possible a dynamically growing LColor list by allowing
1767         the graphic context cache to grow along (vector);
1768         (2) eliminate an IMHO unnecessary step in colour allocation.
1769
1770 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1771
1772         * BufferView_pimpl.C: compile fix
1773
1774 2003-08-15  André Pönitz  <poenitz@gmx.net>
1775
1776         * rowpainter.C: remove extra metrics calls
1777
1778         * lyxtext.h: merge the two constructors into a single one,
1779           pass reference to owner's par list
1780
1781         * BufferView_pimpl.C:
1782         * text.C:
1783         * text2.C: adjust
1784
1785 2003-08-15  André Pönitz  <poenitz@gmx.net>
1786
1787         * lyxrow_funcs.[Ch]:
1788         * lyxtext.h:
1789         * paragraph.h:
1790         * paragraph_funcs.C:
1791         * rowpainter.C:
1792         * text.C:
1793         * text2.C:
1794         * text3.C:
1795         * text_funcs.C: split LyXText::rowlist_ into individual
1796         Paragraph::rows_ chunks
1797
1798         * BufferView.[Ch]:
1799         * BufferView_pimpl.[Ch]:
1800         * lyxfind.C:
1801         * lyxtext.h:
1802         * text3.C: remove toggleSelection()
1803
1804 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1805
1806         * bufferlist.C: beautify two alerts (shorter text of buttons)
1807         * buffer.C: Remove redundant ' ' from message
1808         * tabular.h:
1809         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1810         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1811         rename VALIGN_CENTER to VALIGN_MIDDLE
1812
1813 2003-08-11  André Pönitz  <poenitz@gmx.net>
1814
1815         * lyxtext.h (getPar):
1816         * text.C: new function
1817
1818 2003-08-11  André Pönitz  <poenitz@gmx.net>
1819
1820         * Makefile.am:
1821         * tracer.[Ch]: remove unneeded files
1822
1823         * InsetList.[Ch]: remove resizeInsetsLyXText()
1824
1825         * lyxtext.h:
1826         * text.C:
1827         * text2.C:
1828         * text3.C: merge insertParagraphs() and appendParagraph()
1829         remove breakAgain(), update()
1830
1831         * BufferView_pimpl.[Ch]:
1832         * bufferview_funcs.[Ch]:
1833         * lyxfunc.C:
1834         * paragraph.[Ch]:
1835         * rowpainter.C:
1836         * tabular.C: adjust after text & InsetList changes.
1837
1838 2003-08-08  André Pönitz  <poenitz@gmx.net>
1839
1840         * text.C (insertChar, backspace): replace rowlist fiddling
1841         with rebreak of full par
1842
1843         * lyxtext.h:
1844         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1845         checkParagraph, updateInset): removed
1846
1847 2003-08-07  André Pönitz  <poenitz@gmx.net>
1848
1849         * paragraph.C:
1850         * text3.C: merge some LFUN handlers, remove dead code
1851
1852 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1853
1854         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1855
1856 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1857
1858         * text2.C (DEPM): fix part of bug 1255 and 1256
1859
1860 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1861
1862         * BufferView_pimpl.C (workAreaDispatch): change to use
1863         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1864         that are no mouse related.
1865
1866 2003-08-05  André Pönitz  <poenitz@gmx.net>
1867
1868         * BufferView.[Ch]:
1869         * BufferView_pimpl.[Ch]:
1870         * bufferview_funcs.C:
1871         * text2.C:
1872         * text3.C: rip out "deep update"
1873
1874         * textcursor.[Ch] (last_sel_cursor): remove unused member
1875
1876 2003-08-04  André Pönitz  <poenitz@gmx.net>
1877
1878         * BufferView.[Ch]:
1879         * BufferView_pimpl.[Ch]:
1880         * ParagraphParameters.C:
1881         * bufferview_funcs.C:
1882         * lyx_cb.C:
1883         * lyxfind.C:
1884         * lyxfunc.C:
1885         * text.C:
1886         * text2.C:
1887         * text3.C: replace "complicated" BufferView::update(...) calls with
1888         simpler ones.
1889
1890         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1891
1892 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1893
1894         * Makefile.am (lyx_SOURCES): add paper.h
1895
1896 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1897
1898         * Makefile.am: move things around so that both lyx-qt and
1899         lyx-xforms can be built (according to --with-frontend). Then lyx
1900         is a symbolic link to lyx-[firstfrontend]
1901
1902 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1903
1904         * Always use std::endl with lyxerr
1905
1906 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1907
1908         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1909
1910 2003-08-01  André Pönitz  <poenitz@gmx.net>
1911
1912         * BufferView.[Ch]:
1913         * BufferView_pimpl.[Ch]:
1914         * lyxfunc.C:
1915         * text3.C: merge BufferView::repaint() and BufferView::update()
1916
1917 2003-08-01  José Matos  <jamatos@lyx.org>
1918
1919         * buffer.[Ch]: file_format is no longer a buffer data element.
1920
1921 2003-08-01  André Pönitz  <poenitz@gmx.net>
1922
1923         * BufferView.C:
1924         * lyxtext.h:
1925         * text.C:
1926         * text2.C: make redoParagraph more independent of current cursor
1927
1928         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1929         * text.C:
1930         * text2.C: remove unneeded members
1931
1932 2003-07-30  André Pönitz  <poenitz@gmx.net>
1933
1934         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1935
1936         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1937           create a single function...
1938
1939         * paragraph_funcs.C (moveItem): ... here.
1940
1941         * text.C:
1942           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1943
1944 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1945
1946         * LColor.[Ch]: Add comment and greyedout logical colors.
1947
1948 2003-07-30  André Pönitz  <poenitz@gmx.net>
1949
1950         * tabular.C: don't use Assert too heavily. This crashes where it
1951           shouldn't
1952
1953 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1954
1955         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1956         is disabled (bug 1232)
1957
1958 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1959
1960         * factory.C: limited 'arg' scope
1961
1962 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1963
1964         * factory.C: fixed Note submenu issues
1965
1966 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1967
1968         * factory.C: submenu for Note/Comment/Greyedout
1969
1970 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1971
1972         * lyx_main.C (LyX):
1973         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1974
1975 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1976
1977         * LaTeXFeatures.C:
1978         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1979         greyedout. Patch provided by Jürgen Spitzmüller.
1980
1981 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1982
1983         * kbmap.C (read): fix error message when reading bind files
1984
1985 2003-07-29  Angus Leeming  <leeming@lyx.org>
1986
1987         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1988         certainly does not do what it purports to do. I am doing it, and
1989         us, a favour by killing it.
1990
1991 2003-07-28  José Matos  <jamatos@lyx.org>
1992
1993         * buffer.C (readBody, do_writeFile):
1994         * paragraph.C(readParagraph): \end_document replaces \the_end.
1995
1996 2003-07-29  André Pönitz  <poenitz@gmx.net>
1997
1998         * BufferView.[Ch]:
1999         * BufferView_pimpl.[Ch]:
2000         * lyxfunc.C:
2001         * text2.C:
2002         * text3.C:
2003         * textcursor.[Ch]: remove toggleToggle & Co
2004
2005 2003-07-28  José Matos  <jamatos@fep.up.pt>
2006
2007         * buffer.C (readParagraph):
2008         * params_func (readParToken, readParagraph):
2009         * paragraph.C (write): \layout -> \begin_layout.
2010
2011 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2012
2013         * lyxlex_pimpl.C (setFile): clean up slightly.
2014
2015         * bufferparams.h: add compressed var
2016
2017         * buffer_funcs.C (readFile): adjust for LyXLex change
2018         (newFile): ditto + simplify
2019
2020         * buffer.C (writeFile): handle writing of compressed files
2021
2022         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
2023         Check if the file is compressed and set a bufferparm if so.
2024
2025         * Makefile.am (lyx_LDADD): remove explicit -lz
2026
2027 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2028
2029         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
2030         makeDocBookFile): put the real LyX version in the first line of
2031         the file
2032
2033         * version.h:
2034         * version.C.in: remove lyx_docversion
2035
2036         * tabular.C (write_attribute): add a template-based version to
2037         write enums properly
2038
2039 2003-07-28  André Pönitz  <poenitz@gmx.net>
2040
2041         * lyxtext.h:
2042         * text.C:
2043         * text2.C:
2044         * text3.C: use doubles again for x-coordinates. They are needed.
2045
2046 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2047
2048         * messages.C (getLocaleDir): use lyx_localedir()
2049
2050         * lyxlex_pimpl.C (setFile): compress stuff
2051
2052         * buffer.C (writeFile): add some compression stuff
2053         (do_writeFile): new func, dont call expliti close... will this
2054         breake anything?
2055
2056         * Makefile.am (lyx_LDADD): add -lz
2057
2058 2003-07-28  José Matos  <jamatos@fep.up.pt>
2059
2060         * buffer.C: increment file format.
2061         * paragraph_funcs (readParagraph, readParToken):
2062         * paragraph.C (readParagraph): add \end_layout.
2063
2064 2003-07-27  Angus Leeming  <leeming@lyx.org>
2065
2066         * Makefile.am: remove special casing for configure-time setting of
2067         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
2068
2069         * lyx_main.C (init): remove all Jean-Marc's magic setting of
2070         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
2071
2072 2003-07-26  André Pönitz  <poenitz@gmx.net>
2073
2074         * paragraph_func.[Ch]:
2075         * paragraph.C (realizeFont): inline it whereever it is used
2076
2077         * rowpainter.C:
2078         * text.C:
2079         * text2.C:
2080         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
2081
2082
2083 2003-07-26  André Pönitz  <poenitz@gmx.net>
2084
2085         *       lyxtext.h:
2086         * text.C:
2087         * text2.C: get rid of LyXText::need_break_row
2088
2089 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2090
2091         * toc.[Ch]: put namespace toc inside namespace lyx
2092
2093         * MenuBackend.C (expandToc2): adjust for lyx::toc
2094         (expandToc): ditto
2095
2096         * lyxfunc.C (dispatch): adjust for lyx::find
2097
2098         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
2099         lyx::find instead. Reorganize a bit.
2100         (LyXReplace): rename to replace
2101         (LyXFind): rename to find
2102
2103         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
2104         (dispatch): ditto
2105
2106 2003-07-26  André Pönitz  <poenitz@gmx.net>
2107
2108         * text.C (setHeightOfRow): restrict scope of temporary variable
2109
2110         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
2111           code (never has been used?)
2112
2113 2003-07-27  Asger Alstrup  <alstrup@local>
2114
2115         * text.C (fill): Optimise algorithm to exploit that we can reuse
2116         the LyXFont for many characters.
2117         (setHeightOfRow): Same thing.
2118         (rowBreakPoint): Same thing.
2119
2120 2003-07-26  Asger Alstrup  <alstrup@local>
2121
2122         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
2123
2124         * text.C (singleWidth): Spurious font copying in hot-spot
2125         singleWidth avoided. Reorder tests for arabic for efficiency.
2126
2127         * text.C (fill): handle empty paragraphs better.
2128
2129 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2130
2131         * ispell.C:
2132         * encoding.h: add includes
2133
2134         * lyxrc.C: remove reading of bind files
2135
2136         * lyx_main.C (init): setup bindings and menus only if we have a
2137         gui.
2138
2139         * kbmap.C (read): new method. Do the actual reading of bind
2140         files.
2141
2142         * converter.C (dvipdfm_options):
2143         * bufferparams.C:
2144         * lyxrc.C (read):
2145         (output): adapt PAPER_* enums.
2146
2147         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
2148
2149         * bufferparams.h: remove paper-related enums from there
2150
2151         * paper.h: New file. A trivial header file to hold paper-related
2152         enums. It should later expand to contain many paper-related
2153         horrors access.
2154
2155         * lyxrc.C: declare extern displayTranslator
2156
2157 2003-07-27  José Matos  <jamatos@fep.up.pt>
2158
2159         * tabular.[Ch] (linuxdoc): add support for tables and figures
2160         (linuxdoc).
2161
2162 2003-07-27  José Matos  <jamatos@fep.up.pt>
2163
2164         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
2165         consistency in both functions.
2166         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
2167
2168 2003-07-26  Asger Alstrup  <alstrup@local>
2169
2170         * rowpainter.C (paintRows): Change algorithm to work directly on
2171         the insets rather than asking every character in the document
2172         whether its an inset.
2173
2174 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
2175
2176         * buffer.C (openFileWrite): factorize some code
2177
2178 2003-07-26  Angus Leeming  <leeming@lyx.org>
2179
2180         * lyx_cb.C:
2181         * lyx_main.[Ch]: replace occurances of system_tempdir with
2182         os::getTmpDir().
2183
2184 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2185
2186         * rename Inset to InsetOld
2187
2188 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
2189
2190         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
2191         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
2192         which I think is a bit clearer. EDIT is gone, since it was
2193         premature optimisation, and broken for mathed anyway.
2194         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
2195         with cursor positioning in insets as well (math insets still do not
2196         work, but that's a different story anyway.) It mysteriously
2197         crashes sometimes with undo in the first paragraph, but I'm fairly
2198         confident that this is a compiler bug.
2199
2200 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2201
2202         * paragraph.C (Paragraph): adjust for new clone return type
2203         (operator==): ditto
2204         (copyIntoMinibuffer): ditto
2205
2206 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
2207
2208         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
2209         by not having a special case, and always doing a full rebreak of
2210         the document after undo.
2211
2212 2003-07-23  Angus Leeming  <leeming@lyx.org>
2213
2214         * factory.C (createInset): InsetExternal::setParams now takes a
2215         Buffer const * arg.
2216
2217 2003-07-23  Angus Leeming  <leeming@lyx.org>
2218
2219         * factory.C (createInset): changed interface to the external and
2220         graphics mailers' string2params functions.
2221
2222 2003-07-23  Angus Leeming  <leeming@lyx.org>
2223
2224         * factory.C (createInset): pass a
2225         Buffer const * parameter to InsetExternalMailer's string2params.
2226
2227 2003-07-22  John Levon  <levon@movementarian.org>
2228
2229         * Thesaurus.h: include the right aiksaurus header
2230
2231 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2232
2233         * MenuBackend.C (expand): check menu shortcuts unconditionally
2234
2235 2003-07-21  Angus Leeming  <leeming@lyx.org>
2236
2237         * factory.C (createInset): pass a
2238         buffer_path parameter to InsetGraphicsMailer's string2params.
2239
2240 2003-07-21  Angus Leeming  <leeming@lyx.org>
2241
2242         * BufferView_pimpl.C (buffer):
2243         * buffer.C (d-tor):
2244         * lyx_main.C (LyX):
2245         * lyxfunc.C (dispatch):
2246         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
2247         rather than the grfx shortcut.
2248
2249 2003-07-21  André Pönitz  <poenitz@gmx.net>
2250
2251         * rowpainter.C: remove unused variables
2252
2253         * tabular_funcs.C:
2254         * tabular_funcs.h: move to tabular.C
2255         * Makefile.am: adjust
2256
2257         * tabular.[Ch]: basic optical cleaning
2258
2259         * author.h: pass references, not values
2260
2261 2003-07-18  André Pönitz  <poenitz@gmx.net>
2262
2263         * lyxtext.h:
2264         * metricsinfo.C:
2265         * metricsinfo.h:
2266         * rowpainter.C:
2267         * text.C:
2268         * text2.C:
2269         * text3.C: two-phase drawing for InsetText and InsetTabular
2270         some float -> int changes.
2271
2272 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2273
2274         * lyx_main.C: fix the fix
2275
2276 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2277
2278         * lyx_main.C: fix a crash in batch mode if no files specified
2279         * converter.C: ws
2280
2281 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
2282
2283         * format.[Ch] (papersize): moved to BufferParams
2284         * converter.[Ch] (dvips_options): moved to BufferParams
2285         (dvipdfm_options): moved to anon namespace
2286         * bufferparams.[Ch]: added above functions.
2287
2288 2003-07-17  André Pönitz  <poenitz@gmx.net>
2289
2290         * lyxtext.h:
2291         * rowpainter.C:
2292         * text2.C: don't call inset->update() anymore
2293
2294         * metricsinfo.[Ch]: add convenience constructor
2295
2296 2003-07-16  André Pönitz  <poenitz@gmx.net>
2297
2298         * lyxcursor.[Ch]:
2299         * lyxfunc.[Ch]:
2300         * text.C:
2301         * text2.C: replace the LyXCursor::irow_ member with
2302          on-demand computation of the value
2303
2304 2003-07-16  John Levon  <levon@movementarian.org>
2305
2306         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
2307
2308 2003-07-15  André Pönitz  <poenitz@gmx.net>
2309
2310         * text.C:
2311         * text2.C: remove no more needed refresh_row
2312
2313 2003-07-15  André Pönitz  <poenitz@gmx.net>
2314
2315         * lyxtext.h:
2316         * rowpainter.C:
2317         * text2.C:
2318         * text3.C: refresh_status tristate -> need_update bool
2319
2320 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
2321
2322         * lyxtext.h (init): remove reinit argument (act as if always true)
2323         * text2.C: adjust to that
2324
2325 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2326
2327         * bufferview_funcs.[Ch]: introduce function replaceSelection()
2328         * text3.C: use it to delete selections in some cases
2329         (bugs 441, 673, 702, 954).
2330
2331 2003-07-14  André Pönitz  <poenitz@gmx.net>
2332
2333         * rowpainter.[Ch]: reduce interface
2334
2335 2003-07-14  André Pönitz  <poenitz@gmx.net>
2336
2337         * BufferView_pimpl.C:
2338         * text2.C: adjust after removing unused BufferView * argument
2339
2340 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
2341
2342         * text2.C (init): fix a crash fired on resize
2343
2344 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
2345
2346         * buffer.[Ch]: added new closing signal
2347         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
2348         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
2349         BufferView::Pimpl via the closing the signal
2350
2351 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
2352
2353         * buffer.[Ch]: take out all bv-related from buffer
2354         * BufferView.C:
2355         * BufferView_pimpl.[Ch]: connect to new signals
2356         * CutAndPaste.C: removed useless asserts
2357         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
2358         * lyxvc.[Ch]:
2359         * vc-backend.[Ch]:
2360         * lyxfunc.C: moved view-related funciontality from vc here
2361         * paragraph.C: removed outdated comments
2362         * text.C: ws
2363
2364 2003-07-10  André Pönitz  <poenitz@gmx.net>
2365
2366         * BufferView_pimpl.C:
2367         * tabular.h:
2368         * tabular_funcs.C:
2369         * text.C:
2370         * text2.C: remove InsetText::InnerCache, clean up consequences
2371
2372 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2373
2374         * ispell.C: fix two typos in error messages
2375
2376 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
2377
2378         * Extend Note inset to other forms of annotation like Comment
2379         and Greyedout. Right button click gives dialog.
2380
2381         Files modified or added (+):
2382
2383         * insetnote.[Ch]
2384         * FormNote.[Ch]      +
2385         * ControlNote.[Ch]   +
2386         * form_note.fd       +
2387         * Makefile.am in frontends/xforms, frontends/xforms/forms,
2388         frontends/controllers
2389         * xforms/Dialogs.C
2390         * factory.C
2391
2392 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2393
2394         * aspell.C: add missing namespace lyx::support
2395
2396 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
2397
2398         * BufferView.[Ch] (newFile): Add
2399         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
2400         * LaTeX.[Ch] (message): added this signal and use it
2401         * buffer.[Ch] (busy, message): added these signals and use them
2402         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
2403         * converter.C:
2404         * exporter.C:
2405         * format.C:
2406         * importer.C: use buffer signals instead of direct bv calling
2407         * lyx_cb.[Ch] (ShowMessage): removed
2408         * lyx_main.C:
2409         * lyxfunc.C:
2410         * paragraph_funcs.C:
2411         * text2.C: use buffer signals
2412
2413 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2414
2415         * introduce namespace lyx::graphics
2416
2417 2003-07-02  André Pönitz  <poenitz@gmx.net>
2418
2419         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
2420
2421 2003-07-01  André Pönitz  <poenitz@gmx.net>
2422
2423         * text.C:
2424         * text2.C:
2425         * text3.C:
2426         * text_funcs.[Ch]:
2427         * textcursor.h:
2428         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
2429           text*.C to text_func.C
2430
2431 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2432
2433         * introduce namespace lyx::support
2434
2435 2003-06-30  André Pönitz  <poenitz@gmx.net>
2436
2437         * Chktex.C:
2438         * funcrequest.C:
2439         * lyxtext.h:
2440         * text.C: re-enable --with-included-string
2441
2442 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2443
2444         * textcursor.C: add <config.h>
2445
2446         * text.C (getWord): remove const from word_location arg
2447
2448         * lyxvc.C (getLogFile): fix const type order
2449
2450         * lyxtext.h: remove const from word_location arg, add arg name
2451
2452         * lyxlayout.h: currect type on labeltype.
2453
2454         * importer.C: correct \file
2455
2456         * converter.C (intToFormat): use std:: on ret val, ws changes
2457
2458         * bufferlist.h: correct \file
2459
2460         * buffer.C (makeLinuxDocFile): fix const type order
2461         (makeDocBookFile): ditto
2462         (fillWithBibKeys): use std:: on stdlib args.
2463
2464         * CutAndPaste.C: fix authors.
2465         (availableSelections): use std:: on return vector
2466
2467 2003-06-27  André Pönitz  <poenitz@gmx.net>
2468
2469         * BufferView_pimpl.C:
2470         * bufferview_funcs.C:
2471         * lyxcursor.C:
2472         * lyxcursor.h:
2473         * lyxfunc.C:
2474         * lyxtext.h:
2475         * rowpainter.C:
2476         * text.C:
2477         * text2.C:
2478         * text3.C: remove LyXCursor::row_ member
2479
2480         * lyxtext.h:
2481         * text.C: rename fullRebreak() to partialRebreak() and implement
2482           a fullRebreak() that really bereks fully
2483
2484         * textcursor.h: new struct for cursor-related data
2485
2486 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
2487
2488         * lyx_main.C (LyX): get full path of document loaded on the
2489         command line
2490
2491 2003-06-26  André Pönitz  <poenitz@gmx.net>
2492
2493         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
2494           remove unused/broken operator>,<,>=.
2495
2496         *       text.C: remove only use of broken operator<= in an Assert().
2497
2498 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2499
2500         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
2501         moved errorlist_.clear to showErrorList
2502
2503 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2504
2505         * converter.C (scanLog, runLaTeX):
2506         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
2507         move the bv->showErrorList call to the callers
2508         * lyxfunc.C: i.e. here...
2509         * text2.C: and here
2510         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
2511         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
2512         namespace, the second to...
2513         * buffer_funcs (BufferFormat, parseErrors): added
2514         * errorlist.C (ErrorList(TeXErrors const &)): removed
2515
2516 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2517
2518         * ToolbarBackend.C (getIcon): complain when icon cannot be found
2519
2520 2003-06-24  "Garst R. Reese" <reese@isn.net>
2521
2522         * debug.C: fix typo
2523
2524 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2525
2526         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
2527
2528         * version.C.in: change docversion to 1.4
2529
2530 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
2531
2532         * buffer.C: fix a bug just introduced
2533
2534 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
2535
2536         * buffer.[Ch]: added the parseError signal and use it, removed
2537         sgmlError
2538         * BufferView.[Ch] (addError): moved to ...
2539         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
2540         to the Buffer::parseError signal to catch (guess what) parse errors
2541         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
2542
2543 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
2544
2545         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
2546         ability to create a buffer and to return an existing one from
2547         the list. Moved these functions to...
2548         * buffer_funcs.[Ch]: added
2549         * BufferView.[Ch] (loadLyXFile): added
2550         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
2551         job removed from bufferlist::loadLyXFile.
2552         * buffer.C (setReadOnly): make it work without view
2553         (i.e added an if (users))
2554
2555 2003-06-19  Angus Leeming  <leeming@lyx.org>
2556
2557         * lfuns.h:
2558         * LyXAction.C (init):
2559         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
2560         with LFUN_DIALOG_SHOW <name> <data>.
2561
2562 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2563
2564         * CutAndPaste.C (availableSelections): small compilation fix for
2565         ancient (gcc 2.9x) compilers
2566
2567 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2568
2569         * text3.C (cursorNext): add tmp var
2570
2571         * text2.C (updateCounters): for function calling out of for clause
2572         (replaceSelectionWithString): ditto
2573         (insertStringAsParagraphs): ditto
2574         (getColumnNearX): add tmp var
2575         (setCursorFromCoordinates): add tmp var
2576         (cursorDownParagraph): add tmp var
2577         (deleteEmptyParagraphMechanism): add tmp var
2578
2579         * text.C (insertChar): add tmp var
2580
2581         * rowpainter.C (paintDepthBar): add tmp var
2582
2583         * CutAndPaste.C (availableSelections): potentially check all
2584         paragraphs in a cut to fill the shown strings.
2585
2586 2003-06-18  André Pönitz  <poenitz@gmx.net>
2587
2588         * kbmap.[Ch]: use vector<> instead of list<>
2589
2590 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2591
2592         * text3.C (dispatch): handle arg to LFUN_PASTE, call
2593         pasteSelection with index
2594
2595         * text2.C (pasteSelection): modify, call pasteSelection with index
2596
2597         * paragraph.C (asString): reimplement version with no interval to
2598         call the one with interval.
2599
2600         * lyxtext.h: add index arg to pasteSelection
2601
2602         * MenuBackend.C (MenuItem): handle PasteRecent
2603         (Menu::read::Menutags): add md_pasterecent
2604         (read): handle it
2605         (expandPasteRecent): new function
2606         (expand): use it
2607
2608         * MenuBackend.h: add PasteRecent to MenuItem::Kind
2609
2610         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
2611         the limited stack
2612         (availableSelections): new function
2613
2614 2003-06-17  Angus Leeming  <leeming@lyx.org>
2615
2616         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
2617
2618 2003-06-17  Angus Leeming  <leeming@lyx.org>
2619
2620         * lfuns.h:
2621         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
2622
2623         * lyxfunc.C (dispatch): invoke it.
2624
2625 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2626
2627         * iterators.C (operator++, ParPosition): reintroduce some
2628         const_cast for the benefit of older compilers.
2629
2630 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2631
2632         * text3.C (dispatch): do not modify clipboard when doing
2633         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
2634         LFUN_DELETE_SKIP on a selection selection
2635
2636 2003-06-16  André Pönitz  <poenitz@gmx.net>
2637
2638         * BufferView.C:
2639         * buffer.C:
2640         * buffer.h:
2641         * paragraph.C:
2642         * tabular.[Ch]: IU of clone() and getLabelList();
2643
2644 2003-06-13  André Pönitz  <poenitz@gmx.net>
2645
2646         * tabular.h: compactification
2647
2648 2003-06-12  André Pönitz  <poenitz@gmx.net>
2649
2650         * tabular.C:
2651         * tabular.h:
2652         * tabular_funcs.h: some renaming plus whitespace
2653
2654 2003-06-12  André Pönitz  <poenitz@gmx.net>
2655
2656         * BufferView.C:
2657         * BufferView_pimpl.C:
2658         * CutAndPaste.C:
2659         * buffer.C:
2660         * iterators.[Ch]:
2661         * lyxfunc.C:
2662         * text.C:
2663         * toc.C: Return a Paragraph & for ParIterator::operator*()
2664
2665 2003-06-11  John Levon  <levon@movementarian.org>
2666
2667         * lyx_main.C:
2668         * ToolbarBackend.h:
2669         * ToolbarBackend.C: add "Toolbars" section and
2670         put the flags there
2671
2672 2003-06-10  Angus Leeming  <leeming@lyx.org>
2673
2674         * lfuns.h:
2675         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2676
2677         * lyxfunc.C (dispatch): invoke it.
2678
2679 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2680
2681         * main.C: protect <ios> with HAVE_IOS
2682         (main): protect sync_with_stdio with HAVE_IOS
2683
2684 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2685
2686         * text2.C (cutSelection): adjust
2687         (pasteSelection): adjust
2688
2689         * messages.C: handle get of empty string
2690
2691         * main.C (main): use sync_with_stdio(false)
2692
2693         * lyxfunc.C (dispatch): adjust
2694
2695         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2696         (WriteAs): remove unneeded BufferView arg.
2697
2698         * bufferparams.h: use correct types on papersize, papersize2 and
2699         paperpackage.
2700
2701         * bufferparams.C (readToken): adjust for type
2702         (writeLaTeX): add missing cases to switch.
2703
2704         * bufferlist.C (quitWriteBuffer): adjust
2705         (close): adjust
2706
2707         * buffer.C (asciiParagraph): remove some commented code.
2708
2709         * CutAndPaste.C: remove current_view extern variable.
2710         (cutSelection): add BufferParams arg.
2711         (eraseSelection): add BufferParams arg.
2712         (pasteSelection): add Buffer const & arg
2713
2714 2003-06-07  John Levon  <levon@movementarian.org>
2715
2716         * buffer.C:
2717         * paragraph_funcs.C:
2718         * paragraph_pimpl.C:
2719         * text.C:
2720         * text2.C:
2721         * paragraph.h:
2722         * paragraph.C: allow InsetERT to freely space lines,
2723         and some consolidation of code
2724
2725 2003-06-06  José Matos  <jamatos@fep.up.pt>
2726
2727         * buffer.C (makeDocBookFile): fix bug #821
2728
2729 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2730
2731         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2732
2733 2003-06-04  Angus Leeming  <leeming@lyx.org>
2734
2735         * buffer.C: bump format to 224.
2736
2737 2003-06-05  André Pönitz  <poenitz@gmx.net>
2738
2739         * text2.C (redoParagraphs): remove two const_cast<>
2740
2741 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2742
2743         * ParagraphList.h: remove last remnants of NO_STD_LIST
2744
2745 2003-06-03  Angus Leeming  <leeming@lyx.org>
2746
2747         * factory.C (createInset): small change to the way InsetExternal's params
2748         are set.
2749
2750 2003-06-04  André Pönitz  <poenitz@gmx.net>
2751
2752         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2753
2754         * paragraph_pimpl.h:
2755         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2756
2757         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2758
2759         * undo_funcs.C: make some simple cases of undo work again
2760
2761 2003-06-03  John Levon  <levon@movementarian.org>
2762
2763         * ispell.C: HPUX doesn't have sys/select.h
2764         (from Albert Chin)
2765
2766 2003-06-03  John Levon  <levon@movementarian.org>
2767
2768         * CutAndPaste.C: update tabular and include inset
2769         buffer references
2770
2771         * buffer.h:
2772         * paragraph.h:
2773         * paragraph.C: remove owningBuffer(), don't pass Buffer
2774         to clone()
2775
2776         * factory.C: insetGraphicsParams changed
2777
2778 2003-06-02  John Levon  <levon@movementarian.org>
2779
2780         * LyXAction.C:
2781         * factory.C:
2782         * lfuns.h:
2783         * lyxfunc.C:
2784         * text3.C: remove insetparent
2785
2786 2003-06-02  John Levon  <levon@movementarian.org>
2787
2788         * buffer.h:
2789         * buffer.C: fix inset_iterator.end(), move out of line
2790         (bug 1149)
2791
2792 2003-06-01  John Levon  <levon@movementarian.org>
2793
2794         * text3.C: use a proper cut/paste when doing inset
2795         insert (from Jürgen Spitzmüller)
2796
2797 2003-06-01  John Levon  <levon@movementarian.org>
2798
2799         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2800
2801 2003-05-30  André Pönitz  <poenitz@gmx.net>
2802
2803         * rowpainter.C: unify second drawing phase
2804
2805 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2806
2807         * trans_mgr.C: remove one case of current_view
2808
2809         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2810
2811         * paragraph_funcs.h: remove paragraph.h include
2812
2813         * paragraph.h: delete NO_STD_LIST stuff
2814
2815         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2816
2817         * buffer.h: remove paragraph.h include
2818
2819         * ParagraphList.C: delete file
2820
2821         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2822
2823         * toc.C (getTocList): adjust
2824
2825         * paragraph_pimpl.C (validate): adjust
2826
2827         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2828
2829         * paragraph.C (Paragraph): adjust
2830         (getPositionOfInset): use const_iterator, adjust
2831         (bibitem): use const_iterator, adjust
2832         (setInsetOwner): adjust
2833
2834         * iterators.C (operator++): adjust
2835
2836         * InsetList.[Ch]: Replace selfmade iterator with standard
2837         vector::iterator also introduce const_iterator. Remove getPos,
2838         getInset and setInset from InsetTable. Adjust accordingly.
2839
2840         * BufferView.C (lockInset): adjust
2841         (ChangeInsets): adjust
2842
2843         * tabular.[Ch]: delete commented same_id functions
2844
2845 2003-05-28  John Levon  <levon@movementarian.org>
2846
2847         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2848
2849 2003-05-28  André Pönitz  <poenitz@gmx.net>
2850
2851         * metricsinfo.[Ch]: remove 'fullredraw' member
2852
2853 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2854
2855         * lyxtextclass.C (operator): remove caching.
2856
2857 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2858
2859         * text3.C: adjust
2860
2861         * text2.C (cursorBottom): adjust
2862         (setCounter): use ParagraphList::find, adjust
2863
2864         * text.C (workWidth): use ParagraphList::find, adjust
2865
2866         * lyxcursor.C (LyXCursor): adjust
2867
2868         * buffer.C (inset_iterator): adjust
2869
2870         * ParagraphList.h: make iterator(value_type) private, make
2871         ParagraphList a friend of iterator.
2872
2873         * ParagraphList.C (find): new function
2874
2875         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2876
2877 2003-05-27  André Pönitz  <poenitz@gmx.net>
2878
2879         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2880
2881 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2882
2883         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2884
2885 2003-05-26  John Levon  <levon@movementarian.org>
2886
2887         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2888
2889 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2890
2891         * remove same_id from function signatures, adjust.
2892
2893 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2894
2895         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2896
2897         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2898
2899         * paragraph.C (Paragraph): get rid of same_ids parameter
2900
2901         * ParagraphList.C (insert): adjust
2902         (push_back): adjust
2903
2904 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2905
2906         * paragraph_funcs.C (breakParagraph): adjust
2907         (breakParagraphConservative): adjust
2908
2909         * buffer.C (readParagraph): adjust
2910
2911         * ParagraphList.C (insert): take a reference instead of a pointer
2912         (insert): adjust
2913
2914         * paragraph.[Ch] (id): new function
2915
2916         * bufferlist.C (newFile): adjust
2917
2918         * ParagraphList.C (ParagraphList): adjust
2919         (assign): adjust
2920         (push_back): take a reference instead of a pointer.
2921
2922         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2923
2924         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2925         instead.
2926
2927         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2928         set else use old code.
2929
2930         * ParagraphList.C: remove all NO_NEXT code and only compile this
2931         code of NO_STD_LIST is set.
2932
2933 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2934
2935         * BufferView_pimpl.C:
2936         * TextCache.C:
2937         * TextCache.h:
2938         * bufferlist.C:
2939         * errorlist.h:
2940         * format.C:
2941         * format.h:
2942         * graph.C:
2943         * lyxfunc.C:
2944         * lyxrc.C:
2945         * graphics/GraphicsConverter.C:
2946         * graphics/PreviewLoader.C: header adjustment
2947
2948 2003-05-23  Angus Leeming  <leeming@lyx.org>
2949
2950         * LaTeXFeatures.[Ch] (useBabel): new method.
2951         * bufferparams.C (writeLaTeX): use it.
2952
2953 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2954
2955         * ParagraphList.h (set): remove unused function.
2956
2957 2003-05-23  André Pönitz  <poenitz@gmx.net>
2958
2959         * BufferView.C:
2960         * BufferView_pimpl.C:
2961         * buffer.C:
2962         * buffer.h:
2963         * lyxfunc.C:
2964         * undo_funcs.C: setUndo reworked
2965
2966         * iterators.[Ch]: add access to topmost ParagraphList
2967
2968         * lyxtext.[Ch] (workWidth): add a const
2969
2970 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2971
2972         * texrow.[Ch] (increasePos): remove function
2973         * exporter.C (export): removed unused var and outdated comment
2974
2975 2003-05-23  Angus Leeming  <leeming@lyx.org>
2976
2977         * latexrunparams.h: rename fragile as moving_arg.
2978         * paragraph.C (simpleTeXOnePar): ditto.
2979         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2980
2981 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2982
2983         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2984         (createUndo): ditto
2985         (textUndoOrRedo): comment out a currently unused var.
2986
2987         * paragraph.h (NO_NEXT): enable NO_NEXT
2988
2989         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2990
2991         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2992
2993         * exporter.C (Export): adjust for removeAutoInsets removal.
2994
2995         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2996
2997         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2998
2999         * BufferView.[Ch] (removeAutoInsets): delete function
3000
3001 2003-05-22  Angus Leeming  <leeming@lyx.org>
3002
3003         * latexrunparams.h: add a free_spacing variable.
3004
3005         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
3006         to pass moving_arg, as the data is stored in runparams.fragile.
3007
3008         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
3009         to Inset::latexOptional or to simpleTeXOnePar.
3010
3011         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
3012         free_spacing arg to Inset::latexOptional.
3013
3014         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3015         free_spacing arg.
3016
3017 2003-05-22  Angus Leeming  <leeming@lyx.org>
3018
3019         * latexrunparams.h: add fragile and use_babel variables.
3020
3021         * bufferparams.[Ch] (writeLaTeX): return use_babel.
3022         * buffer.C (makeLaTeXFile): store this returned value in
3023         runparams.use_babel, thus passing it to the inset::latex methods.
3024
3025         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
3026         simpleTeXSpecialChars as it is now stored in runparams.fragile.
3027
3028         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
3029         longer has a fragile arg, as it is stored in runparams.fragile.
3030
3031         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
3032         moving_arg parameter as the data is stored in runparams.fragile.
3033
3034         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3035         a fragile parameter as the data is stored in runparams.fragile.
3036
3037 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3038
3039         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
3040
3041 2003-05-22  Angus Leeming  <leeming@lyx.org>
3042
3043         * latexrunparams.h: add a 'bool nice' which defaults to false.
3044
3045         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
3046         now encapsulated within runparams.
3047
3048         * bufferlist.C (updateIncludedTeXfiles):
3049         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
3050
3051 2003-05-22  Angus Leeming  <leeming@lyx.org>
3052
3053         * latexrunparams.h: new file containing struct LatexRunParams.
3054         * Makefile.am: add new file.
3055
3056         * LaTeX.[Ch] (c-tor, run):
3057         * buffer.[Ch] (makeLaTeXFile):
3058         * bufferlist.[Ch] (updateIncludedTeXfiles):
3059         * converter.C (convert, scanLog):
3060         * converter.[Ch] (runLaTeX):
3061         * exporter.C (Export):
3062         * paragraph.[Ch] (simpleTeXOnePar):
3063         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
3064         * paragraph_funcs.[Ch] (latexParagraphs):
3065         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
3066         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
3067         pass around a LatexRunParams parameter.
3068
3069 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3070
3071         * paragraph.[Ch]: remove unused constructor
3072
3073         * ParagraphList.C (erase): new function, taking two iterators
3074
3075 2003-05-22  André Pönitz  <poenitz@gmx.net>
3076
3077         * undo_funcs.C: remove duplicated code
3078
3079         * iterator.[Ch]: operator=
3080
3081 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3082
3083         * tabular.C (SetMultiColumn): ws changes
3084
3085         * rowpainter.C (paintFirst): get rid of a ->previous
3086
3087         * lyx_cb.C (getPossibleLabel): parlist simplification
3088
3089         * BufferView.C (ChangeInsets): simplify slightly.
3090
3091 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3092
3093         * LyXAction.C: new lfun space-insert, kill protected-space-insert
3094         * lfuns.h: new LFUN_SPACE
3095         * lyxfunc.C: protected space has a new lfun
3096         * paragraph_funcs.C: read new space insets
3097         * text3.C:
3098         * factory.C: handle new space insets
3099
3100 2003-05-22  André Pönitz  <poenitz@gmx.net>
3101
3102         * BufferView.C:
3103         * BufferView_pimpl.C:
3104         * buffer.[Ch]:
3105         * lyxfunc.C:
3106         * undo_funcs.C: return a ParIterator from getParFromID.
3107
3108         * iterators.[Ch]: add two const's
3109
3110 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3111
3112         * toc.C (getTocList): adjust
3113
3114         * iterators.[Ch]: rework for parlist
3115
3116         * buffer.C (par_iterator_begin): adjust
3117         (par_iterator_end): adjust
3118
3119         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
3120
3121         * BufferView.C (removeAutoInsets): adjust
3122         (ChangeInsets): adjust
3123
3124 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
3125
3126         * text.C (top_y): fix bug 1110
3127
3128 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
3129
3130         * errorlist.[Ch]: added
3131         * buffer.C:
3132         * BufferView.[Ch]:
3133         * BufferView_pimpl.C:
3134         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
3135         instead
3136
3137 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3138
3139         * Makefile.am: ensure that lyx is relinked upon changes to the
3140         various "convenience" libs.
3141
3142 2003-05-20  Angus Leeming  <leeming@lyx.org>
3143
3144         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
3145         files are compiled in alphabetical order again.
3146
3147         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
3148
3149 2003-05-19  Angus Leeming  <leeming@lyx.org>
3150
3151         * gettext.[Ch]: remove "char const * _(char const *)".
3152
3153 2003-05-19  André Pönitz  <poenitz@gmx.net>
3154
3155         * dimension.[Ch]: promote from mathed/dimension.[Ch]
3156
3157         * Makefile.am:
3158         * BufferView.C:
3159         * DepTable.h:
3160         * LaTeXFeatures.C:
3161         * buffer.C:
3162         * lyxfont.C:
3163         * lyxlex.h:
3164         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
3165
3166 2003-05-19  André Pönitz  <poenitz@gmx.net>
3167
3168         * buffer.C:
3169         * lyxlayout.[Ch]:
3170         * lyxtextclass.[Ch]:
3171         * paragraph.C:
3172         * paragraph_funcs.[Ch]:
3173         * text2.C:
3174         * text3.C: more insetenv work
3175
3176 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
3177
3178         * ParagraphParameters.C (params2string): small bug fixed
3179
3180 2003-05-16  André Pönitz  <poenitz@gmx.net>
3181
3182         * debug.C:
3183         * bufferview_funcs.C: patch from Kornel Benko to prevent
3184           crash when _(...) is called twice in a statement
3185
3186 2003-05-16  André Pönitz  <poenitz@gmx.net>
3187
3188         * BufferView.C:
3189         * lyxfunc.C:
3190         * text.C:
3191         * text2.C:
3192         * text3.C:
3193         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
3194
3195 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
3196
3197         * lyx_main.C (init): remove spurious static_cast
3198
3199 2003-05-14  André Pönitz  <poenitz@gmx.net>
3200
3201         * BufferView.C: fix format string
3202
3203 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
3204
3205         * BufferView.[Ch] (insertErrors): removed
3206         * BufferView.[Ch] (showErrorList): added
3207         * buffer.C (runChkTeX):
3208         * converter.C (scanLog): call showErrorList instead of inserterrors
3209
3210 2003-05-13  André Pönitz  <poenitz@gmx.net>
3211
3212         * BufferView_pimpl.C:
3213         * buffer.C:
3214         * bufferview_func.C:
3215         * MenuBackend.C:
3216         * lyxfunc.C:
3217         * lyxrc.C:
3218         * tex-accent.C:
3219         * text3.C:
3220         * toc.C:
3221         * tabular_funcs.h: tostr() from its own header
3222
3223         * ParagraphParameters.C:
3224         * ToolbarBackend.C:
3225         * bufferparams.C:
3226         * format.C:
3227         * lyxlex_pimpl.C:
3228         * text3.C: STRCONV()
3229
3230 2003-05-12  André Pönitz  <poenitz@gmx.net>
3231
3232         * BufferView.C:
3233         * BufferView_pimpl.C:
3234         * CutAndPaste.C:
3235         * LaTeX.C:
3236         * LaTeXFeatures.C:
3237         * ParagraphParameters.C:
3238         * buffer.C:
3239         * bufferlist.C:
3240         * bufferparams.C:
3241         * bufferview_funcs.C:
3242         * converter.C:
3243         * counters.C:
3244         * debug.C:
3245         * exporter.C:
3246         * format.C:
3247         * importer.C:
3248         * lyx_cb.C:
3249         * lyx_main.C:
3250         * lyxfont.C:
3251         * lyxfunc.C:
3252         * lyxvc.C:
3253         * paragraph.C:
3254         * paragraph_funcs.C:
3255         * tabular.C:
3256         * tabular_funcs.C:
3257         * text2.C:
3258         * text3.C:  boost::format -> bformat  all over the place
3259
3260
3261 2003-05-09  André Pönitz  <poenitz@gmx.net>
3262
3263         * LColor.[Ch]: Pimpl the #include <map> away
3264
3265 2003-05-09  John Levon  <levon@movementarian.org>
3266
3267         * bufferlist.C: never remove emergency saves
3268
3269 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3270
3271         * Makefile.am: better lib building
3272
3273 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3274
3275         * texrow.[Ch]: remove dependency on Paragraph and just store a id
3276         instead.
3277         * paragraph_pimpl.C (simpleTeXBlanks): adjust
3278         (simpleTeXSpecialChars): adjust
3279         (simpleTeXSpecialChars): adjust
3280         * paragraph.C (simpleTeXOnePar): adjust
3281         * buffer.C (makeLaTeXFile): adjust
3282
3283         * Makefile.am (BOOST_LIBS): allow boost as system lib.
3284
3285         * text2.C (changeDepth): parlist cleanup
3286         (getColumnNearX): ditto
3287
3288         * rowpainter.C (getLabelFont): parlist cleanup
3289
3290         * bufferlist.C (newFile): parlist cleanup
3291
3292         * CutAndPaste.C (eraseSelection): parlist cleanup
3293
3294         * BufferView_pimpl.C (trackChanges): parlist cleanup
3295         (dispatch): ditto
3296
3297         * BufferView.C (lockInset): parlist cleanup.
3298         (ChangeInsets): ditto
3299
3300 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3301
3302         * CutAndPaste.h: Update file header.
3303
3304         * CutAndPaste.C: Update file header.
3305         Store the parts cut out of the Document in a limited_stack.
3306         (copySelection): adjust
3307         (pasteSelection): new function, takes the index in the limited stack.
3308         (nrOfParagraphs): adjust
3309         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
3310         simplify error inset insertion.
3311         (checkPastePossible): adjust
3312
3313 2003-05-06  John Levon  <levon@movementarian.org>
3314
3315         * text2.C: don't cast wrap inset to float
3316
3317 2003-05-05  André Pönitz  <poenitz@gmx.net>
3318
3319         * iterator.C:
3320         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
3321
3322         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
3323           few naked Paragraph *.
3324
3325 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
3326
3327         * bufferparams.C: Output warning if a document with missing
3328         TeX document class is loaded
3329         * exporter.C: Disable TeX exports if the document class is missing
3330         * lyxtextclass.C:
3331         * lyxtextclass.h:
3332         * lyxtextclasslist.C: Handle new textclass.lst format; new method
3333         isTeXClassAvailable()
3334
3335 2003-05-03  John Levon  <levon@movementarian.org>
3336
3337         * BufferView.h:
3338         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
3339         explicit cursor show/hide
3340
3341         * BufferView_pimpl.h:
3342         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
3343         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
3344
3345         * lyxfunc.C: hide cursor before dispatching.
3346
3347         * lyx_cb.C:
3348         * lyxfind.C:
3349         * text.C:
3350         * text3.C: remove explicit cursor hides
3351
3352 2003-05-02  André Pönitz  <poenitz@gmx.net>
3353
3354         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
3355
3356         * undo_funcs.C:
3357         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
3358           linked lists
3359
3360         * text2.C: tiny whitespace
3361
3362 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3363
3364         * undo_funcs.C: almost only ws changes.
3365
3366         * ParagraphList.C (splice): just return if pl is empty.
3367
3368 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3369
3370         * ParagraphList.C (splice): new function.
3371
3372         * CutAndPaste.C (pasteSelection): use it
3373
3374 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3375
3376         * CutAndPaste.C (pasteSelection): remove the last next and
3377         previous from this file.
3378
3379 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3380
3381         * CutAndPaste.C (pasteSelection): more clean up, user proper
3382         ParagraphList functions for pasteing.
3383
3384         * ParagraphList.C (insert): new function, three arg insert
3385
3386 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3387
3388         * ParagraphList.C (insert): new function, three arg insert
3389
3390         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
3391         not on paragraphs.
3392
3393 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3394
3395         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
3396
3397 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3398
3399         * CutAndPaste.C (pasteSelection): remove some unneeded code.
3400
3401 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3402
3403         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
3404         (copySelection): clean up a bit.
3405         (pasteSelection): use make_pair
3406
3407         * ParagraphList.C (ParagraphList): implement copy constructor
3408         (operator=): implement, base on copy constructor.
3409         (assign): new func
3410
3411         * paragraph.C (erase): return a bool
3412
3413         * paragraph_pimpl.C (erasePos): remove function, move contents...
3414         (erase): ... here. Return a bool.
3415         (erase): call erase instead of erasePos.
3416
3417 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
3418
3419         * ParagraphList.h: define PitPosPair
3420         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
3421         ParagraphList, fix a bug on pasting multiple pars
3422         * text2.C: change interface to C&P
3423
3424 2003-04-30  André Pönitz  <poenitz@gmx.net>
3425
3426         * undo_func.C: revert part of yesterday's patch 2
3427
3428 2003-04-30  John Levon  <levon@movementarian.org>
3429
3430         * LColor.C: s/tabular/table/
3431
3432 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3433
3434         * text3.C (dispatch): do not convert iterator -> pointer
3435         * undo_funcs.C (setCursorParUndo): ditto
3436         * text_funcs.C (transposeChars): ditto
3437
3438         * text2.C (setLayout): ws changes only
3439
3440         * text.C (breakParagraph): do not convert iterator -> pointer
3441         (insertChar): ditto
3442         (acceptChange): ditto
3443         (rejectChange): ditto
3444         (changeCase): ditto
3445         (Delete): ditto
3446         (backspace): ditto
3447
3448         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
3449         pointer
3450
3451 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3452
3453         * text3.C (gotoInset): YABG (yet another bad getChar)
3454
3455 2003-04-29  André Pönitz  <poenitz@gmx.net>
3456
3457         * paragraph.h: make operator= private unimplemented as long as
3458           it is unusable
3459
3460         * ParagraphList.C: whitespace
3461
3462         * paragraph.[Ch]:
3463         * paragraph_pimpl.[Ch]:
3464         * paragraph_funcs.C:
3465         * CutAndPaste.C:
3466         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
3467
3468         * text2.C:
3469           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
3470
3471 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3472
3473         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
3474         * paragraph.[Ch] (erase):
3475         * paragraph_pimpl.[Ch] (erase): change return type and value
3476         * text2.C (cutSelection): some rework
3477
3478 2003-04-28  John Levon  <levon@movementarian.org>
3479
3480         * bufferlist.C: changes for unsaved changes dialog
3481
3482 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3483
3484         * bufferlist.C (newFile): set language (messages_) for new
3485         documents also.
3486
3487         * buffer.C (readFile): ws changes only.
3488
3489 2003-04-28  André Pönitz  <poenitz@gmx.net>
3490
3491         * undo_funcs.C:
3492         * lyxfunc.C:
3493         * buffer.[Ch]:
3494         * BufferView_pimpl.C:
3495         * BufferView.C: getParFromID related ParagraphList::iterator changes
3496
3497 2003-04-28  André Pönitz  <poenitz@gmx.net>
3498
3499         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
3500           Changes
3501
3502 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3503
3504         * messages.C: remove one more localedir class variable.
3505
3506 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3507
3508         * messages.C (getLocaleDir): singleton generation function
3509         (Pimpl): use it.
3510         (Messages): add a default constructor.
3511
3512         * main.C (main): do not setup localedir here, do not call
3513         gettext_init.
3514
3515         * gettext.C (_): use it.
3516         (gettext_init): delete funciton
3517
3518 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3519
3520         * gettext.C (getLyXMessages): new singleton generating function.
3521
3522         * buffer.C (updateDocLang): adjust
3523
3524         * Makefile.am (messages.o): add target
3525         (main.o): remove target
3526
3527 2003-04-27  John Levon  <levon@movementarian.org>
3528
3529         * bufferlist.C:
3530         * lyx_cb.C:
3531         * lyxfunc.C:
3532         * lyxvc.C: specify cancel button in Alert::prompt
3533
3534 2003-04-26  John Levon  <levon@movementarian.org>
3535
3536         * text3.C:
3537         * lyxfunc.C:
3538         * lfuns.h:
3539         * LyXAction.C: add LFUN_INSET_SETTINGS
3540
3541         * lyxfunc.C: don't enable tabular-feature when there's
3542         just any locking inset
3543
3544 2003-04-26  John Levon  <levon@movementarian.org>
3545
3546         * bufferlist.C: re-add Cancel to buffer close question
3547
3548         * lyxfunc.C: fix import UI a bit
3549
3550 2003-04-25  John Levon  <levon@movementarian.org>
3551
3552         * gettext.C: remove the broken asserts for now
3553
3554 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3555
3556         * messages.C: make case where setlocale cannot comply work better.
3557
3558         * buffer.C (updateDocLang): new function
3559         (changeLanguage): use it
3560         (readFile): use it
3561
3562         * text2.C (setCounter): use B_ a bit.
3563
3564         * lyxlayout.C (Read): be sure to trim the label strings.
3565
3566         * messages.C (Messages): fix typo in comment
3567
3568         * buffer.C (readFile): set message_ after file is loaded.
3569         (makeDocBookFile): remove double return
3570         (changeLanguage): reset message_ upon language change.
3571         (B_): new func, use this to get translated buffer strings.
3572
3573         * main.C: add myself and Jean Marc as authors.
3574
3575 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3576
3577         * messages.[hC]: pimplify Messages, and three different pimpls to be
3578         used in different circumstances.
3579
3580         * gettext.[Ch]: change for use with new message code.
3581
3582 2003-04-24 André Pönitz <poenitz@gmx.net>
3583
3584         * factory.C: support for eqref
3585
3586 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3587
3588         * messages.[Ch]: add missing char
3589
3590         * Makefile.am (lyx_SOURCES): add messages.[Ch]
3591
3592         * messages.[Ch]: New files
3593
3594 2003-04-18  John Levon  <levon@movementarian.org>
3595
3596         * BufferView.h:
3597         * BufferView.C:
3598         * BufferView_pimpl.C:
3599         * lfuns.h:
3600         * LyXAction.C:
3601         * lyxtext.h:
3602         * text2.C: remove layout-copy/paste (bug 778)
3603
3604 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3605
3606         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
3607
3608 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3609
3610         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
3611         if they succeed. Act accordingly.
3612
3613 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3614
3615         * text2.C (setCharFont): adjust
3616         (setCounter): adjust
3617         (insertStringAsLines): adjust
3618
3619         * text.C (leftMargin): adjust
3620         (setHeightOfRow): adjust
3621
3622         * rowpainter.C (paintFirst): adjust
3623         (paintLast): adjust
3624
3625         * paragraph_funcs.C (depthHook): ParagraphList::iterators
3626         (outerHook): ditto
3627         (isFirstInSequence): ditto
3628         (getEndLabel): ditto
3629         (outerFont): adjust
3630
3631         * paragraph.C (getParLanguage): comment out some hard stuff.
3632
3633         * buffer.C (insertStringAsLines): take a ParagraphList as arg
3634         (sgmlError): ditto
3635         (simpleDocBookOnePar): ditto
3636         (makeDocBookFile): use ParagraphList::iterator
3637
3638         * CutAndPaste.C (pasteSelection): adjust
3639
3640 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3641
3642         * text2.C (getFont): adjust
3643         (getLayoutFont): adjust
3644         (getLabelFont): adjust
3645
3646         * paragraph_funcs.C (TeXOnePar): adjust
3647
3648         * buffer.C (simpleLinuxDocOnePar): adjust
3649         (simpleDocBookOnePar): adjust
3650
3651         * CutAndPaste.C (pasteSelection): adjust
3652
3653         * BufferView.C (getEncoding): adjust
3654
3655         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3656
3657 2003-04-16  John Levon  <levon@movementarian.org>
3658
3659         * lyxfind.C: use parlist stuff for search/changes
3660
3661 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3662
3663         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3664
3665         * text2.C (deleteEmptyParagraphMechanism): adjust
3666
3667         * text2.[Ch] (ownerParagraph): delete func (both of them
3668
3669 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3670
3671         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3672
3673 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3674
3675         * ParagraphList.C: prepare for NO_NEXT
3676
3677 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3678
3679         * text2.C (getFont): adjust
3680         (getLayoutFont): adjust
3681         (getLabelFont): adjust
3682
3683         * paragraph.C (getFont): adjust
3684         (getLabelFont): adjust
3685         (getLayoutFont): adjust
3686
3687         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3688
3689 2003-04-15  John Levon  <levon@movementarian.org>
3690
3691         From Angus Leeming
3692
3693         * lyx_main.C: handle Include in .ui files
3694
3695 2003-04-15  John Levon  <levon@movementarian.org>
3696
3697         * MenuBackend.C: make the doc files length shorter
3698
3699         * ToolbarBackend.h:
3700         * ToolbarBackend.C: handle toolbar placement flags,
3701         Minibuffer
3702
3703 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3704
3705         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3706         adjust
3707
3708         * paragraph_funcs.C (TeXOnePar): adjust
3709
3710         * paragraph.C (getLabelFont): add outerfont arg, adjust
3711         (getLayoutFont): ditto
3712         (simpleTeXOnePar): adjust
3713
3714         * paragraph_pimpl.C (realizeFont): delete func
3715
3716 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3717
3718         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3719         row argument, constify cur argument.
3720
3721 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3722
3723         * text2.C (getFont): adjust
3724         (getLayoutFont): adjust
3725         (getLabelFont): adjust
3726
3727         * paragraph_funcs.C (TeXOnePar): adjust
3728         (outerFont): new func...
3729         (realizeFont): ...moved out from here, changed this to facilitate
3730         transition
3731
3732         * paragraph.C (getFont): take outerfont as arg, adjust
3733         (simpleTeXOnePar): add outerfont arg, adjust
3734
3735         * buffer.C (simpleLinuxDocOnePar): adjust
3736         (simpleDocBookOnePar): adjust
3737
3738         * CutAndPaste.C (pasteSelection): adjust
3739
3740         * BufferView.C (getEncoding): adjust
3741
3742 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3743
3744         * text2.C (setCharFont): adjust
3745         (setCounter): adjust
3746
3747         * text.C (leftMargin): adjust
3748         (setHeightOfRow): adjust
3749
3750         * rowpainter.C (paintFirst): adjust
3751         (paintLast): adjust
3752
3753         * paragraph_pimpl.C (realizeFont): adjust
3754
3755         * paragraph.C (isFirstInSequence): move from here...
3756         * paragraph_funcs.C (isFirstInSequence): ...to here
3757
3758         * paragraph.C (outerHook): move from here...
3759         * paragraph_funcs.C (outerHook): ...to here
3760
3761         * paragraph.C (depthHook): move from here...
3762         * paragraph_funcs.C (depthHook): ...to here
3763
3764         * paragraph.C (getEndLabel): move from here...
3765         * paragraph_funcs.C (getEndLabel): ...to here
3766
3767         * text2.C (realizeFont): move from here...
3768         * paragraph_funcs.C (realizeFont): ...to here
3769
3770 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3771
3772         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3773
3774 2003-04-14  Angus Leeming  <leeming@lyx.org>
3775
3776         * LColor.[Ch]: scrap LColor mathcursor.
3777
3778 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3779
3780         * lyxlex.[Ch] (text): delete function
3781         * trans.C (Load): adjust
3782         * paragraph_funcs.C (readParToken): adjust
3783
3784 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3785
3786         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3787         vector<char> instead of a char[].
3788
3789         * lyxlex_pimpl.C (getString): adjust
3790         (next): adjust
3791         (lex): use getString
3792         (eatLine): adjust
3793         (nextToken): adjust
3794
3795         * lyxlex.C (text): use pimpl_->getString()
3796         (getBool): ditto
3797         (findToken): ditto
3798
3799 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3800
3801         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3802         (makeFontEntriesLayoutSpecific): temp var for par.size()
3803         (setLayout): temp var for ownerParagraphs().end()
3804         (fullRebreak): temp var for rows().end()
3805         (selectionAsString): temp var for boost::next(startpit), realize
3806         that the while really is a regular for loop.
3807         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3808         setCursor in one place.
3809         (setParagraph): temp vr for ownerParagraphs().end()
3810         (updateCounters): make the while loop a for loop
3811         (cutSelection): temp var for ownerParagraphs().end()
3812         (updateInset): make the do {} while() a regular for loop
3813         (getCursorX): use temp vars
3814         (setCurrentFont): use temp vars
3815         (getColumnNearX): use temp vars
3816
3817 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3818
3819         * text.C (transformChar): use temp var for getChar
3820         (computeBidiTables): use temp var for row->par()
3821         (fill): move temp vars for row->par() and pit->layout() earlier in
3822         the function.
3823         (labelFill): use temp var for row->par()
3824         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3825         asc and desc, realize that pit never changes and that firstpit is
3826         just a duplicate and not needed. Exchange rit->par() with pit in a
3827         lot of places.
3828         (breakAgain): use a temp var for boost::next(rit)
3829         (breakAgainOneRow): ditto
3830         (breakParagraph): use a temp var for rows().begin()
3831         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3832         (cursorRightOneWord): use temp var for cursor.par() and
3833         cursor.pos(), remove usage of tmpcursor.
3834         (cursorLeftOneWord): use temp var for cursor.par() and
3835         cursor.pos() only set cur at end of function.
3836
3837 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3838
3839         * text.C, text2.C: exchange all usage of Paragraph::next with
3840         boost::next(ParagraphList::iterator)
3841
3842         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3843
3844         * text2.C (cursorTop): simplify implementation
3845         (cursorBottom): ditto
3846         (setParagraph): use ParagraphList::iterator
3847         (setCurrentFont): adjust
3848         (getColumnNearX): adjust
3849         (cursorRight): adjust
3850         (cursorLeft): remove usage of Paragraph::previous
3851         (cursorUpParagraph): ditto
3852         (deleteEmptyParagraphMechanism): slight cleanup
3853
3854         * text.C (isBoundary): take a Paragraph const & instead of a
3855         pointer as arg.
3856         (addressBreakPoint): ditto
3857         (leftMargin): remove usage of Paragraph::previous.
3858         (setHeightOfRow): ditto
3859         (cursorLeftOneWord): ditto
3860         (selectNextWordToSpellcheck): ditto
3861         (Delete): ditto
3862         (backspace): ditto
3863         (breakParagraph): remove one usage of Paragraph::next
3864         (redoParagraph): ditto
3865         (acceptChange): ditto
3866         (insertChar): adjust
3867         (rowBreakPoint): adjust
3868
3869         * bufferview_funcs.C (toggleAndShow): adjust
3870
3871 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3872
3873         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3874         methods to access it.
3875         * lyxtext.h:
3876         * text.C: Added updateRowPositions to compute all row positions.
3877         Make top_y and getRowNearY() to use the cached y position
3878
3879 2003-04-11  John Levon  <levon@movementarian.org>
3880
3881         * text.C (rowBreakPoint): reintroduce the labelEnd
3882         checks, code copied from the row fill stuff. Deep voodoo.
3883
3884         * text.C (fill): add a comment and debugging for the
3885         next poor soul.
3886
3887 2003-04-11  John Levon  <levon@movementarian.org>
3888
3889         * text.C: make sure fullrow insets get wrapped to the next line,
3890         even when they're in a manual label
3891
3892 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3893
3894         * text2.C (insertParagraph): make it take ParagraphList::iterator
3895         as arg.
3896         (setLayout): make it return ParagraphList::iterator
3897         (redoParagraphs): ditto
3898         (setCounter): ditto
3899         (checkParagraph): ditto
3900
3901         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3902
3903         * text2.C: adjust several funcs.
3904         (realizeFont): take a ParagraphList::iterator as arg.
3905         (getLayoutFont): ditto
3906         (getLabelFont): ditto
3907         (setCharFont): ditto
3908
3909         * text.C: adjust several funcs.
3910
3911 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3912
3913         * text.C (selectNextWordToSpellcheck): don't accidentally
3914         skip insets
3915
3916 2003-04-10  John Levon  <levon@movementarian.org>
3917
3918         * ToolbarBackend.C (getIcon): special handling for
3919         LFUN_MATH_DELIM
3920
3921 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3922
3923         * text2.C (cursorRight): a getChar assert fixed
3924
3925 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3926
3927         * text2.C (getFont): change to take a ParagraphList::iterator
3928         instead of Paragraph*
3929         Adjust several functions.
3930
3931         * text.C (transformChar): change to take a ParagraphList::iterator
3932         instead of Paragraph*
3933         (singleWidth): ditto
3934         Adjust several functions.
3935
3936         * rowpainter.C: adjust several functions
3937         * rowpainter.h:store a ParagraphList::iterator and not a
3938         Paragraph&.
3939
3940
3941 2003-04-09  John Levon  <levon@movementarian.org>
3942
3943         * lyxfunc.C:
3944         * lfuns.h:
3945         * LyXAction.h:
3946         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3947         and the "help" bits as well
3948
3949 2003-04-09  John Levon  <levon@movementarian.org>
3950
3951         * ToolbarBackend.h:
3952         * ToolbarBackend.C: allow multiple toolbars
3953
3954 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3955
3956         * undo_funcs.C (setCursorParUndo): adjust
3957
3958         * text_funcs.C (transposeChars): adjust
3959
3960         * text3.C (gotoNextInset): adjust
3961         (dispatch): adjust
3962
3963         * text2.C (setLayout): adjust
3964         (changeDepth): adjust
3965         (setFont): adjust
3966         (redoParagraphs): adjust
3967         (selectionAsString): adjust
3968         (setParagraph): adjust
3969         (insertInset): adjust
3970         (cutSelection): adjust
3971         (copySelection): adjust
3972         (pasteSelection): adjust
3973         (insertStringAsLines): adjust
3974         (updateInset): adjust
3975         (setCursor): change to take a ParagraphList::iterator parameter
3976         (setCursorIntern): change to take a ParagraphList::iterator parameter
3977         (setCurrentFont): adjust
3978         (cursorLeft): adjust
3979         (cursorRight): adjust
3980         (deleteEmptyParagraphMechanism): adjust
3981
3982         * text.C (breakParagraph): adjust
3983         (insertChar): adjust
3984         (acceptChange): adjust
3985         (rejectChange): adjust
3986         (selectNextWordToSpellcheck): adjust
3987         (changeCase): adjust
3988         (Delete): adjust
3989         (backspace): adjust
3990
3991         * lyxfind.C (SearchForward): adjust
3992         (SearchBackward): adjust
3993         (nextChange): adjust
3994
3995         * lyxcursor.C (par): adjust
3996
3997         * lyxcursor.h: store a ParagraphList::iterator instead of a
3998         Paragraph*
3999
4000         * lyx_cb.C (getPossibleLabel): adjust
4001
4002         * bufferview_funcs.C (toggleAndShow): adjust
4003
4004         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4005         (dispatch): adjust
4006
4007         * BufferView.C (removeAutoInsets): adjust
4008         (lockedInsetStoreUndo): adjust
4009
4010 2003-04-09  John Levon  <levon@movementarian.org>
4011
4012         * ToolbarBackend.C: try icon without argument
4013         if with argument fails
4014
4015 2003-04-08  John Levon  <levon@movementarian.org>
4016
4017         * ToolbarBackend.h:
4018         * ToolbarBackend.C: add getIcon(), handle tooltip,
4019         and change from "Icon" to "Item".
4020
4021 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4022
4023         * BufferView.C (lockInset): another bad getchar crunched
4024
4025 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4026
4027         * text2.C (changeDepth): do not setUndo on test_only (make undo work
4028         again)
4029
4030 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
4031
4032         * lyxfind.C (searchForward, searchBackwards): bug 782
4033
4034 2003-04-07  John Levon  <levon@movementarian.org>
4035
4036         * paragraph.C: remove dead comment
4037
4038         * text.C: remove troublesome depth-fiddling code
4039         in leftMargin() and rightMargin() (bug 1017)
4040
4041         * text.C: fix breaking of rows in nested lists
4042         (bug 1004)
4043
4044         * text2.C (updateCounters): fix up depth values
4045         (bug 1013)
4046
4047 2003-04-07  John Levon  <levon@movementarian.org>
4048
4049         * BufferView_pimpl.C: clear message when doc finishes resizing,
4050         and after a mouse event
4051
4052         * lyxfunc.C: clear message after exiting inset
4053
4054 2003-04-07  John Levon  <levon@movementarian.org>
4055
4056         * bufferview_funcs.C: show math status not outside
4057         status in the statusbar
4058
4059 2003-04-07  John Levon  <levon@movementarian.org>
4060
4061         * lyxfunc.C: note status changed after a depth change
4062
4063 2003-04-04  Angus Leeming  <leeming@lyx.org>
4064
4065         * LaTeX.h: move AuxInfo operator==, != out of line.
4066         Remove LaTeX virtual destructor; nothing derives from it.
4067         Move operator()() out of public area and rename it startscript().
4068         Change protected for private.
4069
4070 2003-04-04  Angus Leeming  <leeming@lyx.org>
4071
4072         * lyxfunc.C:
4073         * text2.C: remove unneeded #includes.
4074
4075 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4076
4077         * text2.C (dEPM): fix the heigth of the next row
4078
4079 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4080
4081         * text.C: squashed an invalid getChar requester + some ws changes
4082
4083 2003-04-03  John Levon  <levon@movementarian.org>
4084
4085         * bufferview_funcs.h:
4086         * bufferview_funcs.C:
4087         * lyxfunc.C:
4088         * lyxtext.h:
4089         * text2.C: make getStatus work for the env depth lfuns
4090
4091 2003-04-03  John Levon  <levon@movementarian.org>
4092
4093         * bufferview_funcs.h:
4094         * bufferview_funcs.C:
4095         * lyxfunc.C:
4096         * lyxtext.h:
4097         * text2.C: parlistize decDepth(), by merging it with incDepth()
4098
4099 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4100
4101         * lyxrow.h: store a ParagraphList::iterator instead of a
4102         Paragraph* and adjust other class functions to suit.
4103
4104         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
4105         above.
4106
4107 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4108
4109         * text2.C (setCursor): do not anchor to cursor row for the time being
4110
4111 2003-04-02  John Levon  <levon@movementarian.org>
4112
4113         * LyXAction.C:
4114         * lfuns.h:
4115         * lyx_main.C:
4116         * lyxtext.h:
4117         * text.C:
4118         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
4119
4120 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4121
4122         * paragraph.h: make ParagraphList and ParagraphList::iterator
4123         friends of Paragraph.
4124
4125         * buffer.C (makeLinuxDocFile): move towards ParagraphList
4126
4127         * ParagraphList.C: Use the private next_ and previous_ from
4128         Paragraph.
4129
4130 2003-04-01  John Levon  <levon@movementarian.org>
4131
4132         * ToolbarBackend.h:
4133         * ToolbarBackend.C:
4134         * Makefile.am: rename, remove defaults gunk
4135
4136         * MenuBackend.h:
4137         * MenuBackend.C: remove defaults gunk
4138
4139         * Languages.h:
4140         * Languages.C: remove defaults gunk
4141
4142         * lyx_main.h:
4143         * lyx_main.C: error out if files couldn't be found.
4144
4145 2003-04-02  John Levon  <levon@movementarian.org>
4146
4147         * text2.C: make incDepth() use parlist
4148
4149 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4150
4151         * undo_funcs.C (firstUndoParagraph): adjust
4152
4153         * text3.C (gotoInset): adjust
4154         (dispatch): adjust, and rewrite loop.
4155
4156         * text2.C (init): adjust, and rewrite loop.
4157         (redoParagraphs): adjust
4158         (updateInset): adjust, and rewrite loop.
4159         (deleteEmptyParagraphMechanism): adjust
4160
4161         * tabular.C (LyXTabular): adjust
4162         (SetMultiColumn): adjust
4163         (TeXRow): adjust
4164
4165         * lyxtext.[Ch] (ownerParagraph): delete function
4166         (ownerParagraphs): new function returns a ParagraphList.
4167
4168         * BufferView.C (removeAutoInsets): adjust
4169         (insertErrors): adjust
4170         (setCursorFromRow): adjust
4171
4172 2003-04-01  Angus Leeming  <leeming@lyx.org>
4173
4174         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
4175         in the frontends.
4176
4177 2003-04-02  John Levon  <levon@movementarian.org>
4178
4179         * lyxtext.h:
4180         * text.C:
4181         * Makefile.am:
4182         * text_funcs.h:
4183         * text_funcs.C: make transposeChars a free function
4184
4185         * lyxrow_funcs.C: remove wrong comment
4186
4187 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4188
4189         * lyxtext.h: adjust
4190         * rowpainter.C: adjust
4191         * text.C: adjust
4192         * text2.C: adjust
4193         * text3.C: adjust
4194
4195         * lyxrow_funcs. [Ch]: new files
4196
4197         * lyxrow.[Ch]: remove next and previous pointers
4198         (next,previous): remove accessor functions
4199         (isParEnd): move to lyxrow_funcs
4200         (lastPos): move to lyxrow_funcs
4201         (nextRowIsAllInset): move to lyxrow_funcs
4202         (lastPrintablePos): move to lyxrow_funcs
4203         (numberOfSeparators): move to lyxrow_funcs
4204         (numberOfHfills): move to lyxrow_funcs
4205         (numberOfLabelHfills): move to lyxrow_funcs
4206         (hfillExpansion): move to lyxrow_funcs
4207
4208         * lyxfunc.C: adjust
4209
4210         * bufferview_funcs.C (toggleAndShow): adjust
4211
4212         * RowList.h: Remove class RowList from file leave just a
4213         std::list<Row>.
4214
4215         * RowList.C: delete file
4216
4217         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
4218         and lyxrow_funcs.h
4219
4220 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4221
4222         * text3.C (cursorPrevious): adjust
4223         (cursorNext): adjust
4224         (dispatch): adjust
4225
4226         * text2.C (redoHeightOfParagraph): adjust
4227         (redoDrawingOfParagraph): adjust
4228         (setCursor): adjust
4229
4230         * text.C (breakParagraph): adjust
4231         (insertChar): adjust
4232         (backspace): adjust
4233
4234         * rowpainter.C (RowPainter): adjust
4235         (leftMargin): simplify and adjust
4236         (most rowpainter functions): adjust.
4237
4238         * rowpainter.h: store the row as RowList::iterator not as Row*
4239
4240         * lyxcursor.C (row): taka RowList::iterator as arg
4241         (irow): ditto
4242
4243         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
4244         of Row*.
4245
4246 2003-04-01  Angus Leeming  <leeming@lyx.org>
4247
4248         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
4249         stuff like bool Bool.
4250
4251 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4252
4253         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
4254         rewrite a loop
4255
4256 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4257
4258         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
4259         RowList::iterator.
4260
4261         * lyxtext.h (rows): drop one version and leve a const variant that
4262         returns a RowList::iterator.
4263
4264 2003-03-31  Angus Leeming  <leeming@lyx.org>
4265
4266         * text.C (fill): ensure that the signature is the same as that in the
4267         header file.
4268
4269 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
4270
4271         * text2.C (redoParagraphs): adjust
4272         (updateCounters): adjust
4273         (checkParagraph): adjust
4274         (getColumnNearX): adjust and reformat a bit.
4275
4276         * text.C (top_y): adjust
4277         (workWidth): adjust
4278         (leftMargin): adjust
4279         (prepareToPrint): adjust
4280         (getRow): adjust
4281         (getRowNearY): adjust
4282
4283         * lyxtext.h: make rowlist_ mutable.
4284
4285         * RowList.h: add const_iterator
4286         * RowList.C: adjust for RowList::const_iterator.
4287
4288         * text2.C (getCursorX): make it take a RowList::iterator as arg,
4289         adjust.
4290
4291 2003-03-31  John Levon  <levon@movementarian.org>
4292
4293         * lyxrc.h:
4294         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
4295
4296         * lyx_main.C: set default fonts from using lyx_gui funcs
4297
4298         * exporter.C: pdf_mode moved from lyxrc
4299
4300         * lyx_cb.C:
4301         * lyxfunc.C: changes from above
4302
4303 2003-03-31  John Levon  <levon@movementarian.org>
4304
4305         * lyx_main.C: fix to the last fix
4306
4307 2003-03-31  John Levon  <levon@movementarian.org>
4308
4309         * bufferlist.C: "Load original" -> "Load Original"
4310
4311         * converter.C:
4312         * exporter.C:
4313         * importer.C:
4314         * lyx_main.C:
4315         * format.C: more Alert cleanups
4316
4317 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4318
4319         * text2.C (removeParagraph): make it take a RowList::iterator as
4320         arg, adjust.
4321         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
4322         (postRowPaint): make it take a RowList::iterator as arg, adjust.
4323
4324         * text.C (anchor_row): make it take a RowList::iterator as arg,
4325         adjust.
4326         (computeBidiTables): make it take a const reference to Row instead
4327         of Row pointer, adjust.
4328         (leftMargin): make it take a RowList::iterator as arg, adjust.
4329         (rowBreakPoint): adjust
4330         (breakAgainOneRow): make it take a RowList::iterator as arg,
4331         adjust.
4332         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
4333
4334         * bufferview_funcs.C (toggleAndShow): adjust
4335
4336 2003-03-30  John Levon  <levon@movementarian.org>
4337
4338         * Makefile.am:
4339         * BoostFormat.h:
4340         * boost-inst.C: moved to support
4341
4342         * several files: changes as a result
4343
4344 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4345
4346         * text2.C (LyXText): adjust.
4347         (init): adjust
4348         (removeRow): make it take a RowList::iterator as arg, adjust.
4349         (fullRebreak): adjust
4350         (deleteEmptyParagraphMechanism): adjust
4351         (clearPaint): adjust
4352         (postPaint): adjust
4353
4354         * text.C (top_y): adjust
4355         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
4356         (breakAgain): make it take a RowList::iterator as arg, adjust.
4357         (breakParagraph): adjust
4358         (insertChar): adjust
4359         (backspace): adjust
4360
4361         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
4362         need_break_row, and refresh_row.
4363
4364         * text3.C (dispatch): adjust
4365
4366         * text2.C (checkParagraph): adjust
4367         (setCursor): adjust
4368         (setCursorFromCoordinates): adjust
4369
4370         * text.C (top_y): adjust
4371         (workWidth): adjust
4372         (getRow): make it return a RowList::iterator, adjust
4373         (getRowNearY): make it return a RowList::iterator, adjust
4374
4375         * text2.C (init): adjust
4376         (insertRow): remove function
4377         (insertParagraph): adjust
4378         (redoParagraphs): adjust
4379         (fullRebreak): adjust
4380         (updateCounters): adjust
4381
4382         * text.C (top_y): rewrite to use RowList iterators.
4383         (top_y): adjust
4384         (setHeightOfRow): rewrite to sue RowList iterators.
4385         (appendParagraph): adjust
4386         (breakAgain): adjust
4387         (breakAgainOneRow): adjust
4388         (breakParagraph): adjust
4389         (getRow): adjust
4390         (getRowNearY): adjust, and remove commented code.
4391
4392         * lyxtext.h (firstRow): delete function
4393         (lastRow): delete function
4394         (rows): new function (const and non-const versions.)
4395         (insertRow): delete function
4396
4397         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
4398
4399 2003-03-29  John Levon  <levon@movementarian.org>
4400
4401         * BufferView_pimpl.C: always update scrollbar top
4402         because pasting text when we're anchored could mean we
4403         miss an update altogether
4404
4405 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4406
4407         * text2.C (init): use rowlist_.end() and not 0.
4408         (insertRow): change to take a RowList::iterator as arg, adjust
4409         for this.
4410         (insertParagraph): change to take a RowList::iterator as arg,
4411         adjust for this.
4412         (redoParagraphs): remove some debug msgs.
4413
4414         * text.C (appendParagraph): change to take a RowList::iterator
4415         arg, adjust for this.
4416         (breakAgain): add an assert
4417         (breakAgainOneRow): ditto
4418
4419 2003-03-29  John Levon  <levon@movementarian.org>
4420
4421         * text2.C: do not clear selection after inc/decDepth
4422         (bug 550)
4423
4424 2003-03-29  John Levon  <levon@movementarian.org>
4425
4426         * BufferView.C:
4427         * buffer.C: fix broken strerrors according to Lars
4428
4429 2003-03-29  John Levon  <levon@movementarian.org>
4430
4431         * converters.C: more Alert cleanups
4432
4433 2003-03-29  John Levon  <levon@movementarian.org>
4434
4435         * bufferview_funcs.C: remove pointless Alert
4436
4437         * buffer.C: fix confusing error message when
4438         a template is chmoded 000
4439
4440 2003-03-29  John Levon  <levon@movementarian.org>
4441
4442         * BufferView.C:
4443         * BufferView.h:
4444         * BufferView_pimpl.C: Alert fixes
4445
4446         * Makefile.am:
4447         * tabular.C:
4448         * tabular-old.C: remove unused table compat reading
4449
4450 2003-03-29  John Levon  <levon@movementarian.org>
4451
4452         * BufferView.C:
4453         * buffer.C:
4454         * lyx_cb.h:
4455         * lyx_cb.C: more Alert cleanups
4456
4457         * lyxfunc.C: don't allow chktex if not latex document
4458
4459 2003-03-29  John Levon  <levon@movementarian.org>
4460
4461         * lyx_cb.C:
4462         * BufferView.C:
4463         * buffer.C: warnings pushed down from support/,
4464         kill err_alert
4465
4466 2003-03-29  John Levon  <levon@movementarian.org>
4467
4468         * lyxfunc.C: safety check for C-r (revert)
4469
4470 2003-03-29  John Levon  <levon@movementarian.org>
4471
4472         * bufferlist.h:
4473         * bufferlist.C: several UI fixes using Alert::prompt.
4474         Fix the pointless looping quit code. Fix stupid revert
4475         behaviour (bug 938)
4476
4477         * lyxvc.h:
4478         * lyxvc.C:
4479         * lyx_cb.C: use Alert::prompt
4480
4481         * lyx_main.C: remove a silly question
4482
4483         * lyxfunc.C: remove a couple of silly questions,
4484         use Alert::prompt
4485
4486 2003-03-28  John Levon  <levon@movementarian.org>
4487
4488         * text2.C: fix bug 974 (End on empty par)
4489
4490 2003-03-28  John Levon  <levon@movementarian.org>
4491
4492         * BufferView_pimpl.C:
4493         * LyXAction.C:
4494         * lfuns.h: remove do-nothing math greek lfuns
4495
4496 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4497
4498         * lyxgluelength.h (isValidGlueLength): add default arg on
4499         parameter 2. Remove default arg from friend in class.
4500
4501         * lyxlength.h (isValidLength): add default arg on parameter 2.
4502         Remove default arg from friend in class.
4503
4504         * text2.C (LyXText): adjust, initialize refresh_row.
4505         (init): adjust
4506         (removeRow): adjust
4507         (insertRow): adjust
4508         (insertParagraph): adjst
4509         (redoParagraphs): adjust
4510         (fullRebreak): adjust
4511         (updateCounters): adjust
4512         (deleteEmptyParagraphMechanism): first attempt at fixing a
4513         crashing bug.
4514
4515         * text.C (top_y): adjust
4516         (setHeightOfRow): adjust
4517         (getRow): adjust
4518         (getRowNearY): adjust
4519
4520         * lyxtext.h: include RowList.h
4521         (~LyXText): not needed anymore, deleted.
4522         (firstRow): modify for RowList
4523         (lastRow): new function
4524         Delete firstrow and lastrow class variables, add a Rowlist
4525         rowlist_ class variable.
4526
4527         * lyxrow.C (lastPos): use empty() and not !size() to check if a
4528         paragraph is empty.
4529
4530         * RowList.C (insert): fix case where it == begin().
4531
4532 2003-03-26  Angus Leeming  <leeming@lyx.org>
4533
4534         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
4535         the thesaurus dialog.
4536
4537 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4538
4539         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
4540
4541         * RowList.[Ch]: new files
4542
4543         * ParagraphList.C (erase): handle the case where it == begin
4544         correctly.
4545
4546 2003-03-25  John Levon  <levon@movementarian.org>
4547
4548         * Makefile.am:
4549         * aspell_local.h:
4550         * aspell.C: add new aspell support
4551
4552         * lyxrc.h:
4553         * lyxrc.C: Make use_pspell be use_spell_lib. Always
4554         have it accessible.
4555
4556 2003-03-25  Angus Leeming  <leeming@lyx.org>
4557
4558         * lfuns.h:
4559         * LyXAction.C (init): new LFUN_INSET_INSERT.
4560
4561         * BufferView_pimpl.C (dispatch): split out part of the
4562         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
4563
4564         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
4565         LFUN_INSET_APPLY.
4566
4567 2003-03-25  Angus Leeming  <leeming@lyx.org>
4568
4569         * lyxfunc.C (dispatch): changes to the Dialogs interface.
4570
4571 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
4572
4573         * text2.C:
4574         * text3.C: remove useless row->height(0)
4575
4576 2003-03-25  John Levon  <levon@movementarian.org>
4577
4578         * lyxtext.h:
4579         * text2.C:
4580         * text3.C: rename the refreshing stuff to better names
4581
4582 2003-03-24  John Levon  <levon@movementarian.org>
4583
4584         * BufferView_pimpl.h:
4585         * BufferView_pimpl.C: update layout choice on a mouse
4586         press/release
4587
4588 2003-03-23  John Levon  <levon@movementarian.org>
4589
4590         * Makefile.am: fix commandtags.h reference
4591
4592 2003-03-22  John Levon  <levon@movementarian.org>
4593
4594         * BufferView_pimpl.C:
4595         * lyxtext.h:
4596         * rowpainter.C:
4597         * rowpainter.h:
4598         * text.C:
4599         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
4600
4601 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
4602
4603         * lyxtext.h:
4604         * text.C: take the rtl methods out of line
4605
4606 2003-03-21 André Pönitz <poenitz@gmx.net>
4607
4608         * metricsinfo.[Ch]: new files containing structures to be passed around
4609         during the two-phase-drawing...
4610
4611 2003-03-21 André Pönitz <poenitz@gmx.net>
4612
4613         * lyxtextclass.C: read 'environment' tag.
4614
4615 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
4616
4617         * text2.C (removeRow): fix bug 964
4618
4619 2003-03-20  John Levon  <levon@movementarian.org>
4620
4621         * rowpainter.C:
4622         * text.C:
4623         * text2.C: paint cleanups. Inset::update() dropped font
4624         parameter
4625
4626 2003-03-19  John Levon  <levon@movementarian.org>
4627
4628         * lyxfunc.C: only fitcursor/markDirty if available()
4629
4630 2003-03-19  John Levon  <levon@movementarian.org>
4631
4632         * commandtags.h: rename to ...
4633
4634         * lfuns.h: ... this, and renumber / cleanup
4635
4636 2003-03-19  John Levon  <levon@movementarian.org>
4637
4638         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
4639         fit the cursor after an lfun
4640
4641         * BufferView.h:
4642         * BufferView.C:
4643         * BufferView_pimpl.h:
4644         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
4645
4646         * LyXAction.C: layout-character should have ReadOnly
4647
4648         * ParagraphParameters.C:
4649         * buffer.C:
4650         * bufferview_funcs.C:
4651         * lyx_cb.C:
4652         * lyxfind.C:
4653         * lyxtext.h:
4654         * text.C:
4655         * text2.C:
4656         * text3.C:
4657         * undo_funcs.C: changes from above
4658
4659 2003-03-18  John Levon  <levon@movementarian.org>
4660
4661         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4662         remove it from update()
4663
4664         * lyxfunc.C: update layout choice after an lfun
4665
4666         * text3.C: remove extra updateLayoutChoice()s
4667
4668 2003-03-18  John Levon  <levon@movementarian.org>
4669
4670         * text.C: top_y change means full repaint, fix
4671         a drawing bug with cursor movement
4672
4673 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4674
4675         * lyxtext.h:
4676         * text.C:
4677         * text2.C: anchor row on setCursor
4678
4679 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4680
4681         * lyxtext.h: remove almost all mutable keywords
4682         * text.C:
4683         * text2.C:
4684         * text3.C: remove const keywords accordingly
4685
4686 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4687
4688         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4689         anon namespace
4690         (TeXEnvironment): ditto
4691         (TeXOnePar): ditto
4692
4693 2003-03-17  John Levon  <levon@movementarian.org>
4694
4695         * text.C (rowBreakPoint): remove attempt to fix displayed
4696         math insets inside a manual label
4697
4698 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4699
4700         * lyxtext.h: remove BufferView* as first arg from almost all class
4701         functions.
4702         * other files: adjust.
4703
4704 2003-03-17  John Levon  <levon@movementarian.org>
4705
4706         * lyxtext.h:
4707         * undo_funcs.C:
4708         * text2.C: more paint cleanups
4709
4710         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4711
4712         * rowpainter.h:
4713         * rowpainter.C: remove "smart" background painting code
4714
4715 2003-03-16  John Levon  <levon@movementarian.org>
4716
4717         * lyxtext.h:
4718         * text.C:
4719         * text2.C:
4720         * text3.C: add helper functions for setting refresh_row/y
4721
4722 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4723
4724         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4725         newline inset which *can* get inserted in the pass_thru layouts.
4726         This is primarily for literate documents.
4727
4728 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4729
4730         * buffer.C: increment LYX_FORMAT to 223
4731
4732 2003-03-14 André Pönitz <poenitz@gmx.net>
4733
4734         * textclass.h: prepare for environment handling, ws changes
4735         * lyxlayout.C: read latexheader and latexfooter tags
4736
4737 2003-03-14  John Levon  <levon@movementarian.org>
4738
4739         * text2.C: rewrite ::status() a bit
4740
4741 2003-03-13  John Levon  <levon@movementarian.org>
4742
4743         * lyxtext.h: add some docs
4744
4745 2003-03-13  John Levon  <levon@movementarian.org>
4746
4747         * lyxtext.h:
4748         * text.C:
4749         * text2.C:
4750         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4751
4752 2003-03-13  John Levon  <levon@movementarian.org>
4753
4754         * text3.C: fix appendix redrawing
4755
4756 2003-03-13  John Levon  <levon@movementarian.org>
4757
4758         * text.C (setHeightOfRow):
4759         * rowpainter.h:
4760         * rowpainter.C: make appendix mark have the text
4761           "Appendix" so the user knows what it is
4762
4763         * LColor.h:
4764         * LColor.C: s/appendixline/appendix/ from above
4765
4766 2003-03-13  John Levon  <levon@movementarian.org>
4767
4768         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4769
4770         * text.C: fix a getChar(pos) bug properly
4771
4772 2003-03-13  Angus Leeming  <leeming@lyx.org>
4773
4774         * commandtags.h:
4775         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4776         Probably only temporary. Let's see how things pan out.
4777
4778         * BufferView.C (unlockInset):
4779         * BufferView_pimpl.C (fitCursor):
4780         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4781
4782         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4783         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4784
4785         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4786         new functions that convert ParagraphParameters to and from a string.
4787
4788         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4789         BufferView::Pimpl's dispatch.
4790         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4791
4792 2003-03-13 André Pönitz <poenitz@gmx.net>
4793
4794         * lyxfunc.C:
4795         * text3.C:
4796         * factory.C: make it aware of InsetEnv
4797
4798 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4799
4800         * text2.C (setCursor): never ask for one past last
4801         (setCursor): add some debugging messages.
4802
4803         * text.C (singleWidth): never ask for one past last
4804         (singleWidth): ditto
4805         (leftMargin): ditto
4806         (rightMargin): ditto
4807         (rowBreakPoint): ditto
4808         (setHeightOfRow): ditto
4809         (prepareToPrint): ditto
4810
4811         * rowpainter.C (paintBackground): never ask for one past last
4812         (paintText): never ask for one past last
4813
4814         * paragraph_pimpl.C (getChar): make the assert stricter, never
4815         allow the one past last pos to be taken
4816
4817         * paragraph.C (getChar): ws changes only
4818
4819         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4820         (numberOfSeparators): ditto
4821         (numberOfHfills): ditto
4822
4823 2003-03-12  John Levon  <levon@movementarian.org>
4824
4825         * author.h:
4826         * author.C:
4827         * bufferparams.h:
4828         * bufferparams.C:
4829         * paragraph_funcs.C: fix per-buffer authorlists
4830
4831 2003-03-12  John Levon  <levon@movementarian.org>
4832
4833         * text.C: fix newline in right address
4834
4835 2003-03-12  Angus Leeming  <leeming@lyx.org>
4836
4837         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4838         duplicate those in LyXFunc::dispatch.
4839
4840         * commandtags.h:
4841         * LyXAction.C:
4842         * ToolbarDefaults.C:
4843         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4844         Add LFUN_FONTFREE_UPDATE.
4845
4846         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4847         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4848
4849         * bufferview_func.[Ch]: several new functions to facilliate
4850         transfer of data to and from the character dialog.
4851
4852 2003-03-12  John Levon  <levon@movementarian.org>
4853
4854         * buffer.C:
4855         * paragraph.h:
4856         * paragraph.C:
4857         * paragraph_funcs.C:
4858         * paragraph_pimpl.C:
4859         * sgml.C:
4860         * tabular.C:
4861         * text.C:
4862         * text3.C: remove META_NEWLINE in favour of an inset
4863
4864         * rowpainter.h:
4865         * rowpainter.C: remove paintNewline (done by inset)
4866
4867 2003-03-12  John Levon  <levon@movementarian.org>
4868
4869         * paragraph_pimpl.C: complain about bad getChar()s
4870         for a while at least
4871
4872 2003-03-12  John Levon  <levon@movementarian.org>
4873
4874         * buffer.h:
4875         * buffer.C: move paragraph read into a separate function,
4876         a little renaming to reflect that.
4877
4878         * bufferparams.h:
4879         * bufferparams.C: remove the author_ids map, not necessary now
4880
4881         * factory.h:
4882         * factory.C: moved Buffer::readInset to here
4883
4884         * paragraph_funcs.h:
4885         * paragraph_funcs.C: readParagraph free function moved from
4886         buffer.C
4887
4888         * tabular.C: name change
4889
4890 2003-03-12  John Levon  <levon@movementarian.org>
4891
4892         * buffer.C:
4893         * ParagraphParameters.C: move par params input to
4894         a read() method
4895
4896         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4897         behave like a normal read from the stream wrt reading
4898         a line vs. a \\token
4899
4900 2003-03-12  John Levon  <levon@movementarian.org>
4901
4902         * paragraph.C:
4903         * ParagraphParameters.h:
4904         * ParagraphParameters.C: move output code to a
4905         ::write() method
4906
4907 2003-03-12  John Levon  <levon@movementarian.org>
4908
4909         * BufferView.C (insertLyXFile):
4910         * buffer.h:
4911         * buffer.C:
4912         * tabular.C: use a parlist iterator for creating the
4913           document.
4914
4915 2003-03-12  John Levon  <levon@movementarian.org>
4916
4917         * buffer.C: make current_change static local not
4918           static file-scope
4919
4920 2003-03-12  John Levon  <levon@movementarian.org>
4921
4922         * buffer.C: fix insertStringAsLines for change tracking
4923
4924 2003-03-12  John Levon  <levon@movementarian.org>
4925
4926         * BufferView.C:
4927         * tabular.C:
4928         * buffer.h:
4929         * buffer.C:
4930         * bufferparams.h:
4931         * bufferparams.C: move author list into params. Rename some
4932           functions. Move the header reading into a separate token
4933           loop. Move the header token reading into BufferParams.
4934
4935 2003-03-12  John Levon  <levon@movementarian.org>
4936
4937         * changes.C: put debug inside lyxerr.debugging() checks
4938
4939 2003-03-11 André Pönitz <poenitz@gmx.net>
4940
4941         * factory.C: make it aware of InsetHFill
4942
4943 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4944
4945         * buffer.C (latexParagraphs): move function from here...
4946         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4947         args.
4948
4949 2003-03-10  Angus Leeming  <leeming@lyx.org>
4950
4951         * LyXAction.C (init): fix bug in poplating array with multiple entries
4952         with the same LFUN (spotted by JMarc).
4953
4954 2003-03-10  John Levon  <levon@movementarian.org>
4955
4956         * text.C:
4957         * text2.C: move getColumnNearX() near its
4958         only call site
4959
4960 2003-03-10  John Levon  <levon@movementarian.org>
4961
4962         * text.C: fix break before a minipage
4963
4964 2003-03-10  John Levon  <levon@movementarian.org>
4965
4966         * text.C: fix the last commit
4967
4968 2003-03-09  John Levon  <levon@movementarian.org>
4969
4970         * lyxtext.h:
4971         * text.C:
4972         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4973         bug 365 (don't break before insets unless needed). Don't
4974         return a value > last under any circumstances.
4975
4976 2003-03-09  Angus Leeming  <leeming@lyx.org>
4977
4978         * BufferView_pimpl.C (trackChanges, dispatch): call
4979         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4980
4981 2003-03-09  Angus Leeming  <leeming@lyx.org>
4982
4983         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4984         than Dialogs::showAboutlyx().
4985
4986 2003-03-09  Angus Leeming  <leeming@lyx.org>
4987
4988         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4989         than Dialogs::showTabularCreate().
4990
4991 2003-03-09  John Levon  <levon@movementarian.org>
4992
4993         * lyxtext.h:
4994         * text.C:
4995         * text2.C: 3rd arg to nextBreakPoint was always the same.
4996           Use references.
4997
4998 2003-03-08  John Levon  <levon@movementarian.org>
4999
5000         * lyxrow.C:
5001         * paragraph.C:
5002         * paragraph.h:
5003         * rowpainter.C:
5004         * text.C:
5005         * text2.C: Remove the "main" bit from the "main body"
5006           notion.
5007
5008 2003-03-08  John Levon  <levon@movementarian.org>
5009
5010         * text.C (leftMargin): The left margin of an empty
5011         manual label paragraph should not include the label width
5012         string length.
5013
5014         * text.C (prepareToPrint): don't attempt to measure hfills
5015         for empty manual label paragraphs - the answer should be 0
5016
5017 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5018
5019         * CutAndPaste.C: remove commented code and reindent.
5020
5021 2003-03-08  John Levon  <levon@movementarian.org>
5022
5023         * lyxfunc.h:
5024         * lyxfunc.C: move reloadBuffer()
5025
5026         * BufferView.h:
5027         * BufferView.C: to here
5028
5029         * lyxvc.C: add comment
5030
5031         * vc-backend.h:
5032         * vc-backend.C: call bv->reload() to avoid
5033           getStatus() check on MENURELOAD
5034
5035 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
5036
5037         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
5038         to an old format .dep file.
5039
5040 2003-03-07  Angus Leeming  <leeming@lyx.org>
5041
5042         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
5043         when the LFUN_MOUSE_RELEASE should have been handled by
5044         inset->localDispatch.
5045
5046 2003-03-07  Angus Leeming  <leeming@lyx.org>
5047
5048         * BufferView_pimpl.C (dispatch):
5049         * LyXAction.C (init):
5050         * ToolbarDefaults.C (init):
5051         * commandtags.h:
5052         * lyxfunc.C (getStatus):
5053         remove LFUN_INSET_GRAPHICS.
5054
5055         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
5056
5057 2003-03-07  Angus Leeming  <leeming@lyx.org>
5058
5059         * commandtags.h:
5060         * LyXAction.C (init):
5061         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
5062
5063         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
5064
5065         * commandtags.h:
5066         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
5067
5068         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
5069         localDispatch method LFUN_INSET_DIALOG_UPDATE.
5070
5071 2003-03-07  Angus Leeming  <leeming@lyx.org>
5072
5073         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
5074         remove "ert".
5075
5076 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5077
5078         * ParagraphList.C (front): new function
5079         (back): implement
5080
5081 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
5082
5083         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
5084         and top_row_offset_. removed var first_y.
5085         * text.C (top_y):
5086         * text2.C (LyXText, removeRow):
5087         * text3.C:
5088         * BufferView_pimpl.C:
5089         use these methods instead of using first_y
5090
5091 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5092
5093         * text2.C (pasteSelection): adjust for checkPastePossible
5094
5095         * CutAndPaste.C: remove Paragraph * buf and replace with
5096         ParagraphList paragraphs.
5097         (DeleteBuffer): delete
5098         (cutSelection): change the tc type to textclass_type
5099         (copySelection): change the tc type to textclass_type
5100         (copySelection): adjust for ParagraphList
5101         (pasteSelection): change the tc type to textclass_type
5102         (pasteSelection): adjust for Paragraphlist
5103         (nrOfParagraphs): simplify for ParagraphList
5104         (checkPastePossible): simplify for ParagraphList
5105         (checkPastePossible): remove unused arg
5106
5107         * ParagraphList.C (insert): handle the case where there are no
5108         paragraphs yet.
5109
5110         * CutAndPaste.h: make CutAndPaste a namespace.
5111
5112         * text3.C (dispatch): adjust
5113
5114         * text.C (breakParagraph): add a ParagraphList as arg
5115
5116         * paragraph_funcs.C (breakParagraph): change to take a
5117         BufferParams and a ParagraphList as args.
5118         (breakParagraphConservative): ditto
5119         (mergeParagraph): ditto
5120         (TeXDeeper): add a ParagraphList arg
5121         (TeXEnvironment): ditto
5122         (TeXOnePar): ditto
5123
5124         * buffer.C (readLyXformat2): adjust
5125         (insertStringAsLines): adjust
5126         (latexParagraphs): adjust
5127
5128         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
5129         (cutSelection): adjust
5130         (pasteSelection): adjust
5131
5132         * BufferView_pimpl.C (insertInset): adjust
5133
5134 2003-03-05  Angus Leeming  <leeming@lyx.org>
5135
5136         * commandtags.h:
5137         * LyXAction.C (init):
5138         * BufferView_pimpl.C (dispatch):
5139         * lyxfunc.C (getStatus):
5140         remove LFUN_CHILD_INSERT.
5141
5142         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
5143
5144 2003-03-05  Angus Leeming  <leeming@lyx.org>
5145
5146         * commandtags.h:
5147         * LyXAction.C (init):
5148         * src/factory.C (createInset):
5149         * lyxfunc.C (getStatus):
5150         * text3.C (dispatch):
5151         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
5152
5153         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
5154
5155 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5156
5157         * ParagraphList.C (insert): handle insert right before end()
5158         (erase): fix cases where it can be first or last paragraph.
5159
5160 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5161
5162         * paragraph_funcs.C (TeXEnvironment): remove all usage of
5163         Paragraph::next and Paragraph::previous
5164         (TeXOnePar): ditto
5165
5166         * text.C (breakParagraph): adjust
5167
5168         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
5169         BufferParams& as arg.
5170         (breakParagraph): use ParagraphList::insert
5171         (breakParagraphConservative): take a Buffer* instead of a
5172         BufferParams& as arg.
5173         (breakParagraphConservative): use ParagraphList::insert.
5174
5175         * buffer.C (insertStringAsLines): un-const it
5176         (insertStringAsLines): adjust
5177
5178         * ParagraphList.C (insert): new function
5179
5180         * CutAndPaste.C (pasteSelection): adjust
5181
5182         * text.C (backspace): adjust
5183
5184         * tabular.C (SetMultiColumn): adjust
5185
5186         * CutAndPaste.C (cutSelection): adjust
5187         (pasteSelection): adjust
5188
5189         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
5190         Buffer const * as arg
5191
5192         * ParagraphList.C (erase): new function
5193         * paragraph_funcs.C (mergeParagraph): use it
5194         (mergeParagraph): make it take a Buffer* instead of a
5195         BufferParams* as arg
5196
5197         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
5198         as arg
5199         (breakParagraphConservative): ditto
5200
5201         * paragraph.h: remove the breakParagraph friend
5202
5203         * paragraph.C (eraseIntern): new function
5204         (setChange): new function
5205
5206         * paragraph_funcs.C (mergeParagraph): make it take a
5207         ParagraphList::iterator instead of a Paragraph *, adjust
5208         accordingly.
5209
5210         * paragraph.h: move an #endif so that the change tracking stuff
5211         also works in the NO_NEXT case.
5212
5213 2003-03-04  Angus Leeming  <leeming@lyx.org>
5214
5215         * commandtags.h:
5216         * LyXAction.C: new LFUN_INSET_MODIFY.
5217
5218         * BufferView_pimpl.C (dispatch): if an inset is found to be open
5219         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
5220
5221 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5222
5223         * several files: ws changes only
5224
5225         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
5226         (TeXEnvironment): ditto
5227         (TeXDeeper): ditto
5228
5229         * buffer.C (makeLaTeXFile): adjust
5230         (latexParagraphs): make it take ParagraphList::iterator as args
5231
5232 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5233
5234         * buffer.C (latexParagraphs): adjust
5235
5236         * paragraph.C (TeXOnePar): move function...
5237         (optArgInset): move function...
5238         (TeXEnvironment): move function...
5239         * paragraph_pimpl.C (TeXDeeper): move function...
5240         * paragraph_funcs.C: ...here
5241
5242         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
5243
5244 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5245
5246         * buffer.C (readInset): remove compability code for old Figure and
5247         InsetInfo insets
5248
5249 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5250
5251         * buffer.C: ws changes
5252         (readInset):
5253
5254         * BufferView_pimpl.C: ditto
5255         * author.C: ditto
5256         * buffer.h: ditto
5257         * bufferlist.h: ditto
5258         * changes.h: ditto
5259         * lyxfunc.C: ditto
5260
5261 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
5262
5263         * converter.[Ch]: split into itself +
5264         * graph.[Ch]
5265         * format.[Ch]
5266         * Makefile.am: += graph.[Ch] + format.[Ch]
5267         * MenuBackend.C
5268         * buffer.C
5269         * exporter.C
5270         * importer.C
5271         * lyx_main.C
5272         * lyxfunc.C
5273         * lyxrc.C: added #include "format.h"
5274
5275 2003-02-27  Angus Leeming  <leeming@lyx.org>
5276
5277         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
5278           a label.
5279
5280         * factory.C (createInset): add "label" to the factory.
5281
5282         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
5283           string and do no more.
5284
5285 2003-02-27  Angus Leeming  <leeming@lyx.org>
5286
5287         * commandtags.h:
5288         * LyXAction.C (init):
5289         * factory.C (createInset):
5290         * BufferView_pimpl.C (dispatch):
5291           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
5292
5293         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
5294
5295         * lyxfunc.C (dispatch):
5296         * text3.C (dispatch): pass name to params2string.
5297
5298 2003-02-26  Angus Leeming  <leeming@lyx.org>
5299
5300         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
5301           blocks together.
5302           Rearrange the ~includes. Strip out the unnecessary ones.
5303
5304         * factory.C (createInset): reformat.
5305           create new insets for the various LFUN_XYZ_APPLY lfuns.
5306
5307 2003-02-26  John Levon  <levon@movementarian.org>
5308
5309         * lyxrow.h:
5310         * lyxrow.C: add isParStart,isParEnd helpers
5311
5312         * paragraph.h: make isInserted/DeletedText take refs
5313
5314         * paragraph_funcs.h:
5315         * paragraph_funcs.C: remove #if 0'd code
5316
5317         * lyxtext.h:
5318         * text3.C:
5319         * text2.C:
5320         * text.C: use lyxrow helpers above.
5321           Move draw and paint routines to RowPainter.
5322           Make several methods use refs not pointers.
5323           Make backgroundColor() const.
5324           Add markChangeInDraw(), isInInset().
5325           Merge changeRegionCase into changeCase.
5326           Make workWidth() shouldn't-happen code into an Assert.
5327
5328         * rowpainter.h:
5329         * rowpainter.C: new class for painting a row.
5330
5331         * vspace.h:
5332         * vspace.C: make inPixels take a ref
5333
5334 2003-02-26  Angus Leeming  <leeming@lyx.org>
5335
5336         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
5337         LFUN_REF_APPLY.
5338
5339 2003-02-25  John Levon  <levon@movementarian.org>
5340
5341         * ispell.C: give the forked command a more accurate name
5342
5343 2003-02-22  John Levon  <levon@movementarian.org>
5344
5345         * toc.h:
5346         * toc.C: make TocItem store an id not a Paragraph *
5347           (bug #913)
5348
5349 2003-02-21  Angus Leeming  <leeming@lyx.org>
5350
5351         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
5352           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
5353           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
5354           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
5355           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
5356           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
5357
5358         * BufferView_pimpl.C (dispatch):
5359         * LyXAction.C (init):
5360         * factory.C (createInset):
5361         * lyxfunc.C (getStatus, dispatch):
5362         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
5363
5364 2003-02-21  Angus Leeming  <leeming@lyx.org>
5365
5366         * BufferView_pimpl.C (MenuInsertLyXFile):
5367         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
5368         * lyxfunc.C (menuNew, open, doImport):
5369           no longer pass a LyXView & to fileDlg.
5370
5371 2003-02-21  Angus Leeming  <leeming@lyx.org>
5372
5373         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
5374         * LyXAction.C: change, BIBKEY to BIBITEM.
5375         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
5376         Change InsetBibKey to InsetBibitem.
5377         Change BIBKEY_CODE to BIBITEM_CODE.
5378         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5379         * factory.C: replace insetbib.h with insetbibitem.h.
5380         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5381         * paragraph.C: replace insetbib.h with insetbibitem.h.
5382         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
5383         Change bibkey() to bibitem().
5384         * text.C: remove insetbib.h.
5385         * text2.C: replace insetbib.h with insetbibitem.h.
5386         change bibkey() to bibitem().
5387         * text3.C: remove insetbib.h.
5388         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5389
5390 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5391
5392         * lyxrc.C (output): enclose user email in quotes (in case there are
5393         several words)
5394
5395 2003-02-18  John Levon  <levon@movementarian.org>
5396
5397         * buffer.h: add std::
5398
5399 2003-02-17  John Levon  <levon@movementarian.org>
5400
5401         * SpellBase.h:
5402         * ispell.h:
5403         * ispell.C:
5404         * pspell.h:
5405         * pspell.C: reworking. Especially in ispell, a large
5406           number of clean ups and bug fixes.
5407
5408         * lyxfunc.C: fix revert to behave sensibly
5409
5410 2003-02-17 André Pönitz <poenitz@gmx.net>
5411
5412         * LyXAction.C:
5413         * commandtags.h: new LFUN_INSERT_BIBKEY
5414
5415         * layout.h:
5416         * lyxlayout.C:
5417         * buffer.C:
5418         * factory.C:
5419         * text.C:
5420         * text2.C:
5421         * text3.C:
5422         * paragraph.[Ch]:
5423         * paragraph_func.C: remove special bibkey handling
5424
5425 2003-02-17  John Levon  <levon@movementarian.org>
5426
5427         * text.C (Delete): fix case where delete at the end of
5428           the very first paragraph would not merge the pars
5429
5430 2003-02-17  John Levon  <levon@movementarian.org>
5431
5432         * lyxrow.C: fix lastPrintablePos()
5433
5434 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5435
5436         * bufferparams.C (writeLaTeX): add a std:here
5437
5438         * buffer.C: and remove a using directive there
5439
5440 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5441
5442         * buffer.C (makeLaTeXFile): move the code that generates the
5443           preamble...
5444
5445         * bufferparams.C (writeLaTeX): ... in this new method
5446
5447         * LaTeXFeatures.C (getEncodingSet): make const
5448           (getLanguages): make const
5449
5450         * MenuBackend.C (binding): returns the binding associated to this
5451           action
5452           (add): sets the status of each item by calling getStatus. Adds
5453           some intelligence.
5454           (read): add support for OptSubMenu
5455           (expand): remove extra separator at the end of expanded menu
5456
5457 2003-02-15  John Levon  <levon@movementarian.org>
5458
5459         * BufferView.C:
5460         * BufferView_pimpl.C:
5461         * bufferlist.h:
5462         * bufferlist.C: remove pointless BufferStorage bloat. Remove
5463           inset code that had no actual effect. Remove unneeded status
5464           code.
5465
5466 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5467
5468         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
5469           in preamble
5470
5471 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
5472
5473         * text.C (drawLengthMarker): also draw an arrow marker for
5474           symbolic lengths (medskip...)
5475
5476 2003-02-14  John Levon  <levon@movementarian.org>
5477
5478         * tabular.h:
5479         * tabular.C: better method names
5480
5481 2003-02-14  John Levon  <levon@movementarian.org>
5482
5483         * BufferView_pimpl.C:
5484         * bufferlist.C:
5485         * buffer.C:
5486         * converter.C:
5487         * lyx_cb.C:
5488         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
5489           it's a more accurate name. Remove some pointless uses.
5490
5491 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5492
5493         * text2.C (LyXText): change order of initilizers to shut off
5494           warnings
5495
5496 2003-02-14  John Levon  <levon@movementarian.org>
5497
5498         * buffer.C: use ParIterator for getParFromID()
5499
5500         * paragraph.h:
5501         * paragraph.C:
5502         * paragraph_pimpl.h:
5503         * paragraph_pimpl.C: remove unused getParFromID()
5504
5505 2003-02-14  John Levon  <levon@movementarian.org>
5506
5507         * buffer.C: remove some very old #if 0'd parse code
5508
5509 2003-02-13  John Levon  <levon@movementarian.org>
5510
5511         * text.h:
5512         * text.C:
5513         * text2.C: move hfillExpansion(), numberOfSeparators(),
5514           rowLast(), rowLastPrintable(), numberofHfills(),
5515           numberOfLabelHfills() ...
5516
5517         * lyxrow.h:
5518         * lyxrow.C: ... to member functions here.
5519
5520         * paragraph.h:
5521         * paragraph.C:
5522         * lyxtext.h:
5523         * text.C: remove LyXText::beginningOfMainBody(), and call
5524           p->beginningOfMainBody() directly. Move the check for
5525           LABEL_MANUAL into the latter.
5526
5527         * text.h:
5528         * text.C:
5529         * text2.C:
5530         * vspace.C:
5531         * BufferView.h:
5532         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
5533
5534         * text.h:
5535         * text.C:
5536         * text2.C:
5537         * text3.C:
5538         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
5539           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
5540
5541 2003-02-13  John Levon  <levon@movementarian.org>
5542
5543         * CutAndPaste.C: remove debug
5544
5545 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5546
5547         * paragraph.C (asString): remove two unused variables
5548
5549         * lyxtextclass.C (readTitleType):
5550           (Read):
5551           (LyXTextClass): handle new members titletype_ and titlename_
5552
5553         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
5554
5555 2003-02-09  John Levon  <levon@movementarian.org>
5556
5557         * buffer.h:
5558         * buffer.C: replace hand-coded list with a map for the dep clean
5559
5560 2003-02-08  John Levon  <levon@movementarian.org>
5561
5562         * LaTeX.C: consolidate code into showRunMessage() helper
5563
5564 2003-02-08  John Levon  <levon@movementarian.org>
5565
5566         * lyxfind.C:
5567         * lyxtext.h:
5568         * text2.C:
5569         * BufferView.C: change setSelectionOverString() to setSelectionRange()
5570           and pass the size in explicitly
5571
5572         * BufferView_pimpl.h:
5573         * BufferView_pimpl.C:
5574         * BufferView.h:
5575         * BufferView.C: add getCurrentChange()
5576
5577         * BufferView_pimpl.h:
5578         * BufferView_pimpl.C: handle change lfuns
5579
5580         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
5581           for changes. Mark pasted paragraphs as new.
5582
5583         * support/lyxtime.h:
5584         * support/lyxtime.C:
5585         * DepTable.C: abstract time_t as lyx::time_type
5586
5587         * LColor.h:
5588         * LColor.C: add colours for new text, deleted text, changebars
5589
5590         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
5591           package use "usenames" option.
5592
5593         * commandtags.h:
5594         * lyxfunc.C:
5595         * LyXAction.C: add change lfuns
5596
5597         * Makefile.am:
5598         * author.h:
5599         * author.C: author handling
5600
5601         * buffer.h:
5602         * buffer.C: add a per-buffer author list, with first entry as
5603           current author. Handle new .lyx tokens for change tracking. Output
5604           author list to .lyx file. Output dvipost stuff to .tex preamble.
5605           Bump lyx format to 222.
5606
5607         * bufferlist.h:
5608         * bufferlist.C: add setCurrentAuthor() to reset current author details
5609           in all buffers.
5610
5611         * bufferparams.h:
5612         * bufferparams.C: add param for tracking
5613
5614         * bufferview_funcs.C: output change info in minibuffer
5615
5616         * Makefile.am:
5617         * changes.h:
5618         * changes.C: add change-tracking structure
5619
5620         * debug.h:
5621         * debug.C: add CHANGES debug flag
5622
5623         * lyxfind.h:
5624         * lyxfind.C: add code for finding the next change piece
5625
5626         * lyxrc.h:
5627         * lyxrc.C: add user_name and user_email
5628
5629         * lyxrow.h:
5630         * lyxrow.C: add a metric for the top of the text line
5631
5632         * lyxtext.h:
5633         * text.C: implement accept/rejectChange()
5634
5635         * lyxtext.h:
5636         * text.C: paint changebars. Paint new/deleted text in the chosen
5637         colours. Strike through deleted text.
5638
5639         * paragraph.h:
5640         * paragraph.C:
5641         * paragraph_pimpl.h:
5642         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
5643           in the current change to the insert functions. Rework erase to
5644           mark text as deleted, adding an eraseIntern() and a range-based
5645           erase(). Implement per-paragraph change lookup and
5646           accept/reject.
5647
5648         * paragraph_funcs.C: Fixup paste for change tracking.
5649
5650         * tabular.C: mark added row/columns as new.
5651
5652         * text.C: fix rowLast() to never return -1. Don't allow
5653           spellchecking of deleted text. Track transpose changes. Don't
5654           allow paragraph break or merge where appropriate.
5655
5656         * text2.C: leave cursor at end of selection after a cut.
5657
5658 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5659
5660         * text.C (getLengthMarkerHeight):
5661         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5662         visible on screen too.
5663
5664 2003-02-07  John Levon  <levon@movementarian.org>
5665
5666         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5667
5668 2003-02-05  Angus Leeming  <leeming@lyx.org>
5669
5670         * lyxserver.C (read_ready): revert my patch of 11 September last year
5671         as it sends PC cpu through the roof. Presumably this means that
5672         the lyxserver will no longer run on an Alpha...
5673
5674 2003-01-30  Angus Leeming  <leeming@lyx.org>
5675
5676         * factory.C (createInset): create an InsetCommandParam of type "index"
5677         and use it to 'do the right thing'.
5678
5679         * text2.C (getStringToIndex): ensure that cursor position is always
5680         reset to the reset_cursor position.
5681
5682 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5683
5684         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5685         disabled.
5686
5687 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5688
5689         * bufferview.C:
5690         * lyxcb.C:
5691         * lyxfunc.C: Output messages with identical spelling, punctuation,
5692         and spaces
5693
5694 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5695
5696         * MenuBackend.C (expandFormats): List only viewable export formats
5697         in "View" menu
5698
5699         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5700         message
5701
5702         * lyxfunc.C (getStatus): Make sure that formats other than
5703         "fax" can also be disabled
5704
5705 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5706
5707         * text3.C (dispatch): put the lfuns that insert insets in 3
5708         groups, and call doInsertInset with appropriate arguments.
5709         (doInsertInset): new function, that creates an inset and inserts
5710         it according to some boolean parameters.
5711
5712 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5713
5714         * buffer.C (readFile): remember to pass on 'par' when calling
5715         readFile recursively.
5716
5717 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5718
5719         * MenuBackend.C (expandFormats): add "..." to import formats.
5720
5721 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5722
5723         * paragraph.C (asString): Remove XForms RTL hacks.
5724
5725 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5726         * buffer.C: fix typo
5727
5728 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5729
5730         * Makefile.am (LIBS): delete var
5731         (lyx_LDADD): add @LIBS@ here instead.
5732
5733 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5734
5735         * Clarify the meaning of "wheel mouse jump"
5736
5737 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5738
5739         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5740         tabular in a float
5741
5742 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5743
5744         * importer.C (Loaders): do not preallocate 3 elements in the
5745         vector, since one ends up with 6 elements otherwise
5746
5747 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5748
5749         * DepTable.C (write): write the file name as last element of the
5750         .dep file (because it may contain spaces)
5751         (read): read info in the right order
5752
5753 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5754
5755         * paragraph_pimpl.C (simpleTeXBlanks):
5756         (simpleTeXSpecialChars):
5757         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5758
5759         * tabular.C (latex): add some missing case statements. Reindent.
5760
5761         * MenuBackend.C (expandToc): remove unused variable.
5762
5763 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5764
5765         * LColor.C:
5766         * LaTeX.C:
5767         * LyXAction.C:
5768         * MenuBackend.C:
5769         * buffer.C:
5770         * exporter.C:
5771         * lyxfunc.C:
5772         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5773         and the like.
5774
5775 2003-01-05  John Levon  <levon@movementarian.org>
5776
5777         * BufferView.h:
5778         * BufferView.C: add getEncoding()
5779
5780         * kbsequence.h:
5781         * kbsequence.C: do not store last keypress
5782
5783         * lyxfunc.h:
5784         * lyxfunc.C: store last keypress here instead. Pass encoding
5785           to getISOEncoded()
5786
5787 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5788
5789         * lyx_main.C (init): remove annoying error message when following
5790         symbolic links (bug #780)
5791
5792 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5793
5794         * text.C (insertChar):
5795         * lyxrc.C (getDescription): remove extra spaces
5796
5797 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5798
5799         * lyxrc.C (getDescription): remove extra spaces
5800
5801 2002-12-20  John Levon  <levon@movementarian.org>
5802
5803         * text3.C: hack fix for page up/down across tall rows
5804
5805 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5806
5807         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5808         not been invoked
5809
5810 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5811
5812         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5813         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5814         thesaurus is not compiled in
5815
5816 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5817
5818         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5819
5820 2002-12-16  Angus Leeming  <leeming@lyx.org>
5821
5822         * lyxrc.[Ch]:
5823         * lyx_main.C (init): remove override_x_deadkeys stuff.
5824
5825 2002-12-12  John Levon  <levon@movementarian.org>
5826
5827         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5828           insert. Only remove shift modifier under strict
5829           circumstances.
5830
5831 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5832
5833         * MenuBackend.C (expandToc): fix crash.
5834
5835 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5836
5837         * MenuBackend.C (expandToc): gettext on float names.
5838
5839 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5840
5841         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5842         implement bool empty() [bug 490]
5843
5844 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5845
5846         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5847
5848 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5849
5850         * several files: ws changes
5851
5852 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5853
5854         * text2.C (setCounter): clean up a bit, use boost.format.
5855         (updateCounters): initialize par upon declaration.
5856
5857         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5858         if the layout exists. We do not just store the layout any more.
5859         (SwitchLayoutsBetweenClasses): use boost.format
5860
5861 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5862
5863         * converter.C (convert): if from and to files are the same, use a
5864         temporary files as intermediary
5865
5866 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5867
5868         * commandtags.h:
5869         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5870
5871 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5872
5873         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5874
5875 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5876
5877         * tabular.C (asciiPrintCell): use string(size, char) instead of
5878         explicit loop.
5879
5880         * sgml.C (openTag): fix order of arguments to string constructor
5881         (closeTag): ditto
5882
5883         * lyxfunc.C (dispatch): use boost.format
5884
5885         * lots of files: change "c" -> 'c'
5886
5887 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5888
5889         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5890
5891 2002-11-25  Angus Leeming  <leeming@lyx.org>
5892
5893         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5894
5895         * lyx_main.C (init): compile fix.
5896
5897 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5898
5899         * lyx_cb.C (start): boost.formatify
5900         do not include <iostream>
5901
5902         * lengthcommon.C: ws only
5903
5904         * boost-inst.C,BoostFormat.h: add more explict instantations
5905
5906 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5907
5908         * lots of files: handle USE_BOOST_FORMAT
5909
5910 2002-11-21  John Levon  <levon@movementarian.org>
5911
5912         * pspell.C: fix compile
5913
5914 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5915
5916         * lyxfunc.C (dispatch): use boost::format
5917         (open): ditto
5918         (doImport): ditto
5919
5920         * lyxfont.C (stateText): use boost::format
5921
5922         * lyx_main.C (LyX): use boost::format
5923         (init): ditto
5924         (queryUserLyXDir): ditto
5925         (readRcFile): ditto
5926         (parse_dbg): ditto
5927         (typedef boost::function): use the recommened syntax.
5928
5929         * importer.C (Import): use boost::format
5930
5931         * debug.C (showLevel): use boost::format
5932
5933         * converter.C (view): use boost::format
5934         (convert): ditto
5935         (move): ditto
5936         (scanLog): ditto
5937
5938         * bufferview_funcs.C (currentState): use boost::format
5939
5940         * bufferlist.C (emergencyWrite): use boost::format
5941
5942         * buffer.C (readLyXformat2): use boost::format
5943         (parseSingleLyXformat2Token): ditto
5944
5945         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5946
5947         * LaTeX.C (run): use boost::format
5948
5949         * Chktex.C (scanLogFile): use boost::format
5950
5951         * BufferView_pimpl.C (savePosition): use boost::format
5952         (restorePosition): ditto
5953         (MenuInsertLyXFile): ditto
5954
5955         * BoostFormat.h: help file for explicit instation.
5956
5957 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5958
5959         * tabular.C (latex): Support for block alignment in fixed width
5960         columns.
5961
5962 2002-11-17  John Levon  <levon@movementarian.org>
5963
5964         * BufferView_pimpl.C:
5965         * lyx_cb.C:
5966         * lyxfunc.C: split filedialog into open/save
5967
5968 2002-11-08  Juergen Vigna  <jug@sad.it>
5969
5970         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5971         by my last patch (hopefully).
5972
5973 2002-11-08  John Levon  <levon@movementarian.org>
5974
5975         * iterators.h:
5976         * iterators.C:
5977         * buffer.h:
5978         * buffer.C:
5979         * paragraph.h:
5980         * paragraph.C:
5981         * toc.h:
5982         * toc.C: ParConstIterator, and use it (from Lars)
5983
5984 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5985
5986         * lyxtextclass.[Ch]: revise and add doxygen comments
5987
5988 2002-11-07  John Levon  <levon@movementarian.org>
5989
5990         * text.C: fix progress value for spellchecker
5991
5992         * toc.C: fix navigate menu for insetwrap inside minipage
5993
5994         * paragraph_funcs.C: added FIXME for suspect code
5995
5996 2002-11-07  John Levon  <levon@movementarian.org>
5997
5998         * BufferView_pimpl.C: fix redrawing of insets
5999           on buffer switch
6000
6001 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6002
6003         * text2.C (updateCounters): fix bug 668
6004
6005 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
6006
6007         * text3.C (dispatch): Do not make the buffer dirty when moving the
6008         cursor.
6009
6010 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6011
6012         * vc-backend.C: STRCONV
6013         (scanMaster): ditto
6014
6015         * text2.C (setCounter): STRCONV
6016
6017         * paragraph.C (asString): STRCONV
6018
6019         * lyxlength.C (asString): STRCONV
6020         (asLatexString): ditto
6021
6022         * lyxgluelength.C (asString): STRCONV
6023         (asLatexString): ditto
6024
6025         * lyxfunc.C (dispatch): STRCONV
6026         (open): ditto
6027
6028         * lyxfont.C (stateText): STRCONV
6029
6030         * importer.C (Import): STRCONV
6031
6032         * counters.C (labelItem): STRCONV
6033         (numberLabel): ditto
6034         (numberLabel): remove unused ostringstream o
6035
6036         * chset.C: STRCONV
6037         (loadFile): ditto
6038
6039         * bufferview_funcs.C (currentState): STRCONV
6040
6041         * buffer.C (readFile): STRCONV
6042         (asciiParagraph): ditto
6043         (makeLaTeXFile): ditto
6044
6045         * Spacing.C (writeEnvirBegin): STRCONV
6046
6047         * LaTeXFeatures.C (getLanguages): STRCONV
6048         (getPackages): ditto
6049         (getMacros): ditto
6050         (getBabelOptions): ditto
6051         (getTClassPreamble): ditto
6052         (getLyXSGMLEntities): ditto
6053         (getIncludedFiles): ditto
6054
6055         * LaTeX.C: STRCONV
6056         (run): ditto
6057         (scanAuxFile): ditto
6058         (deplog): ditto
6059
6060         * LString.h: add the STRCONV macros
6061
6062         * BufferView_pimpl.C (savePosition): STRCONV
6063         (restorePosition): ditto
6064         (MenuInsertLyXFile): ditto
6065
6066         * vc-backend.C (scanMaster): change from submatch[...] to
6067         submatch.str(...)
6068
6069         * funcrequest.C: include config.h
6070
6071         * factory.C: include config.h
6072
6073         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
6074
6075         * box.C: include config.h
6076
6077         * LaTeX.C (scanAuxFile): change from submatch[...] to
6078         submatch.str(...)
6079         (deplog): ditto
6080
6081 2002-10-25  Angus Leeming  <leeming@lyx.org>
6082
6083         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
6084
6085         * ispell.[Ch] (setError): new method.
6086         * ispell.C (c-tor): move out child process into new class LaunchIspell.
6087         Use setError() insetead of goto END.
6088
6089         * lyx_cb.C (AutoSave): move out child process into new class
6090         AutoSaveBuffer.
6091
6092 2002-10-30  John Levon  <levon@movementarian.org>
6093
6094         * text3.C: make start appendix undoable
6095
6096 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
6097
6098         * lyxlength.C (inPixels): Fix returned value.
6099
6100         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
6101         environment.
6102
6103 2002-10-24  Angus Leeming  <leeming@lyx.org>
6104
6105         * lyxgluelength.h: no need to forward declare BufferParams
6106         or BufferView, so don't.
6107
6108 2002-10-21  John Levon  <levon@movementarian.org>
6109
6110         * BufferView.C: menuUndo ->undo, redo
6111
6112         * BufferView.h: document, remove dead, make some methods private
6113
6114         * paragraph_funcs.h:
6115         * paragraph_funcs.C:
6116         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
6117
6118         * buffer.h:
6119         * buffer.C:
6120         * sgml.h:
6121         * sgml.C: move sgml open/close tag into sgml.C
6122
6123         * bufferview_funcs.h: unused prototype
6124
6125         * lyxfunc.h:
6126         * lyxfunc.C: remove unused
6127
6128         * lyxtext.h:
6129         * text.C: remove unused
6130
6131 2002-10-21  John Levon  <levon@movementarian.org>
6132
6133         * BufferView.h:
6134         * BufferView.C:
6135         * BufferView_pimpl.h:
6136         * BufferView_pimpl.C: fix mouse wheel handling based on
6137           patch from Darren Freeman
6138
6139 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
6140
6141         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
6142
6143 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
6144
6145         * lyxlength.C (inPixels): Fix hanfling of negative length.
6146         Fix LyXLength::MU case.
6147
6148 2002-10-16  John Levon  <levon@movementarian.org>
6149
6150         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
6151
6152 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6153
6154         * converter.C (view): add support for $$i (file name) and $$p
6155         (file path) for the viewer command. If $$i is not specified, then
6156         it is appended to the command (for compatibility with old syntax)
6157
6158 2002-10-14  Juergen Vigna  <jug@sad.it>
6159
6160         * undo_funcs.C (textHandleUndo): alter the order in which the
6161         new undopar is added to the LyXText, as we have to set first
6162         the right prev/next and then add it as otherwise the rebuild of
6163         LyXText is not correct. Also reset the cursor to the right paragraph,
6164         with this IMO we could remove the hack in "redoParagraphs()".
6165
6166 2002-10-09  Angus Leeming  <leeming@lyx.org>
6167
6168         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
6169         to turn off an optimisation if a new inset is to be inserted.
6170
6171 2002-10-11 André Pönitz <poenitz@gmx.net>
6172
6173         * lyxtext.h: make some functions public to allow access
6174         from inset/lyxtext for handling LFUN_PRIOR/NEXT
6175
6176 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6177
6178         * text3.C (dispatch): when changing layout, avoid an infinite loop
6179         [bug #652]
6180
6181 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6182
6183         * lyxrc.C (read): treat a viewer or converter command of "none" as
6184         if it were empty.
6185
6186         * MenuBackend.C (expandFormats): for an update, also allow the
6187         formats that are not viewable
6188
6189         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
6190         script if it is newer than the lyxrc.defaults in user directory
6191
6192 2002-10-07 André Pönitz <poenitz@gmx.net>
6193
6194         * text.C: Vitaly Lipatov's small i18n fix
6195
6196 2002-09-25  Angus Leeming  <leeming@lyx.org>
6197
6198         * ispell.h: doxygen fix.
6199
6200 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
6201
6202         * buffer.h (readFile): Add a new argument to the method, to allow
6203         reading of old-format templates.
6204
6205 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
6206
6207         * toc.C (getTocList): Get TOC from InsetWrap.
6208
6209 2002-09-16  John Levon  <levon@movementarian.org>
6210
6211         * lyxfunc.C: check tabular for cut/copy too
6212
6213 2002-09-12  John Levon  <levon@movementarian.org>
6214
6215         * LyXAction.C: tidy
6216
6217         * factory.h:
6218         * factory.C: add header
6219
6220         * paragraph_funcs.h:
6221         * paragraph_funcs.C: cleanup
6222
6223 2002-09-11  John Levon  <levon@movementarian.org>
6224
6225         * PrinterParams.h: odd/even default to true
6226
6227 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
6228
6229         * PrinterParams.h: update printer parameters for new xforms dialog
6230
6231 2002-09-11  Angus Leeming  <leeming@lyx.org>
6232
6233         * lyxserver.C (read_ready): re-write to make it more transparent
6234         and to make it work in coherent fashion under Tru64 Unix.
6235
6236 2002-09-11  André Pönitz <poenitz@gmx.net>
6237
6238         * commandtags.h:
6239         * LyXAction.C:
6240         * text3.C: implement LFUN_WORDSEL
6241
6242 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6243
6244         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
6245         make floatlist_ a boost::shared_ptr<FloatList>
6246
6247         * lyxtextclass.C: include FloatList.h
6248         (LyXTextClass): initialize floatlist_
6249         (TextClassTags): add TC_NOFLOAT
6250         (Read): match "nofloat" to TC_NOFLOAT and use it.
6251         (readFloat): modify call to floatlist_
6252         (floats): ditto
6253         (floats): ditto
6254
6255         * FloatList.[Ch] (FloatList): remove commented out float
6256         initialization.
6257         (erase): new function
6258
6259 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6260
6261         * MenuBackend.C (expandToc): fix crash when there is no document
6262         open
6263
6264 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
6265
6266         * many files: Add insetwrap.
6267
6268 2002-09-09  John Levon  <levon@movementarian.org>
6269
6270         * text2.C: remove confusing and awkward depth wraparound
6271
6272 2002-09-09  John Levon  <levon@movementarian.org>
6273
6274         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
6275
6276         * buffer.h:
6277         * buffer.C: remove getIncludeonlyList()
6278
6279         * paragraph.C:
6280         * lyxfunc.C: remove headers
6281
6282 2002-09-09  Juergen Vigna  <jug@sad.it>
6283
6284         * text.C (getColumnNearX): fix form Michael this is most
6285         probably a cut&paste bug.
6286
6287 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6288
6289         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
6290
6291         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
6292         references, ws changes.
6293
6294         * text2.C (init): update counters after init
6295         (insertParagraph): no need to set counter on idividual paragraphs.
6296         (setCounter): access the counters object in the textclass object
6297         on in the buffer object.
6298         (updateCounters): ditto
6299
6300         * lyxtextclass.C: include counters.h, add variable ctrs_ as
6301         shared_ptr<Counters> to avoid loading counters.h in all
6302         compilation units.
6303         (LyXTextClass): initialize ctrs_
6304         (TextClassTags): add TC_COUNTER, and ...
6305         (Read): use it here.
6306         (CounterTags): new tags
6307         (readCounter): new function
6308         (counters): new funtion
6309         (defaultLayoutName): return a const reference
6310
6311         * counters.C (Counters): remove contructor
6312         (newCounter): remove a couple of unneeded statements.
6313         (newCounter): simplify a bit.
6314         (numberLabel): some small formatting changes.
6315
6316         * buffer.[Ch]: remove all traces of counters, move the Counters
6317         object to the LyXTextClass.
6318
6319 2002-09-06  Alain Castera  <castera@in2p3.fr>
6320
6321         * tabular.C: uses \tabularnewline; uses >{...} construct from array
6322         package to set the horizontal alignment on fixed width columns.
6323
6324         * lyx_sty.C:
6325         * lyx_sty.h: added tabularnewline macro def.
6326
6327         * LaTeXFeatures.C: added NeedTabularnewline macro feature
6328
6329 2002-09-06  John Levon  <levon@movementarian.org>
6330
6331         * LyXAction.C: tooltips for sub/superscript
6332
6333         * MenuBackend.C: a bit more verbose
6334
6335         * lyxfunc.C: tiny clean
6336
6337         * undo_funcs.C: document undo_frozen
6338
6339 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6340
6341         * counters.C (Counters): add missing algorithm counter.
6342
6343         * text2.C (setCounter): lookup the counter with layouts latexname
6344         instead of by section number.
6345         (setCounter): use a hackish way to lookup the correct enum
6346         counter.
6347         a float name->type change
6348         reset enum couners with counter name directly instead of depth value.
6349
6350         * counters.C (Counters): remove the push_backs, change to use the
6351         float type not the float name.
6352         (labelItem): remove unused string, float name->type change
6353
6354         * counters.h: don't include vector, loose the enums and sects vectors
6355
6356 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6357
6358         * lyxtextclass.C (TextClassTags): add TC_FLOAT
6359         (Read): add float->TC_FLOAT to textclassTags
6360         (Read): and handle it in the switch
6361         (readFloat): new function
6362
6363         * FloatList.C (FloatList): comment out the hardcoded float
6364         definitions.
6365
6366         * lyxlayout.h: ws change.
6367
6368 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
6369
6370         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
6371
6372 2002-09-03  Angus Leeming  <leeming@lyx.org>
6373
6374         * BufferView_pimpl.h: qualified name is not allowed in member
6375         declaration: WorkArea & Pimpl::workarea() const;
6376
6377         * factory.C: added using std::endl directive.
6378
6379         * text3.C: added using std::find and std::vector directives.
6380
6381 2002-08-29  André Pönitz <poenitz@gmx.net>
6382
6383         * lyxtext.h:
6384         * text2.C: remove unused member number_of_rows
6385
6386         * Makefile.am:
6387         * BufferView2.C: remove file, move contents to...
6388         * BufferView.C: ... here
6389
6390         * BufferView_pimpl.C:
6391         * factory.C: move more inset creation to factory
6392
6393         * vspace.C: avoid direct usage of LyXText, ws changes
6394
6395         * BufferView.[Ch]:
6396                 don't provide direct access to WorkArea, use two simple
6397                 acessors haveSelction() and workHeight() instead
6398
6399
6400 2002-08-29  John Levon  <levon@movementarian.org>
6401
6402         * BufferView_pimpl.C (dispatch): do not continue when
6403           no buffer
6404
6405 2002-08-28  André Pönitz <poenitz@gmx.net>
6406
6407         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
6408
6409         * BufferView.h:
6410         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
6411
6412 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
6413
6414         * buffer.C: increment LYX_FORMAT to 221
6415
6416         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
6417         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
6418
6419         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
6420
6421         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
6422
6423 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6424
6425         * factory.C (createInset): use LyXTextClass::floats
6426
6427         * MenuBackend.C (expandFloatListInsert):
6428         (expandFloatInsert):
6429         (expandToc):
6430
6431         * text2.C (setCounter):
6432
6433         * LaTeXFeatures.C (useFloat):
6434         (getFloatDefinitions):
6435
6436         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
6437
6438         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
6439         floatlist_, with accessor floats().
6440
6441         * FloatList.h: remove global FloatList
6442
6443 2002-08-26  André Pönitz <poenitz@gmx.net>
6444
6445         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
6446
6447         * BufferView.h:
6448         * BufferView2.C:
6449         * BufferView_pimpl.C:
6450         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
6451
6452 2002-08-25  John Levon  <levon@movementarian.org>
6453
6454         * LyXAction.C: fix margin note description
6455
6456 2002-08-24  John Levon  <levon@movementarian.org>
6457
6458         * buffer.C:
6459         * bufferlist.C:
6460         * bufferview_funcs.C:
6461         * lyxfont.C:
6462         * undo_funcs.C: cleanups
6463
6464         * lyxfunc.C: disable CUT/COPY when no selection
6465
6466 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
6467
6468         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
6469         in "enum UNIT"; e.g. PTW for Percent of TextWidth
6470
6471         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
6472         Add backward compatibility to "mono", "gray" and "no".
6473
6474 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
6475
6476         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
6477         (and file_format >= 200).
6478
6479 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6480
6481         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
6482
6483 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6484
6485         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
6486
6487 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
6488
6489         * BufferView_pimpl.C:
6490         * LyXAction.C:
6491         * buffer.C:
6492         * commandtags.h:
6493         * lyxfunc.C:
6494         * paragraph.[Ch]:
6495         * text2.C:
6496         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
6497         inset and code to make it  work with the paragraph code. The inset
6498         can be anywhere in the paragraph, but will only do the expected
6499         thing in LaTeX if the layout file contains the parameter line
6500                         OptionalArgs    1
6501         (or more generally, a nonzero value) for that layout.
6502
6503 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6504
6505         * paragraph.h: remove the declaration of undefined counters class
6506         function.
6507
6508 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
6509
6510         * text2.C (setCounter):  fixed enumeration mis-count as reported by
6511         Dr. Richard Hawkins.
6512
6513 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6514
6515         * paragraph_funcs.h: remove some unneeded includes
6516
6517         * text.C (backspace): pasteParagraph now in global scipe
6518
6519         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
6520         (pasteSelection): ditto
6521
6522         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
6523         * paragraph_funcs.C (pasteParagraph): ... here
6524
6525 2002-08-20  André Pönitz <poenitz@gmx.net>
6526
6527         * commandtags.h: new LFUNs for swapping/copying table row/colums
6528
6529         * LyXAction.C:
6530         * lyxfunc.C: support for new lfuns
6531
6532 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6533
6534         * tabular.C:
6535         * buffer.[Ch]: remove NO_COMPABILITY stuff
6536
6537 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
6538
6539         * boost.C (throw_exception): new file, with helper function for
6540         boost compiled without exceptions.
6541
6542         * paragraph.h:
6543         * lyxlength.C:
6544         * buffer.C:
6545         * ParameterStruct.h:
6546         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
6547
6548         * bufferlist.C (emergencyWriteAll): use boost bind
6549
6550         * BufferView_pimpl.C (moveCursorUpdate): remove inline
6551
6552         * text.C: include paragraph_funcs.h
6553         (breakParagraph): breakParagraph is now in global scope
6554
6555         * paragraph_funcs.[Ch]: new files
6556
6557         * paragraph.C (breakParagraph,breakParagraphConservative): move to
6558         global scope
6559
6560         * buffer.C: include paragraph_funcs.h
6561         (insertStringAsLines): breakParagraph is now in global scope
6562
6563         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
6564         paragraph_funcs.C
6565
6566         * CutAndPaste.C: include paragraph_funcs.h
6567         (cutSelection): breakParagraphConservative is now in global scope
6568         (pasteSelection): ditto
6569
6570         * buffer.h: declare oprator== and operator!= for
6571         Buffer::inset_iterator
6572
6573         * bufferlist.C (emergencyWrite): don't use fmt(...)
6574
6575         * text3.C: add using std::endl
6576
6577         * BufferView.C (moveCursorUpdate): remove default arg
6578
6579 2002-08-20  André Pönitz <poenitz@gmx.net>
6580
6581         * buffer.[Ch]: move inline functions to .C
6582
6583         * BufferView2.C:
6584         * BufferView_pimpl.C:
6585         * text.C:
6586         * buffer.[Ch]: use improved inset_iterator
6587
6588         * buffer.C:
6589         * paragraph.[Ch]: write one paragraph at a time
6590
6591 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6592
6593         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
6594         style if style is not specified.
6595
6596 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6597
6598         * text2.C (setCounter): when searching for right label for a
6599         caption, make sure to recurse to parent insets (so that a caption
6600         in a minipage in a figure float works) (bug #568)
6601
6602 2002-08-20  André Pönitz <poenitz@gmx.net>
6603
6604         * text3.C: new file for LyXText::dispatch() and helpers
6605
6606         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
6607
6608         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
6609
6610 2002-08-19  André Pönitz <poenitz@gmx.net>
6611
6612         * lyxtext.h:
6613         * text.C: new LyXText::dispatch()
6614
6615         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
6616
6617 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6618
6619         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
6620
6621         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
6622         Hebrew text.
6623
6624 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6625
6626         * Makefile.am: use $(variables) instead of @substitutions@
6627
6628 2002-08-15  André Pönitz <poenitz@gmx.net>
6629
6630         * lyxfunc.C:
6631         * BufferView_pimpl.C: streamlining mathed <-> outer world
6632         interaction
6633
6634         * commandtags.h:
6635         * LyXAction.C: remove unused LFUN_MATH
6636
6637 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6638
6639         * paragraph.[Ch]: add some NO_NEXT ifdefs.
6640
6641 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6642
6643         * paragraph.C (Paragraph): reformat a bit
6644         (cutIntoMinibuffer): use builtin InsetList function instad of
6645         doing it manually.
6646         (getInset): ditto
6647
6648         * buffer.C: include boost/bind.hpp, add using std::for_each
6649         (writeFileAscii): use ParagraphList iterators
6650         (validate): use for_each for validate traversal of paragraphs
6651         (getBibkeyList): use ParagraphList iterators
6652         (resizeInsets): use for_each to resizeInsetsLyXText for all
6653         paragraphs.
6654         (getParFromID): use ParagraphList iterators
6655
6656         * BufferView2.C (lockInset): use paragraph list and iterators
6657
6658 2002-08-14  John Levon  <levon@movementarian.org>
6659
6660         * lyxserver.C: remove spurious xforms include
6661
6662 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6663
6664         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6665
6666 2002-08-13  André Pönitz <poenitz@gmx.net>
6667
6668         * LyXAction.[Ch]:
6669         * lyxfunc.C: further cleaning
6670
6671 2002-08-13  André Pönitz <poenitz@gmx.net>
6672
6673         * funcrequest.h: new constructor
6674
6675         * funcrequest.C: move stuff here from .h
6676
6677         * Makefile.am:
6678         * BufferView_pimpl.C:
6679         * LyXAction.C:
6680         * toc.C:
6681         * lyxfunc.C: subsequent changes
6682
6683         * lyxfunc.h: new view() member function
6684
6685         * lyxfunc.C: subsequent changes
6686
6687 2002-08-13  Angus Leeming  <leeming@lyx.org>
6688
6689         * BufferView2.C:
6690         * BufferView_pimpl.C:
6691         * buffer.C:
6692         * converter.C:
6693         * importer.C:
6694         * lyxfunc.C:
6695         * lyxvc.C:
6696         * toc.C:
6697         * vc-backend.C:
6698         changes due to the changed LyXView interface that now returns references
6699         to member variables not pointers.
6700
6701 2002-08-13  Angus Leeming  <leeming@lyx.org>
6702
6703         * WordLangTuple (word, lang_code): return references to strings,
6704         not strings.
6705
6706         * BufferView.h:
6707         * SpellBase.h:
6708         * lyxtext.h: forward-declare WordLangTuple.
6709
6710         * BufferView2.C:
6711         * ispell.C:
6712         * pspell.C:
6713         * text.C: #include "WordLangTuple.h".
6714
6715         * lyxtext.h:
6716         * text.C: (selectNextWordToSpellcheck): constify return type.
6717
6718 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6719
6720         * buffer.C:
6721         * buffer.h:
6722         * lyxtext.h:
6723         * paragraph.C:
6724         * paragraph_pimpl.h:
6725         * text.C:
6726         * text2.C:
6727         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6728         suggested by Angus.
6729         Made updateCounter always count from start of buffer, and removed
6730         second argument (par).
6731         Reverted floats number display to '#'. Perhaps I'll try again when the
6732         code base is sanitized a bit.
6733
6734 2002-08-12  Angus Leeming  <leeming@lyx.org>
6735
6736         * buffer.[Ch] (getLabelList): constify.
6737
6738 2002-08-07  André Pönitz <poenitz@gmx.net>
6739
6740         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6741
6742         * funcrequest.h: extension to keep mouse (x,y) position
6743
6744 2002-08-12  Juergen Vigna  <jug@sad.it>
6745
6746         * BufferView2.C (insertErrors): forbid undo when inserting error
6747         insets.
6748
6749         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6750
6751 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6752
6753         * ParagraphList.[Ch]: new files
6754
6755         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6756
6757         * BufferView2.C (lockInset): ParagraphList changes
6758         * toc.C: ditto
6759         * text2.C: ditto
6760         * bufferlist.C: ditto
6761         * buffer.h: ditto
6762         * buffer.C: ditto
6763
6764 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6765
6766         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6767         unused class variable counter_,
6768
6769         * paragraph.[Ch] (getFirstCounter): delete unused function
6770
6771         * counters.C: include LAssert.h
6772         (reset): add a new function with no arg, change other version to
6773         not have def. arg and to not allow empty arg.
6774
6775         * text2.C (setCounter): remove empty arg from call to Counters::reset
6776
6777 2002-08-11  John Levon  <levon@movementarian.org>
6778
6779         * Makefile.am: add WordLangTuple.h
6780
6781 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6782
6783         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6784         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6785
6786         * insets/insettext.C: InsetList changes
6787
6788         * graphics/GraphicsSupport.C (operator()): InsetList changes
6789
6790         * toc.C (getTocList): InsetList changes
6791
6792         * paragraph_pimpl.[Ch]: InsetList changes
6793
6794         * paragraph.[Ch]: InsetList changes
6795
6796         * buffer.C (inset_iterator): InsetList changes
6797         (setParagraph): ditto
6798         * buffer.h (inset_iterator): ditto
6799         * iterators.C (operator++): ditto
6800         * iterators.h: ditto
6801
6802         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6803
6804         * InsetList.[Ch]: new files, most InsetList handling moved out of
6805         paragraph.C.
6806
6807         * BufferView2.C (removeAutoInsets): InsetList changes
6808         (lockInset): ditto
6809         (ChangeInsets): ditto
6810
6811 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6812
6813         * paragraph_pimpl.h (empty): new function
6814
6815         * paragraph.[Ch] (empty): new function
6816
6817         * other files: use the new Paragraph::empty function
6818
6819 2002-08-09  John Levon  <levon@movementarian.org>
6820
6821         * lyxtext.h: remove unused refresh_height
6822
6823 2002-08-09  John Levon  <levon@movementarian.org>
6824
6825         * Makefile.am:
6826         * sgml.h:
6827         * sgml.C:
6828         * buffer.C:
6829         * paragraph.h:
6830         * paragraph.C: move sgml char escaping out of paragraph
6831
6832         * paragraph.h:
6833         * paragraph.C: remove id setter
6834
6835         * buffer.C:
6836         * paragraph.C:
6837         * paragraph_pimpl.C: remove dead tex_code_break_column
6838
6839         * bufferview_funcs.C: small cleanup
6840
6841         * lyxfunc.C: remove dead proto
6842
6843         * lyxtext.h: make some stuff private. Remove some dead stuff.
6844
6845         * lyxgluelength.C: make as[LyX]String() readable
6846
6847 2002-08-08  John Levon  <levon@movementarian.org>
6848
6849         * LyXAction.h:
6850         * LyXAction.C:
6851         * MenuBackend.C:
6852         * ToolbarDefaults.C:
6853         * lyxfunc.C:
6854         * lyxrc.C:
6855         * toc.C: lyxaction cleanup
6856
6857 2002-08-08  John Levon  <levon@movementarian.org>
6858
6859         * BufferView2.C: small cleanup
6860
6861         * lyxfind.h:
6862         * lyxfind.C: move unnecessary header into the .C
6863
6864 2002-08-08  John Levon  <levon@movementarian.org>
6865
6866         * funcrequest.h: just tedious nonsense
6867
6868         * lyx_main.h:
6869         * lyx_main.C: cleanups
6870
6871         * buffer.C:
6872         * vspace.C: remove dead header lyx_main.h
6873
6874 2002-08-07  Angus Leeming  <leeming@lyx.org>
6875
6876         * Paragraph.[Ch]:
6877         * paragraph_pimpl.h:
6878         Forward declare class Counters in paragraph.h by moving the ctrs member
6879         variable into Paragraph::Pimpl.
6880         (counters): new method, returning a reference to pimpl_->ctrs.
6881
6882         * text2.C: ensuing changes.
6883
6884 2002-08-07  John Levon  <levon@movementarian.org>
6885
6886         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6887
6888         * BufferView_pimpl.C: announce X selection on double/triple
6889           click
6890
6891         * lyx_main.C: use correct bool in batch dispatch
6892
6893         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6894
6895 2002-08-07  André Pönitz <poenitz@gmx.net>
6896
6897         * funcrequest.h: new class to wrap a kb_action and its argument
6898
6899         * BufferView.[Ch]:
6900         * BufferView_pimpl[Ch]:
6901         * LaTeX.C:
6902         * LyXAction.[Ch]:
6903         * lyxfunc.[Ch]:
6904         * lyxrc.C: subsequent changes
6905
6906
6907 2002-08-07  John Levon  <levon@movementarian.org>
6908
6909         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6910           document options change.
6911
6912 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6913
6914         * counters.[Ch]
6915         * text2.C
6916         * paragraph.[Ch]
6917         * makefile.am: move counters functionality over from
6918         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6919
6920 2002-08-06  John Levon  <levon@movementarian.org>
6921
6922         * WordLangTuple.h: new file for word + language code tuple
6923
6924         * SpellBase.h:
6925         * pspell.h:
6926         * pspell.C:
6927         * ispell.h:
6928         * ispell.C:
6929         * lyxtext.h:
6930         * text.C:
6931         * text2.C:
6932         * BufferView.h:
6933         * BufferView2.C: use WordLangTuple
6934
6935         * layout.h:
6936         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6937
6938 2002-08-06  John Levon  <levon@movementarian.org>
6939
6940         * lyx_main.C: fix cmdline batch handling
6941
6942 2002-08-06  André Pönitz <poenitz@gmx.net>
6943
6944         * lyxrc.C: set default for show_banner to true
6945
6946 2002-08-06  John Levon  <levon@movementarian.org>
6947
6948         * pspell.C: fix a crash, and allow new aspell to work
6949
6950 2002-08-06  John Levon  <levon@movementarian.org>
6951
6952         * lyxfunc.C:
6953         * kbmap.C: small cleanup
6954
6955         * vspace.h:
6956         * vspace.C: add const
6957
6958 2002-08-05  John Levon  <levon@movementarian.org>
6959
6960         * LyXAction.C: back to tabular-insert
6961
6962 2002-08-04  John Levon  <levon@movementarian.org>
6963
6964         * BufferView.h:
6965         * BufferView.C: cosmetic change
6966
6967         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6968
6969         * bufferlist.C:
6970         * buffer.h:
6971         * buffer.C:
6972         * lyxcb.h:
6973         * lyxcb.C:
6974         * lyxserver.C:
6975         * lyxvc.C:
6976         * vc-backend.C:
6977         * BufferView2.C: purge all "Lyx" not "LyX" strings
6978
6979         * lyxcursor.h:
6980         * lyxcursor.C: attempt to add some documentation
6981
6982         * lyxfunc.C:
6983         * commandtags.h:
6984         * LyXAction.C:
6985         * ToolbarDefaults.C:
6986         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6987           merge with LFUN_TABULAR_INSERT
6988
6989         * Makefile.am:
6990         * SpellBase.h:
6991         * ispell.h:
6992         * ispell.C:
6993         * pspell.h:
6994         * pspell.C: split up i/pspell implementations into separate
6995           files, many cleanups
6996
6997         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6998
6999         * text2.C: some cleanup
7000
7001         * lyxfunc.C: don't check for isp_command == "none" any more, it
7002           didn't make any sense
7003
7004 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
7005
7006         * counters.[Ch]
7007         * text2.C
7008         * paragraph.[Ch]
7009         * makefile.am: move counters functionality over
7010         from text2.C/paragraph.[Ch] to counters.[Ch], and
7011         make proper C++.
7012 2002-08-02  John Levon  <levon@movementarian.org>
7013
7014         * buffer.C: s/lyxconvert/lyx2lyx/
7015
7016 2002-08-02  Angus Leeming  <leeming@lyx.org>
7017
7018         * lyxlex.C: revert John's change as it breaks reading of the user
7019         preamble.
7020
7021 2002-08-02  Angus Leeming  <leeming@lyx.org>
7022
7023         * importer.C (Import):
7024         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
7025         changes due to LyXView::view() now returning a boost::shared_ptr.
7026
7027 2002-08-02  John Levon  <levon@movementarian.org>
7028
7029         * lyxlex.C: small cleanup
7030
7031 2002-08-02  John Levon  <levon@movementarian.org>
7032
7033         * text2.C (status): small cleanup, no logic change
7034
7035 2002-08-01  John Levon  <levon@movementarian.org>
7036
7037         * buffer.h:
7038         * buffer.C (writeFile): don't output alerts, caller
7039           handles this
7040
7041         * bufferlist.C:
7042         * lyx_cb.C: from above
7043
7044         * lyxfunc.C: allow to open non-existent files
7045
7046 2002-07-31  John Levon  <levon@movementarian.org>
7047
7048         * lyxserver.C: don't let incidental errors get
7049           in the way (errno)
7050
7051 2002-07-30  John Levon  <levon@movementarian.org>
7052
7053         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
7054
7055 2002-07-30  John Levon  <levon@movementarian.org>
7056
7057         * lyxserver.h:
7058         * lyxserver.C: remove I/O callback too
7059
7060 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7061
7062         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
7063         log.
7064
7065 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7066
7067         * many files: strip,frontStrip -> trim,ltrim,rtrim
7068
7069 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7070
7071         * PrinterParams.h: remove extern containsOnly, and include
7072         support/lstrings.h instead.
7073
7074         * LaTeX.C (scanAuxFile): modify because of strip changes
7075         (deplog): ditto
7076         * buffer.C (makeLaTeXFile): ditto
7077         * bufferparams.C (writeFile): ditt
7078         * lyxfont.C (stateText): ditto
7079         * lyxserver.C (read_ready): ditto
7080         * vc-backend.C (scanMaster): ditto
7081
7082         * BufferView_pimpl.h: ws changes
7083
7084         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
7085
7086 2002-07-26  André Pönitz <poenitz@gmx.net>
7087
7088         * kb_sequence.C: remove unnedred usings
7089
7090 2002-07-26  Juergen Vigna  <jug@sad.it>
7091
7092         * lyxfind.C (LyXReplace): we have to check better if the returned
7093         text is not of theLockingInset()->getLockingInset().
7094
7095 2002-07-25  Juergen Vigna  <jug@sad.it>
7096
7097         * lyxfind.C (LyXReplace): don't replace if we don't get the
7098         right LyXText.
7099
7100         * undo_funcs.C (createUndo): remove debugging code.
7101
7102 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
7103
7104         * buffer.C (parseSingleLyXformat2Token): Use default placement
7105         when reading old floats.
7106
7107         * FloatList.C (FloatList): Change the default placement of figure
7108         and tables to "tbp".
7109
7110 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
7111
7112         * MenuBackend.C: using std::max
7113
7114 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7115
7116         * MenuBackend.C (expandToc):
7117         (expandToc2): code moved from xforms menu frontend. It is now
7118         generic and TOCs are transparent to menu frontends.
7119
7120 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7121
7122         * toc.C (getTocList): protect against buf=0
7123
7124         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
7125         Menu as first parameter. Now, this calls itself recursively to
7126         expand a whole tree (this will be useful for TOC handling)
7127         (expandFloatInsert): remove 'wide' version of floats
7128
7129         * MenuBackend.h (submenuname): returns the name of the submenu.
7130         (submenu): returns the submenu itself, provided it has been
7131         created by MenuBackend::expand
7132
7133 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7134
7135         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
7136         insets which have noFontChange == true. (bug #172)
7137
7138 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7139
7140         * BufferView_pimpl.C: add connection objects and use them...
7141         (Pimpl): here.
7142
7143 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7144
7145         * MenuBackend.C (expandLastfiles):
7146         (expandDocuments):
7147         (expandFormats):
7148         (expandFloatListInsert):
7149         (expandFloatInsert):
7150         (expand): split expand in parts
7151
7152 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7153
7154         * lyx_gui.C: use lyx_gui::exit()
7155
7156 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7157
7158         * LyXAction.C: show the failing pseudo action
7159
7160 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
7161
7162         * buffer.C (readFile): Run the lyxconvert script in order to read
7163         old files.
7164
7165 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7166
7167         * LyXAction.C:
7168         * commandtags.h:
7169         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
7170
7171 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7172
7173         * LyXAction.C:
7174         * commandtags.h:
7175         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
7176
7177 2002-07-22  Herbert Voss  <voss@lyx.org>
7178
7179         * lengthcommon.C:
7180         * lyxlength.[Ch]: add support for the vertical lengths
7181
7182 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
7183
7184         * toc.[Ch]: std:: fixes
7185
7186 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7187
7188         * lyxrc.C: do not include lyx_main.h
7189
7190         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
7191         for layouts
7192
7193         * lyxrc.C:
7194         * encoding.C:
7195         * bufferlist.C:
7196         * BufferView2.C: include "lyxlex.h"
7197
7198         * tabular.h:
7199         * bufferparams.h: do not #include "lyxlex.h"
7200
7201         * lyxtextclasslist.C (Add): remove method
7202         (classlist): renamed to classlist_
7203
7204         * paragraph_pimpl.C:
7205         * paragraph.C:
7206         * text2.C:
7207         * CutAndPaste.C:
7208         * bufferview_funcs.C:
7209         * bufferlist.C:
7210         * text.C:
7211         * LaTeXFeatures.C:
7212         * buffer.C:
7213         * toc.C (getTocList): use BufferParams::getLyXTextClass
7214
7215         * toc.C (getTocList): use InsetFloat::addToToc
7216
7217         * toc.[Ch]: new files, containing helper functions to handle table
7218         of contents
7219
7220         * lyxfunc.C (dispatch): no need to remove spaces around command
7221         given as a string
7222         (getStatus): handle LFUN_SEQUENCE by returning the status of the
7223         first command of the sequence; it is not very clever, but I do not
7224         have a better idea, actually
7225
7226         * LyXAction.C (LookupFunc): make sure to remove space at the
7227         beginning and end of the command
7228
7229 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7230
7231         * MenuBackend.C (getMenubar): new method: return the menubar of
7232         this menu set
7233         (read): treat differently reading of menu and menubar (in
7234         particular, the menubar has no name now)
7235         (Menu::menubar): remove
7236
7237         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
7238         saving is finished
7239
7240 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7241
7242         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
7243         a bibitem inset in a RTL paragraph.
7244
7245 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
7246
7247         * paragraph_pimpl.C: constify
7248
7249         * BufferView_pimpl.C:
7250         * LaTeX.C:
7251         * lyxfunc.C: fix dispatch in a nicer way
7252
7253 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7254
7255         * lyxfunc.C (dispatch):
7256         * BufferView_pimpl.C:
7257         * BufferView_pimpl.h:
7258         * BufferView.C:
7259         * BufferView.h: rename Dispatch() to dispatch()
7260
7261         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
7262
7263         * lyxlayout.C (Read): honor DependsOn tag
7264
7265         * lyxlayout.[Ch] (depends_on): new method
7266
7267         * version.C.in: update lyx_docversion
7268
7269         * LaTeXFeatures.C (getMacros): only define \LyX when needed
7270
7271         * paragraph.C (validate): remove from here...
7272         * paragraph_pimpl.C (validate): ... and move here
7273         (isTextAt): make it const
7274
7275         * buffer.C (getLists): ws cleanup
7276
7277 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7278
7279         * language.C (read): Use iso8859-1 encoding in latex_lang
7280         (this prevents LyX from crashing when using iso10646-1 encoding).
7281
7282 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7283
7284         * text2.C (toggleInset): if cursor is inside an inset, close the
7285         inset and leave cursor _after_ it
7286
7287 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7288
7289         * lyxfunc.C: move minibuffer completion handling out of here
7290
7291 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7292
7293         * BufferView_pimpl.C:
7294         * LaTeX.C: fix dispatch calls
7295
7296 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
7297
7298         * text.C (drawChars): Fix Arabic text rendering.
7299
7300 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
7301
7302         * LyXAction.C:
7303         * commandtags.h:
7304         * lyxfunc.C: remove message-push/pop
7305
7306         * lyxserver.C:
7307         * lyxfunc.h:
7308         * lyxfunc.C: rationalise some code by removing verboseDispatch
7309           in favour of a bool argument to dispatch()
7310
7311 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7312
7313         * lyx_main.C (init): make sure to read symlinks as absolute paths
7314
7315 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7316
7317         * lyxfunc.h:
7318         * lyxfunc.C: no need for commandshortcut to be a member
7319
7320 2002-07-15  André Pönitz <poenitz@gmx.net>
7321
7322         * converter.C: add support for $$s (scripts from lib/scripts dir)
7323         * lyx_main.C: white space
7324
7325 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7326
7327         * bufferlist.C:
7328         * lyxrc.h:
7329         * lyxrc.C: remove second exit confirmation
7330
7331 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7332
7333         * BufferView.h:
7334         * BufferView.C:
7335         * BufferView2.C:
7336         * BufferView_pimpl.h:
7337         * BufferView_pimpl.C:
7338         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
7339
7340 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7341
7342         * MenuBackend.C (expand): add numeric shortcuts to document menu
7343
7344         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
7345
7346 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7347
7348         * lyxfont.C (setLyXFamily):
7349         (setLyXSeries):
7350         (setLyXShape):
7351         (setLyXSize):
7352         (setLyXMisc):
7353         (lyxRead):
7354         * debug.C (value):
7355         * buffer.C (asciiParagraph): use ascii_lowercase
7356
7357 2002-07-15  Mike Fabian  <mfabian@suse.de>
7358
7359         * lyxlex_pimpl.C (search_kw):
7360         * lyxlex.C (getLongString):
7361         * converter.h (operator<):
7362         * converter.C (operator<):
7363         * buffer.C (parseSingleLyXformat2Token):
7364         (asciiParagraph):
7365         * ToolbarDefaults.C (read):
7366         * MenuBackend.C (checkShortcuts):
7367         (read):
7368         * LColor.C (getFromGUIName):
7369         (getFromLyXName): use the compare_ascii_no_case instead of
7370         compare_no_case, because in turkish, 'i' is not the lowercase
7371         version of 'I', and thus turkish locale breaks parsing of tags.
7372
7373 2002-07-16  Angus Leeming  <leeming@lyx.org>
7374
7375         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
7376         now takes a Buffer const & argument.
7377
7378 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
7379
7380         * BufferView.C (resize): check there's a buffer to resize
7381
7382 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
7383
7384         * lyxfunc.C: remove dead code
7385
7386         * lyxserver.h:
7387         * lyxserver.C: use lyx_guii::set_read_callback
7388
7389 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
7390
7391         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
7392         an inset in a RTL paragraph.
7393
7394 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7395
7396         * lyxfunc.C: repaint after a font size update
7397
7398 2002-07-15  André Pönitz <poenitz@gmx.net>
7399
7400         * lyxlength.C: inBP should be able to return negative values
7401
7402 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7403
7404         * lyxfunc.C: use lyx_gui::update_fonts()
7405
7406 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7407
7408         * lyxfunc.C: use lyx_gui::update_color()
7409
7410 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7411
7412         * bufferlist.C:
7413         * lyxfunc.h:
7414         * lyxfunc.C:
7415         * lyxrc.h:
7416         * lyxrc.C: remove file->new asks for name option, and let
7417           buffer-new take an argument
7418
7419 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7420
7421         * BufferView_pimpl.C: remove unneeded extra repaint()
7422
7423 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
7424
7425         * LyXAction.C: allow command-sequence with NoBuffer
7426
7427         * lyxfunc.C: don't insist on trailing ';' for command-sequence
7428
7429 2002-07-10  Angus Leeming  <leeming@lyx.org>
7430
7431         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
7432
7433 2002-07-09  Angus Leeming  <leeming@lyx.org>
7434
7435         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
7436
7437 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7438
7439         * lengthcommon.h: whitespace
7440
7441         * lyxfunc.C: update scrollbar after goto paragraph
7442
7443         * lyxtext.h: factor out page break drawing, and fix it so
7444           page break/added space paints as selected nicely
7445
7446 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7447
7448         * BufferView_pimpl.C: add FIXMEs, clean up a little
7449
7450 2002-07-09  André Pönitz <poenitz@gmx.net>
7451
7452         * lyxfont.[Ch]: support for wasy symbols
7453
7454 2002-07-08  André Pönitz <poenitz@gmx.net>
7455
7456         * BufferView_pimpl.C: apply John's patch for #93.
7457
7458 2002-07-05  Angus Leeming  <leeming@lyx.org>
7459
7460         * BufferView_pimpl.C (buffer): generate previews if desired.
7461
7462         * LColor.h: add "preview" to the color enum.
7463
7464         * LColor.C (LColor): add a corresponding entry to the items array.
7465
7466         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
7467         with this buffer.
7468
7469 2002-07-05  Angus Leeming  <leeming@lyx.org>
7470
7471         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
7472         The body of the code is now in the method that is passed an ostream &
7473         rather than a file name.
7474         Pass an additional only_preamble parameter, useful for the forthcoming
7475         preview stuff.
7476
7477 2002-07-03  André Pönitz <poenitz@gmx.net>
7478
7479         * lyxfunc.C: simplify getStatus() a bit for math stuff
7480
7481 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7482
7483         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
7484
7485 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7486
7487         * text.C (changeRegionCase): do not change case of all the
7488         document when region ends at paragraph end (bug #461)
7489
7490 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7491
7492         * paragraph.C (startTeXParParams):
7493         (endTeXParParams): add \protect when necessary
7494
7495 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7496
7497         * BufferView_pimpl.C (workAreaExpose): remove warning
7498
7499 2002-06-27  Angus Leeming  <leeming@lyx.org>
7500
7501         * Makefile.am: add lyxlayout_ptr_fwd.h.
7502
7503 2002-06-26  André Pönitz <poenitz@gmx.net>
7504
7505         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
7506
7507 2002-06-25  Angus Leeming  <leeming@lyx.org>
7508
7509         * lyxfunc.C (dispatch): Comment out the call to
7510         grfx::GCache::changeDisplay. The method no longer exists now that the
7511         pixmap generation part of the graphics loader has been moved into
7512         InsetGraphics.
7513
7514 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7515
7516         * text2.C: layout as layout
7517
7518         * text.C: layout as layout
7519
7520         * tabular.C (OldFormatRead): layout as layout
7521
7522         * paragraph_pimpl.C (TeXDeeper): layout as layout
7523         (realizeFont): layout as layout
7524
7525         * paragraph.C (writeFile): layout as layout
7526         (validate): layout as layout
7527         (getFont): layout as layout
7528         (getLabelFont): layout as layout
7529         (getLayoutFont): layout as layout
7530         (breakParagraph): layout as layout
7531         (stripLeadingSpaces): layout as layout
7532         (getEndLabel): layout as layout
7533         (getMaxDepthAfter): layout as layout
7534         (applyLayout): layout as layout
7535         (TeXOnePar): layout as layout
7536         (simpleTeXOnePar): layout as layout
7537         (TeXEnvironment): layout as layout
7538         (layout): layout as layout
7539         (layout): layout as layout
7540
7541         * lyxtextclass.C (compare_name): new functor to work with
7542         shared_ptr, layout as layout
7543         (Read): layout as layout
7544         (hasLayout): layout as layout
7545         (operator): layout as layout
7546         (delete_layout): layout as layout
7547         (defaultLayout): layout as layout
7548
7549         * lyxlayout_ptr_fwd.h: new file
7550
7551         * lyxlayout.C (Read): layout as layout
7552
7553         * lyx_cb.C (MenuInsertLabel): layout as layout
7554
7555         * bufferlist.C (newFile): layout as layout
7556
7557         * buffer.C (readLyXformat2): layout as layout
7558         (parseSingleLyXformat2Token): layout as layout
7559         (insertStringAsLines): layout as layout
7560         (asciiParagraph): layout as layout
7561         (latexParagraphs): layout as layout
7562         (makeLinuxDocFile): layout as layout
7563         (simpleLinuxDocOnePar): layout as layout
7564         (makeDocBookFile): layout as layout
7565         (simpleDocBookOnePar): layout as layout
7566         (getLists): layout as layout
7567
7568         * LaTeXFeatures.C (getTClassPreamble): layout as layout
7569
7570         * CutAndPaste.C (cutSelection): layout as layout
7571         (pasteSelection): layout as layout
7572         (SwitchLayoutsBetweenClasses): layout as layout
7573
7574         * BufferView_pimpl.C (Dispatch): layout as layout
7575         (smartQuote): layout as layout
7576
7577         * BufferView2.C (unlockInset): layout as layout
7578
7579 2002-06-24  André Pönitz <poenitz@gmx.net>
7580
7581         * lyxfunc.C: fix #487
7582
7583 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7584
7585         * lyxrc.h:
7586         * lyxrc.C:
7587         * lyxfunc.C: remove display_shortcuts, show_banner
7588
7589 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7590
7591         * Buffer_pimpl.C: oops, update on resize
7592
7593 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7594
7595         * buffer.C:
7596         * converter.C:
7597         * exporter.C:
7598         * lyxfunc.C:
7599         * BufferView.h:
7600         * BufferView.C: use repaint()
7601
7602         * BufferView_pimpl.h:
7603         * BufferView_pimpl.C: s/updateScreen()/repaint()/
7604           as it's a clearer description. Remove superfluous
7605           redraws.
7606
7607 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7608
7609         * text.C: fix bug 488. Not ideal, but getting
7610           getWord() to work properly for the insets that
7611           matter is more difficult ...
7612
7613 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7614
7615         * BufferView_pimpl.C:
7616         * LyXAction.C:
7617         * commandtags.h:
7618         * lyxfunc.C: remove the six million index lyxfuncs to just
7619           one, and DTRT (bug 458)
7620
7621 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7622
7623         * BufferView.h:
7624         * BufferView.C:
7625         * BufferView_pimpl.h:
7626         * BufferView_pimpl.C: clean up resize() stuff,
7627           and unnecessary updateScreen()s
7628
7629 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7630
7631         * BufferView.h:
7632         * BufferView.C:
7633         * BufferView_pimpl.h:
7634         * BufferView_pimpl.C:
7635         * lyxfind.h:
7636         * lyxfind.C:
7637         * minibuffer.C: remove focus management of workarea,
7638           not needed. Use screen's greyOut()
7639
7640 2002-06-17  Herbert Voss  <voss@lyx.org>
7641
7642         * converter.C: (convert) do not post a message, when converting
7643         fails, let the calling function decide what to do in this case
7644
7645 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
7646
7647         * lyxfunc.C: tidy up a little
7648
7649 2002-06-16    <alstrup@diku.dk>
7650
7651         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
7652         Got rid of FORMS_H_LOCATION include. Now we are
7653         GUII.
7654
7655 2002-06-15  LyX Development team  <lyx@rilke>
7656
7657         * buffer.[Ch] (sgmlOpenTag):
7658         (sgmlCloseTag): Added support for avoiding pernicious mixed
7659         content. Return number of lines written.
7660
7661         (makeLinuxDocFile):
7662         (makeDocBookFile): Fixed calls to sgml*Tag.
7663         Simple white space clean.
7664
7665         (simpleDocBookOnePar): Simple white space clean.
7666
7667         * tabular.[Ch] (docBook): Renamed to docbook and got another
7668         argument to related with the pernicious mixed content.
7669
7670         (docbookRow): Fixed calls for docbook inset method.
7671
7672 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7673
7674         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7675         so it's X11 independent.
7676
7677         * kb*.[Ch]: ditto.
7678
7679         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7680
7681 2002-06-15  Lyx Development team  <lyx@electronia>
7682
7683         * intl.h: Renamed getTrans to getTransManager.
7684
7685 2002-06-14  Angus Leeming  <leeming@lyx.org>
7686
7687         * Makefile.am: nuke forgotten stl_string_fwd.h.
7688
7689 2002-06-12  Angus Leeming  <leeming@lyx.org>
7690
7691         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7692
7693 2002-06-13  Angus Leeming  <leeming@lyx.org>
7694
7695         * LaTeX.C:
7696         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7697
7698 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7699
7700         * kbmap.C (getiso): add support for cyrillic and greek
7701
7702 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7703
7704         * BufferView.h:
7705         * BufferView.C:
7706         * BufferView_pimpl.h:
7707         * BufferView_pimpl.C: move bogus scrolling logic
7708           to xforms
7709
7710 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7711
7712         * lyxfunc.C:
7713         * BufferView_pimpl.C: view->resize() change
7714
7715 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7716
7717         * BufferView_pimpl.C: topCursorVisible
7718           prototype change
7719
7720 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7721
7722         * Makefile.am:
7723         * lyx_gui.h:
7724         * lyx_gui.C: move to frontends/
7725
7726         * main.C:
7727         * lyx_main.h:
7728         * lyx_main.C: changes from above
7729
7730 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7731
7732         * intl.C:
7733         * intl.h:
7734         * kbmap.C:
7735         * kbsequence.C:
7736         * lyx_cb.C:
7737         * lyx_main.C: minor tidy
7738
7739 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7740
7741         * BufferView_pimpl.h:
7742         * BufferView_pimpl.C:
7743         * BufferView.h:
7744         * BufferView.C: make painter() const,
7745           remove dead code
7746
7747         * BufferView2.C: use screen() accessor
7748
7749         * lyx_main.h:
7750         * lyx_main.C: some minor cleanup
7751
7752 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7753
7754         * BufferView_pimpl.h:
7755         * BufferView_pimpl.C: remove enter/leaveView,
7756           use workHeight()
7757
7758 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7759
7760         * BufferView.h:
7761         * BufferView.C:
7762         * BufferView2.C:
7763         * BufferView_pimpl.h:
7764         * BufferView_pimpl.C: only construct screen once,
7765           rename
7766
7767         * lyxrc.C: remove pointless comment
7768
7769 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7770
7771         * BufferView.h:
7772         * BufferView.C: remove active() and belowMouse()
7773
7774         * BufferView_pimpl.h:
7775         * BufferView_pimpl.C: use workarea() not workarea_,
7776           and make it use a scoped_ptr instead
7777
7778 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7779
7780         * lyx_gui.C: add debug message on BadWindow
7781
7782 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7783
7784         * sp_spell.C: fdopen is not part of the C++ standard.
7785
7786         * paragraph.C (InsetIterator): use >= instead of ==
7787
7788 2002-06-07  Angus Leeming  <leeming@lyx.org>
7789
7790         Fixes needed to compile with Compaq cxx 6.5.
7791         * BufferView_pimpl.C:
7792         * DepTable.C:
7793         * buffer.C:
7794         * converter.C:
7795         * encoding.C:
7796         * lyx_gui.C:
7797         * lyx_main.C:
7798         * lyxtextclasslist.C:
7799         * minibuffer.C:
7800         * sp_spell.C:
7801         * tabular_funcs.C:
7802         * vc-backend.C:
7803         all c-library variables have been moved into namespace std. Wrap
7804         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7805
7806         * lyxlength.C:
7807         * tabular-old.C:
7808         * tabular.C:
7809         Add a using std::abs declaration.
7810
7811         * kbmap.h (modifier_pair):
7812         * paragraph.h (InsetTable, InsetList):
7813         * lyxfont.h (FontBits):
7814         type definition made public.
7815
7816         * bufferlist.C (emergencyWriteAll): the compiler complains that
7817         there is more than one possible lyx::class_fun template to choose from.
7818         I re-named the void specialisation as lyx::void_class_fun.
7819
7820         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7821
7822         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7823         the compiler is is unable to find tostr in write_attribute.
7824
7825 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7826
7827         * buffer.C (sgmlError): hide #warning
7828
7829 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7830
7831         * xtl/*: get rid of xtl, which is not in use anyway
7832
7833         * LyXAction.C (init):
7834         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7835         were unimplemented xtl experimentation
7836
7837 2002-06-04  André Pönitz <poenitz@gmx.net>
7838
7839         * lyxfunc.C: disable array operation on simple formulae
7840
7841 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7842
7843         * converter.C: constify a bit
7844
7845 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7846
7847         * lyx_gui.C: check xforms version correctly
7848
7849 2002-04-30  Herbert Voss  <voss@lyx.org>
7850
7851         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7852         "keep" option
7853
7854 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7855
7856         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7857           attempt to register it with a VCS)
7858
7859 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7860
7861         * lyx_main.C (init): honor variables LYX_DIR_13x and
7862         LYX_USERDIR_13x
7863
7864 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7865
7866         * buffer.h:
7867         * buffer.C:
7868         * lyx_main.C: fix a crash on bad command line,
7869           and give a useful exit status on error
7870
7871         * lyxfunc.C (doImport): allow -i lyx to work
7872
7873 2002-03-30  André Pönitz <poenitz@gmx.net>
7874
7875         * lyxfunc.C: mathed font changes
7876
7877 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7878
7879         * LaTeX.C:
7880         * importer.h:
7881         * importer.C:
7882         * lyx_sty.h:
7883         * lyx_sty.C:
7884         * lyxlex.C:
7885         * lyxrow.h:
7886         * lyxtext.h:
7887         * paragraph.h:
7888         * paragraph.C:
7889         * texrow.h:
7890         * texrow.C:
7891         * text.C:
7892         * trans_mgr.h: srcdocs, and some minor cleanups
7893
7894 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7895
7896         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7897         call getFont all the time)
7898
7899 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7900
7901         * switch from SigC signals to boost::signals
7902
7903 2002-05-29  André Pönitz <poenitz@gmx.net>
7904
7905         * paragraph_pimpl.C (getChar): don't call size() too often...
7906
7907 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7908
7909         * paragraph_pimpl.C (insertChar): do not try to update tables when
7910         appending (pos == size())
7911
7912         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7913         in order to reduce drastically the number of comparisons needed to
7914         parse a large document
7915
7916 2002-05-29  André Pönitz <poenitz@gmx.net>
7917
7918         * text.C:
7919         * text2.C:
7920         * lyxtextclass.C:
7921         * sp_pspell.h:
7922         * textclasslist.[Ch]:
7923         * sp_ispell.h: whitespace change
7924
7925 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7926
7927         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7928         lyxaction directly now.
7929
7930 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7931
7932         * trans.C:
7933         * lyxfont.C:
7934         * lyxvc.C: remove unused headers
7935
7936 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7937
7938         * Makefile.am:
7939         * buffer.h:
7940         * undostack.h:
7941         * undostack.C:
7942         * undo_funcs.h:
7943         * undo_funcs.C: some cleanups. Use shared_ptr
7944           and a template for the undo stacks.
7945
7946 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7947
7948         * BufferView_pimpl.h:
7949         * BufferView_pimpl.C:
7950         * kbmap.h:
7951         * kbmap.C:
7952         * kbsequence.h:
7953         * kbsequence.C:
7954         * lyxfunc.h:
7955         * lyxfunc.C:
7956         * text2.C: use key_state/mouse_state
7957
7958 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7959
7960         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7961         and LSubstring
7962
7963         * chset.C: change include order
7964         (loadFile): use boost regex and get rid of LRegex and LSubstring
7965
7966         * Makefile.am (BOOST_LIBS): new variable
7967         (lyx_LDADD): use it
7968
7969         * LaTeX.C: change include order.
7970         (scanAuxFile): use boost regex and get rid of LRegex and
7971         LSubstring
7972         (deplog): ditto
7973
7974 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7975
7976         * ColorHandler.h:
7977         * ColorHandler.C:
7978         * FontInfo.h:
7979         * FontInfo.C: moved to frontends/xforms/
7980
7981         * FontLoader.h:
7982         * FontLoader.C: moved into frontends for GUIIzation
7983
7984         * Makefile.am:
7985         * lyx_gui.C:
7986         * lyxfont.C:
7987         * lyxfunc.C: changes from above
7988
7989 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7990
7991         * LColor.C: remove spurious X include
7992
7993         * BufferView_pimpl.C:
7994         * Makefile.am:
7995         * font.h:
7996         * font.C:
7997         * text.C:
7998         * text2.C: move font metrics to frontends/
7999
8000 2002-05-24  Juergen Vigna  <jug@sad.it>
8001
8002         * undo_funcs.C (textHandleUndo): fix the cursor selection after
8003         setting the undo_cursor.
8004
8005         * ParagraphParameters.h: include local includes first.
8006
8007 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8008
8009         * BufferView_pimpl.C:
8010         * BufferView_pimpl.h:
8011         * Makefile.am:
8012         * WorkArea.h:
8013         * WorkArea.C:
8014         * screen.C: move WorkArea into frontends/
8015
8016         * lyxscreen.h:
8017         * screen.C:
8018         * text.C:
8019         * BufferView.C:
8020         * BufferView2.C: move LyXScreen into frontends/
8021
8022         * lyxlookup.h:
8023         * lyxlookup.C:
8024         * lyx_gui.C: move lyxlookup into frontends/xforms/
8025
8026 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8027
8028         * BufferView2.C:
8029         * BufferView_pimpl.C:
8030         * FontLoader.C:
8031         * LyXView.h:
8032         * LyXView.C:
8033         * Makefile.am:
8034         * WorkArea.C:
8035         * XFormsView.h:
8036         * XFormsView.C:
8037         * buffer.C:
8038         * bufferlist.C:
8039         * bufferview_funcs.C:
8040         * converter.C:
8041         * importer.C:
8042         * lyx_cb.C:
8043         * lyx_gui.C:
8044         * lyx_main.C:
8045         * lyx_find.C:
8046         * lyxfunc.C:
8047         * lyxvc.C:
8048         * minibuffer.C:
8049         * text.C:
8050         * text2.C:
8051         * trans.C:
8052         * vc-backend.C: move LyX/XFormsView into frontends/
8053
8054 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8055
8056         * Makefile.am:
8057         * PainterBase.C:
8058         * PainterBase.h:
8059         * Painter.C:
8060         * Painter.h:
8061         * WorkArea.C:
8062         * WorkArea.h:
8063         * screen.C:
8064         * tabular.C:
8065         * text.C:
8066         * text2.C: move Painter to frontends/
8067
8068 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8069
8070         * buffer.C: comment out some some code that depend upon lyx_format
8071         < 220
8072
8073         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
8074         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
8075
8076         * buffer.h (NO_COMPABILITY): turn off compability
8077
8078         * ColorHandler.C: include scoped_array.hpp
8079
8080         * font.C: Use more specific smart_ptr header.
8081         * Painter.C: ditto
8082         * gettext.C: ditto
8083         * ShareContainer.h: ditto
8084         * lyx_main.h: ditto
8085         * kbmap.h: ditto
8086         * FontInfo.h: ditto
8087         * BufferView_pimpl.h: ditto
8088         * ColorHandler.h: ditto
8089
8090         * kbmap.C (defkey): change call to shared_ptr::reset
8091
8092 2002-05-21  Juergen Vigna  <jug@sad.it>
8093
8094         * buffer.C (insertErtContents): fix to insert ert asis if it is
8095         non empty. Skip it completely if it contains only whitespaces.
8096
8097 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
8098
8099         * BufferView_pimpl.C:
8100         * BufferView2.C: clear selection on paste (bug 393)
8101
8102 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8103
8104         * DepTable.C: include ctime
8105
8106 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
8107
8108         * buffer.C (latexParagraphs): Add new argument (moving_arg).
8109
8110 2002-05-14  Juergen Vigna  <jug@sad.it>
8111
8112         * text.C (breakParagraph): fixed function to honor the keepempty
8113         layout in the right maner and also to permit the right breaking
8114         algorithm on empty or non empyt keepempty paragraphs.
8115
8116         * paragraph.C (breakParagraph): we have to check also if the par
8117         is really empty (!size()) for isempty otherwise we do the wrong
8118         paragraph break.
8119
8120 2002-05-10  Juergen Vigna  <jug@sad.it>
8121
8122         * buffer.[Ch] : The following are only changes to the ert
8123         compatibility read reading old LaTeX layout and font stuff and
8124         convert it to ERTInsets.
8125
8126         * buffer.h: added isErtInset().
8127
8128         * buffer.C (struct ErtComp): add a fromlayout bool to check
8129         if we're inside a LaTeX layout.
8130         (isErtInset): new helper function.
8131         (insertErtContents): look for other ert insets before this one
8132         and insert the contents there, so that we don't have subsequent
8133         ERT insets with nothing between them. This way we create only one
8134         inset with multiple paragraphs. Also check if we don't insert only
8135         spaces ' ' as they are ignored anyway afterwards in the .tex file
8136         so if we have only spaces we will ignore this latex part in the
8137         new file.
8138         (parseSingleLyXformat2Token \\layout): better compatibility when
8139         reading layout-latex stuff.
8140         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
8141         language tag.
8142         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
8143         stuff after reading the inset only get the information back from
8144         the stack.
8145
8146 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
8147
8148         * buffer.C (makeLaTeXFile): Put language options after loading babel.
8149
8150         * LaTeXFeatures.C (getBabelOptions): New method.
8151
8152 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8153
8154         * BufferView_pimpl.C (Dispatch): work around missing argument for
8155         'layout'
8156
8157 2002-05-08  Juergen Vigna  <jug@sad.it>
8158
8159         * text.C (leftMargin): handle paragraph leftindent.
8160
8161         * paragraph.C (writeFile): write the new \\leftindent tag.
8162         (validate): handle leftindent code.
8163         (TeXEnvironment): handle paragraphleftindent code again.
8164
8165         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
8166
8167         * buffer.C (parseSingleLyXformat2Token): added compatibility code
8168         for paragrap_extra indent code and new token \\leftindent.
8169         (latexParagraphs): handle the leftindent as environment.
8170
8171         * ParameterStruct.h: added leftindent support.
8172
8173         * ParagraphParameters.C (leftIndent): added support functions for
8174         the paragraph left indent.
8175
8176         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
8177         more appropriate.
8178
8179 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
8180
8181         * paragraph.C (isRightToLeftPar): Return false for a paragraph
8182         inside insetERT.
8183
8184         * text.C (computeBidiTables): No bidi in insetERT.
8185
8186         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
8187         in RTL documents.
8188
8189 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8190
8191         * version.C.in: pre 5
8192
8193 2002-05-02  José Matos  <jamatos@fep.up.pt>
8194         * buffer.C (makeDocBookFile): white space changes, add newline to
8195         command styles.
8196         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
8197
8198         * tabular.C (docBook): fix typo.
8199
8200 2002-05-03  Juergen Vigna  <jug@sad.it>
8201
8202         * screen.C (drawFromTo): recalculate the rowpointer if we had a
8203         change in LyXText as we can not be sure it was not freed.
8204         (drawOneRow): remove unused code.
8205
8206         * text.C (drawInset): redo the calculation of the need_break_row as
8207         it could have a row which was already freed.
8208         (draw): look at the return value of drawInset and return false if
8209         it also returned false.
8210         (paintRowText): look at the return value of draw and return false if
8211         it also returned false.
8212
8213         * lyxtext.h: added bool return type to drawInset() and draw() so that
8214         if we have a change in the row so that the rowbreak has to be redone
8215         we abort drawing as it will be called again.
8216
8217 2002-05-02  Juergen Vigna  <jug@sad.it>
8218
8219         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
8220         a change in the maintext also if we're inside an inset.
8221         (Dispatch): set the cursor again after a break line and after the
8222         screen has been updated as it could be we're in a different row.
8223
8224         * text2.C (fixCursorAfterDelete): check to make sure we don't request
8225         to set the cursor behind the pargraph with > size().
8226         (setCursor): check also for the same paragraph when checking where
8227         to put the cursor if we have a NFR inset.
8228
8229         * buffer.C (parseSingleLyXformat2Token): move the compatibility
8230         parts of layout read further up as it still was in the wrong
8231         position.
8232
8233 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8234
8235         * screen.C (drawFromTo): change sine fullRebreak always return
8236         true.
8237
8238         * buffer.C (parseSingleLyXformat2Token): reindent some
8239
8240         * BufferView_pimpl.C (update): change since fullRebreak always
8241         return true.
8242         (Dispatch): git rid of the last hardcoded "Standard"s.
8243
8244 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8245
8246         * text2.[Ch] (fullRebreak): make it return void now that we always
8247         returned true.
8248
8249 2002-04-30  Juergen Vigna  <jug@sad.it>
8250
8251         * buffer.C (parseSingleLyXformat2Token): reset the font before the
8252         ert compatibility check for "latex" layout.
8253
8254 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
8255
8256         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
8257         minipages: use col% instead of p%, and also use the current font.
8258         (makeLaTeXFile): Fix use babel condition.
8259         (parseSingleLyXformat2Token): Correct font when reading old floats.
8260
8261 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
8262
8263         * BufferView_pimpl.C (Dispatch): Check that float type exists when
8264         inserting list of floats.
8265
8266 2002-04-25  Herbert Voss  <voss@lyx.org>
8267
8268         * MenuBackend.C (expand): don't add the graphics extensions to the
8269         export menu
8270
8271 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8272
8273         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
8274         non-existing layout, do not complain if it was the default layout
8275         of the original class (bug #342)
8276
8277 2002-04-24  Juergen Vigna  <jug@sad.it>
8278
8279         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
8280         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
8281
8282 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
8283
8284         * buffer.C (getBibkeyList): If using \bibliography, return the
8285         option field with the reference itself. Enables us to provide natbib
8286         support when using \bibliography.
8287
8288 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
8289
8290         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
8291
8292         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
8293         natbib is provided by the LaTeX class.
8294
8295 2002-04-23  Juergen Vigna  <jug@sad.it>
8296
8297         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
8298         Wakeup functions.
8299
8300         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
8301
8302 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8303
8304         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
8305
8306         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
8307         ensuremath around textordmasculine, textordfeminine and
8308         textdegree.
8309
8310 2002-04-19  Juergen Vigna  <jug@sad.it>
8311
8312         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
8313         reinitializing the buffer otherwise row-dimensions may be wrong.
8314         (update): reset also the selection cursors if they do exits otherwise
8315         their x/y positions may be wrong.
8316
8317         * text2.C (cursorDown): don't enter the inset if we came from a row
8318         above and are one row over the inset.
8319
8320         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
8321         really leaving an inset.
8322
8323 2002-04-18  Juergen Vigna  <jug@sad.it>
8324
8325         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
8326         of the selected paragraph does not have the selected layout also if
8327         the last one had!
8328
8329         * text2.C (setLayout): fixed bug which did not change last selected
8330         paragraph.
8331
8332         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
8333         changed the read and substituted \\end_float with \\end_inset!
8334
8335         * BufferView_pimpl.C (cursorPrevious):
8336         (cursorNext): fixed to make it work with rows heigher than the work
8337         area without moving the cursor only the draw of the row.
8338         (workAreaMotionNotify): fix jumping over high rows.
8339
8340 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8341
8342         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
8343         Ressler.
8344
8345 2002-04-16  Juergen Vigna  <jug@sad.it>
8346
8347         * text2.C (setCursor): set also the irow().
8348         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
8349         (cursorUp):
8350         (cursorDown): support for locking an inset if the x_fix value goes
8351         inside it. That way I can transverse insets too with cursor up/down.
8352
8353         * lyxrow.h: added irow helper function same as other (i) functions.
8354
8355         * BufferView_pimpl.C (cursorPrevious):
8356         (cursorNext): fixed for insets!
8357
8358 2002-04-15  Juergen Vigna  <jug@sad.it>
8359
8360         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
8361         position otherwise it is wrong in some cases.
8362
8363         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
8364         inside the inset before the call.
8365
8366 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
8367
8368         * buffer.[Ch] (getBibkeyList): make it const.
8369
8370 2002-04-12  Juergen Vigna  <jug@sad.it>
8371
8372         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
8373
8374         * text2.C (getCursorX): new helper function
8375         (setCursor): compute also ix_
8376         (setCursorFromCoordinates): set also ix.
8377
8378         * lyxcursor.h: added ix_ and helper functions.
8379
8380         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
8381
8382         * buffer.C (insertStringAsLines): dont break paragraph if the this
8383         paragraph is inside an inset which does not permit it!
8384
8385         * text.C (breakParagraph): honor keepempty flag and break the paragraph
8386         also with no chars on this paragraph.
8387         (paintRowText): only paint stuff if it's inside the workarea!
8388
8389         * paragraph.C (breakParagraph): honor keepempty flag and break the
8390         paragraph always below not above.
8391
8392         * BufferView2.C (unlockInset): update the paragraph layout on inset
8393         unlock as we changed paragraph in such a case.
8394
8395         * lyxfind.C (LyXFind): clear the former selection if not found!
8396
8397         * text2.C (insertInset): freeze Undo after setUndo so that it is not
8398         again called in insertChar().
8399
8400         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
8401         an inset which uses the whole row!
8402         (rightMargin): ditto.
8403         (insertChar): force a rebreak if we inserted an inset!
8404
8405 2002-03-28  Herbert Voss  <voss@lyx.org>
8406
8407         * lyxlength.[Ch]: add inBP() to get the right PS-point
8408         units (BigPoint). With inPixels we have rounding errors
8409
8410 2002-04-11  Juergen Vigna  <jug@sad.it>
8411
8412         * text2.C (setCursorFromCoordinates): set iy to the right value.
8413         (setCursor): add check if row->previous exists!
8414
8415         * buffer.C (parseSingleLyXformat2Token): reset font after read of
8416         an old float_type as this was the case in the old code!
8417
8418         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
8419
8420         * BufferView2.C (showLockedInsetCursor): use iy
8421         (fitLockedInsetCursor): ditto
8422
8423         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
8424         locked insets as there we have the right value now.
8425
8426         * lyxcursor.C: added iy_ variable and iy functions to set to the
8427         baseline of cursor-y of the locked inset.
8428
8429         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
8430         (setCursor): fixed for insets which need a full row.
8431
8432         * text.C (rowLastPrintable): don't ignore the last space when before
8433         an inset which needs a full row.
8434         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
8435         as last character of a row when before a inset which needs a full row.
8436
8437 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8438
8439         * version.C.in: update date
8440
8441         * text2.C (fullRebreak): try to always return true and see what
8442         happens...
8443
8444 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8445
8446         * MenuBackend.C (expand): use Floating::listName
8447
8448         * FloatList.C (FloatList): add listName argument to the built-in
8449         floats
8450
8451         * Floating.[Ch]: add listName member, which is the 'List of XXX'
8452         text associated with the float.
8453
8454 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8455
8456         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
8457
8458 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8459
8460         * ShareContainer.h: add a couple of missing typenames.
8461
8462 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
8463
8464         * lyxrc.C (getDescription): use _() correctly rather than N_().
8465
8466 2002-03-28  Herbert Voss  <voss@lyx.org>
8467
8468         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
8469         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
8470
8471 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8472
8473         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
8474         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
8475
8476 2002-03-29  Juergen Vigna  <jug@sad.it>
8477
8478         * lyxfunc.C (dispatch): add a missing fitCursor call.
8479
8480         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
8481         it was scrolled by a cursor move, so return the bool status.
8482
8483         * BufferView.C (fitCursor): return the bool flag also to the outside
8484         world as this is needed.
8485
8486         * screen.C (toggleToggle): don't subtract the offset if it's positive.
8487
8488         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
8489         call the edit() as it is not needed (and wrong) IMO.
8490         (workAreaButtonPress): set the screen_first variable before evt.
8491         unlock the inset as this may change screen_first and then we have
8492         a wrong y position for the click!
8493
8494 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8495
8496         * MenuBackend.C (expand): another translation that I missed
8497
8498 2002-03-28  Juergen Vigna  <jug@sad.it>
8499
8500         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
8501
8502         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
8503
8504 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8505
8506         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
8507
8508         * MenuBackend.C (expand): fix export/view/update when there is no
8509         document open.
8510
8511 2002-03-27  Herbert Voss  <voss@lyx.org>
8512
8513         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
8514         and text%
8515
8516 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8517
8518         * bufferview_funcs.C (currentState): only show paragraph number
8519         for is DEVEL_VERSION is set.
8520
8521         * lyxfunc.C (dispatch): put warning in INFO channel
8522
8523         * MenuBackend.C (expand): translate the name of floats
8524
8525         * FloatList.C (FloatList): mark the float names for translation
8526
8527         * converter.C (convert): use LibScriptSearch
8528
8529 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8530
8531         * MenuBackend.C (defaults): fix default menu (we might as well get
8532         rid of it...)
8533
8534 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8535
8536         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
8537         directory.
8538
8539 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8540
8541         * lyxvc.C: reorder includes.
8542
8543 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
8544
8545         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
8546           properly
8547
8548 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
8549
8550         * CutAndPaste.C: change layouts earlier on paste
8551           to avoid crashing when calling getFont()
8552
8553 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
8554
8555         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
8556         irritating #error.
8557
8558 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8559
8560         * WorkArea.C: remove 'Pending' debug message.
8561
8562         * most files: ws cleanup
8563
8564         * buffer.[Ch]: ws changes
8565
8566         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
8567
8568 2002-03-21  Juergen Vigna  <jug@sad.it>
8569
8570         * tabular.C (SetMultiColumn): collapse also the contents of the
8571         cells and set the last border right. Added a Buffer const * param.
8572
8573 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8574
8575         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
8576         linking or not.
8577
8578 2002-03-19  Juergen Vigna  <jug@sad.it>
8579
8580         * text2.C (clearSelection): reset also xsel_cache.
8581
8582         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
8583         where it needs to be called (John tells us to do so too :)
8584         (selectionLost): reset sel_cache.
8585
8586         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
8587
8588 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8589
8590         * text2.C (setCursorIntern): put debuging code in INSETS channel
8591
8592 2002-03-19  André Pönitz <poenitz@gmx.net>
8593
8594         * lyxfunc.C: tiny whitespace change
8595
8596 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8597
8598         * ToolbarDefaults.C (init):
8599         * LyXAction.C (init):
8600         * commandtags.h:
8601         * BufferView_pimpl.C (Dispatch):
8602         * lyxfunc.C (dispatch): remove LFUN_DEPTH
8603
8604 2002-03-19  Allan Rae  <rae@lyx.org>
8605
8606         * exporter.C (Export): removeAutoInsets before doing anything else.
8607         While I've just introduced a dependency on BufferView this really is
8608         the best place to clean the buffer otherwise you need to cleanup in
8609         a dozen places before calling export or cleanup in a dozen functions
8610         that export calls.
8611
8612         * converter.C (runLaTeX):
8613         (scanLog): Better handling of removeAutoInsets and screen updates.
8614
8615         * lyxfunc.C (dispatch): small whitespace changes
8616
8617 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8618
8619         * WorkArea.C (C_WorkAreaEvent): return a value.
8620         (event_cb): return 1 if we handled the event, 0 otherwise.
8621
8622         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
8623
8624 2002-03-18  Juergen Vigna  <jug@sad.it>
8625
8626         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
8627         (GetAdditionalWidth): ditto.
8628         (RightLine): ditto.
8629         (LeftLine): ditto.
8630
8631         * BufferView2.C (copy): use getLyXText() so that we do it inside an
8632         inset if we're there actually (probably not used right now but this
8633         is the direction to go for unifying code).
8634         (paste): disable code to clear the selection.
8635
8636         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
8637         inside an InsetText and move the check further up as it is in the
8638         wrong place.
8639
8640         * text2.C (pasteSelection): set a selection over the pasted text.
8641
8642 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
8643
8644         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
8645         and libgraphics to build on Cygwin.
8646
8647 2002-03-15  Juergen Vigna  <jug@sad.it>
8648
8649         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
8650         inserting an Inset into the paragraph. I know this is not the best
8651         fix but we already use current_view in CutAndPaste so we will remove
8652         all of it's using at the same time.
8653
8654         * buffer.C (sgmlError): deactivated function till it is rewritten in
8655         the right mode, now it can create problems.
8656
8657         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8658         before accessing it.
8659
8660 2002-03-14  Juergen Vigna  <jug@sad.it>
8661
8662         * undo_funcs.C (textHandleUndo): do the right thing when updating
8663         the inset after the undo/redo.
8664
8665         * text2.C (setCursor): just some testcode for #44 not ready yet.
8666
8667         * undo_funcs.C (textHandleUndo): set the next() and previous()
8668         pointers of the paragraph to 0 before deleting otherwise we have
8669         problems with the Paragraph::[destructor].
8670
8671         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8672         on a paragraph insertion.
8673
8674 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8675
8676         * buffer.C (asciiParagraph): use += operator for char append to
8677         string.
8678
8679         * paragraph.C (getFontSettings): compare >= not just >
8680         (highestFontInRange): ditto
8681         (setFont): ditto
8682
8683 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8684
8685         * paragraph.C: change several algorithm to be more appripriate for
8686         the problem domain. This is lookip in FontList and in the InsetList.
8687
8688 2002-03-13  André Pönitz <poenitz@gmx.net>
8689
8690         * commandtags.h:
8691         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8692
8693 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8694
8695         * commandtags.h:
8696         * LyXAction.C:
8697         * lyxfunc.C:
8698         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8699
8700 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8701
8702         * Painter.C (display): anon helper function, adjust code for this
8703         change.
8704         (pixmap): remove function.
8705
8706         * Painter.h: remove private display variable.
8707
8708         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8709
8710 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8711
8712         * WorkArea.[Ch]: remove figinset_canvas cruft.
8713
8714 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8715
8716         * lyxtextclass.C (operator): add one item cache optimization.
8717
8718         * bufferlist.h: doxy changes
8719
8720         * bufferlist.C: ws changes
8721
8722         * DepTable.[Ch] (ext_exist): place const in the right spot.
8723
8724         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8725         call resizeInsets.
8726         (workAreaExpose): call resizeInsets when the with BufferView changes.
8727         (Dispatch): adjust for protectedBlank removal
8728         (specialChar): call updateInset if the insert went ok.
8729
8730         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8731         specialChar instead.
8732
8733         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8734
8735         * BufferView.h: doxy change
8736
8737         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8738
8739         * lyxtextclass.C (operator[]): remove non-const version
8740         (defaultLayout): remove non-const version
8741
8742 2002-03-12  Juergen Vigna  <jug@sad.it>
8743
8744         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8745         did resize the LyXText too.
8746
8747         * buffer.C (readLyXformat2): set layout information on newly allocated
8748         paragraphs.
8749
8750         * tabular.C (OldFormatRead): set layout information on the paragraph.
8751
8752 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8753
8754         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8755
8756 2002-03-11  Juergen Vigna  <jug@sad.it>
8757
8758         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8759         plainly wrong.
8760         (resizeCurrentBuffer): force also the insets to resize themselfes.
8761         (moveCursorUpdate): fixed up for InsetText.
8762
8763 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8764
8765         * commandtags.h:
8766         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8767         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8768         value of Dialogs::tooltipsEnabled().
8769         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8770
8771 2002-03-08  Juergen Vigna  <jug@sad.it>
8772
8773         * BufferView_pimpl.C (updateInset): update inset inside inset also
8774         if it isn't inside theLockingInset().
8775
8776 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8777
8778         * buffer.C (asciiParagraph): redo some of the word and line length
8779         handling.
8780         (getLists): look for Caption instead of caption.
8781
8782 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8783
8784         * buffer.C (Buffer): initialize niceFile to true
8785         (makeLaTeXFile):
8786         (makeLinuxDocFile):
8787         (makeDocBookFile): make sure niceFile is true on exit
8788
8789 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8790
8791         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8792
8793 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8794
8795         * LyXSendto.C: remove.
8796         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8797         * lyx_gui.C: remove now-redundant comment.
8798         * ColorHandler.h: remove forward declaration of class WorkArea.
8799         * lyxfunc.C: remove #include "WorkArea.h".
8800
8801 2002-03-07  Juergen Vigna  <jug@sad.it>
8802
8803         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8804         got moved away with the DEPM and also set the inset_owner always
8805         right which before could have been omitted.
8806
8807 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8808
8809         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8810         wanted layout is not found.
8811
8812 2002-03-07  Juergen Vigna  <jug@sad.it>
8813
8814         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8815
8816 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8817
8818         * paragraph.C (breakParagraph): use default layout not layout of
8819         prev paragraph.
8820         (Paragraph): clear ParagraphParameters.
8821
8822 2002-03-06  Juergen Vigna  <jug@sad.it>
8823
8824         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8825         otherwise it would not be a valid lenght. Fixed a special case in
8826         the minipage compatibility read where we end the document with a
8827         minipage.
8828
8829         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8830         was set as it could be 0 for InsetTexts first entry.
8831
8832 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8833
8834         * paragraph.C (writeFile): if layout is empty write out
8835         defaultLayoutName().
8836
8837         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8838         file without named layout we set layout to defaultLayoutName().
8839
8840 2002-03-06  Juergen Vigna  <jug@sad.it>
8841
8842         * CutAndPaste.C (copySelection): set layout for new paragraph.
8843
8844         * text.C (prepareToPrint): leave ERT inset left aligned
8845         (leftMargin): don't indent paragraphs inside ERT insets
8846
8847 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8848
8849         * paragraph.C (breakParagraph): dont call clear do the work manually
8850
8851         * paragraph.[Ch] (clear): remove function
8852
8853 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8854
8855         * paragraph.C (Paragraph): dont call clear, the work has already
8856         been done.
8857
8858         * lyxtextclass.C (operator): assert if n is empty
8859
8860         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8861         work manually instead.
8862
8863 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8864
8865         * BufferView_pimpl.C: protect selectionLost against text == 0
8866
8867 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8868
8869         * text.C (breakParagraph): fix a setting layout to '0' problem.
8870
8871 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8872
8873         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8874         final location of file, for the included files, and graphics.
8875
8876 2002-03-05  Juergen Vigna  <jug@sad.it>
8877
8878         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8879
8880 2002-03-04  Juergen Vigna  <jug@sad.it>
8881
8882         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8883
8884         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8885         last column of multicolumn cells.
8886         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8887
8888 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8889
8890         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8891         file if it doesn't go to a temporary file.
8892
8893         * buffer.C (sgmlOpenTag):
8894         (sgmlCloseTag):  remove extra newline insertion.
8895
8896 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8897
8898         * text.C (getRowNearY): comment out debug msg
8899
8900 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8901
8902         * text2.C: first -> first_y
8903
8904         * text.C (getRowNearY): add some attemts at a possible
8905         optimization, not working.
8906
8907         * tabular.[Ch]: add BufferParams to several function so that newly
8908         created paragraph can be initialized to he default layotu for the
8909         buffers textclass.
8910
8911         * tabular-old.C (ReadOld): add buf->params to call of Init
8912
8913         * screen.C: rename text->first to text->first_y
8914
8915         * paragraph.C (breakParagraph): always set layout in the broken
8916         paragraph
8917
8918         * lyxtextclass.C (Read): remove lowercase
8919         (hasLayout): ditto
8920         (operator): ditto
8921         (delete_layout): ditto
8922
8923         * lyxtext.h: rename first -> first_y
8924
8925         * lyxlayout.C (Read): remove lowercase
8926         (name): ditto
8927         (setName): ditto
8928         (obsoleted_by): ditto
8929
8930         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8931
8932         * buffer.C (insertErtContents): add params are to InsetERT
8933         (parseSingleLyXformat2Token): add code to check if a paragraphs
8934         layout really exist.
8935         (parseSingleLyXformat2Token): add params to several inset
8936         constructors
8937         (asciiParagraph): remove lowercase, do the layout comparisons with
8938         no_case
8939
8940         * BufferView_pimpl.C (cursorNext): first -> first_y
8941         (resizeCurrentBuffer): first -> first_y
8942         (updateScrollbar): first -> first_y
8943         (scrollCB): first -> first_y
8944         (workAreaMotionNotify): first -> first_y
8945         (workAreaButtonPress): first -> first_y
8946         (checkInsetHit): first -> first_y
8947         (cursorPrevious): first -> first_y
8948         (cursorNext): first -> first_y
8949         (Dispatch): add buffer_->params to severl inset contructors
8950
8951 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8952
8953         * lyxlayout.C (Read): remove some debug info that I forgot.
8954
8955         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8956         clean up the code slightly.
8957         (makeLinuxDocFile): ditto
8958         (makeDocBookFile): ditto
8959
8960         * text2.C: layout as string
8961
8962         * text.C: layout as string
8963
8964         * paragraph_pimpl.C: layout as string
8965
8966         * paragraph.[Ch]: layout as string
8967
8968         * lyxtextclasslist.[Ch]: layout as string
8969
8970         * lyxtextclass.[Ch]: layout as string
8971
8972         * lyxtext.h: layout as string
8973
8974         * lyxlayout.[Ch]: layout as string
8975
8976         * lyx_cb.C: layout as string
8977
8978         * bufferview_funcs.C: layout as string
8979
8980         * bufferparams.C: layout as string
8981
8982         * buffer.C: layout as string
8983
8984         * LyXView.[Ch]: layout as string
8985
8986         * LaTeXFeatures.[Ch]: layout as string
8987
8988         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8989
8990         * BufferView_pimpl.C: change current_layout to string, remove
8991         lyx::layout_type.
8992         (Dispatch):
8993         (smartQuote):
8994         (insertInset):
8995         (workAreaButtonRelease): layout as string
8996
8997         * BufferView2.C (unlockInset): adjust
8998
8999         * vspace.C (asLatexCommand): use an explict temp variable.
9000
9001 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9002
9003         * Makefile.am: use FRONTEND_*
9004
9005 2002-03-01  Juergen Vigna  <jug@sad.it>
9006
9007         * tabular.C (SetWidthOfMulticolCell): changed to something better
9008         I hope but still work in progress.
9009         (recalculateMulticolumnsOfColumn): renamed function from
9010         recalculateMulticolCells as it is more appropriate now.
9011         (SetWidthOfCell): calculate multicols better.
9012
9013 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9014
9015         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
9016
9017         * lyxfunc.C (processKeySym): print sequence also if it is
9018         `deleted' (complete)
9019
9020         * kbsequence.C (print): print sequence even if it is deleted
9021         (complete would be a better word, actually).
9022
9023         * lyxfunc.C (dispatch): print complete options after a prefix key
9024
9025         * vspace.C (asLatexCommand): rewrite in a slightly different form.
9026
9027 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
9028
9029         * text2.C (setCharFont): eliminate setCharFont code duplication.
9030
9031 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9032
9033         * BufferView_pimpl.C (Dispatch): remove bogus handling of
9034         LFUN_TABULAR_FEATURE (bug #177)
9035
9036 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
9037
9038         * Makefile.am: remove figure.h
9039
9040 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
9041
9042         * Bufferview_pimpl.C:
9043         * CutAndPasteC:
9044         * LaTeX.C:
9045         * LyXSendto.C:
9046         * buffer.C:
9047         * bufferlist.C:
9048         * converter.C:
9049         * language.C:
9050         * lyxfunc.C:
9051         * lyxvc.C:
9052         * paragraph.C:
9053         * text.C:
9054         * text2.C: remove #include "lyx_gui_misc.h".
9055
9056         * LaTeX.C: added #include <cstdio>
9057
9058 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9059
9060         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
9061         that the paragraph following this one can have.
9062
9063         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
9064
9065         * vspace.C (asLatexCommand): fix bogus gcc warning
9066
9067         * Makefile.am (lyx_SOURCES): remove vms_defines.h
9068
9069 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
9070
9071         * text2.C (setLayout): get rid of redundant code
9072
9073 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
9074
9075         * text2.C (incDepth): make sure depth cannot be increased beyond
9076         reasonable values.
9077
9078 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
9079
9080         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
9081         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
9082
9083         * PainterBase.h (image):
9084         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
9085         a LyXImage const *.
9086
9087 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9088
9089         * BufferView.C:
9090         * BufferView.h:
9091         * BufferView_pimpl.C:
9092         * BufferView_pimpl.h:
9093         * LaTeXFeatures.C:
9094         * LyXAction.C:
9095         * LyXView.C:
9096         * Makefile.am:
9097         * UpdateList.h:
9098         * UpdateList.C:
9099         * buffer.C:
9100         * figure.h:
9101         * figureForm.C:
9102         * figureForm.h:
9103         * figure_form.C:
9104         * figure_form.h:
9105         * lyx_cb.C:
9106         * lyx_gui.C:
9107         * lyx_gui_misc.C:
9108         * lyxfunc.C:
9109         * sp_base.h:
9110         * sp_ispell.h:
9111         * sp_pspell.h:
9112         * sp_spell.C: remove fig inset, and the crap house of
9113           cards that follows it
9114
9115 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9116
9117         * Makefile.am:
9118         * lyxserver.C:
9119         * os2_defines.h:
9120         * os2_errortable.h:
9121         * nt_defines.h: move .h into support/
9122
9123         * vms_defines.h: remove
9124
9125         * WorkArea.C: add space in debug output
9126
9127         * text2.C:
9128         * paragraph.C:
9129         * buffer.C: add WITH_WARNINGS
9130
9131         * vc-backend.h:
9132         * vc-backend.C:
9133         * bufferlist.C: s/retrive/retrieve/, add docs
9134
9135         * vspace.h:
9136         * vspace.C:
9137         * kbmap.h:
9138         * lyxlength.h:
9139         * lyxgluelength.h:
9140         * length_common.h:
9141         * chset.h:
9142         * chset.C: add docs
9143
9144         * lyxgui.C: add ID to X error handler
9145
9146         * lyxtestclass.c: fix typo
9147
9148 2002-02-26  Juergen Vigna  <jug@sad.it>
9149
9150         * tabular_funcs.C (write_attribute): changed so that some default
9151         attributes are not written at all.
9152         (getTokenValue): set default values before trying to read the
9153         value so we have the return value always set as default if we don't
9154         find the token we search for.
9155
9156         * tabular.C (Write): write bools as bools not as strings!
9157
9158 2002-02-22  Juergen Vigna  <jug@sad.it>
9159
9160         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
9161         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
9162
9163         * text.C (leftMargin): don't add an indent for paragraphs inside
9164         tabular cells (fix #208).
9165
9166 2002-02-21  José Matos  <jamatos@fep.up.pt>
9167
9168         * tabular.C (docBook): fixed support for long tables.
9169
9170 2002-02-20  Juergen Vigna  <jug@sad.it>
9171
9172         * text2.C (getFont): get the drawing font of the Inset if this
9173         paragraph is inside an inset (only important for InsetERT for now).
9174
9175         * buffer.C (insertErtContents): use new lanugage params in ERT
9176         constructor.
9177
9178         * CutAndPaste.C: commenting out seemingly uneeded code.
9179
9180 2002-02-19  Allan Rae  <rae@lyx.org>
9181
9182         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
9183         Iterators might be simple to use but they also get invalidated.
9184         (removeAutoInsets): renamed saved cursor tracking variables and added
9185         some comments to clarify what everything does.
9186
9187 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
9188
9189         * Chktex.C:
9190         * LaTeX.C:
9191         * LyXSendto.C:
9192         * converter.C:
9193         * lyx_cb.C:
9194         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
9195         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
9196
9197         * lyxfunc.C:
9198         * vc-backend.h: remove #include "support/syscall.h"
9199
9200         * LaTeX.C:
9201         * LyXSendto.C:
9202         * converter.C: rearrange #includes in Lars' approved fashion.
9203
9204         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
9205         forward declare class Timeout in the header file.
9206
9207         * XFormsView.C: changes due to the above.
9208
9209         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
9210         similar to LyXView.
9211
9212         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
9213         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
9214
9215 2002-02-18  José Matos  <jamatos@fep.up.pt>
9216
9217         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
9218         insets contents.
9219
9220 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9221
9222         * a lot of small ws changes
9223         * add a lot of using std::XXX
9224         * use std construcs some places where approp.
9225         * use some exisint stuff from lyxfunctional where approp.
9226         * Make file changes to use partial linking (lets test this now...)
9227
9228 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9229
9230         * Chktex.C:
9231         * buffer.C:
9232         remove #include "support/syscontr.h" as it's redundant. Always has been.
9233
9234         * Chktex.C:
9235         * LaTeX.C:
9236         * LyXSendto.C:
9237         * converter.C:
9238         * lyx_cb.C:
9239         * vc-backend.C:
9240         change Systemcalls::System to Systemcalls::Wait and
9241         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
9242         No change of functionality, just reflects the stripped down Systemcalls
9243         class.
9244
9245 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9246
9247         * debug.[Ch]: add a GRAPHICS type to the enum.
9248
9249 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9250
9251         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
9252
9253         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
9254         there is an inset.
9255
9256 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9257
9258         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
9259         match the changes below.
9260
9261         * text2.C (toggleInset): if there is not editable inset at cursor
9262         position, try to see if cursor is _inside_ a collapsable inset
9263         and close it.
9264
9265 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9266
9267         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
9268         document menu has a nice checkbox
9269
9270 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9271
9272         * lyxlength.C (asLatexString): change PW to output as percent of
9273         \textwidth.
9274
9275         * lengthcommon.C: change '%' to 't%'
9276
9277         * lyxfunc.C (dispatch): a few comments from Martin
9278
9279 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
9280
9281         * WorkArea.h:
9282         * WorkArea.C:
9283         * BufferView_pimpl.h:
9284         * BufferView_pimpl.C: clear our selection when X tells us we've lost
9285           the X selection.
9286
9287 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9288
9289         * vspace.C (inPixels): fix compiler warning
9290
9291 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9292
9293         * lyxfunc.C (getStatus): fix status message for disabled commands.
9294
9295 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
9296
9297         * BufferView_pimpl.C: fix crash on close buffer
9298         during selection (#227)
9299
9300 2002-01-27  Herbert Voss  <voss@lyx.org>
9301
9302         * buffer.C: link old Figure to new graphic inset
9303
9304 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
9305
9306         * FontLoader.C (getFontinfo): Change the latex font names in order
9307         to match the names of type1inst.
9308
9309 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9310
9311         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
9312
9313         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
9314         (extchanged): ditto
9315         (ext_exist): ditto
9316         (remove_files_with_extension): ditto
9317         (remove_file): ditto
9318         (write): ditto
9319
9320         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
9321         document is smaller than the work area height. Do not initialize
9322         static variables to 0.
9323
9324 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9325
9326         * lyx_gui.C (init): give the toolbar tooltips a normal font.
9327
9328         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
9329         LFUN_LAYOUT_PARAGRAPHS.
9330
9331         * tabular.C (GetCellFromInset): new method. Finds an inset in a
9332         tabular. It is possible to provide a possible cell, which will
9333         typically be the actcell from the corresponding insettabular
9334
9335         * lyxfunc.C (getStatus): small cleanup; disable
9336         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
9337         true
9338
9339 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9340
9341         * tabular.C (Validate): remove broken optimization (fixes bug #201)
9342
9343         * paragraph.C (startTeXParParams):
9344         (endTeXParParams): new methods. The LaTeX code to
9345         start/end paragraph formatting
9346         (simpleTeXOnePar): call startTeXParParams also when paragraph is
9347         empty (fixes bug #200)
9348
9349         * vspace.C (inPixels): adapt to the change below
9350         (inPixels): [later] more cleanups (remove unused variables)
9351
9352         * lyxlength.C (inPixels): change to use a width and a height as
9353         parameter.
9354
9355 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9356
9357         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
9358         Replaced with \paperwidth
9359
9360         * DepTable.C (insert): add std:: qualifier
9361
9362 2002-01-18  Allan Rae  <rae@lyx.org>
9363
9364         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
9365         updated also?
9366
9367         * text.C (drawInset): Turned out I didn't know enough about how
9368         rebreaking worked.  This fixes most of the redraw problems.  I see
9369         an occasional cursor trail when a line is broken now and the cursor
9370         placement can seem out by a few pixels also after a rebreak.
9371
9372 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9373
9374         * buffer.C (parseSingleLyXformat2Token): update because minipage
9375         width is now a LyXLength
9376
9377         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
9378
9379         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
9380         math insets
9381
9382 2002-01-17  Juergen Vigna  <jug@sad.it>
9383
9384         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
9385
9386         * BufferView2.C (lockInset): call edit() so that theLockingInset()
9387         is set correctly and the inset is updated correctly.
9388
9389 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9390
9391         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
9392         the beginning of the loop.
9393
9394 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
9395
9396         * lyxrc.C: improve help for use_scalable_fonts
9397
9398 2002-01-17  Allan Rae  <rae@lyx.org>
9399
9400         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
9401
9402 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9403
9404         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
9405         make sure to set their inset_owner to the right value (bug #171)
9406
9407 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
9408
9409         * DepTable.h
9410         * DepTable.C: Implement mtime checking to reduce time spent doing
9411         CRCs.
9412
9413 2002-01-16  Juergen Vigna  <jug@sad.it>
9414
9415         * tabular.C (GetAdditionalHeight): one of error fixed.
9416
9417         * lyxrc.C (output): small fix in writing use_pspell.
9418
9419 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
9420
9421         * sp_base.h: #include LString.h
9422
9423 2002-01-16  Allan Rae  <rae@lyx.org>
9424
9425         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
9426         Can someone check this please?
9427
9428         * text.C (drawInset): It was possible that p.row would be removed by
9429         breakAgainOneRow upsetting a few other settings.  There may be another
9430         small tweak possible by setting need_break_row = 0 when p.row has been
9431         removed but I don't know enough about the logic here.
9432
9433 2002-01-15  Allan Rae  <rae@lyx.org>
9434
9435         * text.C (insertChar): removed conditional truism.
9436
9437         * BufferView2.C (removeAutoInsets): More tweaks.
9438         cur_par_prev could be a stray pointer.  Check for trailing empty line
9439         in case last line was cur_par and only had an error inset on it.
9440
9441 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9442
9443         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
9444         absolute
9445
9446         * vc-backend.C (most methods):
9447         * exporter.C (Export):
9448         * converter.C (convert):
9449         (runLaTeX):
9450         * LyXSendto.C (SendtoApplyCB):
9451         * lyxfunc.C (dispatch):
9452         (menuNew):
9453         (open):
9454         (doImport):
9455         * lyx_cb.C (AutoSave):
9456         (InsertAsciiFile):
9457         * BufferView_pimpl.C (MenuInsertLyXFile):
9458         * buffer.C (runChktex): use Buffer::filePath().
9459
9460         * buffer.h: rename filename to filename_; rename filepath to
9461         filepath_ and make it private
9462         (filePath): new method
9463
9464         * buffer.C (writeFile): use fileName()
9465         (getLatexName):
9466
9467         * lyx_main.C (init): fix starting  of LyX when the binary is a
9468         link from so,ewhere else.
9469
9470         * minibuffer.C: include <cctype> for isprint
9471
9472 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9473
9474         * buffer.C (parseSingleLyXformat2Token): changes associated with the
9475         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
9476         name clash with InsetCollapsable's width function.
9477
9478 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9479
9480         * lastfiles.C: include <iterator>
9481
9482 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9483
9484         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
9485         std::count.
9486
9487         * buffer.C (makeLaTeXFile): ditto.
9488         Also make loop operation more transparent.
9489
9490 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9491
9492         * ToolbarDefaults.C: remove trailing comma closing namespace.
9493
9494         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
9495
9496         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
9497         as in WorkArea.
9498
9499         * trans.C (Load): comment out unused variable, allowed.
9500
9501 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9502
9503         * minibuffer.[Ch] (append_char): new method to recieve input from the
9504         drop-down completion browser. If a key was pressed, then recieve this
9505         char and append it to the existing string.
9506         (peek_event): modify the positioning data passed to the completion
9507         browser so that it can be placed above the minibuffer rather than below.
9508 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9509
9510         * LyXAction.C (init): alloe error-next for readonly documents.
9511
9512         * BufferView2.C (ChangeRefsIfUnique): use standard version of
9513         count.
9514
9515 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9516
9517         * bufferlist.C (readFile): create the buffer _after_ checking that
9518         the file exists.
9519
9520         * lyxfunc.C (verboseDispatch): fix handling of arguments
9521
9522         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
9523
9524         * lyxrc.C: use string::erase() instead of initializing to "".
9525
9526
9527 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9528
9529         * BufferView_pimpl.h:
9530         * BufferView_pimpl.C:
9531         * WorkArea.h:
9532         * WorkArea.C:
9533         * text2.C: tell X when we have made a selection for copying
9534
9535 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9536
9537         * BufferView_pimpl.C (MenuInsertLyXFile):
9538         * lyxfunc.C (menuNew):
9539         (open):
9540         (doImport): add shortcuts to directory buttons
9541
9542         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
9543         open a float)
9544
9545         * lyxfunc.C (setStatusMessage):
9546         (getStatusMessage): new methods
9547         (getStatus):use setStatusMessage instead of setErrorMessage
9548         (dispatch): when function is disabled, set error message here
9549         [instead of in getStatus previously]
9550
9551         * BufferView_pimpl.C (workAreaButtonRelease): update
9552         toolbar/menubar here too.
9553
9554 2002-01-13  Allan Rae  <rae@lyx.org>
9555
9556         * BufferView2.C (removeAutoInsets): finished off earlier fix.
9557         Now seems indestructible.  Remaining task is to audit all other
9558         code affected by deleteEmptyParagraphMechanism.  One small quirk
9559         left is that an empty document with an error in the preamble can
9560         be made to report an error but no error box appears.  I don't know
9561         where it goes.
9562         (removeAutoInsets): Improved comments.
9563
9564 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
9565
9566         * Thesaurus.h:
9567         * Thesaurus.C: update for Aiksaurus 0.14
9568
9569 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9570
9571         * text2.C (firstParagraph): removed member function, all uses
9572         replaces with ownerParagraph
9573         (redoParagraphs): here
9574         (updateInset): here
9575         (toggleAppendix): here
9576         * BufferView2.C (insertErrors): here
9577         (setCursorFromRow): here
9578
9579 2002-01-13  Allan Rae  <rae@lyx.org>
9580
9581         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
9582         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
9583         There is still a way to segfault this although you may have to do this
9584         multiple times: Have an InsetERT with an unknown command in it.
9585         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
9586         <down-arrow>, <Enter> again, View->DVI, BANG!
9587
9588         * text2.C (setCursor):
9589         (deleteEmptyParagraphMechanism):
9590         * lyxtext.h (setCursor):
9591         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
9592         Making use of the return value may help fix other bugs.
9593
9594 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9595
9596         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
9597
9598         * LyXView.C (updateMenubar): call MenuBar::update here
9599         (updateToolbar): but not here
9600         (showState): do not update toolbar/menubar
9601
9602         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
9603         should need to care about that.
9604
9605         * lyxfunc.C (verboseDispatch): simplify a bit
9606         (getStatus): have a version which takes a pseudoaction, and
9607         another which requires a (kb_action,string).
9608
9609         * LyXAction.C (retrieveActionArg): make it work also when action
9610         is not a pseudo-action.
9611         (getActionName): simplify a bit
9612         (helpText):
9613
9614 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9615
9616         * lyxfunc.C (verboseDispatch): new families of methods with
9617         several ways to specify a command and a bool to indicate whether
9618         the command name and shortcut should be displayed in minibuffer
9619         (eventually, we could extend that to a finer bitmask like
9620         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
9621         (dispatch): the pristine dispatch command which just, well,
9622         dispatchs! Note it still sets its result to minibuffer; I'm not
9623         sure we want that.
9624
9625         * lyxfunc.h: remove setHintMessage
9626
9627         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
9628
9629 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9630
9631         * BufferView_pimpl.C (specialChar): delete new inset if we have
9632         not been able to insert it.
9633
9634         * kbmap.C: revert to using int instead of kb_action, since all we
9635         are dealing with is pseudo-actions.
9636
9637         * LyXAction.C (searchActionArg): change to return int instead of
9638         kb_action, since the result is a pseudoaction.
9639
9640 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
9641
9642         * buffer.C (insertErtContents): Fix (partially) the font bug.
9643
9644 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9645
9646         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
9647         as the other one is broken on my machine!
9648
9649 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
9650
9651         * commandtags.h:
9652         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
9653
9654 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9655
9656         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9657         reflect their actual use. Provide compatibility code for older lyxrc
9658         files.
9659
9660         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9661         FL_NORMAL_STYLE.
9662         change names of popup font variables in line with the changes to lyxrc.C
9663
9664 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9665
9666         * buffer.C (asciiParagraph): avoid outputing a word twice after
9667         an inset.
9668
9669         * lyxrc.C (getDescription): document that document_path and
9670         template_path can be empty.
9671
9672 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9673
9674         * LaTeXFeatures.C (getMacros):
9675         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9676
9677         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9678
9679         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9680         getPackages.
9681         (getPackages): rename feature "floats" to "float". Use an array to
9682         iterate over 'simple' features (i.e. just a \usepackage). Add
9683         handling of "amsmath" (renamed from "amsstyle").
9684
9685 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9686
9687         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9688         features list.
9689
9690 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9691
9692         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9693         FuncStaus::FuncStatus & FuncStaus::some_method().
9694
9695 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9696
9697         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9698         of the func_satus stuff. Edited and massaged in various ways by
9699         JMarc.
9700
9701         * lyxfunc.C (getStatus): use FuncStatus
9702
9703 2002-01-08  Juergen Vigna  <jug@sad.it>
9704
9705         * text.C (nextBreakPoint): use function Inset::isChar().
9706
9707         * paragraph.C (TeXOnePar): use function
9708         Inset::forceDefaultParagraphs.
9709
9710         * buffer.C (latexParagraphs): use function
9711         Inset::forceDefaultParagraphs.
9712
9713 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9714
9715         * lyx_gui.C (init): set the style of the menu popups to
9716         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9717
9718 2002-01-07  Juergen Vigna  <jug@sad.it>
9719
9720         * text.C (setHeightOfRow): small fix
9721         (prepareToPrint): don't look at alignment if we don't have the place
9722         for doing it.
9723
9724 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9725
9726         * box.C: New file. Move the Box methods and functions out of box.h,
9727         following Lars' suggestion.
9728
9729 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9730
9731         * box.h: #include "support/LOstream.h", needed for inlined function.
9732
9733         * lyxtextclass.C:
9734         * lyxtextclasslist.C: added some using std declarations.
9735
9736 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9737
9738         * box.h: make signed dimensions to allow insets wider than
9739           the screen (bug #162)
9740
9741         * BufferView_pimpl.C: add some insetHit debug
9742
9743 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9744
9745         * vc-backend.C: add FIXME
9746
9747 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9748
9749         * lyxfunc.C (getStatus): enable code for showing math font status
9750         in toolbar/menu.
9751
9752 2002-01-07  Juergen Vigna  <jug@sad.it>
9753
9754         * text.C (nextBreakPoint): removed debug output not needed anymore.
9755
9756 2002-01-06  Juergen Vigna  <jug@sad.it>
9757
9758         * text.C (nextBreakPoint): fixed up this function we had this bug
9759         since ever but now hopefully we break row better.
9760         (insertChar): we have to check if an inset is the next char as it
9761         could now happen that a large inset is causing a break.
9762
9763 2002-01-05  Juergen Vigna  <jug@sad.it>
9764
9765         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9766         if it doesn't like to be drawed.
9767
9768 2002-01-04  Juergen Vigna  <jug@sad.it>
9769
9770         * BufferView2.C (lockInset): forgot to set a cursor.
9771
9772         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9773
9774 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9775
9776         * FormMathsPanel.C:
9777         * FormMathsPanel.h
9778         * MathsSymbols.C:
9779         * form_maths_panel.C:
9780         * form_maths_panel.h:
9781         * form_maths_panel.fd: implemented sub- and super- buttons in math
9782         panel.
9783
9784         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9785         (or ^ space) to be used as in TeX (req'd by André).
9786
9787         * lyxfunc.C: Allow ^ and _ again to be used both as
9788         super/subscript (mathed) and as themselves (in text).
9789
9790 2002-01-03  Allan Rae  <rae@lyx.org>
9791
9792         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9793         "LyX" or the filename of the current buffer if it has one.  This is a
9794         modified form of John Levon's patch.
9795
9796         * XFormsView.C (setWindowTitle): also set icon title.
9797
9798         * LyXView.h (setWindowTitle): signature changed.
9799         * XFormsView.h (setWindowTitle): ditto.
9800
9801 2002-01-02  Juergen Vigna  <jug@sad.it>
9802
9803         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9804
9805 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9806
9807         * screen.C (topCursorVisible): introduce a temp var for
9808         text->cursor.row(), handle the case where this row is null. (kindo
9809         hachish)
9810
9811         * text2.C (setCursor): add a couple of asserts.
9812
9813         * paragraph.h (inset_iterator): add -> operator
9814
9815         * paragraph.[Ch] (autoDeleteInsets): remove member function
9816
9817         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9818         cursor pos correctly and handle inset deletion by itself.
9819         (insertErrors): move iterator declaration out of for expression
9820
9821         * lyxtextclass.C: add <algorithm>
9822
9823         * Makefile.am: added the new files to sources, removed layout.C
9824
9825         * layout.C: removed file
9826
9827         * layout.h: remove LYX_DUMMY_LAYOUT
9828
9829         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9830         layout.
9831
9832         * lyxlayout.[Ch]:
9833         * lyxtextclass.[Ch]:
9834         * lyxtextclasslist.[Ch]: new files
9835
9836         * include order changes to a lot of files, also changes because of
9837         the six new files.
9838
9839 2001-12-27  Juergen Vigna  <jug@sad.it>
9840
9841         * buffer.C (asciiParagraph): more fixes.
9842
9843         * tabular.C (ascii): make ascii export support export of only the
9844         data separated by a column-delimiter.
9845         (ascii): better support for ascii export.
9846
9847         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9848
9849 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9850
9851         * tabular_funcs.C: use a "using std::getline" instead of the
9852         previous fix from Angus (necessary for cxx + lyxstring)
9853
9854 2001-12-24  Juergen Vigna  <jug@sad.it>
9855
9856         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9857
9858         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9859         problems. First check a minipage also if we have some ert-contents
9860         (not only on par->size(), second set the right depth of the paragraph
9861         on the relink to the root-paragraph-list!
9862
9863         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9864         which then did not anymore update the main paragraphs on undo/redo!
9865
9866 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9867
9868         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9869         code. Support all font-changing funcs (even those which are not in
9870         menu currently). Support for reporting font settings in
9871         mathed (disabled until Andre provides a function on mathed's side).
9872
9873         * func_status.h (toggle): small helper function to set toggle
9874         state on a flag.
9875
9876 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9877
9878         * tabular_funcs.C: getline -> std::getline
9879
9880 2001-12-21  Juergen Vigna  <jug@sad.it>
9881
9882         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9883         accessed and could be 0 (I couldn't generate this but it seems
9884         Michael could!).
9885
9886 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9887
9888         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9889         * tabular_funcs.h: here and include iosfwd
9890
9891 2001-12-20  Juergen Vigna  <jug@sad.it>
9892
9893         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9894         inside inset but undo_par was.
9895
9896 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9897
9898         * Thesaurus.C: always include <config.h> in sources.
9899
9900         * Painter.h:
9901         * lyxlookup.h:
9902         * box.h: do not include <config.h> in header files
9903
9904         * text.C (paintLastRow): remove unused variable
9905
9906         * text.C (transformChar):
9907         (insertChar):
9908         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9909
9910         * Painter.C (text):
9911         * font.C (width): rewrite to use uppercase() instead of
9912         islower/toupper.
9913
9914         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9915
9916 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9917
9918         * lyxfind.C: clean up of find failure position change
9919
9920 2001-12-20  Juergen Vigna  <jug@sad.it>
9921
9922         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9923
9924         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9925         (TeXRow): added to LaTeX a single tabular row.
9926         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9927         (Latex): simplified and finally good LT-h/f support.
9928         (various_functions): just small adaptions for LT-h/f support.
9929
9930         * tabular_funcs.[hC]: added and moved here all not classfunctions
9931         of LyXTabular.
9932
9933 2001-12-19  Juergen Vigna  <jug@sad.it>
9934
9935         * tabular.[Ch]: better support for longtabular options (not finished
9936         yet!)
9937
9938 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9939
9940         * text.C (paintLastRow): use the label font instead of the font of
9941         the last character to compute the size of *_BOX. This makes more
9942         sense and avoids a crash with empty paragraphs.
9943         Use Painter::rectangle to draw EMPTY_BOX.
9944
9945 2001-12-19  Juergen Vigna  <jug@sad.it>
9946
9947         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9948         the paragraphs if the replaced paragraph is not the first one!
9949         Tried to delete not used paragraphs but does not work yet so for
9950         now it's inside #ifdef's and by default off!
9951
9952 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9953
9954         * MenuBackend.C: include "lyx_main.h" instead of declaring
9955         lastfiles (actually was declared as LastFiles* instead of a
9956         scoped_ptr).
9957
9958 2001-12-17  Juergen Vigna  <jug@sad.it>
9959
9960         * tabular.C (AppendColumn): applied John's fix
9961
9962 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9963
9964         * BufferView.h:
9965         * BufferView.C:
9966         * BufferView_pimpl.h:
9967         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9968
9969         * Makefile.am:
9970         * box.h: new start of class for above
9971
9972         * lyxfunc.C: ignore space-only minibuffer dispatches.
9973           Show the command name when it doesn't exist
9974
9975         * minibuffer.C: don't add empty lines to the history
9976
9977         * minibuffer.C: add a space on dropdown completion
9978
9979 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9980
9981         * text.C: fix line above/below drawing in insets
9982
9983 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9984
9985         * lyxlength.C (LyXLength): Initialize private variables.
9986
9987 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9988
9989         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9990         when inserting error insets.
9991
9992 2001-12-13  Juergen Vigna  <jug@sad.it>
9993
9994         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9995         actually sometimes the before-paragraph.
9996         (setUndo): don't clear the redostack if we're not actually undoing!
9997
9998 2001-12-06  Juergen Vigna  <jug@sad.it>
9999
10000         * undo_funcs.C (textHandleUndo): well after John's hint I got here
10001         and fixed redoing of main paragraph, so we can use it now ;)
10002
10003         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
10004
10005 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10006
10007         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
10008         Juergen's request
10009
10010 2001-12-13  André Pönitz <poenitz@gmx.net>
10011
10012         * undostack.[Ch]:
10013         * undo_func.C: minor cleanup
10014
10015 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10016
10017         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
10018         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
10019         font in urw-fonts package which is marked as -urw-fontspecific and
10020         does not work (incidentally, changing the encoding in the
10021         fonts.dir of this package to -adobe-fontspecific fixes the
10022         problem).
10023
10024         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
10025         is a crash when undoing first paragraph (Juergen, please take a
10026         look). THis does not mean the undo fix is wrong, just that it
10027         uncovers problems.
10028
10029         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
10030         the (Paragraph*) version when needed instead of duplicating the
10031         code.
10032
10033         * text.C (workWidth): use Inset::parOwner to find out where the
10034         inset has been inserted. This is a huge performance gain for large
10035         documents with lots of insets. If Inset::parOwner is not set, fall
10036         back on the brute force method
10037
10038         * paragraph_pimpl.C (insertInset):
10039         * paragraph.C (Paragraph):
10040         (cutIntoMinibuffer): set parOwner of insets when
10041         inserting/removing them
10042
10043         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10044
10045 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
10046
10047         * commandtags.h:
10048         * LyXAction.C:
10049         * lyx_main.C:
10050         * lyxfunc.C:
10051         * mathed/formulabase.C:
10052         * mathed/math_cursor.[Ch]:
10053         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
10054
10055
10056 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10057
10058         * lyxlength.[Ch] (operator!=): new function
10059
10060 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10061
10062         * text.C (workWidth): use Inset::parOwner to find out where the
10063         inset has been inserted. This is a huge performance gain for large
10064         documents with lots of insets. If Inset::parOwner is not set, fall
10065         back on the brute force method
10066
10067         * paragraph_pimpl.C (insertInset):
10068         * paragraph.C (Paragraph):
10069         (cutIntoMinibuffer): set parOwner of insets when
10070         inserting/removing them
10071
10072         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10073
10074 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10075
10076         * tabular-old.C (getTokenValue):
10077         * tabular.C (getTokenValue):
10078         (write_attribute): new versions for LyXLength
10079         (everywhere): adjust the use of widths
10080
10081         * tabular.h: change the type of widths from string to LyXLength
10082
10083 2001-12-11  Ben Stanley <bds02@uow.edu.au>
10084
10085         * paragraph.C: fixed missing line number count when exporting
10086         Environments to LaTeX file
10087
10088         * buffer.C: added informational message for checking line numbers.
10089
10090 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10091
10092         * text2.C (deleteEmptyParagraphMechanism): if there is only one
10093         paragraph, do the 'double space' part, but not the 'empty
10094         paragraph' one.
10095
10096         * text.C (workWidth): small optimization
10097         (getLengthMarkerHeight): use minimal size for negative lengths.
10098
10099 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
10100
10101         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
10102
10103         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
10104
10105 2001-12-11  André Pönitz <poenitz@gmx.net>
10106
10107         * FontLoader.C:
10108         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
10109
10110 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10111
10112         * text2.C: keep selection on a setFont()
10113
10114 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10115
10116         * lyx_cb.C: another bv->text misuse, from insert label
10117
10118 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10119
10120         * kbsequence.h:
10121         * kbsequence.C: re-instate nmodifier mask
10122
10123 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
10124
10125         * lyx_main.h: make lyxGUI private.
10126
10127 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10128
10129         * lyxfind.C: place the cursor correctly on failed search
10130
10131 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10132
10133         * text.C (getLengthMarkerHeight): for small heights, the arrows
10134         are not always on top/bottom of the text
10135         (drawLengthMarker): smaller arrows; take the left margin in
10136         account; draw also vfills.
10137         (paintFirstRow):
10138         (paintLastRow): remove special code for vfill and standard spaces,
10139         since everything is handled in drawLengthMarker now.
10140
10141 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10142
10143         * buffer.C (insertErtContents): try to handle font and language
10144         interaction a bit better.g
10145
10146         * ColorHandler.C (updateColor): change the hash to cover the whole
10147         LColor enum, ws cleanup
10148         (getGCLinepars): ditto
10149         (getGCLinepars): only lookup in the linecache once.
10150
10151 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
10152
10153         * iterators.C (operator++): Make the iterator more robust
10154
10155         * BufferView2.C (removeAutoInsets): Use paragraph iterators
10156         (John's patch)
10157         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
10158
10159 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10160
10161         * lyxtext.h:
10162         * text.C: better added space drawing
10163
10164 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10165
10166         * LyXView.C:
10167         * BufferView2.C: fix layout combo update on inset unlock
10168
10169 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10170
10171         * Makefile.am: don't compile unused files
10172
10173 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10174
10175         * lyxfunc.C:
10176         * commandtags.h:
10177         * LyXAction.C: remove old LFUN_LAYOUTNO
10178
10179 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10180
10181         * paragraph_pimpl.h:
10182         * paragraph_pimpl.C: isTextAt() doesn't need font param
10183
10184 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10185
10186         * lyxlex.h:
10187         * lyxlex.C: little cleanup
10188
10189 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10190
10191         * BufferView_pimpl.C: fix insertAscii for insets
10192
10193 2001-12-05  Juergen Vigna  <jug@sad.it>
10194
10195         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
10196         set the right font on the "multi" paragraph paste!
10197
10198 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10199
10200         * trans_decl.h:
10201         * trans_mgr.[Ch]:
10202         * trans.[Ch]:
10203         * lyxgluelength.C:
10204         * lyxlength.C: remove out-commented code.
10205
10206         * BufferView_pimpl:
10207         * CutAndPaste.C:
10208         * DepTable.C:
10209         * buffer.C:
10210         * chset.C:
10211         * lastfiles.C:
10212         * lyxlex.C:
10213         * lyxlex_pimpl.C:
10214         * lyxserver.C:
10215         * screen.C:
10216         * tabular-old.C:
10217         * tabular.C:
10218         * text.C:
10219         * trans_mgr.C:
10220         * vc-backend.C: change "while(" to "while ("
10221
10222         * lyxlength.[Ch]: add zero function to check if length is zero or
10223         not
10224         * lyxgluelength.C: use it
10225
10226 2001-12-05  Allan Rae  <rae@lyx.org>
10227
10228         * lyxlength.C: Attempted a fix for the abs(int) header selection.
10229         Works for 2.95.3, from what I understand of Garst's reports this should
10230         work for other g++ versions.  We're screwed if the abs(int) definition
10231         changed between bugfix releases of gcc.
10232
10233 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10234
10235         * text.C: fix chapter label offset !
10236
10237 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10238
10239         * lyxtext.h:
10240         * text.C: fix hfill at end of line, clean up
10241
10242 2001-12-04  Juergen Vigna  <jug@sad.it>
10243
10244         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
10245         that we force an update of the inset and it's owners if neccessary.
10246
10247 2001-12-03  Juergen Vigna  <jug@sad.it>
10248
10249         * text.C (rowLast): simplified code
10250
10251 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10252
10253         * lyxfunc.C: fix show options on timeout
10254
10255 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10256
10257         * screen.C (topCursorVisible): scroll half a page when the cursor
10258         reached top of bottom of screen
10259
10260 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
10261
10262         * minibuffer.C: deactivate on loss of focus
10263
10264 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10265
10266         * vspace.[Ch] (operator!=): add operator.
10267
10268 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
10269
10270         * BufferView_pimpl.C: refuse to open an inset when
10271         there's a selection.
10272
10273 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
10274
10275         * BufferView_pimpl.C: allow to click on RHS of full row insets
10276
10277 2001-11-30  Juergen Vigna  <jug@sad.it>
10278
10279         * tabular.C (LyXTabular): add a same_id to set the same id's in the
10280         insets for undo reasons.
10281
10282 2001-11-28  André Pönitz <poenitz@gmx.net>
10283
10284         * vspace.[Ch]: cosmetical changes
10285
10286 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10287
10288         * LyXAction.h:
10289         * LyXAction.C:
10290         * lyxfunc.h:
10291         * lyxfunc.C:
10292         * kbmap.h:
10293         * kbmap.C:
10294         * lyxrc.C:
10295         * kbsequence.h:
10296         * kbsequence.C: part re-write of old kb code
10297
10298         * Painter.C:
10299         * WorkArea.C: remove Lgb_bug_find_hack
10300
10301 2001-11-30  José Matos <jamatos@fep.up.pt>
10302
10303         * buffer.C (makeDocBookFile): add a comment to point a hack.
10304         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
10305         Fixed a double write of labels.
10306
10307 2001-11-29 Ben Stanley <bds02@uow.edu.au>
10308
10309         * LaTeX.C:
10310         * LaTeX.h Fixed bug in LaTeX class where it would not
10311         re-run latex if no depfiles were changed, but the .dvi was removed.
10312
10313 2001-11-28  André Pönitz <poenitz@gmx.net>
10314
10315         * all the files from the change on 2001/11/26:
10316         use lyx::layout_type instead of LyXTextClass::size_type
10317         use lyx::textclass_type instead of LyXTextClassList::size_type
10318
10319 2001-11-29  Juergen Vigna  <jug@sad.it>
10320
10321         * text.C: added support for paragraph::isFreeSpacing()
10322
10323         * buffer.C: same as above
10324
10325         * paragraph.h: inserted isFreeSpacing() function to enable
10326         FreeSpacing inside InsetERT.
10327
10328         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
10329         of the paragraph's in the cut/copy buffer to 0!
10330
10331         * text2.C (removeRow): remove the assert as it can!
10332
10333         * lyxtext.h: added helper function firstRow returning firstrow and
10334         made firstrow private again.
10335
10336         * BufferView2.C (lockInset): don't relock if we're already locked!
10337
10338         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
10339         the only paragraph.
10340         (removeRow): added Assert::(firstrow)
10341
10342         * debug.C: forgot to add INSETTEXT here.
10343
10344 2001-11-28  Juergen Vigna  <jug@sad.it>
10345
10346         * sp_spell.C (initialize): changed error text to more general
10347         spellchecker command use (not only ispell!)
10348
10349         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
10350
10351         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
10352
10353 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10354
10355         * vspace.C: initialise lyxgluelength on failure
10356
10357 2001-11-28  Allan Rae  <rae@lyx.org>
10358
10359         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
10360         declaration & definition that looks like a function declaration.
10361
10362 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10363
10364         * BufferView2.C (copy):
10365         (copyEnvironment): do not clear the selection when doing a copy.
10366
10367         * text.C (paintFirstRow): compilation fix
10368
10369 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
10370
10371         * tabular.C (Latex): correct line count when writing latex.
10372
10373 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
10374
10375         * paragraph_pimpl.h:
10376         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
10377           bug a bit
10378
10379 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10380
10381         * text.C:
10382         * LColor.h:
10383         * LColor.C: change vfillline->added_space
10384
10385         * text.C: add markers and text for added space
10386
10387         * vspace.C: fix comment
10388
10389 2001-11-28  André Pönitz <poenitz@gmx.net>
10390
10391         * paragraph.C: whitespace changes
10392         * all the other files from the change on 2001/11/26:
10393         change *::pos_type into lyx::pos_type
10394
10395 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10396
10397         * buffer.C (parseSingleLyXformat2Token): Set the language to the
10398         language of the document when inserting error insets.
10399
10400 2001-11-26  André Pönitz <poenitz@gmx.net>
10401
10402         * BufferView_pimpl.[Ch]:
10403         *       CutAndPaste.C:
10404         * buffer.[Ch]:
10405         * lyxcursor.[Ch]:
10406         * lyxfind.C:
10407         * lyxfunc.C:
10408         * lyxrow.[Ch]:
10409         * paragraph.[Ch]:
10410         * paragraph_pimpl.[Ch]:
10411         * sp_spell.C:
10412         * text.C:
10413         * text2.C: reduce header dependencies, introduce type for positions
10414
10415 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10416
10417         * <various>: change to use Alert.h
10418
10419 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10420
10421         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
10422         when encountering an unknown token.
10423         (readLyXformat2): Show an error message if there were unknown tokens.
10424
10425 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
10426
10427         * BufferView2.C:
10428         * BufferView_pimpl.C:
10429         * buffer.C:
10430         * paragraph.h:
10431         * text.C:
10432         * text2.C: use par->isInset()
10433
10434 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10435
10436         * paragraph_pimpl.h:
10437         * paragraph_pimpl.C: cleanup
10438
10439 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10440
10441         * text2.C (removeRow):
10442         * text.C (setHeightOfRow): remove useless (and costly) call to
10443         getRow.
10444
10445 2001-11-20  Allan Rae  <rae@lyx.org>
10446
10447         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
10448         Now need Inset*::checkInsertChar() to return true for appropriate
10449         cases so that the characters in the minibuffer will actually be
10450         inserted.
10451
10452 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10453
10454         * text.C: change the order of the includes.
10455         (workWidth): initialize it at once.
10456         (workWidth): make maxw unsigned
10457         (setHeightOfRow): remove unused variable (inset)
10458         (selectSelectedWord): remove unused variable (inset)
10459         (paintRowText): fix drawing of hfill characters, and clean up a bit.
10460
10461 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10462
10463         * lyxserver.C (emergencyCleanup): do not try to close pipes if
10464         server is not running.
10465         (openConnection):
10466         (closeConnection): add debug info when server is disabled.
10467
10468         * ColorHandler.C (getGCForeground): send debug message to GUI
10469         channel.
10470
10471         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
10472
10473         * kbmap.C (bind): modify because return conventions of
10474         kb_sequence::parse have changed.
10475
10476         * kbsequence.C (parse): only ignore spaces and not any stupid
10477         control character. This avoids tests like s[i] <= ' ', which are
10478         guaranteed to fail with 8bit characters and signed chars.
10479         Change return code to string::npos when there have been no error
10480         (0 was a bad idea when error is at first character)
10481
10482 2001-11-14  José Matos  <jamatos@fep.up.pt>
10483
10484         * buffer.h:
10485         * buffer.C (simpleDocBookOnePar): removed unused argument.
10486
10487 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10488
10489         * text.C (selectNextWordToSpellcheck): do not test explicitely for
10490         insets which are part of a word. Paragraph::isLetter takes care of
10491         that now. Use Paragraph::isInset to identify insets.
10492         (selectSelectedWord): do not test for hyphenation break.
10493
10494         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
10495         that protected spaces are considered as spaces.
10496
10497         * paragraph.C (isLetter): cleanup the code for ispell extras; use
10498         Inset::isLetter.
10499
10500 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
10501
10502         * lyxserver.h:
10503         * lyxserver.C: fix it. and small cleanup.
10504
10505 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10506
10507         * BufferView_pimpl.C: use inline helpers
10508
10509         * LaTeXFeatures.h:
10510         * LaTeXFeatures.C: fix typos
10511
10512         * Spacing.h:
10513         * Spacing.C: move spacing_string into class
10514
10515         * ToolbarDefaults.C: move stuff into namespace anon
10516
10517         * layout.h: update enum
10518
10519         * lyxfunc.C: use better debug
10520
10521         * minibuffer.h: fix typo
10522
10523         * debug.h:
10524         * debug.C:
10525         * WorkArea.C: add and use Debug::WORKAREA
10526
10527         * lyxtext.h:
10528         * text.C:
10529         * text2.C: code re-organisation, inline helpers
10530
10531 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
10532
10533         * Layout.C: replaced a few cases of std::vector.size() == 0 with
10534         std::vector.empty().
10535
10536 2001-11-09  Allan Rae  <rae@lyx.org>
10537
10538         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
10539         '\n's after tables.  Tabular and ERT inset work now makes this no
10540         longer necessary.
10541
10542 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10543
10544         * minibuffer.h:
10545         * minibuffer.C: fix crash, improve drop-down completion
10546
10547 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
10548
10549         * lyxserver.h:
10550         * lyxserver.C: invalidate fd's when doing endPipe()
10551
10552 2001-11-08  José Matos  <jamatos@fep.up.pt>
10553
10554         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
10555         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
10556
10557         * paragraph.h:
10558         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
10559
10560 2001-11-07  José Matos  <jamatos@fep.up.pt>
10561
10562         * buffer.h:
10563         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
10564         const qualifier.
10565
10566         * buffer.C (sgmlOpenTag):
10567         * buffer.C (sgmlCloseTag): removed debug info.
10568
10569         * buffer.h (sgmlOpenTag):
10570         * buffer.h (sgmlCloseTag): made public.
10571
10572 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10573
10574         * buffer.C (saveParamsAsDefaults):
10575         * lyx_cb.C (MenuLayoutSave): remove
10576
10577         * LyXAction.C (init):
10578         * commandtags.h:
10579         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
10580
10581 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10582
10583         * buffer.C (setPaperStuff): removed from here...
10584
10585         * bufferparams.C (setPaperStuff): ... and moved there.
10586
10587 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
10588
10589         * minibuffer.h:
10590         * minibuffer.C:
10591         * XFormsView.C: add support for drop-down completion
10592
10593 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
10594
10595         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
10596         commands.
10597
10598 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10599
10600         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
10601         disabled.
10602
10603 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
10604
10605         * lyx_main.C: change ref to known bugs
10606
10607 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10608
10609         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
10610         to work around older babel problems.
10611
10612 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10613
10614         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
10615
10616 2001-10-24  Juergen Vigna  <jug@sad.it>
10617
10618         * tabular-old.C (ReadOld): below variable changes reflected.
10619
10620         * tabular.[Ch]: added ltType struct for longtable header/footer
10621         defines and changed all instances where they are used. Added
10622         future support for double top/bottom rows.
10623
10624 2001-10-24  José Matos  <jamatos@fep.up.pt>
10625
10626         * buffer.h (docbookHandleCaption):
10627         * buffer.C (docbookHandleCaption): removed unused function.
10628         (makeDocBookFile): moved docbook supported version to v4.1.
10629
10630 2001-10-24  José Matos  <jamatos@fep.up.pt>
10631
10632         * tabular.h:
10633         * tabular.C (docbookRow): new function to export docbook code of a row.
10634         (DocBook): now honors the longtable flags.
10635
10636 2001-10-23  José Matos  <jamatos@fep.up.pt>
10637
10638         * LaTeXFeatures.h:
10639         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
10640         of the lyx defined sgml entities used in a docbook/linuxdoc document.
10641
10642         * buffer.C (makeLinuxDocFile):
10643         (makeDocBookFile): reworked the preamble, more clean, and with
10644         support for lyx defined entities. Changed the document declaration
10645         to be more XML friendly.
10646
10647         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
10648         if we need to output XML that should be done with a filter.
10649
10650 2001-10-22  Juergen Vigna  <jug@sad.it>
10651
10652         * sp_pspell.h (class PSpell): add alive function needed in the
10653         controller to see if the spellchecker could be started.
10654
10655 2001-10-22  Juergen Vigna  <jug@sad.it>
10656
10657         * buffer.C (insertStringAsLines): modify the font for inserting
10658         chars in certain conditions by calling checkInsertChar(font).
10659
10660 2001-10-19  Juergen Vigna  <jug@sad.it>
10661
10662         * text.C (workWidth): use getRow instead of wrong algorithm.
10663         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10664
10665 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10666
10667         * lyxserver.h:
10668         * lyxserver.C:
10669         * lyx_main.h:
10670         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10671
10672 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10673
10674         * text.C (workWidth): do not search for the exact row when
10675         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10676         optimization for big documents.
10677
10678 2001-10-18  Juergen Vigna  <jug@sad.it>
10679
10680         * text.C (workWidth): new function with added Inset * parameter.
10681
10682 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10683
10684         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10685
10686         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10687         change return type of getColumnNearX.
10688
10689
10690         * text.C (changeRegionCase): use uppercase/lowercase instead of
10691         toupper/tolower.
10692         (leftMargin):
10693         (rightMargin): simplify code by factoring out the uses of
10694         textclasslist.
10695         (labelFill):
10696         (numberOfHfills):
10697         (setHeightOfRow):
10698         (appendParagraph): use Paragraph::size_type
10699
10700 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10701
10702         * vspace.C (asLatexString): add a missing break
10703
10704 2001-10-15  Herbert Voss  <voss@perce.de>
10705
10706         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10707
10708 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10709
10710         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10711         is not available.
10712
10713 2001-10-10  André Pönitz <poenitz@gmx.net>
10714
10715         * lyxfunc.C: removed greek_kb_flag.
10716
10717 2001-10-10  Herbert Voss  <voss@perce.de>
10718
10719         * lyx_main.C: delete global string help_lyxdir.
10720
10721 2001-10-09  Herbert Voss  <voss@perce.de>
10722
10723         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10724
10725         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10726
10727         * lyx_main.C: added global string help_lyxdir.
10728
10729         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10730
10731 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10732
10733         * lyxrc.C (set_font_norm_type): support iso8859-4
10734
10735 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10736
10737         * LaTeX.C (deplog): add another regex for MikTeX
10738
10739 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10740
10741         * lyxrc.C (set_font_norm_type): support iso8859-3
10742
10743 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10744
10745         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10746
10747         * LaTeXFeatures.C: remove special case of french and index
10748
10749         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10750         before \begin{document}). This solves several incompatibilities.
10751
10752 2001-10-03  Garst Reese  <reese@isn.net>
10753
10754         * lyx_cb.C: change CheckTex error msg.
10755
10756 2001-10-03  José Matos  <jamatos@fep.up.pt>
10757
10758         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10759
10760 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10761
10762         * .cvsignore: update
10763
10764         * lyx_main.C (commandLineVersionInfo): use new style version info.
10765
10766         * buffer.C (writeFile):
10767         (makeLaTeXFile):
10768         (makeLinuxDocFile):
10769         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10770
10771         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10772
10773         * version.h: update to use stuff in version.C
10774
10775         * version.C.in: new file. Contains version information determined
10776         at compile time. This is a merging of version.h and
10777         version_info.h.in.
10778
10779 2001-10-03  Juergen Vigna  <jug@sad.it>
10780
10781         * BufferView_pimpl.C (update): don't change "dirty" status in
10782         updateInset call.
10783
10784 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10785
10786         * WorkArea.C (c-tor): re-position version string slightly.
10787
10788 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10789
10790         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10791         revert to previous code.
10792
10793         WorkArea.[Ch]: (show, destroySplash): methods removed.
10794
10795         WorkArea.C: rework code so that it's an amalgam of the codes before and
10796         after the splash screen was moved to WorkArea.
10797
10798 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10799
10800         * lyxrc.C (read):
10801         * vspace.C (inPixels):
10802         (lyx_advance):
10803         * kbmap.C (bind):
10804         * buffer.C (insertStringAsLines):
10805         (asciiParagraph): fix types to be large enough
10806
10807         * lyxlex_pimpl.h: change member status from short to int
10808
10809         * layout.h: fix type of endlabeltype
10810
10811         * kbmap.C (bind):
10812         * kbsequence.C (parse): change return type to string::size_type
10813
10814         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10815         variable
10816
10817         * Bullet.C (bulletSize):
10818         (bulletEntry): do not use short ints as parameters
10819
10820         * BufferView2.C (insertLyXFile): change a char to an int.
10821
10822         * WorkArea.C (WorkArea): remove unneeded floats in computation
10823
10824 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10825
10826         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10827
10828         * paragraph.C (asString): Do not ignore newline/hfill chars when
10829         copying to the clipboard.
10830
10831 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10832
10833         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10834         after a multi-line inset.
10835
10836 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10837
10838         * paragraph.C (validate): Set NeedLyXFootnoteCode
10839
10840 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10841
10842         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10843         and decrease-error to decrease.
10844
10845 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10846
10847         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10848         it more readable (should be equivalent)
10849
10850 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10851
10852         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10853
10854 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10855
10856         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10857         of a cursor (row, etc.) after a character has been deleted
10858         (deleteEmptyParagraphMechanism): call the method above on _all_
10859         cursors held by the LyXText when a double space has been
10860         detected/deleted.
10861
10862 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10863
10864         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10865         pixmap.
10866         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10867
10868         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10869         background. Use greyOut() and the new show() methods to toggle between
10870         the foreground and background. Add code to remove the splash after
10871         its initial showing.
10872
10873         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10874         (create_forms): no longer call Dialogs::showSplash.
10875
10876 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10877
10878         * .cvsignore: add version_info.h
10879
10880 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10881
10882         * version_info.h.in: new file
10883
10884         * Makefile.am: add version_info.h.in
10885
10886         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10887         version_info.h instead of VERSION_INFO
10888
10889 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10890
10891         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10892         The ERT inset now returns string().
10893
10894 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10895
10896         * lyxtext.h, text.C (selectNextWord): renamed as
10897         selectNextWordToSpellcheck.
10898
10899         * text.C (selectNextWordToSpellcheck): Modified to not select
10900         words inside an ERT inset.
10901
10902 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10903
10904         * lyx_cb.C (MenuLayoutSave): change a bit the question
10905
10906         * sp_base.h: include <sys/types.h>
10907
10908 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10909
10910         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10911
10912 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10913
10914         * several files: fix typos in user-visible strings
10915
10916 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10917
10918         * text2.C (pasteSelection): do not set the selection, since it
10919         will be cleared later. Actually, the intent was to fix the way the
10920         selection was set, but I figured rmoving the code was just as good.
10921
10922 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10923
10924         * FontLoader.C (available): Check if font is available without
10925         loading the font.
10926
10927 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10928
10929         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10930
10931 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10932
10933         * lyxrc.[Ch]: added display_graphics variable and associated code.
10934
10935 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10936
10937         * bufferparams.C (hasClassDefaults): new method. Returns true if
10938         the buffer parameters correspond to known class defaults
10939
10940 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10941
10942         * XFormsView.C (show): set minimum size to the main window.
10943
10944 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10945
10946         * text2.C (copySelection):
10947         (cutSelection):
10948         * lyxfind.C (LyXReplace):
10949         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10950         LyXText::selectionAsString.
10951
10952         * paragraph.C (asString): add "label" argument to the second form
10953
10954         * text2.C (selectionAsString): add "label" argument and pass it to
10955         Paragraph::asString.
10956
10957 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10958
10959         * lyx_main.C (commandLineHelp): remove version information
10960
10961 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10962
10963         * lyx_main.C: add -version commandline option
10964
10965 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10966
10967         * paragraph.h: make the optional constructor arg required instead.
10968         some modifications to other files because of this.
10969
10970         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10971
10972         * lyxserver.C (C_LyXComm_callback): make it static
10973
10974         * lyx_main.C (error_handler): make it static
10975
10976         * lyx_gui.C (LyX_XErrHandler): make it static
10977
10978         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10979
10980         * WorkArea.C: make the extern "C" methods static.
10981
10982         * Makefile.am (lyx_LDADD): simplify
10983
10984 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10985
10986         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10987         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10988
10989         * LyXAction.C (init):
10990         * lyxfunc.C (dispatch): associated code removal.
10991
10992 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10993
10994         * lyxfont.h (isSymbolFont): shut off warning
10995
10996         * text.C (setHeightOfRow):
10997         (getVisibleRow): fix crash with empty paragraphs which have a
10998         bottom line
10999
11000 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
11001
11002         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
11003         code.
11004
11005 2001-09-04  José Matos  <jamatos@fep.up.pt>
11006         * buffer.C
11007         * buffer.h
11008         * tabular.C (docbook): rename docBook method to docbook.
11009
11010 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11011
11012         * Makefile.am: add dependencies to main.o.
11013
11014 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
11015
11016         * FontLoader.C (available): Return false if !lyxrc.use_gui
11017
11018 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
11019
11020         * FontInfo.C (query):
11021         * converter.C (view):
11022         * importer.C (Import):
11023         * exporter.C (Export): Can not -> cannot.
11024
11025 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
11026
11027         * BufferView_pimpl.C: allow to create index inset even if
11028           string is empty
11029
11030 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11031
11032         * buffer.C (getLists): replace boost::tie code with an explicit pair
11033         as boost::tie can break some compilers.
11034
11035         * iterators.h: Added a std:: declaration to the return type of
11036         ParIterator::size.
11037
11038 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
11039
11040         * lyxrc.C: add help for view_dvi_paper_option, default to safe
11041           case.
11042
11043 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
11044
11045         * iterators.[Ch]: New files. Provide paragraph iterators.
11046
11047         * buffer.C (changeLanguage): Use paragraph iterators.
11048         (isMultiLingual): ditto
11049
11050         * BufferView2.C (ChangeInsets): Use paragraph iterators.
11051
11052 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
11053
11054         * FontLoader.C: Support for cmr font.
11055
11056 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
11057
11058         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
11059         (available): New method.
11060
11061         * FontInfo.C (getFontname): Use scalable fonts even when
11062         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
11063         found.
11064
11065 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11066
11067         * converter.C (Formats::view): reverted! Incorrect fix.
11068
11069 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11070
11071         * converter.C (Formats::view): only output the -paper option
11072         if the dvi viewer is xdvi, thereby fixing bug #233429.
11073
11074 2001-08-23  Herbert Voss  <voss@perce>
11075
11076         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
11077
11078 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11079
11080         * Spacing.h (Spacing): Set space to Default on in the default
11081         constructor.
11082
11083 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11084
11085         * vc-backend.h (RCS::versionString): add RCS to version
11086         (CVS::versionString): add CVS to version
11087
11088         * vc-backend.C (scanMaster): do not add CVS to version.
11089         (scanMaster): do not add RCS to version
11090
11091         * lyxvc.C (versionString): new method
11092
11093         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
11094
11095 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11096
11097         * Spacing.C (set): initialize fval
11098
11099 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
11100
11101         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
11102         " or \.
11103
11104 2001-08-16  Juergen Vigna  <jug@sad.it>
11105
11106         * lyxfunc.C (dispatch): implemented the new FINISHED states.
11107
11108 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11109
11110         * BufferView_pimpl.C:
11111         * figureForm.C:
11112         * lyxtext.h:
11113         * text2.C: setParagraph takes linespacing now
11114
11115 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
11116
11117         * LyxAction.C: add internal LFUN_CITATION_INSERT
11118
11119         * LyXView.C: actually apply fix
11120
11121         * bufferlist.C: fix open non-existent file
11122
11123         * lyxfind.C: fix indentation
11124
11125         * lyxfunc.C: remove unneeded assert, fix typo
11126
11127 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11128
11129         * MenuBackend.C: use "Floatname List"
11130
11131 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
11132
11133         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
11134         when converting LaTeX layout to insetERT.
11135         Generate a non-collapsed float when reading old float
11136
11137 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11138
11139         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
11140         ERT insets.
11141
11142 2001-08-13  Juergen Vigna  <jug@sad.it>
11143
11144         * text.C (fill): return 0 instead of 20 as this seems to be the more
11145         correct value.
11146
11147 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11148
11149         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
11150         lyxrc.font_norm.
11151
11152 2001-08-13  Juergen Vigna  <jug@sad.it>
11153
11154         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
11155         casesensitive off.
11156         (SearchBackward): comment out the unlocking of the inset_owner this
11157         should not be needed!
11158
11159 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
11160
11161         * Many files: Remove inherit_language, and add latex_language
11162
11163         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
11164         collapsible insets.
11165
11166 2001-08-10  Juergen Vigna  <jug@sad.it>
11167
11168         * text.C (prepareToPrint): fixed hfill-width in draw!
11169
11170         * BufferView2.C (selectLastWord): save the selection cursor as this
11171         now is cleared in the function LyXText::clearSelection!
11172
11173 2001-08-08  Juergen Vigna  <jug@sad.it>
11174
11175         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
11176         BACKSPACE type functions.
11177
11178         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
11179         is only cutted from the document but not put in the cut-buffer, where
11180         still the old stuff should be.
11181
11182         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
11183
11184         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
11185
11186         * tabular.C (SetWidthOfCell): fixed special case where the width
11187         was not updated!
11188         (LeftLine): handle '|' in align_special.
11189         (RightLine): ditto
11190         (LeftAlreadyDrawed): ditto
11191         (SetWidthOfCell): ditto
11192
11193 2001-08-07  Juergen Vigna  <jug@sad.it>
11194
11195         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
11196
11197 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11198
11199         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
11200         * lyxlex.[hC]: ditto
11201
11202 2001-08-06  Juergen Vigna  <jug@sad.it>
11203
11204         * text.C (getVisibleRow): fix up row clearing a bit.
11205
11206 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11207
11208         * minibuffer.C: make sure the X server sees the changes in the input.
11209
11210 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11211
11212         * paragraph.C (getFont): split into...
11213         (getLabelFont): this
11214         (getLayoutFont): and this
11215         * paragraph_pimpl.C (realizeFont): calling this
11216
11217         * text2.C (getFont): split into...
11218         (getLayoutFont): this
11219         (getLabelFont): and this
11220         (realizeFont): all three calling this
11221
11222         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
11223         files where used.
11224
11225 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11226
11227         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
11228
11229 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
11230
11231         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
11232         layouts from the Quote inset insertion.
11233
11234 2001-08-03  Juergen Vigna  <jug@sad.it>
11235
11236         * BufferView_pimpl.C (update): do the fitCursor only at the end!
11237
11238         * screen.C (drawFromTo): don't call fitcursor here and do the loop
11239         only if status not is already CHANGED_IN_DRAW (second level).
11240
11241         * text.C (draw): don't set the need_break_row when inside an
11242         InsetText LyXText.
11243
11244 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11245
11246         * buffer.C (parseSingleLyXformat2Token): handle more latex
11247         conversion cases.
11248
11249         * bufferview_funcs.[hC]: change function names to
11250         begin with small char, adjust other files.
11251
11252 2001-08-02  André Pönitz <poenitz@gmx.net>
11253
11254         * lyxfunc.C:
11255         BufferView_pimpl.C: remove broken special code for math-greek
11256
11257 2001-08-02  Juergen Vigna  <jug@sad.it>
11258
11259         * BufferView_pimpl.C (update): redone this function so that we
11260         update the text again if there was a CHANGE_IN_DRAW.
11261
11262         * screen.C (cursorToggle): removed LyXText parameter and recoded.
11263         (drawFromTo): added a new internal bool which is used by draw() and
11264         redraw() function.
11265         (general): some cursor drawing problems fixed.
11266
11267 2001-08-01  Juergen Vigna  <jug@sad.it>
11268
11269         * lyxfind.C (LyXFind): fixed
11270         (SearchForward): ditto
11271         (SearchBackward): ditto
11272
11273         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
11274         spurius drawing of the cursor in the main area.
11275
11276         * text2.C (status): small fix which could lead to a segfault!
11277         (clearSelection): remove unneeded BufferView param.
11278
11279 2001-08-01  André Pönitz <poenitz@gmx.net>
11280
11281         * lyxfunc.C: small change due to changed mathed interface
11282
11283 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11284
11285         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
11286
11287 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
11288
11289         * lyxfunc.c: fail gracefully if file doesn't exist
11290
11291         * LyXSendto.C:
11292         * buffer.C:
11293         * lyxfunc.C:
11294         * BufferView_pimpl.C: IsDirWriteable() proto changed
11295
11296         * LyXView.C: fix updateWindowTitle() to store the last title
11297
11298 2001-07-31  Juergen Vigna  <jug@sad.it>
11299
11300         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
11301         the font (wrong since using of Paragraph::highestFontInRange).
11302
11303         * paragraph.C (highestFontInRange): added a default_size parameter.
11304
11305         * text.C (getVisibleRow): minor clear row changes (still not perfect).
11306         (setHeightOfRow): reformat
11307
11308 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11309
11310         * converter.[hC] + affected files: move to (inital-char)lowercase
11311         function names.
11312
11313         * ParagraphParameters.C (ParagraphParameters): remove commented code
11314
11315         * PainterBase.[Ch]: remove commented code
11316
11317         * LaTeXFeatures.h: add "bool floats" for float.sty
11318
11319         * LaTeXFeatures.C (LaTeXFeatures): init floats
11320         (require): handle float
11321         (getPackages): do it with floats
11322
11323 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11324
11325         * BufferView_pimpl.C (Dispatch): improve handling of
11326         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
11327
11328         * commandtags.h: #include lyxfont.h here temporarily to avoid
11329         keybinding bug.
11330
11331         * bufferlist.h: include LString.h here.
11332
11333 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11334
11335         * text2.C (getStringToIndex): new method.
11336
11337 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
11338
11339         * *: Reduced header file dependencies all over.
11340
11341 2001-07-30  Baruch Even  <baruch@lyx.org>
11342
11343         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
11344
11345 2001-07-29  Baruch Even  <baruch@lyx.org>
11346
11347         * buffer.C (readInset): Changed GRAPHICS to Graphics.
11348
11349 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11350
11351         * ParameterStruct.h (endif): add a default constructor to make
11352         sure that all variables is initialized.
11353
11354         * ParagraphParameters.C (ParagraphParameters): adjust
11355
11356 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11357
11358         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
11359         index; also, check that there is something to index, and that it
11360         does not span over several paragraphs.
11361         (doubleClick): use WHOLE_WORD_STRICT for double click.
11362
11363         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
11364
11365         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
11366         scheme.
11367
11368 2001-07-26  Baruch Even  <baruch@lyx.org>
11369
11370         * buffer.C (readInset): Changed to call up InsetGraphics when reading
11371         an InsetFig figure, backwards compatible reading of old figure code.
11372
11373 2001-07-27  Juergen Vigna  <jug@sad.it>
11374
11375         * text2.C: font.realize function adaption.
11376
11377         * text.C (draw): add a warnings lyxerr text if needed.
11378
11379         * layout.C: font.realize function adaption.
11380
11381         * language.C: add inherit_language and implement it's handlings
11382
11383         * bufferview_funcs.C (StyleReset): remove language parameter from
11384         font creation (should be language_inherit now).
11385
11386         * bufferparams.C (writeFile): handle ignore_language.
11387
11388         * paragraph.C (getFontSettings): the language has to be resolved
11389         otherwise we have problems in LyXFont!
11390
11391         * lyxfont.C (lyxWriteChanges): added document_language parameter
11392         (update): removed unneeded language parameter
11393
11394         * paragraph.C (validate): fixed wrong output of color-package when
11395         using interface colors for certain fonts in certain environments,
11396         which should not seen as that on the final output.
11397
11398 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
11399
11400         * BufferView_pimpl.C:
11401         * Thesaurus.h:
11402         * Thesaurus.C:
11403         * Makefile.am:
11404         * commandtags.h:
11405         * LyXAction.C: add thesaurus support
11406
11407         * lyxfind.h:
11408         * lyxfind.C: add "once" parameter, for thesaurus, to not
11409           move to the next match
11410
11411 2001-07-26  Juergen Vigna  <jug@sad.it>
11412
11413         * lyxfont.C (realize): honor ignore_language too!
11414         (resolved): ditto.
11415
11416         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
11417
11418         * text.C (draw): one place more for ignore_language to not draw
11419         itself!
11420
11421 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
11422
11423         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
11424
11425 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11426
11427         * buffer.C (parseSingleLyXformat2Token): a more general fix for
11428         the minipage conversion problem.
11429
11430 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11431
11432         * buffer.C (parseSingleLyXformat2Token): check minipage if we
11433         insert an inset.
11434
11435 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11436
11437         * BufferView.h: don't forward declare WorkArea
11438
11439         * BufferView.C: don't include WorkArea.h
11440
11441 2001-07-25  André Pönitz <poenitz@gmx.net>
11442
11443         * commandtags.h:
11444         * LyXAction.C:
11445         * lyxfunc.C:  new LFUN 'math-space'
11446
11447         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
11448
11449 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11450
11451         * text2.C (toggleInset): call open/close
11452
11453 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11454
11455         * lyxfunc.C (dispatch): add debug for the disabled case
11456
11457         * font.C (buttonText): make similar to rectText
11458
11459         * buffer.C (readInset): comment out parsing of insetlist and
11460         insttheorem
11461
11462         * PainterBase.C (rectText): small correction
11463
11464         * BufferView_pimpl.C: comment out insettheorem and insetlist
11465         * LyXAction.C: ditto
11466         * commandtags.h: ditto
11467
11468 2001-07-24  Juergen Vigna  <jug@sad.it>
11469
11470         * text.C (draw): honor the ignore_language.
11471
11472         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
11473
11474 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11475
11476         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
11477         char inset.
11478
11479 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11480
11481         * lyxtext.h: remove unused (and unimplemented) methods
11482
11483 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11484
11485         * text.C (getVisibleRow): honor background color
11486
11487         * PainterBase.h:
11488         * Painter.h: remove default color argument for fillRectangle
11489
11490         * text.C (backgroundColor): new method
11491
11492 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11493
11494         * text.C (getVisibleRow): adjust
11495
11496         * font.[Ch] (rectText): new method, metrics
11497         (buttonText): new method, metrics
11498
11499         * PainterBase.[hC]: make rectText and buttonText always draw and take
11500         fewer paramteres.
11501
11502 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11503
11504         * ToolbarDefaults.C (read):
11505         * MenuBackend.C (read): allow escaping in all strings
11506
11507         * BufferView_pimpl.C (insertAndEditInset): new method.
11508         (Dispatch): use insertAndEditInset whenever appropriate.
11509
11510         * BufferView_pimpl.C (insertNote): removed
11511
11512         * BufferView_pimpl.C (smartQuote): new method, moved from
11513         BufferView; if an insetquote cannot be inserted, insert a '"'
11514         character instead.
11515
11516         * BufferView2.C: remove insertCorrectQuote();
11517
11518         * lyxfunc.C (getStatus): Add support for all remaingin
11519         inset-insert lfuns.
11520
11521         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
11522
11523         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
11524         command (necessary to pass " as parameter of self-insert.
11525
11526         * text.C (selectWordWhenUnderCursor):
11527         (selectWord): add word_location parameter
11528         (selectWordWhenUnderCursor): same + remove special code for word
11529         boundary.
11530         (selectNextWord): use kind() to guess type of insetspecialchar,
11531         not latex().
11532
11533         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
11534         (insertErtContents): create ert insets as collapsed.
11535         (readInset): better compatibility code for Info inset.
11536
11537 2001-07-20  Juergen Vigna  <jug@sad.it>
11538
11539         * lyxfunc.C (dispatch): use always LyXFind now!
11540
11541         * text2.C (init): add a reinit flag so that the LyXText can be
11542         reinited instead of deleted and reallocated (used in InsetText).
11543
11544         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
11545
11546         * text.C: ditto
11547
11548         * text2.C: ditto
11549
11550 2001-07-18  Juergen Vigna  <jug@sad.it>
11551
11552         * text.C (selectNextWord): handle insets inside inset by calling
11553         always the bv->text functions so that we can go up the_locking_inset!
11554
11555         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
11556         in strange locations when inside an inset!
11557
11558         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
11559         handling to include insets.
11560
11561         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
11562
11563 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11564
11565         * LyXAction.C (init):
11566         * commandtags.h:
11567         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
11568         LIGATURE_BREAK, since the name is so stupid.
11569
11570 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11571
11572         * buffer.C (readInset): enable reading of new InsetNotes as well as old
11573         InsetInfos.
11574
11575         * FontLoader.C: remove FORMS_H_LOCATION cruft.
11576
11577         * sp_form.[Ch]: remove.
11578
11579         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
11580
11581         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
11582         InsetInfo.
11583
11584         * src/buffer.C (readInset): ditto.
11585
11586 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11587
11588         * BufferView_pimpl.C (specialChar): new method. Obsoletes
11589         menuSeparator(), endOfSentenceDot(), ldots() and
11590         hyphenationPoint(), which are therefore removed.
11591         (Dispatch): handle LFUN_HYPHENATION_BREAK.
11592
11593         * LyXAction.C (init):
11594         * commandtags.h: add LFUN_HYPHENATION_BREAK.
11595
11596         * paragraph.C (getWord): removed.
11597
11598         * BufferView_pimpl.C (Dispatch): use last word or selection for
11599         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
11600
11601         * lyx_main.C (queryUserLyXDir): do not ask before creating
11602         user_dir, except if it has been named explicitely.
11603
11604 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11605
11606         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
11607         a document of zero size.
11608
11609 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
11610
11611         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
11612         approriately in the c-tor and in require().
11613         (getPackages): output the appropriate LaTeX for natbib support.
11614
11615         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
11616         variables "use_natbib" and "use_numerical_citations" when reading the
11617         LyX file.
11618         (readInset): read the various natbib cite commands.
11619         (validate): white-space change.
11620
11621         * bufferparams.[Ch]: new variables "bool use_natbib" and
11622         "bool use_numerical_citations".
11623         (writeFile): output them in the LyX file.
11624
11625 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11626
11627         * lyxfunc.C (getStatus): add support for all the inset insertion
11628         commands.
11629
11630         * text2.C (insertInset):
11631         * paragraph.C (insetAllowed):
11632         * BufferView_pimpl.C (insertInset): update to take in account the
11633         renaming of insertInsetAllowed
11634
11635         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
11636
11637         * text2.C (getInset): new method. returns inset at cursor position.
11638
11639         * BufferView_pimpl.C (Dispatch): changes because of this.
11640
11641         * LyXAction.C (init): rename open-stuff to inset-toggle.
11642
11643         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
11644
11645         * text2.C (toggleInset): renamed from openStuff; use
11646         Inset::open().
11647
11648 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
11649
11650         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
11651
11652         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
11653
11654 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11655
11656         * buffer.C (readLyXformat2): Add filename to the error dialog
11657
11658 2001-07-18  Juergen Vigna  <jug@sad.it>
11659
11660         * tabular.C (GetCellNumber): put an assert here instead of the check!
11661
11662 2001-07-17  Juergen Vigna  <jug@sad.it>
11663
11664         * BufferView_pimpl.C (toggleSelection): adapted too.
11665
11666         * text.C (selectNextWord): adapted for use with insets.
11667         (selectSelectedWord): ditto
11668
11669 2001-07-17  Juergen Vigna  <jug@sad.it>
11670
11671         * sp_spell.C (PSpell): fix initialitation order.
11672
11673 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11674
11675         * paragraph.C: spacing
11676
11677 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11678
11679         * sp_spell.C: repair language selection for pspell
11680
11681 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11682
11683         * lyxfunc.h: change more methods to begin with lower char.
11684
11685 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11686
11687         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11688         for unknown layouts.
11689
11690 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11691
11692         * buffer.C (readLyXformat2): Generate an error dialog if there are
11693         unknown layouts.
11694
11695 2001-07-16  Juergen Vigna  <jug@sad.it>
11696
11697         * sp_spell.C: always compile ISpell part.
11698
11699         * lyxrc.C: added use_pspell entry and it's handling.
11700
11701 2001-07-13  Juergen Vigna  <jug@sad.it>
11702
11703         * sp_spell.C: removed double includes.
11704
11705 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11706
11707         Consistent use of Lsstream.h:
11708         * Lsstream.h: added using std::stringstream for consistencies sake.
11709
11710         * buffer.C: removed using std::stringstream
11711
11712         * lyxfont.C (stateText):
11713         * paragraph.C (asString):
11714         * text.C (selectNextWord, selectSelectedWord):
11715         * text2.C (setCounter):
11716         * vspace.C (asString, asLatexString):
11717         std::ostringstream -> ostringstream.
11718
11719 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11720
11721         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11722         * commandtags.h: add LFUN_HELP_ABOUTLYX
11723         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11724
11725 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11726
11727         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11728         cursorToggle()
11729         * lyx_gui_misc.C: remove spellchecker
11730         * lyxfunc.C: showSpellchecker
11731         * sp_base.h: added
11732         * sp_ispell.h: added
11733         * sp_pspell.h: added
11734         * sp_spell.C: added
11735         * sp_form.[Ch]: removed
11736         * spellchecker.[Ch]: removed
11737
11738 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11739
11740         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11741         is set.
11742         (simpleTeXSpecialChars): Simply print the input character without
11743         any special translation if pass_thru is set.
11744
11745         * layout.h: Added bool pass_thru to layout class for being able to
11746         implement pass through of a paragraph for Literate Programming.
11747
11748         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11749         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11750         * layout.C (Read): add "passthru" to list of layout tags and add
11751         code to set the pass_thru boolean when it is read.
11752
11753 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11754
11755         * trans_decl.h: remove allowed from KmodInfo
11756
11757         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11758         remove allowed code
11759         (Load): adjust
11760
11761         * paragraph_pimpl.C (erase): use boost::prior
11762
11763         * Painter.C (text): use data() instead of c_str() when length is
11764         also provided.
11765         * WorkArea.C (putClipboard): ditto
11766         * font.h (width): ditto
11767
11768         * BufferView2.C: use it-> instead of (*it). for iterators
11769         * texrow.C: ditto
11770         * paragraph_pimpl.C: ditto
11771         * paragraph.C: ditto
11772         * minibuffer.C: ditto
11773         * language.C: ditto
11774         * kbmap.C: ditto
11775         * encoding.C: ditto
11776         * counters.C: ditto
11777         * converter.C: ditto
11778         * chset.C: ditto
11779         * Variables.C: ditto
11780         * TextCache.C: ditto
11781         * MenuBackend.C: ditto
11782         * LyXAction.C: ditto
11783         * LColor.C: ditto
11784         * FloatList.C: ditto
11785         * DepTable.C: ditto
11786         * ColorHandler.C (LyXColorHandler): ditto
11787
11788 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11789
11790         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11791
11792         * text2.C (openStuff): reintroduce this method (which had been
11793         nuked in NEW_INSETS frenzy).
11794
11795         * lyxfunc.C (Dispatch): when an action has not been handled, use
11796         its name in the error message, not its number.
11797
11798         * paragraph.C (inInset): change method name to begin with lowercase.
11799
11800         * undo_funcs.C:
11801         * text2.C: updates because of this.
11802
11803 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11804
11805         * ToolbarDefaults.C (add): add spaces in error message
11806
11807 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11808
11809         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11810         (readLyXformat2): rename return_par to first_par, use lyxlex's
11811         pushToken and remove the manual push handling.
11812         (parseSingleLyXformat2Token): add another ert comp. variable:
11813         in_tabular, rename return_par to first_par. handle newlines better
11814
11815 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11816
11817         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11818
11819 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11820
11821         * text2.C (getParFromID): removed
11822
11823         * buffer.C (getParFromID): new method moved form lyxtext.
11824         * BufferView2.C (insertErrors): adjust
11825         (setCursorFromRow): adjust
11826         * BufferView_pimpl.C (restorePosition): adjust
11827         * lyxfunc.C (Dispatch): adjust
11828         * undo_funcs.C (textUndo): adjust
11829         (textRedo): adjust
11830         (textHandleUndo): adjust
11831         (textHandleUndo): adjust
11832
11833 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11834
11835         * buffer.C: up' the LYX_FORMAT
11836
11837         * lyxfont.h: turn NO_LATEX on as default
11838
11839         * buffer.C (insertErtContents): new methods of tex style compability.
11840         (parseSingleLyXformat2Token): use it several places.
11841         * tabular.C (OldFormatRead): and here
11842
11843 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11844
11845         * text2.C: remove some commented code.
11846         reindent file.
11847
11848         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11849         * trans.C: changes because of the above.
11850
11851 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11852
11853         * text2.C (setCounter): Fix counters bug with bibliography layout.
11854
11855 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11856
11857         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11858         own member functions
11859         (simpleTeXSpecialChars): ditto
11860
11861 2001-07-06  Juergen Vigna  <jug@sad.it>
11862
11863         * a lot of files: changed the access to LyXText::status and the
11864         call of undo-functions.
11865
11866         * undo.[Ch]: added a inset_id to the undo informations.
11867
11868         * undo_funcs.[Ch]: added and moved here all undo functions.
11869
11870         * lyxtext.h: give the status enum a weight, made status_ a private
11871         variable and made accessor functions for it, removed the whole bunch
11872         of undo-functions as they are now in their own file, make some
11873         functions publically available. Added function ownerParagraph with
11874         int parameter.
11875
11876         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11877         made InInset() a const function, added getParFromID() function.
11878
11879         * buffer.[Ch]: added const version for inset_iterator functions,
11880         added getInsetFromID() function.
11881
11882         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11883         changed undo functions for new version.
11884
11885 2001-07-05  Juergen Vigna  <jug@sad.it>
11886
11887         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11888         unknow mechanism does not call the proper constructor but only this
11889         one also if I request the other!?
11890
11891 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11892
11893         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11894
11895         * text2.C (LyXText): use initialization lists.
11896
11897         * lyxtext.h (Selection): initialize set_ and mark_
11898         (init): remove method
11899
11900 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11901
11902         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11903
11904 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11905
11906         * screen.[Ch]: change method names to begin with lowercase
11907
11908         * BufferView_pimpl.C (updateScrollbar): simplify further and
11909         hopefully make it a bit faster.
11910
11911 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11912
11913         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11914         calling directly xforms functions.
11915
11916         * Painter.C (Painter):
11917         * lyx_cb.C (MenuWrite):
11918         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11919         fl_display.
11920
11921         * lyx_gui.C: remove bogus guiruntime extern declaration.
11922
11923 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11924
11925         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11926         in NEW_INSETS
11927         (redoDrawingOfParagraph): ditto
11928         (redoParagraphs): ditto
11929         (cutSelection): don't create a object for CutAndPaste use the
11930         static method directly
11931         (pasteSelection): ditto
11932
11933         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11934         LyXview (+ rename)
11935
11936 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11937
11938         * modifications to some other files because of this.
11939
11940         * Makefile.am (lyx_SOURCES): add XFormsView
11941
11942         * XFormsView.[Ch]: new files
11943
11944         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11945         the main window. Move the gui dependent stuff to XFormsView
11946
11947 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11948
11949         * tabular.C (GetCellInset): update cur_cell also in the row/col
11950         version of this function.
11951
11952         * lyxfunc.C: no need to include figure_form.h here.
11953
11954         * FontLoader.h:
11955         * lyxfunc.h:
11956         * lyxscreen.h:
11957         * text2.C:
11958         * lyxvc.C: no need to include forms.h here.
11959
11960 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11961
11962         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11963
11964         * lyxfunc.C (Dispatch):
11965         * Spacing.C (set):
11966         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11967         constructor argument.
11968
11969 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11970
11971         * paragraph.C (Paragraph): dont't clear, and just set layout.
11972         (makeSameLayout): use params's copy contructor.
11973
11974         * ParagraphParameters.[Ch] (makeSame): delete method
11975
11976 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11977
11978         * Variables.[Ch]: fix indentation, rename set to isSet
11979
11980 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11981
11982         * lyxfunc.C (Dispatch): fix typo
11983
11984 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11985
11986         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11987         upper_bound.
11988
11989         * bufferlist.C: include assert.h for emergencyWrite().
11990
11991 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11992
11993         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11994           give up at last (bug #425202) !
11995
11996 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11997
11998         * lyx_gui_misc.C:
11999         * sp_form.h:
12000         * sp_form.C:
12001         * spellchecker.h:
12002         * spellchecker.C: strip spellchecker options and bring up
12003           preferences tab instead
12004
12005 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12006
12007         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
12008         the istringstream constructor
12009
12010 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12011
12012         * paragraph.C (getLayout): fix return value
12013
12014         * paragraph.h: do not declare getLayout as inline.
12015
12016         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
12017
12018 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12019
12020         * lyxcursor.h (operator<): new func
12021         (operator>): new func
12022         (operator>=): new func
12023         (operator<=): new func
12024
12025         * text.C (changeCase): use selection.start and selection.end
12026         (changeRegionCase): require from to be <= to. Require par to be a
12027         valid paragraph.
12028
12029         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
12030
12031 2001-06-27  Juergen Vigna  <jug@sad.it>
12032
12033         * text.C (cursorLeftOneWord): changed to return the cursor and added
12034         overlay with BufferView * parameter which calls this one.
12035         (getWord): added
12036         (selectWord): use new getWord function.
12037         (changeCase): renamed from changeWordCase as and extended to work
12038         also on selections.
12039
12040         * lyxtext.h: added enum word_location
12041
12042         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
12043         changeCase as this operates now also on selections.
12044
12045 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
12046
12047         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
12048
12049         * many files: send debug output to Debug::INFO instead of
12050         Debug::ANY.
12051
12052         * converter.C (View):
12053         (Convert):
12054         (Move): send debug output to Debug::FILES instead of console.
12055
12056 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
12057
12058         * lyxfunc.C (getStatus): use func_status
12059
12060         * func_status.h: new header, describing the results of
12061         LyXFunc::getStatus;
12062
12063         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
12064         LFUN_MATH_HALIGN.
12065
12066 2001-06-25  The LyX Project  <jug@sad.it>
12067
12068         * buffer.C (sgmlOpenTag):
12069         (sgmlCloseTag):
12070         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
12071
12072 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12073
12074         * text2.C: remove some dead code
12075
12076         * tabular.C (GetCellInset): store the last cell checked (gotten)
12077
12078         * tabular.h: add the helper for the speedup
12079
12080         * lyxtext.h: remove some dead code
12081
12082 2001-06-26  The LyX Project  <Asger>
12083
12084         * paragraph.C: Change export to LaTeX of alignment to
12085         \begin{center} and family for better roundtrip work with reLyX.
12086
12087         * Tune the math drawing a bit.
12088
12089 2001-06-25  The LyX Project  <Asger>
12090
12091         * LColor.C (LColor): New color for math background. New color
12092         for buttons.
12093
12094 2001-06-25  The LyX Project  <jug@sad.it>
12095
12096         * lyxfunc.C (MenuNew): remove extra check for .lyx file
12097
12098         * lyxfunc.C (Open):
12099         * bufferlist.C (newFile): do not restrict to files ending with
12100         .lyx
12101
12102         * BufferView_pimpl.C (MenuInsertLyXFile):
12103
12104 2001-06-24  The LyX Project  <jug@sad.it>
12105
12106         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
12107         of compare_no_case
12108
12109 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12110
12111         * lyxtext.h: rename most methods to begin with a small char.
12112         Lots of changes because of this.
12113
12114         * paragraph.C (Paragraph): do not call fitToSize
12115         (erase): call Pimpl::erase
12116         (insertChar): call Pimpl::insertChar
12117         (insertInset): call Pipl::insertInset
12118         (breakParagraph): do not call fitToSize
12119         (breakParagraphConservative): do not call fitToSize
12120         (fitToSize): remove method
12121
12122         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
12123
12124 2001-06-24  The LyX Project  <Asger>
12125
12126         * Fix Qt compilation^2
12127
12128 2001-06-24  The LyX Project  <jug@sad.it>
12129
12130         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
12131         depthHook(getDepth()-1).
12132
12133         * paragraph.h:
12134         * ParagraphParameters.h:
12135         * ParameterStruct.h: change type of depth to unsigned int ==
12136         depth_type. Many adaptations to other files before of that.
12137
12138 2001-06-24  The LyX Project  <Asger>
12139
12140         * Fix Qt compilation.
12141
12142 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12143
12144         * paragraph.h: renamed several methods to begin with small letter.
12145         several changes to many parts of the code because of this.
12146
12147 2001-06-23  The LyX Project  <jug@sad.it>
12148
12149         * text2.C (InsertStringAsLines): renamed from InsertStringA;
12150         rewritten to discard all double spaces when KeepEmpty is off
12151         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
12152         to only handle newlines but not fiddle with spaces and friends.
12153
12154         * lyxfunc.C (MenuNew): when doing 'new from template', use
12155         template_path as default directory
12156
12157 2001-06-23  The LyX Project  <Asger>
12158
12159         * Clean-up of header file includes all over
12160         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
12161
12162 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12163
12164         * paragraph.h: renamed from lyxparagraph.h
12165
12166 2001-06-23  Asger  <lyx@violet.home.sad.it>
12167
12168         * Buffer.h: Removed Buffer::resize
12169         * BufferList.h: Removed BufferList::resize
12170         * LyXView.h: Added LyXView::resize. This way, we will only reflow
12171         the document lazily when we change the width, or the font settings.
12172
12173 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12174
12175         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
12176
12177 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12178
12179         * buffer.h: remove out of date comment
12180
12181 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12182
12183         * lyxscreen.h:
12184         * screen.C: fix "theoretical" GC leak
12185
12186 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12187
12188         * LaTeX.C (scanAuxFile):
12189         (deplog): remove trailing \r when reading stream (useful under
12190         win32)
12191
12192 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
12193
12194         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
12195         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
12196         and BufferView::theLockingInset(Inset*), so should use them and not
12197         access bv_->text->the_locking_inset directly.
12198
12199         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
12200
12201 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12202
12203         * Makefile.am:
12204         * tex-defs.h: remove old unused file
12205
12206 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
12207
12208         * BufferView_pimpl.C: fix typo, remove minibuffer message
12209           when buffer has loaded
12210
12211 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12212
12213         * lyxfunc.C (Dispatch): use stringstream
12214         (MenuNew): use stringstream
12215         (Open): use stringstream
12216
12217         * importer.C (Import): use stringstream
12218
12219         * bufferview_funcs.C (CurrentState): use stringstream
12220
12221         * LaTeX.C (run): use stringstream
12222
12223         * BufferView_pimpl.C (savePosition): use stringstream
12224         (restorePosition): use stringstream
12225         (MenuInsertLyXFile): use stringstream
12226
12227 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
12228
12229         * BufferView.C:
12230         * Bullet.C:
12231         * ColorHandler.C:
12232         * FontInfo.C:
12233         * FontLoader.C:
12234         * LColor.C:
12235         * LaTeXFeatures.C:
12236         * Painter.C:
12237         * gettext.C:
12238         * lyx_gui_misc.C:
12239         * lyxserver.C:
12240         * vspace.C: removed // -*- C++ -*- as first line.
12241
12242         * lyxfind.h:
12243         * version.h: added // -*- C++ -*- as first line.
12244
12245 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12246
12247         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
12248
12249         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
12250         of string
12251
12252 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12253
12254         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
12255         of floats.
12256
12257 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12258
12259         * gettext.C: include LString.h even when --disable-nls is on.
12260
12261 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
12262
12263         * converter.h (Get): changed argument type from int to
12264         FormatList::size_type to avoid unnecessary conversion.
12265
12266         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
12267         before using it.
12268
12269 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12270
12271         * gettext.h: include LString.h even when --disable-nls is on.
12272
12273 2001-06-07  Juergen Vigna  <jug@sad.it>
12274
12275         * text.C (BreakAgain): subst spaces with tabs.
12276
12277         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
12278         (resizeInsetsLyXText): set force on resizeLyXText.
12279
12280 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12281
12282         * gettext.h (gettext_init):
12283         (locale_init): use a real definition instead of a macro
12284
12285 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12286
12287         * Bufferview_pimpl.C:
12288         * LColor.h:
12289         * LColor.C: further lcolor tidies
12290
12291 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12292
12293         * BufferView_pimpl.C (updateScrollbar): simplify.
12294
12295         * BufferView2.C: don't include insets/insetinfo.h, change
12296         prototype for insertInset and call the Pimpl version. let
12297         updateInset call Pimpl version.
12298
12299         * BufferView.h: move inset_slept to BufferView::Pimpl, move
12300         gotoInset to BufferView::Pimpl
12301
12302 2001-06-01  Juergen Vigna  <jug@sad.it>
12303
12304         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
12305         inside a LockingInset (is the update needed at all?).
12306
12307 2001-05-31  Juergen Vigna  <jug@sad.it>
12308
12309         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
12310         here not the old one otherwise how should we compare it afterwards
12311         if it's the same!
12312
12313 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12314
12315         * lyxfont.C:
12316         * tabular.C:
12317         * tabular-old.C:
12318         * FontInfo.C: bring C functions into global namespace when
12319         necessary
12320
12321 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12322
12323         * LString.h: make sure config.h has been loaded before LString.h.
12324
12325         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
12326         (one for each char read by EatLine!).
12327
12328         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
12329         variables.
12330
12331 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12332
12333         * paragraph.C (BreakParagraph): set the inset_owner in the new par
12334         to the same as the par we break from
12335
12336 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12337
12338         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
12339
12340         * MenuBackend.C (expand): also create menu entries for wide
12341         versions of the floats.
12342
12343         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
12344
12345         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
12346
12347         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
12348         frontends/Makefile.am
12349
12350         * text2.C: adjust
12351         * text.C: adjust
12352
12353
12354         * tabular.C (getTokenValue): add std::
12355
12356         * tabular-old.C (getTokenValue): add std::
12357         (getTokenValue): ditto
12358         (getTokenValue): ditto
12359
12360         * screen.C (ToggleSelection): adjust
12361
12362         * lyxtext.h: put selection cursors inside a Selection struct.
12363
12364         * lyxfunc.C (moveCursorUpdate): adjust
12365
12366         * lyxfont.C (latexWriteStartChanges): add std::
12367
12368         * lyxfind.C: adjust
12369
12370         * font.h: delete with(char const *, LyXFont const &)
12371
12372         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
12373
12374         * FontInfo.C (getFontname): add std::
12375
12376         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
12377         (workAreaButtonPress): adjust
12378         (tripleClick): adjust
12379         (update): adjust
12380         (moveCursorUpdate): adjust
12381         (Dispatch): adjust
12382
12383         * BufferView2.C (gotoInset): adjust
12384
12385 2001-05-30  Juergen Vigna  <jug@sad.it>
12386
12387         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
12388         to check pspell I add this as default as I now have new pspell
12389         libraries and they seem to use this.
12390
12391 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12392
12393         * text2.C (CutSelection): make the cursor valid before the call to
12394         ClearSelection.
12395
12396 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12397
12398         * kbsequence.C (parse): de-uglify a bit the parsing code, which
12399         relied on 0 terminated strings and other horrors. Bug found due to
12400         the new assert in lyxstring!
12401
12402         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
12403         KP_ keys.
12404
12405 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12406
12407         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
12408         to latinkeys.bind.
12409
12410         * lyxfunc.C (processKeySym): change method of getting to the
12411         self-insert char.
12412
12413         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
12414         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
12415         * BufferView_pimpl.[Ch]: here as private methods.
12416
12417 2001-05-28  Juergen Vigna  <jug@sad.it>
12418
12419         * text.C (SetHeightOfRow): added the update() call again as it is
12420         needed to initialize inset dimensions!
12421
12422 2001-05-16  Juergen Vigna  <jug@sad.it>
12423
12424         * text2.C (SetCharFont): Add new function with BufferView * and
12425         bool toggleall parameters for setting insets internal fonts.
12426         (SetFont): Freeze the undo as we may change fonts in Insets and
12427         all this change should be inside only one Undo!
12428
12429         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
12430         setting font's in insets as for them we have the SetFont function!
12431
12432 2001-05-15  Juergen Vigna  <jug@sad.it>
12433
12434         * text2.C (ClearSelection): to be sure we REALLY don't have any
12435         selection anymore!
12436
12437         * tabular.C (TeXCellPreamble): fixed the left border problem for
12438         multicolumn cells.
12439
12440 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
12441
12442         * LaTeX.C (deplog): Make sure that the main .tex file is in the
12443         dependancy file
12444
12445 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12446
12447         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
12448         LFUN_BREAKPARAGRAPH.
12449
12450         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
12451         help test to "internal only", similar for LFUN_INSERT_URL
12452
12453         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
12454         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
12455         auto_region_delete and deadkeys.
12456
12457 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
12458
12459         * LColor.h:
12460         * LColor.C: remove some dead entries, tidy a little
12461
12462 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12463
12464         * lyxfunc.C (processKeySym): comment the Escape handling, remove
12465         commented code.
12466         (Dispatch): implement LFUN_ESCAPE
12467
12468         * commandtags.h: add LFUN_ESCAPE
12469
12470         * LyXAction.C (init): add entry for LFUN_ESCAPE
12471
12472         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
12473         Remove commented code.
12474         (insertNote): moved here
12475         (open_new_inset): moved here
12476
12477         * BufferView[2].[Ch]: move insertNote and open_new_inset to
12478         BufferView_pimpl
12479
12480 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12481
12482         * kbmap.C (findbinding): clean it up and make it work correctly.
12483
12484         * lyx_main.C (init): do not pass argc and argv as parameters
12485
12486 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
12487
12488         * buffer.C: fix path for OS/2 & Win32
12489
12490         * lyx_gui.C:
12491         * lyx_main:
12492         * lyx_main.C: Added os:: class.
12493
12494         * os2_defines.h: update
12495
12496 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12497
12498         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
12499         better by trying again with reduced state.
12500
12501 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12502
12503         * lyxrc.C (read): print error about invalid key sequence only when
12504         debugging (because not all latinX keysyms are known to some X
12505         servers)
12506
12507         * kbsequence.C (getiso): add a few std:: qualifiers
12508         (getiso): comment out extra return statement.
12509
12510 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12511
12512         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
12513         handling.
12514         (Dispatch): enhance the accent inset a bit. (not perfect)
12515
12516 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12517
12518         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
12519
12520 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12521
12522         * bufferlist.C (emergencyWrite): fix assert() call
12523
12524 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
12525
12526         * text.C (InsertChar): Added trivial patch to only send the "you
12527         can not do multiple spaces this way" message once during a
12528         session.
12529
12530 2001-05-08  Baruch Even  <baruch@lyx.org>
12531
12532         * Makefile.am: Changed order of libraries to get LyX to link properly
12533         with the gnome frontend.
12534
12535 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12536
12537         * LaTeXFeatures.h: add a std:: qualifier
12538
12539 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12540
12541         * paragraph.C (String): use stringstream
12542
12543 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12544
12545         * paragraph.C (writeFile): remove footflag arg
12546
12547         * buffer.C (makeLaTeXFile): use stringstream
12548         (latexParagraphs): remove footnot gurba
12549
12550         * LaTeXFeatures.C (getPackages): use stringstream
12551         (getMacros): likewise
12552         (getTClassPreamble): likewise
12553         (getFloatDefinitions): new method
12554
12555         * paragraph.C (writeFile): reindent
12556         (Erase): reindent
12557
12558         * WorkArea.h: revert the xpos + etc changes.
12559
12560         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
12561
12562         * lyxparagraph.[Ch]: add copy constructor, remove Clone
12563
12564         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
12565         (pasteSelection): likewise
12566         * text2.C (CreateUndo): likewise
12567
12568 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12569
12570         * minibuffer.C (peek_event): temporarily reduce the functionality
12571         of the minibuffer (to allow args on lfuns)
12572
12573         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
12574         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
12575
12576         * buffer.C (readInset): add compability reading of old float
12577         lists, add reading of new style float list.
12578         (readInset): avoid reevaluation of inscmd.getCmdName()
12579         (getLists): reindent
12580
12581         * MenuBackend.C (MenuItem): implement parsing of
12582         md_floatlistinsert and md_floatinsert.
12583         (expand::LastFiles): move initalizaton of iterators out of loop,
12584         avoid reevaluation.
12585         (expand::Documents): introduce typdedef vector<string> Strings,
12586         and use it.
12587         (expand::ExportFormats): introduce typedef vector<Format const *>
12588         Formats, and use it.
12589         (expand): implement FloatListInsert and FloatInsert.
12590
12591         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
12592         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
12593         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
12594
12595         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
12596         handling.
12597         (Dispatch::LFUN_FLOAT_LIST): implement
12598
12599 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12600
12601         * LaTeX.C (run): Fix problem with --export code.
12602
12603 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12604
12605         * BufferView.[Ch] (workarea): removed.
12606         (getClipboard) new method; wrapper for workarea()->getClipboard()
12607
12608         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
12609         bug.
12610
12611         * WorkArea.h (width, height, xpos, ypos): These methods all
12612         returned the dimensions of the work_area sub-area of WorkArea,
12613         resulting in a position error if the WorkArea were resized. Now
12614         return the dimensions of the entire WorkArea.
12615
12616         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
12617
12618 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12619
12620         * LaTeX.C (deplog): correct the syntax of regex reg1
12621
12622 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12623
12624         * undo.C: remove !NEW_INSETS cruft
12625
12626 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12627
12628         * text2.C: remove !NEW_INSETS cruft
12629
12630         * text.C: remove !NEW_INSETS cruft
12631
12632         * tabular.C: remove !NEW_INSETS cruft
12633
12634         * spellchecker.C: remove !NEW_INSETS cruft
12635
12636         * lyxtext.h: remove !NEW_INSETS cruft
12637
12638         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
12639
12640         * lyxfunc.C: remove !NEW_INSETS cruft
12641
12642         * lyxfind.C: remove !NEW_INSETS cruft
12643
12644         * lyx_cb.C: remove !NEW_INSETS cruft
12645
12646         * figureForm.C: remove  !NEW_INSETS cruft
12647
12648         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
12649
12650         * buffer.[Ch]: remove !NEW_INSETS cruft
12651
12652         * ToolbarDefaults.C: remove !NEW_INSETS cruft
12653
12654         * CutAndPaste.C: remove !NEW_INSETS cruft
12655
12656         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12657
12658         * BufferView2.C: remove !NEW_INSETS cruft
12659
12660         * BufferView.h: remove !NEW_INSETS cruft
12661
12662 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12663
12664         * Lsstream.h: include LString.h before the sstream headers to
12665         fix problem with gcc 2.95.3 and lyxstring
12666
12667 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12668
12669         * lyx_main.C: add using directives when needed for C functions
12670         declared in std:: namespace.
12671
12672 2001-04-27  Juergen Vigna  <jug@sad.it>
12673
12674         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12675         (SetHeightOfRow): comment out the update call should not be needed!
12676
12677 2001-04-13  Juergen Vigna  <jug@sad.it>
12678
12679         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12680         (LyXTabular): tried to minimize operator= operations (and realized
12681         hopfully Lars wish).
12682
12683 2001-04-27  Juergen Vigna  <jug@sad.it>
12684
12685         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12686
12687 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12688
12689         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12690
12691         * buffer.C (readInset): hack to make listof algorithm work
12692
12693         * BufferView_pimpl.C: hack to make listof algorithm work
12694
12695 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12696
12697         * LyXAction.C: removed all !NEW_INSETS cruft
12698         (init): moved lfun_item in method
12699
12700         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12701
12702 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12703
12704         * BufferView2.C (theLockingInset): white space.
12705
12706 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12707
12708         * minibuffer.C: include <iostream>
12709
12710         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12711
12712         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12713
12714         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12715
12716         * text.[Ch] (TransposeChars): new method
12717
12718 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12719
12720         * call message directly through LyXView instead of through LyXFunc
12721         * BufferView2.C: adjust
12722         * BufferView_pimpl.C: adjust
12723         * FontLoader.C: adjust
12724         * buffer.C: adjust
12725         * bufferview_funcs.C: adjust
12726         * converter.C: adjust
12727         * figureForm.C: adjust
12728         * importer.C: adjust
12729         * lyx_cb.C: adjust
12730         * lyx_gui_misc.C: adjust
12731         * lyxfunc.C: adjust
12732         * lyxvc.C: adjust
12733         * text2.C: adjust
12734         + more files in subdirs
12735
12736         * lyxparagraph.h (size): move up int file
12737         (GetLayout): ditto
12738
12739         * adjust all uses of Assert to lyx::Assert.
12740
12741         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12742         lyxfunctional in namespace lyx
12743         * layout.C (hasLayout): ditto
12744         (GetLayout): ditto
12745         (GetLayout): ditto
12746         (delete_layout): ditto
12747         (NumberOfClass): ditto
12748         * converter.C (GetFormat): ditto
12749         (GetNumber): ditto
12750         (Add): ditto
12751         (Delete): ditto
12752         (SetViewer): ditto
12753         * bufferlist.C (getFileNames): ditto
12754         (emergencyWriteAll): ditto
12755         (exists): ditto
12756         (getBuffer): ditto
12757         * MenuBackend.C (hasSubmenu): ditto
12758         (hasMenu): ditto
12759         (getMenu): ditto
12760         * BufferView_pimpl.C (getInsetByCode): ditto
12761
12762 2001-04-18  Juergen Vigna  <jug@sad.it>
12763
12764         * vspace.C (asLatexString): fixed the 100% problem.
12765
12766 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12767
12768         * lyxfunc.C (Dispatch):
12769         * minibuffer.C:
12770         * minibuffer.h: add a few std:: qualifiers
12771
12772 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12773
12774         * minibuffer.[Ch]: reimplement so that commands is initiated and
12775         run from lyxfunc, simplified som handling, and made the completion
12776         and history code for complete. wip.
12777
12778         * lyxfunc.C (processKeySym): call message
12779         (miniDispatch): new temporary method
12780         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12781         (LFUN_MESSAGE): implement
12782         (LFUN_MESSAGE_PUSH): implement
12783         (LFUN_MESSAGE_POP): implement
12784         (initMiniBuffer): the initial/defualt minibuffer message.
12785
12786         * lyxfont.[Ch]: inline some more getters
12787
12788         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12789
12790         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12791
12792         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12793         (AutoSave): use LFUN_MESSAGE
12794         (Reconfigure): ditto
12795
12796         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12797
12798         * figureForm.C: use LFUN_MESSAGE
12799
12800         * converter.C (runLaTeX): use LFUN_MESSAGE
12801
12802         * bufferview_funcs.C: use LFUN_MESSAGE
12803         (Melt): ditto
12804         (changeDepth): ditto
12805
12806         * bufferparams.h: use boost::
12807
12808         * bufferlist.h: inherit privately from noncopyable
12809
12810         * bufferlist.C (loadLyXFile): remove some commented code.
12811
12812         * buffer.C (runChktex): use LFUN_MESSAGE
12813
12814         * ShareContainer.h: inherit privately from noncopyable
12815
12816         * ParagraphParameters.[hC] (depth): inline it.
12817
12818         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12819         methods.
12820         (message): new method
12821         (messagePush): ditto
12822         (messagePop): ditto
12823         (show): init minibuffer
12824         (showState): direct call
12825
12826         * LaTeX.[Ch]: inherit privately from noncopyable
12827         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12828         instead of WriteStatus.
12829
12830         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12831
12832         * BufferView_pimpl.C (buffer): don't init minibuffer
12833         (workAreaButtonPress): use LFUN_MESSAGE
12834         (workAreaButtonRelease): ditto
12835         (savePosition): ditto
12836         (restorePosition): ditto
12837         (MenuInsertLyXFile): ditto
12838         (workAreaExpose): don't init minibuffer
12839         (update): remove commented code, simplify
12840
12841         * BufferView2.C (openStuff): use LFUN_MESSAGE
12842         (toggleFloat): ditto
12843         (menuUndo): ditto
12844         (menuRedo): ditto
12845         (copyEnvironment): ditto
12846         (pasteEnvironment): ditto
12847         (copy): ditto
12848         (cut): ditto
12849         (paste): ditto
12850         (gotoInset): ditto
12851         (updateInset): remove some commented code
12852
12853         * lastfiles.h: inherit privately from noncopyable
12854         * layout.h: ditto
12855         * lyx_gui.h: ditto
12856         * lyx_main.h: ditto
12857         * lyxlex.h: ditto
12858         * lyxlex_pimpl.h: ditto
12859
12860         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12861         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12862         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12863
12864         * LyXAction.h: inherit privately from noncopyable, add methods
12865         func_begin, func_end, returning iterators to the func map.
12866
12867         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12868         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12869         (func_begin): new method
12870         (func_end): new method
12871
12872         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12873         and not)
12874         (copySelection): ditto
12875         (pasteSelection): ditto
12876
12877         * BufferView.C: whitespace change
12878         * BufferView.h: inherit privately from noncopyable
12879
12880 2001-04-16  Allan Rae  <rae@lyx.org>
12881
12882         * tabular-old.C (l_getline):
12883         * spellchecker.C (sc_check_word):
12884         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12885         an unrecognised preprocessor directive.  So ensure they're wrapped.
12886
12887 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12888
12889         * src/exporter.C (Export): Give an error message when path to file
12890         contains spaces.
12891
12892 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12893
12894         * LaTeX.C (deplog): Always check that foundfile exists.
12895
12896 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12897
12898         * lyx_main.h:
12899         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12900
12901 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12902
12903         * tabular.[Ch] (getLabelList): implement new method
12904
12905         * minibuffer.h: comment ouf setTiimer
12906
12907         * minibuffer.C (ExecutingCB): constify res
12908         (peek_event): constify s
12909         (Set): constify ntext
12910         (Init): constify nicename
12911
12912         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12913
12914         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12915         (savePosition): use two params to Minibuffer::Set
12916         (restorePosition): ditto
12917
12918 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12919
12920         * lyx_main.C: include language.h
12921
12922         * Makefile.am (lyx_main.o): add language.h
12923
12924 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12925
12926         * exporter.C:
12927         * paragraph.C:
12928         * screen.C:
12929         * tabular.C:
12930         * CutAndPaste.C: include gettext.h
12931
12932         * lyxfont.h: remove old hack with ON and OFF.
12933
12934         * lyxparagraph.h:
12935         * lyxfont.h: do not include language.h...
12936
12937         * BufferView2.C:
12938         * LaTeXFeatures.C:
12939         * Painter.C:
12940         * bufferview_funcs.C:
12941         * font.C:
12942         * lyxfont.C:
12943         * text.C:
12944         * text2.C:
12945         * trans_mgr.C:
12946         * paragraph.C: ... but do it here instead
12947
12948 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12949
12950         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12951
12952         * tabular.C: small reformat
12953
12954         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12955         NEW_INSETS version
12956         (GetChar): ditto
12957         (BreakParagraph): ditto
12958         (SetOnlyLayout): ditto
12959         (SetLayout): ditto
12960
12961         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12962         with one arg less.
12963
12964         * lastfiles.C: removed most using decl, add std:: where needed
12965
12966         * buffer.C: ws changes
12967
12968         * MenuBackend.C (class compare_format): put into anon namespace
12969         (expand): constify label, names, action, action2
12970         (expand):
12971
12972         * text.C (SingleWidth): constify font
12973         (IsBoundary): constify rtl2
12974         (GetVisibleRow): constify ww
12975
12976         * LaTeX.C (deplog): constify logfile
12977
12978         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12979         start_x, end_x
12980         (workAreaExpose): constify widthChange, heightChange
12981
12982         * lyxrow.C (par): moved
12983         (height): moved
12984         (next): moved
12985         * lyxrow.h: as inlines here
12986
12987         * lyxfont.h (shape): moved from lyxfont.C
12988         (emph): moved from lyxfont.C
12989
12990         * lyxfont.C (LyXFont): use initialization list for all
12991         constructors
12992         (shape): move to lyxfont.h as inline
12993         (emph): move to lyxfont.h as inline
12994
12995
12996 2001-04-04  Juergen Vigna  <jug@sad.it>
12997
12998         * vspace.C: had to include stdio.h for use of sscanf
12999
13000 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
13001
13002         * BufferView.h:
13003         * BufferView_pimpl.h: remove xforms cruft. Both classes are
13004         independent of xforms.
13005
13006 2001-04-02  Juergen Vigna  <jug@sad.it>
13007
13008         * spellchecker.C: fixed namespace placing!
13009
13010 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
13011
13012         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
13013         the LyXParagraph * is 0.
13014
13015 2001-03-29  Juergen Vigna  <jug@sad.it>
13016
13017         * vspace.C: added support for %, c%, p%, l%.
13018         (stringFromUnit): added helper function.
13019         (asLatexString): changed to give right results for the %-values.
13020
13021         * buffer.C: convert the widthp in a width%.
13022
13023 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
13024
13025         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
13026         figureForm.[Ch].
13027
13028         * figureForm.[Ch]: stripped the FD_from_figure manipulation
13029         code out of lux_cb.[Ch], ready for its (imminent?) removal.
13030
13031         * lyx_cb.[Ch]: see above.
13032
13033         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
13034         form1.[Ch].
13035
13036         * form1.[Ch]:
13037         * lyx.[Ch]: replaced by figure_form.[Ch].
13038
13039         * lyx_gui.C:
13040         * lyx_gui_misc.C:
13041         * lyxfunc.C: changed headers associated with above changes.
13042
13043 2001-03-27  Juergen Vigna  <jug@sad.it>
13044
13045         * BufferView_pimpl.C: set the temporary cursor right!
13046
13047 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
13048
13049         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
13050
13051 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
13052
13053         * LString.h: removed "using std::getline"!
13054
13055         * BufferView_pimpl.C (Dispatch): changes due to changes in
13056         InsetInclude::Params.
13057
13058         * buffer.C (tag_name): removed redundant break statements as they were
13059         producing lots of warnings with my compiler.
13060
13061 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13062
13063         * LString.h: add "using std::getline" when using the real <string>.
13064
13065 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
13066
13067         * buffer.C: removed bitset usage.
13068         PAR_TAG moved to an anonymous name space.
13069         (tag_name): new funtion, also in the anonymous namespace.
13070         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
13071         (makeDocBookFile): clean code. Completed transition from string arrays
13072         to string vectors.
13073         (SimpleDocBookOnePar): code clean.
13074
13075 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13076
13077         * tabular.C: add some comments.
13078
13079 2001-03-22  Juergen Vigna  <jug@sad.it>
13080
13081         * buffer.C (parseSingleLyXformat2Token): redone the minipage
13082         compatibility read a bit and fixed bug with minipage in different
13083         depth.
13084
13085 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
13086
13087         * buffer.C (pop_tag): removed.
13088         (push_tag): removed.
13089         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
13090         array replaced with vector. Added support for CDATA sections.
13091         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
13092         at any nest level.
13093         (makeDocBookFile): XML conformant declaration of CDATA section,
13094         fixed bug related to <emphasis> in the first paragraph char.
13095         (sgmlOpenTag): exclude empty tags.
13096         (sgmlCloseTag): ditto.
13097
13098         * buffer.h (pop_tag): removed.
13099         (push_tag): removed.
13100
13101 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
13102
13103         * language.h (Languages): added size_type and size().
13104
13105 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13106
13107         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
13108         response on compability reading of minipages. One probliem is that
13109         the old usage of minipages was «flertydig»
13110
13111         * several files here and in subdirs: don't use static at file
13112         scope use anon namespaces instead.
13113
13114 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
13115
13116         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
13117         LaTeX output. This is necessary for Literate document
13118         processing.
13119
13120 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13121
13122         * buffer.C: insert hfill when needed.
13123
13124         * tabular.C (l_getline): use string::erase, small whitespace change.
13125
13126         * BufferView_pimpl.C: try the anon namespace.
13127         * WorkArea.C: ditto
13128
13129 2001-03-16  Juergen Vigna  <jug@sad.it>
13130
13131         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
13132         otherwise it won't open options-dialogs.
13133
13134         * buffer.C: honor pextraWidth(p) on converting minipages.
13135
13136         * tabular.C (l_getline): changed the functions to strip trailing \r.
13137
13138 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
13139
13140         * BufferView_pimpl.C:
13141         * minibuffer..C: added "using SigC::slot" declaration.
13142
13143 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13144
13145         * lyxlex_pimpl.h: noncopyable is in namespace boost.
13146
13147         * text2.C: ditto
13148
13149         * text.C: ditto
13150
13151         * paragraph.C: ditto
13152
13153         * lyxtext.h: NO_PEXTRA
13154
13155         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
13156
13157         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
13158         * ParameterStruct.h: ditto
13159         * ParagraphParameters.h: ditto
13160         * lyxparagraph.h: ditto
13161
13162 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13163
13164         * buffer.C: add compability for minipage alignment.
13165         (latexParagraphs): remove unwanted pextra check.
13166
13167         * several files: remove CXX_WORKING_NAMESPACES
13168
13169         * buffer.C (pop_tag): tie is in namespace boost
13170
13171         * BufferView.h: noncopyable is in namespace boost
13172         * lyxlex.h: ditto
13173         * lyx_main.h: ditto
13174         * lyx_gui.h: ditto
13175         * layout.h: ditto
13176         * lastfiles.h: ditto
13177         * bufferlist.h: ditto
13178         * ShareContainer.h: ditto
13179         * LyXView.h: ditto
13180         * LyXAction.h: ditto
13181         * LaTeX.h: ditto
13182
13183 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13184
13185         * Merging changes from BRANCH_MVC back into HEAD.
13186
13187         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
13188
13189 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
13190
13191         * BufferView_pimpl.C: change from intl.C
13192
13193         * combox.h:
13194         * combox.C:
13195         * Makefile.am: move combox.*
13196
13197         * form1.h:
13198         * form1.C:
13199         * lyx_gui.C:
13200         * intl.h:
13201         * intl.C: remove dialog (covered by prefs)
13202
13203 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13204
13205         * lyxfunc.C (Dispatch): removed redundant break statement.
13206
13207 2001-03-14  Juergen Vigna  <jug@sad.it>
13208
13209         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
13210
13211 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13212
13213         * buffer.C: add hack to fix compability reading of minipages.
13214
13215 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
13216
13217         * buffer.C (getLists): Cleanup.
13218
13219 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13220
13221         * lyxfont.C (update): don't honor toggleall on font size.
13222
13223 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
13224
13225         * bmtable.c:
13226         * bmtable.h:
13227         * Makefile.am: moved to frontends/xforms/
13228
13229         * lyx_gui_misc.C:
13230         * lyxfunc.C:
13231         * BufferView_pimpl.C: changes for moved mathpanel
13232
13233 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13234
13235         * gettext.h: fix gettext_init() in --disable-nls
13236
13237 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13238
13239         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
13240
13241 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
13242
13243         * lyx.C:
13244         * lyx.h: strip external form
13245
13246 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13247
13248         * BufferView_pimpl.C: add comment, destroySplash()
13249
13250 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13251
13252         * BufferView_pimpl.C:
13253         * LyXAction.C:
13254         * buffer.C:
13255         * commandtags.h:
13256         * lyxfunc.C: use re-worked insetinclude
13257
13258 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13259
13260         * buffer.C: add using std::stringstream.
13261
13262         * lyx_cb.C: readd using std::ios.
13263
13264         * buffer.C: add using std::map.
13265
13266         * BufferView_pimpl.C: add using std::vector.
13267
13268         * ShareContainer.h: add std:: to swap.
13269
13270         * buffer.h: add some typedefs
13271         * buffer.C (getLists): use them
13272         (getLists): renamed from getTocList.
13273         add a counter for the different float types and use it in the
13274         generated string.
13275         (getLists): use the same counter for the NEW_INSETS and the "non"
13276         NEW_INSETS
13277
13278         * lyx_cb.h: remove unused items, includes, using etc.
13279
13280         * ShareContainer.h: remove some commented code, add more comments
13281         and "documentation".
13282
13283 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13284
13285         * buffer.C (getTocList): make the list also when NEW_INSETS is
13286         defined.
13287
13288         * buffer.h: remove TocType
13289
13290         * buffer.C (getTocList): change to return a map<string,
13291         vector<TocItem> >, implement for dynamic number of list.
13292
13293         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
13294         * text2.C (PasteSelection): adjust
13295         * CutAndPaste.C (pasteSelection): adjust
13296
13297         * FloatList.C (FloatList): update from the new_insets branch.
13298         * Floating.[Ch]: ditto
13299         * LaTeXFeatures.C: ditto
13300         * buffer.C: ditto
13301         * lyxlex_pimpl.C: ditto
13302
13303         * paragraph.C (Last): remove when NEW_INSETS is defined.
13304
13305         * other file: changes because of the above.
13306
13307 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13308
13309         * lyxparagraph.h: rename next to next_, previous to previous_,
13310         make them private for NEW_INSETS. Rename Next() to next(),
13311         Previous() to previous().
13312
13313         * other files: changes because of the above.
13314
13315 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
13316
13317         * BufferView.h:
13318         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
13319         problem.
13320
13321 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13322
13323         * main.C (main): pass lyx_localedir to gettext_init().
13324
13325         * gettext.h: remove locale_init and gettext_init macros
13326
13327         * gettext.C (locale_init): new function
13328         (gettext_init): new function
13329
13330         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
13331         setlocale().
13332
13333 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
13334
13335         * Moved credits to frontends:
13336         * credits.[Ch]: removed
13337         * credits_form.[Ch]: removed
13338         * lyx_gui_misc.C: remove credits stuff
13339         * Makefile.am:
13340
13341 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13342
13343         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
13344
13345         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
13346         unneeded destructor.
13347
13348         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
13349         a standalone pointer again.
13350
13351         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
13352
13353 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
13354
13355         * Makefile.am:
13356         * filedlg.h:
13357         * filedlg.C:
13358         * LyXAction.C:
13359         * ToolbarDefaults.C:
13360         * bufferlist.C:
13361         * commandtags.h:
13362         * form1.C:
13363         * form1.h:
13364         * lyx_cb.C:
13365         * lyx_cb.h:
13366         * lyxfunc.h:
13367         * lyxfunc.C:
13368         * BufferView_pimpl.C: use new file dialog in GUII
13369
13370         * lyx_cb.h:
13371         * lyx_cb.C: remove LayoutsCB to Toolbar
13372
13373 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13374
13375         * ShareContainer.h (get): add std:: qualifier
13376
13377 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13378
13379         * ShareContainer.h: define a proper ShareContainer::value_type
13380         type (and use typename to please compaq cxx)
13381
13382 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13383
13384         * lyxparagraph.h: move serveral local vars to
13385         ParameterStruct/ParagraphParameters., use ShareContainer in
13386         FontTable., make vars in FontTable private and add getter and
13387         setter.
13388
13389         * paragraph.C: changes because of the above.
13390
13391         * lyxfont.h: remove copy constructor and copy assignment. (the
13392         default ones is ok), move number inside FontBits. move inlines to
13393         lyxfont.C
13394
13395         * lyxfont.C: add number to initializaton of statics, move several
13396         inlines here. constify several local vars. some whitespace
13397         cleanup. Dont hide outerscope variables.
13398
13399         * Spacing.h: add two new constructors to match the set methods.
13400
13401         * ShareContainer.h: new file, will perhaps be moved to support
13402
13403         * ParameterStruct.h: new file
13404
13405         * ParagraphParameters.h: new file
13406
13407         * ParagraphParameters.C: new file
13408
13409         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
13410         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
13411
13412         * BufferView_pimpl.C: ParagraphParameter changes.
13413         * buffer.C: Likewise.
13414         * bufferview_funcs.C: Likewise.
13415         * text.C: Likewise.
13416         * text2.C: Likewise.
13417
13418 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13419
13420         * lyxfind.C (LyXReplace): do not redefine default argument in
13421         implementation.
13422         (IsStringInText): ditto
13423         (SearchForward): ditto
13424         (SearchBackward): ditto
13425
13426 2001-03-06  Juergen Vigna  <jug@sad.it>
13427
13428         * lyxfind.C (IsStringInText): put parentes around expressions.
13429
13430 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
13431
13432         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
13433
13434 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
13435
13436         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
13437
13438         * stl_string_fwd.h: add comment
13439
13440         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
13441
13442         * tabular.h:
13443         * tabular.C: remove unused DocBook methods
13444
13445         * intl.C:
13446         * language.C:
13447         * paragraph.C:
13448         * buffer.C:
13449         killed DO_USE_DEFAULT_LANGUAGE
13450
13451 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13452
13453         * lyx_gui.C: do not include language.h.
13454
13455         * bufferview_funcs.C (ToggleAndShow): do not provide optional
13456         arguments in function implementation.
13457
13458 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13459
13460         * BufferView_pimpl.C: add <ctime>
13461
13462 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13463
13464         * BufferView_pimpl.C: add using std::find_if
13465
13466 2001-02-27  José Matos  <jamatos@fep.up.pt>
13467
13468         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
13469         by OnlyPath.
13470
13471 2001-02-11  José Matos  <jamatos@fep.up.pt>
13472
13473         * buffer.C (makeDocBookFile): command styles now have a parameter as
13474         "title" by default.
13475
13476 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
13477
13478         * layout_forms.[Ch]: removed
13479         * lyx_cb.[Ch]: out character
13480         * lyx_gui.C: out character
13481         * lyx_gui_misc.C: out character
13482         * bufferview_funcs.C: : out character,
13483         added toggleall as parameter in ToggleAndShow
13484
13485 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
13486
13487         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
13488
13489         * text2.C (SetCurrentFont): Disable number property at boundary.
13490
13491 2001-02-26  Juergen Vigna  <jug@sad.it>
13492
13493         * lyxfunc.C (getStatus): added a string argument override function so
13494         that this is correctly called from LyXFunc::Dispatch if it contains a
13495         do_not_use_argument which is used!
13496         (Dispatch): added check for "custom" export and call appropriate func.
13497
13498 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
13499
13500         * lyxrc.C: Add language_command_local, language_use_babel and
13501         language_global_options.
13502
13503         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
13504
13505         * buffer.C (makeLaTeXFile): Use language_use_babel and
13506         language_global_options.
13507
13508 2001-02-23  Juergen Vigna  <jug@sad.it>
13509
13510         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
13511         which works with LyXText and putted it inside BufferView. Here now we
13512         only call for that part the BufferView::Dispatch() function.
13513
13514         * BufferView.C (Dispatch): added.
13515
13516         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
13517         functions which needs to use a LyXText over from LyXFunc.
13518         (MenuInsertLyXFile): added
13519         (getInsetByCode): added
13520         (moveCursorUpdate): added
13521         (static TEXT): added
13522
13523 2001-02-22  Juergen Vigna  <jug@sad.it>
13524
13525         * BufferView_pimpl.C (update): call a status update to see if LyXText
13526         needs it.
13527
13528 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13529
13530         * vc-backend.C (revert): implement for CVS
13531         (getLog): implement for CVS
13532
13533 2001-02-20  Juergen Vigna  <jug@sad.it>
13534
13535         * text2.C (ClearSelection): added BufferView param for inset_owner call
13536
13537         * lyxfunc.C (TEXT): added this function and use it instead of
13538         directly owner->view()-text of getLyXText().
13539
13540 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
13541
13542         * src/layout_forms.C: out preamble
13543         * src/layout_forms.h: out preamble
13544         * src/lyx_cb.C: out preamble
13545         * src/lyx_cb.h: out preamble
13546         * src/lyx_gui.C: out preamble
13547         * src/lyx_gui_misc.C: out preamble
13548         * src/lyxfunc.C: connect with guii preamble
13549
13550 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
13551
13552         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
13553
13554 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
13555
13556         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
13557         whether to run bibtex.
13558
13559 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
13560
13561         * Makefile.am (lyx_SOURCES): Remove BackStack.h
13562
13563 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13564
13565         * Makefile.am (lyx_SOURCES): removed bibforms.h
13566
13567         * vspace.h: doxygen
13568
13569         * text.C (GetVisibleRow): make several local vars const
13570
13571         * tabular.C: small cleanup.
13572
13573         * lyxserver.C (callback): use compare instead of strncmp
13574
13575         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
13576         inlines to after class or to paragraph.C
13577
13578         * lyxfont.h: remove friend operator!=
13579
13580         * converter.h: move friend bool operator< to non friend and after
13581         class def.
13582
13583         * combox.h: small cleanup
13584
13585         * buffer.h: doxygen, remove unused constructor, move inclas inlies
13586         to inlines after class def.
13587
13588         * buffer.C (pop_tag): use string operations instead of strcmp
13589
13590         * bmtable.c: doxygen, small cleanup
13591
13592         * LaTeX.h: remove friend operator==
13593
13594 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
13595
13596         * screen.C:
13597         * lyxrc.[Ch]:
13598         * lyxfunc.C:
13599         * lyxfont.[Ch]:
13600         * lyx_cb.C:
13601         * intl.[Ch]:
13602         * commandtags.h:
13603         * buffer.C:
13604         * WorkArea.[Ch]:
13605         * LyXAction.C:
13606         * BufferView_pimpl.C:
13607         * BufferView.[Ch]: remove cruft
13608
13609 2001-02-14  Juergen Vigna  <jug@sad.it>
13610
13611         * lyxfunc.C: removed #if 0 unused code
13612
13613         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
13614
13615         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
13616
13617         * text2.C (SetSelection): added a BufferView * parameter
13618
13619 2001-02-13  Juergen Vigna  <jug@sad.it>
13620
13621         * lyxfunc.C (Dispatch): fixed protected blank problem.
13622         * BufferView2.C (protectedBlank): added LyxText * parameter.
13623
13624         * tabular.C (AppendRow): forgot to set row_info of newly added row.
13625         (AppendColumn): same as above for column_info.
13626
13627         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
13628         (moveCursorUpdate): use a LyXText param for support of InsetText.
13629
13630         * BufferView_pimpl.C (doubleClick): added support for InsetText.
13631         (tripleClick): ditto
13632
13633         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
13634
13635         * BufferView_pimpl.C (update): added LyXText param to honor insets.
13636
13637         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
13638
13639         * text2.C (SetSelection): set correct update status if inset_owner
13640         (ToggleFree): ditto
13641
13642 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13643
13644         * tabular.C: remove some commented code.
13645
13646 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
13647
13648         * BufferView_pimpl.C: call hideSplash()
13649
13650         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
13651
13652         * include_form.h:
13653         * bibforms.h: remove
13654
13655         * lyxfunc.C:
13656         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13657           add LFUN_CHILD_CREATE
13658
13659         * counters.h: fix tiny typo
13660
13661         * lyx_cb.C:
13662         * lyx.h:
13663         * lyx_gui.C:
13664         * lyx.C: move splash to frontends/xforms/
13665
13666         * lyx_gui_misc.C: move Include and Bibform to frontends
13667
13668         * lyxvc.h: clarify comment
13669
13670         * vspace.C: tiny housekeeping
13671
13672 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13673
13674         * text.C (PrepareToPrint): RTL Fix.
13675
13676         * paragraph.C (GetUChar): New method.
13677         (String):  Use GetUChar.
13678
13679         * buffer.C (asciiParagraph): Use GetUChar.
13680
13681 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13682
13683         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13684
13685 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13686
13687         * buffer.h:
13688         * buffer.C: rename to getLogName(), handle
13689           build log / latex log nicely
13690
13691 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13692
13693         * MenuBackend.C:
13694         * MenuBackend.h: remove support for reference menuitem type.
13695
13696 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13697
13698         * BufferView_pimpl.C: housekeeping
13699         * BufferView_pimpl.h:
13700         * LyXView.h:
13701         * Makefile.am:
13702         * Timeout.C:
13703         * Timeout.h:
13704         * minibuffer.h: move Timeout GUI-I
13705
13706 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13707
13708         * lyxrc.C (read): Update converters data-structures.
13709
13710 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13711
13712         * LaTeX.h (operator!=): add operator != for Aux_Info
13713
13714 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13715
13716         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13717
13718         * LaTeXLog.C: deleted, useful code moved to Buffer
13719
13720         * buffer.h:
13721         * buffer.C: new function getLatexLogName()
13722
13723         * lyx_gui_misc.C:
13724         * lyx_gui.C:
13725         * lyxvc.C:
13726         * lyxvc.h:
13727         * lyxfunc.C: use frontends for LaTeX and VC logs
13728
13729 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13730
13731         * LaTeX.h: yet another std:: that Allan forgot.
13732
13733         * Variables.C (set): renamed from isset(), because this clashes
13734         with some HP-UX macros (grr).
13735
13736 2001-02-06  Allan Rae  <rae@lyx.org>
13737
13738         * LaTeX.h: Another bug fix.  Missing std:: this time.
13739
13740 2001-02-04  Allan Rae  <rae@lyx.org>
13741
13742         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13743         floats problem. I've left it commented out because it's not quite
13744         correct.  It should also test that the current object is a table or
13745         figure inset.  But I haven't gotten around to figuring out how to do
13746         that.  I *think* it'll be something like: "table" == inset.type()
13747
13748         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13749         bool.
13750
13751 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13752
13753         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13754         all the citation/databases/styles in the auxilary file.
13755         (run): Rerun latex if there was a babel language error.
13756
13757 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13758
13759         * text.C (Backspace): Preserve the font when changing newline char
13760         with a space.
13761         (BreakParagraph): If the cursor is before a space, delete the space.
13762
13763         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13764
13765 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13766
13767         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13768         new argument (code).
13769         (ChangeCitationsIfUnique): New method.
13770
13771         * paragraph.C (GetPositionOfInset): Handle bibkey.
13772
13773 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13774
13775         * BufferView_pimpl.h: change type of Position::par_pos to
13776         LyXParagraph::size_type.
13777
13778 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13779
13780         * BufferView_pimpl.C (savePosition, restorePosition): Write
13781         messages to minibuffer.
13782
13783 2001-01-28  José Matos  <jamatos@fep.up.pt>
13784
13785         * buffer.C (makeDocBookFile): adds support for document language.
13786         A silly restriction on the name of LatexCommand types where removed.
13787         Added support for CDATA sections, allows to chars unescaped, used
13788         among others in code, to avoid escape < and >.
13789
13790 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13791
13792         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13793         saved positions instrad of a stack. Furthermore, a position is
13794         stored using paragraph id/paragraph position.
13795
13796         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13797         Remove LFUN_REF_BACK.
13798
13799 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13800
13801         * converter.C (dvipdfm_options): New method.
13802
13803 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13804
13805         * vspace.C (isValidLength): Fix for empty input string.
13806
13807 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13808
13809         * LyXAction.C (init): change description of LFUN_FIGURE to
13810         "Insert Graphics"
13811
13812 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13813
13814         * LaTeX.C: add using directive
13815
13816 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13817
13818         * MenuBackend.C (expand): Fix the sorting of the formats.
13819
13820 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13821
13822         * lyx_main.C: tiny error message fix
13823
13824 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13825
13826         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13827         calling fl_initialize(). This fixes the problem with ',' as
13828         decimal separator in text files.
13829
13830 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13831
13832         * trans.C (process): Fix the keymap bug.
13833
13834 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13835
13836         * LaTeX.C (scanAuxFiles): New method. Provides support for
13837         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13838         (scanLogFile) Scan for "run BibTeX" messages.
13839
13840         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13841         OT1 font encoding. Also, load the aecompl package if the ae
13842         package is loaded.
13843
13844         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13845
13846 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13847
13848         * texrow.C (increasePos): turn two error messages into debug
13849         messages.
13850
13851 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13852
13853         * LaTeX.C (scanAux): Handle the \@input macro.
13854         (runBibTeX): Use scanAux().
13855
13856         * language.C (latex_options_): New field.
13857
13858         * LaTeXFeatures.C (getMacros): Add language macros.
13859
13860         * buffer.C (makeLaTeXFile): Small fix.
13861
13862 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13863
13864         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13865
13866         * text2.C: add a using directive.
13867
13868 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13869
13870         * BufferView2.C:
13871         * lyx_gui_misc.h:
13872         * lyxfr1.C:
13873         * lyxfunc.C: kill LyXBell.
13874
13875 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13876
13877         * text.C (IsBoundary): Remove the error message
13878
13879         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13880
13881         * lyxrc.C (setDefaults): Correct initialization value for
13882         font_norm_type.
13883
13884 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13885
13886         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13887         gotoError().
13888
13889         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13890         and GotoNextNote().
13891
13892         * src/LyXAction.C: Added reference-next.
13893
13894         * text.C (InsertChar): Use contains instead of strchr.
13895
13896         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13897
13898 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13899
13900         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13901         alignment commands (when needed).
13902
13903         * text.C (InsertChar): Add ':' to number separator chars.