]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
e0690c303d1d0d58a3ae20f5b96c1ce4902193f3
[lyx.git] / src / ChangeLog
1 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
2
3         * factory.C: change call to InsetERT constructor to avoid
4         additional invocation of method status
5         * text2.C (toggleInset): remove redundant update() call
6         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
7         instead of a Bufferview pointer
8
9 2003-11-21  André Pönitz  <poenitz@gmx.net>
10
11         * rowpainter.C: simplification
12
13 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
14
15         * text3.C (dispatch): make possible to extend a word/row selection
16         with the mouse
17
18 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
19
20         * lyxtext.h: x0_,y0_ -> xo_,yo_ 
21         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
22         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
23         * rowpainter.C (paintRows): paint full paragraphs
24
25 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
26
27         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
28         screen coordinates)
29
30 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
31
32         * lyxtext.h: add x0_, y0_
33         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
34         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
35
36 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
37
38         * text2.C (setCursorIntern): move the x_target update here *
39         * text3.C: change some bv() to true/false in calls to
40         cursorUp/Down/Right/Left
41         * cursor.C: use helper function.
42
43 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
44
45         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
46         * paragraph_funcs.[Ch]: correct comment
47         * rowpainter.C: do not paint selections away from bv->cursor()
48         Fix a long standing selection painting bug.
49         * text3.C: generalize mouse-selection code to LyXTexts other that
50         top one
51         * textcursor.C: do not use y coords if we can use par offsets
52
53 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
54
55         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
56         cursor position after e.g. inset insert)
57
58 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
59
60         * lyxfind.C (replace): adjust to locking removal + some
61         code simplification
62
63 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
64
65         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
66         of the path
67
68 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
69
70         * lyxlayout.[Ch]: 
71         * output_docbook.C: XML sanitation: new layout 
72         parameters InnerTag and CommandDepth
73
74 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
75
76         * BufferView_pimpl.C:
77         * factory.C:
78         * text3.C: Fix the insertion and modification of button-style
79         insets
80
81 2003-11-13  André Pönitz  <poenitz@gmx.net>
82
83         * InsetList.[Ch]: remove deleteLyXText
84
85         * paragraph.[Ch]: cache beginOfBody position
86
87         * Bidi.C:
88         * text.C:
89         * text2.C:
90         * text3.C: remove superfluous update() calls
91
92         * vspace.C: cleanup
93
94 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
95
96         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
97         * BufferView.C (fitLockedInsetCursor): remove
98         * cursor.[Ch] (getDim): add
99         * text.C (getRowNearY): add faster version
100         * text3.C: remove some update calls
101
102 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
103
104         * LaTeXFeatures.C:
105         * LyXAction.C:
106         * MenuBackend.C:
107         * MenuBackend.h:
108         * dispatchresult.h:
109         * factory.C:
110         * lfuns.h:
111         * lyxfunc.C:
112         * lyxtextclass.C:
113         * lyxtextclass.h:
114         * text3.C: The Character Style /XML short element patch.
115
116 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
117
118         * text3.C:
119         * factory.C: Small step to solving 'unable to insert some insets'
120         problem
121
122 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
123
124         * cursor.[Ch] (updatePos): new function for updating the y
125         position of the tip inset
126         * bufferview_funcs.C (put_selection_at): 
127         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
128
129 2003-11-11  André Pönitz  <poenitz@gmx.net>
130
131         * text.C: remove big comment on invalid Paragraph pointers as it is
132         not valid anymore
133
134 2003-11-11  André Pönitz  <poenitz@gmx.net>
135
136         * text_funcs.[Ch]: merge with ...
137
138         * text.C: ... this
139
140         * lyxtext.h:
141         * text2.C:
142         * text3.C: adjust
143
144         * Makefile.am: remove text_funcs.[Ch]
145
146 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
147
148         * cursor.C (getPos): return absolute cached y coord
149
150         * BufferView_pimpl.C (fitCursor): new simplistic code
151         (workAreaDispatch): add a fitCursor call
152
153 2003-11-10  André Pönitz  <poenitz@gmx.net>
154
155         * BufferView.[Ch]:
156         * BufferView_pimpl.[Ch]: merge update() and updateInset()
157
158 2003-11-10  André Pönitz  <poenitz@gmx.net>
159
160         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
161         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
162         indicate that the cursor needs to leave an inset
163
164         * lyxtext.h: remove inset locking
165
166         * cursor.[Ch]: re-implement functionality provided by inset locking
167
168         * BufferView.[Ch]:
169         * BufferView_pimpl.[Ch]:
170         * LyXAction.C:
171         * bufferview_funcs.[Ch]:
172         * factory.C:
173         * funcrequest.[Ch]:
174         * iterators.C:
175         * lyx_cb.C:
176         * lyxfind.C:
177         * lyxfunc.C:
178         * text.C:
179         * text2.C:
180         * text3.C:
181         * undo.C: adjust
182
183 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
184
185         * PosIterator.[Ch]: replace the stack with a vector, add inset 
186         accesor
187         * iterators.[C]: adjust
188
189 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
190
191         * lyxfind.C (replaceAll): mark the buffer dirty if something was
192         replaced
193         * paragraph_funcs.C (readParToken): put the correct id in the
194         error item, not the id of the top paragraph
195
196 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
197
198         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
199         * bufferview_funcs.C (put_selection_at): use the above
200
201 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
202
203         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
204
205 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
206
207         * output_linuxdoc.h: 
208         * output_plaintext.h: 
209         * output.h: 
210         * output_docbook.h: add #include statements
211
212 2003-11-05  José Matos  <jamatos@lyx.org>
213
214         * output_docbook.[Ch]:
215         * output_latex.[Ch]:
216         * output_linuxdoc.[Ch]:
217         * output_plaintext.[Ch]: New files for output formats.
218         * output.[Ch]: New file for helper functions.
219
220         * buffer.[Ch]:
221         * paragraph_funcs.[Ch]: output functions moved to new files.
222
223         * outputparams.h: rename of latexrunparams.h
224
225         * LaTeX.[Ch]:
226         * buffer.[Ch]:
227         * bufferlist.[Ch]:
228         * converter.[Ch]:
229         * exporter.C:
230         * paragraph.[Ch]:
231         * paragraph_funcs.[Ch]:
232         * paragraph_pimpl.[Ch]:
233         * tabular.[Ch]: rename ascii to plaintext
234         and LatexRunParams to OutputParams.
235         
236 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
237
238         * iterators.[Ch] (text): require bv argument
239         * undo.C (recordUndo): 
240         * lyxfunc.C (dispatch): 
241         * bufferview_funcs.C (put_selection_at): adjust
242
243 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
244
245         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
246
247 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
248
249         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
250         nestings
251
252 2003-11-04  André Pönitz  <poenitz@gmx.net>
253
254         * cursor.[Ch]: restructure
255
256         * BufferView.[Ch]:
257         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
258
259         * iterators.[Ch] (asCursor): remove
260
261         * lfuns.h: remove LFUN_INSET_EDIT
262
263         * lyxfunc.C:
264         * tabular.C:
265         * text.C:
266         * text2.C:
267         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
268
269 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
270
271         * lyxfind.[Ch]: complete overhaul
272         * BufferView_pimpl.C:
273         * lyxfunc.C: adjust
274         * paragraph.[Ch] (insert): add
275
276 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
277
278         * BufferView.[Ch]:
279         * lyxtext.h:
280         * text.C: remove dead spellcheck code
281         
282 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
283
284         * dispatchresult.h: add a val setter
285
286         * cursor.C (dispatch): use a tempvar for data_[i]
287
288 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
289
290         * PosIterator.[Ch]: compile fix
291
292 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
293
294         * text.C (cursorPar): deactivate the cursor cache
295
296 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
297
298         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
299
300 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
301
302         * text3.C (dispatch): adjust for new DisptchResult semantics.
303
304         * lyxfunc.C (dispatch): handle update when return from
305         Cursor::dispatch, adjust for new DispatchResult semantics.
306
307         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
308         DispatchResult(true) mean to not update. Add class functions for
309         setting dispatched and update, as well as reading.
310
311         * cursor.C (dispatch): don't handle update here
312
313 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
314
315         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
316         * trans_mgr.C: adjust
317
318         * paragraph_funcs.C (readParToken): exception safety
319
320         * lyxvc.h: store the vcs pointer in a scoped_ptr
321         * lyxvc.C: adjust
322
323         * lyxsocket.C (serverCallback): exception safety
324
325         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
326
327         * ispell.C (clone): make it return a auto_ptr
328
329         * factory.C (createInset): exception safety
330         (readInset): exception safety
331
332         * bufferlist.C (newBuffer): exception safety
333
334         * Thesaurus.C (Thesaurus): use initialization for aik_
335
336         * MenuBackend.C (expandToc): exception safety.
337
338 2003-11-03  André Pönitz  <poenitz@gmx.net>
339
340         * buffer.C:
341         * buffer.h:
342         * bufferview_funcs.C: remove getInsetFromId()
343
344         * lyxcursor.[Ch]:
345         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
346
347         * lyxfunc.C:
348         * text2.C:
349         * text3.C: adjust
350
351 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
352
353         * PosIterator.C (distance, advance): new
354         * bufferview_funcs.[Ch] (put_selection_at): new
355         * iterators.[Ch] (lockPath): new
356
357 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
358
359         * iterators.[Ch] (asPosIterator): added
360         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
361         * PosIterator.[Ch]: added
362
363 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
364
365         * text3.C:
366         * lyxfunc.C:
367         * cursor.C (dispatch):
368         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
369
370         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
371         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
372         contructor, add a class function dispatched. Remove operator>=
373
374 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
375
376         * debug.C: only use the default constructor for debugstream
377         (lyxerr) here.
378
379         * main.C (main): include debug.h and setup the lyxerr streambuf
380         here.
381
382 2003-10-31  José Matos  <jamatos@lyx.org>
383
384         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
385
386         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
387         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
388         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
389         * paragraph_pimpl.C (simpleTeXSpecialC):
390         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
391         add LatexRunParams argument.
392
393         * exporter.C (Export): change call accordingly.
394
395         * latexrunparams.h: add new member to take care of the other backends.
396 2003-10-30  José Matos  <jamatos@lyx.org>
397
398         * buffer.C (makeLinuxDocFile, makeDocBookFile):
399         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
400         factorise code for paragraph output.
401         * buffer.[Ch]:
402         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
403         move functions.
404
405 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
406
407         * text3.C (dispatch):
408         * lyxfunc.C (dispatch):
409         * cursor.C (dispatch):
410         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
411
412         * dispatchresult.h: make the dispatch_result_t ctor explicit
413
414 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
415
416         * sgml.[Ch]:
417         * buffer.C: small refactoring of docbook stuff
418
419 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
420
421         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
422         meaning.
423
424 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
425
426         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
427         operator dispatch_result_t, and operators for == != and >=
428
429         * cursor.C (dispatch): adjust for operator dispatch_result_t
430         removal. comment out call to update
431
432         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
433
434 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
435
436         * text3.C:
437         * text2.C:
438         * text.C:
439         * lyxtext.h:
440         * lyxfunc.C:
441         * cursor.C:
442         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
443         (dispatch):
444
445         * dispatchresult.h: new file, DispatchResult broken out of
446         insets/insetbase.h
447
448         * Makefile.am (lyx_SOURCES): add dispatchresult.h
449
450 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
451
452         * text.C (rowBreakPoint): put a hack inside #if 0
453
454 2003-10-28  André Pönitz  <poenitz@gmx.net>
455
456         * lyxtext.h:
457         * metricsinfo.C:
458         * paragraph_funcs.C:
459         * rowpainter.C:
460         * text.C:
461         * text2.C: general cleanup (lots of small stuff)
462
463 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
464
465         * text2.C (cursorEnd): simple fix to the "end key goes to one
466         before the end on last row" bug
467
468 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
469
470         * text.C (backspace): fix the "zombie characters"
471
472 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
473
474         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
475
476 2003-10-27  André Pönitz  <poenitz@gmx.net>
477
478         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
479
480         * factory.C: handle new InsetPagebreak, InsetLine
481
482         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
483         and move handling into new InsetPagebreak, InsetLine
484
485         * BufferView_pimpl.C:
486         * LyXAction.C:
487         * ParagraphParameters.C:
488         * ParameterStruct.h:
489         * lyxfunc.C:
490         * lyxtext.h:
491         * paragraph.C:
492         * paragraph.h:
493         * paragraph_funcs.C:
494         * paragraph_pimpl.C:
495         * rowpainter.C:
496         * text.C:
497         * text2.C:
498         * text3.C: adjust
499
500 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
501
502         * text.C:
503         * lyxrow_funcs.[Ch]:
504         * Bidi.C:
505         * paragraph.C:
506         * lyxtext.h:
507         * rowpainter.C:
508         * text2.C:
509         * text3.C: remove lastPos uses in favour of Row::endpos
510
511 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
512
513         * undo.C (performUndoOrRedo): fix two crashes by setting a
514         cursor by hand and reordering some calls. Use bv->lockInset instead
515         of inset->edit because the latter loses cursor information
516
517 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
518
519         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
520         by Martin
521         (rowBreakPoint): fix width. change point to point + 1.
522         Add a missing check.
523
524 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
525
526         * MenuBackend.C:
527         * lyxfunc.C: fix (at least partly) the problems
528         with the Nav menu and headers inside branch insets
529         reported by Kayvan
530
531 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
532
533         * paragraph.C (getChar): add strong asserts
534
535         * lyxrow_funcs.C (lastPos): remove hideous hack
536
537         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
538         (fill): adjust to that (avoid an infinite loop)
539
540 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
541
542         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
543
544 2003-10-23  André Pönitz  <poenitz@gmx.net>
545
546         * RowList_fwd.h: change list<> to vector<> to gain speed
547         after suggestion from Alfredo
548
549 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
550
551         * lyxtext.h: move the bidi stuff from here...
552         * text.C: and here
553         * text2.C: and here
554         * Bidi.[Ch]: ... to here
555
556 2003-10-23  André Pönitz  <poenitz@gmx.net>
557
558         * lyxtext.h:
559         * text.C (isLastRow, isFirstRow): new functions
560
561         * paragraph.h: new width cache member
562
563         * rowpainter.C: replace RowList::iterator with Row & where possible
564
565         * lyxfunc.C: replace several view()->text with a single call
566
567         * toc.C: fix 'unused' warning
568
569 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
570
571         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
572         when woring with stream::pos_type
573         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
574
575 2003-10-22  André Pönitz  <poenitz@gmx.net>
576
577         * lyxtext.h:
578         * text.C: use Row & instead of RowList::iterator
579
580         * lyxrow.h: rename end() to endpos()
581
582         * rowpainter.C:
583         * text.C:
584         * text2.C: adjust
585
586 2003-10-22  Angus Leeming  <leeming@lyx.org>
587
588         * buffer.[Ch] (fully_loaded): new member function, returning true
589         only when the file has been loaded fully.
590         Used to prevent the premature generation of previews and by the
591         citation inset to prevent computation of the natbib-style label.
592
593         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
594         templates are all set up.
595
596         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
597
598 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
599
600         * text.C: fixed an "oops" in the "is a bit silly"
601         bug fix
602
603 2003-10-21  André Pönitz  <poenitz@gmx.net>
604
605         * FuncStatus.[Ch]: small stuff, whitespace
606
607         * lyxfont.[Ch]: operator<<() for debug reasons
608
609         * lyxfunc.C:
610         * lyxrow_funcs.C:
611         * lyxtext.h: whitespace, spelling
612
613         * paragraph.C: naming of variables
614
615         * text.C:
616         * text2.C: small stuff
617
618
619 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
620
621         * text.C: (1) finish off the inset display() work;
622         (2) fix the "is a bit silly" bug (accessing char
623         past end of par).
624
625 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
626
627         * text.C: re-introduce display() for insets, fixing the
628         various bugs (stretch of line above, math inset
629         positioning, ...)
630
631 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
632
633         * text.C (rightMargin): remove spurious semicolon
634
635         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
636         1415)
637
638 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
639
640         * text3.C: fix one crash due to wrong cursor def
641
642 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
643
644         * vc-backend.C (scanMaster): make the regex static
645
646         * LaTeX.C (scanAuxFile): make the regexs static
647
648         * text3.C (doInsertInset, dispatch, dispatch):
649         * text2.C (cursorUp, cursorDown):
650         * text.C (selectNextWordToSpellcheck):
651         * BufferView_pimpl.C (dispatch):
652         * lyxfunc.C (dispatch):  localDispatch -> dispatch
653
654 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
655
656         * lyxsocket.C: include <cerrno>
657
658 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
659
660         * lyxfunc.C (dispatch): remove textcache stuff
661
662         * bufferlist.C (release): remove textcache stuff
663         (closeAll): ditto
664
665         * TextCache.C: delete file
666         * TextCache.h: delete file
667
668         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
669
670         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
671         delete of the bv_->text.
672         (resizeCurrentBuffer): remove texcache stuff
673         (workAreaResize): ditto
674
675 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
676
677         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
678         action.
679
680 2003-10-16  André Pönitz  <poenitz@gmx.net>
681
682         * lyxrow.[Ch]:
683         * paragraph.h:
684         * rowpainter.C:
685         * text.C:
686         * text2.C:
687         * text3.C: speed up by storing y positions per paragraph plus per-row
688         offset instead of having a 'full' y position in the row.
689
690 2003-10-15  André Pönitz  <poenitz@gmx.net>
691
692         * iterators.[Ch]:
693         * iterators.[Ch]:
694         * undo.[Ch]: make undo aware of inner insets
695
696 2003-10-14  Angus Leeming  <leeming@lyx.org>
697
698         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
699         static member functions LyX::ref() and LyX::cref.
700         (lastfiles): new accessor functions for the new lastfiles_ member var.
701         (addLyXView, views_): add a new LyXView to the list of views_.
702         (updateInset): loop over all LyXViews to call their own updateInset
703         member function, returning a pointer to the Buffer owning the inset.
704
705         * BufferView_pimpl.C (loadLyXFile):
706         * MenuBackend.C (expandLastfiles):
707         * bufferlist.C (MenuWrite, QuitLyX):
708         lastfiles is no longer a global variable.
709         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
710
711         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
712         static function. Access through LyX::cref().emergencyCleanup().
713
714 2003-10-14  André Pönitz  <poenitz@gmx.net>
715
716         * iterators.[Ch]: new direct access to innermost LyXText and Inset
717
718         * undo.[Ch]: restoring part of 'undo in insets'
719
720         * Makefile.am:
721         * undo_funcs.[Ch]: merge with undo.[Ch]
722
723         * tabular.C: small cleansing stuff
724
725 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
726
727         * paragraph_funcs.C (readParToken): report unknown insets as error
728         boxes. Use the outer paragraph as location (also for unknown
729         tokens).
730
731         * factory.C (readInset): do not abort on reading an unknown inset.
732         Eat it and return 0.
733
734 2003-10-13  Angus Leeming  <leeming@lyx.org>
735
736         * lyx_main.C (LyX): remove call to setDisplayTranslator().
737
738         * lyxrc.C: displayTranslator is now a function,
739         declared in GraphicsTypes.h.
740
741 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
742
743         * format.C: new placeholder $$a to pass the socket address.
744
745         * bufferlist.[Ch]: new function getBufferFromTmp.
746
747         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
748           files in the temporary dir.
749
750 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
751
752         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
753
754         * Makefile.am: add lyxsocket.[Ch].
755
756         * lyx_main.C (error_handler): handle SIGPIPE.
757
758 2003-10-13  André Pönitz  <poenitz@gmx.net>
759
760         * BufferView_pimpl.C:
761         * lyxtext.h:
762         * text.C:
763         * text2.C:
764         * text3.C:
765         * undo_funcs.[Ch]: use paroffset_type instead of
766           ParagraphList::iterators to prevent multiple conversion
767           (and get a more robust interface)
768
769 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
770
771         * lyxfunc.C (dispatch): RESULT -> dispatch_result
772         * lyxtext.h: ditto
773         * text3.C (dispatch): ditto
774
775 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
776
777         * LaTeX.C (handleFoundFile): move the static to smaller scope,
778         move the onlyfile, use onlyfile instead of foundfile in a couple
779         of places.
780
781         * DepTable.C (update): flush the error stream a bit more
782
783 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
784
785         * lyxserver.C (callback): adjust
786
787         * lyxfunc.C (getStatus): add a missing brace in commented code
788         (ensureBufferClean): reindent
789         (dispatch): delete version taking a string
790
791 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
792
793         * LaTeX.C (deplog): move found file handlig from here...
794         (handleFoundFile): .. to new function here.
795         (deplog): make sure to discover several files mentioned on the
796         same log line.
797
798 2003-10-10  André Pönitz  <poenitz@gmx.net>
799
800         * lyxfunc.C:
801         * lyxtext.h:
802         * tabular.C:
803         * text.C:
804         * text2.C:
805         * text3.C: fix some of the tabular crashes
806
807 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
808
809         * MenuBackend.C (binding): put debug message into Debug::KBMAP
810
811         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
812
813 2003-10-09  André Pönitz  <poenitz@gmx.net>
814
815         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
816
817         * BufferView.C:
818         * BufferView_pimpl.C:
819         * bufferview_funcs.C:
820         * lyx_cb.C:
821         * lyxcursor.C:
822         * lyxfind.C:
823         * lyxfunc.C:
824         * lyxtext.h:
825         * text.C:
826         * text2.C:
827         * text3.C:
828         * text_funcs.[Ch]:
829         * textcursor.[Ch]:
830         * undo_funcs.C: adjust
831
832 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
833
834         * text2.C (incrementItemDepth): new function, use a backtracking
835         algorithm to discover the correct item depth.
836         (resetEnumCounterIfNeeded): new function, use a backtracking
837         algorithm to discover if counter reset is needed.
838         (setCounter): use them. Simplify a bit. Add different labels for
839         different item depths for itemize.
840
841         * paragraph.C (Paragraph): remove initialization of enumdepth
842         (operator=): ditto
843
844         * paragraph.h: get rid of enumdepth, and use itemdepth both for
845         enumerate and itemize. Change the type of itemdepth to signed char.
846
847 2003-10-08  André Pönitz  <poenitz@gmx.net>
848
849         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
850           thing assignable.
851         * text.C:
852         * text2.C: adjust
853
854         * tabular.[Ch]: fix crash after 'row-insert'
855
856 2003-10-08  Angus Leeming  <leeming@lyx.org>
857
858         Fix doxygen warnings.
859
860         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
861         Remove CutAndPaste:: prefix from header file declaration.
862
863         * LColor.h (fill): remove LColor:: prefix from declaration.
864
865         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
866         use lyx::depth_type rather than Paragraph::depth_type so that
867         header file and .C file match.
868
869         * converter.h (intToFormat): remove Converters:: prefix from declaration.
870
871         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
872         * aspell.C: \file aspell_local.C -> \file aspell.C
873         * gettext.C: \file gettext.C -> \file src/gettext.C
874         * gettext.h: \file gettext.h -> \file src/gettext.h
875         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
876         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
877         * text.C: \file text.C -> \file src/text.C
878
879         * toc.C: move comment so that doxygen is not confused.
880
881 2003-10-07  Angus Leeming  <leeming@lyx.org>
882
883         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
884
885 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
886
887         * aspell.C:
888         * aspell_local.h: add forgotten std::string's.
889
890 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
891
892         * LaTeXFeatures.C:
893         * LyXAction.C:
894         * factory.C:
895         * lfuns.h:
896         * lyxfunc.C:
897         * text3.C: The Box patch. Fancybox support, minipage, parbox
898
899 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
900
901         * CutAndPaste.h:
902         * DepTable.h:
903         * FloatList.h:
904         * LaTeXFeatures.h:
905         * ParagraphParameters.h:
906         * TextCache.h:
907         * Thesaurus.h:
908         * bufferlist.h:
909         * exporter.h:
910         * importer.h:
911         * lastfiles.h:
912         * lyxfind.h:
913         * lyxfont.h:
914         * lyxlex.h:
915         * lyxtextclasslist.h:
916         * messages.h:
917         * paragraph.h:
918         * paragraph_pimpl.C:
919         * textcursor.h: add <string> and other small fixes to make Lars'
920         std::string patch compile with STLport.
921
922 2003-10-06  Angus Leeming  <leeming@lyx.org>
923
924         * LColor.h: Add missing #include <string>.
925
926 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
927
928         * All most all file in all subdirs: Make <string> be the prefered
929         way of getting to std::string, add using declarations.
930
931 2003-10-06  André Pönitz  <poenitz@gmx.net>
932
933         * metricsinfo.C: initialize LyXFont before changing attribute.
934         (fixes the 'math in \emph is upright' bug)
935
936 2003-10-06  André Pönitz  <poenitz@gmx.net>
937
938         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
939
940 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
941
942         * graph.C:
943         * paragraph_pimpl.C: Small fixes to build using STLport
944
945 2003-10-02  André Pönitz  <poenitz@gmx.net>
946
947         * lyxfunc.C:
948         * text3.C: move handling of LFUN_DEPTH *; fix #1360
949
950 2003-10-01  André Pönitz  <poenitz@gmx.net>
951
952         * factory.C: assert early
953
954 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
955
956         * lyx_main.C: remove the global debug object
957
958         * debug.h: adjust for new debugstream
959
960         * debug.C: adjust for new debugstream and keep the global debug
961         object here.
962
963 2003-09-22  Angus Leeming  <leeming@lyx.org>
964
965         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
966         of g++ which otherwise complain that the scoped_ptr destructor can't delete
967         an incomplete class LyXFont.
968
969 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
970
971         * factory.C: bug fix in branches
972
973 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
974
975         * lyxfunc.C (processKeySym): adjust
976         (dispatch): adjust
977         (dispatch): change arg name from ev to func, adjust
978         (sendDispatchMessage): ditto
979
980         * lyx_main.C (defaultKeyBindings): adjust keybindings
981         (deadKeyBindings): ditto
982
983         * kbsequence.C (addkey): return a FuncRequest
984
985         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
986
987         * kbmap.C (bind): take a FuncRequest as arg, adjust
988         (read): adjust
989         (lookup): adjust
990         (defkey): change to take a FuncRequest as arg, adjust
991         (findbinding): take a FuncRequest as arg, adjust.
992
993         * funcrequest.h (operator=): added
994
995         * funcrequest.C (FuncRequest): default kb_action changed from
996         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
997
998         * buffer.C (dispatch): simplify
999         (dispatch): adjust to take a FuncRequest as arg, adjust
1000
1001         * boost.C (assertion_failed): change assertion message slightly
1002
1003         * ToolbarBackend.C (read): simplify
1004
1005         * MenuBackend.C (binding): adjust call to findbinding, add a
1006         message if no binding is found.
1007         (read): simplify
1008         (expandToc): correct by adding a empty FuncRequest
1009
1010         * LyXAction.C: include <boost/assert.hpp>
1011         (isPseudoAction): delete function
1012         (LookupFunc): change name to...
1013         (lookupFunc): this. change return type to FuncRequest.
1014         (getActionName): take kb_action as arg, simplify
1015         (funcHasFlag): add an assert, simplify.
1016
1017 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1018
1019         * toc.C (action): return a FuncRequest, simplify
1020
1021         * lyxfunc.C (processKeySym): adjust
1022         (getStatus): delete version that takes an int.
1023         (getStatus): adjust
1024         (dispatch): delete version that takes action as int
1025         (dispatch): adjust
1026         (sendDispatchMessage): simplify and adjust
1027
1028         * funcrequest.C (getArg): take unsigned int as arg
1029
1030         * ToolbarBackend.C (read): adjust
1031         (add): delete version that takes func as a string.
1032         (getIton): take a FuncRequest as arg
1033
1034         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
1035         action.
1036
1037         * MenuBackend.C (MenuItem): add a new construct that only takes a
1038         Kind, simplify the constructor use for submenus.
1039         (add): adjust
1040         (expandLastfiles): adjust
1041         (expandDocuments): adjust
1042         (expandFormats): adjust
1043         (expandFloatListInsert): adjust
1044         (expandFloatInsert): adjust
1045         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
1046
1047         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
1048         Remove class variables lyx_pseudo_map and lyx_arg_map
1049
1050         * LyXAction.C (searchActionArg): delete function
1051         (getPseudoAction): delete function
1052         (retrieveActionArg): delete function
1053         (LookupFunc): make it return kb_action, simplify.
1054         (getActionName): simplify
1055
1056         * factory.C (createInset): fix new bug
1057
1058 2003-09-19  Angus Leeming  <leeming@lyx.org>
1059
1060         * CutAndPaste.C (pasteSelection): remove fudge used to set the
1061         masterFilename_ parameter in the include inset.
1062
1063         * factory.C (createInset): changes due to the changes to InsetInclude.
1064
1065 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1066
1067         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
1068
1069 2003-09-18  Angus Leeming  <leeming@lyx.org>
1070
1071         * buffer.C:
1072         * BufferView.C: pass the buffer when calling Inset::getLabelList,
1073         Inset::fillWithBibKeys.
1074         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
1075
1076 2003-09-18  Angus Leeming  <leeming@lyx.org>
1077
1078         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
1079         variables.
1080         (ctor): pass and store a 'Buffer const &'
1081         (buffer): new member function.
1082
1083         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
1084         '*this' to the LaTeXFeatures ctor.
1085
1086 2003-09-18  Angus Leeming  <leeming@lyx.org>
1087
1088         * LColor.h:
1089         * lyxfont.C:
1090         * lyxfont.h:
1091         * lyxtext.h:
1092         * text.C: rename EnumLColor as LColor_color.
1093
1094 2003-09-18  Angus Leeming  <leeming@lyx.org>
1095
1096         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
1097         remove #include "insets/insetbase.h" from cursor.h.
1098
1099 2003-09-18  Angus Leeming  <leeming@lyx.org>
1100
1101         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
1102         InsetOld_code to remove #include "inset.h".
1103
1104         * iterators.C: add #include "insets/inset.h"
1105
1106 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
1107
1108         * BufferView.C: remove more locking stuff that apparently doesn't
1109         do anything sensible.
1110
1111 2003-09-16  André Pönitz  <poenitz@gmx.net>
1112
1113         * paragraph.[Ch]:
1114         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
1115           performance boost.
1116
1117 2003-09-16  Angus Leeming  <leeming@lyx.org>
1118
1119         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
1120
1121         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
1122         arg/return type.
1123
1124         * paragraph.h: remove #include "lyxfont.h". Forward declare
1125         LyXFont_size.
1126
1127 2003-09-16  Angus Leeming  <leeming@lyx.org>
1128
1129         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
1130         of support/textutils.h.
1131         (isWord): move the contents of support/textutils.h's IsWordChar here.
1132
1133         * buffer.C:
1134         * lyxfind.C:
1135         * rowpainter.C:
1136         * text.C:
1137         * text2.C: add #include "paragraph.h".
1138
1139         * rowpainter.C:
1140         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
1141
1142 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1143
1144         * main.C:
1145         * lyx_main.C:
1146         * lyx_cb.C:
1147         * buffer.C:
1148         * LaTeX.C: use namespace alias for lyx::support::os
1149
1150 2003-09-16  Angus Leeming  <leeming@lyx.org>
1151
1152         * bufferparams.C:
1153         * bufferview_funcs.C:
1154         * factory.C:
1155         * lyxfunc.C:
1156         * paragraph_pimpl.C:
1157         * rowpainter.C:
1158         * text.C: add #include "LColor.h".
1159
1160 2003-09-16  Angus Leeming  <leeming@lyx.org>
1161
1162         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
1163         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
1164         return LyXFont &.
1165         Store the FontBits::color variable as an int rather than as an
1166         LColor::colorso that we can move LColor.h out of the lyxfont.h header
1167         file.
1168
1169         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
1170         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
1171         string calls together.
1172
1173         * lyxrc.C: add #include "LColor.h".
1174
1175 2003-09-15  Angus Leeming  <leeming@lyx.org>
1176
1177         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
1178         a cow_ptr.
1179
1180 2003-09-15  Angus Leeming  <leeming@lyx.org>
1181
1182         * LColor.h: add an EnumLColor wrapper for LColor::color.
1183
1184         * lyxfont.[Ch] (color, setColor, realColor):
1185         * lyxtext.h, text.C (backgroundColor):
1186         pass EnumLColor args to/from the functions, rather than LColor::color
1187         ones.
1188
1189         * lyxfont.h:
1190         * lyxtext.h: forward declare EnumLColor.
1191
1192         * lyx_main.C: add #include "LColor.h".
1193
1194 2003-09-15  Angus Leeming  <leeming@lyx.org>
1195
1196         * .cvsignore: add lyx-gtk.
1197
1198 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1199
1200         * Chktex.C
1201         * LaTeX.C
1202         * LaTeXFeatures.C
1203         * ParagraphParameters.C
1204         * Spacing.C
1205         * buffer.C
1206         * bufferparams.C
1207         * bufferview_funcs.C
1208         * chset.C
1209         * counters.C
1210         * funcrequest.C
1211         * lyxfont.C
1212         * lyxgluelength.C
1213         * lyxlength.C
1214         * paragraph.C
1215         * paragraph_funcs.C
1216         * text3.C
1217         * vc-backend.C: remove usage of STRCONV
1218
1219 2003-09-15  Angus Leeming  <leeming@lyx.org>
1220
1221         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
1222         explicitly define the color passed to the painter.
1223
1224 2003-09-15  Angus Leeming  <leeming@lyx.org>
1225
1226         * bufferparams.C (BufferParams): reorder member initializers to avoid
1227         compiler warning.
1228
1229 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
1230
1231         * CutAndPaste.C (pasteSelection): remove an outdated #warning
1232         * text.C (updateRowPositions): remove an unusual nop
1233
1234 2003-09-12  André Pönitz  <poenitz@gmx.net>
1235
1236         * BufferView_pimpl.C:
1237         * Bullet.C:
1238         * layout.h:
1239         * lyxfunc.C:
1240         * lyxlayout.[Ch]:
1241         * lyxtextclass.C:
1242         * rowpainter.C:
1243         * text.C:
1244         * text2.C:
1245         * Counters.[Ch]: finish the 'automatic counters' job
1246
1247 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1248
1249         * aspell.C: include <boost/assert.cpp> (compile fix)
1250
1251 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1252
1253         * boost.C (assertion_failed): use lyx::support::abort instead of
1254         assert.
1255
1256 2003-09-10  Angus Leeming  <leeming@lyx.org>
1257
1258         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
1259         with their _fwd progeny.
1260
1261 2003-09-09  Angus Leeming  <leeming@lyx.org>
1262
1263         134 files throughtout the source tree: replace 'using namespace abc;'
1264         directives with the appropriate 'using abc::xyz;' declarations.
1265
1266 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1267
1268         * boost.C (emergencyCleanup): moved here from LAssert.c
1269         (assertion_failed): new function, called by BOOST_ASSERT
1270
1271         * several files: change Assert to BOOST_ASSERT
1272
1273 2003-09-09  Angus Leeming  <leeming@lyx.org>
1274
1275         * buffer.[Ch]: Add an Impl class and move Buffer's member
1276         variables into it. As a result move several header files out of
1277         buffer.h.
1278
1279         Add header files to lots of .C files all over the tree as a result.
1280
1281 2003-09-09  Angus Leeming  <leeming@lyx.org>
1282
1283         * buffer.[Ch]: make Buffer's member variables private. Add
1284         accessor functions.
1285
1286         Lots of changes all over the tree as a result.
1287
1288 2003-09-08  Angus Leeming  <leeming@lyx.org>
1289
1290         * graph.C: #include <config.h>.
1291
1292 2003-09-08  Angus Leeming  <leeming@lyx.org>
1293
1294         * BranchList.C:
1295         * BufferView.C:
1296         * BufferView_pimpl.C:
1297         * CutAndPaste.C:
1298         * DepTable.C:
1299         * LaTeX.C:
1300         * LaTeXFeatures.C:
1301         * LyXAction.C:
1302         * MenuBackend.C:
1303         * TextCache.C:
1304         * aspell.C:
1305         * buffer.C:
1306         * bufferlist.C:
1307         * changes.C:
1308         * chset.C:
1309         * converter.C:
1310         * counters.C:
1311         * debug.C:
1312         * graph.C:
1313         * ispell.C:
1314         * lyx_cb.C:
1315         * lyxfind.C:
1316         * lyxfunc.C:
1317         * lyxlex_pimpl.C:
1318         * lyxrc.C:
1319         * lyxrow.C:
1320         * paragraph.C:
1321         * rowpainter.C:
1322         * texrow.C:
1323         * text.C:
1324         * text2.C:
1325         * toc.C: remove redundant using directives.
1326
1327 2003-09-07  Angus Leeming  <leeming@lyx.org>
1328
1329         * LaTeXFeatures.h: remove #include "support/types.h".
1330         * ToolbarBackend.h: remove #include <algorithm>.
1331         * changes.h: remove #include <ctime>.
1332         * debug.h: remove #include <iosfwd>.
1333         * graph.h: remove #include "support/std_string.h".
1334         * lyx_main.h: remove #include <csignal>.
1335         * lyxlex_pimpl.h: remove #include <fstream>.
1336         * sgml.h: remove #include <algorithm>, <utility>.
1337         * toc.h: remove #include "support/std_ostream.h".
1338         Add #include <iosfwd>.
1339
1340 2003-09-07  Angus Leeming  <leeming@lyx.org>
1341
1342         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
1343
1344         * converter.h: forward declare LatexRunParams.
1345         * encoding.h: remove #include "lyxrc.h".
1346         * lyxtext.h: remove #include "LColor.h".
1347         * lyxtextclass.h: remove #include "support/types.h".
1348         * trans.h: remove #include "tex-accent.h".
1349         * trans_mgr.h: remove #include "tex-accent.h".
1350         * insets/inset.h: remove #include "support/types.h", <vector>.
1351         * insets/insetcollapsable.h: remove #include "LColor.h".
1352         * insets/insetinclude.h: remove #include "dimension.h".
1353         * insets/insetlatexaccent.h: remove #include "dimension.h".
1354         * insets/insetoptarg.h:: remove #include "insettext.h".
1355         * insets/insettext.h: remove #include "dimension.h",
1356         <boost/shared_ptr.hpp>
1357
1358         * insets/renderers.h: add #include "dimension.h".
1359         * insets/updatableinset.h: add #include "support/types.h".
1360
1361         * many .C files: Associated changes.
1362
1363 2003-09-06  Angus Leeming  <leeming@lyx.org>
1364
1365         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
1366         one, inside testInvariant.
1367
1368         * PrinterParams.C: new file.
1369         * PrinterParams.[Ch]: move the function bodies out of line.
1370
1371 2003-09-06  Angus Leeming  <leeming@lyx.org>
1372
1373         * ParagraphParameters.h: forward declare ParameterStruct rather than
1374         including its header file.
1375         (depth): moved out-of-line.
1376
1377 2003-09-06  Angus Leeming  <leeming@lyx.org>
1378
1379         * BufferView_pimpl.h:
1380         * kbmap.h:
1381         * kbsequence.h:
1382         * lyxfunc.h: forward declare LyXKeySym rather than
1383         #include "frontends/LyXKeySym.h".
1384
1385         * BufferView_pimpl.C:
1386         * kbmap.C:
1387         * kbsequence.C:
1388         * lyxfunc.C: associated changes.
1389
1390 2003-09-06  Angus Leeming  <leeming@lyx.org>
1391
1392         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1393         As a result, can remove the #include "insets/inset.h" from BufferView.h
1394
1395 2003-09-06  Angus Leeming  <leeming@lyx.org>
1396
1397         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1398         As a result, can remove the #include "insets/inset.h" from BufferView.h
1399
1400 2003-09-06  Angus Leeming  <leeming@lyx.org>
1401
1402         * buffer_funcs.C:
1403         * buffer.h:
1404         * bufferlist.C:
1405         * BufferView.C:
1406         * bufferview_funcs.C:
1407         * BufferView_pimpl.C:
1408         * CutAndPaste.C:
1409         * lyx_cb.C:
1410         * lyxfunc.C:
1411         * paragraph.h:
1412         * ParagraphParameters.C:
1413         * tabular.C:
1414         * text3.C:
1415         * toc.C:
1416         * undo_funcs.C:
1417         * frontends/controllers/ControlDocument.C:
1418         * insets/insetcaption.C: rearrange the #includes into some sort of
1419         coherent order.
1420
1421         * buffer.h: remove #includes ErrorList.h, undo.h
1422
1423 2003-09-06  Angus Leeming  <leeming@lyx.org>
1424
1425         * support/types.h: add a 'depth_type' typedef, used to store the
1426         nesting depth of a paragraph.
1427
1428         * paragraph.h:
1429         * ParameterStruct.h: use this lyx::depth_type typedef rather than
1430         defining explicitly.
1431
1432         * buffer.h:
1433         * paragraph_funcs.h:
1434         * ParagraphParameters.h:
1435         * sgml.h: use lyx::depth_type rather than Paragraph or
1436         ParameterStruct's depth_type.
1437
1438         * buffer.h
1439         * paragraph_funcs.h: no need to #include paragraph.h anymore.
1440
1441         * BufferView.C:
1442         * BufferView_pimpl.C:
1443         * CutAndPaste.C:
1444         * ParagraphParameters.C:
1445         * buffer_funcs.C:
1446         * bufferlist.C:
1447         * bufferview_funcs.C:
1448         * lyx_cb.C:
1449         * lyxfunc.C:
1450         * tabular.C:
1451         * text3.C:
1452         * toc.C:
1453         * undo_funcs.C:
1454         * frontends/LyXView.C:
1455         * frontends/controllers/ControlDocument.C:
1456         * frontends/controllers/ControlErrorList.C:
1457         * insets/insetbibitem.C:
1458         * insets/insetbranch.C:
1459         * insets/insetcaption.C:
1460         * insets/insetcollapsable.C:
1461         * insets/insetenv.C:
1462         * insets/insetert.C:
1463         * insets/insetfloat.C:
1464         * insets/insetfoot.C:
1465         * insets/insetfootlike.C:
1466         * insets/insetnewline.C:
1467         * insets/insetquotes.C:
1468         * insets/insettabular.C:
1469         * insets/insettext.C:
1470         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
1471
1472         * frontends/controllers/ControlChanges.C: #include "changes.h".
1473
1474 2003-09-06  Angus Leeming  <leeming@lyx.org>
1475
1476         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
1477         than #including paragraph.h.
1478
1479         * ParagraphList.h:
1480         * RowList.h: deleted. Superfluous.
1481
1482         * CutAndPaste.h:
1483         * iterators.h:
1484         * lyxcursor.h:
1485         * lyxtext.h:
1486         * text_funcs.h:
1487         * undo.h:
1488         * undo_funcs.h:
1489         * insets/inset.h:
1490         * insets/insettext.h: use ParagraphList_fwd.h rather than
1491         ParagraphList.h.
1492
1493         * paragraph.h: don't forward declare ParagraphList.
1494
1495         * buffer.h:
1496         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
1497         rather than ParagraphList.h. paragraph.h is still needed for the
1498         Paragraph::depth_type parameters.
1499
1500         * textcursor.h: enable it to compile stand-alone in light of the
1501         above changes.
1502
1503         * bufferview_funcs.C:
1504         * iterators.C:
1505         * lyxfunc.C:
1506         * lyxrow_funcs.C:
1507         * paragraph.C:
1508         * rowpainter.C:
1509         * text.C:
1510         * text2.C:
1511         * text3.C:
1512         * text_funcs.C:
1513         * textcursor.C:
1514         * undo.C:
1515         * frontends/controllers/ControlParagraph.C:
1516         * frontends/controllers/ControlTabular.C:
1517         * insets/insetmarginal.C:
1518         * insets/insetminipage.C:
1519         * insets/insetnote.C:
1520         * insets/insetoptarg.C: add header files needed to compile again.
1521
1522 2003-09-06  Angus Leeming  <leeming@lyx.org>
1523
1524         * RowList_fwd.h: new file, forward-declaring Row rather than
1525         #including lyxrow.h.
1526
1527         * lyxrow_funcs.h:
1528         * lyxtext.h:
1529         * paragraph.h:
1530         * insets/insettext.h: use it instead of RowList.h
1531
1532         * bufferview_funcs.C:
1533         * lyxfunc.C:
1534         * lyxrow_funcs.C:
1535         * paragraph.C:
1536         * rowpainter.C:
1537         * text.C:
1538         * text2.C:
1539         * text3.C: #include "RowList.h".
1540
1541 2003-09-05  Angus Leeming  <leeming@lyx.org>
1542
1543         * factory.C (createInset):
1544         * vspace.C (c-tor): replace sscanf call with an istringstream.
1545         * ispell.C: re-add missing HP/UX headers.
1546         * lyxserver.C: re-add missing  os2 headers.
1547
1548 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
1549
1550         * BranchList.C:
1551         * graph.C:
1552         * ispell.C:
1553         * lastfiles.C:
1554         * lyx_cb.C:
1555         * lyxserver.C:
1556         * texrow.C:
1557         * text3.C: re-add missing system headers, needed for 2.95.2.
1558
1559 2003-09-05  Angus Leeming  <leeming@lyx.org>
1560
1561         Changes most place everywhere due to the removal of using directives
1562         from support/std_sstream.h.
1563
1564 2003-09-05  Angus Leeming  <leeming@lyx.org>
1565
1566         Replace LString.h with support/std_string.h,
1567         Lsstream.h with support/std_sstream.h,
1568         support/LIstream.h with support/std_istream.h,
1569         support/LOstream.h with support/std_ostream.h.
1570
1571         Changes resulting throughout the tree.
1572
1573 2003-09-05  Angus Leeming  <leeming@lyx.org>
1574
1575         * sgml.h: ensure that the header file can be compiled stand-alone.
1576         * *.C: strip out redundant #includes. (320 in total.)
1577
1578 2003-09-04  Angus Leeming  <leeming@lyx.org>
1579
1580         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
1581         here (from getPackages).
1582
1583         * debug.[Ch]: add a new EXTERNAL tag.
1584
1585 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1586
1587         * text2.C (cursorEnd): simplify
1588         (setCursor): adjust
1589         (getColumnNearX): adjust
1590
1591         * text.C (computeBidiTables): adjust
1592         (fill): adjust
1593
1594         * rowpainter.C (paintChars): adjust
1595         (paintSelection): adjust
1596         (paintChangeBar): adjust
1597         (paintText): adjust
1598
1599         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
1600         lastPos instead.
1601         (numberOfSeparators): adjust
1602
1603 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1604
1605         * LyXAction.C:
1606         * box.[Ch]:
1607         * lfuns.h:
1608         * lyxfunc.C:
1609         * text3.C: Restricts the mouse click functionality
1610         of insets like bibtex, include, toc and floatlist to the visible
1611         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
1612         up the dialogs. Cursor has to be in front of the inset (i.e.
1613         start of row) for this to function.
1614
1615 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1616
1617         * bufferview_funcs.C (currentState): output row information
1618
1619 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1620
1621         * bufferview_funcs.C (currentState): output paragraph position
1622
1623 2003-09-04  Angus Leeming  <leeming@lyx.org>
1624
1625         * FloatList.h: move out #include "Floating.h".
1626         * LaTeX.h: move out #include "DepTable.h".
1627         * LyXAction.h: move out #include "funcrequest.h".
1628         * buffer.h: move out #include "author.h", "iterators.h".
1629         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
1630         * lyx_main.h: move out #include "errorlist.h".
1631         * lyxfunc.h: move out #include "FuncStatus.h".
1632         * lyxtext: move out #include "lyxcursor.h".
1633         * paragraph_pimpl.h: move out #include "counters.h".
1634
1635 2003-09-03  Angus Leeming  <leeming@lyx.org>
1636
1637         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
1638         preamble_snippets list, enabling us to add snippets to the preamble
1639         only if the snippet was not there already.
1640
1641 2003-09-04  Angus Leeming  <leeming@lyx.org>
1642
1643         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
1644
1645 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1646
1647         * lyxfunc.C (dispatch): if fitCursor did something be sure to
1648         update
1649
1650 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1651
1652         * BranchList.C: point fix, earlier forgotten
1653
1654 2003-09-02  Angus Leeming  <leeming@lyx.org>
1655
1656         * box.C (contains): renamed from 'contained' after a fantastic
1657         amount of hot air.
1658
1659 2003-09-02  John Levon  <levon@movementarian.org>
1660
1661         * BufferView.C:
1662         * lyxcursor.h:
1663         * lyxcursor.C:
1664         * lyxfunc.C:
1665         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
1666
1667 2003-09-02  John Levon  <levon@movementarian.org>
1668
1669         * text2.C: simplification of cursorEnd(), including partial
1670         fix for bug 1376
1671
1672 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1673
1674         * buffer.C (readFile): add a space
1675
1676 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1677
1678         * BufferView_pimpl.C (update): remove bogus fitCursor() call
1679
1680 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1681
1682         * buffer.C (readFile): new function, take a filename and a
1683         ParagraphList::iterator
1684         (readFile): adjust
1685         (readFile): adjust, make it private. don't use setStream, make
1686         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
1687         always contain the filename.
1688
1689         * BufferView.C (insertLyXFile): simplify and make it work for
1690         gzipped files.
1691
1692 2003-08-30  John Levon  <levon@movementarian.org>
1693
1694         * Makefile.am: fix dist (from Kayvan)
1695
1696 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1697
1698         * most files: change to use const Buffer refs
1699
1700 2003-08-27  André Pönitz  <poenitz@gmx.net>
1701
1702         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
1703         on top of ownerPar().
1704
1705 2003-08-27  John Levon  <levon@movementarian.org>
1706
1707         * funcrequest.C: properly initialise POD members
1708
1709 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1710
1711         * lyxtext.h (top_y): move top_y from here
1712         * text.C:
1713         * text2.C:
1714         * text3.C:
1715         * BufferView.[Ch]:
1716         * BufferView_pimpl.[Ch]: to here
1717         * frontends/screen.C:
1718         * insets/insettabular.C:
1719         * insets/insettext.C: adjust
1720         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1721
1722 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1723
1724         * BufferView.[Ch]:
1725         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1726
1727 2003-08-26  André Pönitz  <poenitz@gmx.net>
1728
1729         * paragraph_func.[Ch] (outerPar): new function
1730
1731         * paragraph.C:
1732         * paragraph_funcs.C:
1733         * paragraph_funcs.h:
1734         * paragraph_pimpl.C:
1735         * text2.C: remove Inset::par_owner
1736
1737 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1738
1739         * lyxrow_funcs.C:
1740         * lyxtext.h:
1741         * text.C:
1742         * text2.C: eliminates the needFullRow/display() stuff
1743         altogether, putting the logic in metrics/draw in the insets.
1744
1745 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1746
1747         * text2.C (redoParagraphInternal, redoParagraphs):
1748         * text.C (redoParagraph): add a call to updateRowPositions at the
1749         end of each 'metrics-like' call. Remove all others.
1750         (getRow): remove the 'y-computing' version.
1751         (getRowNearY): do not compute nor return the real y. Solve the
1752         'y < 0' problem and simplify.
1753
1754 2003-08-22  Angus Leeming  <leeming@lyx.org>
1755
1756         * *.[Ch]: clean-up of licence and author blurbs.
1757         Also move config.h out of a few .h files and into a few .C files.
1758
1759 2003-08-22  André Pönitz  <poenitz@gmx.net>
1760
1761         * lyxrow.[Ch]: add x_ and *fill_ members
1762
1763         * lyxtext.h:
1764         * text.C:
1765         * rowpainter.C:
1766         * text2.C: adjust/remove prepareToPrint() calls
1767
1768 2003-08-22  André Pönitz  <poenitz@gmx.net>
1769
1770         * lyxrow.[Ch]: add  end_ member
1771
1772         * lyxrow_funcs.C: use LyXRow::end_
1773
1774         * lyxtext.h (singleWidth): add LyXFont parameter
1775
1776         * rowpainter.C:
1777         * text2.C: adjust LyXText::singleWidth() calls
1778
1779         * text.C (redoParagraph): simplify row breaking logic
1780
1781
1782 2003-08-19  André Pönitz  <poenitz@gmx.net>
1783
1784         * funcrequest.C: initialize button_ member
1785
1786         * text3.C:
1787         * rowpainter.[Ch]: interface consolidation
1788
1789 2003-08-18  André Pönitz  <poenitz@gmx.net>
1790
1791         * BufferView.C:
1792         * BufferView_pimpl.C:
1793         * lyxfind.C:
1794         * paragraph_funcs.C:
1795         * rowpainter.C:
1796         * text3.C: remove LyXScreen::draw() and fitCursor calls
1797
1798         * BranchList.h: remove spurious semicolons
1799
1800         * MenuBackend.C: fix branchlist related crash
1801
1802 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1803
1804         * BranchList.[Ch]:
1805         * InsetList.[Ch]:
1806         * LColor.[Ch]:
1807         * LyXAction.C:
1808         * Makefile.am:
1809         * MenuBackend.[Ch]:
1810         * bufferparams.[Ch]:
1811         * factory.C:
1812         * lfuns.h:
1813         * lyxfunc.C:
1814         * text3.C: implements the 'branch inset'
1815         idea. This allows the output of various versions of a document
1816         from a single source version, selectively outputing or suppressing
1817         output of parts of the text.
1818         This implementation contains a 'branch list editor' in a separate
1819         tab of the document settings dialog. Branches are user definable
1820         and have a "display colour" to distinguish them on-screen.
1821
1822         ColorHandler was somewhat cleaned up.
1823         (1) make possible a dynamically growing LColor list by allowing
1824         the graphic context cache to grow along (vector);
1825         (2) eliminate an IMHO unnecessary step in colour allocation.
1826
1827 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1828
1829         * BufferView_pimpl.C: compile fix
1830
1831 2003-08-15  André Pönitz  <poenitz@gmx.net>
1832
1833         * rowpainter.C: remove extra metrics calls
1834
1835         * lyxtext.h: merge the two constructors into a single one,
1836           pass reference to owner's par list
1837
1838         * BufferView_pimpl.C:
1839         * text.C:
1840         * text2.C: adjust
1841
1842 2003-08-15  André Pönitz  <poenitz@gmx.net>
1843
1844         * lyxrow_funcs.[Ch]:
1845         * lyxtext.h:
1846         * paragraph.h:
1847         * paragraph_funcs.C:
1848         * rowpainter.C:
1849         * text.C:
1850         * text2.C:
1851         * text3.C:
1852         * text_funcs.C: split LyXText::rowlist_ into individual
1853         Paragraph::rows_ chunks
1854
1855         * BufferView.[Ch]:
1856         * BufferView_pimpl.[Ch]:
1857         * lyxfind.C:
1858         * lyxtext.h:
1859         * text3.C: remove toggleSelection()
1860
1861 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1862
1863         * bufferlist.C: beautify two alerts (shorter text of buttons)
1864         * buffer.C: Remove redundant ' ' from message
1865         * tabular.h:
1866         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1867         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1868         rename VALIGN_CENTER to VALIGN_MIDDLE
1869
1870 2003-08-11  André Pönitz  <poenitz@gmx.net>
1871
1872         * lyxtext.h (getPar):
1873         * text.C: new function
1874
1875 2003-08-11  André Pönitz  <poenitz@gmx.net>
1876
1877         * Makefile.am:
1878         * tracer.[Ch]: remove unneeded files
1879
1880         * InsetList.[Ch]: remove resizeInsetsLyXText()
1881
1882         * lyxtext.h:
1883         * text.C:
1884         * text2.C:
1885         * text3.C: merge insertParagraphs() and appendParagraph()
1886         remove breakAgain(), update()
1887
1888         * BufferView_pimpl.[Ch]:
1889         * bufferview_funcs.[Ch]:
1890         * lyxfunc.C:
1891         * paragraph.[Ch]:
1892         * rowpainter.C:
1893         * tabular.C: adjust after text & InsetList changes.
1894
1895 2003-08-08  André Pönitz  <poenitz@gmx.net>
1896
1897         * text.C (insertChar, backspace): replace rowlist fiddling
1898         with rebreak of full par
1899
1900         * lyxtext.h:
1901         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1902         checkParagraph, updateInset): removed
1903
1904 2003-08-07  André Pönitz  <poenitz@gmx.net>
1905
1906         * paragraph.C:
1907         * text3.C: merge some LFUN handlers, remove dead code
1908
1909 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1910
1911         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1912
1913 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1914
1915         * text2.C (DEPM): fix part of bug 1255 and 1256
1916
1917 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1918
1919         * BufferView_pimpl.C (workAreaDispatch): change to use
1920         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1921         that are no mouse related.
1922
1923 2003-08-05  André Pönitz  <poenitz@gmx.net>
1924
1925         * BufferView.[Ch]:
1926         * BufferView_pimpl.[Ch]:
1927         * bufferview_funcs.C:
1928         * text2.C:
1929         * text3.C: rip out "deep update"
1930
1931         * textcursor.[Ch] (last_sel_cursor): remove unused member
1932
1933 2003-08-04  André Pönitz  <poenitz@gmx.net>
1934
1935         * BufferView.[Ch]:
1936         * BufferView_pimpl.[Ch]:
1937         * ParagraphParameters.C:
1938         * bufferview_funcs.C:
1939         * lyx_cb.C:
1940         * lyxfind.C:
1941         * lyxfunc.C:
1942         * text.C:
1943         * text2.C:
1944         * text3.C: replace "complicated" BufferView::update(...) calls with
1945         simpler ones.
1946
1947         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1948
1949 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1950
1951         * Makefile.am (lyx_SOURCES): add paper.h
1952
1953 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1954
1955         * Makefile.am: move things around so that both lyx-qt and
1956         lyx-xforms can be built (according to --with-frontend). Then lyx
1957         is a symbolic link to lyx-[firstfrontend]
1958
1959 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1960
1961         * Always use std::endl with lyxerr
1962
1963 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1964
1965         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1966
1967 2003-08-01  André Pönitz  <poenitz@gmx.net>
1968
1969         * BufferView.[Ch]:
1970         * BufferView_pimpl.[Ch]:
1971         * lyxfunc.C:
1972         * text3.C: merge BufferView::repaint() and BufferView::update()
1973
1974 2003-08-01  José Matos  <jamatos@lyx.org>
1975
1976         * buffer.[Ch]: file_format is no longer a buffer data element.
1977
1978 2003-08-01  André Pönitz  <poenitz@gmx.net>
1979
1980         * BufferView.C:
1981         * lyxtext.h:
1982         * text.C:
1983         * text2.C: make redoParagraph more independent of current cursor
1984
1985         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1986         * text.C:
1987         * text2.C: remove unneeded members
1988
1989 2003-07-30  André Pönitz  <poenitz@gmx.net>
1990
1991         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1992
1993         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1994           create a single function...
1995
1996         * paragraph_funcs.C (moveItem): ... here.
1997
1998         * text.C:
1999           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
2000
2001 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
2002
2003         * LColor.[Ch]: Add comment and greyedout logical colors.
2004
2005 2003-07-30  André Pönitz  <poenitz@gmx.net>
2006
2007         * tabular.C: don't use Assert too heavily. This crashes where it
2008           shouldn't
2009
2010 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
2011
2012         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
2013         is disabled (bug 1232)
2014
2015 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2016
2017         * factory.C: limited 'arg' scope
2018
2019 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2020
2021         * factory.C: fixed Note submenu issues
2022
2023 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2024
2025         * factory.C: submenu for Note/Comment/Greyedout
2026
2027 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
2028
2029         * lyx_main.C (LyX):
2030         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
2031
2032 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
2033
2034         * LaTeXFeatures.C:
2035         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
2036         greyedout. Patch provided by Jürgen Spitzmüller.
2037
2038 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2039
2040         * kbmap.C (read): fix error message when reading bind files
2041
2042 2003-07-29  Angus Leeming  <leeming@lyx.org>
2043
2044         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
2045         certainly does not do what it purports to do. I am doing it, and
2046         us, a favour by killing it.
2047
2048 2003-07-28  José Matos  <jamatos@lyx.org>
2049
2050         * buffer.C (readBody, do_writeFile):
2051         * paragraph.C(readParagraph): \end_document replaces \the_end.
2052
2053 2003-07-29  André Pönitz  <poenitz@gmx.net>
2054
2055         * BufferView.[Ch]:
2056         * BufferView_pimpl.[Ch]:
2057         * lyxfunc.C:
2058         * text2.C:
2059         * text3.C:
2060         * textcursor.[Ch]: remove toggleToggle & Co
2061
2062 2003-07-28  José Matos  <jamatos@fep.up.pt>
2063
2064         * buffer.C (readParagraph):
2065         * params_func (readParToken, readParagraph):
2066         * paragraph.C (write): \layout -> \begin_layout.
2067
2068 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2069
2070         * lyxlex_pimpl.C (setFile): clean up slightly.
2071
2072         * bufferparams.h: add compressed var
2073
2074         * buffer_funcs.C (readFile): adjust for LyXLex change
2075         (newFile): ditto + simplify
2076
2077         * buffer.C (writeFile): handle writing of compressed files
2078
2079         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
2080         Check if the file is compressed and set a bufferparm if so.
2081
2082         * Makefile.am (lyx_LDADD): remove explicit -lz
2083
2084 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2085
2086         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
2087         makeDocBookFile): put the real LyX version in the first line of
2088         the file
2089
2090         * version.h:
2091         * version.C.in: remove lyx_docversion
2092
2093         * tabular.C (write_attribute): add a template-based version to
2094         write enums properly
2095
2096 2003-07-28  André Pönitz  <poenitz@gmx.net>
2097
2098         * lyxtext.h:
2099         * text.C:
2100         * text2.C:
2101         * text3.C: use doubles again for x-coordinates. They are needed.
2102
2103 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2104
2105         * messages.C (getLocaleDir): use lyx_localedir()
2106
2107         * lyxlex_pimpl.C (setFile): compress stuff
2108
2109         * buffer.C (writeFile): add some compression stuff
2110         (do_writeFile): new func, dont call expliti close... will this
2111         breake anything?
2112
2113         * Makefile.am (lyx_LDADD): add -lz
2114
2115 2003-07-28  José Matos  <jamatos@fep.up.pt>
2116
2117         * buffer.C: increment file format.
2118         * paragraph_funcs (readParagraph, readParToken):
2119         * paragraph.C (readParagraph): add \end_layout.
2120
2121 2003-07-27  Angus Leeming  <leeming@lyx.org>
2122
2123         * Makefile.am: remove special casing for configure-time setting of
2124         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
2125
2126         * lyx_main.C (init): remove all Jean-Marc's magic setting of
2127         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
2128
2129 2003-07-26  André Pönitz  <poenitz@gmx.net>
2130
2131         * paragraph_func.[Ch]:
2132         * paragraph.C (realizeFont): inline it whereever it is used
2133
2134         * rowpainter.C:
2135         * text.C:
2136         * text2.C:
2137         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
2138
2139
2140 2003-07-26  André Pönitz  <poenitz@gmx.net>
2141
2142         *       lyxtext.h:
2143         * text.C:
2144         * text2.C: get rid of LyXText::need_break_row
2145
2146 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2147
2148         * toc.[Ch]: put namespace toc inside namespace lyx
2149
2150         * MenuBackend.C (expandToc2): adjust for lyx::toc
2151         (expandToc): ditto
2152
2153         * lyxfunc.C (dispatch): adjust for lyx::find
2154
2155         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
2156         lyx::find instead. Reorganize a bit.
2157         (LyXReplace): rename to replace
2158         (LyXFind): rename to find
2159
2160         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
2161         (dispatch): ditto
2162
2163 2003-07-26  André Pönitz  <poenitz@gmx.net>
2164
2165         * text.C (setHeightOfRow): restrict scope of temporary variable
2166
2167         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
2168           code (never has been used?)
2169
2170 2003-07-27  Asger Alstrup  <alstrup@local>
2171
2172         * text.C (fill): Optimise algorithm to exploit that we can reuse
2173         the LyXFont for many characters.
2174         (setHeightOfRow): Same thing.
2175         (rowBreakPoint): Same thing.
2176
2177 2003-07-26  Asger Alstrup  <alstrup@local>
2178
2179         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
2180
2181         * text.C (singleWidth): Spurious font copying in hot-spot
2182         singleWidth avoided. Reorder tests for arabic for efficiency.
2183
2184         * text.C (fill): handle empty paragraphs better.
2185
2186 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2187
2188         * ispell.C:
2189         * encoding.h: add includes
2190
2191         * lyxrc.C: remove reading of bind files
2192
2193         * lyx_main.C (init): setup bindings and menus only if we have a
2194         gui.
2195
2196         * kbmap.C (read): new method. Do the actual reading of bind
2197         files.
2198
2199         * converter.C (dvipdfm_options):
2200         * bufferparams.C:
2201         * lyxrc.C (read):
2202         (output): adapt PAPER_* enums.
2203
2204         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
2205
2206         * bufferparams.h: remove paper-related enums from there
2207
2208         * paper.h: New file. A trivial header file to hold paper-related
2209         enums. It should later expand to contain many paper-related
2210         horrors access.
2211
2212         * lyxrc.C: declare extern displayTranslator
2213
2214 2003-07-27  José Matos  <jamatos@fep.up.pt>
2215
2216         * tabular.[Ch] (linuxdoc): add support for tables and figures
2217         (linuxdoc).
2218
2219 2003-07-27  José Matos  <jamatos@fep.up.pt>
2220
2221         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
2222         consistency in both functions.
2223         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
2224
2225 2003-07-26  Asger Alstrup  <alstrup@local>
2226
2227         * rowpainter.C (paintRows): Change algorithm to work directly on
2228         the insets rather than asking every character in the document
2229         whether its an inset.
2230
2231 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
2232
2233         * buffer.C (openFileWrite): factorize some code
2234
2235 2003-07-26  Angus Leeming  <leeming@lyx.org>
2236
2237         * lyx_cb.C:
2238         * lyx_main.[Ch]: replace occurances of system_tempdir with
2239         os::getTmpDir().
2240
2241 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2242
2243         * rename Inset to InsetOld
2244
2245 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
2246
2247         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
2248         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
2249         which I think is a bit clearer. EDIT is gone, since it was
2250         premature optimisation, and broken for mathed anyway.
2251         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
2252         with cursor positioning in insets as well (math insets still do not
2253         work, but that's a different story anyway.) It mysteriously
2254         crashes sometimes with undo in the first paragraph, but I'm fairly
2255         confident that this is a compiler bug.
2256
2257 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2258
2259         * paragraph.C (Paragraph): adjust for new clone return type
2260         (operator==): ditto
2261         (copyIntoMinibuffer): ditto
2262
2263 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
2264
2265         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
2266         by not having a special case, and always doing a full rebreak of
2267         the document after undo.
2268
2269 2003-07-23  Angus Leeming  <leeming@lyx.org>
2270
2271         * factory.C (createInset): InsetExternal::setParams now takes a
2272         Buffer const * arg.
2273
2274 2003-07-23  Angus Leeming  <leeming@lyx.org>
2275
2276         * factory.C (createInset): changed interface to the external and
2277         graphics mailers' string2params functions.
2278
2279 2003-07-23  Angus Leeming  <leeming@lyx.org>
2280
2281         * factory.C (createInset): pass a
2282         Buffer const * parameter to InsetExternalMailer's string2params.
2283
2284 2003-07-22  John Levon  <levon@movementarian.org>
2285
2286         * Thesaurus.h: include the right aiksaurus header
2287
2288 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2289
2290         * MenuBackend.C (expand): check menu shortcuts unconditionally
2291
2292 2003-07-21  Angus Leeming  <leeming@lyx.org>
2293
2294         * factory.C (createInset): pass a
2295         buffer_path parameter to InsetGraphicsMailer's string2params.
2296
2297 2003-07-21  Angus Leeming  <leeming@lyx.org>
2298
2299         * BufferView_pimpl.C (buffer):
2300         * buffer.C (d-tor):
2301         * lyx_main.C (LyX):
2302         * lyxfunc.C (dispatch):
2303         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
2304         rather than the grfx shortcut.
2305
2306 2003-07-21  André Pönitz  <poenitz@gmx.net>
2307
2308         * rowpainter.C: remove unused variables
2309
2310         * tabular_funcs.C:
2311         * tabular_funcs.h: move to tabular.C
2312         * Makefile.am: adjust
2313
2314         * tabular.[Ch]: basic optical cleaning
2315
2316         * author.h: pass references, not values
2317
2318 2003-07-18  André Pönitz  <poenitz@gmx.net>
2319
2320         * lyxtext.h:
2321         * metricsinfo.C:
2322         * metricsinfo.h:
2323         * rowpainter.C:
2324         * text.C:
2325         * text2.C:
2326         * text3.C: two-phase drawing for InsetText and InsetTabular
2327         some float -> int changes.
2328
2329 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2330
2331         * lyx_main.C: fix the fix
2332
2333 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2334
2335         * lyx_main.C: fix a crash in batch mode if no files specified
2336         * converter.C: ws
2337
2338 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
2339
2340         * format.[Ch] (papersize): moved to BufferParams
2341         * converter.[Ch] (dvips_options): moved to BufferParams
2342         (dvipdfm_options): moved to anon namespace
2343         * bufferparams.[Ch]: added above functions.
2344
2345 2003-07-17  André Pönitz  <poenitz@gmx.net>
2346
2347         * lyxtext.h:
2348         * rowpainter.C:
2349         * text2.C: don't call inset->update() anymore
2350
2351         * metricsinfo.[Ch]: add convenience constructor
2352
2353 2003-07-16  André Pönitz  <poenitz@gmx.net>
2354
2355         * lyxcursor.[Ch]:
2356         * lyxfunc.[Ch]:
2357         * text.C:
2358         * text2.C: replace the LyXCursor::irow_ member with
2359          on-demand computation of the value
2360
2361 2003-07-16  John Levon  <levon@movementarian.org>
2362
2363         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
2364
2365 2003-07-15  André Pönitz  <poenitz@gmx.net>
2366
2367         * text.C:
2368         * text2.C: remove no more needed refresh_row
2369
2370 2003-07-15  André Pönitz  <poenitz@gmx.net>
2371
2372         * lyxtext.h:
2373         * rowpainter.C:
2374         * text2.C:
2375         * text3.C: refresh_status tristate -> need_update bool
2376
2377 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
2378
2379         * lyxtext.h (init): remove reinit argument (act as if always true)
2380         * text2.C: adjust to that
2381
2382 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2383
2384         * bufferview_funcs.[Ch]: introduce function replaceSelection()
2385         * text3.C: use it to delete selections in some cases
2386         (bugs 441, 673, 702, 954).
2387
2388 2003-07-14  André Pönitz  <poenitz@gmx.net>
2389
2390         * rowpainter.[Ch]: reduce interface
2391
2392 2003-07-14  André Pönitz  <poenitz@gmx.net>
2393
2394         * BufferView_pimpl.C:
2395         * text2.C: adjust after removing unused BufferView * argument
2396
2397 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
2398
2399         * text2.C (init): fix a crash fired on resize
2400
2401 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
2402
2403         * buffer.[Ch]: added new closing signal
2404         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
2405         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
2406         BufferView::Pimpl via the closing the signal
2407
2408 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
2409
2410         * buffer.[Ch]: take out all bv-related from buffer
2411         * BufferView.C:
2412         * BufferView_pimpl.[Ch]: connect to new signals
2413         * CutAndPaste.C: removed useless asserts
2414         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
2415         * lyxvc.[Ch]:
2416         * vc-backend.[Ch]:
2417         * lyxfunc.C: moved view-related funciontality from vc here
2418         * paragraph.C: removed outdated comments
2419         * text.C: ws
2420
2421 2003-07-10  André Pönitz  <poenitz@gmx.net>
2422
2423         * BufferView_pimpl.C:
2424         * tabular.h:
2425         * tabular_funcs.C:
2426         * text.C:
2427         * text2.C: remove InsetText::InnerCache, clean up consequences
2428
2429 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2430
2431         * ispell.C: fix two typos in error messages
2432
2433 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
2434
2435         * Extend Note inset to other forms of annotation like Comment
2436         and Greyedout. Right button click gives dialog.
2437
2438         Files modified or added (+):
2439
2440         * insetnote.[Ch]
2441         * FormNote.[Ch]      +
2442         * ControlNote.[Ch]   +
2443         * form_note.fd       +
2444         * Makefile.am in frontends/xforms, frontends/xforms/forms,
2445         frontends/controllers
2446         * xforms/Dialogs.C
2447         * factory.C
2448
2449 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2450
2451         * aspell.C: add missing namespace lyx::support
2452
2453 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
2454
2455         * BufferView.[Ch] (newFile): Add
2456         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
2457         * LaTeX.[Ch] (message): added this signal and use it
2458         * buffer.[Ch] (busy, message): added these signals and use them
2459         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
2460         * converter.C:
2461         * exporter.C:
2462         * format.C:
2463         * importer.C: use buffer signals instead of direct bv calling
2464         * lyx_cb.[Ch] (ShowMessage): removed
2465         * lyx_main.C:
2466         * lyxfunc.C:
2467         * paragraph_funcs.C:
2468         * text2.C: use buffer signals
2469
2470 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2471
2472         * introduce namespace lyx::graphics
2473
2474 2003-07-02  André Pönitz  <poenitz@gmx.net>
2475
2476         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
2477
2478 2003-07-01  André Pönitz  <poenitz@gmx.net>
2479
2480         * text.C:
2481         * text2.C:
2482         * text3.C:
2483         * text_funcs.[Ch]:
2484         * textcursor.h:
2485         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
2486           text*.C to text_func.C
2487
2488 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2489
2490         * introduce namespace lyx::support
2491
2492 2003-06-30  André Pönitz  <poenitz@gmx.net>
2493
2494         * Chktex.C:
2495         * funcrequest.C:
2496         * lyxtext.h:
2497         * text.C: re-enable --with-included-string
2498
2499 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2500
2501         * textcursor.C: add <config.h>
2502
2503         * text.C (getWord): remove const from word_location arg
2504
2505         * lyxvc.C (getLogFile): fix const type order
2506
2507         * lyxtext.h: remove const from word_location arg, add arg name
2508
2509         * lyxlayout.h: currect type on labeltype.
2510
2511         * importer.C: correct \file
2512
2513         * converter.C (intToFormat): use std:: on ret val, ws changes
2514
2515         * bufferlist.h: correct \file
2516
2517         * buffer.C (makeLinuxDocFile): fix const type order
2518         (makeDocBookFile): ditto
2519         (fillWithBibKeys): use std:: on stdlib args.
2520
2521         * CutAndPaste.C: fix authors.
2522         (availableSelections): use std:: on return vector
2523
2524 2003-06-27  André Pönitz  <poenitz@gmx.net>
2525
2526         * BufferView_pimpl.C:
2527         * bufferview_funcs.C:
2528         * lyxcursor.C:
2529         * lyxcursor.h:
2530         * lyxfunc.C:
2531         * lyxtext.h:
2532         * rowpainter.C:
2533         * text.C:
2534         * text2.C:
2535         * text3.C: remove LyXCursor::row_ member
2536
2537         * lyxtext.h:
2538         * text.C: rename fullRebreak() to partialRebreak() and implement
2539           a fullRebreak() that really bereks fully
2540
2541         * textcursor.h: new struct for cursor-related data
2542
2543 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
2544
2545         * lyx_main.C (LyX): get full path of document loaded on the
2546         command line
2547
2548 2003-06-26  André Pönitz  <poenitz@gmx.net>
2549
2550         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
2551           remove unused/broken operator>,<,>=.
2552
2553         *       text.C: remove only use of broken operator<= in an Assert().
2554
2555 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2556
2557         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
2558         moved errorlist_.clear to showErrorList
2559
2560 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2561
2562         * converter.C (scanLog, runLaTeX):
2563         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
2564         move the bv->showErrorList call to the callers
2565         * lyxfunc.C: i.e. here...
2566         * text2.C: and here
2567         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
2568         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
2569         namespace, the second to...
2570         * buffer_funcs (BufferFormat, parseErrors): added
2571         * errorlist.C (ErrorList(TeXErrors const &)): removed
2572
2573 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2574
2575         * ToolbarBackend.C (getIcon): complain when icon cannot be found
2576
2577 2003-06-24  "Garst R. Reese" <reese@isn.net>
2578
2579         * debug.C: fix typo
2580
2581 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2582
2583         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
2584
2585         * version.C.in: change docversion to 1.4
2586
2587 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
2588
2589         * buffer.C: fix a bug just introduced
2590
2591 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
2592
2593         * buffer.[Ch]: added the parseError signal and use it, removed
2594         sgmlError
2595         * BufferView.[Ch] (addError): moved to ...
2596         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
2597         to the Buffer::parseError signal to catch (guess what) parse errors
2598         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
2599
2600 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
2601
2602         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
2603         ability to create a buffer and to return an existing one from
2604         the list. Moved these functions to...
2605         * buffer_funcs.[Ch]: added
2606         * BufferView.[Ch] (loadLyXFile): added
2607         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
2608         job removed from bufferlist::loadLyXFile.
2609         * buffer.C (setReadOnly): make it work without view
2610         (i.e added an if (users))
2611
2612 2003-06-19  Angus Leeming  <leeming@lyx.org>
2613
2614         * lfuns.h:
2615         * LyXAction.C (init):
2616         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
2617         with LFUN_DIALOG_SHOW <name> <data>.
2618
2619 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2620
2621         * CutAndPaste.C (availableSelections): small compilation fix for
2622         ancient (gcc 2.9x) compilers
2623
2624 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2625
2626         * text3.C (cursorNext): add tmp var
2627
2628         * text2.C (updateCounters): for function calling out of for clause
2629         (replaceSelectionWithString): ditto
2630         (insertStringAsParagraphs): ditto
2631         (getColumnNearX): add tmp var
2632         (setCursorFromCoordinates): add tmp var
2633         (cursorDownParagraph): add tmp var
2634         (deleteEmptyParagraphMechanism): add tmp var
2635
2636         * text.C (insertChar): add tmp var
2637
2638         * rowpainter.C (paintDepthBar): add tmp var
2639
2640         * CutAndPaste.C (availableSelections): potentially check all
2641         paragraphs in a cut to fill the shown strings.
2642
2643 2003-06-18  André Pönitz  <poenitz@gmx.net>
2644
2645         * kbmap.[Ch]: use vector<> instead of list<>
2646
2647 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2648
2649         * text3.C (dispatch): handle arg to LFUN_PASTE, call
2650         pasteSelection with index
2651
2652         * text2.C (pasteSelection): modify, call pasteSelection with index
2653
2654         * paragraph.C (asString): reimplement version with no interval to
2655         call the one with interval.
2656
2657         * lyxtext.h: add index arg to pasteSelection
2658
2659         * MenuBackend.C (MenuItem): handle PasteRecent
2660         (Menu::read::Menutags): add md_pasterecent
2661         (read): handle it
2662         (expandPasteRecent): new function
2663         (expand): use it
2664
2665         * MenuBackend.h: add PasteRecent to MenuItem::Kind
2666
2667         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
2668         the limited stack
2669         (availableSelections): new function
2670
2671 2003-06-17  Angus Leeming  <leeming@lyx.org>
2672
2673         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
2674
2675 2003-06-17  Angus Leeming  <leeming@lyx.org>
2676
2677         * lfuns.h:
2678         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
2679
2680         * lyxfunc.C (dispatch): invoke it.
2681
2682 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2683
2684         * iterators.C (operator++, ParPosition): reintroduce some
2685         const_cast for the benefit of older compilers.
2686
2687 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2688
2689         * text3.C (dispatch): do not modify clipboard when doing
2690         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
2691         LFUN_DELETE_SKIP on a selection selection
2692
2693 2003-06-16  André Pönitz  <poenitz@gmx.net>
2694
2695         * BufferView.C:
2696         * buffer.C:
2697         * buffer.h:
2698         * paragraph.C:
2699         * tabular.[Ch]: IU of clone() and getLabelList();
2700
2701 2003-06-13  André Pönitz  <poenitz@gmx.net>
2702
2703         * tabular.h: compactification
2704
2705 2003-06-12  André Pönitz  <poenitz@gmx.net>
2706
2707         * tabular.C:
2708         * tabular.h:
2709         * tabular_funcs.h: some renaming plus whitespace
2710
2711 2003-06-12  André Pönitz  <poenitz@gmx.net>
2712
2713         * BufferView.C:
2714         * BufferView_pimpl.C:
2715         * CutAndPaste.C:
2716         * buffer.C:
2717         * iterators.[Ch]:
2718         * lyxfunc.C:
2719         * text.C:
2720         * toc.C: Return a Paragraph & for ParIterator::operator*()
2721
2722 2003-06-11  John Levon  <levon@movementarian.org>
2723
2724         * lyx_main.C:
2725         * ToolbarBackend.h:
2726         * ToolbarBackend.C: add "Toolbars" section and
2727         put the flags there
2728
2729 2003-06-10  Angus Leeming  <leeming@lyx.org>
2730
2731         * lfuns.h:
2732         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2733
2734         * lyxfunc.C (dispatch): invoke it.
2735
2736 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2737
2738         * main.C: protect <ios> with HAVE_IOS
2739         (main): protect sync_with_stdio with HAVE_IOS
2740
2741 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2742
2743         * text2.C (cutSelection): adjust
2744         (pasteSelection): adjust
2745
2746         * messages.C: handle get of empty string
2747
2748         * main.C (main): use sync_with_stdio(false)
2749
2750         * lyxfunc.C (dispatch): adjust
2751
2752         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2753         (WriteAs): remove unneeded BufferView arg.
2754
2755         * bufferparams.h: use correct types on papersize, papersize2 and
2756         paperpackage.
2757
2758         * bufferparams.C (readToken): adjust for type
2759         (writeLaTeX): add missing cases to switch.
2760
2761         * bufferlist.C (quitWriteBuffer): adjust
2762         (close): adjust
2763
2764         * buffer.C (asciiParagraph): remove some commented code.
2765
2766         * CutAndPaste.C: remove current_view extern variable.
2767         (cutSelection): add BufferParams arg.
2768         (eraseSelection): add BufferParams arg.
2769         (pasteSelection): add Buffer const & arg
2770
2771 2003-06-07  John Levon  <levon@movementarian.org>
2772
2773         * buffer.C:
2774         * paragraph_funcs.C:
2775         * paragraph_pimpl.C:
2776         * text.C:
2777         * text2.C:
2778         * paragraph.h:
2779         * paragraph.C: allow InsetERT to freely space lines,
2780         and some consolidation of code
2781
2782 2003-06-06  José Matos  <jamatos@fep.up.pt>
2783
2784         * buffer.C (makeDocBookFile): fix bug #821
2785
2786 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2787
2788         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2789
2790 2003-06-04  Angus Leeming  <leeming@lyx.org>
2791
2792         * buffer.C: bump format to 224.
2793
2794 2003-06-05  André Pönitz  <poenitz@gmx.net>
2795
2796         * text2.C (redoParagraphs): remove two const_cast<>
2797
2798 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2799
2800         * ParagraphList.h: remove last remnants of NO_STD_LIST
2801
2802 2003-06-03  Angus Leeming  <leeming@lyx.org>
2803
2804         * factory.C (createInset): small change to the way InsetExternal's params
2805         are set.
2806
2807 2003-06-04  André Pönitz  <poenitz@gmx.net>
2808
2809         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2810
2811         * paragraph_pimpl.h:
2812         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2813
2814         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2815
2816         * undo_funcs.C: make some simple cases of undo work again
2817
2818 2003-06-03  John Levon  <levon@movementarian.org>
2819
2820         * ispell.C: HPUX doesn't have sys/select.h
2821         (from Albert Chin)
2822
2823 2003-06-03  John Levon  <levon@movementarian.org>
2824
2825         * CutAndPaste.C: update tabular and include inset
2826         buffer references
2827
2828         * buffer.h:
2829         * paragraph.h:
2830         * paragraph.C: remove owningBuffer(), don't pass Buffer
2831         to clone()
2832
2833         * factory.C: insetGraphicsParams changed
2834
2835 2003-06-02  John Levon  <levon@movementarian.org>
2836
2837         * LyXAction.C:
2838         * factory.C:
2839         * lfuns.h:
2840         * lyxfunc.C:
2841         * text3.C: remove insetparent
2842
2843 2003-06-02  John Levon  <levon@movementarian.org>
2844
2845         * buffer.h:
2846         * buffer.C: fix inset_iterator.end(), move out of line
2847         (bug 1149)
2848
2849 2003-06-01  John Levon  <levon@movementarian.org>
2850
2851         * text3.C: use a proper cut/paste when doing inset
2852         insert (from Jürgen Spitzmüller)
2853
2854 2003-06-01  John Levon  <levon@movementarian.org>
2855
2856         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2857
2858 2003-05-30  André Pönitz  <poenitz@gmx.net>
2859
2860         * rowpainter.C: unify second drawing phase
2861
2862 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2863
2864         * trans_mgr.C: remove one case of current_view
2865
2866         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2867
2868         * paragraph_funcs.h: remove paragraph.h include
2869
2870         * paragraph.h: delete NO_STD_LIST stuff
2871
2872         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2873
2874         * buffer.h: remove paragraph.h include
2875
2876         * ParagraphList.C: delete file
2877
2878         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2879
2880         * toc.C (getTocList): adjust
2881
2882         * paragraph_pimpl.C (validate): adjust
2883
2884         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2885
2886         * paragraph.C (Paragraph): adjust
2887         (getPositionOfInset): use const_iterator, adjust
2888         (bibitem): use const_iterator, adjust
2889         (setInsetOwner): adjust
2890
2891         * iterators.C (operator++): adjust
2892
2893         * InsetList.[Ch]: Replace selfmade iterator with standard
2894         vector::iterator also introduce const_iterator. Remove getPos,
2895         getInset and setInset from InsetTable. Adjust accordingly.
2896
2897         * BufferView.C (lockInset): adjust
2898         (ChangeInsets): adjust
2899
2900         * tabular.[Ch]: delete commented same_id functions
2901
2902 2003-05-28  John Levon  <levon@movementarian.org>
2903
2904         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2905
2906 2003-05-28  André Pönitz  <poenitz@gmx.net>
2907
2908         * metricsinfo.[Ch]: remove 'fullredraw' member
2909
2910 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2911
2912         * lyxtextclass.C (operator): remove caching.
2913
2914 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2915
2916         * text3.C: adjust
2917
2918         * text2.C (cursorBottom): adjust
2919         (setCounter): use ParagraphList::find, adjust
2920
2921         * text.C (workWidth): use ParagraphList::find, adjust
2922
2923         * lyxcursor.C (LyXCursor): adjust
2924
2925         * buffer.C (inset_iterator): adjust
2926
2927         * ParagraphList.h: make iterator(value_type) private, make
2928         ParagraphList a friend of iterator.
2929
2930         * ParagraphList.C (find): new function
2931
2932         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2933
2934 2003-05-27  André Pönitz  <poenitz@gmx.net>
2935
2936         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2937
2938 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2939
2940         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2941
2942 2003-05-26  John Levon  <levon@movementarian.org>
2943
2944         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2945
2946 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2947
2948         * remove same_id from function signatures, adjust.
2949
2950 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2951
2952         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2953
2954         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2955
2956         * paragraph.C (Paragraph): get rid of same_ids parameter
2957
2958         * ParagraphList.C (insert): adjust
2959         (push_back): adjust
2960
2961 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2962
2963         * paragraph_funcs.C (breakParagraph): adjust
2964         (breakParagraphConservative): adjust
2965
2966         * buffer.C (readParagraph): adjust
2967
2968         * ParagraphList.C (insert): take a reference instead of a pointer
2969         (insert): adjust
2970
2971         * paragraph.[Ch] (id): new function
2972
2973         * bufferlist.C (newFile): adjust
2974
2975         * ParagraphList.C (ParagraphList): adjust
2976         (assign): adjust
2977         (push_back): take a reference instead of a pointer.
2978
2979         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2980
2981         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2982         instead.
2983
2984         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2985         set else use old code.
2986
2987         * ParagraphList.C: remove all NO_NEXT code and only compile this
2988         code of NO_STD_LIST is set.
2989
2990 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2991
2992         * BufferView_pimpl.C:
2993         * TextCache.C:
2994         * TextCache.h:
2995         * bufferlist.C:
2996         * errorlist.h:
2997         * format.C:
2998         * format.h:
2999         * graph.C:
3000         * lyxfunc.C:
3001         * lyxrc.C:
3002         * graphics/GraphicsConverter.C:
3003         * graphics/PreviewLoader.C: header adjustment
3004
3005 2003-05-23  Angus Leeming  <leeming@lyx.org>
3006
3007         * LaTeXFeatures.[Ch] (useBabel): new method.
3008         * bufferparams.C (writeLaTeX): use it.
3009
3010 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3011
3012         * ParagraphList.h (set): remove unused function.
3013
3014 2003-05-23  André Pönitz  <poenitz@gmx.net>
3015
3016         * BufferView.C:
3017         * BufferView_pimpl.C:
3018         * buffer.C:
3019         * buffer.h:
3020         * lyxfunc.C:
3021         * undo_funcs.C: setUndo reworked
3022
3023         * iterators.[Ch]: add access to topmost ParagraphList
3024
3025         * lyxtext.[Ch] (workWidth): add a const
3026
3027 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3028
3029         * texrow.[Ch] (increasePos): remove function
3030         * exporter.C (export): removed unused var and outdated comment
3031
3032 2003-05-23  Angus Leeming  <leeming@lyx.org>
3033
3034         * latexrunparams.h: rename fragile as moving_arg.
3035         * paragraph.C (simpleTeXOnePar): ditto.
3036         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
3037
3038 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3039
3040         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
3041         (createUndo): ditto
3042         (textUndoOrRedo): comment out a currently unused var.
3043
3044         * paragraph.h (NO_NEXT): enable NO_NEXT
3045
3046         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
3047
3048         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
3049
3050         * exporter.C (Export): adjust for removeAutoInsets removal.
3051
3052         * buffer.C (runChktex): adjust for removeAutoInsets removal.
3053
3054         * LyXAction.C (init): remove LFUN_REMOVEERRORS
3055
3056         * BufferView.[Ch] (removeAutoInsets): delete function
3057
3058 2003-05-22  Angus Leeming  <leeming@lyx.org>
3059
3060         * latexrunparams.h: add a free_spacing variable.
3061
3062         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
3063         to pass moving_arg, as the data is stored in runparams.fragile.
3064
3065         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
3066         to Inset::latexOptional or to simpleTeXOnePar.
3067
3068         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
3069         free_spacing arg to Inset::latexOptional.
3070
3071         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3072         free_spacing arg.
3073
3074 2003-05-22  Angus Leeming  <leeming@lyx.org>
3075
3076         * latexrunparams.h: add fragile and use_babel variables.
3077
3078         * bufferparams.[Ch] (writeLaTeX): return use_babel.
3079         * buffer.C (makeLaTeXFile): store this returned value in
3080         runparams.use_babel, thus passing it to the inset::latex methods.
3081
3082         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
3083         simpleTeXSpecialChars as it is now stored in runparams.fragile.
3084
3085         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
3086         longer has a fragile arg, as it is stored in runparams.fragile.
3087
3088         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
3089         moving_arg parameter as the data is stored in runparams.fragile.
3090
3091         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3092         a fragile parameter as the data is stored in runparams.fragile.
3093
3094 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3095
3096         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
3097
3098 2003-05-22  Angus Leeming  <leeming@lyx.org>
3099
3100         * latexrunparams.h: add a 'bool nice' which defaults to false.
3101
3102         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
3103         now encapsulated within runparams.
3104
3105         * bufferlist.C (updateIncludedTeXfiles):
3106         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
3107
3108 2003-05-22  Angus Leeming  <leeming@lyx.org>
3109
3110         * latexrunparams.h: new file containing struct LatexRunParams.
3111         * Makefile.am: add new file.
3112
3113         * LaTeX.[Ch] (c-tor, run):
3114         * buffer.[Ch] (makeLaTeXFile):
3115         * bufferlist.[Ch] (updateIncludedTeXfiles):
3116         * converter.C (convert, scanLog):
3117         * converter.[Ch] (runLaTeX):
3118         * exporter.C (Export):
3119         * paragraph.[Ch] (simpleTeXOnePar):
3120         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
3121         * paragraph_funcs.[Ch] (latexParagraphs):
3122         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
3123         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
3124         pass around a LatexRunParams parameter.
3125
3126 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3127
3128         * paragraph.[Ch]: remove unused constructor
3129
3130         * ParagraphList.C (erase): new function, taking two iterators
3131
3132 2003-05-22  André Pönitz  <poenitz@gmx.net>
3133
3134         * undo_funcs.C: remove duplicated code
3135
3136         * iterator.[Ch]: operator=
3137
3138 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3139
3140         * tabular.C (SetMultiColumn): ws changes
3141
3142         * rowpainter.C (paintFirst): get rid of a ->previous
3143
3144         * lyx_cb.C (getPossibleLabel): parlist simplification
3145
3146         * BufferView.C (ChangeInsets): simplify slightly.
3147
3148 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3149
3150         * LyXAction.C: new lfun space-insert, kill protected-space-insert
3151         * lfuns.h: new LFUN_SPACE
3152         * lyxfunc.C: protected space has a new lfun
3153         * paragraph_funcs.C: read new space insets
3154         * text3.C:
3155         * factory.C: handle new space insets
3156
3157 2003-05-22  André Pönitz  <poenitz@gmx.net>
3158
3159         * BufferView.C:
3160         * BufferView_pimpl.C:
3161         * buffer.[Ch]:
3162         * lyxfunc.C:
3163         * undo_funcs.C: return a ParIterator from getParFromID.
3164
3165         * iterators.[Ch]: add two const's
3166
3167 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3168
3169         * toc.C (getTocList): adjust
3170
3171         * iterators.[Ch]: rework for parlist
3172
3173         * buffer.C (par_iterator_begin): adjust
3174         (par_iterator_end): adjust
3175
3176         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
3177
3178         * BufferView.C (removeAutoInsets): adjust
3179         (ChangeInsets): adjust
3180
3181 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
3182
3183         * text.C (top_y): fix bug 1110
3184
3185 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
3186
3187         * errorlist.[Ch]: added
3188         * buffer.C:
3189         * BufferView.[Ch]:
3190         * BufferView_pimpl.C:
3191         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
3192         instead
3193
3194 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3195
3196         * Makefile.am: ensure that lyx is relinked upon changes to the
3197         various "convenience" libs.
3198
3199 2003-05-20  Angus Leeming  <leeming@lyx.org>
3200
3201         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
3202         files are compiled in alphabetical order again.
3203
3204         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
3205
3206 2003-05-19  Angus Leeming  <leeming@lyx.org>
3207
3208         * gettext.[Ch]: remove "char const * _(char const *)".
3209
3210 2003-05-19  André Pönitz  <poenitz@gmx.net>
3211
3212         * dimension.[Ch]: promote from mathed/dimension.[Ch]
3213
3214         * Makefile.am:
3215         * BufferView.C:
3216         * DepTable.h:
3217         * LaTeXFeatures.C:
3218         * buffer.C:
3219         * lyxfont.C:
3220         * lyxlex.h:
3221         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
3222
3223 2003-05-19  André Pönitz  <poenitz@gmx.net>
3224
3225         * buffer.C:
3226         * lyxlayout.[Ch]:
3227         * lyxtextclass.[Ch]:
3228         * paragraph.C:
3229         * paragraph_funcs.[Ch]:
3230         * text2.C:
3231         * text3.C: more insetenv work
3232
3233 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
3234
3235         * ParagraphParameters.C (params2string): small bug fixed
3236
3237 2003-05-16  André Pönitz  <poenitz@gmx.net>
3238
3239         * debug.C:
3240         * bufferview_funcs.C: patch from Kornel Benko to prevent
3241           crash when _(...) is called twice in a statement
3242
3243 2003-05-16  André Pönitz  <poenitz@gmx.net>
3244
3245         * BufferView.C:
3246         * lyxfunc.C:
3247         * text.C:
3248         * text2.C:
3249         * text3.C:
3250         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
3251
3252 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
3253
3254         * lyx_main.C (init): remove spurious static_cast
3255
3256 2003-05-14  André Pönitz  <poenitz@gmx.net>
3257
3258         * BufferView.C: fix format string
3259
3260 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
3261
3262         * BufferView.[Ch] (insertErrors): removed
3263         * BufferView.[Ch] (showErrorList): added
3264         * buffer.C (runChkTeX):
3265         * converter.C (scanLog): call showErrorList instead of inserterrors
3266
3267 2003-05-13  André Pönitz  <poenitz@gmx.net>
3268
3269         * BufferView_pimpl.C:
3270         * buffer.C:
3271         * bufferview_func.C:
3272         * MenuBackend.C:
3273         * lyxfunc.C:
3274         * lyxrc.C:
3275         * tex-accent.C:
3276         * text3.C:
3277         * toc.C:
3278         * tabular_funcs.h: tostr() from its own header
3279
3280         * ParagraphParameters.C:
3281         * ToolbarBackend.C:
3282         * bufferparams.C:
3283         * format.C:
3284         * lyxlex_pimpl.C:
3285         * text3.C: STRCONV()
3286
3287 2003-05-12  André Pönitz  <poenitz@gmx.net>
3288
3289         * BufferView.C:
3290         * BufferView_pimpl.C:
3291         * CutAndPaste.C:
3292         * LaTeX.C:
3293         * LaTeXFeatures.C:
3294         * ParagraphParameters.C:
3295         * buffer.C:
3296         * bufferlist.C:
3297         * bufferparams.C:
3298         * bufferview_funcs.C:
3299         * converter.C:
3300         * counters.C:
3301         * debug.C:
3302         * exporter.C:
3303         * format.C:
3304         * importer.C:
3305         * lyx_cb.C:
3306         * lyx_main.C:
3307         * lyxfont.C:
3308         * lyxfunc.C:
3309         * lyxvc.C:
3310         * paragraph.C:
3311         * paragraph_funcs.C:
3312         * tabular.C:
3313         * tabular_funcs.C:
3314         * text2.C:
3315         * text3.C:  boost::format -> bformat  all over the place
3316
3317
3318 2003-05-09  André Pönitz  <poenitz@gmx.net>
3319
3320         * LColor.[Ch]: Pimpl the #include <map> away
3321
3322 2003-05-09  John Levon  <levon@movementarian.org>
3323
3324         * bufferlist.C: never remove emergency saves
3325
3326 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3327
3328         * Makefile.am: better lib building
3329
3330 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3331
3332         * texrow.[Ch]: remove dependency on Paragraph and just store a id
3333         instead.
3334         * paragraph_pimpl.C (simpleTeXBlanks): adjust
3335         (simpleTeXSpecialChars): adjust
3336         (simpleTeXSpecialChars): adjust
3337         * paragraph.C (simpleTeXOnePar): adjust
3338         * buffer.C (makeLaTeXFile): adjust
3339
3340         * Makefile.am (BOOST_LIBS): allow boost as system lib.
3341
3342         * text2.C (changeDepth): parlist cleanup
3343         (getColumnNearX): ditto
3344
3345         * rowpainter.C (getLabelFont): parlist cleanup
3346
3347         * bufferlist.C (newFile): parlist cleanup
3348
3349         * CutAndPaste.C (eraseSelection): parlist cleanup
3350
3351         * BufferView_pimpl.C (trackChanges): parlist cleanup
3352         (dispatch): ditto
3353
3354         * BufferView.C (lockInset): parlist cleanup.
3355         (ChangeInsets): ditto
3356
3357 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3358
3359         * CutAndPaste.h: Update file header.
3360
3361         * CutAndPaste.C: Update file header.
3362         Store the parts cut out of the Document in a limited_stack.
3363         (copySelection): adjust
3364         (pasteSelection): new function, takes the index in the limited stack.
3365         (nrOfParagraphs): adjust
3366         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
3367         simplify error inset insertion.
3368         (checkPastePossible): adjust
3369
3370 2003-05-06  John Levon  <levon@movementarian.org>
3371
3372         * text2.C: don't cast wrap inset to float
3373
3374 2003-05-05  André Pönitz  <poenitz@gmx.net>
3375
3376         * iterator.C:
3377         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
3378
3379         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
3380           few naked Paragraph *.
3381
3382 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
3383
3384         * bufferparams.C: Output warning if a document with missing
3385         TeX document class is loaded
3386         * exporter.C: Disable TeX exports if the document class is missing
3387         * lyxtextclass.C:
3388         * lyxtextclass.h:
3389         * lyxtextclasslist.C: Handle new textclass.lst format; new method
3390         isTeXClassAvailable()
3391
3392 2003-05-03  John Levon  <levon@movementarian.org>
3393
3394         * BufferView.h:
3395         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
3396         explicit cursor show/hide
3397
3398         * BufferView_pimpl.h:
3399         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
3400         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
3401
3402         * lyxfunc.C: hide cursor before dispatching.
3403
3404         * lyx_cb.C:
3405         * lyxfind.C:
3406         * text.C:
3407         * text3.C: remove explicit cursor hides
3408
3409 2003-05-02  André Pönitz  <poenitz@gmx.net>
3410
3411         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
3412
3413         * undo_funcs.C:
3414         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
3415           linked lists
3416
3417         * text2.C: tiny whitespace
3418
3419 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3420
3421         * undo_funcs.C: almost only ws changes.
3422
3423         * ParagraphList.C (splice): just return if pl is empty.
3424
3425 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3426
3427         * ParagraphList.C (splice): new function.
3428
3429         * CutAndPaste.C (pasteSelection): use it
3430
3431 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3432
3433         * CutAndPaste.C (pasteSelection): remove the last next and
3434         previous from this file.
3435
3436 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3437
3438         * CutAndPaste.C (pasteSelection): more clean up, user proper
3439         ParagraphList functions for pasteing.
3440
3441         * ParagraphList.C (insert): new function, three arg insert
3442
3443 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3444
3445         * ParagraphList.C (insert): new function, three arg insert
3446
3447         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
3448         not on paragraphs.
3449
3450 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3451
3452         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
3453
3454 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3455
3456         * CutAndPaste.C (pasteSelection): remove some unneeded code.
3457
3458 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3459
3460         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
3461         (copySelection): clean up a bit.
3462         (pasteSelection): use make_pair
3463
3464         * ParagraphList.C (ParagraphList): implement copy constructor
3465         (operator=): implement, base on copy constructor.
3466         (assign): new func
3467
3468         * paragraph.C (erase): return a bool
3469
3470         * paragraph_pimpl.C (erasePos): remove function, move contents...
3471         (erase): ... here. Return a bool.
3472         (erase): call erase instead of erasePos.
3473
3474 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
3475
3476         * ParagraphList.h: define PitPosPair
3477         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
3478         ParagraphList, fix a bug on pasting multiple pars
3479         * text2.C: change interface to C&P
3480
3481 2003-04-30  André Pönitz  <poenitz@gmx.net>
3482
3483         * undo_func.C: revert part of yesterday's patch 2
3484
3485 2003-04-30  John Levon  <levon@movementarian.org>
3486
3487         * LColor.C: s/tabular/table/
3488
3489 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3490
3491         * text3.C (dispatch): do not convert iterator -> pointer
3492         * undo_funcs.C (setCursorParUndo): ditto
3493         * text_funcs.C (transposeChars): ditto
3494
3495         * text2.C (setLayout): ws changes only
3496
3497         * text.C (breakParagraph): do not convert iterator -> pointer
3498         (insertChar): ditto
3499         (acceptChange): ditto
3500         (rejectChange): ditto
3501         (changeCase): ditto
3502         (Delete): ditto
3503         (backspace): ditto
3504
3505         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
3506         pointer
3507
3508 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3509
3510         * text3.C (gotoInset): YABG (yet another bad getChar)
3511
3512 2003-04-29  André Pönitz  <poenitz@gmx.net>
3513
3514         * paragraph.h: make operator= private unimplemented as long as
3515           it is unusable
3516
3517         * ParagraphList.C: whitespace
3518
3519         * paragraph.[Ch]:
3520         * paragraph_pimpl.[Ch]:
3521         * paragraph_funcs.C:
3522         * CutAndPaste.C:
3523         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
3524
3525         * text2.C:
3526           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
3527
3528 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3529
3530         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
3531         * paragraph.[Ch] (erase):
3532         * paragraph_pimpl.[Ch] (erase): change return type and value
3533         * text2.C (cutSelection): some rework
3534
3535 2003-04-28  John Levon  <levon@movementarian.org>
3536
3537         * bufferlist.C: changes for unsaved changes dialog
3538
3539 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3540
3541         * bufferlist.C (newFile): set language (messages_) for new
3542         documents also.
3543
3544         * buffer.C (readFile): ws changes only.
3545
3546 2003-04-28  André Pönitz  <poenitz@gmx.net>
3547
3548         * undo_funcs.C:
3549         * lyxfunc.C:
3550         * buffer.[Ch]:
3551         * BufferView_pimpl.C:
3552         * BufferView.C: getParFromID related ParagraphList::iterator changes
3553
3554 2003-04-28  André Pönitz  <poenitz@gmx.net>
3555
3556         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
3557           Changes
3558
3559 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3560
3561         * messages.C: remove one more localedir class variable.
3562
3563 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3564
3565         * messages.C (getLocaleDir): singleton generation function
3566         (Pimpl): use it.
3567         (Messages): add a default constructor.
3568
3569         * main.C (main): do not setup localedir here, do not call
3570         gettext_init.
3571
3572         * gettext.C (_): use it.
3573         (gettext_init): delete funciton
3574
3575 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3576
3577         * gettext.C (getLyXMessages): new singleton generating function.
3578
3579         * buffer.C (updateDocLang): adjust
3580
3581         * Makefile.am (messages.o): add target
3582         (main.o): remove target
3583
3584 2003-04-27  John Levon  <levon@movementarian.org>
3585
3586         * bufferlist.C:
3587         * lyx_cb.C:
3588         * lyxfunc.C:
3589         * lyxvc.C: specify cancel button in Alert::prompt
3590
3591 2003-04-26  John Levon  <levon@movementarian.org>
3592
3593         * text3.C:
3594         * lyxfunc.C:
3595         * lfuns.h:
3596         * LyXAction.C: add LFUN_INSET_SETTINGS
3597
3598         * lyxfunc.C: don't enable tabular-feature when there's
3599         just any locking inset
3600
3601 2003-04-26  John Levon  <levon@movementarian.org>
3602
3603         * bufferlist.C: re-add Cancel to buffer close question
3604
3605         * lyxfunc.C: fix import UI a bit
3606
3607 2003-04-25  John Levon  <levon@movementarian.org>
3608
3609         * gettext.C: remove the broken asserts for now
3610
3611 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3612
3613         * messages.C: make case where setlocale cannot comply work better.
3614
3615         * buffer.C (updateDocLang): new function
3616         (changeLanguage): use it
3617         (readFile): use it
3618
3619         * text2.C (setCounter): use B_ a bit.
3620
3621         * lyxlayout.C (Read): be sure to trim the label strings.
3622
3623         * messages.C (Messages): fix typo in comment
3624
3625         * buffer.C (readFile): set message_ after file is loaded.
3626         (makeDocBookFile): remove double return
3627         (changeLanguage): reset message_ upon language change.
3628         (B_): new func, use this to get translated buffer strings.
3629
3630         * main.C: add myself and Jean Marc as authors.
3631
3632 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3633
3634         * messages.[hC]: pimplify Messages, and three different pimpls to be
3635         used in different circumstances.
3636
3637         * gettext.[Ch]: change for use with new message code.
3638
3639 2003-04-24 André Pönitz <poenitz@gmx.net>
3640
3641         * factory.C: support for eqref
3642
3643 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3644
3645         * messages.[Ch]: add missing char
3646
3647         * Makefile.am (lyx_SOURCES): add messages.[Ch]
3648
3649         * messages.[Ch]: New files
3650
3651 2003-04-18  John Levon  <levon@movementarian.org>
3652
3653         * BufferView.h:
3654         * BufferView.C:
3655         * BufferView_pimpl.C:
3656         * lfuns.h:
3657         * LyXAction.C:
3658         * lyxtext.h:
3659         * text2.C: remove layout-copy/paste (bug 778)
3660
3661 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3662
3663         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
3664
3665 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3666
3667         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
3668         if they succeed. Act accordingly.
3669
3670 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3671
3672         * text2.C (setCharFont): adjust
3673         (setCounter): adjust
3674         (insertStringAsLines): adjust
3675
3676         * text.C (leftMargin): adjust
3677         (setHeightOfRow): adjust
3678
3679         * rowpainter.C (paintFirst): adjust
3680         (paintLast): adjust
3681
3682         * paragraph_funcs.C (depthHook): ParagraphList::iterators
3683         (outerHook): ditto
3684         (isFirstInSequence): ditto
3685         (getEndLabel): ditto
3686         (outerFont): adjust
3687
3688         * paragraph.C (getParLanguage): comment out some hard stuff.
3689
3690         * buffer.C (insertStringAsLines): take a ParagraphList as arg
3691         (sgmlError): ditto
3692         (simpleDocBookOnePar): ditto
3693         (makeDocBookFile): use ParagraphList::iterator
3694
3695         * CutAndPaste.C (pasteSelection): adjust
3696
3697 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3698
3699         * text2.C (getFont): adjust
3700         (getLayoutFont): adjust
3701         (getLabelFont): adjust
3702
3703         * paragraph_funcs.C (TeXOnePar): adjust
3704
3705         * buffer.C (simpleLinuxDocOnePar): adjust
3706         (simpleDocBookOnePar): adjust
3707
3708         * CutAndPaste.C (pasteSelection): adjust
3709
3710         * BufferView.C (getEncoding): adjust
3711
3712         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3713
3714 2003-04-16  John Levon  <levon@movementarian.org>
3715
3716         * lyxfind.C: use parlist stuff for search/changes
3717
3718 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3719
3720         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3721
3722         * text2.C (deleteEmptyParagraphMechanism): adjust
3723
3724         * text2.[Ch] (ownerParagraph): delete func (both of them
3725
3726 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3727
3728         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3729
3730 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3731
3732         * ParagraphList.C: prepare for NO_NEXT
3733
3734 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3735
3736         * text2.C (getFont): adjust
3737         (getLayoutFont): adjust
3738         (getLabelFont): adjust
3739
3740         * paragraph.C (getFont): adjust
3741         (getLabelFont): adjust
3742         (getLayoutFont): adjust
3743
3744         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3745
3746 2003-04-15  John Levon  <levon@movementarian.org>
3747
3748         From Angus Leeming
3749
3750         * lyx_main.C: handle Include in .ui files
3751
3752 2003-04-15  John Levon  <levon@movementarian.org>
3753
3754         * MenuBackend.C: make the doc files length shorter
3755
3756         * ToolbarBackend.h:
3757         * ToolbarBackend.C: handle toolbar placement flags,
3758         Minibuffer
3759
3760 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3761
3762         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3763         adjust
3764
3765         * paragraph_funcs.C (TeXOnePar): adjust
3766
3767         * paragraph.C (getLabelFont): add outerfont arg, adjust
3768         (getLayoutFont): ditto
3769         (simpleTeXOnePar): adjust
3770
3771         * paragraph_pimpl.C (realizeFont): delete func
3772
3773 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3774
3775         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3776         row argument, constify cur argument.
3777
3778 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3779
3780         * text2.C (getFont): adjust
3781         (getLayoutFont): adjust
3782         (getLabelFont): adjust
3783
3784         * paragraph_funcs.C (TeXOnePar): adjust
3785         (outerFont): new func...
3786         (realizeFont): ...moved out from here, changed this to facilitate
3787         transition
3788
3789         * paragraph.C (getFont): take outerfont as arg, adjust
3790         (simpleTeXOnePar): add outerfont arg, adjust
3791
3792         * buffer.C (simpleLinuxDocOnePar): adjust
3793         (simpleDocBookOnePar): adjust
3794
3795         * CutAndPaste.C (pasteSelection): adjust
3796
3797         * BufferView.C (getEncoding): adjust
3798
3799 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3800
3801         * text2.C (setCharFont): adjust
3802         (setCounter): adjust
3803
3804         * text.C (leftMargin): adjust
3805         (setHeightOfRow): adjust
3806
3807         * rowpainter.C (paintFirst): adjust
3808         (paintLast): adjust
3809
3810         * paragraph_pimpl.C (realizeFont): adjust
3811
3812         * paragraph.C (isFirstInSequence): move from here...
3813         * paragraph_funcs.C (isFirstInSequence): ...to here
3814
3815         * paragraph.C (outerHook): move from here...
3816         * paragraph_funcs.C (outerHook): ...to here
3817
3818         * paragraph.C (depthHook): move from here...
3819         * paragraph_funcs.C (depthHook): ...to here
3820
3821         * paragraph.C (getEndLabel): move from here...
3822         * paragraph_funcs.C (getEndLabel): ...to here
3823
3824         * text2.C (realizeFont): move from here...
3825         * paragraph_funcs.C (realizeFont): ...to here
3826
3827 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3828
3829         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3830
3831 2003-04-14  Angus Leeming  <leeming@lyx.org>
3832
3833         * LColor.[Ch]: scrap LColor mathcursor.
3834
3835 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3836
3837         * lyxlex.[Ch] (text): delete function
3838         * trans.C (Load): adjust
3839         * paragraph_funcs.C (readParToken): adjust
3840
3841 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3842
3843         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3844         vector<char> instead of a char[].
3845
3846         * lyxlex_pimpl.C (getString): adjust
3847         (next): adjust
3848         (lex): use getString
3849         (eatLine): adjust
3850         (nextToken): adjust
3851
3852         * lyxlex.C (text): use pimpl_->getString()
3853         (getBool): ditto
3854         (findToken): ditto
3855
3856 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3857
3858         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3859         (makeFontEntriesLayoutSpecific): temp var for par.size()
3860         (setLayout): temp var for ownerParagraphs().end()
3861         (fullRebreak): temp var for rows().end()
3862         (selectionAsString): temp var for boost::next(startpit), realize
3863         that the while really is a regular for loop.
3864         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3865         setCursor in one place.
3866         (setParagraph): temp vr for ownerParagraphs().end()
3867         (updateCounters): make the while loop a for loop
3868         (cutSelection): temp var for ownerParagraphs().end()
3869         (updateInset): make the do {} while() a regular for loop
3870         (getCursorX): use temp vars
3871         (setCurrentFont): use temp vars
3872         (getColumnNearX): use temp vars
3873
3874 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3875
3876         * text.C (transformChar): use temp var for getChar
3877         (computeBidiTables): use temp var for row->par()
3878         (fill): move temp vars for row->par() and pit->layout() earlier in
3879         the function.
3880         (labelFill): use temp var for row->par()
3881         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3882         asc and desc, realize that pit never changes and that firstpit is
3883         just a duplicate and not needed. Exchange rit->par() with pit in a
3884         lot of places.
3885         (breakAgain): use a temp var for boost::next(rit)
3886         (breakAgainOneRow): ditto
3887         (breakParagraph): use a temp var for rows().begin()
3888         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3889         (cursorRightOneWord): use temp var for cursor.par() and
3890         cursor.pos(), remove usage of tmpcursor.
3891         (cursorLeftOneWord): use temp var for cursor.par() and
3892         cursor.pos() only set cur at end of function.
3893
3894 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3895
3896         * text.C, text2.C: exchange all usage of Paragraph::next with
3897         boost::next(ParagraphList::iterator)
3898
3899         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3900
3901         * text2.C (cursorTop): simplify implementation
3902         (cursorBottom): ditto
3903         (setParagraph): use ParagraphList::iterator
3904         (setCurrentFont): adjust
3905         (getColumnNearX): adjust
3906         (cursorRight): adjust
3907         (cursorLeft): remove usage of Paragraph::previous
3908         (cursorUpParagraph): ditto
3909         (deleteEmptyParagraphMechanism): slight cleanup
3910
3911         * text.C (isBoundary): take a Paragraph const & instead of a
3912         pointer as arg.
3913         (addressBreakPoint): ditto
3914         (leftMargin): remove usage of Paragraph::previous.
3915         (setHeightOfRow): ditto
3916         (cursorLeftOneWord): ditto
3917         (selectNextWordToSpellcheck): ditto
3918         (Delete): ditto
3919         (backspace): ditto
3920         (breakParagraph): remove one usage of Paragraph::next
3921         (redoParagraph): ditto
3922         (acceptChange): ditto
3923         (insertChar): adjust
3924         (rowBreakPoint): adjust
3925
3926         * bufferview_funcs.C (toggleAndShow): adjust
3927
3928 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3929
3930         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3931         methods to access it.
3932         * lyxtext.h:
3933         * text.C: Added updateRowPositions to compute all row positions.
3934         Make top_y and getRowNearY() to use the cached y position
3935
3936 2003-04-11  John Levon  <levon@movementarian.org>
3937
3938         * text.C (rowBreakPoint): reintroduce the labelEnd
3939         checks, code copied from the row fill stuff. Deep voodoo.
3940
3941         * text.C (fill): add a comment and debugging for the
3942         next poor soul.
3943
3944 2003-04-11  John Levon  <levon@movementarian.org>
3945
3946         * text.C: make sure fullrow insets get wrapped to the next line,
3947         even when they're in a manual label
3948
3949 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3950
3951         * text2.C (insertParagraph): make it take ParagraphList::iterator
3952         as arg.
3953         (setLayout): make it return ParagraphList::iterator
3954         (redoParagraphs): ditto
3955         (setCounter): ditto
3956         (checkParagraph): ditto
3957
3958         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3959
3960         * text2.C: adjust several funcs.
3961         (realizeFont): take a ParagraphList::iterator as arg.
3962         (getLayoutFont): ditto
3963         (getLabelFont): ditto
3964         (setCharFont): ditto
3965
3966         * text.C: adjust several funcs.
3967
3968 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3969
3970         * text.C (selectNextWordToSpellcheck): don't accidentally
3971         skip insets
3972
3973 2003-04-10  John Levon  <levon@movementarian.org>
3974
3975         * ToolbarBackend.C (getIcon): special handling for
3976         LFUN_MATH_DELIM
3977
3978 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3979
3980         * text2.C (cursorRight): a getChar assert fixed
3981
3982 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3983
3984         * text2.C (getFont): change to take a ParagraphList::iterator
3985         instead of Paragraph*
3986         Adjust several functions.
3987
3988         * text.C (transformChar): change to take a ParagraphList::iterator
3989         instead of Paragraph*
3990         (singleWidth): ditto
3991         Adjust several functions.
3992
3993         * rowpainter.C: adjust several functions
3994         * rowpainter.h:store a ParagraphList::iterator and not a
3995         Paragraph&.
3996
3997
3998 2003-04-09  John Levon  <levon@movementarian.org>
3999
4000         * lyxfunc.C:
4001         * lfuns.h:
4002         * LyXAction.h:
4003         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
4004         and the "help" bits as well
4005
4006 2003-04-09  John Levon  <levon@movementarian.org>
4007
4008         * ToolbarBackend.h:
4009         * ToolbarBackend.C: allow multiple toolbars
4010
4011 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4012
4013         * undo_funcs.C (setCursorParUndo): adjust
4014
4015         * text_funcs.C (transposeChars): adjust
4016
4017         * text3.C (gotoNextInset): adjust
4018         (dispatch): adjust
4019
4020         * text2.C (setLayout): adjust
4021         (changeDepth): adjust
4022         (setFont): adjust
4023         (redoParagraphs): adjust
4024         (selectionAsString): adjust
4025         (setParagraph): adjust
4026         (insertInset): adjust
4027         (cutSelection): adjust
4028         (copySelection): adjust
4029         (pasteSelection): adjust
4030         (insertStringAsLines): adjust
4031         (updateInset): adjust
4032         (setCursor): change to take a ParagraphList::iterator parameter
4033         (setCursorIntern): change to take a ParagraphList::iterator parameter
4034         (setCurrentFont): adjust
4035         (cursorLeft): adjust
4036         (cursorRight): adjust
4037         (deleteEmptyParagraphMechanism): adjust
4038
4039         * text.C (breakParagraph): adjust
4040         (insertChar): adjust
4041         (acceptChange): adjust
4042         (rejectChange): adjust
4043         (selectNextWordToSpellcheck): adjust
4044         (changeCase): adjust
4045         (Delete): adjust
4046         (backspace): adjust
4047
4048         * lyxfind.C (SearchForward): adjust
4049         (SearchBackward): adjust
4050         (nextChange): adjust
4051
4052         * lyxcursor.C (par): adjust
4053
4054         * lyxcursor.h: store a ParagraphList::iterator instead of a
4055         Paragraph*
4056
4057         * lyx_cb.C (getPossibleLabel): adjust
4058
4059         * bufferview_funcs.C (toggleAndShow): adjust
4060
4061         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4062         (dispatch): adjust
4063
4064         * BufferView.C (removeAutoInsets): adjust
4065         (lockedInsetStoreUndo): adjust
4066
4067 2003-04-09  John Levon  <levon@movementarian.org>
4068
4069         * ToolbarBackend.C: try icon without argument
4070         if with argument fails
4071
4072 2003-04-08  John Levon  <levon@movementarian.org>
4073
4074         * ToolbarBackend.h:
4075         * ToolbarBackend.C: add getIcon(), handle tooltip,
4076         and change from "Icon" to "Item".
4077
4078 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4079
4080         * BufferView.C (lockInset): another bad getchar crunched
4081
4082 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4083
4084         * text2.C (changeDepth): do not setUndo on test_only (make undo work
4085         again)
4086
4087 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
4088
4089         * lyxfind.C (searchForward, searchBackwards): bug 782
4090
4091 2003-04-07  John Levon  <levon@movementarian.org>
4092
4093         * paragraph.C: remove dead comment
4094
4095         * text.C: remove troublesome depth-fiddling code
4096         in leftMargin() and rightMargin() (bug 1017)
4097
4098         * text.C: fix breaking of rows in nested lists
4099         (bug 1004)
4100
4101         * text2.C (updateCounters): fix up depth values
4102         (bug 1013)
4103
4104 2003-04-07  John Levon  <levon@movementarian.org>
4105
4106         * BufferView_pimpl.C: clear message when doc finishes resizing,
4107         and after a mouse event
4108
4109         * lyxfunc.C: clear message after exiting inset
4110
4111 2003-04-07  John Levon  <levon@movementarian.org>
4112
4113         * bufferview_funcs.C: show math status not outside
4114         status in the statusbar
4115
4116 2003-04-07  John Levon  <levon@movementarian.org>
4117
4118         * lyxfunc.C: note status changed after a depth change
4119
4120 2003-04-04  Angus Leeming  <leeming@lyx.org>
4121
4122         * LaTeX.h: move AuxInfo operator==, != out of line.
4123         Remove LaTeX virtual destructor; nothing derives from it.
4124         Move operator()() out of public area and rename it startscript().
4125         Change protected for private.
4126
4127 2003-04-04  Angus Leeming  <leeming@lyx.org>
4128
4129         * lyxfunc.C:
4130         * text2.C: remove unneeded #includes.
4131
4132 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4133
4134         * text2.C (dEPM): fix the heigth of the next row
4135
4136 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4137
4138         * text.C: squashed an invalid getChar requester + some ws changes
4139
4140 2003-04-03  John Levon  <levon@movementarian.org>
4141
4142         * bufferview_funcs.h:
4143         * bufferview_funcs.C:
4144         * lyxfunc.C:
4145         * lyxtext.h:
4146         * text2.C: make getStatus work for the env depth lfuns
4147
4148 2003-04-03  John Levon  <levon@movementarian.org>
4149
4150         * bufferview_funcs.h:
4151         * bufferview_funcs.C:
4152         * lyxfunc.C:
4153         * lyxtext.h:
4154         * text2.C: parlistize decDepth(), by merging it with incDepth()
4155
4156 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4157
4158         * lyxrow.h: store a ParagraphList::iterator instead of a
4159         Paragraph* and adjust other class functions to suit.
4160
4161         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
4162         above.
4163
4164 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4165
4166         * text2.C (setCursor): do not anchor to cursor row for the time being
4167
4168 2003-04-02  John Levon  <levon@movementarian.org>
4169
4170         * LyXAction.C:
4171         * lfuns.h:
4172         * lyx_main.C:
4173         * lyxtext.h:
4174         * text.C:
4175         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
4176
4177 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4178
4179         * paragraph.h: make ParagraphList and ParagraphList::iterator
4180         friends of Paragraph.
4181
4182         * buffer.C (makeLinuxDocFile): move towards ParagraphList
4183
4184         * ParagraphList.C: Use the private next_ and previous_ from
4185         Paragraph.
4186
4187 2003-04-01  John Levon  <levon@movementarian.org>
4188
4189         * ToolbarBackend.h:
4190         * ToolbarBackend.C:
4191         * Makefile.am: rename, remove defaults gunk
4192
4193         * MenuBackend.h:
4194         * MenuBackend.C: remove defaults gunk
4195
4196         * Languages.h:
4197         * Languages.C: remove defaults gunk
4198
4199         * lyx_main.h:
4200         * lyx_main.C: error out if files couldn't be found.
4201
4202 2003-04-02  John Levon  <levon@movementarian.org>
4203
4204         * text2.C: make incDepth() use parlist
4205
4206 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4207
4208         * undo_funcs.C (firstUndoParagraph): adjust
4209
4210         * text3.C (gotoInset): adjust
4211         (dispatch): adjust, and rewrite loop.
4212
4213         * text2.C (init): adjust, and rewrite loop.
4214         (redoParagraphs): adjust
4215         (updateInset): adjust, and rewrite loop.
4216         (deleteEmptyParagraphMechanism): adjust
4217
4218         * tabular.C (LyXTabular): adjust
4219         (SetMultiColumn): adjust
4220         (TeXRow): adjust
4221
4222         * lyxtext.[Ch] (ownerParagraph): delete function
4223         (ownerParagraphs): new function returns a ParagraphList.
4224
4225         * BufferView.C (removeAutoInsets): adjust
4226         (insertErrors): adjust
4227         (setCursorFromRow): adjust
4228
4229 2003-04-01  Angus Leeming  <leeming@lyx.org>
4230
4231         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
4232         in the frontends.
4233
4234 2003-04-02  John Levon  <levon@movementarian.org>
4235
4236         * lyxtext.h:
4237         * text.C:
4238         * Makefile.am:
4239         * text_funcs.h:
4240         * text_funcs.C: make transposeChars a free function
4241
4242         * lyxrow_funcs.C: remove wrong comment
4243
4244 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4245
4246         * lyxtext.h: adjust
4247         * rowpainter.C: adjust
4248         * text.C: adjust
4249         * text2.C: adjust
4250         * text3.C: adjust
4251
4252         * lyxrow_funcs. [Ch]: new files
4253
4254         * lyxrow.[Ch]: remove next and previous pointers
4255         (next,previous): remove accessor functions
4256         (isParEnd): move to lyxrow_funcs
4257         (lastPos): move to lyxrow_funcs
4258         (nextRowIsAllInset): move to lyxrow_funcs
4259         (lastPrintablePos): move to lyxrow_funcs
4260         (numberOfSeparators): move to lyxrow_funcs
4261         (numberOfHfills): move to lyxrow_funcs
4262         (numberOfLabelHfills): move to lyxrow_funcs
4263         (hfillExpansion): move to lyxrow_funcs
4264
4265         * lyxfunc.C: adjust
4266
4267         * bufferview_funcs.C (toggleAndShow): adjust
4268
4269         * RowList.h: Remove class RowList from file leave just a
4270         std::list<Row>.
4271
4272         * RowList.C: delete file
4273
4274         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
4275         and lyxrow_funcs.h
4276
4277 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4278
4279         * text3.C (cursorPrevious): adjust
4280         (cursorNext): adjust
4281         (dispatch): adjust
4282
4283         * text2.C (redoHeightOfParagraph): adjust
4284         (redoDrawingOfParagraph): adjust
4285         (setCursor): adjust
4286
4287         * text.C (breakParagraph): adjust
4288         (insertChar): adjust
4289         (backspace): adjust
4290
4291         * rowpainter.C (RowPainter): adjust
4292         (leftMargin): simplify and adjust
4293         (most rowpainter functions): adjust.
4294
4295         * rowpainter.h: store the row as RowList::iterator not as Row*
4296
4297         * lyxcursor.C (row): taka RowList::iterator as arg
4298         (irow): ditto
4299
4300         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
4301         of Row*.
4302
4303 2003-04-01  Angus Leeming  <leeming@lyx.org>
4304
4305         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
4306         stuff like bool Bool.
4307
4308 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4309
4310         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
4311         rewrite a loop
4312
4313 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4314
4315         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
4316         RowList::iterator.
4317
4318         * lyxtext.h (rows): drop one version and leve a const variant that
4319         returns a RowList::iterator.
4320
4321 2003-03-31  Angus Leeming  <leeming@lyx.org>
4322
4323         * text.C (fill): ensure that the signature is the same as that in the
4324         header file.
4325
4326 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
4327
4328         * text2.C (redoParagraphs): adjust
4329         (updateCounters): adjust
4330         (checkParagraph): adjust
4331         (getColumnNearX): adjust and reformat a bit.
4332
4333         * text.C (top_y): adjust
4334         (workWidth): adjust
4335         (leftMargin): adjust
4336         (prepareToPrint): adjust
4337         (getRow): adjust
4338         (getRowNearY): adjust
4339
4340         * lyxtext.h: make rowlist_ mutable.
4341
4342         * RowList.h: add const_iterator
4343         * RowList.C: adjust for RowList::const_iterator.
4344
4345         * text2.C (getCursorX): make it take a RowList::iterator as arg,
4346         adjust.
4347
4348 2003-03-31  John Levon  <levon@movementarian.org>
4349
4350         * lyxrc.h:
4351         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
4352
4353         * lyx_main.C: set default fonts from using lyx_gui funcs
4354
4355         * exporter.C: pdf_mode moved from lyxrc
4356
4357         * lyx_cb.C:
4358         * lyxfunc.C: changes from above
4359
4360 2003-03-31  John Levon  <levon@movementarian.org>
4361
4362         * lyx_main.C: fix to the last fix
4363
4364 2003-03-31  John Levon  <levon@movementarian.org>
4365
4366         * bufferlist.C: "Load original" -> "Load Original"
4367
4368         * converter.C:
4369         * exporter.C:
4370         * importer.C:
4371         * lyx_main.C:
4372         * format.C: more Alert cleanups
4373
4374 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4375
4376         * text2.C (removeParagraph): make it take a RowList::iterator as
4377         arg, adjust.
4378         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
4379         (postRowPaint): make it take a RowList::iterator as arg, adjust.
4380
4381         * text.C (anchor_row): make it take a RowList::iterator as arg,
4382         adjust.
4383         (computeBidiTables): make it take a const reference to Row instead
4384         of Row pointer, adjust.
4385         (leftMargin): make it take a RowList::iterator as arg, adjust.
4386         (rowBreakPoint): adjust
4387         (breakAgainOneRow): make it take a RowList::iterator as arg,
4388         adjust.
4389         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
4390
4391         * bufferview_funcs.C (toggleAndShow): adjust
4392
4393 2003-03-30  John Levon  <levon@movementarian.org>
4394
4395         * Makefile.am:
4396         * BoostFormat.h:
4397         * boost-inst.C: moved to support
4398
4399         * several files: changes as a result
4400
4401 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4402
4403         * text2.C (LyXText): adjust.
4404         (init): adjust
4405         (removeRow): make it take a RowList::iterator as arg, adjust.
4406         (fullRebreak): adjust
4407         (deleteEmptyParagraphMechanism): adjust
4408         (clearPaint): adjust
4409         (postPaint): adjust
4410
4411         * text.C (top_y): adjust
4412         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
4413         (breakAgain): make it take a RowList::iterator as arg, adjust.
4414         (breakParagraph): adjust
4415         (insertChar): adjust
4416         (backspace): adjust
4417
4418         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
4419         need_break_row, and refresh_row.
4420
4421         * text3.C (dispatch): adjust
4422
4423         * text2.C (checkParagraph): adjust
4424         (setCursor): adjust
4425         (setCursorFromCoordinates): adjust
4426
4427         * text.C (top_y): adjust
4428         (workWidth): adjust
4429         (getRow): make it return a RowList::iterator, adjust
4430         (getRowNearY): make it return a RowList::iterator, adjust
4431
4432         * text2.C (init): adjust
4433         (insertRow): remove function
4434         (insertParagraph): adjust
4435         (redoParagraphs): adjust
4436         (fullRebreak): adjust
4437         (updateCounters): adjust
4438
4439         * text.C (top_y): rewrite to use RowList iterators.
4440         (top_y): adjust
4441         (setHeightOfRow): rewrite to sue RowList iterators.
4442         (appendParagraph): adjust
4443         (breakAgain): adjust
4444         (breakAgainOneRow): adjust
4445         (breakParagraph): adjust
4446         (getRow): adjust
4447         (getRowNearY): adjust, and remove commented code.
4448
4449         * lyxtext.h (firstRow): delete function
4450         (lastRow): delete function
4451         (rows): new function (const and non-const versions.)
4452         (insertRow): delete function
4453
4454         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
4455
4456 2003-03-29  John Levon  <levon@movementarian.org>
4457
4458         * BufferView_pimpl.C: always update scrollbar top
4459         because pasting text when we're anchored could mean we
4460         miss an update altogether
4461
4462 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4463
4464         * text2.C (init): use rowlist_.end() and not 0.
4465         (insertRow): change to take a RowList::iterator as arg, adjust
4466         for this.
4467         (insertParagraph): change to take a RowList::iterator as arg,
4468         adjust for this.
4469         (redoParagraphs): remove some debug msgs.
4470
4471         * text.C (appendParagraph): change to take a RowList::iterator
4472         arg, adjust for this.
4473         (breakAgain): add an assert
4474         (breakAgainOneRow): ditto
4475
4476 2003-03-29  John Levon  <levon@movementarian.org>
4477
4478         * text2.C: do not clear selection after inc/decDepth
4479         (bug 550)
4480
4481 2003-03-29  John Levon  <levon@movementarian.org>
4482
4483         * BufferView.C:
4484         * buffer.C: fix broken strerrors according to Lars
4485
4486 2003-03-29  John Levon  <levon@movementarian.org>
4487
4488         * converters.C: more Alert cleanups
4489
4490 2003-03-29  John Levon  <levon@movementarian.org>
4491
4492         * bufferview_funcs.C: remove pointless Alert
4493
4494         * buffer.C: fix confusing error message when
4495         a template is chmoded 000
4496
4497 2003-03-29  John Levon  <levon@movementarian.org>
4498
4499         * BufferView.C:
4500         * BufferView.h:
4501         * BufferView_pimpl.C: Alert fixes
4502
4503         * Makefile.am:
4504         * tabular.C:
4505         * tabular-old.C: remove unused table compat reading
4506
4507 2003-03-29  John Levon  <levon@movementarian.org>
4508
4509         * BufferView.C:
4510         * buffer.C:
4511         * lyx_cb.h:
4512         * lyx_cb.C: more Alert cleanups
4513
4514         * lyxfunc.C: don't allow chktex if not latex document
4515
4516 2003-03-29  John Levon  <levon@movementarian.org>
4517
4518         * lyx_cb.C:
4519         * BufferView.C:
4520         * buffer.C: warnings pushed down from support/,
4521         kill err_alert
4522
4523 2003-03-29  John Levon  <levon@movementarian.org>
4524
4525         * lyxfunc.C: safety check for C-r (revert)
4526
4527 2003-03-29  John Levon  <levon@movementarian.org>
4528
4529         * bufferlist.h:
4530         * bufferlist.C: several UI fixes using Alert::prompt.
4531         Fix the pointless looping quit code. Fix stupid revert
4532         behaviour (bug 938)
4533
4534         * lyxvc.h:
4535         * lyxvc.C:
4536         * lyx_cb.C: use Alert::prompt
4537
4538         * lyx_main.C: remove a silly question
4539
4540         * lyxfunc.C: remove a couple of silly questions,
4541         use Alert::prompt
4542
4543 2003-03-28  John Levon  <levon@movementarian.org>
4544
4545         * text2.C: fix bug 974 (End on empty par)
4546
4547 2003-03-28  John Levon  <levon@movementarian.org>
4548
4549         * BufferView_pimpl.C:
4550         * LyXAction.C:
4551         * lfuns.h: remove do-nothing math greek lfuns
4552
4553 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4554
4555         * lyxgluelength.h (isValidGlueLength): add default arg on
4556         parameter 2. Remove default arg from friend in class.
4557
4558         * lyxlength.h (isValidLength): add default arg on parameter 2.
4559         Remove default arg from friend in class.
4560
4561         * text2.C (LyXText): adjust, initialize refresh_row.
4562         (init): adjust
4563         (removeRow): adjust
4564         (insertRow): adjust
4565         (insertParagraph): adjst
4566         (redoParagraphs): adjust
4567         (fullRebreak): adjust
4568         (updateCounters): adjust
4569         (deleteEmptyParagraphMechanism): first attempt at fixing a
4570         crashing bug.
4571
4572         * text.C (top_y): adjust
4573         (setHeightOfRow): adjust
4574         (getRow): adjust
4575         (getRowNearY): adjust
4576
4577         * lyxtext.h: include RowList.h
4578         (~LyXText): not needed anymore, deleted.
4579         (firstRow): modify for RowList
4580         (lastRow): new function
4581         Delete firstrow and lastrow class variables, add a Rowlist
4582         rowlist_ class variable.
4583
4584         * lyxrow.C (lastPos): use empty() and not !size() to check if a
4585         paragraph is empty.
4586
4587         * RowList.C (insert): fix case where it == begin().
4588
4589 2003-03-26  Angus Leeming  <leeming@lyx.org>
4590
4591         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
4592         the thesaurus dialog.
4593
4594 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4595
4596         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
4597
4598         * RowList.[Ch]: new files
4599
4600         * ParagraphList.C (erase): handle the case where it == begin
4601         correctly.
4602
4603 2003-03-25  John Levon  <levon@movementarian.org>
4604
4605         * Makefile.am:
4606         * aspell_local.h:
4607         * aspell.C: add new aspell support
4608
4609         * lyxrc.h:
4610         * lyxrc.C: Make use_pspell be use_spell_lib. Always
4611         have it accessible.
4612
4613 2003-03-25  Angus Leeming  <leeming@lyx.org>
4614
4615         * lfuns.h:
4616         * LyXAction.C (init): new LFUN_INSET_INSERT.
4617
4618         * BufferView_pimpl.C (dispatch): split out part of the
4619         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
4620
4621         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
4622         LFUN_INSET_APPLY.
4623
4624 2003-03-25  Angus Leeming  <leeming@lyx.org>
4625
4626         * lyxfunc.C (dispatch): changes to the Dialogs interface.
4627
4628 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
4629
4630         * text2.C:
4631         * text3.C: remove useless row->height(0)
4632
4633 2003-03-25  John Levon  <levon@movementarian.org>
4634
4635         * lyxtext.h:
4636         * text2.C:
4637         * text3.C: rename the refreshing stuff to better names
4638
4639 2003-03-24  John Levon  <levon@movementarian.org>
4640
4641         * BufferView_pimpl.h:
4642         * BufferView_pimpl.C: update layout choice on a mouse
4643         press/release
4644
4645 2003-03-23  John Levon  <levon@movementarian.org>
4646
4647         * Makefile.am: fix commandtags.h reference
4648
4649 2003-03-22  John Levon  <levon@movementarian.org>
4650
4651         * BufferView_pimpl.C:
4652         * lyxtext.h:
4653         * rowpainter.C:
4654         * rowpainter.h:
4655         * text.C:
4656         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
4657
4658 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
4659
4660         * lyxtext.h:
4661         * text.C: take the rtl methods out of line
4662
4663 2003-03-21 André Pönitz <poenitz@gmx.net>
4664
4665         * metricsinfo.[Ch]: new files containing structures to be passed around
4666         during the two-phase-drawing...
4667
4668 2003-03-21 André Pönitz <poenitz@gmx.net>
4669
4670         * lyxtextclass.C: read 'environment' tag.
4671
4672 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
4673
4674         * text2.C (removeRow): fix bug 964
4675
4676 2003-03-20  John Levon  <levon@movementarian.org>
4677
4678         * rowpainter.C:
4679         * text.C:
4680         * text2.C: paint cleanups. Inset::update() dropped font
4681         parameter
4682
4683 2003-03-19  John Levon  <levon@movementarian.org>
4684
4685         * lyxfunc.C: only fitcursor/markDirty if available()
4686
4687 2003-03-19  John Levon  <levon@movementarian.org>
4688
4689         * commandtags.h: rename to ...
4690
4691         * lfuns.h: ... this, and renumber / cleanup
4692
4693 2003-03-19  John Levon  <levon@movementarian.org>
4694
4695         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
4696         fit the cursor after an lfun
4697
4698         * BufferView.h:
4699         * BufferView.C:
4700         * BufferView_pimpl.h:
4701         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
4702
4703         * LyXAction.C: layout-character should have ReadOnly
4704
4705         * ParagraphParameters.C:
4706         * buffer.C:
4707         * bufferview_funcs.C:
4708         * lyx_cb.C:
4709         * lyxfind.C:
4710         * lyxtext.h:
4711         * text.C:
4712         * text2.C:
4713         * text3.C:
4714         * undo_funcs.C: changes from above
4715
4716 2003-03-18  John Levon  <levon@movementarian.org>
4717
4718         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4719         remove it from update()
4720
4721         * lyxfunc.C: update layout choice after an lfun
4722
4723         * text3.C: remove extra updateLayoutChoice()s
4724
4725 2003-03-18  John Levon  <levon@movementarian.org>
4726
4727         * text.C: top_y change means full repaint, fix
4728         a drawing bug with cursor movement
4729
4730 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4731
4732         * lyxtext.h:
4733         * text.C:
4734         * text2.C: anchor row on setCursor
4735
4736 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4737
4738         * lyxtext.h: remove almost all mutable keywords
4739         * text.C:
4740         * text2.C:
4741         * text3.C: remove const keywords accordingly
4742
4743 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4744
4745         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4746         anon namespace
4747         (TeXEnvironment): ditto
4748         (TeXOnePar): ditto
4749
4750 2003-03-17  John Levon  <levon@movementarian.org>
4751
4752         * text.C (rowBreakPoint): remove attempt to fix displayed
4753         math insets inside a manual label
4754
4755 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4756
4757         * lyxtext.h: remove BufferView* as first arg from almost all class
4758         functions.
4759         * other files: adjust.
4760
4761 2003-03-17  John Levon  <levon@movementarian.org>
4762
4763         * lyxtext.h:
4764         * undo_funcs.C:
4765         * text2.C: more paint cleanups
4766
4767         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4768
4769         * rowpainter.h:
4770         * rowpainter.C: remove "smart" background painting code
4771
4772 2003-03-16  John Levon  <levon@movementarian.org>
4773
4774         * lyxtext.h:
4775         * text.C:
4776         * text2.C:
4777         * text3.C: add helper functions for setting refresh_row/y
4778
4779 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4780
4781         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4782         newline inset which *can* get inserted in the pass_thru layouts.
4783         This is primarily for literate documents.
4784
4785 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4786
4787         * buffer.C: increment LYX_FORMAT to 223
4788
4789 2003-03-14 André Pönitz <poenitz@gmx.net>
4790
4791         * textclass.h: prepare for environment handling, ws changes
4792         * lyxlayout.C: read latexheader and latexfooter tags
4793
4794 2003-03-14  John Levon  <levon@movementarian.org>
4795
4796         * text2.C: rewrite ::status() a bit
4797
4798 2003-03-13  John Levon  <levon@movementarian.org>
4799
4800         * lyxtext.h: add some docs
4801
4802 2003-03-13  John Levon  <levon@movementarian.org>
4803
4804         * lyxtext.h:
4805         * text.C:
4806         * text2.C:
4807         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4808
4809 2003-03-13  John Levon  <levon@movementarian.org>
4810
4811         * text3.C: fix appendix redrawing
4812
4813 2003-03-13  John Levon  <levon@movementarian.org>
4814
4815         * text.C (setHeightOfRow):
4816         * rowpainter.h:
4817         * rowpainter.C: make appendix mark have the text
4818           "Appendix" so the user knows what it is
4819
4820         * LColor.h:
4821         * LColor.C: s/appendixline/appendix/ from above
4822
4823 2003-03-13  John Levon  <levon@movementarian.org>
4824
4825         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4826
4827         * text.C: fix a getChar(pos) bug properly
4828
4829 2003-03-13  Angus Leeming  <leeming@lyx.org>
4830
4831         * commandtags.h:
4832         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4833         Probably only temporary. Let's see how things pan out.
4834
4835         * BufferView.C (unlockInset):
4836         * BufferView_pimpl.C (fitCursor):
4837         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4838
4839         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4840         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4841
4842         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4843         new functions that convert ParagraphParameters to and from a string.
4844
4845         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4846         BufferView::Pimpl's dispatch.
4847         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4848
4849 2003-03-13 André Pönitz <poenitz@gmx.net>
4850
4851         * lyxfunc.C:
4852         * text3.C:
4853         * factory.C: make it aware of InsetEnv
4854
4855 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4856
4857         * text2.C (setCursor): never ask for one past last
4858         (setCursor): add some debugging messages.
4859
4860         * text.C (singleWidth): never ask for one past last
4861         (singleWidth): ditto
4862         (leftMargin): ditto
4863         (rightMargin): ditto
4864         (rowBreakPoint): ditto
4865         (setHeightOfRow): ditto
4866         (prepareToPrint): ditto
4867
4868         * rowpainter.C (paintBackground): never ask for one past last
4869         (paintText): never ask for one past last
4870
4871         * paragraph_pimpl.C (getChar): make the assert stricter, never
4872         allow the one past last pos to be taken
4873
4874         * paragraph.C (getChar): ws changes only
4875
4876         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4877         (numberOfSeparators): ditto
4878         (numberOfHfills): ditto
4879
4880 2003-03-12  John Levon  <levon@movementarian.org>
4881
4882         * author.h:
4883         * author.C:
4884         * bufferparams.h:
4885         * bufferparams.C:
4886         * paragraph_funcs.C: fix per-buffer authorlists
4887
4888 2003-03-12  John Levon  <levon@movementarian.org>
4889
4890         * text.C: fix newline in right address
4891
4892 2003-03-12  Angus Leeming  <leeming@lyx.org>
4893
4894         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4895         duplicate those in LyXFunc::dispatch.
4896
4897         * commandtags.h:
4898         * LyXAction.C:
4899         * ToolbarDefaults.C:
4900         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4901         Add LFUN_FONTFREE_UPDATE.
4902
4903         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4904         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4905
4906         * bufferview_func.[Ch]: several new functions to facilliate
4907         transfer of data to and from the character dialog.
4908
4909 2003-03-12  John Levon  <levon@movementarian.org>
4910
4911         * buffer.C:
4912         * paragraph.h:
4913         * paragraph.C:
4914         * paragraph_funcs.C:
4915         * paragraph_pimpl.C:
4916         * sgml.C:
4917         * tabular.C:
4918         * text.C:
4919         * text3.C: remove META_NEWLINE in favour of an inset
4920
4921         * rowpainter.h:
4922         * rowpainter.C: remove paintNewline (done by inset)
4923
4924 2003-03-12  John Levon  <levon@movementarian.org>
4925
4926         * paragraph_pimpl.C: complain about bad getChar()s
4927         for a while at least
4928
4929 2003-03-12  John Levon  <levon@movementarian.org>
4930
4931         * buffer.h:
4932         * buffer.C: move paragraph read into a separate function,
4933         a little renaming to reflect that.
4934
4935         * bufferparams.h:
4936         * bufferparams.C: remove the author_ids map, not necessary now
4937
4938         * factory.h:
4939         * factory.C: moved Buffer::readInset to here
4940
4941         * paragraph_funcs.h:
4942         * paragraph_funcs.C: readParagraph free function moved from
4943         buffer.C
4944
4945         * tabular.C: name change
4946
4947 2003-03-12  John Levon  <levon@movementarian.org>
4948
4949         * buffer.C:
4950         * ParagraphParameters.C: move par params input to
4951         a read() method
4952
4953         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4954         behave like a normal read from the stream wrt reading
4955         a line vs. a \\token
4956
4957 2003-03-12  John Levon  <levon@movementarian.org>
4958
4959         * paragraph.C:
4960         * ParagraphParameters.h:
4961         * ParagraphParameters.C: move output code to a
4962         ::write() method
4963
4964 2003-03-12  John Levon  <levon@movementarian.org>
4965
4966         * BufferView.C (insertLyXFile):
4967         * buffer.h:
4968         * buffer.C:
4969         * tabular.C: use a parlist iterator for creating the
4970           document.
4971
4972 2003-03-12  John Levon  <levon@movementarian.org>
4973
4974         * buffer.C: make current_change static local not
4975           static file-scope
4976
4977 2003-03-12  John Levon  <levon@movementarian.org>
4978
4979         * buffer.C: fix insertStringAsLines for change tracking
4980
4981 2003-03-12  John Levon  <levon@movementarian.org>
4982
4983         * BufferView.C:
4984         * tabular.C:
4985         * buffer.h:
4986         * buffer.C:
4987         * bufferparams.h:
4988         * bufferparams.C: move author list into params. Rename some
4989           functions. Move the header reading into a separate token
4990           loop. Move the header token reading into BufferParams.
4991
4992 2003-03-12  John Levon  <levon@movementarian.org>
4993
4994         * changes.C: put debug inside lyxerr.debugging() checks
4995
4996 2003-03-11 André Pönitz <poenitz@gmx.net>
4997
4998         * factory.C: make it aware of InsetHFill
4999
5000 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5001
5002         * buffer.C (latexParagraphs): move function from here...
5003         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
5004         args.
5005
5006 2003-03-10  Angus Leeming  <leeming@lyx.org>
5007
5008         * LyXAction.C (init): fix bug in poplating array with multiple entries
5009         with the same LFUN (spotted by JMarc).
5010
5011 2003-03-10  John Levon  <levon@movementarian.org>
5012
5013         * text.C:
5014         * text2.C: move getColumnNearX() near its
5015         only call site
5016
5017 2003-03-10  John Levon  <levon@movementarian.org>
5018
5019         * text.C: fix break before a minipage
5020
5021 2003-03-10  John Levon  <levon@movementarian.org>
5022
5023         * text.C: fix the last commit
5024
5025 2003-03-09  John Levon  <levon@movementarian.org>
5026
5027         * lyxtext.h:
5028         * text.C:
5029         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
5030         bug 365 (don't break before insets unless needed). Don't
5031         return a value > last under any circumstances.
5032
5033 2003-03-09  Angus Leeming  <leeming@lyx.org>
5034
5035         * BufferView_pimpl.C (trackChanges, dispatch): call
5036         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
5037
5038 2003-03-09  Angus Leeming  <leeming@lyx.org>
5039
5040         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
5041         than Dialogs::showAboutlyx().
5042
5043 2003-03-09  Angus Leeming  <leeming@lyx.org>
5044
5045         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
5046         than Dialogs::showTabularCreate().
5047
5048 2003-03-09  John Levon  <levon@movementarian.org>
5049
5050         * lyxtext.h:
5051         * text.C:
5052         * text2.C: 3rd arg to nextBreakPoint was always the same.
5053           Use references.
5054
5055 2003-03-08  John Levon  <levon@movementarian.org>
5056
5057         * lyxrow.C:
5058         * paragraph.C:
5059         * paragraph.h:
5060         * rowpainter.C:
5061         * text.C:
5062         * text2.C: Remove the "main" bit from the "main body"
5063           notion.
5064
5065 2003-03-08  John Levon  <levon@movementarian.org>
5066
5067         * text.C (leftMargin): The left margin of an empty
5068         manual label paragraph should not include the label width
5069         string length.
5070
5071         * text.C (prepareToPrint): don't attempt to measure hfills
5072         for empty manual label paragraphs - the answer should be 0
5073
5074 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5075
5076         * CutAndPaste.C: remove commented code and reindent.
5077
5078 2003-03-08  John Levon  <levon@movementarian.org>
5079
5080         * lyxfunc.h:
5081         * lyxfunc.C: move reloadBuffer()
5082
5083         * BufferView.h:
5084         * BufferView.C: to here
5085
5086         * lyxvc.C: add comment
5087
5088         * vc-backend.h:
5089         * vc-backend.C: call bv->reload() to avoid
5090           getStatus() check on MENURELOAD
5091
5092 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
5093
5094         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
5095         to an old format .dep file.
5096
5097 2003-03-07  Angus Leeming  <leeming@lyx.org>
5098
5099         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
5100         when the LFUN_MOUSE_RELEASE should have been handled by
5101         inset->localDispatch.
5102
5103 2003-03-07  Angus Leeming  <leeming@lyx.org>
5104
5105         * BufferView_pimpl.C (dispatch):
5106         * LyXAction.C (init):
5107         * ToolbarDefaults.C (init):
5108         * commandtags.h:
5109         * lyxfunc.C (getStatus):
5110         remove LFUN_INSET_GRAPHICS.
5111
5112         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
5113
5114 2003-03-07  Angus Leeming  <leeming@lyx.org>
5115
5116         * commandtags.h:
5117         * LyXAction.C (init):
5118         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
5119
5120         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
5121
5122         * commandtags.h:
5123         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
5124
5125         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
5126         localDispatch method LFUN_INSET_DIALOG_UPDATE.
5127
5128 2003-03-07  Angus Leeming  <leeming@lyx.org>
5129
5130         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
5131         remove "ert".
5132
5133 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5134
5135         * ParagraphList.C (front): new function
5136         (back): implement
5137
5138 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
5139
5140         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
5141         and top_row_offset_. removed var first_y.
5142         * text.C (top_y):
5143         * text2.C (LyXText, removeRow):
5144         * text3.C:
5145         * BufferView_pimpl.C:
5146         use these methods instead of using first_y
5147
5148 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5149
5150         * text2.C (pasteSelection): adjust for checkPastePossible
5151
5152         * CutAndPaste.C: remove Paragraph * buf and replace with
5153         ParagraphList paragraphs.
5154         (DeleteBuffer): delete
5155         (cutSelection): change the tc type to textclass_type
5156         (copySelection): change the tc type to textclass_type
5157         (copySelection): adjust for ParagraphList
5158         (pasteSelection): change the tc type to textclass_type
5159         (pasteSelection): adjust for Paragraphlist
5160         (nrOfParagraphs): simplify for ParagraphList
5161         (checkPastePossible): simplify for ParagraphList
5162         (checkPastePossible): remove unused arg
5163
5164         * ParagraphList.C (insert): handle the case where there are no
5165         paragraphs yet.
5166
5167         * CutAndPaste.h: make CutAndPaste a namespace.
5168
5169         * text3.C (dispatch): adjust
5170
5171         * text.C (breakParagraph): add a ParagraphList as arg
5172
5173         * paragraph_funcs.C (breakParagraph): change to take a
5174         BufferParams and a ParagraphList as args.
5175         (breakParagraphConservative): ditto
5176         (mergeParagraph): ditto
5177         (TeXDeeper): add a ParagraphList arg
5178         (TeXEnvironment): ditto
5179         (TeXOnePar): ditto
5180
5181         * buffer.C (readLyXformat2): adjust
5182         (insertStringAsLines): adjust
5183         (latexParagraphs): adjust
5184
5185         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
5186         (cutSelection): adjust
5187         (pasteSelection): adjust
5188
5189         * BufferView_pimpl.C (insertInset): adjust
5190
5191 2003-03-05  Angus Leeming  <leeming@lyx.org>
5192
5193         * commandtags.h:
5194         * LyXAction.C (init):
5195         * BufferView_pimpl.C (dispatch):
5196         * lyxfunc.C (getStatus):
5197         remove LFUN_CHILD_INSERT.
5198
5199         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
5200
5201 2003-03-05  Angus Leeming  <leeming@lyx.org>
5202
5203         * commandtags.h:
5204         * LyXAction.C (init):
5205         * src/factory.C (createInset):
5206         * lyxfunc.C (getStatus):
5207         * text3.C (dispatch):
5208         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
5209
5210         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
5211
5212 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5213
5214         * ParagraphList.C (insert): handle insert right before end()
5215         (erase): fix cases where it can be first or last paragraph.
5216
5217 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5218
5219         * paragraph_funcs.C (TeXEnvironment): remove all usage of
5220         Paragraph::next and Paragraph::previous
5221         (TeXOnePar): ditto
5222
5223         * text.C (breakParagraph): adjust
5224
5225         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
5226         BufferParams& as arg.
5227         (breakParagraph): use ParagraphList::insert
5228         (breakParagraphConservative): take a Buffer* instead of a
5229         BufferParams& as arg.
5230         (breakParagraphConservative): use ParagraphList::insert.
5231
5232         * buffer.C (insertStringAsLines): un-const it
5233         (insertStringAsLines): adjust
5234
5235         * ParagraphList.C (insert): new function
5236
5237         * CutAndPaste.C (pasteSelection): adjust
5238
5239         * text.C (backspace): adjust
5240
5241         * tabular.C (SetMultiColumn): adjust
5242
5243         * CutAndPaste.C (cutSelection): adjust
5244         (pasteSelection): adjust
5245
5246         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
5247         Buffer const * as arg
5248
5249         * ParagraphList.C (erase): new function
5250         * paragraph_funcs.C (mergeParagraph): use it
5251         (mergeParagraph): make it take a Buffer* instead of a
5252         BufferParams* as arg
5253
5254         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
5255         as arg
5256         (breakParagraphConservative): ditto
5257
5258         * paragraph.h: remove the breakParagraph friend
5259
5260         * paragraph.C (eraseIntern): new function
5261         (setChange): new function
5262
5263         * paragraph_funcs.C (mergeParagraph): make it take a
5264         ParagraphList::iterator instead of a Paragraph *, adjust
5265         accordingly.
5266
5267         * paragraph.h: move an #endif so that the change tracking stuff
5268         also works in the NO_NEXT case.
5269
5270 2003-03-04  Angus Leeming  <leeming@lyx.org>
5271
5272         * commandtags.h:
5273         * LyXAction.C: new LFUN_INSET_MODIFY.
5274
5275         * BufferView_pimpl.C (dispatch): if an inset is found to be open
5276         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
5277
5278 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5279
5280         * several files: ws changes only
5281
5282         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
5283         (TeXEnvironment): ditto
5284         (TeXDeeper): ditto
5285
5286         * buffer.C (makeLaTeXFile): adjust
5287         (latexParagraphs): make it take ParagraphList::iterator as args
5288
5289 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5290
5291         * buffer.C (latexParagraphs): adjust
5292
5293         * paragraph.C (TeXOnePar): move function...
5294         (optArgInset): move function...
5295         (TeXEnvironment): move function...
5296         * paragraph_pimpl.C (TeXDeeper): move function...
5297         * paragraph_funcs.C: ...here
5298
5299         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
5300
5301 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5302
5303         * buffer.C (readInset): remove compability code for old Figure and
5304         InsetInfo insets
5305
5306 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5307
5308         * buffer.C: ws changes
5309         (readInset):
5310
5311         * BufferView_pimpl.C: ditto
5312         * author.C: ditto
5313         * buffer.h: ditto
5314         * bufferlist.h: ditto
5315         * changes.h: ditto
5316         * lyxfunc.C: ditto
5317
5318 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
5319
5320         * converter.[Ch]: split into itself +
5321         * graph.[Ch]
5322         * format.[Ch]
5323         * Makefile.am: += graph.[Ch] + format.[Ch]
5324         * MenuBackend.C
5325         * buffer.C
5326         * exporter.C
5327         * importer.C
5328         * lyx_main.C
5329         * lyxfunc.C
5330         * lyxrc.C: added #include "format.h"
5331
5332 2003-02-27  Angus Leeming  <leeming@lyx.org>
5333
5334         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
5335           a label.
5336
5337         * factory.C (createInset): add "label" to the factory.
5338
5339         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
5340           string and do no more.
5341
5342 2003-02-27  Angus Leeming  <leeming@lyx.org>
5343
5344         * commandtags.h:
5345         * LyXAction.C (init):
5346         * factory.C (createInset):
5347         * BufferView_pimpl.C (dispatch):
5348           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
5349
5350         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
5351
5352         * lyxfunc.C (dispatch):
5353         * text3.C (dispatch): pass name to params2string.
5354
5355 2003-02-26  Angus Leeming  <leeming@lyx.org>
5356
5357         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
5358           blocks together.
5359           Rearrange the ~includes. Strip out the unnecessary ones.
5360
5361         * factory.C (createInset): reformat.
5362           create new insets for the various LFUN_XYZ_APPLY lfuns.
5363
5364 2003-02-26  John Levon  <levon@movementarian.org>
5365
5366         * lyxrow.h:
5367         * lyxrow.C: add isParStart,isParEnd helpers
5368
5369         * paragraph.h: make isInserted/DeletedText take refs
5370
5371         * paragraph_funcs.h:
5372         * paragraph_funcs.C: remove #if 0'd code
5373
5374         * lyxtext.h:
5375         * text3.C:
5376         * text2.C:
5377         * text.C: use lyxrow helpers above.
5378           Move draw and paint routines to RowPainter.
5379           Make several methods use refs not pointers.
5380           Make backgroundColor() const.
5381           Add markChangeInDraw(), isInInset().
5382           Merge changeRegionCase into changeCase.
5383           Make workWidth() shouldn't-happen code into an Assert.
5384
5385         * rowpainter.h:
5386         * rowpainter.C: new class for painting a row.
5387
5388         * vspace.h:
5389         * vspace.C: make inPixels take a ref
5390
5391 2003-02-26  Angus Leeming  <leeming@lyx.org>
5392
5393         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
5394         LFUN_REF_APPLY.
5395
5396 2003-02-25  John Levon  <levon@movementarian.org>
5397
5398         * ispell.C: give the forked command a more accurate name
5399
5400 2003-02-22  John Levon  <levon@movementarian.org>
5401
5402         * toc.h:
5403         * toc.C: make TocItem store an id not a Paragraph *
5404           (bug #913)
5405
5406 2003-02-21  Angus Leeming  <leeming@lyx.org>
5407
5408         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
5409           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
5410           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
5411           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
5412           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
5413           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
5414
5415         * BufferView_pimpl.C (dispatch):
5416         * LyXAction.C (init):
5417         * factory.C (createInset):
5418         * lyxfunc.C (getStatus, dispatch):
5419         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
5420
5421 2003-02-21  Angus Leeming  <leeming@lyx.org>
5422
5423         * BufferView_pimpl.C (MenuInsertLyXFile):
5424         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
5425         * lyxfunc.C (menuNew, open, doImport):
5426           no longer pass a LyXView & to fileDlg.
5427
5428 2003-02-21  Angus Leeming  <leeming@lyx.org>
5429
5430         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
5431         * LyXAction.C: change, BIBKEY to BIBITEM.
5432         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
5433         Change InsetBibKey to InsetBibitem.
5434         Change BIBKEY_CODE to BIBITEM_CODE.
5435         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5436         * factory.C: replace insetbib.h with insetbibitem.h.
5437         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5438         * paragraph.C: replace insetbib.h with insetbibitem.h.
5439         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
5440         Change bibkey() to bibitem().
5441         * text.C: remove insetbib.h.
5442         * text2.C: replace insetbib.h with insetbibitem.h.
5443         change bibkey() to bibitem().
5444         * text3.C: remove insetbib.h.
5445         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5446
5447 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5448
5449         * lyxrc.C (output): enclose user email in quotes (in case there are
5450         several words)
5451
5452 2003-02-18  John Levon  <levon@movementarian.org>
5453
5454         * buffer.h: add std::
5455
5456 2003-02-17  John Levon  <levon@movementarian.org>
5457
5458         * SpellBase.h:
5459         * ispell.h:
5460         * ispell.C:
5461         * pspell.h:
5462         * pspell.C: reworking. Especially in ispell, a large
5463           number of clean ups and bug fixes.
5464
5465         * lyxfunc.C: fix revert to behave sensibly
5466
5467 2003-02-17 André Pönitz <poenitz@gmx.net>
5468
5469         * LyXAction.C:
5470         * commandtags.h: new LFUN_INSERT_BIBKEY
5471
5472         * layout.h:
5473         * lyxlayout.C:
5474         * buffer.C:
5475         * factory.C:
5476         * text.C:
5477         * text2.C:
5478         * text3.C:
5479         * paragraph.[Ch]:
5480         * paragraph_func.C: remove special bibkey handling
5481
5482 2003-02-17  John Levon  <levon@movementarian.org>
5483
5484         * text.C (Delete): fix case where delete at the end of
5485           the very first paragraph would not merge the pars
5486
5487 2003-02-17  John Levon  <levon@movementarian.org>
5488
5489         * lyxrow.C: fix lastPrintablePos()
5490
5491 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5492
5493         * bufferparams.C (writeLaTeX): add a std:here
5494
5495         * buffer.C: and remove a using directive there
5496
5497 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5498
5499         * buffer.C (makeLaTeXFile): move the code that generates the
5500           preamble...
5501
5502         * bufferparams.C (writeLaTeX): ... in this new method
5503
5504         * LaTeXFeatures.C (getEncodingSet): make const
5505           (getLanguages): make const
5506
5507         * MenuBackend.C (binding): returns the binding associated to this
5508           action
5509           (add): sets the status of each item by calling getStatus. Adds
5510           some intelligence.
5511           (read): add support for OptSubMenu
5512           (expand): remove extra separator at the end of expanded menu
5513
5514 2003-02-15  John Levon  <levon@movementarian.org>
5515
5516         * BufferView.C:
5517         * BufferView_pimpl.C:
5518         * bufferlist.h:
5519         * bufferlist.C: remove pointless BufferStorage bloat. Remove
5520           inset code that had no actual effect. Remove unneeded status
5521           code.
5522
5523 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5524
5525         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
5526           in preamble
5527
5528 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
5529
5530         * text.C (drawLengthMarker): also draw an arrow marker for
5531           symbolic lengths (medskip...)
5532
5533 2003-02-14  John Levon  <levon@movementarian.org>
5534
5535         * tabular.h:
5536         * tabular.C: better method names
5537
5538 2003-02-14  John Levon  <levon@movementarian.org>
5539
5540         * BufferView_pimpl.C:
5541         * bufferlist.C:
5542         * buffer.C:
5543         * converter.C:
5544         * lyx_cb.C:
5545         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
5546           it's a more accurate name. Remove some pointless uses.
5547
5548 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5549
5550         * text2.C (LyXText): change order of initilizers to shut off
5551           warnings
5552
5553 2003-02-14  John Levon  <levon@movementarian.org>
5554
5555         * buffer.C: use ParIterator for getParFromID()
5556
5557         * paragraph.h:
5558         * paragraph.C:
5559         * paragraph_pimpl.h:
5560         * paragraph_pimpl.C: remove unused getParFromID()
5561
5562 2003-02-14  John Levon  <levon@movementarian.org>
5563
5564         * buffer.C: remove some very old #if 0'd parse code
5565
5566 2003-02-13  John Levon  <levon@movementarian.org>
5567
5568         * text.h:
5569         * text.C:
5570         * text2.C: move hfillExpansion(), numberOfSeparators(),
5571           rowLast(), rowLastPrintable(), numberofHfills(),
5572           numberOfLabelHfills() ...
5573
5574         * lyxrow.h:
5575         * lyxrow.C: ... to member functions here.
5576
5577         * paragraph.h:
5578         * paragraph.C:
5579         * lyxtext.h:
5580         * text.C: remove LyXText::beginningOfMainBody(), and call
5581           p->beginningOfMainBody() directly. Move the check for
5582           LABEL_MANUAL into the latter.
5583
5584         * text.h:
5585         * text.C:
5586         * text2.C:
5587         * vspace.C:
5588         * BufferView.h:
5589         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
5590
5591         * text.h:
5592         * text.C:
5593         * text2.C:
5594         * text3.C:
5595         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
5596           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
5597
5598 2003-02-13  John Levon  <levon@movementarian.org>
5599
5600         * CutAndPaste.C: remove debug
5601
5602 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5603
5604         * paragraph.C (asString): remove two unused variables
5605
5606         * lyxtextclass.C (readTitleType):
5607           (Read):
5608           (LyXTextClass): handle new members titletype_ and titlename_
5609
5610         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
5611
5612 2003-02-09  John Levon  <levon@movementarian.org>
5613
5614         * buffer.h:
5615         * buffer.C: replace hand-coded list with a map for the dep clean
5616
5617 2003-02-08  John Levon  <levon@movementarian.org>
5618
5619         * LaTeX.C: consolidate code into showRunMessage() helper
5620
5621 2003-02-08  John Levon  <levon@movementarian.org>
5622
5623         * lyxfind.C:
5624         * lyxtext.h:
5625         * text2.C:
5626         * BufferView.C: change setSelectionOverString() to setSelectionRange()
5627           and pass the size in explicitly
5628
5629         * BufferView_pimpl.h:
5630         * BufferView_pimpl.C:
5631         * BufferView.h:
5632         * BufferView.C: add getCurrentChange()
5633
5634         * BufferView_pimpl.h:
5635         * BufferView_pimpl.C: handle change lfuns
5636
5637         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
5638           for changes. Mark pasted paragraphs as new.
5639
5640         * support/lyxtime.h:
5641         * support/lyxtime.C:
5642         * DepTable.C: abstract time_t as lyx::time_type
5643
5644         * LColor.h:
5645         * LColor.C: add colours for new text, deleted text, changebars
5646
5647         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
5648           package use "usenames" option.
5649
5650         * commandtags.h:
5651         * lyxfunc.C:
5652         * LyXAction.C: add change lfuns
5653
5654         * Makefile.am:
5655         * author.h:
5656         * author.C: author handling
5657
5658         * buffer.h:
5659         * buffer.C: add a per-buffer author list, with first entry as
5660           current author. Handle new .lyx tokens for change tracking. Output
5661           author list to .lyx file. Output dvipost stuff to .tex preamble.
5662           Bump lyx format to 222.
5663
5664         * bufferlist.h:
5665         * bufferlist.C: add setCurrentAuthor() to reset current author details
5666           in all buffers.
5667
5668         * bufferparams.h:
5669         * bufferparams.C: add param for tracking
5670
5671         * bufferview_funcs.C: output change info in minibuffer
5672
5673         * Makefile.am:
5674         * changes.h:
5675         * changes.C: add change-tracking structure
5676
5677         * debug.h:
5678         * debug.C: add CHANGES debug flag
5679
5680         * lyxfind.h:
5681         * lyxfind.C: add code for finding the next change piece
5682
5683         * lyxrc.h:
5684         * lyxrc.C: add user_name and user_email
5685
5686         * lyxrow.h:
5687         * lyxrow.C: add a metric for the top of the text line
5688
5689         * lyxtext.h:
5690         * text.C: implement accept/rejectChange()
5691
5692         * lyxtext.h:
5693         * text.C: paint changebars. Paint new/deleted text in the chosen
5694         colours. Strike through deleted text.
5695
5696         * paragraph.h:
5697         * paragraph.C:
5698         * paragraph_pimpl.h:
5699         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
5700           in the current change to the insert functions. Rework erase to
5701           mark text as deleted, adding an eraseIntern() and a range-based
5702           erase(). Implement per-paragraph change lookup and
5703           accept/reject.
5704
5705         * paragraph_funcs.C: Fixup paste for change tracking.
5706
5707         * tabular.C: mark added row/columns as new.
5708
5709         * text.C: fix rowLast() to never return -1. Don't allow
5710           spellchecking of deleted text. Track transpose changes. Don't
5711           allow paragraph break or merge where appropriate.
5712
5713         * text2.C: leave cursor at end of selection after a cut.
5714
5715 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5716
5717         * text.C (getLengthMarkerHeight):
5718         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5719         visible on screen too.
5720
5721 2003-02-07  John Levon  <levon@movementarian.org>
5722
5723         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5724
5725 2003-02-05  Angus Leeming  <leeming@lyx.org>
5726
5727         * lyxserver.C (read_ready): revert my patch of 11 September last year
5728         as it sends PC cpu through the roof. Presumably this means that
5729         the lyxserver will no longer run on an Alpha...
5730
5731 2003-01-30  Angus Leeming  <leeming@lyx.org>
5732
5733         * factory.C (createInset): create an InsetCommandParam of type "index"
5734         and use it to 'do the right thing'.
5735
5736         * text2.C (getStringToIndex): ensure that cursor position is always
5737         reset to the reset_cursor position.
5738
5739 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5740
5741         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5742         disabled.
5743
5744 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5745
5746         * bufferview.C:
5747         * lyxcb.C:
5748         * lyxfunc.C: Output messages with identical spelling, punctuation,
5749         and spaces
5750
5751 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5752
5753         * MenuBackend.C (expandFormats): List only viewable export formats
5754         in "View" menu
5755
5756         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5757         message
5758
5759         * lyxfunc.C (getStatus): Make sure that formats other than
5760         "fax" can also be disabled
5761
5762 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5763
5764         * text3.C (dispatch): put the lfuns that insert insets in 3
5765         groups, and call doInsertInset with appropriate arguments.
5766         (doInsertInset): new function, that creates an inset and inserts
5767         it according to some boolean parameters.
5768
5769 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5770
5771         * buffer.C (readFile): remember to pass on 'par' when calling
5772         readFile recursively.
5773
5774 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5775
5776         * MenuBackend.C (expandFormats): add "..." to import formats.
5777
5778 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5779
5780         * paragraph.C (asString): Remove XForms RTL hacks.
5781
5782 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5783         * buffer.C: fix typo
5784
5785 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5786
5787         * Makefile.am (LIBS): delete var
5788         (lyx_LDADD): add @LIBS@ here instead.
5789
5790 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5791
5792         * Clarify the meaning of "wheel mouse jump"
5793
5794 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5795
5796         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5797         tabular in a float
5798
5799 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5800
5801         * importer.C (Loaders): do not preallocate 3 elements in the
5802         vector, since one ends up with 6 elements otherwise
5803
5804 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5805
5806         * DepTable.C (write): write the file name as last element of the
5807         .dep file (because it may contain spaces)
5808         (read): read info in the right order
5809
5810 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5811
5812         * paragraph_pimpl.C (simpleTeXBlanks):
5813         (simpleTeXSpecialChars):
5814         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5815
5816         * tabular.C (latex): add some missing case statements. Reindent.
5817
5818         * MenuBackend.C (expandToc): remove unused variable.
5819
5820 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5821
5822         * LColor.C:
5823         * LaTeX.C:
5824         * LyXAction.C:
5825         * MenuBackend.C:
5826         * buffer.C:
5827         * exporter.C:
5828         * lyxfunc.C:
5829         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5830         and the like.
5831
5832 2003-01-05  John Levon  <levon@movementarian.org>
5833
5834         * BufferView.h:
5835         * BufferView.C: add getEncoding()
5836
5837         * kbsequence.h:
5838         * kbsequence.C: do not store last keypress
5839
5840         * lyxfunc.h:
5841         * lyxfunc.C: store last keypress here instead. Pass encoding
5842           to getISOEncoded()
5843
5844 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5845
5846         * lyx_main.C (init): remove annoying error message when following
5847         symbolic links (bug #780)
5848
5849 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5850
5851         * text.C (insertChar):
5852         * lyxrc.C (getDescription): remove extra spaces
5853
5854 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5855
5856         * lyxrc.C (getDescription): remove extra spaces
5857
5858 2002-12-20  John Levon  <levon@movementarian.org>
5859
5860         * text3.C: hack fix for page up/down across tall rows
5861
5862 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5863
5864         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5865         not been invoked
5866
5867 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5868
5869         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5870         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5871         thesaurus is not compiled in
5872
5873 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5874
5875         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5876
5877 2002-12-16  Angus Leeming  <leeming@lyx.org>
5878
5879         * lyxrc.[Ch]:
5880         * lyx_main.C (init): remove override_x_deadkeys stuff.
5881
5882 2002-12-12  John Levon  <levon@movementarian.org>
5883
5884         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5885           insert. Only remove shift modifier under strict
5886           circumstances.
5887
5888 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5889
5890         * MenuBackend.C (expandToc): fix crash.
5891
5892 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5893
5894         * MenuBackend.C (expandToc): gettext on float names.
5895
5896 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5897
5898         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5899         implement bool empty() [bug 490]
5900
5901 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5902
5903         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5904
5905 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5906
5907         * several files: ws changes
5908
5909 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5910
5911         * text2.C (setCounter): clean up a bit, use boost.format.
5912         (updateCounters): initialize par upon declaration.
5913
5914         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5915         if the layout exists. We do not just store the layout any more.
5916         (SwitchLayoutsBetweenClasses): use boost.format
5917
5918 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5919
5920         * converter.C (convert): if from and to files are the same, use a
5921         temporary files as intermediary
5922
5923 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5924
5925         * commandtags.h:
5926         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5927
5928 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5929
5930         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5931
5932 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5933
5934         * tabular.C (asciiPrintCell): use string(size, char) instead of
5935         explicit loop.
5936
5937         * sgml.C (openTag): fix order of arguments to string constructor
5938         (closeTag): ditto
5939
5940         * lyxfunc.C (dispatch): use boost.format
5941
5942         * lots of files: change "c" -> 'c'
5943
5944 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5945
5946         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5947
5948 2002-11-25  Angus Leeming  <leeming@lyx.org>
5949
5950         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5951
5952         * lyx_main.C (init): compile fix.
5953
5954 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5955
5956         * lyx_cb.C (start): boost.formatify
5957         do not include <iostream>
5958
5959         * lengthcommon.C: ws only
5960
5961         * boost-inst.C,BoostFormat.h: add more explict instantations
5962
5963 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5964
5965         * lots of files: handle USE_BOOST_FORMAT
5966
5967 2002-11-21  John Levon  <levon@movementarian.org>
5968
5969         * pspell.C: fix compile
5970
5971 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5972
5973         * lyxfunc.C (dispatch): use boost::format
5974         (open): ditto
5975         (doImport): ditto
5976
5977         * lyxfont.C (stateText): use boost::format
5978
5979         * lyx_main.C (LyX): use boost::format
5980         (init): ditto
5981         (queryUserLyXDir): ditto
5982         (readRcFile): ditto
5983         (parse_dbg): ditto
5984         (typedef boost::function): use the recommened syntax.
5985
5986         * importer.C (Import): use boost::format
5987
5988         * debug.C (showLevel): use boost::format
5989
5990         * converter.C (view): use boost::format
5991         (convert): ditto
5992         (move): ditto
5993         (scanLog): ditto
5994
5995         * bufferview_funcs.C (currentState): use boost::format
5996
5997         * bufferlist.C (emergencyWrite): use boost::format
5998
5999         * buffer.C (readLyXformat2): use boost::format
6000         (parseSingleLyXformat2Token): ditto
6001
6002         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
6003
6004         * LaTeX.C (run): use boost::format
6005
6006         * Chktex.C (scanLogFile): use boost::format
6007
6008         * BufferView_pimpl.C (savePosition): use boost::format
6009         (restorePosition): ditto
6010         (MenuInsertLyXFile): ditto
6011
6012         * BoostFormat.h: help file for explicit instation.
6013
6014 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
6015
6016         * tabular.C (latex): Support for block alignment in fixed width
6017         columns.
6018
6019 2002-11-17  John Levon  <levon@movementarian.org>
6020
6021         * BufferView_pimpl.C:
6022         * lyx_cb.C:
6023         * lyxfunc.C: split filedialog into open/save
6024
6025 2002-11-08  Juergen Vigna  <jug@sad.it>
6026
6027         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
6028         by my last patch (hopefully).
6029
6030 2002-11-08  John Levon  <levon@movementarian.org>
6031
6032         * iterators.h:
6033         * iterators.C:
6034         * buffer.h:
6035         * buffer.C:
6036         * paragraph.h:
6037         * paragraph.C:
6038         * toc.h:
6039         * toc.C: ParConstIterator, and use it (from Lars)
6040
6041 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
6042
6043         * lyxtextclass.[Ch]: revise and add doxygen comments
6044
6045 2002-11-07  John Levon  <levon@movementarian.org>
6046
6047         * text.C: fix progress value for spellchecker
6048
6049         * toc.C: fix navigate menu for insetwrap inside minipage
6050
6051         * paragraph_funcs.C: added FIXME for suspect code
6052
6053 2002-11-07  John Levon  <levon@movementarian.org>
6054
6055         * BufferView_pimpl.C: fix redrawing of insets
6056           on buffer switch
6057
6058 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6059
6060         * text2.C (updateCounters): fix bug 668
6061
6062 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
6063
6064         * text3.C (dispatch): Do not make the buffer dirty when moving the
6065         cursor.
6066
6067 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6068
6069         * vc-backend.C: STRCONV
6070         (scanMaster): ditto
6071
6072         * text2.C (setCounter): STRCONV
6073
6074         * paragraph.C (asString): STRCONV
6075
6076         * lyxlength.C (asString): STRCONV
6077         (asLatexString): ditto
6078
6079         * lyxgluelength.C (asString): STRCONV
6080         (asLatexString): ditto
6081
6082         * lyxfunc.C (dispatch): STRCONV
6083         (open): ditto
6084
6085         * lyxfont.C (stateText): STRCONV
6086
6087         * importer.C (Import): STRCONV
6088
6089         * counters.C (labelItem): STRCONV
6090         (numberLabel): ditto
6091         (numberLabel): remove unused ostringstream o
6092
6093         * chset.C: STRCONV
6094         (loadFile): ditto
6095
6096         * bufferview_funcs.C (currentState): STRCONV
6097
6098         * buffer.C (readFile): STRCONV
6099         (asciiParagraph): ditto
6100         (makeLaTeXFile): ditto
6101
6102         * Spacing.C (writeEnvirBegin): STRCONV
6103
6104         * LaTeXFeatures.C (getLanguages): STRCONV
6105         (getPackages): ditto
6106         (getMacros): ditto
6107         (getBabelOptions): ditto
6108         (getTClassPreamble): ditto
6109         (getLyXSGMLEntities): ditto
6110         (getIncludedFiles): ditto
6111
6112         * LaTeX.C: STRCONV
6113         (run): ditto
6114         (scanAuxFile): ditto
6115         (deplog): ditto
6116
6117         * LString.h: add the STRCONV macros
6118
6119         * BufferView_pimpl.C (savePosition): STRCONV
6120         (restorePosition): ditto
6121         (MenuInsertLyXFile): ditto
6122
6123         * vc-backend.C (scanMaster): change from submatch[...] to
6124         submatch.str(...)
6125
6126         * funcrequest.C: include config.h
6127
6128         * factory.C: include config.h
6129
6130         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
6131
6132         * box.C: include config.h
6133
6134         * LaTeX.C (scanAuxFile): change from submatch[...] to
6135         submatch.str(...)
6136         (deplog): ditto
6137
6138 2002-10-25  Angus Leeming  <leeming@lyx.org>
6139
6140         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
6141
6142         * ispell.[Ch] (setError): new method.
6143         * ispell.C (c-tor): move out child process into new class LaunchIspell.
6144         Use setError() insetead of goto END.
6145
6146         * lyx_cb.C (AutoSave): move out child process into new class
6147         AutoSaveBuffer.
6148
6149 2002-10-30  John Levon  <levon@movementarian.org>
6150
6151         * text3.C: make start appendix undoable
6152
6153 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
6154
6155         * lyxlength.C (inPixels): Fix returned value.
6156
6157         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
6158         environment.
6159
6160 2002-10-24  Angus Leeming  <leeming@lyx.org>
6161
6162         * lyxgluelength.h: no need to forward declare BufferParams
6163         or BufferView, so don't.
6164
6165 2002-10-21  John Levon  <levon@movementarian.org>
6166
6167         * BufferView.C: menuUndo ->undo, redo
6168
6169         * BufferView.h: document, remove dead, make some methods private
6170
6171         * paragraph_funcs.h:
6172         * paragraph_funcs.C:
6173         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
6174
6175         * buffer.h:
6176         * buffer.C:
6177         * sgml.h:
6178         * sgml.C: move sgml open/close tag into sgml.C
6179
6180         * bufferview_funcs.h: unused prototype
6181
6182         * lyxfunc.h:
6183         * lyxfunc.C: remove unused
6184
6185         * lyxtext.h:
6186         * text.C: remove unused
6187
6188 2002-10-21  John Levon  <levon@movementarian.org>
6189
6190         * BufferView.h:
6191         * BufferView.C:
6192         * BufferView_pimpl.h:
6193         * BufferView_pimpl.C: fix mouse wheel handling based on
6194           patch from Darren Freeman
6195
6196 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
6197
6198         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
6199
6200 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
6201
6202         * lyxlength.C (inPixels): Fix hanfling of negative length.
6203         Fix LyXLength::MU case.
6204
6205 2002-10-16  John Levon  <levon@movementarian.org>
6206
6207         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
6208
6209 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6210
6211         * converter.C (view): add support for $$i (file name) and $$p
6212         (file path) for the viewer command. If $$i is not specified, then
6213         it is appended to the command (for compatibility with old syntax)
6214
6215 2002-10-14  Juergen Vigna  <jug@sad.it>
6216
6217         * undo_funcs.C (textHandleUndo): alter the order in which the
6218         new undopar is added to the LyXText, as we have to set first
6219         the right prev/next and then add it as otherwise the rebuild of
6220         LyXText is not correct. Also reset the cursor to the right paragraph,
6221         with this IMO we could remove the hack in "redoParagraphs()".
6222
6223 2002-10-09  Angus Leeming  <leeming@lyx.org>
6224
6225         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
6226         to turn off an optimisation if a new inset is to be inserted.
6227
6228 2002-10-11 André Pönitz <poenitz@gmx.net>
6229
6230         * lyxtext.h: make some functions public to allow access
6231         from inset/lyxtext for handling LFUN_PRIOR/NEXT
6232
6233 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6234
6235         * text3.C (dispatch): when changing layout, avoid an infinite loop
6236         [bug #652]
6237
6238 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6239
6240         * lyxrc.C (read): treat a viewer or converter command of "none" as
6241         if it were empty.
6242
6243         * MenuBackend.C (expandFormats): for an update, also allow the
6244         formats that are not viewable
6245
6246         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
6247         script if it is newer than the lyxrc.defaults in user directory
6248
6249 2002-10-07 André Pönitz <poenitz@gmx.net>
6250
6251         * text.C: Vitaly Lipatov's small i18n fix
6252
6253 2002-09-25  Angus Leeming  <leeming@lyx.org>
6254
6255         * ispell.h: doxygen fix.
6256
6257 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
6258
6259         * buffer.h (readFile): Add a new argument to the method, to allow
6260         reading of old-format templates.
6261
6262 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
6263
6264         * toc.C (getTocList): Get TOC from InsetWrap.
6265
6266 2002-09-16  John Levon  <levon@movementarian.org>
6267
6268         * lyxfunc.C: check tabular for cut/copy too
6269
6270 2002-09-12  John Levon  <levon@movementarian.org>
6271
6272         * LyXAction.C: tidy
6273
6274         * factory.h:
6275         * factory.C: add header
6276
6277         * paragraph_funcs.h:
6278         * paragraph_funcs.C: cleanup
6279
6280 2002-09-11  John Levon  <levon@movementarian.org>
6281
6282         * PrinterParams.h: odd/even default to true
6283
6284 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
6285
6286         * PrinterParams.h: update printer parameters for new xforms dialog
6287
6288 2002-09-11  Angus Leeming  <leeming@lyx.org>
6289
6290         * lyxserver.C (read_ready): re-write to make it more transparent
6291         and to make it work in coherent fashion under Tru64 Unix.
6292
6293 2002-09-11  André Pönitz <poenitz@gmx.net>
6294
6295         * commandtags.h:
6296         * LyXAction.C:
6297         * text3.C: implement LFUN_WORDSEL
6298
6299 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6300
6301         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
6302         make floatlist_ a boost::shared_ptr<FloatList>
6303
6304         * lyxtextclass.C: include FloatList.h
6305         (LyXTextClass): initialize floatlist_
6306         (TextClassTags): add TC_NOFLOAT
6307         (Read): match "nofloat" to TC_NOFLOAT and use it.
6308         (readFloat): modify call to floatlist_
6309         (floats): ditto
6310         (floats): ditto
6311
6312         * FloatList.[Ch] (FloatList): remove commented out float
6313         initialization.
6314         (erase): new function
6315
6316 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6317
6318         * MenuBackend.C (expandToc): fix crash when there is no document
6319         open
6320
6321 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
6322
6323         * many files: Add insetwrap.
6324
6325 2002-09-09  John Levon  <levon@movementarian.org>
6326
6327         * text2.C: remove confusing and awkward depth wraparound
6328
6329 2002-09-09  John Levon  <levon@movementarian.org>
6330
6331         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
6332
6333         * buffer.h:
6334         * buffer.C: remove getIncludeonlyList()
6335
6336         * paragraph.C:
6337         * lyxfunc.C: remove headers
6338
6339 2002-09-09  Juergen Vigna  <jug@sad.it>
6340
6341         * text.C (getColumnNearX): fix form Michael this is most
6342         probably a cut&paste bug.
6343
6344 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6345
6346         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
6347
6348         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
6349         references, ws changes.
6350
6351         * text2.C (init): update counters after init
6352         (insertParagraph): no need to set counter on idividual paragraphs.
6353         (setCounter): access the counters object in the textclass object
6354         on in the buffer object.
6355         (updateCounters): ditto
6356
6357         * lyxtextclass.C: include counters.h, add variable ctrs_ as
6358         shared_ptr<Counters> to avoid loading counters.h in all
6359         compilation units.
6360         (LyXTextClass): initialize ctrs_
6361         (TextClassTags): add TC_COUNTER, and ...
6362         (Read): use it here.
6363         (CounterTags): new tags
6364         (readCounter): new function
6365         (counters): new funtion
6366         (defaultLayoutName): return a const reference
6367
6368         * counters.C (Counters): remove contructor
6369         (newCounter): remove a couple of unneeded statements.
6370         (newCounter): simplify a bit.
6371         (numberLabel): some small formatting changes.
6372
6373         * buffer.[Ch]: remove all traces of counters, move the Counters
6374         object to the LyXTextClass.
6375
6376 2002-09-06  Alain Castera  <castera@in2p3.fr>
6377
6378         * tabular.C: uses \tabularnewline; uses >{...} construct from array
6379         package to set the horizontal alignment on fixed width columns.
6380
6381         * lyx_sty.C:
6382         * lyx_sty.h: added tabularnewline macro def.
6383
6384         * LaTeXFeatures.C: added NeedTabularnewline macro feature
6385
6386 2002-09-06  John Levon  <levon@movementarian.org>
6387
6388         * LyXAction.C: tooltips for sub/superscript
6389
6390         * MenuBackend.C: a bit more verbose
6391
6392         * lyxfunc.C: tiny clean
6393
6394         * undo_funcs.C: document undo_frozen
6395
6396 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6397
6398         * counters.C (Counters): add missing algorithm counter.
6399
6400         * text2.C (setCounter): lookup the counter with layouts latexname
6401         instead of by section number.
6402         (setCounter): use a hackish way to lookup the correct enum
6403         counter.
6404         a float name->type change
6405         reset enum couners with counter name directly instead of depth value.
6406
6407         * counters.C (Counters): remove the push_backs, change to use the
6408         float type not the float name.
6409         (labelItem): remove unused string, float name->type change
6410
6411         * counters.h: don't include vector, loose the enums and sects vectors
6412
6413 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6414
6415         * lyxtextclass.C (TextClassTags): add TC_FLOAT
6416         (Read): add float->TC_FLOAT to textclassTags
6417         (Read): and handle it in the switch
6418         (readFloat): new function
6419
6420         * FloatList.C (FloatList): comment out the hardcoded float
6421         definitions.
6422
6423         * lyxlayout.h: ws change.
6424
6425 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
6426
6427         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
6428
6429 2002-09-03  Angus Leeming  <leeming@lyx.org>
6430
6431         * BufferView_pimpl.h: qualified name is not allowed in member
6432         declaration: WorkArea & Pimpl::workarea() const;
6433
6434         * factory.C: added using std::endl directive.
6435
6436         * text3.C: added using std::find and std::vector directives.
6437
6438 2002-08-29  André Pönitz <poenitz@gmx.net>
6439
6440         * lyxtext.h:
6441         * text2.C: remove unused member number_of_rows
6442
6443         * Makefile.am:
6444         * BufferView2.C: remove file, move contents to...
6445         * BufferView.C: ... here
6446
6447         * BufferView_pimpl.C:
6448         * factory.C: move more inset creation to factory
6449
6450         * vspace.C: avoid direct usage of LyXText, ws changes
6451
6452         * BufferView.[Ch]:
6453                 don't provide direct access to WorkArea, use two simple
6454                 acessors haveSelction() and workHeight() instead
6455
6456
6457 2002-08-29  John Levon  <levon@movementarian.org>
6458
6459         * BufferView_pimpl.C (dispatch): do not continue when
6460           no buffer
6461
6462 2002-08-28  André Pönitz <poenitz@gmx.net>
6463
6464         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
6465
6466         * BufferView.h:
6467         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
6468
6469 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
6470
6471         * buffer.C: increment LYX_FORMAT to 221
6472
6473         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
6474         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
6475
6476         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
6477
6478         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
6479
6480 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6481
6482         * factory.C (createInset): use LyXTextClass::floats
6483
6484         * MenuBackend.C (expandFloatListInsert):
6485         (expandFloatInsert):
6486         (expandToc):
6487
6488         * text2.C (setCounter):
6489
6490         * LaTeXFeatures.C (useFloat):
6491         (getFloatDefinitions):
6492
6493         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
6494
6495         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
6496         floatlist_, with accessor floats().
6497
6498         * FloatList.h: remove global FloatList
6499
6500 2002-08-26  André Pönitz <poenitz@gmx.net>
6501
6502         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
6503
6504         * BufferView.h:
6505         * BufferView2.C:
6506         * BufferView_pimpl.C:
6507         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
6508
6509 2002-08-25  John Levon  <levon@movementarian.org>
6510
6511         * LyXAction.C: fix margin note description
6512
6513 2002-08-24  John Levon  <levon@movementarian.org>
6514
6515         * buffer.C:
6516         * bufferlist.C:
6517         * bufferview_funcs.C:
6518         * lyxfont.C:
6519         * undo_funcs.C: cleanups
6520
6521         * lyxfunc.C: disable CUT/COPY when no selection
6522
6523 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
6524
6525         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
6526         in "enum UNIT"; e.g. PTW for Percent of TextWidth
6527
6528         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
6529         Add backward compatibility to "mono", "gray" and "no".
6530
6531 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
6532
6533         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
6534         (and file_format >= 200).
6535
6536 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6537
6538         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
6539
6540 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6541
6542         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
6543
6544 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
6545
6546         * BufferView_pimpl.C:
6547         * LyXAction.C:
6548         * buffer.C:
6549         * commandtags.h:
6550         * lyxfunc.C:
6551         * paragraph.[Ch]:
6552         * text2.C:
6553         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
6554         inset and code to make it  work with the paragraph code. The inset
6555         can be anywhere in the paragraph, but will only do the expected
6556         thing in LaTeX if the layout file contains the parameter line
6557                         OptionalArgs    1
6558         (or more generally, a nonzero value) for that layout.
6559
6560 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6561
6562         * paragraph.h: remove the declaration of undefined counters class
6563         function.
6564
6565 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
6566
6567         * text2.C (setCounter):  fixed enumeration mis-count as reported by
6568         Dr. Richard Hawkins.
6569
6570 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6571
6572         * paragraph_funcs.h: remove some unneeded includes
6573
6574         * text.C (backspace): pasteParagraph now in global scipe
6575
6576         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
6577         (pasteSelection): ditto
6578
6579         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
6580         * paragraph_funcs.C (pasteParagraph): ... here
6581
6582 2002-08-20  André Pönitz <poenitz@gmx.net>
6583
6584         * commandtags.h: new LFUNs for swapping/copying table row/colums
6585
6586         * LyXAction.C:
6587         * lyxfunc.C: support for new lfuns
6588
6589 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6590
6591         * tabular.C:
6592         * buffer.[Ch]: remove NO_COMPABILITY stuff
6593
6594 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
6595
6596         * boost.C (throw_exception): new file, with helper function for
6597         boost compiled without exceptions.
6598
6599         * paragraph.h:
6600         * lyxlength.C:
6601         * buffer.C:
6602         * ParameterStruct.h:
6603         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
6604
6605         * bufferlist.C (emergencyWriteAll): use boost bind
6606
6607         * BufferView_pimpl.C (moveCursorUpdate): remove inline
6608
6609         * text.C: include paragraph_funcs.h
6610         (breakParagraph): breakParagraph is now in global scope
6611
6612         * paragraph_funcs.[Ch]: new files
6613
6614         * paragraph.C (breakParagraph,breakParagraphConservative): move to
6615         global scope
6616
6617         * buffer.C: include paragraph_funcs.h
6618         (insertStringAsLines): breakParagraph is now in global scope
6619
6620         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
6621         paragraph_funcs.C
6622
6623         * CutAndPaste.C: include paragraph_funcs.h
6624         (cutSelection): breakParagraphConservative is now in global scope
6625         (pasteSelection): ditto
6626
6627         * buffer.h: declare oprator== and operator!= for
6628         Buffer::inset_iterator
6629
6630         * bufferlist.C (emergencyWrite): don't use fmt(...)
6631
6632         * text3.C: add using std::endl
6633
6634         * BufferView.C (moveCursorUpdate): remove default arg
6635
6636 2002-08-20  André Pönitz <poenitz@gmx.net>
6637
6638         * buffer.[Ch]: move inline functions to .C
6639
6640         * BufferView2.C:
6641         * BufferView_pimpl.C:
6642         * text.C:
6643         * buffer.[Ch]: use improved inset_iterator
6644
6645         * buffer.C:
6646         * paragraph.[Ch]: write one paragraph at a time
6647
6648 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6649
6650         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
6651         style if style is not specified.
6652
6653 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6654
6655         * text2.C (setCounter): when searching for right label for a
6656         caption, make sure to recurse to parent insets (so that a caption
6657         in a minipage in a figure float works) (bug #568)
6658
6659 2002-08-20  André Pönitz <poenitz@gmx.net>
6660
6661         * text3.C: new file for LyXText::dispatch() and helpers
6662
6663         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
6664
6665         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
6666
6667 2002-08-19  André Pönitz <poenitz@gmx.net>
6668
6669         * lyxtext.h:
6670         * text.C: new LyXText::dispatch()
6671
6672         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
6673
6674 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6675
6676         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
6677
6678         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
6679         Hebrew text.
6680
6681 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6682
6683         * Makefile.am: use $(variables) instead of @substitutions@
6684
6685 2002-08-15  André Pönitz <poenitz@gmx.net>
6686
6687         * lyxfunc.C:
6688         * BufferView_pimpl.C: streamlining mathed <-> outer world
6689         interaction
6690
6691         * commandtags.h:
6692         * LyXAction.C: remove unused LFUN_MATH
6693
6694 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6695
6696         * paragraph.[Ch]: add some NO_NEXT ifdefs.
6697
6698 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6699
6700         * paragraph.C (Paragraph): reformat a bit
6701         (cutIntoMinibuffer): use builtin InsetList function instad of
6702         doing it manually.
6703         (getInset): ditto
6704
6705         * buffer.C: include boost/bind.hpp, add using std::for_each
6706         (writeFileAscii): use ParagraphList iterators
6707         (validate): use for_each for validate traversal of paragraphs
6708         (getBibkeyList): use ParagraphList iterators
6709         (resizeInsets): use for_each to resizeInsetsLyXText for all
6710         paragraphs.
6711         (getParFromID): use ParagraphList iterators
6712
6713         * BufferView2.C (lockInset): use paragraph list and iterators
6714
6715 2002-08-14  John Levon  <levon@movementarian.org>
6716
6717         * lyxserver.C: remove spurious xforms include
6718
6719 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6720
6721         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6722
6723 2002-08-13  André Pönitz <poenitz@gmx.net>
6724
6725         * LyXAction.[Ch]:
6726         * lyxfunc.C: further cleaning
6727
6728 2002-08-13  André Pönitz <poenitz@gmx.net>
6729
6730         * funcrequest.h: new constructor
6731
6732         * funcrequest.C: move stuff here from .h
6733
6734         * Makefile.am:
6735         * BufferView_pimpl.C:
6736         * LyXAction.C:
6737         * toc.C:
6738         * lyxfunc.C: subsequent changes
6739
6740         * lyxfunc.h: new view() member function
6741
6742         * lyxfunc.C: subsequent changes
6743
6744 2002-08-13  Angus Leeming  <leeming@lyx.org>
6745
6746         * BufferView2.C:
6747         * BufferView_pimpl.C:
6748         * buffer.C:
6749         * converter.C:
6750         * importer.C:
6751         * lyxfunc.C:
6752         * lyxvc.C:
6753         * toc.C:
6754         * vc-backend.C:
6755         changes due to the changed LyXView interface that now returns references
6756         to member variables not pointers.
6757
6758 2002-08-13  Angus Leeming  <leeming@lyx.org>
6759
6760         * WordLangTuple (word, lang_code): return references to strings,
6761         not strings.
6762
6763         * BufferView.h:
6764         * SpellBase.h:
6765         * lyxtext.h: forward-declare WordLangTuple.
6766
6767         * BufferView2.C:
6768         * ispell.C:
6769         * pspell.C:
6770         * text.C: #include "WordLangTuple.h".
6771
6772         * lyxtext.h:
6773         * text.C: (selectNextWordToSpellcheck): constify return type.
6774
6775 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6776
6777         * buffer.C:
6778         * buffer.h:
6779         * lyxtext.h:
6780         * paragraph.C:
6781         * paragraph_pimpl.h:
6782         * text.C:
6783         * text2.C:
6784         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6785         suggested by Angus.
6786         Made updateCounter always count from start of buffer, and removed
6787         second argument (par).
6788         Reverted floats number display to '#'. Perhaps I'll try again when the
6789         code base is sanitized a bit.
6790
6791 2002-08-12  Angus Leeming  <leeming@lyx.org>
6792
6793         * buffer.[Ch] (getLabelList): constify.
6794
6795 2002-08-07  André Pönitz <poenitz@gmx.net>
6796
6797         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6798
6799         * funcrequest.h: extension to keep mouse (x,y) position
6800
6801 2002-08-12  Juergen Vigna  <jug@sad.it>
6802
6803         * BufferView2.C (insertErrors): forbid undo when inserting error
6804         insets.
6805
6806         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6807
6808 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6809
6810         * ParagraphList.[Ch]: new files
6811
6812         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6813
6814         * BufferView2.C (lockInset): ParagraphList changes
6815         * toc.C: ditto
6816         * text2.C: ditto
6817         * bufferlist.C: ditto
6818         * buffer.h: ditto
6819         * buffer.C: ditto
6820
6821 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6822
6823         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6824         unused class variable counter_,
6825
6826         * paragraph.[Ch] (getFirstCounter): delete unused function
6827
6828         * counters.C: include LAssert.h
6829         (reset): add a new function with no arg, change other version to
6830         not have def. arg and to not allow empty arg.
6831
6832         * text2.C (setCounter): remove empty arg from call to Counters::reset
6833
6834 2002-08-11  John Levon  <levon@movementarian.org>
6835
6836         * Makefile.am: add WordLangTuple.h
6837
6838 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6839
6840         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6841         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6842
6843         * insets/insettext.C: InsetList changes
6844
6845         * graphics/GraphicsSupport.C (operator()): InsetList changes
6846
6847         * toc.C (getTocList): InsetList changes
6848
6849         * paragraph_pimpl.[Ch]: InsetList changes
6850
6851         * paragraph.[Ch]: InsetList changes
6852
6853         * buffer.C (inset_iterator): InsetList changes
6854         (setParagraph): ditto
6855         * buffer.h (inset_iterator): ditto
6856         * iterators.C (operator++): ditto
6857         * iterators.h: ditto
6858
6859         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6860
6861         * InsetList.[Ch]: new files, most InsetList handling moved out of
6862         paragraph.C.
6863
6864         * BufferView2.C (removeAutoInsets): InsetList changes
6865         (lockInset): ditto
6866         (ChangeInsets): ditto
6867
6868 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6869
6870         * paragraph_pimpl.h (empty): new function
6871
6872         * paragraph.[Ch] (empty): new function
6873
6874         * other files: use the new Paragraph::empty function
6875
6876 2002-08-09  John Levon  <levon@movementarian.org>
6877
6878         * lyxtext.h: remove unused refresh_height
6879
6880 2002-08-09  John Levon  <levon@movementarian.org>
6881
6882         * Makefile.am:
6883         * sgml.h:
6884         * sgml.C:
6885         * buffer.C:
6886         * paragraph.h:
6887         * paragraph.C: move sgml char escaping out of paragraph
6888
6889         * paragraph.h:
6890         * paragraph.C: remove id setter
6891
6892         * buffer.C:
6893         * paragraph.C:
6894         * paragraph_pimpl.C: remove dead tex_code_break_column
6895
6896         * bufferview_funcs.C: small cleanup
6897
6898         * lyxfunc.C: remove dead proto
6899
6900         * lyxtext.h: make some stuff private. Remove some dead stuff.
6901
6902         * lyxgluelength.C: make as[LyX]String() readable
6903
6904 2002-08-08  John Levon  <levon@movementarian.org>
6905
6906         * LyXAction.h:
6907         * LyXAction.C:
6908         * MenuBackend.C:
6909         * ToolbarDefaults.C:
6910         * lyxfunc.C:
6911         * lyxrc.C:
6912         * toc.C: lyxaction cleanup
6913
6914 2002-08-08  John Levon  <levon@movementarian.org>
6915
6916         * BufferView2.C: small cleanup
6917
6918         * lyxfind.h:
6919         * lyxfind.C: move unnecessary header into the .C
6920
6921 2002-08-08  John Levon  <levon@movementarian.org>
6922
6923         * funcrequest.h: just tedious nonsense
6924
6925         * lyx_main.h:
6926         * lyx_main.C: cleanups
6927
6928         * buffer.C:
6929         * vspace.C: remove dead header lyx_main.h
6930
6931 2002-08-07  Angus Leeming  <leeming@lyx.org>
6932
6933         * Paragraph.[Ch]:
6934         * paragraph_pimpl.h:
6935         Forward declare class Counters in paragraph.h by moving the ctrs member
6936         variable into Paragraph::Pimpl.
6937         (counters): new method, returning a reference to pimpl_->ctrs.
6938
6939         * text2.C: ensuing changes.
6940
6941 2002-08-07  John Levon  <levon@movementarian.org>
6942
6943         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6944
6945         * BufferView_pimpl.C: announce X selection on double/triple
6946           click
6947
6948         * lyx_main.C: use correct bool in batch dispatch
6949
6950         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6951
6952 2002-08-07  André Pönitz <poenitz@gmx.net>
6953
6954         * funcrequest.h: new class to wrap a kb_action and its argument
6955
6956         * BufferView.[Ch]:
6957         * BufferView_pimpl[Ch]:
6958         * LaTeX.C:
6959         * LyXAction.[Ch]:
6960         * lyxfunc.[Ch]:
6961         * lyxrc.C: subsequent changes
6962
6963
6964 2002-08-07  John Levon  <levon@movementarian.org>
6965
6966         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6967           document options change.
6968
6969 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6970
6971         * counters.[Ch]
6972         * text2.C
6973         * paragraph.[Ch]
6974         * makefile.am: move counters functionality over from
6975         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6976
6977 2002-08-06  John Levon  <levon@movementarian.org>
6978
6979         * WordLangTuple.h: new file for word + language code tuple
6980
6981         * SpellBase.h:
6982         * pspell.h:
6983         * pspell.C:
6984         * ispell.h:
6985         * ispell.C:
6986         * lyxtext.h:
6987         * text.C:
6988         * text2.C:
6989         * BufferView.h:
6990         * BufferView2.C: use WordLangTuple
6991
6992         * layout.h:
6993         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6994
6995 2002-08-06  John Levon  <levon@movementarian.org>
6996
6997         * lyx_main.C: fix cmdline batch handling
6998
6999 2002-08-06  André Pönitz <poenitz@gmx.net>
7000
7001         * lyxrc.C: set default for show_banner to true
7002
7003 2002-08-06  John Levon  <levon@movementarian.org>
7004
7005         * pspell.C: fix a crash, and allow new aspell to work
7006
7007 2002-08-06  John Levon  <levon@movementarian.org>
7008
7009         * lyxfunc.C:
7010         * kbmap.C: small cleanup
7011
7012         * vspace.h:
7013         * vspace.C: add const
7014
7015 2002-08-05  John Levon  <levon@movementarian.org>
7016
7017         * LyXAction.C: back to tabular-insert
7018
7019 2002-08-04  John Levon  <levon@movementarian.org>
7020
7021         * BufferView.h:
7022         * BufferView.C: cosmetic change
7023
7024         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
7025
7026         * bufferlist.C:
7027         * buffer.h:
7028         * buffer.C:
7029         * lyxcb.h:
7030         * lyxcb.C:
7031         * lyxserver.C:
7032         * lyxvc.C:
7033         * vc-backend.C:
7034         * BufferView2.C: purge all "Lyx" not "LyX" strings
7035
7036         * lyxcursor.h:
7037         * lyxcursor.C: attempt to add some documentation
7038
7039         * lyxfunc.C:
7040         * commandtags.h:
7041         * LyXAction.C:
7042         * ToolbarDefaults.C:
7043         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
7044           merge with LFUN_TABULAR_INSERT
7045
7046         * Makefile.am:
7047         * SpellBase.h:
7048         * ispell.h:
7049         * ispell.C:
7050         * pspell.h:
7051         * pspell.C: split up i/pspell implementations into separate
7052           files, many cleanups
7053
7054         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
7055
7056         * text2.C: some cleanup
7057
7058         * lyxfunc.C: don't check for isp_command == "none" any more, it
7059           didn't make any sense
7060
7061 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
7062
7063         * counters.[Ch]
7064         * text2.C
7065         * paragraph.[Ch]
7066         * makefile.am: move counters functionality over
7067         from text2.C/paragraph.[Ch] to counters.[Ch], and
7068         make proper C++.
7069 2002-08-02  John Levon  <levon@movementarian.org>
7070
7071         * buffer.C: s/lyxconvert/lyx2lyx/
7072
7073 2002-08-02  Angus Leeming  <leeming@lyx.org>
7074
7075         * lyxlex.C: revert John's change as it breaks reading of the user
7076         preamble.
7077
7078 2002-08-02  Angus Leeming  <leeming@lyx.org>
7079
7080         * importer.C (Import):
7081         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
7082         changes due to LyXView::view() now returning a boost::shared_ptr.
7083
7084 2002-08-02  John Levon  <levon@movementarian.org>
7085
7086         * lyxlex.C: small cleanup
7087
7088 2002-08-02  John Levon  <levon@movementarian.org>
7089
7090         * text2.C (status): small cleanup, no logic change
7091
7092 2002-08-01  John Levon  <levon@movementarian.org>
7093
7094         * buffer.h:
7095         * buffer.C (writeFile): don't output alerts, caller
7096           handles this
7097
7098         * bufferlist.C:
7099         * lyx_cb.C: from above
7100
7101         * lyxfunc.C: allow to open non-existent files
7102
7103 2002-07-31  John Levon  <levon@movementarian.org>
7104
7105         * lyxserver.C: don't let incidental errors get
7106           in the way (errno)
7107
7108 2002-07-30  John Levon  <levon@movementarian.org>
7109
7110         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
7111
7112 2002-07-30  John Levon  <levon@movementarian.org>
7113
7114         * lyxserver.h:
7115         * lyxserver.C: remove I/O callback too
7116
7117 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7118
7119         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
7120         log.
7121
7122 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7123
7124         * many files: strip,frontStrip -> trim,ltrim,rtrim
7125
7126 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7127
7128         * PrinterParams.h: remove extern containsOnly, and include
7129         support/lstrings.h instead.
7130
7131         * LaTeX.C (scanAuxFile): modify because of strip changes
7132         (deplog): ditto
7133         * buffer.C (makeLaTeXFile): ditto
7134         * bufferparams.C (writeFile): ditt
7135         * lyxfont.C (stateText): ditto
7136         * lyxserver.C (read_ready): ditto
7137         * vc-backend.C (scanMaster): ditto
7138
7139         * BufferView_pimpl.h: ws changes
7140
7141         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
7142
7143 2002-07-26  André Pönitz <poenitz@gmx.net>
7144
7145         * kb_sequence.C: remove unnedred usings
7146
7147 2002-07-26  Juergen Vigna  <jug@sad.it>
7148
7149         * lyxfind.C (LyXReplace): we have to check better if the returned
7150         text is not of theLockingInset()->getLockingInset().
7151
7152 2002-07-25  Juergen Vigna  <jug@sad.it>
7153
7154         * lyxfind.C (LyXReplace): don't replace if we don't get the
7155         right LyXText.
7156
7157         * undo_funcs.C (createUndo): remove debugging code.
7158
7159 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
7160
7161         * buffer.C (parseSingleLyXformat2Token): Use default placement
7162         when reading old floats.
7163
7164         * FloatList.C (FloatList): Change the default placement of figure
7165         and tables to "tbp".
7166
7167 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
7168
7169         * MenuBackend.C: using std::max
7170
7171 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7172
7173         * MenuBackend.C (expandToc):
7174         (expandToc2): code moved from xforms menu frontend. It is now
7175         generic and TOCs are transparent to menu frontends.
7176
7177 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7178
7179         * toc.C (getTocList): protect against buf=0
7180
7181         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
7182         Menu as first parameter. Now, this calls itself recursively to
7183         expand a whole tree (this will be useful for TOC handling)
7184         (expandFloatInsert): remove 'wide' version of floats
7185
7186         * MenuBackend.h (submenuname): returns the name of the submenu.
7187         (submenu): returns the submenu itself, provided it has been
7188         created by MenuBackend::expand
7189
7190 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7191
7192         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
7193         insets which have noFontChange == true. (bug #172)
7194
7195 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7196
7197         * BufferView_pimpl.C: add connection objects and use them...
7198         (Pimpl): here.
7199
7200 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7201
7202         * MenuBackend.C (expandLastfiles):
7203         (expandDocuments):
7204         (expandFormats):
7205         (expandFloatListInsert):
7206         (expandFloatInsert):
7207         (expand): split expand in parts
7208
7209 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7210
7211         * lyx_gui.C: use lyx_gui::exit()
7212
7213 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7214
7215         * LyXAction.C: show the failing pseudo action
7216
7217 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
7218
7219         * buffer.C (readFile): Run the lyxconvert script in order to read
7220         old files.
7221
7222 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7223
7224         * LyXAction.C:
7225         * commandtags.h:
7226         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
7227
7228 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7229
7230         * LyXAction.C:
7231         * commandtags.h:
7232         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
7233
7234 2002-07-22  Herbert Voss  <voss@lyx.org>
7235
7236         * lengthcommon.C:
7237         * lyxlength.[Ch]: add support for the vertical lengths
7238
7239 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
7240
7241         * toc.[Ch]: std:: fixes
7242
7243 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7244
7245         * lyxrc.C: do not include lyx_main.h
7246
7247         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
7248         for layouts
7249
7250         * lyxrc.C:
7251         * encoding.C:
7252         * bufferlist.C:
7253         * BufferView2.C: include "lyxlex.h"
7254
7255         * tabular.h:
7256         * bufferparams.h: do not #include "lyxlex.h"
7257
7258         * lyxtextclasslist.C (Add): remove method
7259         (classlist): renamed to classlist_
7260
7261         * paragraph_pimpl.C:
7262         * paragraph.C:
7263         * text2.C:
7264         * CutAndPaste.C:
7265         * bufferview_funcs.C:
7266         * bufferlist.C:
7267         * text.C:
7268         * LaTeXFeatures.C:
7269         * buffer.C:
7270         * toc.C (getTocList): use BufferParams::getLyXTextClass
7271
7272         * toc.C (getTocList): use InsetFloat::addToToc
7273
7274         * toc.[Ch]: new files, containing helper functions to handle table
7275         of contents
7276
7277         * lyxfunc.C (dispatch): no need to remove spaces around command
7278         given as a string
7279         (getStatus): handle LFUN_SEQUENCE by returning the status of the
7280         first command of the sequence; it is not very clever, but I do not
7281         have a better idea, actually
7282
7283         * LyXAction.C (LookupFunc): make sure to remove space at the
7284         beginning and end of the command
7285
7286 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7287
7288         * MenuBackend.C (getMenubar): new method: return the menubar of
7289         this menu set
7290         (read): treat differently reading of menu and menubar (in
7291         particular, the menubar has no name now)
7292         (Menu::menubar): remove
7293
7294         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
7295         saving is finished
7296
7297 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7298
7299         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
7300         a bibitem inset in a RTL paragraph.
7301
7302 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
7303
7304         * paragraph_pimpl.C: constify
7305
7306         * BufferView_pimpl.C:
7307         * LaTeX.C:
7308         * lyxfunc.C: fix dispatch in a nicer way
7309
7310 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7311
7312         * lyxfunc.C (dispatch):
7313         * BufferView_pimpl.C:
7314         * BufferView_pimpl.h:
7315         * BufferView.C:
7316         * BufferView.h: rename Dispatch() to dispatch()
7317
7318         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
7319
7320         * lyxlayout.C (Read): honor DependsOn tag
7321
7322         * lyxlayout.[Ch] (depends_on): new method
7323
7324         * version.C.in: update lyx_docversion
7325
7326         * LaTeXFeatures.C (getMacros): only define \LyX when needed
7327
7328         * paragraph.C (validate): remove from here...
7329         * paragraph_pimpl.C (validate): ... and move here
7330         (isTextAt): make it const
7331
7332         * buffer.C (getLists): ws cleanup
7333
7334 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7335
7336         * language.C (read): Use iso8859-1 encoding in latex_lang
7337         (this prevents LyX from crashing when using iso10646-1 encoding).
7338
7339 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7340
7341         * text2.C (toggleInset): if cursor is inside an inset, close the
7342         inset and leave cursor _after_ it
7343
7344 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7345
7346         * lyxfunc.C: move minibuffer completion handling out of here
7347
7348 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7349
7350         * BufferView_pimpl.C:
7351         * LaTeX.C: fix dispatch calls
7352
7353 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
7354
7355         * text.C (drawChars): Fix Arabic text rendering.
7356
7357 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
7358
7359         * LyXAction.C:
7360         * commandtags.h:
7361         * lyxfunc.C: remove message-push/pop
7362
7363         * lyxserver.C:
7364         * lyxfunc.h:
7365         * lyxfunc.C: rationalise some code by removing verboseDispatch
7366           in favour of a bool argument to dispatch()
7367
7368 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7369
7370         * lyx_main.C (init): make sure to read symlinks as absolute paths
7371
7372 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7373
7374         * lyxfunc.h:
7375         * lyxfunc.C: no need for commandshortcut to be a member
7376
7377 2002-07-15  André Pönitz <poenitz@gmx.net>
7378
7379         * converter.C: add support for $$s (scripts from lib/scripts dir)
7380         * lyx_main.C: white space
7381
7382 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7383
7384         * bufferlist.C:
7385         * lyxrc.h:
7386         * lyxrc.C: remove second exit confirmation
7387
7388 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7389
7390         * BufferView.h:
7391         * BufferView.C:
7392         * BufferView2.C:
7393         * BufferView_pimpl.h:
7394         * BufferView_pimpl.C:
7395         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
7396
7397 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7398
7399         * MenuBackend.C (expand): add numeric shortcuts to document menu
7400
7401         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
7402
7403 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7404
7405         * lyxfont.C (setLyXFamily):
7406         (setLyXSeries):
7407         (setLyXShape):
7408         (setLyXSize):
7409         (setLyXMisc):
7410         (lyxRead):
7411         * debug.C (value):
7412         * buffer.C (asciiParagraph): use ascii_lowercase
7413
7414 2002-07-15  Mike Fabian  <mfabian@suse.de>
7415
7416         * lyxlex_pimpl.C (search_kw):
7417         * lyxlex.C (getLongString):
7418         * converter.h (operator<):
7419         * converter.C (operator<):
7420         * buffer.C (parseSingleLyXformat2Token):
7421         (asciiParagraph):
7422         * ToolbarDefaults.C (read):
7423         * MenuBackend.C (checkShortcuts):
7424         (read):
7425         * LColor.C (getFromGUIName):
7426         (getFromLyXName): use the compare_ascii_no_case instead of
7427         compare_no_case, because in turkish, 'i' is not the lowercase
7428         version of 'I', and thus turkish locale breaks parsing of tags.
7429
7430 2002-07-16  Angus Leeming  <leeming@lyx.org>
7431
7432         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
7433         now takes a Buffer const & argument.
7434
7435 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
7436
7437         * BufferView.C (resize): check there's a buffer to resize
7438
7439 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
7440
7441         * lyxfunc.C: remove dead code
7442
7443         * lyxserver.h:
7444         * lyxserver.C: use lyx_guii::set_read_callback
7445
7446 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
7447
7448         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
7449         an inset in a RTL paragraph.
7450
7451 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7452
7453         * lyxfunc.C: repaint after a font size update
7454
7455 2002-07-15  André Pönitz <poenitz@gmx.net>
7456
7457         * lyxlength.C: inBP should be able to return negative values
7458
7459 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7460
7461         * lyxfunc.C: use lyx_gui::update_fonts()
7462
7463 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7464
7465         * lyxfunc.C: use lyx_gui::update_color()
7466
7467 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7468
7469         * bufferlist.C:
7470         * lyxfunc.h:
7471         * lyxfunc.C:
7472         * lyxrc.h:
7473         * lyxrc.C: remove file->new asks for name option, and let
7474           buffer-new take an argument
7475
7476 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7477
7478         * BufferView_pimpl.C: remove unneeded extra repaint()
7479
7480 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
7481
7482         * LyXAction.C: allow command-sequence with NoBuffer
7483
7484         * lyxfunc.C: don't insist on trailing ';' for command-sequence
7485
7486 2002-07-10  Angus Leeming  <leeming@lyx.org>
7487
7488         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
7489
7490 2002-07-09  Angus Leeming  <leeming@lyx.org>
7491
7492         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
7493
7494 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7495
7496         * lengthcommon.h: whitespace
7497
7498         * lyxfunc.C: update scrollbar after goto paragraph
7499
7500         * lyxtext.h: factor out page break drawing, and fix it so
7501           page break/added space paints as selected nicely
7502
7503 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7504
7505         * BufferView_pimpl.C: add FIXMEs, clean up a little
7506
7507 2002-07-09  André Pönitz <poenitz@gmx.net>
7508
7509         * lyxfont.[Ch]: support for wasy symbols
7510
7511 2002-07-08  André Pönitz <poenitz@gmx.net>
7512
7513         * BufferView_pimpl.C: apply John's patch for #93.
7514
7515 2002-07-05  Angus Leeming  <leeming@lyx.org>
7516
7517         * BufferView_pimpl.C (buffer): generate previews if desired.
7518
7519         * LColor.h: add "preview" to the color enum.
7520
7521         * LColor.C (LColor): add a corresponding entry to the items array.
7522
7523         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
7524         with this buffer.
7525
7526 2002-07-05  Angus Leeming  <leeming@lyx.org>
7527
7528         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
7529         The body of the code is now in the method that is passed an ostream &
7530         rather than a file name.
7531         Pass an additional only_preamble parameter, useful for the forthcoming
7532         preview stuff.
7533
7534 2002-07-03  André Pönitz <poenitz@gmx.net>
7535
7536         * lyxfunc.C: simplify getStatus() a bit for math stuff
7537
7538 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7539
7540         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
7541
7542 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7543
7544         * text.C (changeRegionCase): do not change case of all the
7545         document when region ends at paragraph end (bug #461)
7546
7547 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7548
7549         * paragraph.C (startTeXParParams):
7550         (endTeXParParams): add \protect when necessary
7551
7552 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7553
7554         * BufferView_pimpl.C (workAreaExpose): remove warning
7555
7556 2002-06-27  Angus Leeming  <leeming@lyx.org>
7557
7558         * Makefile.am: add lyxlayout_ptr_fwd.h.
7559
7560 2002-06-26  André Pönitz <poenitz@gmx.net>
7561
7562         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
7563
7564 2002-06-25  Angus Leeming  <leeming@lyx.org>
7565
7566         * lyxfunc.C (dispatch): Comment out the call to
7567         grfx::GCache::changeDisplay. The method no longer exists now that the
7568         pixmap generation part of the graphics loader has been moved into
7569         InsetGraphics.
7570
7571 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7572
7573         * text2.C: layout as layout
7574
7575         * text.C: layout as layout
7576
7577         * tabular.C (OldFormatRead): layout as layout
7578
7579         * paragraph_pimpl.C (TeXDeeper): layout as layout
7580         (realizeFont): layout as layout
7581
7582         * paragraph.C (writeFile): layout as layout
7583         (validate): layout as layout
7584         (getFont): layout as layout
7585         (getLabelFont): layout as layout
7586         (getLayoutFont): layout as layout
7587         (breakParagraph): layout as layout
7588         (stripLeadingSpaces): layout as layout
7589         (getEndLabel): layout as layout
7590         (getMaxDepthAfter): layout as layout
7591         (applyLayout): layout as layout
7592         (TeXOnePar): layout as layout
7593         (simpleTeXOnePar): layout as layout
7594         (TeXEnvironment): layout as layout
7595         (layout): layout as layout
7596         (layout): layout as layout
7597
7598         * lyxtextclass.C (compare_name): new functor to work with
7599         shared_ptr, layout as layout
7600         (Read): layout as layout
7601         (hasLayout): layout as layout
7602         (operator): layout as layout
7603         (delete_layout): layout as layout
7604         (defaultLayout): layout as layout
7605
7606         * lyxlayout_ptr_fwd.h: new file
7607
7608         * lyxlayout.C (Read): layout as layout
7609
7610         * lyx_cb.C (MenuInsertLabel): layout as layout
7611
7612         * bufferlist.C (newFile): layout as layout
7613
7614         * buffer.C (readLyXformat2): layout as layout
7615         (parseSingleLyXformat2Token): layout as layout
7616         (insertStringAsLines): layout as layout
7617         (asciiParagraph): layout as layout
7618         (latexParagraphs): layout as layout
7619         (makeLinuxDocFile): layout as layout
7620         (simpleLinuxDocOnePar): layout as layout
7621         (makeDocBookFile): layout as layout
7622         (simpleDocBookOnePar): layout as layout
7623         (getLists): layout as layout
7624
7625         * LaTeXFeatures.C (getTClassPreamble): layout as layout
7626
7627         * CutAndPaste.C (cutSelection): layout as layout
7628         (pasteSelection): layout as layout
7629         (SwitchLayoutsBetweenClasses): layout as layout
7630
7631         * BufferView_pimpl.C (Dispatch): layout as layout
7632         (smartQuote): layout as layout
7633
7634         * BufferView2.C (unlockInset): layout as layout
7635
7636 2002-06-24  André Pönitz <poenitz@gmx.net>
7637
7638         * lyxfunc.C: fix #487
7639
7640 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7641
7642         * lyxrc.h:
7643         * lyxrc.C:
7644         * lyxfunc.C: remove display_shortcuts, show_banner
7645
7646 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7647
7648         * Buffer_pimpl.C: oops, update on resize
7649
7650 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7651
7652         * buffer.C:
7653         * converter.C:
7654         * exporter.C:
7655         * lyxfunc.C:
7656         * BufferView.h:
7657         * BufferView.C: use repaint()
7658
7659         * BufferView_pimpl.h:
7660         * BufferView_pimpl.C: s/updateScreen()/repaint()/
7661           as it's a clearer description. Remove superfluous
7662           redraws.
7663
7664 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7665
7666         * text.C: fix bug 488. Not ideal, but getting
7667           getWord() to work properly for the insets that
7668           matter is more difficult ...
7669
7670 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7671
7672         * BufferView_pimpl.C:
7673         * LyXAction.C:
7674         * commandtags.h:
7675         * lyxfunc.C: remove the six million index lyxfuncs to just
7676           one, and DTRT (bug 458)
7677
7678 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7679
7680         * BufferView.h:
7681         * BufferView.C:
7682         * BufferView_pimpl.h:
7683         * BufferView_pimpl.C: clean up resize() stuff,
7684           and unnecessary updateScreen()s
7685
7686 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7687
7688         * BufferView.h:
7689         * BufferView.C:
7690         * BufferView_pimpl.h:
7691         * BufferView_pimpl.C:
7692         * lyxfind.h:
7693         * lyxfind.C:
7694         * minibuffer.C: remove focus management of workarea,
7695           not needed. Use screen's greyOut()
7696
7697 2002-06-17  Herbert Voss  <voss@lyx.org>
7698
7699         * converter.C: (convert) do not post a message, when converting
7700         fails, let the calling function decide what to do in this case
7701
7702 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
7703
7704         * lyxfunc.C: tidy up a little
7705
7706 2002-06-16    <alstrup@diku.dk>
7707
7708         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
7709         Got rid of FORMS_H_LOCATION include. Now we are
7710         GUII.
7711
7712 2002-06-15  LyX Development team  <lyx@rilke>
7713
7714         * buffer.[Ch] (sgmlOpenTag):
7715         (sgmlCloseTag): Added support for avoiding pernicious mixed
7716         content. Return number of lines written.
7717
7718         (makeLinuxDocFile):
7719         (makeDocBookFile): Fixed calls to sgml*Tag.
7720         Simple white space clean.
7721
7722         (simpleDocBookOnePar): Simple white space clean.
7723
7724         * tabular.[Ch] (docBook): Renamed to docbook and got another
7725         argument to related with the pernicious mixed content.
7726
7727         (docbookRow): Fixed calls for docbook inset method.
7728
7729 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7730
7731         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7732         so it's X11 independent.
7733
7734         * kb*.[Ch]: ditto.
7735
7736         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7737
7738 2002-06-15  Lyx Development team  <lyx@electronia>
7739
7740         * intl.h: Renamed getTrans to getTransManager.
7741
7742 2002-06-14  Angus Leeming  <leeming@lyx.org>
7743
7744         * Makefile.am: nuke forgotten stl_string_fwd.h.
7745
7746 2002-06-12  Angus Leeming  <leeming@lyx.org>
7747
7748         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7749
7750 2002-06-13  Angus Leeming  <leeming@lyx.org>
7751
7752         * LaTeX.C:
7753         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7754
7755 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7756
7757         * kbmap.C (getiso): add support for cyrillic and greek
7758
7759 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7760
7761         * BufferView.h:
7762         * BufferView.C:
7763         * BufferView_pimpl.h:
7764         * BufferView_pimpl.C: move bogus scrolling logic
7765           to xforms
7766
7767 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7768
7769         * lyxfunc.C:
7770         * BufferView_pimpl.C: view->resize() change
7771
7772 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7773
7774         * BufferView_pimpl.C: topCursorVisible
7775           prototype change
7776
7777 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7778
7779         * Makefile.am:
7780         * lyx_gui.h:
7781         * lyx_gui.C: move to frontends/
7782
7783         * main.C:
7784         * lyx_main.h:
7785         * lyx_main.C: changes from above
7786
7787 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7788
7789         * intl.C:
7790         * intl.h:
7791         * kbmap.C:
7792         * kbsequence.C:
7793         * lyx_cb.C:
7794         * lyx_main.C: minor tidy
7795
7796 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7797
7798         * BufferView_pimpl.h:
7799         * BufferView_pimpl.C:
7800         * BufferView.h:
7801         * BufferView.C: make painter() const,
7802           remove dead code
7803
7804         * BufferView2.C: use screen() accessor
7805
7806         * lyx_main.h:
7807         * lyx_main.C: some minor cleanup
7808
7809 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7810
7811         * BufferView_pimpl.h:
7812         * BufferView_pimpl.C: remove enter/leaveView,
7813           use workHeight()
7814
7815 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7816
7817         * BufferView.h:
7818         * BufferView.C:
7819         * BufferView2.C:
7820         * BufferView_pimpl.h:
7821         * BufferView_pimpl.C: only construct screen once,
7822           rename
7823
7824         * lyxrc.C: remove pointless comment
7825
7826 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7827
7828         * BufferView.h:
7829         * BufferView.C: remove active() and belowMouse()
7830
7831         * BufferView_pimpl.h:
7832         * BufferView_pimpl.C: use workarea() not workarea_,
7833           and make it use a scoped_ptr instead
7834
7835 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7836
7837         * lyx_gui.C: add debug message on BadWindow
7838
7839 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7840
7841         * sp_spell.C: fdopen is not part of the C++ standard.
7842
7843         * paragraph.C (InsetIterator): use >= instead of ==
7844
7845 2002-06-07  Angus Leeming  <leeming@lyx.org>
7846
7847         Fixes needed to compile with Compaq cxx 6.5.
7848         * BufferView_pimpl.C:
7849         * DepTable.C:
7850         * buffer.C:
7851         * converter.C:
7852         * encoding.C:
7853         * lyx_gui.C:
7854         * lyx_main.C:
7855         * lyxtextclasslist.C:
7856         * minibuffer.C:
7857         * sp_spell.C:
7858         * tabular_funcs.C:
7859         * vc-backend.C:
7860         all c-library variables have been moved into namespace std. Wrap
7861         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7862
7863         * lyxlength.C:
7864         * tabular-old.C:
7865         * tabular.C:
7866         Add a using std::abs declaration.
7867
7868         * kbmap.h (modifier_pair):
7869         * paragraph.h (InsetTable, InsetList):
7870         * lyxfont.h (FontBits):
7871         type definition made public.
7872
7873         * bufferlist.C (emergencyWriteAll): the compiler complains that
7874         there is more than one possible lyx::class_fun template to choose from.
7875         I re-named the void specialisation as lyx::void_class_fun.
7876
7877         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7878
7879         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7880         the compiler is is unable to find tostr in write_attribute.
7881
7882 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7883
7884         * buffer.C (sgmlError): hide #warning
7885
7886 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7887
7888         * xtl/*: get rid of xtl, which is not in use anyway
7889
7890         * LyXAction.C (init):
7891         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7892         were unimplemented xtl experimentation
7893
7894 2002-06-04  André Pönitz <poenitz@gmx.net>
7895
7896         * lyxfunc.C: disable array operation on simple formulae
7897
7898 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7899
7900         * converter.C: constify a bit
7901
7902 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7903
7904         * lyx_gui.C: check xforms version correctly
7905
7906 2002-04-30  Herbert Voss  <voss@lyx.org>
7907
7908         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7909         "keep" option
7910
7911 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7912
7913         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7914           attempt to register it with a VCS)
7915
7916 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7917
7918         * lyx_main.C (init): honor variables LYX_DIR_13x and
7919         LYX_USERDIR_13x
7920
7921 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7922
7923         * buffer.h:
7924         * buffer.C:
7925         * lyx_main.C: fix a crash on bad command line,
7926           and give a useful exit status on error
7927
7928         * lyxfunc.C (doImport): allow -i lyx to work
7929
7930 2002-03-30  André Pönitz <poenitz@gmx.net>
7931
7932         * lyxfunc.C: mathed font changes
7933
7934 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7935
7936         * LaTeX.C:
7937         * importer.h:
7938         * importer.C:
7939         * lyx_sty.h:
7940         * lyx_sty.C:
7941         * lyxlex.C:
7942         * lyxrow.h:
7943         * lyxtext.h:
7944         * paragraph.h:
7945         * paragraph.C:
7946         * texrow.h:
7947         * texrow.C:
7948         * text.C:
7949         * trans_mgr.h: srcdocs, and some minor cleanups
7950
7951 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7952
7953         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7954         call getFont all the time)
7955
7956 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7957
7958         * switch from SigC signals to boost::signals
7959
7960 2002-05-29  André Pönitz <poenitz@gmx.net>
7961
7962         * paragraph_pimpl.C (getChar): don't call size() too often...
7963
7964 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7965
7966         * paragraph_pimpl.C (insertChar): do not try to update tables when
7967         appending (pos == size())
7968
7969         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7970         in order to reduce drastically the number of comparisons needed to
7971         parse a large document
7972
7973 2002-05-29  André Pönitz <poenitz@gmx.net>
7974
7975         * text.C:
7976         * text2.C:
7977         * lyxtextclass.C:
7978         * sp_pspell.h:
7979         * textclasslist.[Ch]:
7980         * sp_ispell.h: whitespace change
7981
7982 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7983
7984         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7985         lyxaction directly now.
7986
7987 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7988
7989         * trans.C:
7990         * lyxfont.C:
7991         * lyxvc.C: remove unused headers
7992
7993 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7994
7995         * Makefile.am:
7996         * buffer.h:
7997         * undostack.h:
7998         * undostack.C:
7999         * undo_funcs.h:
8000         * undo_funcs.C: some cleanups. Use shared_ptr
8001           and a template for the undo stacks.
8002
8003 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8004
8005         * BufferView_pimpl.h:
8006         * BufferView_pimpl.C:
8007         * kbmap.h:
8008         * kbmap.C:
8009         * kbsequence.h:
8010         * kbsequence.C:
8011         * lyxfunc.h:
8012         * lyxfunc.C:
8013         * text2.C: use key_state/mouse_state
8014
8015 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8016
8017         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
8018         and LSubstring
8019
8020         * chset.C: change include order
8021         (loadFile): use boost regex and get rid of LRegex and LSubstring
8022
8023         * Makefile.am (BOOST_LIBS): new variable
8024         (lyx_LDADD): use it
8025
8026         * LaTeX.C: change include order.
8027         (scanAuxFile): use boost regex and get rid of LRegex and
8028         LSubstring
8029         (deplog): ditto
8030
8031 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8032
8033         * ColorHandler.h:
8034         * ColorHandler.C:
8035         * FontInfo.h:
8036         * FontInfo.C: moved to frontends/xforms/
8037
8038         * FontLoader.h:
8039         * FontLoader.C: moved into frontends for GUIIzation
8040
8041         * Makefile.am:
8042         * lyx_gui.C:
8043         * lyxfont.C:
8044         * lyxfunc.C: changes from above
8045
8046 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8047
8048         * LColor.C: remove spurious X include
8049
8050         * BufferView_pimpl.C:
8051         * Makefile.am:
8052         * font.h:
8053         * font.C:
8054         * text.C:
8055         * text2.C: move font metrics to frontends/
8056
8057 2002-05-24  Juergen Vigna  <jug@sad.it>
8058
8059         * undo_funcs.C (textHandleUndo): fix the cursor selection after
8060         setting the undo_cursor.
8061
8062         * ParagraphParameters.h: include local includes first.
8063
8064 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8065
8066         * BufferView_pimpl.C:
8067         * BufferView_pimpl.h:
8068         * Makefile.am:
8069         * WorkArea.h:
8070         * WorkArea.C:
8071         * screen.C: move WorkArea into frontends/
8072
8073         * lyxscreen.h:
8074         * screen.C:
8075         * text.C:
8076         * BufferView.C:
8077         * BufferView2.C: move LyXScreen into frontends/
8078
8079         * lyxlookup.h:
8080         * lyxlookup.C:
8081         * lyx_gui.C: move lyxlookup into frontends/xforms/
8082
8083 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8084
8085         * BufferView2.C:
8086         * BufferView_pimpl.C:
8087         * FontLoader.C:
8088         * LyXView.h:
8089         * LyXView.C:
8090         * Makefile.am:
8091         * WorkArea.C:
8092         * XFormsView.h:
8093         * XFormsView.C:
8094         * buffer.C:
8095         * bufferlist.C:
8096         * bufferview_funcs.C:
8097         * converter.C:
8098         * importer.C:
8099         * lyx_cb.C:
8100         * lyx_gui.C:
8101         * lyx_main.C:
8102         * lyx_find.C:
8103         * lyxfunc.C:
8104         * lyxvc.C:
8105         * minibuffer.C:
8106         * text.C:
8107         * text2.C:
8108         * trans.C:
8109         * vc-backend.C: move LyX/XFormsView into frontends/
8110
8111 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8112
8113         * Makefile.am:
8114         * PainterBase.C:
8115         * PainterBase.h:
8116         * Painter.C:
8117         * Painter.h:
8118         * WorkArea.C:
8119         * WorkArea.h:
8120         * screen.C:
8121         * tabular.C:
8122         * text.C:
8123         * text2.C: move Painter to frontends/
8124
8125 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8126
8127         * buffer.C: comment out some some code that depend upon lyx_format
8128         < 220
8129
8130         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
8131         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
8132
8133         * buffer.h (NO_COMPABILITY): turn off compability
8134
8135         * ColorHandler.C: include scoped_array.hpp
8136
8137         * font.C: Use more specific smart_ptr header.
8138         * Painter.C: ditto
8139         * gettext.C: ditto
8140         * ShareContainer.h: ditto
8141         * lyx_main.h: ditto
8142         * kbmap.h: ditto
8143         * FontInfo.h: ditto
8144         * BufferView_pimpl.h: ditto
8145         * ColorHandler.h: ditto
8146
8147         * kbmap.C (defkey): change call to shared_ptr::reset
8148
8149 2002-05-21  Juergen Vigna  <jug@sad.it>
8150
8151         * buffer.C (insertErtContents): fix to insert ert asis if it is
8152         non empty. Skip it completely if it contains only whitespaces.
8153
8154 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
8155
8156         * BufferView_pimpl.C:
8157         * BufferView2.C: clear selection on paste (bug 393)
8158
8159 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8160
8161         * DepTable.C: include ctime
8162
8163 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
8164
8165         * buffer.C (latexParagraphs): Add new argument (moving_arg).
8166
8167 2002-05-14  Juergen Vigna  <jug@sad.it>
8168
8169         * text.C (breakParagraph): fixed function to honor the keepempty
8170         layout in the right maner and also to permit the right breaking
8171         algorithm on empty or non empyt keepempty paragraphs.
8172
8173         * paragraph.C (breakParagraph): we have to check also if the par
8174         is really empty (!size()) for isempty otherwise we do the wrong
8175         paragraph break.
8176
8177 2002-05-10  Juergen Vigna  <jug@sad.it>
8178
8179         * buffer.[Ch] : The following are only changes to the ert
8180         compatibility read reading old LaTeX layout and font stuff and
8181         convert it to ERTInsets.
8182
8183         * buffer.h: added isErtInset().
8184
8185         * buffer.C (struct ErtComp): add a fromlayout bool to check
8186         if we're inside a LaTeX layout.
8187         (isErtInset): new helper function.
8188         (insertErtContents): look for other ert insets before this one
8189         and insert the contents there, so that we don't have subsequent
8190         ERT insets with nothing between them. This way we create only one
8191         inset with multiple paragraphs. Also check if we don't insert only
8192         spaces ' ' as they are ignored anyway afterwards in the .tex file
8193         so if we have only spaces we will ignore this latex part in the
8194         new file.
8195         (parseSingleLyXformat2Token \\layout): better compatibility when
8196         reading layout-latex stuff.
8197         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
8198         language tag.
8199         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
8200         stuff after reading the inset only get the information back from
8201         the stack.
8202
8203 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
8204
8205         * buffer.C (makeLaTeXFile): Put language options after loading babel.
8206
8207         * LaTeXFeatures.C (getBabelOptions): New method.
8208
8209 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8210
8211         * BufferView_pimpl.C (Dispatch): work around missing argument for
8212         'layout'
8213
8214 2002-05-08  Juergen Vigna  <jug@sad.it>
8215
8216         * text.C (leftMargin): handle paragraph leftindent.
8217
8218         * paragraph.C (writeFile): write the new \\leftindent tag.
8219         (validate): handle leftindent code.
8220         (TeXEnvironment): handle paragraphleftindent code again.
8221
8222         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
8223
8224         * buffer.C (parseSingleLyXformat2Token): added compatibility code
8225         for paragrap_extra indent code and new token \\leftindent.
8226         (latexParagraphs): handle the leftindent as environment.
8227
8228         * ParameterStruct.h: added leftindent support.
8229
8230         * ParagraphParameters.C (leftIndent): added support functions for
8231         the paragraph left indent.
8232
8233         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
8234         more appropriate.
8235
8236 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
8237
8238         * paragraph.C (isRightToLeftPar): Return false for a paragraph
8239         inside insetERT.
8240
8241         * text.C (computeBidiTables): No bidi in insetERT.
8242
8243         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
8244         in RTL documents.
8245
8246 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8247
8248         * version.C.in: pre 5
8249
8250 2002-05-02  José Matos  <jamatos@fep.up.pt>
8251         * buffer.C (makeDocBookFile): white space changes, add newline to
8252         command styles.
8253         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
8254
8255         * tabular.C (docBook): fix typo.
8256
8257 2002-05-03  Juergen Vigna  <jug@sad.it>
8258
8259         * screen.C (drawFromTo): recalculate the rowpointer if we had a
8260         change in LyXText as we can not be sure it was not freed.
8261         (drawOneRow): remove unused code.
8262
8263         * text.C (drawInset): redo the calculation of the need_break_row as
8264         it could have a row which was already freed.
8265         (draw): look at the return value of drawInset and return false if
8266         it also returned false.
8267         (paintRowText): look at the return value of draw and return false if
8268         it also returned false.
8269
8270         * lyxtext.h: added bool return type to drawInset() and draw() so that
8271         if we have a change in the row so that the rowbreak has to be redone
8272         we abort drawing as it will be called again.
8273
8274 2002-05-02  Juergen Vigna  <jug@sad.it>
8275
8276         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
8277         a change in the maintext also if we're inside an inset.
8278         (Dispatch): set the cursor again after a break line and after the
8279         screen has been updated as it could be we're in a different row.
8280
8281         * text2.C (fixCursorAfterDelete): check to make sure we don't request
8282         to set the cursor behind the pargraph with > size().
8283         (setCursor): check also for the same paragraph when checking where
8284         to put the cursor if we have a NFR inset.
8285
8286         * buffer.C (parseSingleLyXformat2Token): move the compatibility
8287         parts of layout read further up as it still was in the wrong
8288         position.
8289
8290 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8291
8292         * screen.C (drawFromTo): change sine fullRebreak always return
8293         true.
8294
8295         * buffer.C (parseSingleLyXformat2Token): reindent some
8296
8297         * BufferView_pimpl.C (update): change since fullRebreak always
8298         return true.
8299         (Dispatch): git rid of the last hardcoded "Standard"s.
8300
8301 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8302
8303         * text2.[Ch] (fullRebreak): make it return void now that we always
8304         returned true.
8305
8306 2002-04-30  Juergen Vigna  <jug@sad.it>
8307
8308         * buffer.C (parseSingleLyXformat2Token): reset the font before the
8309         ert compatibility check for "latex" layout.
8310
8311 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
8312
8313         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
8314         minipages: use col% instead of p%, and also use the current font.
8315         (makeLaTeXFile): Fix use babel condition.
8316         (parseSingleLyXformat2Token): Correct font when reading old floats.
8317
8318 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
8319
8320         * BufferView_pimpl.C (Dispatch): Check that float type exists when
8321         inserting list of floats.
8322
8323 2002-04-25  Herbert Voss  <voss@lyx.org>
8324
8325         * MenuBackend.C (expand): don't add the graphics extensions to the
8326         export menu
8327
8328 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8329
8330         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
8331         non-existing layout, do not complain if it was the default layout
8332         of the original class (bug #342)
8333
8334 2002-04-24  Juergen Vigna  <jug@sad.it>
8335
8336         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
8337         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
8338
8339 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
8340
8341         * buffer.C (getBibkeyList): If using \bibliography, return the
8342         option field with the reference itself. Enables us to provide natbib
8343         support when using \bibliography.
8344
8345 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
8346
8347         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
8348
8349         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
8350         natbib is provided by the LaTeX class.
8351
8352 2002-04-23  Juergen Vigna  <jug@sad.it>
8353
8354         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
8355         Wakeup functions.
8356
8357         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
8358
8359 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8360
8361         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
8362
8363         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
8364         ensuremath around textordmasculine, textordfeminine and
8365         textdegree.
8366
8367 2002-04-19  Juergen Vigna  <jug@sad.it>
8368
8369         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
8370         reinitializing the buffer otherwise row-dimensions may be wrong.
8371         (update): reset also the selection cursors if they do exits otherwise
8372         their x/y positions may be wrong.
8373
8374         * text2.C (cursorDown): don't enter the inset if we came from a row
8375         above and are one row over the inset.
8376
8377         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
8378         really leaving an inset.
8379
8380 2002-04-18  Juergen Vigna  <jug@sad.it>
8381
8382         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
8383         of the selected paragraph does not have the selected layout also if
8384         the last one had!
8385
8386         * text2.C (setLayout): fixed bug which did not change last selected
8387         paragraph.
8388
8389         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
8390         changed the read and substituted \\end_float with \\end_inset!
8391
8392         * BufferView_pimpl.C (cursorPrevious):
8393         (cursorNext): fixed to make it work with rows heigher than the work
8394         area without moving the cursor only the draw of the row.
8395         (workAreaMotionNotify): fix jumping over high rows.
8396
8397 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8398
8399         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
8400         Ressler.
8401
8402 2002-04-16  Juergen Vigna  <jug@sad.it>
8403
8404         * text2.C (setCursor): set also the irow().
8405         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
8406         (cursorUp):
8407         (cursorDown): support for locking an inset if the x_fix value goes
8408         inside it. That way I can transverse insets too with cursor up/down.
8409
8410         * lyxrow.h: added irow helper function same as other (i) functions.
8411
8412         * BufferView_pimpl.C (cursorPrevious):
8413         (cursorNext): fixed for insets!
8414
8415 2002-04-15  Juergen Vigna  <jug@sad.it>
8416
8417         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
8418         position otherwise it is wrong in some cases.
8419
8420         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
8421         inside the inset before the call.
8422
8423 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
8424
8425         * buffer.[Ch] (getBibkeyList): make it const.
8426
8427 2002-04-12  Juergen Vigna  <jug@sad.it>
8428
8429         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
8430
8431         * text2.C (getCursorX): new helper function
8432         (setCursor): compute also ix_
8433         (setCursorFromCoordinates): set also ix.
8434
8435         * lyxcursor.h: added ix_ and helper functions.
8436
8437         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
8438
8439         * buffer.C (insertStringAsLines): dont break paragraph if the this
8440         paragraph is inside an inset which does not permit it!
8441
8442         * text.C (breakParagraph): honor keepempty flag and break the paragraph
8443         also with no chars on this paragraph.
8444         (paintRowText): only paint stuff if it's inside the workarea!
8445
8446         * paragraph.C (breakParagraph): honor keepempty flag and break the
8447         paragraph always below not above.
8448
8449         * BufferView2.C (unlockInset): update the paragraph layout on inset
8450         unlock as we changed paragraph in such a case.
8451
8452         * lyxfind.C (LyXFind): clear the former selection if not found!
8453
8454         * text2.C (insertInset): freeze Undo after setUndo so that it is not
8455         again called in insertChar().
8456
8457         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
8458         an inset which uses the whole row!
8459         (rightMargin): ditto.
8460         (insertChar): force a rebreak if we inserted an inset!
8461
8462 2002-03-28  Herbert Voss  <voss@lyx.org>
8463
8464         * lyxlength.[Ch]: add inBP() to get the right PS-point
8465         units (BigPoint). With inPixels we have rounding errors
8466
8467 2002-04-11  Juergen Vigna  <jug@sad.it>
8468
8469         * text2.C (setCursorFromCoordinates): set iy to the right value.
8470         (setCursor): add check if row->previous exists!
8471
8472         * buffer.C (parseSingleLyXformat2Token): reset font after read of
8473         an old float_type as this was the case in the old code!
8474
8475         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
8476
8477         * BufferView2.C (showLockedInsetCursor): use iy
8478         (fitLockedInsetCursor): ditto
8479
8480         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
8481         locked insets as there we have the right value now.
8482
8483         * lyxcursor.C: added iy_ variable and iy functions to set to the
8484         baseline of cursor-y of the locked inset.
8485
8486         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
8487         (setCursor): fixed for insets which need a full row.
8488
8489         * text.C (rowLastPrintable): don't ignore the last space when before
8490         an inset which needs a full row.
8491         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
8492         as last character of a row when before a inset which needs a full row.
8493
8494 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8495
8496         * version.C.in: update date
8497
8498         * text2.C (fullRebreak): try to always return true and see what
8499         happens...
8500
8501 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8502
8503         * MenuBackend.C (expand): use Floating::listName
8504
8505         * FloatList.C (FloatList): add listName argument to the built-in
8506         floats
8507
8508         * Floating.[Ch]: add listName member, which is the 'List of XXX'
8509         text associated with the float.
8510
8511 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8512
8513         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
8514
8515 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8516
8517         * ShareContainer.h: add a couple of missing typenames.
8518
8519 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
8520
8521         * lyxrc.C (getDescription): use _() correctly rather than N_().
8522
8523 2002-03-28  Herbert Voss  <voss@lyx.org>
8524
8525         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
8526         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
8527
8528 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8529
8530         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
8531         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
8532
8533 2002-03-29  Juergen Vigna  <jug@sad.it>
8534
8535         * lyxfunc.C (dispatch): add a missing fitCursor call.
8536
8537         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
8538         it was scrolled by a cursor move, so return the bool status.
8539
8540         * BufferView.C (fitCursor): return the bool flag also to the outside
8541         world as this is needed.
8542
8543         * screen.C (toggleToggle): don't subtract the offset if it's positive.
8544
8545         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
8546         call the edit() as it is not needed (and wrong) IMO.
8547         (workAreaButtonPress): set the screen_first variable before evt.
8548         unlock the inset as this may change screen_first and then we have
8549         a wrong y position for the click!
8550
8551 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8552
8553         * MenuBackend.C (expand): another translation that I missed
8554
8555 2002-03-28  Juergen Vigna  <jug@sad.it>
8556
8557         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
8558
8559         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
8560
8561 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8562
8563         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
8564
8565         * MenuBackend.C (expand): fix export/view/update when there is no
8566         document open.
8567
8568 2002-03-27  Herbert Voss  <voss@lyx.org>
8569
8570         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
8571         and text%
8572
8573 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8574
8575         * bufferview_funcs.C (currentState): only show paragraph number
8576         for is DEVEL_VERSION is set.
8577
8578         * lyxfunc.C (dispatch): put warning in INFO channel
8579
8580         * MenuBackend.C (expand): translate the name of floats
8581
8582         * FloatList.C (FloatList): mark the float names for translation
8583
8584         * converter.C (convert): use LibScriptSearch
8585
8586 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8587
8588         * MenuBackend.C (defaults): fix default menu (we might as well get
8589         rid of it...)
8590
8591 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8592
8593         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
8594         directory.
8595
8596 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8597
8598         * lyxvc.C: reorder includes.
8599
8600 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
8601
8602         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
8603           properly
8604
8605 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
8606
8607         * CutAndPaste.C: change layouts earlier on paste
8608           to avoid crashing when calling getFont()
8609
8610 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
8611
8612         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
8613         irritating #error.
8614
8615 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8616
8617         * WorkArea.C: remove 'Pending' debug message.
8618
8619         * most files: ws cleanup
8620
8621         * buffer.[Ch]: ws changes
8622
8623         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
8624
8625 2002-03-21  Juergen Vigna  <jug@sad.it>
8626
8627         * tabular.C (SetMultiColumn): collapse also the contents of the
8628         cells and set the last border right. Added a Buffer const * param.
8629
8630 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8631
8632         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
8633         linking or not.
8634
8635 2002-03-19  Juergen Vigna  <jug@sad.it>
8636
8637         * text2.C (clearSelection): reset also xsel_cache.
8638
8639         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
8640         where it needs to be called (John tells us to do so too :)
8641         (selectionLost): reset sel_cache.
8642
8643         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
8644
8645 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8646
8647         * text2.C (setCursorIntern): put debuging code in INSETS channel
8648
8649 2002-03-19  André Pönitz <poenitz@gmx.net>
8650
8651         * lyxfunc.C: tiny whitespace change
8652
8653 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8654
8655         * ToolbarDefaults.C (init):
8656         * LyXAction.C (init):
8657         * commandtags.h:
8658         * BufferView_pimpl.C (Dispatch):
8659         * lyxfunc.C (dispatch): remove LFUN_DEPTH
8660
8661 2002-03-19  Allan Rae  <rae@lyx.org>
8662
8663         * exporter.C (Export): removeAutoInsets before doing anything else.
8664         While I've just introduced a dependency on BufferView this really is
8665         the best place to clean the buffer otherwise you need to cleanup in
8666         a dozen places before calling export or cleanup in a dozen functions
8667         that export calls.
8668
8669         * converter.C (runLaTeX):
8670         (scanLog): Better handling of removeAutoInsets and screen updates.
8671
8672         * lyxfunc.C (dispatch): small whitespace changes
8673
8674 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8675
8676         * WorkArea.C (C_WorkAreaEvent): return a value.
8677         (event_cb): return 1 if we handled the event, 0 otherwise.
8678
8679         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
8680
8681 2002-03-18  Juergen Vigna  <jug@sad.it>
8682
8683         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
8684         (GetAdditionalWidth): ditto.
8685         (RightLine): ditto.
8686         (LeftLine): ditto.
8687
8688         * BufferView2.C (copy): use getLyXText() so that we do it inside an
8689         inset if we're there actually (probably not used right now but this
8690         is the direction to go for unifying code).
8691         (paste): disable code to clear the selection.
8692
8693         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
8694         inside an InsetText and move the check further up as it is in the
8695         wrong place.
8696
8697         * text2.C (pasteSelection): set a selection over the pasted text.
8698
8699 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
8700
8701         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
8702         and libgraphics to build on Cygwin.
8703
8704 2002-03-15  Juergen Vigna  <jug@sad.it>
8705
8706         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
8707         inserting an Inset into the paragraph. I know this is not the best
8708         fix but we already use current_view in CutAndPaste so we will remove
8709         all of it's using at the same time.
8710
8711         * buffer.C (sgmlError): deactivated function till it is rewritten in
8712         the right mode, now it can create problems.
8713
8714         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8715         before accessing it.
8716
8717 2002-03-14  Juergen Vigna  <jug@sad.it>
8718
8719         * undo_funcs.C (textHandleUndo): do the right thing when updating
8720         the inset after the undo/redo.
8721
8722         * text2.C (setCursor): just some testcode for #44 not ready yet.
8723
8724         * undo_funcs.C (textHandleUndo): set the next() and previous()
8725         pointers of the paragraph to 0 before deleting otherwise we have
8726         problems with the Paragraph::[destructor].
8727
8728         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8729         on a paragraph insertion.
8730
8731 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8732
8733         * buffer.C (asciiParagraph): use += operator for char append to
8734         string.
8735
8736         * paragraph.C (getFontSettings): compare >= not just >
8737         (highestFontInRange): ditto
8738         (setFont): ditto
8739
8740 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8741
8742         * paragraph.C: change several algorithm to be more appripriate for
8743         the problem domain. This is lookip in FontList and in the InsetList.
8744
8745 2002-03-13  André Pönitz <poenitz@gmx.net>
8746
8747         * commandtags.h:
8748         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8749
8750 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8751
8752         * commandtags.h:
8753         * LyXAction.C:
8754         * lyxfunc.C:
8755         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8756
8757 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8758
8759         * Painter.C (display): anon helper function, adjust code for this
8760         change.
8761         (pixmap): remove function.
8762
8763         * Painter.h: remove private display variable.
8764
8765         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8766
8767 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8768
8769         * WorkArea.[Ch]: remove figinset_canvas cruft.
8770
8771 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8772
8773         * lyxtextclass.C (operator): add one item cache optimization.
8774
8775         * bufferlist.h: doxy changes
8776
8777         * bufferlist.C: ws changes
8778
8779         * DepTable.[Ch] (ext_exist): place const in the right spot.
8780
8781         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8782         call resizeInsets.
8783         (workAreaExpose): call resizeInsets when the with BufferView changes.
8784         (Dispatch): adjust for protectedBlank removal
8785         (specialChar): call updateInset if the insert went ok.
8786
8787         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8788         specialChar instead.
8789
8790         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8791
8792         * BufferView.h: doxy change
8793
8794         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8795
8796         * lyxtextclass.C (operator[]): remove non-const version
8797         (defaultLayout): remove non-const version
8798
8799 2002-03-12  Juergen Vigna  <jug@sad.it>
8800
8801         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8802         did resize the LyXText too.
8803
8804         * buffer.C (readLyXformat2): set layout information on newly allocated
8805         paragraphs.
8806
8807         * tabular.C (OldFormatRead): set layout information on the paragraph.
8808
8809 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8810
8811         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8812
8813 2002-03-11  Juergen Vigna  <jug@sad.it>
8814
8815         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8816         plainly wrong.
8817         (resizeCurrentBuffer): force also the insets to resize themselfes.
8818         (moveCursorUpdate): fixed up for InsetText.
8819
8820 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8821
8822         * commandtags.h:
8823         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8824         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8825         value of Dialogs::tooltipsEnabled().
8826         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8827
8828 2002-03-08  Juergen Vigna  <jug@sad.it>
8829
8830         * BufferView_pimpl.C (updateInset): update inset inside inset also
8831         if it isn't inside theLockingInset().
8832
8833 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8834
8835         * buffer.C (asciiParagraph): redo some of the word and line length
8836         handling.
8837         (getLists): look for Caption instead of caption.
8838
8839 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8840
8841         * buffer.C (Buffer): initialize niceFile to true
8842         (makeLaTeXFile):
8843         (makeLinuxDocFile):
8844         (makeDocBookFile): make sure niceFile is true on exit
8845
8846 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8847
8848         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8849
8850 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8851
8852         * LyXSendto.C: remove.
8853         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8854         * lyx_gui.C: remove now-redundant comment.
8855         * ColorHandler.h: remove forward declaration of class WorkArea.
8856         * lyxfunc.C: remove #include "WorkArea.h".
8857
8858 2002-03-07  Juergen Vigna  <jug@sad.it>
8859
8860         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8861         got moved away with the DEPM and also set the inset_owner always
8862         right which before could have been omitted.
8863
8864 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8865
8866         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8867         wanted layout is not found.
8868
8869 2002-03-07  Juergen Vigna  <jug@sad.it>
8870
8871         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8872
8873 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8874
8875         * paragraph.C (breakParagraph): use default layout not layout of
8876         prev paragraph.
8877         (Paragraph): clear ParagraphParameters.
8878
8879 2002-03-06  Juergen Vigna  <jug@sad.it>
8880
8881         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8882         otherwise it would not be a valid lenght. Fixed a special case in
8883         the minipage compatibility read where we end the document with a
8884         minipage.
8885
8886         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8887         was set as it could be 0 for InsetTexts first entry.
8888
8889 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8890
8891         * paragraph.C (writeFile): if layout is empty write out
8892         defaultLayoutName().
8893
8894         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8895         file without named layout we set layout to defaultLayoutName().
8896
8897 2002-03-06  Juergen Vigna  <jug@sad.it>
8898
8899         * CutAndPaste.C (copySelection): set layout for new paragraph.
8900
8901         * text.C (prepareToPrint): leave ERT inset left aligned
8902         (leftMargin): don't indent paragraphs inside ERT insets
8903
8904 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8905
8906         * paragraph.C (breakParagraph): dont call clear do the work manually
8907
8908         * paragraph.[Ch] (clear): remove function
8909
8910 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8911
8912         * paragraph.C (Paragraph): dont call clear, the work has already
8913         been done.
8914
8915         * lyxtextclass.C (operator): assert if n is empty
8916
8917         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8918         work manually instead.
8919
8920 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8921
8922         * BufferView_pimpl.C: protect selectionLost against text == 0
8923
8924 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8925
8926         * text.C (breakParagraph): fix a setting layout to '0' problem.
8927
8928 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8929
8930         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8931         final location of file, for the included files, and graphics.
8932
8933 2002-03-05  Juergen Vigna  <jug@sad.it>
8934
8935         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8936
8937 2002-03-04  Juergen Vigna  <jug@sad.it>
8938
8939         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8940
8941         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8942         last column of multicolumn cells.
8943         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8944
8945 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8946
8947         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8948         file if it doesn't go to a temporary file.
8949
8950         * buffer.C (sgmlOpenTag):
8951         (sgmlCloseTag):  remove extra newline insertion.
8952
8953 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8954
8955         * text.C (getRowNearY): comment out debug msg
8956
8957 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8958
8959         * text2.C: first -> first_y
8960
8961         * text.C (getRowNearY): add some attemts at a possible
8962         optimization, not working.
8963
8964         * tabular.[Ch]: add BufferParams to several function so that newly
8965         created paragraph can be initialized to he default layotu for the
8966         buffers textclass.
8967
8968         * tabular-old.C (ReadOld): add buf->params to call of Init
8969
8970         * screen.C: rename text->first to text->first_y
8971
8972         * paragraph.C (breakParagraph): always set layout in the broken
8973         paragraph
8974
8975         * lyxtextclass.C (Read): remove lowercase
8976         (hasLayout): ditto
8977         (operator): ditto
8978         (delete_layout): ditto
8979
8980         * lyxtext.h: rename first -> first_y
8981
8982         * lyxlayout.C (Read): remove lowercase
8983         (name): ditto
8984         (setName): ditto
8985         (obsoleted_by): ditto
8986
8987         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8988
8989         * buffer.C (insertErtContents): add params are to InsetERT
8990         (parseSingleLyXformat2Token): add code to check if a paragraphs
8991         layout really exist.
8992         (parseSingleLyXformat2Token): add params to several inset
8993         constructors
8994         (asciiParagraph): remove lowercase, do the layout comparisons with
8995         no_case
8996
8997         * BufferView_pimpl.C (cursorNext): first -> first_y
8998         (resizeCurrentBuffer): first -> first_y
8999         (updateScrollbar): first -> first_y
9000         (scrollCB): first -> first_y
9001         (workAreaMotionNotify): first -> first_y
9002         (workAreaButtonPress): first -> first_y
9003         (checkInsetHit): first -> first_y
9004         (cursorPrevious): first -> first_y
9005         (cursorNext): first -> first_y
9006         (Dispatch): add buffer_->params to severl inset contructors
9007
9008 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9009
9010         * lyxlayout.C (Read): remove some debug info that I forgot.
9011
9012         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
9013         clean up the code slightly.
9014         (makeLinuxDocFile): ditto
9015         (makeDocBookFile): ditto
9016
9017         * text2.C: layout as string
9018
9019         * text.C: layout as string
9020
9021         * paragraph_pimpl.C: layout as string
9022
9023         * paragraph.[Ch]: layout as string
9024
9025         * lyxtextclasslist.[Ch]: layout as string
9026
9027         * lyxtextclass.[Ch]: layout as string
9028
9029         * lyxtext.h: layout as string
9030
9031         * lyxlayout.[Ch]: layout as string
9032
9033         * lyx_cb.C: layout as string
9034
9035         * bufferview_funcs.C: layout as string
9036
9037         * bufferparams.C: layout as string
9038
9039         * buffer.C: layout as string
9040
9041         * LyXView.[Ch]: layout as string
9042
9043         * LaTeXFeatures.[Ch]: layout as string
9044
9045         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
9046
9047         * BufferView_pimpl.C: change current_layout to string, remove
9048         lyx::layout_type.
9049         (Dispatch):
9050         (smartQuote):
9051         (insertInset):
9052         (workAreaButtonRelease): layout as string
9053
9054         * BufferView2.C (unlockInset): adjust
9055
9056         * vspace.C (asLatexCommand): use an explict temp variable.
9057
9058 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9059
9060         * Makefile.am: use FRONTEND_*
9061
9062 2002-03-01  Juergen Vigna  <jug@sad.it>
9063
9064         * tabular.C (SetWidthOfMulticolCell): changed to something better
9065         I hope but still work in progress.
9066         (recalculateMulticolumnsOfColumn): renamed function from
9067         recalculateMulticolCells as it is more appropriate now.
9068         (SetWidthOfCell): calculate multicols better.
9069
9070 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9071
9072         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
9073
9074         * lyxfunc.C (processKeySym): print sequence also if it is
9075         `deleted' (complete)
9076
9077         * kbsequence.C (print): print sequence even if it is deleted
9078         (complete would be a better word, actually).
9079
9080         * lyxfunc.C (dispatch): print complete options after a prefix key
9081
9082         * vspace.C (asLatexCommand): rewrite in a slightly different form.
9083
9084 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
9085
9086         * text2.C (setCharFont): eliminate setCharFont code duplication.
9087
9088 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9089
9090         * BufferView_pimpl.C (Dispatch): remove bogus handling of
9091         LFUN_TABULAR_FEATURE (bug #177)
9092
9093 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
9094
9095         * Makefile.am: remove figure.h
9096
9097 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
9098
9099         * Bufferview_pimpl.C:
9100         * CutAndPasteC:
9101         * LaTeX.C:
9102         * LyXSendto.C:
9103         * buffer.C:
9104         * bufferlist.C:
9105         * converter.C:
9106         * language.C:
9107         * lyxfunc.C:
9108         * lyxvc.C:
9109         * paragraph.C:
9110         * text.C:
9111         * text2.C: remove #include "lyx_gui_misc.h".
9112
9113         * LaTeX.C: added #include <cstdio>
9114
9115 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9116
9117         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
9118         that the paragraph following this one can have.
9119
9120         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
9121
9122         * vspace.C (asLatexCommand): fix bogus gcc warning
9123
9124         * Makefile.am (lyx_SOURCES): remove vms_defines.h
9125
9126 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
9127
9128         * text2.C (setLayout): get rid of redundant code
9129
9130 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
9131
9132         * text2.C (incDepth): make sure depth cannot be increased beyond
9133         reasonable values.
9134
9135 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
9136
9137         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
9138         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
9139
9140         * PainterBase.h (image):
9141         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
9142         a LyXImage const *.
9143
9144 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9145
9146         * BufferView.C:
9147         * BufferView.h:
9148         * BufferView_pimpl.C:
9149         * BufferView_pimpl.h:
9150         * LaTeXFeatures.C:
9151         * LyXAction.C:
9152         * LyXView.C:
9153         * Makefile.am:
9154         * UpdateList.h:
9155         * UpdateList.C:
9156         * buffer.C:
9157         * figure.h:
9158         * figureForm.C:
9159         * figureForm.h:
9160         * figure_form.C:
9161         * figure_form.h:
9162         * lyx_cb.C:
9163         * lyx_gui.C:
9164         * lyx_gui_misc.C:
9165         * lyxfunc.C:
9166         * sp_base.h:
9167         * sp_ispell.h:
9168         * sp_pspell.h:
9169         * sp_spell.C: remove fig inset, and the crap house of
9170           cards that follows it
9171
9172 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9173
9174         * Makefile.am:
9175         * lyxserver.C:
9176         * os2_defines.h:
9177         * os2_errortable.h:
9178         * nt_defines.h: move .h into support/
9179
9180         * vms_defines.h: remove
9181
9182         * WorkArea.C: add space in debug output
9183
9184         * text2.C:
9185         * paragraph.C:
9186         * buffer.C: add WITH_WARNINGS
9187
9188         * vc-backend.h:
9189         * vc-backend.C:
9190         * bufferlist.C: s/retrive/retrieve/, add docs
9191
9192         * vspace.h:
9193         * vspace.C:
9194         * kbmap.h:
9195         * lyxlength.h:
9196         * lyxgluelength.h:
9197         * length_common.h:
9198         * chset.h:
9199         * chset.C: add docs
9200
9201         * lyxgui.C: add ID to X error handler
9202
9203         * lyxtestclass.c: fix typo
9204
9205 2002-02-26  Juergen Vigna  <jug@sad.it>
9206
9207         * tabular_funcs.C (write_attribute): changed so that some default
9208         attributes are not written at all.
9209         (getTokenValue): set default values before trying to read the
9210         value so we have the return value always set as default if we don't
9211         find the token we search for.
9212
9213         * tabular.C (Write): write bools as bools not as strings!
9214
9215 2002-02-22  Juergen Vigna  <jug@sad.it>
9216
9217         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
9218         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
9219
9220         * text.C (leftMargin): don't add an indent for paragraphs inside
9221         tabular cells (fix #208).
9222
9223 2002-02-21  José Matos  <jamatos@fep.up.pt>
9224
9225         * tabular.C (docBook): fixed support for long tables.
9226
9227 2002-02-20  Juergen Vigna  <jug@sad.it>
9228
9229         * text2.C (getFont): get the drawing font of the Inset if this
9230         paragraph is inside an inset (only important for InsetERT for now).
9231
9232         * buffer.C (insertErtContents): use new lanugage params in ERT
9233         constructor.
9234
9235         * CutAndPaste.C: commenting out seemingly uneeded code.
9236
9237 2002-02-19  Allan Rae  <rae@lyx.org>
9238
9239         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
9240         Iterators might be simple to use but they also get invalidated.
9241         (removeAutoInsets): renamed saved cursor tracking variables and added
9242         some comments to clarify what everything does.
9243
9244 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
9245
9246         * Chktex.C:
9247         * LaTeX.C:
9248         * LyXSendto.C:
9249         * converter.C:
9250         * lyx_cb.C:
9251         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
9252         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
9253
9254         * lyxfunc.C:
9255         * vc-backend.h: remove #include "support/syscall.h"
9256
9257         * LaTeX.C:
9258         * LyXSendto.C:
9259         * converter.C: rearrange #includes in Lars' approved fashion.
9260
9261         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
9262         forward declare class Timeout in the header file.
9263
9264         * XFormsView.C: changes due to the above.
9265
9266         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
9267         similar to LyXView.
9268
9269         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
9270         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
9271
9272 2002-02-18  José Matos  <jamatos@fep.up.pt>
9273
9274         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
9275         insets contents.
9276
9277 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9278
9279         * a lot of small ws changes
9280         * add a lot of using std::XXX
9281         * use std construcs some places where approp.
9282         * use some exisint stuff from lyxfunctional where approp.
9283         * Make file changes to use partial linking (lets test this now...)
9284
9285 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9286
9287         * Chktex.C:
9288         * buffer.C:
9289         remove #include "support/syscontr.h" as it's redundant. Always has been.
9290
9291         * Chktex.C:
9292         * LaTeX.C:
9293         * LyXSendto.C:
9294         * converter.C:
9295         * lyx_cb.C:
9296         * vc-backend.C:
9297         change Systemcalls::System to Systemcalls::Wait and
9298         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
9299         No change of functionality, just reflects the stripped down Systemcalls
9300         class.
9301
9302 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9303
9304         * debug.[Ch]: add a GRAPHICS type to the enum.
9305
9306 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9307
9308         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
9309
9310         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
9311         there is an inset.
9312
9313 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9314
9315         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
9316         match the changes below.
9317
9318         * text2.C (toggleInset): if there is not editable inset at cursor
9319         position, try to see if cursor is _inside_ a collapsable inset
9320         and close it.
9321
9322 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9323
9324         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
9325         document menu has a nice checkbox
9326
9327 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9328
9329         * lyxlength.C (asLatexString): change PW to output as percent of
9330         \textwidth.
9331
9332         * lengthcommon.C: change '%' to 't%'
9333
9334         * lyxfunc.C (dispatch): a few comments from Martin
9335
9336 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
9337
9338         * WorkArea.h:
9339         * WorkArea.C:
9340         * BufferView_pimpl.h:
9341         * BufferView_pimpl.C: clear our selection when X tells us we've lost
9342           the X selection.
9343
9344 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9345
9346         * vspace.C (inPixels): fix compiler warning
9347
9348 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9349
9350         * lyxfunc.C (getStatus): fix status message for disabled commands.
9351
9352 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
9353
9354         * BufferView_pimpl.C: fix crash on close buffer
9355         during selection (#227)
9356
9357 2002-01-27  Herbert Voss  <voss@lyx.org>
9358
9359         * buffer.C: link old Figure to new graphic inset
9360
9361 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
9362
9363         * FontLoader.C (getFontinfo): Change the latex font names in order
9364         to match the names of type1inst.
9365
9366 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9367
9368         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
9369
9370         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
9371         (extchanged): ditto
9372         (ext_exist): ditto
9373         (remove_files_with_extension): ditto
9374         (remove_file): ditto
9375         (write): ditto
9376
9377         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
9378         document is smaller than the work area height. Do not initialize
9379         static variables to 0.
9380
9381 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9382
9383         * lyx_gui.C (init): give the toolbar tooltips a normal font.
9384
9385         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
9386         LFUN_LAYOUT_PARAGRAPHS.
9387
9388         * tabular.C (GetCellFromInset): new method. Finds an inset in a
9389         tabular. It is possible to provide a possible cell, which will
9390         typically be the actcell from the corresponding insettabular
9391
9392         * lyxfunc.C (getStatus): small cleanup; disable
9393         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
9394         true
9395
9396 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9397
9398         * tabular.C (Validate): remove broken optimization (fixes bug #201)
9399
9400         * paragraph.C (startTeXParParams):
9401         (endTeXParParams): new methods. The LaTeX code to
9402         start/end paragraph formatting
9403         (simpleTeXOnePar): call startTeXParParams also when paragraph is
9404         empty (fixes bug #200)
9405
9406         * vspace.C (inPixels): adapt to the change below
9407         (inPixels): [later] more cleanups (remove unused variables)
9408
9409         * lyxlength.C (inPixels): change to use a width and a height as
9410         parameter.
9411
9412 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9413
9414         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
9415         Replaced with \paperwidth
9416
9417         * DepTable.C (insert): add std:: qualifier
9418
9419 2002-01-18  Allan Rae  <rae@lyx.org>
9420
9421         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
9422         updated also?
9423
9424         * text.C (drawInset): Turned out I didn't know enough about how
9425         rebreaking worked.  This fixes most of the redraw problems.  I see
9426         an occasional cursor trail when a line is broken now and the cursor
9427         placement can seem out by a few pixels also after a rebreak.
9428
9429 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9430
9431         * buffer.C (parseSingleLyXformat2Token): update because minipage
9432         width is now a LyXLength
9433
9434         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
9435
9436         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
9437         math insets
9438
9439 2002-01-17  Juergen Vigna  <jug@sad.it>
9440
9441         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
9442
9443         * BufferView2.C (lockInset): call edit() so that theLockingInset()
9444         is set correctly and the inset is updated correctly.
9445
9446 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9447
9448         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
9449         the beginning of the loop.
9450
9451 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
9452
9453         * lyxrc.C: improve help for use_scalable_fonts
9454
9455 2002-01-17  Allan Rae  <rae@lyx.org>
9456
9457         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
9458
9459 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9460
9461         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
9462         make sure to set their inset_owner to the right value (bug #171)
9463
9464 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
9465
9466         * DepTable.h
9467         * DepTable.C: Implement mtime checking to reduce time spent doing
9468         CRCs.
9469
9470 2002-01-16  Juergen Vigna  <jug@sad.it>
9471
9472         * tabular.C (GetAdditionalHeight): one of error fixed.
9473
9474         * lyxrc.C (output): small fix in writing use_pspell.
9475
9476 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
9477
9478         * sp_base.h: #include LString.h
9479
9480 2002-01-16  Allan Rae  <rae@lyx.org>
9481
9482         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
9483         Can someone check this please?
9484
9485         * text.C (drawInset): It was possible that p.row would be removed by
9486         breakAgainOneRow upsetting a few other settings.  There may be another
9487         small tweak possible by setting need_break_row = 0 when p.row has been
9488         removed but I don't know enough about the logic here.
9489
9490 2002-01-15  Allan Rae  <rae@lyx.org>
9491
9492         * text.C (insertChar): removed conditional truism.
9493
9494         * BufferView2.C (removeAutoInsets): More tweaks.
9495         cur_par_prev could be a stray pointer.  Check for trailing empty line
9496         in case last line was cur_par and only had an error inset on it.
9497
9498 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9499
9500         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
9501         absolute
9502
9503         * vc-backend.C (most methods):
9504         * exporter.C (Export):
9505         * converter.C (convert):
9506         (runLaTeX):
9507         * LyXSendto.C (SendtoApplyCB):
9508         * lyxfunc.C (dispatch):
9509         (menuNew):
9510         (open):
9511         (doImport):
9512         * lyx_cb.C (AutoSave):
9513         (InsertAsciiFile):
9514         * BufferView_pimpl.C (MenuInsertLyXFile):
9515         * buffer.C (runChktex): use Buffer::filePath().
9516
9517         * buffer.h: rename filename to filename_; rename filepath to
9518         filepath_ and make it private
9519         (filePath): new method
9520
9521         * buffer.C (writeFile): use fileName()
9522         (getLatexName):
9523
9524         * lyx_main.C (init): fix starting  of LyX when the binary is a
9525         link from so,ewhere else.
9526
9527         * minibuffer.C: include <cctype> for isprint
9528
9529 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9530
9531         * buffer.C (parseSingleLyXformat2Token): changes associated with the
9532         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
9533         name clash with InsetCollapsable's width function.
9534
9535 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9536
9537         * lastfiles.C: include <iterator>
9538
9539 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9540
9541         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
9542         std::count.
9543
9544         * buffer.C (makeLaTeXFile): ditto.
9545         Also make loop operation more transparent.
9546
9547 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9548
9549         * ToolbarDefaults.C: remove trailing comma closing namespace.
9550
9551         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
9552
9553         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
9554         as in WorkArea.
9555
9556         * trans.C (Load): comment out unused variable, allowed.
9557
9558 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9559
9560         * minibuffer.[Ch] (append_char): new method to recieve input from the
9561         drop-down completion browser. If a key was pressed, then recieve this
9562         char and append it to the existing string.
9563         (peek_event): modify the positioning data passed to the completion
9564         browser so that it can be placed above the minibuffer rather than below.
9565 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9566
9567         * LyXAction.C (init): alloe error-next for readonly documents.
9568
9569         * BufferView2.C (ChangeRefsIfUnique): use standard version of
9570         count.
9571
9572 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9573
9574         * bufferlist.C (readFile): create the buffer _after_ checking that
9575         the file exists.
9576
9577         * lyxfunc.C (verboseDispatch): fix handling of arguments
9578
9579         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
9580
9581         * lyxrc.C: use string::erase() instead of initializing to "".
9582
9583
9584 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9585
9586         * BufferView_pimpl.h:
9587         * BufferView_pimpl.C:
9588         * WorkArea.h:
9589         * WorkArea.C:
9590         * text2.C: tell X when we have made a selection for copying
9591
9592 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9593
9594         * BufferView_pimpl.C (MenuInsertLyXFile):
9595         * lyxfunc.C (menuNew):
9596         (open):
9597         (doImport): add shortcuts to directory buttons
9598
9599         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
9600         open a float)
9601
9602         * lyxfunc.C (setStatusMessage):
9603         (getStatusMessage): new methods
9604         (getStatus):use setStatusMessage instead of setErrorMessage
9605         (dispatch): when function is disabled, set error message here
9606         [instead of in getStatus previously]
9607
9608         * BufferView_pimpl.C (workAreaButtonRelease): update
9609         toolbar/menubar here too.
9610
9611 2002-01-13  Allan Rae  <rae@lyx.org>
9612
9613         * BufferView2.C (removeAutoInsets): finished off earlier fix.
9614         Now seems indestructible.  Remaining task is to audit all other
9615         code affected by deleteEmptyParagraphMechanism.  One small quirk
9616         left is that an empty document with an error in the preamble can
9617         be made to report an error but no error box appears.  I don't know
9618         where it goes.
9619         (removeAutoInsets): Improved comments.
9620
9621 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
9622
9623         * Thesaurus.h:
9624         * Thesaurus.C: update for Aiksaurus 0.14
9625
9626 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9627
9628         * text2.C (firstParagraph): removed member function, all uses
9629         replaces with ownerParagraph
9630         (redoParagraphs): here
9631         (updateInset): here
9632         (toggleAppendix): here
9633         * BufferView2.C (insertErrors): here
9634         (setCursorFromRow): here
9635
9636 2002-01-13  Allan Rae  <rae@lyx.org>
9637
9638         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
9639         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
9640         There is still a way to segfault this although you may have to do this
9641         multiple times: Have an InsetERT with an unknown command in it.
9642         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
9643         <down-arrow>, <Enter> again, View->DVI, BANG!
9644
9645         * text2.C (setCursor):
9646         (deleteEmptyParagraphMechanism):
9647         * lyxtext.h (setCursor):
9648         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
9649         Making use of the return value may help fix other bugs.
9650
9651 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9652
9653         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
9654
9655         * LyXView.C (updateMenubar): call MenuBar::update here
9656         (updateToolbar): but not here
9657         (showState): do not update toolbar/menubar
9658
9659         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
9660         should need to care about that.
9661
9662         * lyxfunc.C (verboseDispatch): simplify a bit
9663         (getStatus): have a version which takes a pseudoaction, and
9664         another which requires a (kb_action,string).
9665
9666         * LyXAction.C (retrieveActionArg): make it work also when action
9667         is not a pseudo-action.
9668         (getActionName): simplify a bit
9669         (helpText):
9670
9671 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9672
9673         * lyxfunc.C (verboseDispatch): new families of methods with
9674         several ways to specify a command and a bool to indicate whether
9675         the command name and shortcut should be displayed in minibuffer
9676         (eventually, we could extend that to a finer bitmask like
9677         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
9678         (dispatch): the pristine dispatch command which just, well,
9679         dispatchs! Note it still sets its result to minibuffer; I'm not
9680         sure we want that.
9681
9682         * lyxfunc.h: remove setHintMessage
9683
9684         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
9685
9686 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9687
9688         * BufferView_pimpl.C (specialChar): delete new inset if we have
9689         not been able to insert it.
9690
9691         * kbmap.C: revert to using int instead of kb_action, since all we
9692         are dealing with is pseudo-actions.
9693
9694         * LyXAction.C (searchActionArg): change to return int instead of
9695         kb_action, since the result is a pseudoaction.
9696
9697 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
9698
9699         * buffer.C (insertErtContents): Fix (partially) the font bug.
9700
9701 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9702
9703         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
9704         as the other one is broken on my machine!
9705
9706 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
9707
9708         * commandtags.h:
9709         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
9710
9711 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9712
9713         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9714         reflect their actual use. Provide compatibility code for older lyxrc
9715         files.
9716
9717         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9718         FL_NORMAL_STYLE.
9719         change names of popup font variables in line with the changes to lyxrc.C
9720
9721 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9722
9723         * buffer.C (asciiParagraph): avoid outputing a word twice after
9724         an inset.
9725
9726         * lyxrc.C (getDescription): document that document_path and
9727         template_path can be empty.
9728
9729 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9730
9731         * LaTeXFeatures.C (getMacros):
9732         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9733
9734         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9735
9736         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9737         getPackages.
9738         (getPackages): rename feature "floats" to "float". Use an array to
9739         iterate over 'simple' features (i.e. just a \usepackage). Add
9740         handling of "amsmath" (renamed from "amsstyle").
9741
9742 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9743
9744         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9745         features list.
9746
9747 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9748
9749         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9750         FuncStaus::FuncStatus & FuncStaus::some_method().
9751
9752 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9753
9754         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9755         of the func_satus stuff. Edited and massaged in various ways by
9756         JMarc.
9757
9758         * lyxfunc.C (getStatus): use FuncStatus
9759
9760 2002-01-08  Juergen Vigna  <jug@sad.it>
9761
9762         * text.C (nextBreakPoint): use function Inset::isChar().
9763
9764         * paragraph.C (TeXOnePar): use function
9765         Inset::forceDefaultParagraphs.
9766
9767         * buffer.C (latexParagraphs): use function
9768         Inset::forceDefaultParagraphs.
9769
9770 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9771
9772         * lyx_gui.C (init): set the style of the menu popups to
9773         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9774
9775 2002-01-07  Juergen Vigna  <jug@sad.it>
9776
9777         * text.C (setHeightOfRow): small fix
9778         (prepareToPrint): don't look at alignment if we don't have the place
9779         for doing it.
9780
9781 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9782
9783         * box.C: New file. Move the Box methods and functions out of box.h,
9784         following Lars' suggestion.
9785
9786 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9787
9788         * box.h: #include "support/LOstream.h", needed for inlined function.
9789
9790         * lyxtextclass.C:
9791         * lyxtextclasslist.C: added some using std declarations.
9792
9793 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9794
9795         * box.h: make signed dimensions to allow insets wider than
9796           the screen (bug #162)
9797
9798         * BufferView_pimpl.C: add some insetHit debug
9799
9800 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9801
9802         * vc-backend.C: add FIXME
9803
9804 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9805
9806         * lyxfunc.C (getStatus): enable code for showing math font status
9807         in toolbar/menu.
9808
9809 2002-01-07  Juergen Vigna  <jug@sad.it>
9810
9811         * text.C (nextBreakPoint): removed debug output not needed anymore.
9812
9813 2002-01-06  Juergen Vigna  <jug@sad.it>
9814
9815         * text.C (nextBreakPoint): fixed up this function we had this bug
9816         since ever but now hopefully we break row better.
9817         (insertChar): we have to check if an inset is the next char as it
9818         could now happen that a large inset is causing a break.
9819
9820 2002-01-05  Juergen Vigna  <jug@sad.it>
9821
9822         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9823         if it doesn't like to be drawed.
9824
9825 2002-01-04  Juergen Vigna  <jug@sad.it>
9826
9827         * BufferView2.C (lockInset): forgot to set a cursor.
9828
9829         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9830
9831 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9832
9833         * FormMathsPanel.C:
9834         * FormMathsPanel.h
9835         * MathsSymbols.C:
9836         * form_maths_panel.C:
9837         * form_maths_panel.h:
9838         * form_maths_panel.fd: implemented sub- and super- buttons in math
9839         panel.
9840
9841         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9842         (or ^ space) to be used as in TeX (req'd by André).
9843
9844         * lyxfunc.C: Allow ^ and _ again to be used both as
9845         super/subscript (mathed) and as themselves (in text).
9846
9847 2002-01-03  Allan Rae  <rae@lyx.org>
9848
9849         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9850         "LyX" or the filename of the current buffer if it has one.  This is a
9851         modified form of John Levon's patch.
9852
9853         * XFormsView.C (setWindowTitle): also set icon title.
9854
9855         * LyXView.h (setWindowTitle): signature changed.
9856         * XFormsView.h (setWindowTitle): ditto.
9857
9858 2002-01-02  Juergen Vigna  <jug@sad.it>
9859
9860         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9861
9862 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9863
9864         * screen.C (topCursorVisible): introduce a temp var for
9865         text->cursor.row(), handle the case where this row is null. (kindo
9866         hachish)
9867
9868         * text2.C (setCursor): add a couple of asserts.
9869
9870         * paragraph.h (inset_iterator): add -> operator
9871
9872         * paragraph.[Ch] (autoDeleteInsets): remove member function
9873
9874         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9875         cursor pos correctly and handle inset deletion by itself.
9876         (insertErrors): move iterator declaration out of for expression
9877
9878         * lyxtextclass.C: add <algorithm>
9879
9880         * Makefile.am: added the new files to sources, removed layout.C
9881
9882         * layout.C: removed file
9883
9884         * layout.h: remove LYX_DUMMY_LAYOUT
9885
9886         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9887         layout.
9888
9889         * lyxlayout.[Ch]:
9890         * lyxtextclass.[Ch]:
9891         * lyxtextclasslist.[Ch]: new files
9892
9893         * include order changes to a lot of files, also changes because of
9894         the six new files.
9895
9896 2001-12-27  Juergen Vigna  <jug@sad.it>
9897
9898         * buffer.C (asciiParagraph): more fixes.
9899
9900         * tabular.C (ascii): make ascii export support export of only the
9901         data separated by a column-delimiter.
9902         (ascii): better support for ascii export.
9903
9904         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9905
9906 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9907
9908         * tabular_funcs.C: use a "using std::getline" instead of the
9909         previous fix from Angus (necessary for cxx + lyxstring)
9910
9911 2001-12-24  Juergen Vigna  <jug@sad.it>
9912
9913         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9914
9915         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9916         problems. First check a minipage also if we have some ert-contents
9917         (not only on par->size(), second set the right depth of the paragraph
9918         on the relink to the root-paragraph-list!
9919
9920         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9921         which then did not anymore update the main paragraphs on undo/redo!
9922
9923 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9924
9925         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9926         code. Support all font-changing funcs (even those which are not in
9927         menu currently). Support for reporting font settings in
9928         mathed (disabled until Andre provides a function on mathed's side).
9929
9930         * func_status.h (toggle): small helper function to set toggle
9931         state on a flag.
9932
9933 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9934
9935         * tabular_funcs.C: getline -> std::getline
9936
9937 2001-12-21  Juergen Vigna  <jug@sad.it>
9938
9939         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9940         accessed and could be 0 (I couldn't generate this but it seems
9941         Michael could!).
9942
9943 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9944
9945         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9946         * tabular_funcs.h: here and include iosfwd
9947
9948 2001-12-20  Juergen Vigna  <jug@sad.it>
9949
9950         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9951         inside inset but undo_par was.
9952
9953 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9954
9955         * Thesaurus.C: always include <config.h> in sources.
9956
9957         * Painter.h:
9958         * lyxlookup.h:
9959         * box.h: do not include <config.h> in header files
9960
9961         * text.C (paintLastRow): remove unused variable
9962
9963         * text.C (transformChar):
9964         (insertChar):
9965         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9966
9967         * Painter.C (text):
9968         * font.C (width): rewrite to use uppercase() instead of
9969         islower/toupper.
9970
9971         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9972
9973 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9974
9975         * lyxfind.C: clean up of find failure position change
9976
9977 2001-12-20  Juergen Vigna  <jug@sad.it>
9978
9979         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9980
9981         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9982         (TeXRow): added to LaTeX a single tabular row.
9983         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9984         (Latex): simplified and finally good LT-h/f support.
9985         (various_functions): just small adaptions for LT-h/f support.
9986
9987         * tabular_funcs.[hC]: added and moved here all not classfunctions
9988         of LyXTabular.
9989
9990 2001-12-19  Juergen Vigna  <jug@sad.it>
9991
9992         * tabular.[Ch]: better support for longtabular options (not finished
9993         yet!)
9994
9995 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9996
9997         * text.C (paintLastRow): use the label font instead of the font of
9998         the last character to compute the size of *_BOX. This makes more
9999         sense and avoids a crash with empty paragraphs.
10000         Use Painter::rectangle to draw EMPTY_BOX.
10001
10002 2001-12-19  Juergen Vigna  <jug@sad.it>
10003
10004         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
10005         the paragraphs if the replaced paragraph is not the first one!
10006         Tried to delete not used paragraphs but does not work yet so for
10007         now it's inside #ifdef's and by default off!
10008
10009 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10010
10011         * MenuBackend.C: include "lyx_main.h" instead of declaring
10012         lastfiles (actually was declared as LastFiles* instead of a
10013         scoped_ptr).
10014
10015 2001-12-17  Juergen Vigna  <jug@sad.it>
10016
10017         * tabular.C (AppendColumn): applied John's fix
10018
10019 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
10020
10021         * BufferView.h:
10022         * BufferView.C:
10023         * BufferView_pimpl.h:
10024         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
10025
10026         * Makefile.am:
10027         * box.h: new start of class for above
10028
10029         * lyxfunc.C: ignore space-only minibuffer dispatches.
10030           Show the command name when it doesn't exist
10031
10032         * minibuffer.C: don't add empty lines to the history
10033
10034         * minibuffer.C: add a space on dropdown completion
10035
10036 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
10037
10038         * text.C: fix line above/below drawing in insets
10039
10040 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10041
10042         * lyxlength.C (LyXLength): Initialize private variables.
10043
10044 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
10045
10046         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
10047         when inserting error insets.
10048
10049 2001-12-13  Juergen Vigna  <jug@sad.it>
10050
10051         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
10052         actually sometimes the before-paragraph.
10053         (setUndo): don't clear the redostack if we're not actually undoing!
10054
10055 2001-12-06  Juergen Vigna  <jug@sad.it>
10056
10057         * undo_funcs.C (textHandleUndo): well after John's hint I got here
10058         and fixed redoing of main paragraph, so we can use it now ;)
10059
10060         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
10061
10062 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10063
10064         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
10065         Juergen's request
10066
10067 2001-12-13  André Pönitz <poenitz@gmx.net>
10068
10069         * undostack.[Ch]:
10070         * undo_func.C: minor cleanup
10071
10072 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10073
10074         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
10075         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
10076         font in urw-fonts package which is marked as -urw-fontspecific and
10077         does not work (incidentally, changing the encoding in the
10078         fonts.dir of this package to -adobe-fontspecific fixes the
10079         problem).
10080
10081         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
10082         is a crash when undoing first paragraph (Juergen, please take a
10083         look). THis does not mean the undo fix is wrong, just that it
10084         uncovers problems.
10085
10086         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
10087         the (Paragraph*) version when needed instead of duplicating the
10088         code.
10089
10090         * text.C (workWidth): use Inset::parOwner to find out where the
10091         inset has been inserted. This is a huge performance gain for large
10092         documents with lots of insets. If Inset::parOwner is not set, fall
10093         back on the brute force method
10094
10095         * paragraph_pimpl.C (insertInset):
10096         * paragraph.C (Paragraph):
10097         (cutIntoMinibuffer): set parOwner of insets when
10098         inserting/removing them
10099
10100         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10101
10102 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
10103
10104         * commandtags.h:
10105         * LyXAction.C:
10106         * lyx_main.C:
10107         * lyxfunc.C:
10108         * mathed/formulabase.C:
10109         * mathed/math_cursor.[Ch]:
10110         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
10111
10112
10113 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10114
10115         * lyxlength.[Ch] (operator!=): new function
10116
10117 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10118
10119         * text.C (workWidth): use Inset::parOwner to find out where the
10120         inset has been inserted. This is a huge performance gain for large
10121         documents with lots of insets. If Inset::parOwner is not set, fall
10122         back on the brute force method
10123
10124         * paragraph_pimpl.C (insertInset):
10125         * paragraph.C (Paragraph):
10126         (cutIntoMinibuffer): set parOwner of insets when
10127         inserting/removing them
10128
10129         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10130
10131 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10132
10133         * tabular-old.C (getTokenValue):
10134         * tabular.C (getTokenValue):
10135         (write_attribute): new versions for LyXLength
10136         (everywhere): adjust the use of widths
10137
10138         * tabular.h: change the type of widths from string to LyXLength
10139
10140 2001-12-11  Ben Stanley <bds02@uow.edu.au>
10141
10142         * paragraph.C: fixed missing line number count when exporting
10143         Environments to LaTeX file
10144
10145         * buffer.C: added informational message for checking line numbers.
10146
10147 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10148
10149         * text2.C (deleteEmptyParagraphMechanism): if there is only one
10150         paragraph, do the 'double space' part, but not the 'empty
10151         paragraph' one.
10152
10153         * text.C (workWidth): small optimization
10154         (getLengthMarkerHeight): use minimal size for negative lengths.
10155
10156 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
10157
10158         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
10159
10160         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
10161
10162 2001-12-11  André Pönitz <poenitz@gmx.net>
10163
10164         * FontLoader.C:
10165         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
10166
10167 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10168
10169         * text2.C: keep selection on a setFont()
10170
10171 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10172
10173         * lyx_cb.C: another bv->text misuse, from insert label
10174
10175 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10176
10177         * kbsequence.h:
10178         * kbsequence.C: re-instate nmodifier mask
10179
10180 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
10181
10182         * lyx_main.h: make lyxGUI private.
10183
10184 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10185
10186         * lyxfind.C: place the cursor correctly on failed search
10187
10188 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10189
10190         * text.C (getLengthMarkerHeight): for small heights, the arrows
10191         are not always on top/bottom of the text
10192         (drawLengthMarker): smaller arrows; take the left margin in
10193         account; draw also vfills.
10194         (paintFirstRow):
10195         (paintLastRow): remove special code for vfill and standard spaces,
10196         since everything is handled in drawLengthMarker now.
10197
10198 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10199
10200         * buffer.C (insertErtContents): try to handle font and language
10201         interaction a bit better.g
10202
10203         * ColorHandler.C (updateColor): change the hash to cover the whole
10204         LColor enum, ws cleanup
10205         (getGCLinepars): ditto
10206         (getGCLinepars): only lookup in the linecache once.
10207
10208 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
10209
10210         * iterators.C (operator++): Make the iterator more robust
10211
10212         * BufferView2.C (removeAutoInsets): Use paragraph iterators
10213         (John's patch)
10214         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
10215
10216 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10217
10218         * lyxtext.h:
10219         * text.C: better added space drawing
10220
10221 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10222
10223         * LyXView.C:
10224         * BufferView2.C: fix layout combo update on inset unlock
10225
10226 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10227
10228         * Makefile.am: don't compile unused files
10229
10230 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10231
10232         * lyxfunc.C:
10233         * commandtags.h:
10234         * LyXAction.C: remove old LFUN_LAYOUTNO
10235
10236 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10237
10238         * paragraph_pimpl.h:
10239         * paragraph_pimpl.C: isTextAt() doesn't need font param
10240
10241 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10242
10243         * lyxlex.h:
10244         * lyxlex.C: little cleanup
10245
10246 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10247
10248         * BufferView_pimpl.C: fix insertAscii for insets
10249
10250 2001-12-05  Juergen Vigna  <jug@sad.it>
10251
10252         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
10253         set the right font on the "multi" paragraph paste!
10254
10255 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10256
10257         * trans_decl.h:
10258         * trans_mgr.[Ch]:
10259         * trans.[Ch]:
10260         * lyxgluelength.C:
10261         * lyxlength.C: remove out-commented code.
10262
10263         * BufferView_pimpl:
10264         * CutAndPaste.C:
10265         * DepTable.C:
10266         * buffer.C:
10267         * chset.C:
10268         * lastfiles.C:
10269         * lyxlex.C:
10270         * lyxlex_pimpl.C:
10271         * lyxserver.C:
10272         * screen.C:
10273         * tabular-old.C:
10274         * tabular.C:
10275         * text.C:
10276         * trans_mgr.C:
10277         * vc-backend.C: change "while(" to "while ("
10278
10279         * lyxlength.[Ch]: add zero function to check if length is zero or
10280         not
10281         * lyxgluelength.C: use it
10282
10283 2001-12-05  Allan Rae  <rae@lyx.org>
10284
10285         * lyxlength.C: Attempted a fix for the abs(int) header selection.
10286         Works for 2.95.3, from what I understand of Garst's reports this should
10287         work for other g++ versions.  We're screwed if the abs(int) definition
10288         changed between bugfix releases of gcc.
10289
10290 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10291
10292         * text.C: fix chapter label offset !
10293
10294 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10295
10296         * lyxtext.h:
10297         * text.C: fix hfill at end of line, clean up
10298
10299 2001-12-04  Juergen Vigna  <jug@sad.it>
10300
10301         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
10302         that we force an update of the inset and it's owners if neccessary.
10303
10304 2001-12-03  Juergen Vigna  <jug@sad.it>
10305
10306         * text.C (rowLast): simplified code
10307
10308 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10309
10310         * lyxfunc.C: fix show options on timeout
10311
10312 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10313
10314         * screen.C (topCursorVisible): scroll half a page when the cursor
10315         reached top of bottom of screen
10316
10317 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
10318
10319         * minibuffer.C: deactivate on loss of focus
10320
10321 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10322
10323         * vspace.[Ch] (operator!=): add operator.
10324
10325 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
10326
10327         * BufferView_pimpl.C: refuse to open an inset when
10328         there's a selection.
10329
10330 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
10331
10332         * BufferView_pimpl.C: allow to click on RHS of full row insets
10333
10334 2001-11-30  Juergen Vigna  <jug@sad.it>
10335
10336         * tabular.C (LyXTabular): add a same_id to set the same id's in the
10337         insets for undo reasons.
10338
10339 2001-11-28  André Pönitz <poenitz@gmx.net>
10340
10341         * vspace.[Ch]: cosmetical changes
10342
10343 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10344
10345         * LyXAction.h:
10346         * LyXAction.C:
10347         * lyxfunc.h:
10348         * lyxfunc.C:
10349         * kbmap.h:
10350         * kbmap.C:
10351         * lyxrc.C:
10352         * kbsequence.h:
10353         * kbsequence.C: part re-write of old kb code
10354
10355         * Painter.C:
10356         * WorkArea.C: remove Lgb_bug_find_hack
10357
10358 2001-11-30  José Matos <jamatos@fep.up.pt>
10359
10360         * buffer.C (makeDocBookFile): add a comment to point a hack.
10361         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
10362         Fixed a double write of labels.
10363
10364 2001-11-29 Ben Stanley <bds02@uow.edu.au>
10365
10366         * LaTeX.C:
10367         * LaTeX.h Fixed bug in LaTeX class where it would not
10368         re-run latex if no depfiles were changed, but the .dvi was removed.
10369
10370 2001-11-28  André Pönitz <poenitz@gmx.net>
10371
10372         * all the files from the change on 2001/11/26:
10373         use lyx::layout_type instead of LyXTextClass::size_type
10374         use lyx::textclass_type instead of LyXTextClassList::size_type
10375
10376 2001-11-29  Juergen Vigna  <jug@sad.it>
10377
10378         * text.C: added support for paragraph::isFreeSpacing()
10379
10380         * buffer.C: same as above
10381
10382         * paragraph.h: inserted isFreeSpacing() function to enable
10383         FreeSpacing inside InsetERT.
10384
10385         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
10386         of the paragraph's in the cut/copy buffer to 0!
10387
10388         * text2.C (removeRow): remove the assert as it can!
10389
10390         * lyxtext.h: added helper function firstRow returning firstrow and
10391         made firstrow private again.
10392
10393         * BufferView2.C (lockInset): don't relock if we're already locked!
10394
10395         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
10396         the only paragraph.
10397         (removeRow): added Assert::(firstrow)
10398
10399         * debug.C: forgot to add INSETTEXT here.
10400
10401 2001-11-28  Juergen Vigna  <jug@sad.it>
10402
10403         * sp_spell.C (initialize): changed error text to more general
10404         spellchecker command use (not only ispell!)
10405
10406         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
10407
10408         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
10409
10410 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10411
10412         * vspace.C: initialise lyxgluelength on failure
10413
10414 2001-11-28  Allan Rae  <rae@lyx.org>
10415
10416         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
10417         declaration & definition that looks like a function declaration.
10418
10419 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10420
10421         * BufferView2.C (copy):
10422         (copyEnvironment): do not clear the selection when doing a copy.
10423
10424         * text.C (paintFirstRow): compilation fix
10425
10426 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
10427
10428         * tabular.C (Latex): correct line count when writing latex.
10429
10430 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
10431
10432         * paragraph_pimpl.h:
10433         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
10434           bug a bit
10435
10436 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10437
10438         * text.C:
10439         * LColor.h:
10440         * LColor.C: change vfillline->added_space
10441
10442         * text.C: add markers and text for added space
10443
10444         * vspace.C: fix comment
10445
10446 2001-11-28  André Pönitz <poenitz@gmx.net>
10447
10448         * paragraph.C: whitespace changes
10449         * all the other files from the change on 2001/11/26:
10450         change *::pos_type into lyx::pos_type
10451
10452 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10453
10454         * buffer.C (parseSingleLyXformat2Token): Set the language to the
10455         language of the document when inserting error insets.
10456
10457 2001-11-26  André Pönitz <poenitz@gmx.net>
10458
10459         * BufferView_pimpl.[Ch]:
10460         *       CutAndPaste.C:
10461         * buffer.[Ch]:
10462         * lyxcursor.[Ch]:
10463         * lyxfind.C:
10464         * lyxfunc.C:
10465         * lyxrow.[Ch]:
10466         * paragraph.[Ch]:
10467         * paragraph_pimpl.[Ch]:
10468         * sp_spell.C:
10469         * text.C:
10470         * text2.C: reduce header dependencies, introduce type for positions
10471
10472 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10473
10474         * <various>: change to use Alert.h
10475
10476 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10477
10478         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
10479         when encountering an unknown token.
10480         (readLyXformat2): Show an error message if there were unknown tokens.
10481
10482 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
10483
10484         * BufferView2.C:
10485         * BufferView_pimpl.C:
10486         * buffer.C:
10487         * paragraph.h:
10488         * text.C:
10489         * text2.C: use par->isInset()
10490
10491 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10492
10493         * paragraph_pimpl.h:
10494         * paragraph_pimpl.C: cleanup
10495
10496 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10497
10498         * text2.C (removeRow):
10499         * text.C (setHeightOfRow): remove useless (and costly) call to
10500         getRow.
10501
10502 2001-11-20  Allan Rae  <rae@lyx.org>
10503
10504         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
10505         Now need Inset*::checkInsertChar() to return true for appropriate
10506         cases so that the characters in the minibuffer will actually be
10507         inserted.
10508
10509 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10510
10511         * text.C: change the order of the includes.
10512         (workWidth): initialize it at once.
10513         (workWidth): make maxw unsigned
10514         (setHeightOfRow): remove unused variable (inset)
10515         (selectSelectedWord): remove unused variable (inset)
10516         (paintRowText): fix drawing of hfill characters, and clean up a bit.
10517
10518 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10519
10520         * lyxserver.C (emergencyCleanup): do not try to close pipes if
10521         server is not running.
10522         (openConnection):
10523         (closeConnection): add debug info when server is disabled.
10524
10525         * ColorHandler.C (getGCForeground): send debug message to GUI
10526         channel.
10527
10528         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
10529
10530         * kbmap.C (bind): modify because return conventions of
10531         kb_sequence::parse have changed.
10532
10533         * kbsequence.C (parse): only ignore spaces and not any stupid
10534         control character. This avoids tests like s[i] <= ' ', which are
10535         guaranteed to fail with 8bit characters and signed chars.
10536         Change return code to string::npos when there have been no error
10537         (0 was a bad idea when error is at first character)
10538
10539 2001-11-14  José Matos  <jamatos@fep.up.pt>
10540
10541         * buffer.h:
10542         * buffer.C (simpleDocBookOnePar): removed unused argument.
10543
10544 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10545
10546         * text.C (selectNextWordToSpellcheck): do not test explicitely for
10547         insets which are part of a word. Paragraph::isLetter takes care of
10548         that now. Use Paragraph::isInset to identify insets.
10549         (selectSelectedWord): do not test for hyphenation break.
10550
10551         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
10552         that protected spaces are considered as spaces.
10553
10554         * paragraph.C (isLetter): cleanup the code for ispell extras; use
10555         Inset::isLetter.
10556
10557 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
10558
10559         * lyxserver.h:
10560         * lyxserver.C: fix it. and small cleanup.
10561
10562 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10563
10564         * BufferView_pimpl.C: use inline helpers
10565
10566         * LaTeXFeatures.h:
10567         * LaTeXFeatures.C: fix typos
10568
10569         * Spacing.h:
10570         * Spacing.C: move spacing_string into class
10571
10572         * ToolbarDefaults.C: move stuff into namespace anon
10573
10574         * layout.h: update enum
10575
10576         * lyxfunc.C: use better debug
10577
10578         * minibuffer.h: fix typo
10579
10580         * debug.h:
10581         * debug.C:
10582         * WorkArea.C: add and use Debug::WORKAREA
10583
10584         * lyxtext.h:
10585         * text.C:
10586         * text2.C: code re-organisation, inline helpers
10587
10588 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
10589
10590         * Layout.C: replaced a few cases of std::vector.size() == 0 with
10591         std::vector.empty().
10592
10593 2001-11-09  Allan Rae  <rae@lyx.org>
10594
10595         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
10596         '\n's after tables.  Tabular and ERT inset work now makes this no
10597         longer necessary.
10598
10599 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10600
10601         * minibuffer.h:
10602         * minibuffer.C: fix crash, improve drop-down completion
10603
10604 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
10605
10606         * lyxserver.h:
10607         * lyxserver.C: invalidate fd's when doing endPipe()
10608
10609 2001-11-08  José Matos  <jamatos@fep.up.pt>
10610
10611         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
10612         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
10613
10614         * paragraph.h:
10615         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
10616
10617 2001-11-07  José Matos  <jamatos@fep.up.pt>
10618
10619         * buffer.h:
10620         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
10621         const qualifier.
10622
10623         * buffer.C (sgmlOpenTag):
10624         * buffer.C (sgmlCloseTag): removed debug info.
10625
10626         * buffer.h (sgmlOpenTag):
10627         * buffer.h (sgmlCloseTag): made public.
10628
10629 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10630
10631         * buffer.C (saveParamsAsDefaults):
10632         * lyx_cb.C (MenuLayoutSave): remove
10633
10634         * LyXAction.C (init):
10635         * commandtags.h:
10636         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
10637
10638 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10639
10640         * buffer.C (setPaperStuff): removed from here...
10641
10642         * bufferparams.C (setPaperStuff): ... and moved there.
10643
10644 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
10645
10646         * minibuffer.h:
10647         * minibuffer.C:
10648         * XFormsView.C: add support for drop-down completion
10649
10650 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
10651
10652         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
10653         commands.
10654
10655 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10656
10657         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
10658         disabled.
10659
10660 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
10661
10662         * lyx_main.C: change ref to known bugs
10663
10664 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10665
10666         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
10667         to work around older babel problems.
10668
10669 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10670
10671         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
10672
10673 2001-10-24  Juergen Vigna  <jug@sad.it>
10674
10675         * tabular-old.C (ReadOld): below variable changes reflected.
10676
10677         * tabular.[Ch]: added ltType struct for longtable header/footer
10678         defines and changed all instances where they are used. Added
10679         future support for double top/bottom rows.
10680
10681 2001-10-24  José Matos  <jamatos@fep.up.pt>
10682
10683         * buffer.h (docbookHandleCaption):
10684         * buffer.C (docbookHandleCaption): removed unused function.
10685         (makeDocBookFile): moved docbook supported version to v4.1.
10686
10687 2001-10-24  José Matos  <jamatos@fep.up.pt>
10688
10689         * tabular.h:
10690         * tabular.C (docbookRow): new function to export docbook code of a row.
10691         (DocBook): now honors the longtable flags.
10692
10693 2001-10-23  José Matos  <jamatos@fep.up.pt>
10694
10695         * LaTeXFeatures.h:
10696         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
10697         of the lyx defined sgml entities used in a docbook/linuxdoc document.
10698
10699         * buffer.C (makeLinuxDocFile):
10700         (makeDocBookFile): reworked the preamble, more clean, and with
10701         support for lyx defined entities. Changed the document declaration
10702         to be more XML friendly.
10703
10704         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
10705         if we need to output XML that should be done with a filter.
10706
10707 2001-10-22  Juergen Vigna  <jug@sad.it>
10708
10709         * sp_pspell.h (class PSpell): add alive function needed in the
10710         controller to see if the spellchecker could be started.
10711
10712 2001-10-22  Juergen Vigna  <jug@sad.it>
10713
10714         * buffer.C (insertStringAsLines): modify the font for inserting
10715         chars in certain conditions by calling checkInsertChar(font).
10716
10717 2001-10-19  Juergen Vigna  <jug@sad.it>
10718
10719         * text.C (workWidth): use getRow instead of wrong algorithm.
10720         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10721
10722 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10723
10724         * lyxserver.h:
10725         * lyxserver.C:
10726         * lyx_main.h:
10727         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10728
10729 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10730
10731         * text.C (workWidth): do not search for the exact row when
10732         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10733         optimization for big documents.
10734
10735 2001-10-18  Juergen Vigna  <jug@sad.it>
10736
10737         * text.C (workWidth): new function with added Inset * parameter.
10738
10739 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10740
10741         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10742
10743         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10744         change return type of getColumnNearX.
10745
10746
10747         * text.C (changeRegionCase): use uppercase/lowercase instead of
10748         toupper/tolower.
10749         (leftMargin):
10750         (rightMargin): simplify code by factoring out the uses of
10751         textclasslist.
10752         (labelFill):
10753         (numberOfHfills):
10754         (setHeightOfRow):
10755         (appendParagraph): use Paragraph::size_type
10756
10757 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10758
10759         * vspace.C (asLatexString): add a missing break
10760
10761 2001-10-15  Herbert Voss  <voss@perce.de>
10762
10763         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10764
10765 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10766
10767         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10768         is not available.
10769
10770 2001-10-10  André Pönitz <poenitz@gmx.net>
10771
10772         * lyxfunc.C: removed greek_kb_flag.
10773
10774 2001-10-10  Herbert Voss  <voss@perce.de>
10775
10776         * lyx_main.C: delete global string help_lyxdir.
10777
10778 2001-10-09  Herbert Voss  <voss@perce.de>
10779
10780         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10781
10782         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10783
10784         * lyx_main.C: added global string help_lyxdir.
10785
10786         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10787
10788 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10789
10790         * lyxrc.C (set_font_norm_type): support iso8859-4
10791
10792 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10793
10794         * LaTeX.C (deplog): add another regex for MikTeX
10795
10796 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10797
10798         * lyxrc.C (set_font_norm_type): support iso8859-3
10799
10800 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10801
10802         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10803
10804         * LaTeXFeatures.C: remove special case of french and index
10805
10806         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10807         before \begin{document}). This solves several incompatibilities.
10808
10809 2001-10-03  Garst Reese  <reese@isn.net>
10810
10811         * lyx_cb.C: change CheckTex error msg.
10812
10813 2001-10-03  José Matos  <jamatos@fep.up.pt>
10814
10815         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10816
10817 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10818
10819         * .cvsignore: update
10820
10821         * lyx_main.C (commandLineVersionInfo): use new style version info.
10822
10823         * buffer.C (writeFile):
10824         (makeLaTeXFile):
10825         (makeLinuxDocFile):
10826         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10827
10828         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10829
10830         * version.h: update to use stuff in version.C
10831
10832         * version.C.in: new file. Contains version information determined
10833         at compile time. This is a merging of version.h and
10834         version_info.h.in.
10835
10836 2001-10-03  Juergen Vigna  <jug@sad.it>
10837
10838         * BufferView_pimpl.C (update): don't change "dirty" status in
10839         updateInset call.
10840
10841 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10842
10843         * WorkArea.C (c-tor): re-position version string slightly.
10844
10845 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10846
10847         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10848         revert to previous code.
10849
10850         WorkArea.[Ch]: (show, destroySplash): methods removed.
10851
10852         WorkArea.C: rework code so that it's an amalgam of the codes before and
10853         after the splash screen was moved to WorkArea.
10854
10855 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10856
10857         * lyxrc.C (read):
10858         * vspace.C (inPixels):
10859         (lyx_advance):
10860         * kbmap.C (bind):
10861         * buffer.C (insertStringAsLines):
10862         (asciiParagraph): fix types to be large enough
10863
10864         * lyxlex_pimpl.h: change member status from short to int
10865
10866         * layout.h: fix type of endlabeltype
10867
10868         * kbmap.C (bind):
10869         * kbsequence.C (parse): change return type to string::size_type
10870
10871         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10872         variable
10873
10874         * Bullet.C (bulletSize):
10875         (bulletEntry): do not use short ints as parameters
10876
10877         * BufferView2.C (insertLyXFile): change a char to an int.
10878
10879         * WorkArea.C (WorkArea): remove unneeded floats in computation
10880
10881 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10882
10883         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10884
10885         * paragraph.C (asString): Do not ignore newline/hfill chars when
10886         copying to the clipboard.
10887
10888 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10889
10890         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10891         after a multi-line inset.
10892
10893 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10894
10895         * paragraph.C (validate): Set NeedLyXFootnoteCode
10896
10897 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10898
10899         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10900         and decrease-error to decrease.
10901
10902 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10903
10904         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10905         it more readable (should be equivalent)
10906
10907 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10908
10909         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10910
10911 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10912
10913         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10914         of a cursor (row, etc.) after a character has been deleted
10915         (deleteEmptyParagraphMechanism): call the method above on _all_
10916         cursors held by the LyXText when a double space has been
10917         detected/deleted.
10918
10919 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10920
10921         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10922         pixmap.
10923         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10924
10925         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10926         background. Use greyOut() and the new show() methods to toggle between
10927         the foreground and background. Add code to remove the splash after
10928         its initial showing.
10929
10930         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10931         (create_forms): no longer call Dialogs::showSplash.
10932
10933 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10934
10935         * .cvsignore: add version_info.h
10936
10937 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10938
10939         * version_info.h.in: new file
10940
10941         * Makefile.am: add version_info.h.in
10942
10943         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10944         version_info.h instead of VERSION_INFO
10945
10946 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10947
10948         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10949         The ERT inset now returns string().
10950
10951 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10952
10953         * lyxtext.h, text.C (selectNextWord): renamed as
10954         selectNextWordToSpellcheck.
10955
10956         * text.C (selectNextWordToSpellcheck): Modified to not select
10957         words inside an ERT inset.
10958
10959 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10960
10961         * lyx_cb.C (MenuLayoutSave): change a bit the question
10962
10963         * sp_base.h: include <sys/types.h>
10964
10965 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10966
10967         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10968
10969 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10970
10971         * several files: fix typos in user-visible strings
10972
10973 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10974
10975         * text2.C (pasteSelection): do not set the selection, since it
10976         will be cleared later. Actually, the intent was to fix the way the
10977         selection was set, but I figured rmoving the code was just as good.
10978
10979 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10980
10981         * FontLoader.C (available): Check if font is available without
10982         loading the font.
10983
10984 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10985
10986         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10987
10988 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10989
10990         * lyxrc.[Ch]: added display_graphics variable and associated code.
10991
10992 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10993
10994         * bufferparams.C (hasClassDefaults): new method. Returns true if
10995         the buffer parameters correspond to known class defaults
10996
10997 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10998
10999         * XFormsView.C (show): set minimum size to the main window.
11000
11001 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11002
11003         * text2.C (copySelection):
11004         (cutSelection):
11005         * lyxfind.C (LyXReplace):
11006         * BufferView_pimpl.C (Dispatch): pass the correct flag to
11007         LyXText::selectionAsString.
11008
11009         * paragraph.C (asString): add "label" argument to the second form
11010
11011         * text2.C (selectionAsString): add "label" argument and pass it to
11012         Paragraph::asString.
11013
11014 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11015
11016         * lyx_main.C (commandLineHelp): remove version information
11017
11018 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
11019
11020         * lyx_main.C: add -version commandline option
11021
11022 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11023
11024         * paragraph.h: make the optional constructor arg required instead.
11025         some modifications to other files because of this.
11026
11027         * minibuffer.C (C_MiniBuffer_peek_event): make it static
11028
11029         * lyxserver.C (C_LyXComm_callback): make it static
11030
11031         * lyx_main.C (error_handler): make it static
11032
11033         * lyx_gui.C (LyX_XErrHandler): make it static
11034
11035         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
11036
11037         * WorkArea.C: make the extern "C" methods static.
11038
11039         * Makefile.am (lyx_LDADD): simplify
11040
11041 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11042
11043         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
11044         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
11045
11046         * LyXAction.C (init):
11047         * lyxfunc.C (dispatch): associated code removal.
11048
11049 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11050
11051         * lyxfont.h (isSymbolFont): shut off warning
11052
11053         * text.C (setHeightOfRow):
11054         (getVisibleRow): fix crash with empty paragraphs which have a
11055         bottom line
11056
11057 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
11058
11059         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
11060         code.
11061
11062 2001-09-04  José Matos  <jamatos@fep.up.pt>
11063         * buffer.C
11064         * buffer.h
11065         * tabular.C (docbook): rename docBook method to docbook.
11066
11067 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11068
11069         * Makefile.am: add dependencies to main.o.
11070
11071 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
11072
11073         * FontLoader.C (available): Return false if !lyxrc.use_gui
11074
11075 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
11076
11077         * FontInfo.C (query):
11078         * converter.C (view):
11079         * importer.C (Import):
11080         * exporter.C (Export): Can not -> cannot.
11081
11082 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
11083
11084         * BufferView_pimpl.C: allow to create index inset even if
11085           string is empty
11086
11087 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11088
11089         * buffer.C (getLists): replace boost::tie code with an explicit pair
11090         as boost::tie can break some compilers.
11091
11092         * iterators.h: Added a std:: declaration to the return type of
11093         ParIterator::size.
11094
11095 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
11096
11097         * lyxrc.C: add help for view_dvi_paper_option, default to safe
11098           case.
11099
11100 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
11101
11102         * iterators.[Ch]: New files. Provide paragraph iterators.
11103
11104         * buffer.C (changeLanguage): Use paragraph iterators.
11105         (isMultiLingual): ditto
11106
11107         * BufferView2.C (ChangeInsets): Use paragraph iterators.
11108
11109 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
11110
11111         * FontLoader.C: Support for cmr font.
11112
11113 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
11114
11115         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
11116         (available): New method.
11117
11118         * FontInfo.C (getFontname): Use scalable fonts even when
11119         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
11120         found.
11121
11122 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11123
11124         * converter.C (Formats::view): reverted! Incorrect fix.
11125
11126 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11127
11128         * converter.C (Formats::view): only output the -paper option
11129         if the dvi viewer is xdvi, thereby fixing bug #233429.
11130
11131 2001-08-23  Herbert Voss  <voss@perce>
11132
11133         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
11134
11135 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11136
11137         * Spacing.h (Spacing): Set space to Default on in the default
11138         constructor.
11139
11140 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11141
11142         * vc-backend.h (RCS::versionString): add RCS to version
11143         (CVS::versionString): add CVS to version
11144
11145         * vc-backend.C (scanMaster): do not add CVS to version.
11146         (scanMaster): do not add RCS to version
11147
11148         * lyxvc.C (versionString): new method
11149
11150         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
11151
11152 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11153
11154         * Spacing.C (set): initialize fval
11155
11156 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
11157
11158         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
11159         " or \.
11160
11161 2001-08-16  Juergen Vigna  <jug@sad.it>
11162
11163         * lyxfunc.C (dispatch): implemented the new FINISHED states.
11164
11165 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11166
11167         * BufferView_pimpl.C:
11168         * figureForm.C:
11169         * lyxtext.h:
11170         * text2.C: setParagraph takes linespacing now
11171
11172 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
11173
11174         * LyxAction.C: add internal LFUN_CITATION_INSERT
11175
11176         * LyXView.C: actually apply fix
11177
11178         * bufferlist.C: fix open non-existent file
11179
11180         * lyxfind.C: fix indentation
11181
11182         * lyxfunc.C: remove unneeded assert, fix typo
11183
11184 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11185
11186         * MenuBackend.C: use "Floatname List"
11187
11188 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
11189
11190         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
11191         when converting LaTeX layout to insetERT.
11192         Generate a non-collapsed float when reading old float
11193
11194 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11195
11196         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
11197         ERT insets.
11198
11199 2001-08-13  Juergen Vigna  <jug@sad.it>
11200
11201         * text.C (fill): return 0 instead of 20 as this seems to be the more
11202         correct value.
11203
11204 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11205
11206         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
11207         lyxrc.font_norm.
11208
11209 2001-08-13  Juergen Vigna  <jug@sad.it>
11210
11211         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
11212         casesensitive off.
11213         (SearchBackward): comment out the unlocking of the inset_owner this
11214         should not be needed!
11215
11216 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
11217
11218         * Many files: Remove inherit_language, and add latex_language
11219
11220         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
11221         collapsible insets.
11222
11223 2001-08-10  Juergen Vigna  <jug@sad.it>
11224
11225         * text.C (prepareToPrint): fixed hfill-width in draw!
11226
11227         * BufferView2.C (selectLastWord): save the selection cursor as this
11228         now is cleared in the function LyXText::clearSelection!
11229
11230 2001-08-08  Juergen Vigna  <jug@sad.it>
11231
11232         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
11233         BACKSPACE type functions.
11234
11235         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
11236         is only cutted from the document but not put in the cut-buffer, where
11237         still the old stuff should be.
11238
11239         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
11240
11241         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
11242
11243         * tabular.C (SetWidthOfCell): fixed special case where the width
11244         was not updated!
11245         (LeftLine): handle '|' in align_special.
11246         (RightLine): ditto
11247         (LeftAlreadyDrawed): ditto
11248         (SetWidthOfCell): ditto
11249
11250 2001-08-07  Juergen Vigna  <jug@sad.it>
11251
11252         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
11253
11254 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11255
11256         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
11257         * lyxlex.[hC]: ditto
11258
11259 2001-08-06  Juergen Vigna  <jug@sad.it>
11260
11261         * text.C (getVisibleRow): fix up row clearing a bit.
11262
11263 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11264
11265         * minibuffer.C: make sure the X server sees the changes in the input.
11266
11267 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11268
11269         * paragraph.C (getFont): split into...
11270         (getLabelFont): this
11271         (getLayoutFont): and this
11272         * paragraph_pimpl.C (realizeFont): calling this
11273
11274         * text2.C (getFont): split into...
11275         (getLayoutFont): this
11276         (getLabelFont): and this
11277         (realizeFont): all three calling this
11278
11279         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
11280         files where used.
11281
11282 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11283
11284         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
11285
11286 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
11287
11288         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
11289         layouts from the Quote inset insertion.
11290
11291 2001-08-03  Juergen Vigna  <jug@sad.it>
11292
11293         * BufferView_pimpl.C (update): do the fitCursor only at the end!
11294
11295         * screen.C (drawFromTo): don't call fitcursor here and do the loop
11296         only if status not is already CHANGED_IN_DRAW (second level).
11297
11298         * text.C (draw): don't set the need_break_row when inside an
11299         InsetText LyXText.
11300
11301 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11302
11303         * buffer.C (parseSingleLyXformat2Token): handle more latex
11304         conversion cases.
11305
11306         * bufferview_funcs.[hC]: change function names to
11307         begin with small char, adjust other files.
11308
11309 2001-08-02  André Pönitz <poenitz@gmx.net>
11310
11311         * lyxfunc.C:
11312         BufferView_pimpl.C: remove broken special code for math-greek
11313
11314 2001-08-02  Juergen Vigna  <jug@sad.it>
11315
11316         * BufferView_pimpl.C (update): redone this function so that we
11317         update the text again if there was a CHANGE_IN_DRAW.
11318
11319         * screen.C (cursorToggle): removed LyXText parameter and recoded.
11320         (drawFromTo): added a new internal bool which is used by draw() and
11321         redraw() function.
11322         (general): some cursor drawing problems fixed.
11323
11324 2001-08-01  Juergen Vigna  <jug@sad.it>
11325
11326         * lyxfind.C (LyXFind): fixed
11327         (SearchForward): ditto
11328         (SearchBackward): ditto
11329
11330         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
11331         spurius drawing of the cursor in the main area.
11332
11333         * text2.C (status): small fix which could lead to a segfault!
11334         (clearSelection): remove unneeded BufferView param.
11335
11336 2001-08-01  André Pönitz <poenitz@gmx.net>
11337
11338         * lyxfunc.C: small change due to changed mathed interface
11339
11340 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11341
11342         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
11343
11344 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
11345
11346         * lyxfunc.c: fail gracefully if file doesn't exist
11347
11348         * LyXSendto.C:
11349         * buffer.C:
11350         * lyxfunc.C:
11351         * BufferView_pimpl.C: IsDirWriteable() proto changed
11352
11353         * LyXView.C: fix updateWindowTitle() to store the last title
11354
11355 2001-07-31  Juergen Vigna  <jug@sad.it>
11356
11357         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
11358         the font (wrong since using of Paragraph::highestFontInRange).
11359
11360         * paragraph.C (highestFontInRange): added a default_size parameter.
11361
11362         * text.C (getVisibleRow): minor clear row changes (still not perfect).
11363         (setHeightOfRow): reformat
11364
11365 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11366
11367         * converter.[hC] + affected files: move to (inital-char)lowercase
11368         function names.
11369
11370         * ParagraphParameters.C (ParagraphParameters): remove commented code
11371
11372         * PainterBase.[Ch]: remove commented code
11373
11374         * LaTeXFeatures.h: add "bool floats" for float.sty
11375
11376         * LaTeXFeatures.C (LaTeXFeatures): init floats
11377         (require): handle float
11378         (getPackages): do it with floats
11379
11380 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11381
11382         * BufferView_pimpl.C (Dispatch): improve handling of
11383         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
11384
11385         * commandtags.h: #include lyxfont.h here temporarily to avoid
11386         keybinding bug.
11387
11388         * bufferlist.h: include LString.h here.
11389
11390 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11391
11392         * text2.C (getStringToIndex): new method.
11393
11394 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
11395
11396         * *: Reduced header file dependencies all over.
11397
11398 2001-07-30  Baruch Even  <baruch@lyx.org>
11399
11400         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
11401
11402 2001-07-29  Baruch Even  <baruch@lyx.org>
11403
11404         * buffer.C (readInset): Changed GRAPHICS to Graphics.
11405
11406 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11407
11408         * ParameterStruct.h (endif): add a default constructor to make
11409         sure that all variables is initialized.
11410
11411         * ParagraphParameters.C (ParagraphParameters): adjust
11412
11413 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11414
11415         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
11416         index; also, check that there is something to index, and that it
11417         does not span over several paragraphs.
11418         (doubleClick): use WHOLE_WORD_STRICT for double click.
11419
11420         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
11421
11422         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
11423         scheme.
11424
11425 2001-07-26  Baruch Even  <baruch@lyx.org>
11426
11427         * buffer.C (readInset): Changed to call up InsetGraphics when reading
11428         an InsetFig figure, backwards compatible reading of old figure code.
11429
11430 2001-07-27  Juergen Vigna  <jug@sad.it>
11431
11432         * text2.C: font.realize function adaption.
11433
11434         * text.C (draw): add a warnings lyxerr text if needed.
11435
11436         * layout.C: font.realize function adaption.
11437
11438         * language.C: add inherit_language and implement it's handlings
11439
11440         * bufferview_funcs.C (StyleReset): remove language parameter from
11441         font creation (should be language_inherit now).
11442
11443         * bufferparams.C (writeFile): handle ignore_language.
11444
11445         * paragraph.C (getFontSettings): the language has to be resolved
11446         otherwise we have problems in LyXFont!
11447
11448         * lyxfont.C (lyxWriteChanges): added document_language parameter
11449         (update): removed unneeded language parameter
11450
11451         * paragraph.C (validate): fixed wrong output of color-package when
11452         using interface colors for certain fonts in certain environments,
11453         which should not seen as that on the final output.
11454
11455 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
11456
11457         * BufferView_pimpl.C:
11458         * Thesaurus.h:
11459         * Thesaurus.C:
11460         * Makefile.am:
11461         * commandtags.h:
11462         * LyXAction.C: add thesaurus support
11463
11464         * lyxfind.h:
11465         * lyxfind.C: add "once" parameter, for thesaurus, to not
11466           move to the next match
11467
11468 2001-07-26  Juergen Vigna  <jug@sad.it>
11469
11470         * lyxfont.C (realize): honor ignore_language too!
11471         (resolved): ditto.
11472
11473         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
11474
11475         * text.C (draw): one place more for ignore_language to not draw
11476         itself!
11477
11478 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
11479
11480         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
11481
11482 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11483
11484         * buffer.C (parseSingleLyXformat2Token): a more general fix for
11485         the minipage conversion problem.
11486
11487 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11488
11489         * buffer.C (parseSingleLyXformat2Token): check minipage if we
11490         insert an inset.
11491
11492 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11493
11494         * BufferView.h: don't forward declare WorkArea
11495
11496         * BufferView.C: don't include WorkArea.h
11497
11498 2001-07-25  André Pönitz <poenitz@gmx.net>
11499
11500         * commandtags.h:
11501         * LyXAction.C:
11502         * lyxfunc.C:  new LFUN 'math-space'
11503
11504         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
11505
11506 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11507
11508         * text2.C (toggleInset): call open/close
11509
11510 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11511
11512         * lyxfunc.C (dispatch): add debug for the disabled case
11513
11514         * font.C (buttonText): make similar to rectText
11515
11516         * buffer.C (readInset): comment out parsing of insetlist and
11517         insttheorem
11518
11519         * PainterBase.C (rectText): small correction
11520
11521         * BufferView_pimpl.C: comment out insettheorem and insetlist
11522         * LyXAction.C: ditto
11523         * commandtags.h: ditto
11524
11525 2001-07-24  Juergen Vigna  <jug@sad.it>
11526
11527         * text.C (draw): honor the ignore_language.
11528
11529         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
11530
11531 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11532
11533         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
11534         char inset.
11535
11536 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11537
11538         * lyxtext.h: remove unused (and unimplemented) methods
11539
11540 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11541
11542         * text.C (getVisibleRow): honor background color
11543
11544         * PainterBase.h:
11545         * Painter.h: remove default color argument for fillRectangle
11546
11547         * text.C (backgroundColor): new method
11548
11549 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11550
11551         * text.C (getVisibleRow): adjust
11552
11553         * font.[Ch] (rectText): new method, metrics
11554         (buttonText): new method, metrics
11555
11556         * PainterBase.[hC]: make rectText and buttonText always draw and take
11557         fewer paramteres.
11558
11559 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11560
11561         * ToolbarDefaults.C (read):
11562         * MenuBackend.C (read): allow escaping in all strings
11563
11564         * BufferView_pimpl.C (insertAndEditInset): new method.
11565         (Dispatch): use insertAndEditInset whenever appropriate.
11566
11567         * BufferView_pimpl.C (insertNote): removed
11568
11569         * BufferView_pimpl.C (smartQuote): new method, moved from
11570         BufferView; if an insetquote cannot be inserted, insert a '"'
11571         character instead.
11572
11573         * BufferView2.C: remove insertCorrectQuote();
11574
11575         * lyxfunc.C (getStatus): Add support for all remaingin
11576         inset-insert lfuns.
11577
11578         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
11579
11580         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
11581         command (necessary to pass " as parameter of self-insert.
11582
11583         * text.C (selectWordWhenUnderCursor):
11584         (selectWord): add word_location parameter
11585         (selectWordWhenUnderCursor): same + remove special code for word
11586         boundary.
11587         (selectNextWord): use kind() to guess type of insetspecialchar,
11588         not latex().
11589
11590         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
11591         (insertErtContents): create ert insets as collapsed.
11592         (readInset): better compatibility code for Info inset.
11593
11594 2001-07-20  Juergen Vigna  <jug@sad.it>
11595
11596         * lyxfunc.C (dispatch): use always LyXFind now!
11597
11598         * text2.C (init): add a reinit flag so that the LyXText can be
11599         reinited instead of deleted and reallocated (used in InsetText).
11600
11601         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
11602
11603         * text.C: ditto
11604
11605         * text2.C: ditto
11606
11607 2001-07-18  Juergen Vigna  <jug@sad.it>
11608
11609         * text.C (selectNextWord): handle insets inside inset by calling
11610         always the bv->text functions so that we can go up the_locking_inset!
11611
11612         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
11613         in strange locations when inside an inset!
11614
11615         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
11616         handling to include insets.
11617
11618         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
11619
11620 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11621
11622         * LyXAction.C (init):
11623         * commandtags.h:
11624         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
11625         LIGATURE_BREAK, since the name is so stupid.
11626
11627 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11628
11629         * buffer.C (readInset): enable reading of new InsetNotes as well as old
11630         InsetInfos.
11631
11632         * FontLoader.C: remove FORMS_H_LOCATION cruft.
11633
11634         * sp_form.[Ch]: remove.
11635
11636         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
11637
11638         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
11639         InsetInfo.
11640
11641         * src/buffer.C (readInset): ditto.
11642
11643 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11644
11645         * BufferView_pimpl.C (specialChar): new method. Obsoletes
11646         menuSeparator(), endOfSentenceDot(), ldots() and
11647         hyphenationPoint(), which are therefore removed.
11648         (Dispatch): handle LFUN_HYPHENATION_BREAK.
11649
11650         * LyXAction.C (init):
11651         * commandtags.h: add LFUN_HYPHENATION_BREAK.
11652
11653         * paragraph.C (getWord): removed.
11654
11655         * BufferView_pimpl.C (Dispatch): use last word or selection for
11656         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
11657
11658         * lyx_main.C (queryUserLyXDir): do not ask before creating
11659         user_dir, except if it has been named explicitely.
11660
11661 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11662
11663         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
11664         a document of zero size.
11665
11666 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
11667
11668         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
11669         approriately in the c-tor and in require().
11670         (getPackages): output the appropriate LaTeX for natbib support.
11671
11672         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
11673         variables "use_natbib" and "use_numerical_citations" when reading the
11674         LyX file.
11675         (readInset): read the various natbib cite commands.
11676         (validate): white-space change.
11677
11678         * bufferparams.[Ch]: new variables "bool use_natbib" and
11679         "bool use_numerical_citations".
11680         (writeFile): output them in the LyX file.
11681
11682 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11683
11684         * lyxfunc.C (getStatus): add support for all the inset insertion
11685         commands.
11686
11687         * text2.C (insertInset):
11688         * paragraph.C (insetAllowed):
11689         * BufferView_pimpl.C (insertInset): update to take in account the
11690         renaming of insertInsetAllowed
11691
11692         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
11693
11694         * text2.C (getInset): new method. returns inset at cursor position.
11695
11696         * BufferView_pimpl.C (Dispatch): changes because of this.
11697
11698         * LyXAction.C (init): rename open-stuff to inset-toggle.
11699
11700         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
11701
11702         * text2.C (toggleInset): renamed from openStuff; use
11703         Inset::open().
11704
11705 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
11706
11707         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
11708
11709         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
11710
11711 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11712
11713         * buffer.C (readLyXformat2): Add filename to the error dialog
11714
11715 2001-07-18  Juergen Vigna  <jug@sad.it>
11716
11717         * tabular.C (GetCellNumber): put an assert here instead of the check!
11718
11719 2001-07-17  Juergen Vigna  <jug@sad.it>
11720
11721         * BufferView_pimpl.C (toggleSelection): adapted too.
11722
11723         * text.C (selectNextWord): adapted for use with insets.
11724         (selectSelectedWord): ditto
11725
11726 2001-07-17  Juergen Vigna  <jug@sad.it>
11727
11728         * sp_spell.C (PSpell): fix initialitation order.
11729
11730 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11731
11732         * paragraph.C: spacing
11733
11734 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11735
11736         * sp_spell.C: repair language selection for pspell
11737
11738 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11739
11740         * lyxfunc.h: change more methods to begin with lower char.
11741
11742 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11743
11744         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11745         for unknown layouts.
11746
11747 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11748
11749         * buffer.C (readLyXformat2): Generate an error dialog if there are
11750         unknown layouts.
11751
11752 2001-07-16  Juergen Vigna  <jug@sad.it>
11753
11754         * sp_spell.C: always compile ISpell part.
11755
11756         * lyxrc.C: added use_pspell entry and it's handling.
11757
11758 2001-07-13  Juergen Vigna  <jug@sad.it>
11759
11760         * sp_spell.C: removed double includes.
11761
11762 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11763
11764         Consistent use of Lsstream.h:
11765         * Lsstream.h: added using std::stringstream for consistencies sake.
11766
11767         * buffer.C: removed using std::stringstream
11768
11769         * lyxfont.C (stateText):
11770         * paragraph.C (asString):
11771         * text.C (selectNextWord, selectSelectedWord):
11772         * text2.C (setCounter):
11773         * vspace.C (asString, asLatexString):
11774         std::ostringstream -> ostringstream.
11775
11776 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11777
11778         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11779         * commandtags.h: add LFUN_HELP_ABOUTLYX
11780         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11781
11782 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11783
11784         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11785         cursorToggle()
11786         * lyx_gui_misc.C: remove spellchecker
11787         * lyxfunc.C: showSpellchecker
11788         * sp_base.h: added
11789         * sp_ispell.h: added
11790         * sp_pspell.h: added
11791         * sp_spell.C: added
11792         * sp_form.[Ch]: removed
11793         * spellchecker.[Ch]: removed
11794
11795 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11796
11797         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11798         is set.
11799         (simpleTeXSpecialChars): Simply print the input character without
11800         any special translation if pass_thru is set.
11801
11802         * layout.h: Added bool pass_thru to layout class for being able to
11803         implement pass through of a paragraph for Literate Programming.
11804
11805         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11806         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11807         * layout.C (Read): add "passthru" to list of layout tags and add
11808         code to set the pass_thru boolean when it is read.
11809
11810 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11811
11812         * trans_decl.h: remove allowed from KmodInfo
11813
11814         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11815         remove allowed code
11816         (Load): adjust
11817
11818         * paragraph_pimpl.C (erase): use boost::prior
11819
11820         * Painter.C (text): use data() instead of c_str() when length is
11821         also provided.
11822         * WorkArea.C (putClipboard): ditto
11823         * font.h (width): ditto
11824
11825         * BufferView2.C: use it-> instead of (*it). for iterators
11826         * texrow.C: ditto
11827         * paragraph_pimpl.C: ditto
11828         * paragraph.C: ditto
11829         * minibuffer.C: ditto
11830         * language.C: ditto
11831         * kbmap.C: ditto
11832         * encoding.C: ditto
11833         * counters.C: ditto
11834         * converter.C: ditto
11835         * chset.C: ditto
11836         * Variables.C: ditto
11837         * TextCache.C: ditto
11838         * MenuBackend.C: ditto
11839         * LyXAction.C: ditto
11840         * LColor.C: ditto
11841         * FloatList.C: ditto
11842         * DepTable.C: ditto
11843         * ColorHandler.C (LyXColorHandler): ditto
11844
11845 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11846
11847         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11848
11849         * text2.C (openStuff): reintroduce this method (which had been
11850         nuked in NEW_INSETS frenzy).
11851
11852         * lyxfunc.C (Dispatch): when an action has not been handled, use
11853         its name in the error message, not its number.
11854
11855         * paragraph.C (inInset): change method name to begin with lowercase.
11856
11857         * undo_funcs.C:
11858         * text2.C: updates because of this.
11859
11860 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11861
11862         * ToolbarDefaults.C (add): add spaces in error message
11863
11864 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11865
11866         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11867         (readLyXformat2): rename return_par to first_par, use lyxlex's
11868         pushToken and remove the manual push handling.
11869         (parseSingleLyXformat2Token): add another ert comp. variable:
11870         in_tabular, rename return_par to first_par. handle newlines better
11871
11872 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11873
11874         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11875
11876 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11877
11878         * text2.C (getParFromID): removed
11879
11880         * buffer.C (getParFromID): new method moved form lyxtext.
11881         * BufferView2.C (insertErrors): adjust
11882         (setCursorFromRow): adjust
11883         * BufferView_pimpl.C (restorePosition): adjust
11884         * lyxfunc.C (Dispatch): adjust
11885         * undo_funcs.C (textUndo): adjust
11886         (textRedo): adjust
11887         (textHandleUndo): adjust
11888         (textHandleUndo): adjust
11889
11890 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11891
11892         * buffer.C: up' the LYX_FORMAT
11893
11894         * lyxfont.h: turn NO_LATEX on as default
11895
11896         * buffer.C (insertErtContents): new methods of tex style compability.
11897         (parseSingleLyXformat2Token): use it several places.
11898         * tabular.C (OldFormatRead): and here
11899
11900 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11901
11902         * text2.C: remove some commented code.
11903         reindent file.
11904
11905         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11906         * trans.C: changes because of the above.
11907
11908 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11909
11910         * text2.C (setCounter): Fix counters bug with bibliography layout.
11911
11912 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11913
11914         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11915         own member functions
11916         (simpleTeXSpecialChars): ditto
11917
11918 2001-07-06  Juergen Vigna  <jug@sad.it>
11919
11920         * a lot of files: changed the access to LyXText::status and the
11921         call of undo-functions.
11922
11923         * undo.[Ch]: added a inset_id to the undo informations.
11924
11925         * undo_funcs.[Ch]: added and moved here all undo functions.
11926
11927         * lyxtext.h: give the status enum a weight, made status_ a private
11928         variable and made accessor functions for it, removed the whole bunch
11929         of undo-functions as they are now in their own file, make some
11930         functions publically available. Added function ownerParagraph with
11931         int parameter.
11932
11933         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11934         made InInset() a const function, added getParFromID() function.
11935
11936         * buffer.[Ch]: added const version for inset_iterator functions,
11937         added getInsetFromID() function.
11938
11939         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11940         changed undo functions for new version.
11941
11942 2001-07-05  Juergen Vigna  <jug@sad.it>
11943
11944         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11945         unknow mechanism does not call the proper constructor but only this
11946         one also if I request the other!?
11947
11948 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11949
11950         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11951
11952         * text2.C (LyXText): use initialization lists.
11953
11954         * lyxtext.h (Selection): initialize set_ and mark_
11955         (init): remove method
11956
11957 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11958
11959         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11960
11961 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11962
11963         * screen.[Ch]: change method names to begin with lowercase
11964
11965         * BufferView_pimpl.C (updateScrollbar): simplify further and
11966         hopefully make it a bit faster.
11967
11968 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11969
11970         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11971         calling directly xforms functions.
11972
11973         * Painter.C (Painter):
11974         * lyx_cb.C (MenuWrite):
11975         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11976         fl_display.
11977
11978         * lyx_gui.C: remove bogus guiruntime extern declaration.
11979
11980 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11981
11982         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11983         in NEW_INSETS
11984         (redoDrawingOfParagraph): ditto
11985         (redoParagraphs): ditto
11986         (cutSelection): don't create a object for CutAndPaste use the
11987         static method directly
11988         (pasteSelection): ditto
11989
11990         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11991         LyXview (+ rename)
11992
11993 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11994
11995         * modifications to some other files because of this.
11996
11997         * Makefile.am (lyx_SOURCES): add XFormsView
11998
11999         * XFormsView.[Ch]: new files
12000
12001         * LyXView.[Ch]: make LyXView a base class for the gui handling for
12002         the main window. Move the gui dependent stuff to XFormsView
12003
12004 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12005
12006         * tabular.C (GetCellInset): update cur_cell also in the row/col
12007         version of this function.
12008
12009         * lyxfunc.C: no need to include figure_form.h here.
12010
12011         * FontLoader.h:
12012         * lyxfunc.h:
12013         * lyxscreen.h:
12014         * text2.C:
12015         * lyxvc.C: no need to include forms.h here.
12016
12017 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12018
12019         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
12020
12021         * lyxfunc.C (Dispatch):
12022         * Spacing.C (set):
12023         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
12024         constructor argument.
12025
12026 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12027
12028         * paragraph.C (Paragraph): dont't clear, and just set layout.
12029         (makeSameLayout): use params's copy contructor.
12030
12031         * ParagraphParameters.[Ch] (makeSame): delete method
12032
12033 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
12034
12035         * Variables.[Ch]: fix indentation, rename set to isSet
12036
12037 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12038
12039         * lyxfunc.C (Dispatch): fix typo
12040
12041 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12042
12043         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
12044         upper_bound.
12045
12046         * bufferlist.C: include assert.h for emergencyWrite().
12047
12048 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12049
12050         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
12051           give up at last (bug #425202) !
12052
12053 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
12054
12055         * lyx_gui_misc.C:
12056         * sp_form.h:
12057         * sp_form.C:
12058         * spellchecker.h:
12059         * spellchecker.C: strip spellchecker options and bring up
12060           preferences tab instead
12061
12062 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12063
12064         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
12065         the istringstream constructor
12066
12067 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12068
12069         * paragraph.C (getLayout): fix return value
12070
12071         * paragraph.h: do not declare getLayout as inline.
12072
12073         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
12074
12075 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12076
12077         * lyxcursor.h (operator<): new func
12078         (operator>): new func
12079         (operator>=): new func
12080         (operator<=): new func
12081
12082         * text.C (changeCase): use selection.start and selection.end
12083         (changeRegionCase): require from to be <= to. Require par to be a
12084         valid paragraph.
12085
12086         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
12087
12088 2001-06-27  Juergen Vigna  <jug@sad.it>
12089
12090         * text.C (cursorLeftOneWord): changed to return the cursor and added
12091         overlay with BufferView * parameter which calls this one.
12092         (getWord): added
12093         (selectWord): use new getWord function.
12094         (changeCase): renamed from changeWordCase as and extended to work
12095         also on selections.
12096
12097         * lyxtext.h: added enum word_location
12098
12099         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
12100         changeCase as this operates now also on selections.
12101
12102 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
12103
12104         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
12105
12106         * many files: send debug output to Debug::INFO instead of
12107         Debug::ANY.
12108
12109         * converter.C (View):
12110         (Convert):
12111         (Move): send debug output to Debug::FILES instead of console.
12112
12113 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
12114
12115         * lyxfunc.C (getStatus): use func_status
12116
12117         * func_status.h: new header, describing the results of
12118         LyXFunc::getStatus;
12119
12120         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
12121         LFUN_MATH_HALIGN.
12122
12123 2001-06-25  The LyX Project  <jug@sad.it>
12124
12125         * buffer.C (sgmlOpenTag):
12126         (sgmlCloseTag):
12127         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
12128
12129 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12130
12131         * text2.C: remove some dead code
12132
12133         * tabular.C (GetCellInset): store the last cell checked (gotten)
12134
12135         * tabular.h: add the helper for the speedup
12136
12137         * lyxtext.h: remove some dead code
12138
12139 2001-06-26  The LyX Project  <Asger>
12140
12141         * paragraph.C: Change export to LaTeX of alignment to
12142         \begin{center} and family for better roundtrip work with reLyX.
12143
12144         * Tune the math drawing a bit.
12145
12146 2001-06-25  The LyX Project  <Asger>
12147
12148         * LColor.C (LColor): New color for math background. New color
12149         for buttons.
12150
12151 2001-06-25  The LyX Project  <jug@sad.it>
12152
12153         * lyxfunc.C (MenuNew): remove extra check for .lyx file
12154
12155         * lyxfunc.C (Open):
12156         * bufferlist.C (newFile): do not restrict to files ending with
12157         .lyx
12158
12159         * BufferView_pimpl.C (MenuInsertLyXFile):
12160
12161 2001-06-24  The LyX Project  <jug@sad.it>
12162
12163         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
12164         of compare_no_case
12165
12166 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12167
12168         * lyxtext.h: rename most methods to begin with a small char.
12169         Lots of changes because of this.
12170
12171         * paragraph.C (Paragraph): do not call fitToSize
12172         (erase): call Pimpl::erase
12173         (insertChar): call Pimpl::insertChar
12174         (insertInset): call Pipl::insertInset
12175         (breakParagraph): do not call fitToSize
12176         (breakParagraphConservative): do not call fitToSize
12177         (fitToSize): remove method
12178
12179         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
12180
12181 2001-06-24  The LyX Project  <Asger>
12182
12183         * Fix Qt compilation^2
12184
12185 2001-06-24  The LyX Project  <jug@sad.it>
12186
12187         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
12188         depthHook(getDepth()-1).
12189
12190         * paragraph.h:
12191         * ParagraphParameters.h:
12192         * ParameterStruct.h: change type of depth to unsigned int ==
12193         depth_type. Many adaptations to other files before of that.
12194
12195 2001-06-24  The LyX Project  <Asger>
12196
12197         * Fix Qt compilation.
12198
12199 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12200
12201         * paragraph.h: renamed several methods to begin with small letter.
12202         several changes to many parts of the code because of this.
12203
12204 2001-06-23  The LyX Project  <jug@sad.it>
12205
12206         * text2.C (InsertStringAsLines): renamed from InsertStringA;
12207         rewritten to discard all double spaces when KeepEmpty is off
12208         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
12209         to only handle newlines but not fiddle with spaces and friends.
12210
12211         * lyxfunc.C (MenuNew): when doing 'new from template', use
12212         template_path as default directory
12213
12214 2001-06-23  The LyX Project  <Asger>
12215
12216         * Clean-up of header file includes all over
12217         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
12218
12219 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12220
12221         * paragraph.h: renamed from lyxparagraph.h
12222
12223 2001-06-23  Asger  <lyx@violet.home.sad.it>
12224
12225         * Buffer.h: Removed Buffer::resize
12226         * BufferList.h: Removed BufferList::resize
12227         * LyXView.h: Added LyXView::resize. This way, we will only reflow
12228         the document lazily when we change the width, or the font settings.
12229
12230 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12231
12232         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
12233
12234 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12235
12236         * buffer.h: remove out of date comment
12237
12238 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12239
12240         * lyxscreen.h:
12241         * screen.C: fix "theoretical" GC leak
12242
12243 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12244
12245         * LaTeX.C (scanAuxFile):
12246         (deplog): remove trailing \r when reading stream (useful under
12247         win32)
12248
12249 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
12250
12251         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
12252         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
12253         and BufferView::theLockingInset(Inset*), so should use them and not
12254         access bv_->text->the_locking_inset directly.
12255
12256         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
12257
12258 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12259
12260         * Makefile.am:
12261         * tex-defs.h: remove old unused file
12262
12263 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
12264
12265         * BufferView_pimpl.C: fix typo, remove minibuffer message
12266           when buffer has loaded
12267
12268 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12269
12270         * lyxfunc.C (Dispatch): use stringstream
12271         (MenuNew): use stringstream
12272         (Open): use stringstream
12273
12274         * importer.C (Import): use stringstream
12275
12276         * bufferview_funcs.C (CurrentState): use stringstream
12277
12278         * LaTeX.C (run): use stringstream
12279
12280         * BufferView_pimpl.C (savePosition): use stringstream
12281         (restorePosition): use stringstream
12282         (MenuInsertLyXFile): use stringstream
12283
12284 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
12285
12286         * BufferView.C:
12287         * Bullet.C:
12288         * ColorHandler.C:
12289         * FontInfo.C:
12290         * FontLoader.C:
12291         * LColor.C:
12292         * LaTeXFeatures.C:
12293         * Painter.C:
12294         * gettext.C:
12295         * lyx_gui_misc.C:
12296         * lyxserver.C:
12297         * vspace.C: removed // -*- C++ -*- as first line.
12298
12299         * lyxfind.h:
12300         * version.h: added // -*- C++ -*- as first line.
12301
12302 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12303
12304         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
12305
12306         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
12307         of string
12308
12309 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12310
12311         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
12312         of floats.
12313
12314 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12315
12316         * gettext.C: include LString.h even when --disable-nls is on.
12317
12318 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
12319
12320         * converter.h (Get): changed argument type from int to
12321         FormatList::size_type to avoid unnecessary conversion.
12322
12323         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
12324         before using it.
12325
12326 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12327
12328         * gettext.h: include LString.h even when --disable-nls is on.
12329
12330 2001-06-07  Juergen Vigna  <jug@sad.it>
12331
12332         * text.C (BreakAgain): subst spaces with tabs.
12333
12334         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
12335         (resizeInsetsLyXText): set force on resizeLyXText.
12336
12337 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12338
12339         * gettext.h (gettext_init):
12340         (locale_init): use a real definition instead of a macro
12341
12342 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12343
12344         * Bufferview_pimpl.C:
12345         * LColor.h:
12346         * LColor.C: further lcolor tidies
12347
12348 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12349
12350         * BufferView_pimpl.C (updateScrollbar): simplify.
12351
12352         * BufferView2.C: don't include insets/insetinfo.h, change
12353         prototype for insertInset and call the Pimpl version. let
12354         updateInset call Pimpl version.
12355
12356         * BufferView.h: move inset_slept to BufferView::Pimpl, move
12357         gotoInset to BufferView::Pimpl
12358
12359 2001-06-01  Juergen Vigna  <jug@sad.it>
12360
12361         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
12362         inside a LockingInset (is the update needed at all?).
12363
12364 2001-05-31  Juergen Vigna  <jug@sad.it>
12365
12366         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
12367         here not the old one otherwise how should we compare it afterwards
12368         if it's the same!
12369
12370 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12371
12372         * lyxfont.C:
12373         * tabular.C:
12374         * tabular-old.C:
12375         * FontInfo.C: bring C functions into global namespace when
12376         necessary
12377
12378 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12379
12380         * LString.h: make sure config.h has been loaded before LString.h.
12381
12382         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
12383         (one for each char read by EatLine!).
12384
12385         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
12386         variables.
12387
12388 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12389
12390         * paragraph.C (BreakParagraph): set the inset_owner in the new par
12391         to the same as the par we break from
12392
12393 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12394
12395         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
12396
12397         * MenuBackend.C (expand): also create menu entries for wide
12398         versions of the floats.
12399
12400         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
12401
12402         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
12403
12404         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
12405         frontends/Makefile.am
12406
12407         * text2.C: adjust
12408         * text.C: adjust
12409
12410
12411         * tabular.C (getTokenValue): add std::
12412
12413         * tabular-old.C (getTokenValue): add std::
12414         (getTokenValue): ditto
12415         (getTokenValue): ditto
12416
12417         * screen.C (ToggleSelection): adjust
12418
12419         * lyxtext.h: put selection cursors inside a Selection struct.
12420
12421         * lyxfunc.C (moveCursorUpdate): adjust
12422
12423         * lyxfont.C (latexWriteStartChanges): add std::
12424
12425         * lyxfind.C: adjust
12426
12427         * font.h: delete with(char const *, LyXFont const &)
12428
12429         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
12430
12431         * FontInfo.C (getFontname): add std::
12432
12433         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
12434         (workAreaButtonPress): adjust
12435         (tripleClick): adjust
12436         (update): adjust
12437         (moveCursorUpdate): adjust
12438         (Dispatch): adjust
12439
12440         * BufferView2.C (gotoInset): adjust
12441
12442 2001-05-30  Juergen Vigna  <jug@sad.it>
12443
12444         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
12445         to check pspell I add this as default as I now have new pspell
12446         libraries and they seem to use this.
12447
12448 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12449
12450         * text2.C (CutSelection): make the cursor valid before the call to
12451         ClearSelection.
12452
12453 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12454
12455         * kbsequence.C (parse): de-uglify a bit the parsing code, which
12456         relied on 0 terminated strings and other horrors. Bug found due to
12457         the new assert in lyxstring!
12458
12459         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
12460         KP_ keys.
12461
12462 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12463
12464         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
12465         to latinkeys.bind.
12466
12467         * lyxfunc.C (processKeySym): change method of getting to the
12468         self-insert char.
12469
12470         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
12471         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
12472         * BufferView_pimpl.[Ch]: here as private methods.
12473
12474 2001-05-28  Juergen Vigna  <jug@sad.it>
12475
12476         * text.C (SetHeightOfRow): added the update() call again as it is
12477         needed to initialize inset dimensions!
12478
12479 2001-05-16  Juergen Vigna  <jug@sad.it>
12480
12481         * text2.C (SetCharFont): Add new function with BufferView * and
12482         bool toggleall parameters for setting insets internal fonts.
12483         (SetFont): Freeze the undo as we may change fonts in Insets and
12484         all this change should be inside only one Undo!
12485
12486         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
12487         setting font's in insets as for them we have the SetFont function!
12488
12489 2001-05-15  Juergen Vigna  <jug@sad.it>
12490
12491         * text2.C (ClearSelection): to be sure we REALLY don't have any
12492         selection anymore!
12493
12494         * tabular.C (TeXCellPreamble): fixed the left border problem for
12495         multicolumn cells.
12496
12497 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
12498
12499         * LaTeX.C (deplog): Make sure that the main .tex file is in the
12500         dependancy file
12501
12502 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12503
12504         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
12505         LFUN_BREAKPARAGRAPH.
12506
12507         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
12508         help test to "internal only", similar for LFUN_INSERT_URL
12509
12510         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
12511         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
12512         auto_region_delete and deadkeys.
12513
12514 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
12515
12516         * LColor.h:
12517         * LColor.C: remove some dead entries, tidy a little
12518
12519 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12520
12521         * lyxfunc.C (processKeySym): comment the Escape handling, remove
12522         commented code.
12523         (Dispatch): implement LFUN_ESCAPE
12524
12525         * commandtags.h: add LFUN_ESCAPE
12526
12527         * LyXAction.C (init): add entry for LFUN_ESCAPE
12528
12529         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
12530         Remove commented code.
12531         (insertNote): moved here
12532         (open_new_inset): moved here
12533
12534         * BufferView[2].[Ch]: move insertNote and open_new_inset to
12535         BufferView_pimpl
12536
12537 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12538
12539         * kbmap.C (findbinding): clean it up and make it work correctly.
12540
12541         * lyx_main.C (init): do not pass argc and argv as parameters
12542
12543 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
12544
12545         * buffer.C: fix path for OS/2 & Win32
12546
12547         * lyx_gui.C:
12548         * lyx_main:
12549         * lyx_main.C: Added os:: class.
12550
12551         * os2_defines.h: update
12552
12553 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12554
12555         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
12556         better by trying again with reduced state.
12557
12558 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12559
12560         * lyxrc.C (read): print error about invalid key sequence only when
12561         debugging (because not all latinX keysyms are known to some X
12562         servers)
12563
12564         * kbsequence.C (getiso): add a few std:: qualifiers
12565         (getiso): comment out extra return statement.
12566
12567 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12568
12569         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
12570         handling.
12571         (Dispatch): enhance the accent inset a bit. (not perfect)
12572
12573 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12574
12575         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
12576
12577 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12578
12579         * bufferlist.C (emergencyWrite): fix assert() call
12580
12581 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
12582
12583         * text.C (InsertChar): Added trivial patch to only send the "you
12584         can not do multiple spaces this way" message once during a
12585         session.
12586
12587 2001-05-08  Baruch Even  <baruch@lyx.org>
12588
12589         * Makefile.am: Changed order of libraries to get LyX to link properly
12590         with the gnome frontend.
12591
12592 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12593
12594         * LaTeXFeatures.h: add a std:: qualifier
12595
12596 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12597
12598         * paragraph.C (String): use stringstream
12599
12600 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12601
12602         * paragraph.C (writeFile): remove footflag arg
12603
12604         * buffer.C (makeLaTeXFile): use stringstream
12605         (latexParagraphs): remove footnot gurba
12606
12607         * LaTeXFeatures.C (getPackages): use stringstream
12608         (getMacros): likewise
12609         (getTClassPreamble): likewise
12610         (getFloatDefinitions): new method
12611
12612         * paragraph.C (writeFile): reindent
12613         (Erase): reindent
12614
12615         * WorkArea.h: revert the xpos + etc changes.
12616
12617         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
12618
12619         * lyxparagraph.[Ch]: add copy constructor, remove Clone
12620
12621         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
12622         (pasteSelection): likewise
12623         * text2.C (CreateUndo): likewise
12624
12625 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12626
12627         * minibuffer.C (peek_event): temporarily reduce the functionality
12628         of the minibuffer (to allow args on lfuns)
12629
12630         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
12631         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
12632
12633         * buffer.C (readInset): add compability reading of old float
12634         lists, add reading of new style float list.
12635         (readInset): avoid reevaluation of inscmd.getCmdName()
12636         (getLists): reindent
12637
12638         * MenuBackend.C (MenuItem): implement parsing of
12639         md_floatlistinsert and md_floatinsert.
12640         (expand::LastFiles): move initalizaton of iterators out of loop,
12641         avoid reevaluation.
12642         (expand::Documents): introduce typdedef vector<string> Strings,
12643         and use it.
12644         (expand::ExportFormats): introduce typedef vector<Format const *>
12645         Formats, and use it.
12646         (expand): implement FloatListInsert and FloatInsert.
12647
12648         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
12649         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
12650         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
12651
12652         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
12653         handling.
12654         (Dispatch::LFUN_FLOAT_LIST): implement
12655
12656 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12657
12658         * LaTeX.C (run): Fix problem with --export code.
12659
12660 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12661
12662         * BufferView.[Ch] (workarea): removed.
12663         (getClipboard) new method; wrapper for workarea()->getClipboard()
12664
12665         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
12666         bug.
12667
12668         * WorkArea.h (width, height, xpos, ypos): These methods all
12669         returned the dimensions of the work_area sub-area of WorkArea,
12670         resulting in a position error if the WorkArea were resized. Now
12671         return the dimensions of the entire WorkArea.
12672
12673         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
12674
12675 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12676
12677         * LaTeX.C (deplog): correct the syntax of regex reg1
12678
12679 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12680
12681         * undo.C: remove !NEW_INSETS cruft
12682
12683 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12684
12685         * text2.C: remove !NEW_INSETS cruft
12686
12687         * text.C: remove !NEW_INSETS cruft
12688
12689         * tabular.C: remove !NEW_INSETS cruft
12690
12691         * spellchecker.C: remove !NEW_INSETS cruft
12692
12693         * lyxtext.h: remove !NEW_INSETS cruft
12694
12695         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
12696
12697         * lyxfunc.C: remove !NEW_INSETS cruft
12698
12699         * lyxfind.C: remove !NEW_INSETS cruft
12700
12701         * lyx_cb.C: remove !NEW_INSETS cruft
12702
12703         * figureForm.C: remove  !NEW_INSETS cruft
12704
12705         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
12706
12707         * buffer.[Ch]: remove !NEW_INSETS cruft
12708
12709         * ToolbarDefaults.C: remove !NEW_INSETS cruft
12710
12711         * CutAndPaste.C: remove !NEW_INSETS cruft
12712
12713         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12714
12715         * BufferView2.C: remove !NEW_INSETS cruft
12716
12717         * BufferView.h: remove !NEW_INSETS cruft
12718
12719 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12720
12721         * Lsstream.h: include LString.h before the sstream headers to
12722         fix problem with gcc 2.95.3 and lyxstring
12723
12724 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12725
12726         * lyx_main.C: add using directives when needed for C functions
12727         declared in std:: namespace.
12728
12729 2001-04-27  Juergen Vigna  <jug@sad.it>
12730
12731         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12732         (SetHeightOfRow): comment out the update call should not be needed!
12733
12734 2001-04-13  Juergen Vigna  <jug@sad.it>
12735
12736         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12737         (LyXTabular): tried to minimize operator= operations (and realized
12738         hopfully Lars wish).
12739
12740 2001-04-27  Juergen Vigna  <jug@sad.it>
12741
12742         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12743
12744 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12745
12746         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12747
12748         * buffer.C (readInset): hack to make listof algorithm work
12749
12750         * BufferView_pimpl.C: hack to make listof algorithm work
12751
12752 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12753
12754         * LyXAction.C: removed all !NEW_INSETS cruft
12755         (init): moved lfun_item in method
12756
12757         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12758
12759 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12760
12761         * BufferView2.C (theLockingInset): white space.
12762
12763 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12764
12765         * minibuffer.C: include <iostream>
12766
12767         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12768
12769         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12770
12771         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12772
12773         * text.[Ch] (TransposeChars): new method
12774
12775 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12776
12777         * call message directly through LyXView instead of through LyXFunc
12778         * BufferView2.C: adjust
12779         * BufferView_pimpl.C: adjust
12780         * FontLoader.C: adjust
12781         * buffer.C: adjust
12782         * bufferview_funcs.C: adjust
12783         * converter.C: adjust
12784         * figureForm.C: adjust
12785         * importer.C: adjust
12786         * lyx_cb.C: adjust
12787         * lyx_gui_misc.C: adjust
12788         * lyxfunc.C: adjust
12789         * lyxvc.C: adjust
12790         * text2.C: adjust
12791         + more files in subdirs
12792
12793         * lyxparagraph.h (size): move up int file
12794         (GetLayout): ditto
12795
12796         * adjust all uses of Assert to lyx::Assert.
12797
12798         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12799         lyxfunctional in namespace lyx
12800         * layout.C (hasLayout): ditto
12801         (GetLayout): ditto
12802         (GetLayout): ditto
12803         (delete_layout): ditto
12804         (NumberOfClass): ditto
12805         * converter.C (GetFormat): ditto
12806         (GetNumber): ditto
12807         (Add): ditto
12808         (Delete): ditto
12809         (SetViewer): ditto
12810         * bufferlist.C (getFileNames): ditto
12811         (emergencyWriteAll): ditto
12812         (exists): ditto
12813         (getBuffer): ditto
12814         * MenuBackend.C (hasSubmenu): ditto
12815         (hasMenu): ditto
12816         (getMenu): ditto
12817         * BufferView_pimpl.C (getInsetByCode): ditto
12818
12819 2001-04-18  Juergen Vigna  <jug@sad.it>
12820
12821         * vspace.C (asLatexString): fixed the 100% problem.
12822
12823 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12824
12825         * lyxfunc.C (Dispatch):
12826         * minibuffer.C:
12827         * minibuffer.h: add a few std:: qualifiers
12828
12829 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12830
12831         * minibuffer.[Ch]: reimplement so that commands is initiated and
12832         run from lyxfunc, simplified som handling, and made the completion
12833         and history code for complete. wip.
12834
12835         * lyxfunc.C (processKeySym): call message
12836         (miniDispatch): new temporary method
12837         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12838         (LFUN_MESSAGE): implement
12839         (LFUN_MESSAGE_PUSH): implement
12840         (LFUN_MESSAGE_POP): implement
12841         (initMiniBuffer): the initial/defualt minibuffer message.
12842
12843         * lyxfont.[Ch]: inline some more getters
12844
12845         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12846
12847         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12848
12849         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12850         (AutoSave): use LFUN_MESSAGE
12851         (Reconfigure): ditto
12852
12853         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12854
12855         * figureForm.C: use LFUN_MESSAGE
12856
12857         * converter.C (runLaTeX): use LFUN_MESSAGE
12858
12859         * bufferview_funcs.C: use LFUN_MESSAGE
12860         (Melt): ditto
12861         (changeDepth): ditto
12862
12863         * bufferparams.h: use boost::
12864
12865         * bufferlist.h: inherit privately from noncopyable
12866
12867         * bufferlist.C (loadLyXFile): remove some commented code.
12868
12869         * buffer.C (runChktex): use LFUN_MESSAGE
12870
12871         * ShareContainer.h: inherit privately from noncopyable
12872
12873         * ParagraphParameters.[hC] (depth): inline it.
12874
12875         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12876         methods.
12877         (message): new method
12878         (messagePush): ditto
12879         (messagePop): ditto
12880         (show): init minibuffer
12881         (showState): direct call
12882
12883         * LaTeX.[Ch]: inherit privately from noncopyable
12884         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12885         instead of WriteStatus.
12886
12887         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12888
12889         * BufferView_pimpl.C (buffer): don't init minibuffer
12890         (workAreaButtonPress): use LFUN_MESSAGE
12891         (workAreaButtonRelease): ditto
12892         (savePosition): ditto
12893         (restorePosition): ditto
12894         (MenuInsertLyXFile): ditto
12895         (workAreaExpose): don't init minibuffer
12896         (update): remove commented code, simplify
12897
12898         * BufferView2.C (openStuff): use LFUN_MESSAGE
12899         (toggleFloat): ditto
12900         (menuUndo): ditto
12901         (menuRedo): ditto
12902         (copyEnvironment): ditto
12903         (pasteEnvironment): ditto
12904         (copy): ditto
12905         (cut): ditto
12906         (paste): ditto
12907         (gotoInset): ditto
12908         (updateInset): remove some commented code
12909
12910         * lastfiles.h: inherit privately from noncopyable
12911         * layout.h: ditto
12912         * lyx_gui.h: ditto
12913         * lyx_main.h: ditto
12914         * lyxlex.h: ditto
12915         * lyxlex_pimpl.h: ditto
12916
12917         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12918         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12919         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12920
12921         * LyXAction.h: inherit privately from noncopyable, add methods
12922         func_begin, func_end, returning iterators to the func map.
12923
12924         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12925         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12926         (func_begin): new method
12927         (func_end): new method
12928
12929         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12930         and not)
12931         (copySelection): ditto
12932         (pasteSelection): ditto
12933
12934         * BufferView.C: whitespace change
12935         * BufferView.h: inherit privately from noncopyable
12936
12937 2001-04-16  Allan Rae  <rae@lyx.org>
12938
12939         * tabular-old.C (l_getline):
12940         * spellchecker.C (sc_check_word):
12941         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12942         an unrecognised preprocessor directive.  So ensure they're wrapped.
12943
12944 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12945
12946         * src/exporter.C (Export): Give an error message when path to file
12947         contains spaces.
12948
12949 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12950
12951         * LaTeX.C (deplog): Always check that foundfile exists.
12952
12953 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12954
12955         * lyx_main.h:
12956         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12957
12958 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12959
12960         * tabular.[Ch] (getLabelList): implement new method
12961
12962         * minibuffer.h: comment ouf setTiimer
12963
12964         * minibuffer.C (ExecutingCB): constify res
12965         (peek_event): constify s
12966         (Set): constify ntext
12967         (Init): constify nicename
12968
12969         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12970
12971         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12972         (savePosition): use two params to Minibuffer::Set
12973         (restorePosition): ditto
12974
12975 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12976
12977         * lyx_main.C: include language.h
12978
12979         * Makefile.am (lyx_main.o): add language.h
12980
12981 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12982
12983         * exporter.C:
12984         * paragraph.C:
12985         * screen.C:
12986         * tabular.C:
12987         * CutAndPaste.C: include gettext.h
12988
12989         * lyxfont.h: remove old hack with ON and OFF.
12990
12991         * lyxparagraph.h:
12992         * lyxfont.h: do not include language.h...
12993
12994         * BufferView2.C:
12995         * LaTeXFeatures.C:
12996         * Painter.C:
12997         * bufferview_funcs.C:
12998         * font.C:
12999         * lyxfont.C:
13000         * text.C:
13001         * text2.C:
13002         * trans_mgr.C:
13003         * paragraph.C: ... but do it here instead
13004
13005 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13006
13007         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
13008
13009         * tabular.C: small reformat
13010
13011         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
13012         NEW_INSETS version
13013         (GetChar): ditto
13014         (BreakParagraph): ditto
13015         (SetOnlyLayout): ditto
13016         (SetLayout): ditto
13017
13018         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
13019         with one arg less.
13020
13021         * lastfiles.C: removed most using decl, add std:: where needed
13022
13023         * buffer.C: ws changes
13024
13025         * MenuBackend.C (class compare_format): put into anon namespace
13026         (expand): constify label, names, action, action2
13027         (expand):
13028
13029         * text.C (SingleWidth): constify font
13030         (IsBoundary): constify rtl2
13031         (GetVisibleRow): constify ww
13032
13033         * LaTeX.C (deplog): constify logfile
13034
13035         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
13036         start_x, end_x
13037         (workAreaExpose): constify widthChange, heightChange
13038
13039         * lyxrow.C (par): moved
13040         (height): moved
13041         (next): moved
13042         * lyxrow.h: as inlines here
13043
13044         * lyxfont.h (shape): moved from lyxfont.C
13045         (emph): moved from lyxfont.C
13046
13047         * lyxfont.C (LyXFont): use initialization list for all
13048         constructors
13049         (shape): move to lyxfont.h as inline
13050         (emph): move to lyxfont.h as inline
13051
13052
13053 2001-04-04  Juergen Vigna  <jug@sad.it>
13054
13055         * vspace.C: had to include stdio.h for use of sscanf
13056
13057 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
13058
13059         * BufferView.h:
13060         * BufferView_pimpl.h: remove xforms cruft. Both classes are
13061         independent of xforms.
13062
13063 2001-04-02  Juergen Vigna  <jug@sad.it>
13064
13065         * spellchecker.C: fixed namespace placing!
13066
13067 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
13068
13069         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
13070         the LyXParagraph * is 0.
13071
13072 2001-03-29  Juergen Vigna  <jug@sad.it>
13073
13074         * vspace.C: added support for %, c%, p%, l%.
13075         (stringFromUnit): added helper function.
13076         (asLatexString): changed to give right results for the %-values.
13077
13078         * buffer.C: convert the widthp in a width%.
13079
13080 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
13081
13082         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
13083         figureForm.[Ch].
13084
13085         * figureForm.[Ch]: stripped the FD_from_figure manipulation
13086         code out of lux_cb.[Ch], ready for its (imminent?) removal.
13087
13088         * lyx_cb.[Ch]: see above.
13089
13090         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
13091         form1.[Ch].
13092
13093         * form1.[Ch]:
13094         * lyx.[Ch]: replaced by figure_form.[Ch].
13095
13096         * lyx_gui.C:
13097         * lyx_gui_misc.C:
13098         * lyxfunc.C: changed headers associated with above changes.
13099
13100 2001-03-27  Juergen Vigna  <jug@sad.it>
13101
13102         * BufferView_pimpl.C: set the temporary cursor right!
13103
13104 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
13105
13106         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
13107
13108 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
13109
13110         * LString.h: removed "using std::getline"!
13111
13112         * BufferView_pimpl.C (Dispatch): changes due to changes in
13113         InsetInclude::Params.
13114
13115         * buffer.C (tag_name): removed redundant break statements as they were
13116         producing lots of warnings with my compiler.
13117
13118 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13119
13120         * LString.h: add "using std::getline" when using the real <string>.
13121
13122 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
13123
13124         * buffer.C: removed bitset usage.
13125         PAR_TAG moved to an anonymous name space.
13126         (tag_name): new funtion, also in the anonymous namespace.
13127         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
13128         (makeDocBookFile): clean code. Completed transition from string arrays
13129         to string vectors.
13130         (SimpleDocBookOnePar): code clean.
13131
13132 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13133
13134         * tabular.C: add some comments.
13135
13136 2001-03-22  Juergen Vigna  <jug@sad.it>
13137
13138         * buffer.C (parseSingleLyXformat2Token): redone the minipage
13139         compatibility read a bit and fixed bug with minipage in different
13140         depth.
13141
13142 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
13143
13144         * buffer.C (pop_tag): removed.
13145         (push_tag): removed.
13146         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
13147         array replaced with vector. Added support for CDATA sections.
13148         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
13149         at any nest level.
13150         (makeDocBookFile): XML conformant declaration of CDATA section,
13151         fixed bug related to <emphasis> in the first paragraph char.
13152         (sgmlOpenTag): exclude empty tags.
13153         (sgmlCloseTag): ditto.
13154
13155         * buffer.h (pop_tag): removed.
13156         (push_tag): removed.
13157
13158 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
13159
13160         * language.h (Languages): added size_type and size().
13161
13162 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13163
13164         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
13165         response on compability reading of minipages. One probliem is that
13166         the old usage of minipages was «flertydig»
13167
13168         * several files here and in subdirs: don't use static at file
13169         scope use anon namespaces instead.
13170
13171 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
13172
13173         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
13174         LaTeX output. This is necessary for Literate document
13175         processing.
13176
13177 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13178
13179         * buffer.C: insert hfill when needed.
13180
13181         * tabular.C (l_getline): use string::erase, small whitespace change.
13182
13183         * BufferView_pimpl.C: try the anon namespace.
13184         * WorkArea.C: ditto
13185
13186 2001-03-16  Juergen Vigna  <jug@sad.it>
13187
13188         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
13189         otherwise it won't open options-dialogs.
13190
13191         * buffer.C: honor pextraWidth(p) on converting minipages.
13192
13193         * tabular.C (l_getline): changed the functions to strip trailing \r.
13194
13195 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
13196
13197         * BufferView_pimpl.C:
13198         * minibuffer..C: added "using SigC::slot" declaration.
13199
13200 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13201
13202         * lyxlex_pimpl.h: noncopyable is in namespace boost.
13203
13204         * text2.C: ditto
13205
13206         * text.C: ditto
13207
13208         * paragraph.C: ditto
13209
13210         * lyxtext.h: NO_PEXTRA
13211
13212         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
13213
13214         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
13215         * ParameterStruct.h: ditto
13216         * ParagraphParameters.h: ditto
13217         * lyxparagraph.h: ditto
13218
13219 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13220
13221         * buffer.C: add compability for minipage alignment.
13222         (latexParagraphs): remove unwanted pextra check.
13223
13224         * several files: remove CXX_WORKING_NAMESPACES
13225
13226         * buffer.C (pop_tag): tie is in namespace boost
13227
13228         * BufferView.h: noncopyable is in namespace boost
13229         * lyxlex.h: ditto
13230         * lyx_main.h: ditto
13231         * lyx_gui.h: ditto
13232         * layout.h: ditto
13233         * lastfiles.h: ditto
13234         * bufferlist.h: ditto
13235         * ShareContainer.h: ditto
13236         * LyXView.h: ditto
13237         * LyXAction.h: ditto
13238         * LaTeX.h: ditto
13239
13240 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13241
13242         * Merging changes from BRANCH_MVC back into HEAD.
13243
13244         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
13245
13246 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
13247
13248         * BufferView_pimpl.C: change from intl.C
13249
13250         * combox.h:
13251         * combox.C:
13252         * Makefile.am: move combox.*
13253
13254         * form1.h:
13255         * form1.C:
13256         * lyx_gui.C:
13257         * intl.h:
13258         * intl.C: remove dialog (covered by prefs)
13259
13260 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13261
13262         * lyxfunc.C (Dispatch): removed redundant break statement.
13263
13264 2001-03-14  Juergen Vigna  <jug@sad.it>
13265
13266         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
13267
13268 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13269
13270         * buffer.C: add hack to fix compability reading of minipages.
13271
13272 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
13273
13274         * buffer.C (getLists): Cleanup.
13275
13276 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13277
13278         * lyxfont.C (update): don't honor toggleall on font size.
13279
13280 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
13281
13282         * bmtable.c:
13283         * bmtable.h:
13284         * Makefile.am: moved to frontends/xforms/
13285
13286         * lyx_gui_misc.C:
13287         * lyxfunc.C:
13288         * BufferView_pimpl.C: changes for moved mathpanel
13289
13290 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13291
13292         * gettext.h: fix gettext_init() in --disable-nls
13293
13294 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13295
13296         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
13297
13298 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
13299
13300         * lyx.C:
13301         * lyx.h: strip external form
13302
13303 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13304
13305         * BufferView_pimpl.C: add comment, destroySplash()
13306
13307 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13308
13309         * BufferView_pimpl.C:
13310         * LyXAction.C:
13311         * buffer.C:
13312         * commandtags.h:
13313         * lyxfunc.C: use re-worked insetinclude
13314
13315 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13316
13317         * buffer.C: add using std::stringstream.
13318
13319         * lyx_cb.C: readd using std::ios.
13320
13321         * buffer.C: add using std::map.
13322
13323         * BufferView_pimpl.C: add using std::vector.
13324
13325         * ShareContainer.h: add std:: to swap.
13326
13327         * buffer.h: add some typedefs
13328         * buffer.C (getLists): use them
13329         (getLists): renamed from getTocList.
13330         add a counter for the different float types and use it in the
13331         generated string.
13332         (getLists): use the same counter for the NEW_INSETS and the "non"
13333         NEW_INSETS
13334
13335         * lyx_cb.h: remove unused items, includes, using etc.
13336
13337         * ShareContainer.h: remove some commented code, add more comments
13338         and "documentation".
13339
13340 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13341
13342         * buffer.C (getTocList): make the list also when NEW_INSETS is
13343         defined.
13344
13345         * buffer.h: remove TocType
13346
13347         * buffer.C (getTocList): change to return a map<string,
13348         vector<TocItem> >, implement for dynamic number of list.
13349
13350         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
13351         * text2.C (PasteSelection): adjust
13352         * CutAndPaste.C (pasteSelection): adjust
13353
13354         * FloatList.C (FloatList): update from the new_insets branch.
13355         * Floating.[Ch]: ditto
13356         * LaTeXFeatures.C: ditto
13357         * buffer.C: ditto
13358         * lyxlex_pimpl.C: ditto
13359
13360         * paragraph.C (Last): remove when NEW_INSETS is defined.
13361
13362         * other file: changes because of the above.
13363
13364 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13365
13366         * lyxparagraph.h: rename next to next_, previous to previous_,
13367         make them private for NEW_INSETS. Rename Next() to next(),
13368         Previous() to previous().
13369
13370         * other files: changes because of the above.
13371
13372 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
13373
13374         * BufferView.h:
13375         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
13376         problem.
13377
13378 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13379
13380         * main.C (main): pass lyx_localedir to gettext_init().
13381
13382         * gettext.h: remove locale_init and gettext_init macros
13383
13384         * gettext.C (locale_init): new function
13385         (gettext_init): new function
13386
13387         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
13388         setlocale().
13389
13390 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
13391
13392         * Moved credits to frontends:
13393         * credits.[Ch]: removed
13394         * credits_form.[Ch]: removed
13395         * lyx_gui_misc.C: remove credits stuff
13396         * Makefile.am:
13397
13398 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13399
13400         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
13401
13402         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
13403         unneeded destructor.
13404
13405         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
13406         a standalone pointer again.
13407
13408         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
13409
13410 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
13411
13412         * Makefile.am:
13413         * filedlg.h:
13414         * filedlg.C:
13415         * LyXAction.C:
13416         * ToolbarDefaults.C:
13417         * bufferlist.C:
13418         * commandtags.h:
13419         * form1.C:
13420         * form1.h:
13421         * lyx_cb.C:
13422         * lyx_cb.h:
13423         * lyxfunc.h:
13424         * lyxfunc.C:
13425         * BufferView_pimpl.C: use new file dialog in GUII
13426
13427         * lyx_cb.h:
13428         * lyx_cb.C: remove LayoutsCB to Toolbar
13429
13430 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13431
13432         * ShareContainer.h (get): add std:: qualifier
13433
13434 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13435
13436         * ShareContainer.h: define a proper ShareContainer::value_type
13437         type (and use typename to please compaq cxx)
13438
13439 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13440
13441         * lyxparagraph.h: move serveral local vars to
13442         ParameterStruct/ParagraphParameters., use ShareContainer in
13443         FontTable., make vars in FontTable private and add getter and
13444         setter.
13445
13446         * paragraph.C: changes because of the above.
13447
13448         * lyxfont.h: remove copy constructor and copy assignment. (the
13449         default ones is ok), move number inside FontBits. move inlines to
13450         lyxfont.C
13451
13452         * lyxfont.C: add number to initializaton of statics, move several
13453         inlines here. constify several local vars. some whitespace
13454         cleanup. Dont hide outerscope variables.
13455
13456         * Spacing.h: add two new constructors to match the set methods.
13457
13458         * ShareContainer.h: new file, will perhaps be moved to support
13459
13460         * ParameterStruct.h: new file
13461
13462         * ParagraphParameters.h: new file
13463
13464         * ParagraphParameters.C: new file
13465
13466         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
13467         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
13468
13469         * BufferView_pimpl.C: ParagraphParameter changes.
13470         * buffer.C: Likewise.
13471         * bufferview_funcs.C: Likewise.
13472         * text.C: Likewise.
13473         * text2.C: Likewise.
13474
13475 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13476
13477         * lyxfind.C (LyXReplace): do not redefine default argument in
13478         implementation.
13479         (IsStringInText): ditto
13480         (SearchForward): ditto
13481         (SearchBackward): ditto
13482
13483 2001-03-06  Juergen Vigna  <jug@sad.it>
13484
13485         * lyxfind.C (IsStringInText): put parentes around expressions.
13486
13487 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
13488
13489         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
13490
13491 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
13492
13493         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
13494
13495         * stl_string_fwd.h: add comment
13496
13497         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
13498
13499         * tabular.h:
13500         * tabular.C: remove unused DocBook methods
13501
13502         * intl.C:
13503         * language.C:
13504         * paragraph.C:
13505         * buffer.C:
13506         killed DO_USE_DEFAULT_LANGUAGE
13507
13508 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13509
13510         * lyx_gui.C: do not include language.h.
13511
13512         * bufferview_funcs.C (ToggleAndShow): do not provide optional
13513         arguments in function implementation.
13514
13515 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13516
13517         * BufferView_pimpl.C: add <ctime>
13518
13519 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13520
13521         * BufferView_pimpl.C: add using std::find_if
13522
13523 2001-02-27  José Matos  <jamatos@fep.up.pt>
13524
13525         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
13526         by OnlyPath.
13527
13528 2001-02-11  José Matos  <jamatos@fep.up.pt>
13529
13530         * buffer.C (makeDocBookFile): command styles now have a parameter as
13531         "title" by default.
13532
13533 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
13534
13535         * layout_forms.[Ch]: removed
13536         * lyx_cb.[Ch]: out character
13537         * lyx_gui.C: out character
13538         * lyx_gui_misc.C: out character
13539         * bufferview_funcs.C: : out character,
13540         added toggleall as parameter in ToggleAndShow
13541
13542 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
13543
13544         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
13545
13546         * text2.C (SetCurrentFont): Disable number property at boundary.
13547
13548 2001-02-26  Juergen Vigna  <jug@sad.it>
13549
13550         * lyxfunc.C (getStatus): added a string argument override function so
13551         that this is correctly called from LyXFunc::Dispatch if it contains a
13552         do_not_use_argument which is used!
13553         (Dispatch): added check for "custom" export and call appropriate func.
13554
13555 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
13556
13557         * lyxrc.C: Add language_command_local, language_use_babel and
13558         language_global_options.
13559
13560         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
13561
13562         * buffer.C (makeLaTeXFile): Use language_use_babel and
13563         language_global_options.
13564
13565 2001-02-23  Juergen Vigna  <jug@sad.it>
13566
13567         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
13568         which works with LyXText and putted it inside BufferView. Here now we
13569         only call for that part the BufferView::Dispatch() function.
13570
13571         * BufferView.C (Dispatch): added.
13572
13573         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
13574         functions which needs to use a LyXText over from LyXFunc.
13575         (MenuInsertLyXFile): added
13576         (getInsetByCode): added
13577         (moveCursorUpdate): added
13578         (static TEXT): added
13579
13580 2001-02-22  Juergen Vigna  <jug@sad.it>
13581
13582         * BufferView_pimpl.C (update): call a status update to see if LyXText
13583         needs it.
13584
13585 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13586
13587         * vc-backend.C (revert): implement for CVS
13588         (getLog): implement for CVS
13589
13590 2001-02-20  Juergen Vigna  <jug@sad.it>
13591
13592         * text2.C (ClearSelection): added BufferView param for inset_owner call
13593
13594         * lyxfunc.C (TEXT): added this function and use it instead of
13595         directly owner->view()-text of getLyXText().
13596
13597 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
13598
13599         * src/layout_forms.C: out preamble
13600         * src/layout_forms.h: out preamble
13601         * src/lyx_cb.C: out preamble
13602         * src/lyx_cb.h: out preamble
13603         * src/lyx_gui.C: out preamble
13604         * src/lyx_gui_misc.C: out preamble
13605         * src/lyxfunc.C: connect with guii preamble
13606
13607 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
13608
13609         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
13610
13611 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
13612
13613         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
13614         whether to run bibtex.
13615
13616 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
13617
13618         * Makefile.am (lyx_SOURCES): Remove BackStack.h
13619
13620 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13621
13622         * Makefile.am (lyx_SOURCES): removed bibforms.h
13623
13624         * vspace.h: doxygen
13625
13626         * text.C (GetVisibleRow): make several local vars const
13627
13628         * tabular.C: small cleanup.
13629
13630         * lyxserver.C (callback): use compare instead of strncmp
13631
13632         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
13633         inlines to after class or to paragraph.C
13634
13635         * lyxfont.h: remove friend operator!=
13636
13637         * converter.h: move friend bool operator< to non friend and after
13638         class def.
13639
13640         * combox.h: small cleanup
13641
13642         * buffer.h: doxygen, remove unused constructor, move inclas inlies
13643         to inlines after class def.
13644
13645         * buffer.C (pop_tag): use string operations instead of strcmp
13646
13647         * bmtable.c: doxygen, small cleanup
13648
13649         * LaTeX.h: remove friend operator==
13650
13651 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
13652
13653         * screen.C:
13654         * lyxrc.[Ch]:
13655         * lyxfunc.C:
13656         * lyxfont.[Ch]:
13657         * lyx_cb.C:
13658         * intl.[Ch]:
13659         * commandtags.h:
13660         * buffer.C:
13661         * WorkArea.[Ch]:
13662         * LyXAction.C:
13663         * BufferView_pimpl.C:
13664         * BufferView.[Ch]: remove cruft
13665
13666 2001-02-14  Juergen Vigna  <jug@sad.it>
13667
13668         * lyxfunc.C: removed #if 0 unused code
13669
13670         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
13671
13672         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
13673
13674         * text2.C (SetSelection): added a BufferView * parameter
13675
13676 2001-02-13  Juergen Vigna  <jug@sad.it>
13677
13678         * lyxfunc.C (Dispatch): fixed protected blank problem.
13679         * BufferView2.C (protectedBlank): added LyxText * parameter.
13680
13681         * tabular.C (AppendRow): forgot to set row_info of newly added row.
13682         (AppendColumn): same as above for column_info.
13683
13684         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
13685         (moveCursorUpdate): use a LyXText param for support of InsetText.
13686
13687         * BufferView_pimpl.C (doubleClick): added support for InsetText.
13688         (tripleClick): ditto
13689
13690         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
13691
13692         * BufferView_pimpl.C (update): added LyXText param to honor insets.
13693
13694         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
13695
13696         * text2.C (SetSelection): set correct update status if inset_owner
13697         (ToggleFree): ditto
13698
13699 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13700
13701         * tabular.C: remove some commented code.
13702
13703 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
13704
13705         * BufferView_pimpl.C: call hideSplash()
13706
13707         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
13708
13709         * include_form.h:
13710         * bibforms.h: remove
13711
13712         * lyxfunc.C:
13713         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13714           add LFUN_CHILD_CREATE
13715
13716         * counters.h: fix tiny typo
13717
13718         * lyx_cb.C:
13719         * lyx.h:
13720         * lyx_gui.C:
13721         * lyx.C: move splash to frontends/xforms/
13722
13723         * lyx_gui_misc.C: move Include and Bibform to frontends
13724
13725         * lyxvc.h: clarify comment
13726
13727         * vspace.C: tiny housekeeping
13728
13729 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13730
13731         * text.C (PrepareToPrint): RTL Fix.
13732
13733         * paragraph.C (GetUChar): New method.
13734         (String):  Use GetUChar.
13735
13736         * buffer.C (asciiParagraph): Use GetUChar.
13737
13738 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13739
13740         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13741
13742 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13743
13744         * buffer.h:
13745         * buffer.C: rename to getLogName(), handle
13746           build log / latex log nicely
13747
13748 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13749
13750         * MenuBackend.C:
13751         * MenuBackend.h: remove support for reference menuitem type.
13752
13753 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13754
13755         * BufferView_pimpl.C: housekeeping
13756         * BufferView_pimpl.h:
13757         * LyXView.h:
13758         * Makefile.am:
13759         * Timeout.C:
13760         * Timeout.h:
13761         * minibuffer.h: move Timeout GUI-I
13762
13763 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13764
13765         * lyxrc.C (read): Update converters data-structures.
13766
13767 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13768
13769         * LaTeX.h (operator!=): add operator != for Aux_Info
13770
13771 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13772
13773         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13774
13775         * LaTeXLog.C: deleted, useful code moved to Buffer
13776
13777         * buffer.h:
13778         * buffer.C: new function getLatexLogName()
13779
13780         * lyx_gui_misc.C:
13781         * lyx_gui.C:
13782         * lyxvc.C:
13783         * lyxvc.h:
13784         * lyxfunc.C: use frontends for LaTeX and VC logs
13785
13786 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13787
13788         * LaTeX.h: yet another std:: that Allan forgot.
13789
13790         * Variables.C (set): renamed from isset(), because this clashes
13791         with some HP-UX macros (grr).
13792
13793 2001-02-06  Allan Rae  <rae@lyx.org>
13794
13795         * LaTeX.h: Another bug fix.  Missing std:: this time.
13796
13797 2001-02-04  Allan Rae  <rae@lyx.org>
13798
13799         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13800         floats problem. I've left it commented out because it's not quite
13801         correct.  It should also test that the current object is a table or
13802         figure inset.  But I haven't gotten around to figuring out how to do
13803         that.  I *think* it'll be something like: "table" == inset.type()
13804
13805         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13806         bool.
13807
13808 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13809
13810         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13811         all the citation/databases/styles in the auxilary file.
13812         (run): Rerun latex if there was a babel language error.
13813
13814 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13815
13816         * text.C (Backspace): Preserve the font when changing newline char
13817         with a space.
13818         (BreakParagraph): If the cursor is before a space, delete the space.
13819
13820         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13821
13822 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13823
13824         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13825         new argument (code).
13826         (ChangeCitationsIfUnique): New method.
13827
13828         * paragraph.C (GetPositionOfInset): Handle bibkey.
13829
13830 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13831
13832         * BufferView_pimpl.h: change type of Position::par_pos to
13833         LyXParagraph::size_type.
13834
13835 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13836
13837         * BufferView_pimpl.C (savePosition, restorePosition): Write
13838         messages to minibuffer.
13839
13840 2001-01-28  José Matos  <jamatos@fep.up.pt>
13841
13842         * buffer.C (makeDocBookFile): adds support for document language.
13843         A silly restriction on the name of LatexCommand types where removed.
13844         Added support for CDATA sections, allows to chars unescaped, used
13845         among others in code, to avoid escape < and >.
13846
13847 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13848
13849         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13850         saved positions instrad of a stack. Furthermore, a position is
13851         stored using paragraph id/paragraph position.
13852
13853         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13854         Remove LFUN_REF_BACK.
13855
13856 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13857
13858         * converter.C (dvipdfm_options): New method.
13859
13860 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13861
13862         * vspace.C (isValidLength): Fix for empty input string.
13863
13864 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13865
13866         * LyXAction.C (init): change description of LFUN_FIGURE to
13867         "Insert Graphics"
13868
13869 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13870
13871         * LaTeX.C: add using directive
13872
13873 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13874
13875         * MenuBackend.C (expand): Fix the sorting of the formats.
13876
13877 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13878
13879         * lyx_main.C: tiny error message fix
13880
13881 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13882
13883         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13884         calling fl_initialize(). This fixes the problem with ',' as
13885         decimal separator in text files.
13886
13887 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13888
13889         * trans.C (process): Fix the keymap bug.
13890
13891 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13892
13893         * LaTeX.C (scanAuxFiles): New method. Provides support for
13894         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13895         (scanLogFile) Scan for "run BibTeX" messages.
13896
13897         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13898         OT1 font encoding. Also, load the aecompl package if the ae
13899         package is loaded.
13900
13901         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13902
13903 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13904
13905         * texrow.C (increasePos): turn two error messages into debug
13906         messages.
13907
13908 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13909
13910         * LaTeX.C (scanAux): Handle the \@input macro.
13911         (runBibTeX): Use scanAux().
13912
13913         * language.C (latex_options_): New field.
13914
13915         * LaTeXFeatures.C (getMacros): Add language macros.
13916
13917         * buffer.C (makeLaTeXFile): Small fix.
13918
13919 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13920
13921         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13922
13923         * text2.C: add a using directive.
13924
13925 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13926
13927         * BufferView2.C:
13928         * lyx_gui_misc.h:
13929         * lyxfr1.C:
13930         * lyxfunc.C: kill LyXBell.
13931
13932 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13933
13934         * text.C (IsBoundary): Remove the error message
13935
13936         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13937
13938         * lyxrc.C (setDefaults): Correct initialization value for
13939         font_norm_type.
13940
13941 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13942
13943         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13944         gotoError().
13945
13946         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13947         and GotoNextNote().
13948
13949         * src/LyXAction.C: Added reference-next.
13950
13951         * text.C (InsertChar): Use contains instead of strchr.
13952
13953         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13954
13955 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13956
13957         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13958         alignment commands (when needed).
13959
13960         * text.C (InsertChar): Add ':' to number separator chars.