]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
The deed is done.
[lyx.git] / src / ChangeLog
1
2 2003-11-10  André Pönitz  <poenitz@gmx.net>
3
4         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
5         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
6         indicate that the cursor needs to leave an inset
7
8         * lyxtext.h: remove inset locking
9
10         * cursor.[Ch]: re-implement functionality provided by inset locking
11
12         * BufferView.[Ch]:
13         * BufferView_pimpl.[Ch]:
14         * LyXAction.C:
15         * bufferview_funcs.[Ch]:
16         * factory.C:
17         * funcrequest.[Ch]:
18         * iterators.C:
19         * lyx_cb.C:
20         * lyxfind.C:
21         * lyxfunc.C:
22         * text.C:
23         * text2.C:
24         * text3.C:
25         * undo.C: adjust
26
27 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
28
29         * PosIterator.[Ch]: replace the stack with a vector, add inset 
30         accesor
31         * iterators.[C]: adjust
32
33 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
34
35         * lyxfind.C (replaceAll): mark the buffer dirty if something was
36         replaced
37         * paragraph_funcs.C (readParToken): put the correct id in the
38         error item, not the id of the top paragraph
39
40 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
41
42         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
43         * bufferview_funcs.C (put_selection_at): use the above
44
45 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
46
47         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
48
49 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
50
51         * output_linuxdoc.h: 
52         * output_plaintext.h: 
53         * output.h: 
54         * output_docbook.h: add #include statements
55
56 2003-11-05  José Matos  <jamatos@lyx.org>
57
58         * output_docbook.[Ch]:
59         * output_latex.[Ch]:
60         * output_linuxdoc.[Ch]:
61         * output_plaintext.[Ch]: New files for output formats.
62         * output.[Ch]: New file for helper functions.
63
64         * buffer.[Ch]:
65         * paragraph_funcs.[Ch]: output functions moved to new files.
66
67         * outputparams.h: rename of latexrunparams.h
68
69         * LaTeX.[Ch]:
70         * buffer.[Ch]:
71         * bufferlist.[Ch]:
72         * converter.[Ch]:
73         * exporter.C:
74         * paragraph.[Ch]:
75         * paragraph_funcs.[Ch]:
76         * paragraph_pimpl.[Ch]:
77         * tabular.[Ch]: rename ascii to plaintext
78         and LatexRunParams to OutputParams.
79         
80 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
81
82         * iterators.[Ch] (text): require bv argument
83         * undo.C (recordUndo): 
84         * lyxfunc.C (dispatch): 
85         * bufferview_funcs.C (put_selection_at): adjust
86
87 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
88
89         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
90
91 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
92
93         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
94         nestings
95
96 2003-11-04  André Pönitz  <poenitz@gmx.net>
97
98         * cursor.[Ch]: restructure
99
100         * BufferView.[Ch]:
101         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
102
103         * iterators.[Ch] (asCursor): remove
104
105         * lfuns.h: remove LFUN_INSET_EDIT
106
107         * lyxfunc.C:
108         * tabular.C:
109         * text.C:
110         * text2.C:
111         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
112
113 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
114
115         * lyxfind.[Ch]: complete overhaul
116         * BufferView_pimpl.C:
117         * lyxfunc.C: adjust
118         * paragraph.[Ch] (insert): add
119
120 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
121
122         * BufferView.[Ch]:
123         * lyxtext.h:
124         * text.C: remove dead spellcheck code
125         
126 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
127
128         * dispatchresult.h: add a val setter
129
130         * cursor.C (dispatch): use a tempvar for data_[i]
131
132 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
133
134         * PosIterator.[Ch]: compile fix
135
136 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
137
138         * text.C (cursorPar): deactivate the cursor cache
139
140 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
141
142         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
143
144 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
145
146         * text3.C (dispatch): adjust for new DisptchResult semantics.
147
148         * lyxfunc.C (dispatch): handle update when return from
149         Cursor::dispatch, adjust for new DispatchResult semantics.
150
151         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
152         DispatchResult(true) mean to not update. Add class functions for
153         setting dispatched and update, as well as reading.
154
155         * cursor.C (dispatch): don't handle update here
156
157 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
158
159         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
160         * trans_mgr.C: adjust
161
162         * paragraph_funcs.C (readParToken): exception safety
163
164         * lyxvc.h: store the vcs pointer in a scoped_ptr
165         * lyxvc.C: adjust
166
167         * lyxsocket.C (serverCallback): exception safety
168
169         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
170
171         * ispell.C (clone): make it return a auto_ptr
172
173         * factory.C (createInset): exception safety
174         (readInset): exception safety
175
176         * bufferlist.C (newBuffer): exception safety
177
178         * Thesaurus.C (Thesaurus): use initialization for aik_
179
180         * MenuBackend.C (expandToc): exception safety.
181
182 2003-11-03  André Pönitz  <poenitz@gmx.net>
183
184         * buffer.C:
185         * buffer.h:
186         * bufferview_funcs.C: remove getInsetFromId()
187
188         * lyxcursor.[Ch]:
189         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
190
191         * lyxfunc.C:
192         * text2.C:
193         * text3.C: adjust
194
195 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
196
197         * PosIterator.C (distance, advance): new
198         * bufferview_funcs.[Ch] (put_selection_at): new
199         * iterators.[Ch] (lockPath): new
200
201 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
202
203         * iterators.[Ch] (asPosIterator): added
204         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
205         * PosIterator.[Ch]: added
206
207 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
208
209         * text3.C:
210         * lyxfunc.C:
211         * cursor.C (dispatch):
212         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
213
214         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
215         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
216         contructor, add a class function dispatched. Remove operator>=
217
218 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
219
220         * debug.C: only use the default constructor for debugstream
221         (lyxerr) here.
222
223         * main.C (main): include debug.h and setup the lyxerr streambuf
224         here.
225
226 2003-10-31  José Matos  <jamatos@lyx.org>
227
228         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
229
230         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
231         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
232         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
233         * paragraph_pimpl.C (simpleTeXSpecialC):
234         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
235         add LatexRunParams argument.
236
237         * exporter.C (Export): change call accordingly.
238
239         * latexrunparams.h: add new member to take care of the other backends.
240 2003-10-30  José Matos  <jamatos@lyx.org>
241
242         * buffer.C (makeLinuxDocFile, makeDocBookFile):
243         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
244         factorise code for paragraph output.
245         * buffer.[Ch]:
246         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
247         move functions.
248
249 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
250
251         * text3.C (dispatch):
252         * lyxfunc.C (dispatch):
253         * cursor.C (dispatch):
254         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
255
256         * dispatchresult.h: make the dispatch_result_t ctor explicit
257
258 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
259
260         * sgml.[Ch]:
261         * buffer.C: small refactoring of docbook stuff
262
263 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
264
265         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
266         meaning.
267
268 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
269
270         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
271         operator dispatch_result_t, and operators for == != and >=
272
273         * cursor.C (dispatch): adjust for operator dispatch_result_t
274         removal. comment out call to update
275
276         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
277
278 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
279
280         * text3.C:
281         * text2.C:
282         * text.C:
283         * lyxtext.h:
284         * lyxfunc.C:
285         * cursor.C:
286         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
287         (dispatch):
288
289         * dispatchresult.h: new file, DispatchResult broken out of
290         insets/insetbase.h
291
292         * Makefile.am (lyx_SOURCES): add dispatchresult.h
293
294 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
295
296         * text.C (rowBreakPoint): put a hack inside #if 0
297
298 2003-10-28  André Pönitz  <poenitz@gmx.net>
299
300         * lyxtext.h:
301         * metricsinfo.C:
302         * paragraph_funcs.C:
303         * rowpainter.C:
304         * text.C:
305         * text2.C: general cleanup (lots of small stuff)
306
307 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
308
309         * text2.C (cursorEnd): simple fix to the "end key goes to one
310         before the end on last row" bug
311
312 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
313
314         * text.C (backspace): fix the "zombie characters"
315
316 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
317
318         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
319
320 2003-10-27  André Pönitz  <poenitz@gmx.net>
321
322         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
323
324         * factory.C: handle new InsetPagebreak, InsetLine
325
326         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
327         and move handling into new InsetPagebreak, InsetLine
328
329         * BufferView_pimpl.C:
330         * LyXAction.C:
331         * ParagraphParameters.C:
332         * ParameterStruct.h:
333         * lyxfunc.C:
334         * lyxtext.h:
335         * paragraph.C:
336         * paragraph.h:
337         * paragraph_funcs.C:
338         * paragraph_pimpl.C:
339         * rowpainter.C:
340         * text.C:
341         * text2.C:
342         * text3.C: adjust
343
344 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
345
346         * text.C:
347         * lyxrow_funcs.[Ch]:
348         * Bidi.C:
349         * paragraph.C:
350         * lyxtext.h:
351         * rowpainter.C:
352         * text2.C:
353         * text3.C: remove lastPos uses in favour of Row::endpos
354
355 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
356
357         * undo.C (performUndoOrRedo): fix two crashes by setting a
358         cursor by hand and reordering some calls. Use bv->lockInset instead
359         of inset->edit because the latter loses cursor information
360
361 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
362
363         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
364         by Martin
365         (rowBreakPoint): fix width. change point to point + 1.
366         Add a missing check.
367
368 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
369
370         * MenuBackend.C:
371         * lyxfunc.C: fix (at least partly) the problems
372         with the Nav menu and headers inside branch insets
373         reported by Kayvan
374
375 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
376
377         * paragraph.C (getChar): add strong asserts
378
379         * lyxrow_funcs.C (lastPos): remove hideous hack
380
381         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
382         (fill): adjust to that (avoid an infinite loop)
383
384 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
385
386         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
387
388 2003-10-23  André Pönitz  <poenitz@gmx.net>
389
390         * RowList_fwd.h: change list<> to vector<> to gain speed
391         after suggestion from Alfredo
392
393 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
394
395         * lyxtext.h: move the bidi stuff from here...
396         * text.C: and here
397         * text2.C: and here
398         * Bidi.[Ch]: ... to here
399
400 2003-10-23  André Pönitz  <poenitz@gmx.net>
401
402         * lyxtext.h:
403         * text.C (isLastRow, isFirstRow): new functions
404
405         * paragraph.h: new width cache member
406
407         * rowpainter.C: replace RowList::iterator with Row & where possible
408
409         * lyxfunc.C: replace several view()->text with a single call
410
411         * toc.C: fix 'unused' warning
412
413 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
414
415         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
416         when woring with stream::pos_type
417         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
418
419 2003-10-22  André Pönitz  <poenitz@gmx.net>
420
421         * lyxtext.h:
422         * text.C: use Row & instead of RowList::iterator
423
424         * lyxrow.h: rename end() to endpos()
425
426         * rowpainter.C:
427         * text.C:
428         * text2.C: adjust
429
430 2003-10-22  Angus Leeming  <leeming@lyx.org>
431
432         * buffer.[Ch] (fully_loaded): new member function, returning true
433         only when the file has been loaded fully.
434         Used to prevent the premature generation of previews and by the
435         citation inset to prevent computation of the natbib-style label.
436
437         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
438         templates are all set up.
439
440         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
441
442 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
443
444         * text.C: fixed an "oops" in the "is a bit silly"
445         bug fix
446
447 2003-10-21  André Pönitz  <poenitz@gmx.net>
448
449         * FuncStatus.[Ch]: small stuff, whitespace
450
451         * lyxfont.[Ch]: operator<<() for debug reasons
452
453         * lyxfunc.C:
454         * lyxrow_funcs.C:
455         * lyxtext.h: whitespace, spelling
456
457         * paragraph.C: naming of variables
458
459         * text.C:
460         * text2.C: small stuff
461
462
463 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
464
465         * text.C: (1) finish off the inset display() work;
466         (2) fix the "is a bit silly" bug (accessing char
467         past end of par).
468
469 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
470
471         * text.C: re-introduce display() for insets, fixing the
472         various bugs (stretch of line above, math inset
473         positioning, ...)
474
475 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
476
477         * text.C (rightMargin): remove spurious semicolon
478
479         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
480         1415)
481
482 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
483
484         * text3.C: fix one crash due to wrong cursor def
485
486 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
487
488         * vc-backend.C (scanMaster): make the regex static
489
490         * LaTeX.C (scanAuxFile): make the regexs static
491
492         * text3.C (doInsertInset, dispatch, dispatch):
493         * text2.C (cursorUp, cursorDown):
494         * text.C (selectNextWordToSpellcheck):
495         * BufferView_pimpl.C (dispatch):
496         * lyxfunc.C (dispatch):  localDispatch -> dispatch
497
498 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
499
500         * lyxsocket.C: include <cerrno>
501
502 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
503
504         * lyxfunc.C (dispatch): remove textcache stuff
505
506         * bufferlist.C (release): remove textcache stuff
507         (closeAll): ditto
508
509         * TextCache.C: delete file
510         * TextCache.h: delete file
511
512         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
513
514         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
515         delete of the bv_->text.
516         (resizeCurrentBuffer): remove texcache stuff
517         (workAreaResize): ditto
518
519 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
520
521         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
522         action.
523
524 2003-10-16  André Pönitz  <poenitz@gmx.net>
525
526         * lyxrow.[Ch]:
527         * paragraph.h:
528         * rowpainter.C:
529         * text.C:
530         * text2.C:
531         * text3.C: speed up by storing y positions per paragraph plus per-row
532         offset instead of having a 'full' y position in the row.
533
534 2003-10-15  André Pönitz  <poenitz@gmx.net>
535
536         * iterators.[Ch]:
537         * iterators.[Ch]:
538         * undo.[Ch]: make undo aware of inner insets
539
540 2003-10-14  Angus Leeming  <leeming@lyx.org>
541
542         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
543         static member functions LyX::ref() and LyX::cref.
544         (lastfiles): new accessor functions for the new lastfiles_ member var.
545         (addLyXView, views_): add a new LyXView to the list of views_.
546         (updateInset): loop over all LyXViews to call their own updateInset
547         member function, returning a pointer to the Buffer owning the inset.
548
549         * BufferView_pimpl.C (loadLyXFile):
550         * MenuBackend.C (expandLastfiles):
551         * bufferlist.C (MenuWrite, QuitLyX):
552         lastfiles is no longer a global variable.
553         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
554
555         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
556         static function. Access through LyX::cref().emergencyCleanup().
557
558 2003-10-14  André Pönitz  <poenitz@gmx.net>
559
560         * iterators.[Ch]: new direct access to innermost LyXText and Inset
561
562         * undo.[Ch]: restoring part of 'undo in insets'
563
564         * Makefile.am:
565         * undo_funcs.[Ch]: merge with undo.[Ch]
566
567         * tabular.C: small cleansing stuff
568
569 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
570
571         * paragraph_funcs.C (readParToken): report unknown insets as error
572         boxes. Use the outer paragraph as location (also for unknown
573         tokens).
574
575         * factory.C (readInset): do not abort on reading an unknown inset.
576         Eat it and return 0.
577
578 2003-10-13  Angus Leeming  <leeming@lyx.org>
579
580         * lyx_main.C (LyX): remove call to setDisplayTranslator().
581
582         * lyxrc.C: displayTranslator is now a function,
583         declared in GraphicsTypes.h.
584
585 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
586
587         * format.C: new placeholder $$a to pass the socket address.
588
589         * bufferlist.[Ch]: new function getBufferFromTmp.
590
591         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
592           files in the temporary dir.
593
594 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
595
596         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
597
598         * Makefile.am: add lyxsocket.[Ch].
599
600         * lyx_main.C (error_handler): handle SIGPIPE.
601
602 2003-10-13  André Pönitz  <poenitz@gmx.net>
603
604         * BufferView_pimpl.C:
605         * lyxtext.h:
606         * text.C:
607         * text2.C:
608         * text3.C:
609         * undo_funcs.[Ch]: use paroffset_type instead of
610           ParagraphList::iterators to prevent multiple conversion
611           (and get a more robust interface)
612
613 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
614
615         * lyxfunc.C (dispatch): RESULT -> dispatch_result
616         * lyxtext.h: ditto
617         * text3.C (dispatch): ditto
618
619 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
620
621         * LaTeX.C (handleFoundFile): move the static to smaller scope,
622         move the onlyfile, use onlyfile instead of foundfile in a couple
623         of places.
624
625         * DepTable.C (update): flush the error stream a bit more
626
627 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
628
629         * lyxserver.C (callback): adjust
630
631         * lyxfunc.C (getStatus): add a missing brace in commented code
632         (ensureBufferClean): reindent
633         (dispatch): delete version taking a string
634
635 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
636
637         * LaTeX.C (deplog): move found file handlig from here...
638         (handleFoundFile): .. to new function here.
639         (deplog): make sure to discover several files mentioned on the
640         same log line.
641
642 2003-10-10  André Pönitz  <poenitz@gmx.net>
643
644         * lyxfunc.C:
645         * lyxtext.h:
646         * tabular.C:
647         * text.C:
648         * text2.C:
649         * text3.C: fix some of the tabular crashes
650
651 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
652
653         * MenuBackend.C (binding): put debug message into Debug::KBMAP
654
655         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
656
657 2003-10-09  André Pönitz  <poenitz@gmx.net>
658
659         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
660
661         * BufferView.C:
662         * BufferView_pimpl.C:
663         * bufferview_funcs.C:
664         * lyx_cb.C:
665         * lyxcursor.C:
666         * lyxfind.C:
667         * lyxfunc.C:
668         * lyxtext.h:
669         * text.C:
670         * text2.C:
671         * text3.C:
672         * text_funcs.[Ch]:
673         * textcursor.[Ch]:
674         * undo_funcs.C: adjust
675
676 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
677
678         * text2.C (incrementItemDepth): new function, use a backtracking
679         algorithm to discover the correct item depth.
680         (resetEnumCounterIfNeeded): new function, use a backtracking
681         algorithm to discover if counter reset is needed.
682         (setCounter): use them. Simplify a bit. Add different labels for
683         different item depths for itemize.
684
685         * paragraph.C (Paragraph): remove initialization of enumdepth
686         (operator=): ditto
687
688         * paragraph.h: get rid of enumdepth, and use itemdepth both for
689         enumerate and itemize. Change the type of itemdepth to signed char.
690
691 2003-10-08  André Pönitz  <poenitz@gmx.net>
692
693         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
694           thing assignable.
695         * text.C:
696         * text2.C: adjust
697
698         * tabular.[Ch]: fix crash after 'row-insert'
699
700 2003-10-08  Angus Leeming  <leeming@lyx.org>
701
702         Fix doxygen warnings.
703
704         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
705         Remove CutAndPaste:: prefix from header file declaration.
706
707         * LColor.h (fill): remove LColor:: prefix from declaration.
708
709         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
710         use lyx::depth_type rather than Paragraph::depth_type so that
711         header file and .C file match.
712
713         * converter.h (intToFormat): remove Converters:: prefix from declaration.
714
715         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
716         * aspell.C: \file aspell_local.C -> \file aspell.C
717         * gettext.C: \file gettext.C -> \file src/gettext.C
718         * gettext.h: \file gettext.h -> \file src/gettext.h
719         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
720         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
721         * text.C: \file text.C -> \file src/text.C
722
723         * toc.C: move comment so that doxygen is not confused.
724
725 2003-10-07  Angus Leeming  <leeming@lyx.org>
726
727         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
728
729 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
730
731         * aspell.C:
732         * aspell_local.h: add forgotten std::string's.
733
734 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
735
736         * LaTeXFeatures.C:
737         * LyXAction.C:
738         * factory.C:
739         * lfuns.h:
740         * lyxfunc.C:
741         * text3.C: The Box patch. Fancybox support, minipage, parbox
742
743 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
744
745         * CutAndPaste.h:
746         * DepTable.h:
747         * FloatList.h:
748         * LaTeXFeatures.h:
749         * ParagraphParameters.h:
750         * TextCache.h:
751         * Thesaurus.h:
752         * bufferlist.h:
753         * exporter.h:
754         * importer.h:
755         * lastfiles.h:
756         * lyxfind.h:
757         * lyxfont.h:
758         * lyxlex.h:
759         * lyxtextclasslist.h:
760         * messages.h:
761         * paragraph.h:
762         * paragraph_pimpl.C:
763         * textcursor.h: add <string> and other small fixes to make Lars'
764         std::string patch compile with STLport.
765
766 2003-10-06  Angus Leeming  <leeming@lyx.org>
767
768         * LColor.h: Add missing #include <string>.
769
770 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
771
772         * All most all file in all subdirs: Make <string> be the prefered
773         way of getting to std::string, add using declarations.
774
775 2003-10-06  André Pönitz  <poenitz@gmx.net>
776
777         * metricsinfo.C: initialize LyXFont before changing attribute.
778         (fixes the 'math in \emph is upright' bug)
779
780 2003-10-06  André Pönitz  <poenitz@gmx.net>
781
782         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
783
784 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
785
786         * graph.C:
787         * paragraph_pimpl.C: Small fixes to build using STLport
788
789 2003-10-02  André Pönitz  <poenitz@gmx.net>
790
791         * lyxfunc.C:
792         * text3.C: move handling of LFUN_DEPTH *; fix #1360
793
794 2003-10-01  André Pönitz  <poenitz@gmx.net>
795
796         * factory.C: assert early
797
798 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
799
800         * lyx_main.C: remove the global debug object
801
802         * debug.h: adjust for new debugstream
803
804         * debug.C: adjust for new debugstream and keep the global debug
805         object here.
806
807 2003-09-22  Angus Leeming  <leeming@lyx.org>
808
809         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
810         of g++ which otherwise complain that the scoped_ptr destructor can't delete
811         an incomplete class LyXFont.
812
813 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
814
815         * factory.C: bug fix in branches
816
817 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
818
819         * lyxfunc.C (processKeySym): adjust
820         (dispatch): adjust
821         (dispatch): change arg name from ev to func, adjust
822         (sendDispatchMessage): ditto
823
824         * lyx_main.C (defaultKeyBindings): adjust keybindings
825         (deadKeyBindings): ditto
826
827         * kbsequence.C (addkey): return a FuncRequest
828
829         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
830
831         * kbmap.C (bind): take a FuncRequest as arg, adjust
832         (read): adjust
833         (lookup): adjust
834         (defkey): change to take a FuncRequest as arg, adjust
835         (findbinding): take a FuncRequest as arg, adjust.
836
837         * funcrequest.h (operator=): added
838
839         * funcrequest.C (FuncRequest): default kb_action changed from
840         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
841
842         * buffer.C (dispatch): simplify
843         (dispatch): adjust to take a FuncRequest as arg, adjust
844
845         * boost.C (assertion_failed): change assertion message slightly
846
847         * ToolbarBackend.C (read): simplify
848
849         * MenuBackend.C (binding): adjust call to findbinding, add a
850         message if no binding is found.
851         (read): simplify
852         (expandToc): correct by adding a empty FuncRequest
853
854         * LyXAction.C: include <boost/assert.hpp>
855         (isPseudoAction): delete function
856         (LookupFunc): change name to...
857         (lookupFunc): this. change return type to FuncRequest.
858         (getActionName): take kb_action as arg, simplify
859         (funcHasFlag): add an assert, simplify.
860
861 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
862
863         * toc.C (action): return a FuncRequest, simplify
864
865         * lyxfunc.C (processKeySym): adjust
866         (getStatus): delete version that takes an int.
867         (getStatus): adjust
868         (dispatch): delete version that takes action as int
869         (dispatch): adjust
870         (sendDispatchMessage): simplify and adjust
871
872         * funcrequest.C (getArg): take unsigned int as arg
873
874         * ToolbarBackend.C (read): adjust
875         (add): delete version that takes func as a string.
876         (getIton): take a FuncRequest as arg
877
878         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
879         action.
880
881         * MenuBackend.C (MenuItem): add a new construct that only takes a
882         Kind, simplify the constructor use for submenus.
883         (add): adjust
884         (expandLastfiles): adjust
885         (expandDocuments): adjust
886         (expandFormats): adjust
887         (expandFloatListInsert): adjust
888         (expandFloatInsert): adjust
889         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
890
891         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
892         Remove class variables lyx_pseudo_map and lyx_arg_map
893
894         * LyXAction.C (searchActionArg): delete function
895         (getPseudoAction): delete function
896         (retrieveActionArg): delete function
897         (LookupFunc): make it return kb_action, simplify.
898         (getActionName): simplify
899
900         * factory.C (createInset): fix new bug
901
902 2003-09-19  Angus Leeming  <leeming@lyx.org>
903
904         * CutAndPaste.C (pasteSelection): remove fudge used to set the
905         masterFilename_ parameter in the include inset.
906
907         * factory.C (createInset): changes due to the changes to InsetInclude.
908
909 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
910
911         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
912
913 2003-09-18  Angus Leeming  <leeming@lyx.org>
914
915         * buffer.C:
916         * BufferView.C: pass the buffer when calling Inset::getLabelList,
917         Inset::fillWithBibKeys.
918         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
919
920 2003-09-18  Angus Leeming  <leeming@lyx.org>
921
922         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
923         variables.
924         (ctor): pass and store a 'Buffer const &'
925         (buffer): new member function.
926
927         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
928         '*this' to the LaTeXFeatures ctor.
929
930 2003-09-18  Angus Leeming  <leeming@lyx.org>
931
932         * LColor.h:
933         * lyxfont.C:
934         * lyxfont.h:
935         * lyxtext.h:
936         * text.C: rename EnumLColor as LColor_color.
937
938 2003-09-18  Angus Leeming  <leeming@lyx.org>
939
940         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
941         remove #include "insets/insetbase.h" from cursor.h.
942
943 2003-09-18  Angus Leeming  <leeming@lyx.org>
944
945         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
946         InsetOld_code to remove #include "inset.h".
947
948         * iterators.C: add #include "insets/inset.h"
949
950 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
951
952         * BufferView.C: remove more locking stuff that apparently doesn't
953         do anything sensible.
954
955 2003-09-16  André Pönitz  <poenitz@gmx.net>
956
957         * paragraph.[Ch]:
958         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
959           performance boost.
960
961 2003-09-16  Angus Leeming  <leeming@lyx.org>
962
963         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
964
965         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
966         arg/return type.
967
968         * paragraph.h: remove #include "lyxfont.h". Forward declare
969         LyXFont_size.
970
971 2003-09-16  Angus Leeming  <leeming@lyx.org>
972
973         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
974         of support/textutils.h.
975         (isWord): move the contents of support/textutils.h's IsWordChar here.
976
977         * buffer.C:
978         * lyxfind.C:
979         * rowpainter.C:
980         * text.C:
981         * text2.C: add #include "paragraph.h".
982
983         * rowpainter.C:
984         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
985
986 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
987
988         * main.C:
989         * lyx_main.C:
990         * lyx_cb.C:
991         * buffer.C:
992         * LaTeX.C: use namespace alias for lyx::support::os
993
994 2003-09-16  Angus Leeming  <leeming@lyx.org>
995
996         * bufferparams.C:
997         * bufferview_funcs.C:
998         * factory.C:
999         * lyxfunc.C:
1000         * paragraph_pimpl.C:
1001         * rowpainter.C:
1002         * text.C: add #include "LColor.h".
1003
1004 2003-09-16  Angus Leeming  <leeming@lyx.org>
1005
1006         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
1007         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
1008         return LyXFont &.
1009         Store the FontBits::color variable as an int rather than as an
1010         LColor::colorso that we can move LColor.h out of the lyxfont.h header
1011         file.
1012
1013         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
1014         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
1015         string calls together.
1016
1017         * lyxrc.C: add #include "LColor.h".
1018
1019 2003-09-15  Angus Leeming  <leeming@lyx.org>
1020
1021         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
1022         a cow_ptr.
1023
1024 2003-09-15  Angus Leeming  <leeming@lyx.org>
1025
1026         * LColor.h: add an EnumLColor wrapper for LColor::color.
1027
1028         * lyxfont.[Ch] (color, setColor, realColor):
1029         * lyxtext.h, text.C (backgroundColor):
1030         pass EnumLColor args to/from the functions, rather than LColor::color
1031         ones.
1032
1033         * lyxfont.h:
1034         * lyxtext.h: forward declare EnumLColor.
1035
1036         * lyx_main.C: add #include "LColor.h".
1037
1038 2003-09-15  Angus Leeming  <leeming@lyx.org>
1039
1040         * .cvsignore: add lyx-gtk.
1041
1042 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1043
1044         * Chktex.C
1045         * LaTeX.C
1046         * LaTeXFeatures.C
1047         * ParagraphParameters.C
1048         * Spacing.C
1049         * buffer.C
1050         * bufferparams.C
1051         * bufferview_funcs.C
1052         * chset.C
1053         * counters.C
1054         * funcrequest.C
1055         * lyxfont.C
1056         * lyxgluelength.C
1057         * lyxlength.C
1058         * paragraph.C
1059         * paragraph_funcs.C
1060         * text3.C
1061         * vc-backend.C: remove usage of STRCONV
1062
1063 2003-09-15  Angus Leeming  <leeming@lyx.org>
1064
1065         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
1066         explicitly define the color passed to the painter.
1067
1068 2003-09-15  Angus Leeming  <leeming@lyx.org>
1069
1070         * bufferparams.C (BufferParams): reorder member initializers to avoid
1071         compiler warning.
1072
1073 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
1074
1075         * CutAndPaste.C (pasteSelection): remove an outdated #warning
1076         * text.C (updateRowPositions): remove an unusual nop
1077
1078 2003-09-12  André Pönitz  <poenitz@gmx.net>
1079
1080         * BufferView_pimpl.C:
1081         * Bullet.C:
1082         * layout.h:
1083         * lyxfunc.C:
1084         * lyxlayout.[Ch]:
1085         * lyxtextclass.C:
1086         * rowpainter.C:
1087         * text.C:
1088         * text2.C:
1089         * Counters.[Ch]: finish the 'automatic counters' job
1090
1091 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1092
1093         * aspell.C: include <boost/assert.cpp> (compile fix)
1094
1095 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1096
1097         * boost.C (assertion_failed): use lyx::support::abort instead of
1098         assert.
1099
1100 2003-09-10  Angus Leeming  <leeming@lyx.org>
1101
1102         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
1103         with their _fwd progeny.
1104
1105 2003-09-09  Angus Leeming  <leeming@lyx.org>
1106
1107         134 files throughtout the source tree: replace 'using namespace abc;'
1108         directives with the appropriate 'using abc::xyz;' declarations.
1109
1110 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1111
1112         * boost.C (emergencyCleanup): moved here from LAssert.c
1113         (assertion_failed): new function, called by BOOST_ASSERT
1114
1115         * several files: change Assert to BOOST_ASSERT
1116
1117 2003-09-09  Angus Leeming  <leeming@lyx.org>
1118
1119         * buffer.[Ch]: Add an Impl class and move Buffer's member
1120         variables into it. As a result move several header files out of
1121         buffer.h.
1122
1123         Add header files to lots of .C files all over the tree as a result.
1124
1125 2003-09-09  Angus Leeming  <leeming@lyx.org>
1126
1127         * buffer.[Ch]: make Buffer's member variables private. Add
1128         accessor functions.
1129
1130         Lots of changes all over the tree as a result.
1131
1132 2003-09-08  Angus Leeming  <leeming@lyx.org>
1133
1134         * graph.C: #include <config.h>.
1135
1136 2003-09-08  Angus Leeming  <leeming@lyx.org>
1137
1138         * BranchList.C:
1139         * BufferView.C:
1140         * BufferView_pimpl.C:
1141         * CutAndPaste.C:
1142         * DepTable.C:
1143         * LaTeX.C:
1144         * LaTeXFeatures.C:
1145         * LyXAction.C:
1146         * MenuBackend.C:
1147         * TextCache.C:
1148         * aspell.C:
1149         * buffer.C:
1150         * bufferlist.C:
1151         * changes.C:
1152         * chset.C:
1153         * converter.C:
1154         * counters.C:
1155         * debug.C:
1156         * graph.C:
1157         * ispell.C:
1158         * lyx_cb.C:
1159         * lyxfind.C:
1160         * lyxfunc.C:
1161         * lyxlex_pimpl.C:
1162         * lyxrc.C:
1163         * lyxrow.C:
1164         * paragraph.C:
1165         * rowpainter.C:
1166         * texrow.C:
1167         * text.C:
1168         * text2.C:
1169         * toc.C: remove redundant using directives.
1170
1171 2003-09-07  Angus Leeming  <leeming@lyx.org>
1172
1173         * LaTeXFeatures.h: remove #include "support/types.h".
1174         * ToolbarBackend.h: remove #include <algorithm>.
1175         * changes.h: remove #include <ctime>.
1176         * debug.h: remove #include <iosfwd>.
1177         * graph.h: remove #include "support/std_string.h".
1178         * lyx_main.h: remove #include <csignal>.
1179         * lyxlex_pimpl.h: remove #include <fstream>.
1180         * sgml.h: remove #include <algorithm>, <utility>.
1181         * toc.h: remove #include "support/std_ostream.h".
1182         Add #include <iosfwd>.
1183
1184 2003-09-07  Angus Leeming  <leeming@lyx.org>
1185
1186         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
1187
1188         * converter.h: forward declare LatexRunParams.
1189         * encoding.h: remove #include "lyxrc.h".
1190         * lyxtext.h: remove #include "LColor.h".
1191         * lyxtextclass.h: remove #include "support/types.h".
1192         * trans.h: remove #include "tex-accent.h".
1193         * trans_mgr.h: remove #include "tex-accent.h".
1194         * insets/inset.h: remove #include "support/types.h", <vector>.
1195         * insets/insetcollapsable.h: remove #include "LColor.h".
1196         * insets/insetinclude.h: remove #include "dimension.h".
1197         * insets/insetlatexaccent.h: remove #include "dimension.h".
1198         * insets/insetoptarg.h:: remove #include "insettext.h".
1199         * insets/insettext.h: remove #include "dimension.h",
1200         <boost/shared_ptr.hpp>
1201
1202         * insets/renderers.h: add #include "dimension.h".
1203         * insets/updatableinset.h: add #include "support/types.h".
1204
1205         * many .C files: Associated changes.
1206
1207 2003-09-06  Angus Leeming  <leeming@lyx.org>
1208
1209         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
1210         one, inside testInvariant.
1211
1212         * PrinterParams.C: new file.
1213         * PrinterParams.[Ch]: move the function bodies out of line.
1214
1215 2003-09-06  Angus Leeming  <leeming@lyx.org>
1216
1217         * ParagraphParameters.h: forward declare ParameterStruct rather than
1218         including its header file.
1219         (depth): moved out-of-line.
1220
1221 2003-09-06  Angus Leeming  <leeming@lyx.org>
1222
1223         * BufferView_pimpl.h:
1224         * kbmap.h:
1225         * kbsequence.h:
1226         * lyxfunc.h: forward declare LyXKeySym rather than
1227         #include "frontends/LyXKeySym.h".
1228
1229         * BufferView_pimpl.C:
1230         * kbmap.C:
1231         * kbsequence.C:
1232         * lyxfunc.C: associated changes.
1233
1234 2003-09-06  Angus Leeming  <leeming@lyx.org>
1235
1236         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1237         As a result, can remove the #include "insets/inset.h" from BufferView.h
1238
1239 2003-09-06  Angus Leeming  <leeming@lyx.org>
1240
1241         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1242         As a result, can remove the #include "insets/inset.h" from BufferView.h
1243
1244 2003-09-06  Angus Leeming  <leeming@lyx.org>
1245
1246         * buffer_funcs.C:
1247         * buffer.h:
1248         * bufferlist.C:
1249         * BufferView.C:
1250         * bufferview_funcs.C:
1251         * BufferView_pimpl.C:
1252         * CutAndPaste.C:
1253         * lyx_cb.C:
1254         * lyxfunc.C:
1255         * paragraph.h:
1256         * ParagraphParameters.C:
1257         * tabular.C:
1258         * text3.C:
1259         * toc.C:
1260         * undo_funcs.C:
1261         * frontends/controllers/ControlDocument.C:
1262         * insets/insetcaption.C: rearrange the #includes into some sort of
1263         coherent order.
1264
1265         * buffer.h: remove #includes ErrorList.h, undo.h
1266
1267 2003-09-06  Angus Leeming  <leeming@lyx.org>
1268
1269         * support/types.h: add a 'depth_type' typedef, used to store the
1270         nesting depth of a paragraph.
1271
1272         * paragraph.h:
1273         * ParameterStruct.h: use this lyx::depth_type typedef rather than
1274         defining explicitly.
1275
1276         * buffer.h:
1277         * paragraph_funcs.h:
1278         * ParagraphParameters.h:
1279         * sgml.h: use lyx::depth_type rather than Paragraph or
1280         ParameterStruct's depth_type.
1281
1282         * buffer.h
1283         * paragraph_funcs.h: no need to #include paragraph.h anymore.
1284
1285         * BufferView.C:
1286         * BufferView_pimpl.C:
1287         * CutAndPaste.C:
1288         * ParagraphParameters.C:
1289         * buffer_funcs.C:
1290         * bufferlist.C:
1291         * bufferview_funcs.C:
1292         * lyx_cb.C:
1293         * lyxfunc.C:
1294         * tabular.C:
1295         * text3.C:
1296         * toc.C:
1297         * undo_funcs.C:
1298         * frontends/LyXView.C:
1299         * frontends/controllers/ControlDocument.C:
1300         * frontends/controllers/ControlErrorList.C:
1301         * insets/insetbibitem.C:
1302         * insets/insetbranch.C:
1303         * insets/insetcaption.C:
1304         * insets/insetcollapsable.C:
1305         * insets/insetenv.C:
1306         * insets/insetert.C:
1307         * insets/insetfloat.C:
1308         * insets/insetfoot.C:
1309         * insets/insetfootlike.C:
1310         * insets/insetnewline.C:
1311         * insets/insetquotes.C:
1312         * insets/insettabular.C:
1313         * insets/insettext.C:
1314         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
1315
1316         * frontends/controllers/ControlChanges.C: #include "changes.h".
1317
1318 2003-09-06  Angus Leeming  <leeming@lyx.org>
1319
1320         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
1321         than #including paragraph.h.
1322
1323         * ParagraphList.h:
1324         * RowList.h: deleted. Superfluous.
1325
1326         * CutAndPaste.h:
1327         * iterators.h:
1328         * lyxcursor.h:
1329         * lyxtext.h:
1330         * text_funcs.h:
1331         * undo.h:
1332         * undo_funcs.h:
1333         * insets/inset.h:
1334         * insets/insettext.h: use ParagraphList_fwd.h rather than
1335         ParagraphList.h.
1336
1337         * paragraph.h: don't forward declare ParagraphList.
1338
1339         * buffer.h:
1340         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
1341         rather than ParagraphList.h. paragraph.h is still needed for the
1342         Paragraph::depth_type parameters.
1343
1344         * textcursor.h: enable it to compile stand-alone in light of the
1345         above changes.
1346
1347         * bufferview_funcs.C:
1348         * iterators.C:
1349         * lyxfunc.C:
1350         * lyxrow_funcs.C:
1351         * paragraph.C:
1352         * rowpainter.C:
1353         * text.C:
1354         * text2.C:
1355         * text3.C:
1356         * text_funcs.C:
1357         * textcursor.C:
1358         * undo.C:
1359         * frontends/controllers/ControlParagraph.C:
1360         * frontends/controllers/ControlTabular.C:
1361         * insets/insetmarginal.C:
1362         * insets/insetminipage.C:
1363         * insets/insetnote.C:
1364         * insets/insetoptarg.C: add header files needed to compile again.
1365
1366 2003-09-06  Angus Leeming  <leeming@lyx.org>
1367
1368         * RowList_fwd.h: new file, forward-declaring Row rather than
1369         #including lyxrow.h.
1370
1371         * lyxrow_funcs.h:
1372         * lyxtext.h:
1373         * paragraph.h:
1374         * insets/insettext.h: use it instead of RowList.h
1375
1376         * bufferview_funcs.C:
1377         * lyxfunc.C:
1378         * lyxrow_funcs.C:
1379         * paragraph.C:
1380         * rowpainter.C:
1381         * text.C:
1382         * text2.C:
1383         * text3.C: #include "RowList.h".
1384
1385 2003-09-05  Angus Leeming  <leeming@lyx.org>
1386
1387         * factory.C (createInset):
1388         * vspace.C (c-tor): replace sscanf call with an istringstream.
1389         * ispell.C: re-add missing HP/UX headers.
1390         * lyxserver.C: re-add missing  os2 headers.
1391
1392 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
1393
1394         * BranchList.C:
1395         * graph.C:
1396         * ispell.C:
1397         * lastfiles.C:
1398         * lyx_cb.C:
1399         * lyxserver.C:
1400         * texrow.C:
1401         * text3.C: re-add missing system headers, needed for 2.95.2.
1402
1403 2003-09-05  Angus Leeming  <leeming@lyx.org>
1404
1405         Changes most place everywhere due to the removal of using directives
1406         from support/std_sstream.h.
1407
1408 2003-09-05  Angus Leeming  <leeming@lyx.org>
1409
1410         Replace LString.h with support/std_string.h,
1411         Lsstream.h with support/std_sstream.h,
1412         support/LIstream.h with support/std_istream.h,
1413         support/LOstream.h with support/std_ostream.h.
1414
1415         Changes resulting throughout the tree.
1416
1417 2003-09-05  Angus Leeming  <leeming@lyx.org>
1418
1419         * sgml.h: ensure that the header file can be compiled stand-alone.
1420         * *.C: strip out redundant #includes. (320 in total.)
1421
1422 2003-09-04  Angus Leeming  <leeming@lyx.org>
1423
1424         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
1425         here (from getPackages).
1426
1427         * debug.[Ch]: add a new EXTERNAL tag.
1428
1429 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1430
1431         * text2.C (cursorEnd): simplify
1432         (setCursor): adjust
1433         (getColumnNearX): adjust
1434
1435         * text.C (computeBidiTables): adjust
1436         (fill): adjust
1437
1438         * rowpainter.C (paintChars): adjust
1439         (paintSelection): adjust
1440         (paintChangeBar): adjust
1441         (paintText): adjust
1442
1443         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
1444         lastPos instead.
1445         (numberOfSeparators): adjust
1446
1447 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1448
1449         * LyXAction.C:
1450         * box.[Ch]:
1451         * lfuns.h:
1452         * lyxfunc.C:
1453         * text3.C: Restricts the mouse click functionality
1454         of insets like bibtex, include, toc and floatlist to the visible
1455         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
1456         up the dialogs. Cursor has to be in front of the inset (i.e.
1457         start of row) for this to function.
1458
1459 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1460
1461         * bufferview_funcs.C (currentState): output row information
1462
1463 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1464
1465         * bufferview_funcs.C (currentState): output paragraph position
1466
1467 2003-09-04  Angus Leeming  <leeming@lyx.org>
1468
1469         * FloatList.h: move out #include "Floating.h".
1470         * LaTeX.h: move out #include "DepTable.h".
1471         * LyXAction.h: move out #include "funcrequest.h".
1472         * buffer.h: move out #include "author.h", "iterators.h".
1473         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
1474         * lyx_main.h: move out #include "errorlist.h".
1475         * lyxfunc.h: move out #include "FuncStatus.h".
1476         * lyxtext: move out #include "lyxcursor.h".
1477         * paragraph_pimpl.h: move out #include "counters.h".
1478
1479 2003-09-03  Angus Leeming  <leeming@lyx.org>
1480
1481         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
1482         preamble_snippets list, enabling us to add snippets to the preamble
1483         only if the snippet was not there already.
1484
1485 2003-09-04  Angus Leeming  <leeming@lyx.org>
1486
1487         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
1488
1489 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1490
1491         * lyxfunc.C (dispatch): if fitCursor did something be sure to
1492         update
1493
1494 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1495
1496         * BranchList.C: point fix, earlier forgotten
1497
1498 2003-09-02  Angus Leeming  <leeming@lyx.org>
1499
1500         * box.C (contains): renamed from 'contained' after a fantastic
1501         amount of hot air.
1502
1503 2003-09-02  John Levon  <levon@movementarian.org>
1504
1505         * BufferView.C:
1506         * lyxcursor.h:
1507         * lyxcursor.C:
1508         * lyxfunc.C:
1509         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
1510
1511 2003-09-02  John Levon  <levon@movementarian.org>
1512
1513         * text2.C: simplification of cursorEnd(), including partial
1514         fix for bug 1376
1515
1516 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1517
1518         * buffer.C (readFile): add a space
1519
1520 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1521
1522         * BufferView_pimpl.C (update): remove bogus fitCursor() call
1523
1524 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1525
1526         * buffer.C (readFile): new function, take a filename and a
1527         ParagraphList::iterator
1528         (readFile): adjust
1529         (readFile): adjust, make it private. don't use setStream, make
1530         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
1531         always contain the filename.
1532
1533         * BufferView.C (insertLyXFile): simplify and make it work for
1534         gzipped files.
1535
1536 2003-08-30  John Levon  <levon@movementarian.org>
1537
1538         * Makefile.am: fix dist (from Kayvan)
1539
1540 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1541
1542         * most files: change to use const Buffer refs
1543
1544 2003-08-27  André Pönitz  <poenitz@gmx.net>
1545
1546         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
1547         on top of ownerPar().
1548
1549 2003-08-27  John Levon  <levon@movementarian.org>
1550
1551         * funcrequest.C: properly initialise POD members
1552
1553 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1554
1555         * lyxtext.h (top_y): move top_y from here
1556         * text.C:
1557         * text2.C:
1558         * text3.C:
1559         * BufferView.[Ch]:
1560         * BufferView_pimpl.[Ch]: to here
1561         * frontends/screen.C:
1562         * insets/insettabular.C:
1563         * insets/insettext.C: adjust
1564         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1565
1566 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1567
1568         * BufferView.[Ch]:
1569         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1570
1571 2003-08-26  André Pönitz  <poenitz@gmx.net>
1572
1573         * paragraph_func.[Ch] (outerPar): new function
1574
1575         * paragraph.C:
1576         * paragraph_funcs.C:
1577         * paragraph_funcs.h:
1578         * paragraph_pimpl.C:
1579         * text2.C: remove Inset::par_owner
1580
1581 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1582
1583         * lyxrow_funcs.C:
1584         * lyxtext.h:
1585         * text.C:
1586         * text2.C: eliminates the needFullRow/display() stuff
1587         altogether, putting the logic in metrics/draw in the insets.
1588
1589 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1590
1591         * text2.C (redoParagraphInternal, redoParagraphs):
1592         * text.C (redoParagraph): add a call to updateRowPositions at the
1593         end of each 'metrics-like' call. Remove all others.
1594         (getRow): remove the 'y-computing' version.
1595         (getRowNearY): do not compute nor return the real y. Solve the
1596         'y < 0' problem and simplify.
1597
1598 2003-08-22  Angus Leeming  <leeming@lyx.org>
1599
1600         * *.[Ch]: clean-up of licence and author blurbs.
1601         Also move config.h out of a few .h files and into a few .C files.
1602
1603 2003-08-22  André Pönitz  <poenitz@gmx.net>
1604
1605         * lyxrow.[Ch]: add x_ and *fill_ members
1606
1607         * lyxtext.h:
1608         * text.C:
1609         * rowpainter.C:
1610         * text2.C: adjust/remove prepareToPrint() calls
1611
1612 2003-08-22  André Pönitz  <poenitz@gmx.net>
1613
1614         * lyxrow.[Ch]: add  end_ member
1615
1616         * lyxrow_funcs.C: use LyXRow::end_
1617
1618         * lyxtext.h (singleWidth): add LyXFont parameter
1619
1620         * rowpainter.C:
1621         * text2.C: adjust LyXText::singleWidth() calls
1622
1623         * text.C (redoParagraph): simplify row breaking logic
1624
1625
1626 2003-08-19  André Pönitz  <poenitz@gmx.net>
1627
1628         * funcrequest.C: initialize button_ member
1629
1630         * text3.C:
1631         * rowpainter.[Ch]: interface consolidation
1632
1633 2003-08-18  André Pönitz  <poenitz@gmx.net>
1634
1635         * BufferView.C:
1636         * BufferView_pimpl.C:
1637         * lyxfind.C:
1638         * paragraph_funcs.C:
1639         * rowpainter.C:
1640         * text3.C: remove LyXScreen::draw() and fitCursor calls
1641
1642         * BranchList.h: remove spurious semicolons
1643
1644         * MenuBackend.C: fix branchlist related crash
1645
1646 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1647
1648         * BranchList.[Ch]:
1649         * InsetList.[Ch]:
1650         * LColor.[Ch]:
1651         * LyXAction.C:
1652         * Makefile.am:
1653         * MenuBackend.[Ch]:
1654         * bufferparams.[Ch]:
1655         * factory.C:
1656         * lfuns.h:
1657         * lyxfunc.C:
1658         * text3.C: implements the 'branch inset'
1659         idea. This allows the output of various versions of a document
1660         from a single source version, selectively outputing or suppressing
1661         output of parts of the text.
1662         This implementation contains a 'branch list editor' in a separate
1663         tab of the document settings dialog. Branches are user definable
1664         and have a "display colour" to distinguish them on-screen.
1665
1666         ColorHandler was somewhat cleaned up.
1667         (1) make possible a dynamically growing LColor list by allowing
1668         the graphic context cache to grow along (vector);
1669         (2) eliminate an IMHO unnecessary step in colour allocation.
1670
1671 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1672
1673         * BufferView_pimpl.C: compile fix
1674
1675 2003-08-15  André Pönitz  <poenitz@gmx.net>
1676
1677         * rowpainter.C: remove extra metrics calls
1678
1679         * lyxtext.h: merge the two constructors into a single one,
1680           pass reference to owner's par list
1681
1682         * BufferView_pimpl.C:
1683         * text.C:
1684         * text2.C: adjust
1685
1686 2003-08-15  André Pönitz  <poenitz@gmx.net>
1687
1688         * lyxrow_funcs.[Ch]:
1689         * lyxtext.h:
1690         * paragraph.h:
1691         * paragraph_funcs.C:
1692         * rowpainter.C:
1693         * text.C:
1694         * text2.C:
1695         * text3.C:
1696         * text_funcs.C: split LyXText::rowlist_ into individual
1697         Paragraph::rows_ chunks
1698
1699         * BufferView.[Ch]:
1700         * BufferView_pimpl.[Ch]:
1701         * lyxfind.C:
1702         * lyxtext.h:
1703         * text3.C: remove toggleSelection()
1704
1705 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1706
1707         * bufferlist.C: beautify two alerts (shorter text of buttons)
1708         * buffer.C: Remove redundant ' ' from message
1709         * tabular.h:
1710         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1711         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1712         rename VALIGN_CENTER to VALIGN_MIDDLE
1713
1714 2003-08-11  André Pönitz  <poenitz@gmx.net>
1715
1716         * lyxtext.h (getPar):
1717         * text.C: new function
1718
1719 2003-08-11  André Pönitz  <poenitz@gmx.net>
1720
1721         * Makefile.am:
1722         * tracer.[Ch]: remove unneeded files
1723
1724         * InsetList.[Ch]: remove resizeInsetsLyXText()
1725
1726         * lyxtext.h:
1727         * text.C:
1728         * text2.C:
1729         * text3.C: merge insertParagraphs() and appendParagraph()
1730         remove breakAgain(), update()
1731
1732         * BufferView_pimpl.[Ch]:
1733         * bufferview_funcs.[Ch]:
1734         * lyxfunc.C:
1735         * paragraph.[Ch]:
1736         * rowpainter.C:
1737         * tabular.C: adjust after text & InsetList changes.
1738
1739 2003-08-08  André Pönitz  <poenitz@gmx.net>
1740
1741         * text.C (insertChar, backspace): replace rowlist fiddling
1742         with rebreak of full par
1743
1744         * lyxtext.h:
1745         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1746         checkParagraph, updateInset): removed
1747
1748 2003-08-07  André Pönitz  <poenitz@gmx.net>
1749
1750         * paragraph.C:
1751         * text3.C: merge some LFUN handlers, remove dead code
1752
1753 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1754
1755         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1756
1757 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1758
1759         * text2.C (DEPM): fix part of bug 1255 and 1256
1760
1761 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1762
1763         * BufferView_pimpl.C (workAreaDispatch): change to use
1764         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1765         that are no mouse related.
1766
1767 2003-08-05  André Pönitz  <poenitz@gmx.net>
1768
1769         * BufferView.[Ch]:
1770         * BufferView_pimpl.[Ch]:
1771         * bufferview_funcs.C:
1772         * text2.C:
1773         * text3.C: rip out "deep update"
1774
1775         * textcursor.[Ch] (last_sel_cursor): remove unused member
1776
1777 2003-08-04  André Pönitz  <poenitz@gmx.net>
1778
1779         * BufferView.[Ch]:
1780         * BufferView_pimpl.[Ch]:
1781         * ParagraphParameters.C:
1782         * bufferview_funcs.C:
1783         * lyx_cb.C:
1784         * lyxfind.C:
1785         * lyxfunc.C:
1786         * text.C:
1787         * text2.C:
1788         * text3.C: replace "complicated" BufferView::update(...) calls with
1789         simpler ones.
1790
1791         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1792
1793 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1794
1795         * Makefile.am (lyx_SOURCES): add paper.h
1796
1797 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1798
1799         * Makefile.am: move things around so that both lyx-qt and
1800         lyx-xforms can be built (according to --with-frontend). Then lyx
1801         is a symbolic link to lyx-[firstfrontend]
1802
1803 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1804
1805         * Always use std::endl with lyxerr
1806
1807 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1808
1809         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1810
1811 2003-08-01  André Pönitz  <poenitz@gmx.net>
1812
1813         * BufferView.[Ch]:
1814         * BufferView_pimpl.[Ch]:
1815         * lyxfunc.C:
1816         * text3.C: merge BufferView::repaint() and BufferView::update()
1817
1818 2003-08-01  José Matos  <jamatos@lyx.org>
1819
1820         * buffer.[Ch]: file_format is no longer a buffer data element.
1821
1822 2003-08-01  André Pönitz  <poenitz@gmx.net>
1823
1824         * BufferView.C:
1825         * lyxtext.h:
1826         * text.C:
1827         * text2.C: make redoParagraph more independent of current cursor
1828
1829         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1830         * text.C:
1831         * text2.C: remove unneeded members
1832
1833 2003-07-30  André Pönitz  <poenitz@gmx.net>
1834
1835         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1836
1837         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1838           create a single function...
1839
1840         * paragraph_funcs.C (moveItem): ... here.
1841
1842         * text.C:
1843           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1844
1845 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1846
1847         * LColor.[Ch]: Add comment and greyedout logical colors.
1848
1849 2003-07-30  André Pönitz  <poenitz@gmx.net>
1850
1851         * tabular.C: don't use Assert too heavily. This crashes where it
1852           shouldn't
1853
1854 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1855
1856         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1857         is disabled (bug 1232)
1858
1859 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1860
1861         * factory.C: limited 'arg' scope
1862
1863 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1864
1865         * factory.C: fixed Note submenu issues
1866
1867 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1868
1869         * factory.C: submenu for Note/Comment/Greyedout
1870
1871 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1872
1873         * lyx_main.C (LyX):
1874         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1875
1876 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1877
1878         * LaTeXFeatures.C:
1879         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1880         greyedout. Patch provided by Jürgen Spitzmüller.
1881
1882 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1883
1884         * kbmap.C (read): fix error message when reading bind files
1885
1886 2003-07-29  Angus Leeming  <leeming@lyx.org>
1887
1888         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1889         certainly does not do what it purports to do. I am doing it, and
1890         us, a favour by killing it.
1891
1892 2003-07-28  José Matos  <jamatos@lyx.org>
1893
1894         * buffer.C (readBody, do_writeFile):
1895         * paragraph.C(readParagraph): \end_document replaces \the_end.
1896
1897 2003-07-29  André Pönitz  <poenitz@gmx.net>
1898
1899         * BufferView.[Ch]:
1900         * BufferView_pimpl.[Ch]:
1901         * lyxfunc.C:
1902         * text2.C:
1903         * text3.C:
1904         * textcursor.[Ch]: remove toggleToggle & Co
1905
1906 2003-07-28  José Matos  <jamatos@fep.up.pt>
1907
1908         * buffer.C (readParagraph):
1909         * params_func (readParToken, readParagraph):
1910         * paragraph.C (write): \layout -> \begin_layout.
1911
1912 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1913
1914         * lyxlex_pimpl.C (setFile): clean up slightly.
1915
1916         * bufferparams.h: add compressed var
1917
1918         * buffer_funcs.C (readFile): adjust for LyXLex change
1919         (newFile): ditto + simplify
1920
1921         * buffer.C (writeFile): handle writing of compressed files
1922
1923         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1924         Check if the file is compressed and set a bufferparm if so.
1925
1926         * Makefile.am (lyx_LDADD): remove explicit -lz
1927
1928 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1929
1930         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1931         makeDocBookFile): put the real LyX version in the first line of
1932         the file
1933
1934         * version.h:
1935         * version.C.in: remove lyx_docversion
1936
1937         * tabular.C (write_attribute): add a template-based version to
1938         write enums properly
1939
1940 2003-07-28  André Pönitz  <poenitz@gmx.net>
1941
1942         * lyxtext.h:
1943         * text.C:
1944         * text2.C:
1945         * text3.C: use doubles again for x-coordinates. They are needed.
1946
1947 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1948
1949         * messages.C (getLocaleDir): use lyx_localedir()
1950
1951         * lyxlex_pimpl.C (setFile): compress stuff
1952
1953         * buffer.C (writeFile): add some compression stuff
1954         (do_writeFile): new func, dont call expliti close... will this
1955         breake anything?
1956
1957         * Makefile.am (lyx_LDADD): add -lz
1958
1959 2003-07-28  José Matos  <jamatos@fep.up.pt>
1960
1961         * buffer.C: increment file format.
1962         * paragraph_funcs (readParagraph, readParToken):
1963         * paragraph.C (readParagraph): add \end_layout.
1964
1965 2003-07-27  Angus Leeming  <leeming@lyx.org>
1966
1967         * Makefile.am: remove special casing for configure-time setting of
1968         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1969
1970         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1971         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1972
1973 2003-07-26  André Pönitz  <poenitz@gmx.net>
1974
1975         * paragraph_func.[Ch]:
1976         * paragraph.C (realizeFont): inline it whereever it is used
1977
1978         * rowpainter.C:
1979         * text.C:
1980         * text2.C:
1981         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1982
1983
1984 2003-07-26  André Pönitz  <poenitz@gmx.net>
1985
1986         *       lyxtext.h:
1987         * text.C:
1988         * text2.C: get rid of LyXText::need_break_row
1989
1990 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1991
1992         * toc.[Ch]: put namespace toc inside namespace lyx
1993
1994         * MenuBackend.C (expandToc2): adjust for lyx::toc
1995         (expandToc): ditto
1996
1997         * lyxfunc.C (dispatch): adjust for lyx::find
1998
1999         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
2000         lyx::find instead. Reorganize a bit.
2001         (LyXReplace): rename to replace
2002         (LyXFind): rename to find
2003
2004         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
2005         (dispatch): ditto
2006
2007 2003-07-26  André Pönitz  <poenitz@gmx.net>
2008
2009         * text.C (setHeightOfRow): restrict scope of temporary variable
2010
2011         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
2012           code (never has been used?)
2013
2014 2003-07-27  Asger Alstrup  <alstrup@local>
2015
2016         * text.C (fill): Optimise algorithm to exploit that we can reuse
2017         the LyXFont for many characters.
2018         (setHeightOfRow): Same thing.
2019         (rowBreakPoint): Same thing.
2020
2021 2003-07-26  Asger Alstrup  <alstrup@local>
2022
2023         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
2024
2025         * text.C (singleWidth): Spurious font copying in hot-spot
2026         singleWidth avoided. Reorder tests for arabic for efficiency.
2027
2028         * text.C (fill): handle empty paragraphs better.
2029
2030 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2031
2032         * ispell.C:
2033         * encoding.h: add includes
2034
2035         * lyxrc.C: remove reading of bind files
2036
2037         * lyx_main.C (init): setup bindings and menus only if we have a
2038         gui.
2039
2040         * kbmap.C (read): new method. Do the actual reading of bind
2041         files.
2042
2043         * converter.C (dvipdfm_options):
2044         * bufferparams.C:
2045         * lyxrc.C (read):
2046         (output): adapt PAPER_* enums.
2047
2048         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
2049
2050         * bufferparams.h: remove paper-related enums from there
2051
2052         * paper.h: New file. A trivial header file to hold paper-related
2053         enums. It should later expand to contain many paper-related
2054         horrors access.
2055
2056         * lyxrc.C: declare extern displayTranslator
2057
2058 2003-07-27  José Matos  <jamatos@fep.up.pt>
2059
2060         * tabular.[Ch] (linuxdoc): add support for tables and figures
2061         (linuxdoc).
2062
2063 2003-07-27  José Matos  <jamatos@fep.up.pt>
2064
2065         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
2066         consistency in both functions.
2067         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
2068
2069 2003-07-26  Asger Alstrup  <alstrup@local>
2070
2071         * rowpainter.C (paintRows): Change algorithm to work directly on
2072         the insets rather than asking every character in the document
2073         whether its an inset.
2074
2075 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
2076
2077         * buffer.C (openFileWrite): factorize some code
2078
2079 2003-07-26  Angus Leeming  <leeming@lyx.org>
2080
2081         * lyx_cb.C:
2082         * lyx_main.[Ch]: replace occurances of system_tempdir with
2083         os::getTmpDir().
2084
2085 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2086
2087         * rename Inset to InsetOld
2088
2089 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
2090
2091         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
2092         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
2093         which I think is a bit clearer. EDIT is gone, since it was
2094         premature optimisation, and broken for mathed anyway.
2095         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
2096         with cursor positioning in insets as well (math insets still do not
2097         work, but that's a different story anyway.) It mysteriously
2098         crashes sometimes with undo in the first paragraph, but I'm fairly
2099         confident that this is a compiler bug.
2100
2101 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2102
2103         * paragraph.C (Paragraph): adjust for new clone return type
2104         (operator==): ditto
2105         (copyIntoMinibuffer): ditto
2106
2107 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
2108
2109         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
2110         by not having a special case, and always doing a full rebreak of
2111         the document after undo.
2112
2113 2003-07-23  Angus Leeming  <leeming@lyx.org>
2114
2115         * factory.C (createInset): InsetExternal::setParams now takes a
2116         Buffer const * arg.
2117
2118 2003-07-23  Angus Leeming  <leeming@lyx.org>
2119
2120         * factory.C (createInset): changed interface to the external and
2121         graphics mailers' string2params functions.
2122
2123 2003-07-23  Angus Leeming  <leeming@lyx.org>
2124
2125         * factory.C (createInset): pass a
2126         Buffer const * parameter to InsetExternalMailer's string2params.
2127
2128 2003-07-22  John Levon  <levon@movementarian.org>
2129
2130         * Thesaurus.h: include the right aiksaurus header
2131
2132 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2133
2134         * MenuBackend.C (expand): check menu shortcuts unconditionally
2135
2136 2003-07-21  Angus Leeming  <leeming@lyx.org>
2137
2138         * factory.C (createInset): pass a
2139         buffer_path parameter to InsetGraphicsMailer's string2params.
2140
2141 2003-07-21  Angus Leeming  <leeming@lyx.org>
2142
2143         * BufferView_pimpl.C (buffer):
2144         * buffer.C (d-tor):
2145         * lyx_main.C (LyX):
2146         * lyxfunc.C (dispatch):
2147         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
2148         rather than the grfx shortcut.
2149
2150 2003-07-21  André Pönitz  <poenitz@gmx.net>
2151
2152         * rowpainter.C: remove unused variables
2153
2154         * tabular_funcs.C:
2155         * tabular_funcs.h: move to tabular.C
2156         * Makefile.am: adjust
2157
2158         * tabular.[Ch]: basic optical cleaning
2159
2160         * author.h: pass references, not values
2161
2162 2003-07-18  André Pönitz  <poenitz@gmx.net>
2163
2164         * lyxtext.h:
2165         * metricsinfo.C:
2166         * metricsinfo.h:
2167         * rowpainter.C:
2168         * text.C:
2169         * text2.C:
2170         * text3.C: two-phase drawing for InsetText and InsetTabular
2171         some float -> int changes.
2172
2173 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2174
2175         * lyx_main.C: fix the fix
2176
2177 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2178
2179         * lyx_main.C: fix a crash in batch mode if no files specified
2180         * converter.C: ws
2181
2182 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
2183
2184         * format.[Ch] (papersize): moved to BufferParams
2185         * converter.[Ch] (dvips_options): moved to BufferParams
2186         (dvipdfm_options): moved to anon namespace
2187         * bufferparams.[Ch]: added above functions.
2188
2189 2003-07-17  André Pönitz  <poenitz@gmx.net>
2190
2191         * lyxtext.h:
2192         * rowpainter.C:
2193         * text2.C: don't call inset->update() anymore
2194
2195         * metricsinfo.[Ch]: add convenience constructor
2196
2197 2003-07-16  André Pönitz  <poenitz@gmx.net>
2198
2199         * lyxcursor.[Ch]:
2200         * lyxfunc.[Ch]:
2201         * text.C:
2202         * text2.C: replace the LyXCursor::irow_ member with
2203          on-demand computation of the value
2204
2205 2003-07-16  John Levon  <levon@movementarian.org>
2206
2207         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
2208
2209 2003-07-15  André Pönitz  <poenitz@gmx.net>
2210
2211         * text.C:
2212         * text2.C: remove no more needed refresh_row
2213
2214 2003-07-15  André Pönitz  <poenitz@gmx.net>
2215
2216         * lyxtext.h:
2217         * rowpainter.C:
2218         * text2.C:
2219         * text3.C: refresh_status tristate -> need_update bool
2220
2221 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
2222
2223         * lyxtext.h (init): remove reinit argument (act as if always true)
2224         * text2.C: adjust to that
2225
2226 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2227
2228         * bufferview_funcs.[Ch]: introduce function replaceSelection()
2229         * text3.C: use it to delete selections in some cases
2230         (bugs 441, 673, 702, 954).
2231
2232 2003-07-14  André Pönitz  <poenitz@gmx.net>
2233
2234         * rowpainter.[Ch]: reduce interface
2235
2236 2003-07-14  André Pönitz  <poenitz@gmx.net>
2237
2238         * BufferView_pimpl.C:
2239         * text2.C: adjust after removing unused BufferView * argument
2240
2241 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
2242
2243         * text2.C (init): fix a crash fired on resize
2244
2245 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
2246
2247         * buffer.[Ch]: added new closing signal
2248         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
2249         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
2250         BufferView::Pimpl via the closing the signal
2251
2252 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
2253
2254         * buffer.[Ch]: take out all bv-related from buffer
2255         * BufferView.C:
2256         * BufferView_pimpl.[Ch]: connect to new signals
2257         * CutAndPaste.C: removed useless asserts
2258         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
2259         * lyxvc.[Ch]:
2260         * vc-backend.[Ch]:
2261         * lyxfunc.C: moved view-related funciontality from vc here
2262         * paragraph.C: removed outdated comments
2263         * text.C: ws
2264
2265 2003-07-10  André Pönitz  <poenitz@gmx.net>
2266
2267         * BufferView_pimpl.C:
2268         * tabular.h:
2269         * tabular_funcs.C:
2270         * text.C:
2271         * text2.C: remove InsetText::InnerCache, clean up consequences
2272
2273 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2274
2275         * ispell.C: fix two typos in error messages
2276
2277 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
2278
2279         * Extend Note inset to other forms of annotation like Comment
2280         and Greyedout. Right button click gives dialog.
2281
2282         Files modified or added (+):
2283
2284         * insetnote.[Ch]
2285         * FormNote.[Ch]      +
2286         * ControlNote.[Ch]   +
2287         * form_note.fd       +
2288         * Makefile.am in frontends/xforms, frontends/xforms/forms,
2289         frontends/controllers
2290         * xforms/Dialogs.C
2291         * factory.C
2292
2293 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2294
2295         * aspell.C: add missing namespace lyx::support
2296
2297 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
2298
2299         * BufferView.[Ch] (newFile): Add
2300         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
2301         * LaTeX.[Ch] (message): added this signal and use it
2302         * buffer.[Ch] (busy, message): added these signals and use them
2303         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
2304         * converter.C:
2305         * exporter.C:
2306         * format.C:
2307         * importer.C: use buffer signals instead of direct bv calling
2308         * lyx_cb.[Ch] (ShowMessage): removed
2309         * lyx_main.C:
2310         * lyxfunc.C:
2311         * paragraph_funcs.C:
2312         * text2.C: use buffer signals
2313
2314 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2315
2316         * introduce namespace lyx::graphics
2317
2318 2003-07-02  André Pönitz  <poenitz@gmx.net>
2319
2320         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
2321
2322 2003-07-01  André Pönitz  <poenitz@gmx.net>
2323
2324         * text.C:
2325         * text2.C:
2326         * text3.C:
2327         * text_funcs.[Ch]:
2328         * textcursor.h:
2329         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
2330           text*.C to text_func.C
2331
2332 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2333
2334         * introduce namespace lyx::support
2335
2336 2003-06-30  André Pönitz  <poenitz@gmx.net>
2337
2338         * Chktex.C:
2339         * funcrequest.C:
2340         * lyxtext.h:
2341         * text.C: re-enable --with-included-string
2342
2343 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2344
2345         * textcursor.C: add <config.h>
2346
2347         * text.C (getWord): remove const from word_location arg
2348
2349         * lyxvc.C (getLogFile): fix const type order
2350
2351         * lyxtext.h: remove const from word_location arg, add arg name
2352
2353         * lyxlayout.h: currect type on labeltype.
2354
2355         * importer.C: correct \file
2356
2357         * converter.C (intToFormat): use std:: on ret val, ws changes
2358
2359         * bufferlist.h: correct \file
2360
2361         * buffer.C (makeLinuxDocFile): fix const type order
2362         (makeDocBookFile): ditto
2363         (fillWithBibKeys): use std:: on stdlib args.
2364
2365         * CutAndPaste.C: fix authors.
2366         (availableSelections): use std:: on return vector
2367
2368 2003-06-27  André Pönitz  <poenitz@gmx.net>
2369
2370         * BufferView_pimpl.C:
2371         * bufferview_funcs.C:
2372         * lyxcursor.C:
2373         * lyxcursor.h:
2374         * lyxfunc.C:
2375         * lyxtext.h:
2376         * rowpainter.C:
2377         * text.C:
2378         * text2.C:
2379         * text3.C: remove LyXCursor::row_ member
2380
2381         * lyxtext.h:
2382         * text.C: rename fullRebreak() to partialRebreak() and implement
2383           a fullRebreak() that really bereks fully
2384
2385         * textcursor.h: new struct for cursor-related data
2386
2387 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
2388
2389         * lyx_main.C (LyX): get full path of document loaded on the
2390         command line
2391
2392 2003-06-26  André Pönitz  <poenitz@gmx.net>
2393
2394         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
2395           remove unused/broken operator>,<,>=.
2396
2397         *       text.C: remove only use of broken operator<= in an Assert().
2398
2399 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2400
2401         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
2402         moved errorlist_.clear to showErrorList
2403
2404 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2405
2406         * converter.C (scanLog, runLaTeX):
2407         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
2408         move the bv->showErrorList call to the callers
2409         * lyxfunc.C: i.e. here...
2410         * text2.C: and here
2411         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
2412         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
2413         namespace, the second to...
2414         * buffer_funcs (BufferFormat, parseErrors): added
2415         * errorlist.C (ErrorList(TeXErrors const &)): removed
2416
2417 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2418
2419         * ToolbarBackend.C (getIcon): complain when icon cannot be found
2420
2421 2003-06-24  "Garst R. Reese" <reese@isn.net>
2422
2423         * debug.C: fix typo
2424
2425 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2426
2427         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
2428
2429         * version.C.in: change docversion to 1.4
2430
2431 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
2432
2433         * buffer.C: fix a bug just introduced
2434
2435 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
2436
2437         * buffer.[Ch]: added the parseError signal and use it, removed
2438         sgmlError
2439         * BufferView.[Ch] (addError): moved to ...
2440         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
2441         to the Buffer::parseError signal to catch (guess what) parse errors
2442         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
2443
2444 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
2445
2446         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
2447         ability to create a buffer and to return an existing one from
2448         the list. Moved these functions to...
2449         * buffer_funcs.[Ch]: added
2450         * BufferView.[Ch] (loadLyXFile): added
2451         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
2452         job removed from bufferlist::loadLyXFile.
2453         * buffer.C (setReadOnly): make it work without view
2454         (i.e added an if (users))
2455
2456 2003-06-19  Angus Leeming  <leeming@lyx.org>
2457
2458         * lfuns.h:
2459         * LyXAction.C (init):
2460         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
2461         with LFUN_DIALOG_SHOW <name> <data>.
2462
2463 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2464
2465         * CutAndPaste.C (availableSelections): small compilation fix for
2466         ancient (gcc 2.9x) compilers
2467
2468 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2469
2470         * text3.C (cursorNext): add tmp var
2471
2472         * text2.C (updateCounters): for function calling out of for clause
2473         (replaceSelectionWithString): ditto
2474         (insertStringAsParagraphs): ditto
2475         (getColumnNearX): add tmp var
2476         (setCursorFromCoordinates): add tmp var
2477         (cursorDownParagraph): add tmp var
2478         (deleteEmptyParagraphMechanism): add tmp var
2479
2480         * text.C (insertChar): add tmp var
2481
2482         * rowpainter.C (paintDepthBar): add tmp var
2483
2484         * CutAndPaste.C (availableSelections): potentially check all
2485         paragraphs in a cut to fill the shown strings.
2486
2487 2003-06-18  André Pönitz  <poenitz@gmx.net>
2488
2489         * kbmap.[Ch]: use vector<> instead of list<>
2490
2491 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2492
2493         * text3.C (dispatch): handle arg to LFUN_PASTE, call
2494         pasteSelection with index
2495
2496         * text2.C (pasteSelection): modify, call pasteSelection with index
2497
2498         * paragraph.C (asString): reimplement version with no interval to
2499         call the one with interval.
2500
2501         * lyxtext.h: add index arg to pasteSelection
2502
2503         * MenuBackend.C (MenuItem): handle PasteRecent
2504         (Menu::read::Menutags): add md_pasterecent
2505         (read): handle it
2506         (expandPasteRecent): new function
2507         (expand): use it
2508
2509         * MenuBackend.h: add PasteRecent to MenuItem::Kind
2510
2511         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
2512         the limited stack
2513         (availableSelections): new function
2514
2515 2003-06-17  Angus Leeming  <leeming@lyx.org>
2516
2517         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
2518
2519 2003-06-17  Angus Leeming  <leeming@lyx.org>
2520
2521         * lfuns.h:
2522         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
2523
2524         * lyxfunc.C (dispatch): invoke it.
2525
2526 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2527
2528         * iterators.C (operator++, ParPosition): reintroduce some
2529         const_cast for the benefit of older compilers.
2530
2531 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2532
2533         * text3.C (dispatch): do not modify clipboard when doing
2534         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
2535         LFUN_DELETE_SKIP on a selection selection
2536
2537 2003-06-16  André Pönitz  <poenitz@gmx.net>
2538
2539         * BufferView.C:
2540         * buffer.C:
2541         * buffer.h:
2542         * paragraph.C:
2543         * tabular.[Ch]: IU of clone() and getLabelList();
2544
2545 2003-06-13  André Pönitz  <poenitz@gmx.net>
2546
2547         * tabular.h: compactification
2548
2549 2003-06-12  André Pönitz  <poenitz@gmx.net>
2550
2551         * tabular.C:
2552         * tabular.h:
2553         * tabular_funcs.h: some renaming plus whitespace
2554
2555 2003-06-12  André Pönitz  <poenitz@gmx.net>
2556
2557         * BufferView.C:
2558         * BufferView_pimpl.C:
2559         * CutAndPaste.C:
2560         * buffer.C:
2561         * iterators.[Ch]:
2562         * lyxfunc.C:
2563         * text.C:
2564         * toc.C: Return a Paragraph & for ParIterator::operator*()
2565
2566 2003-06-11  John Levon  <levon@movementarian.org>
2567
2568         * lyx_main.C:
2569         * ToolbarBackend.h:
2570         * ToolbarBackend.C: add "Toolbars" section and
2571         put the flags there
2572
2573 2003-06-10  Angus Leeming  <leeming@lyx.org>
2574
2575         * lfuns.h:
2576         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2577
2578         * lyxfunc.C (dispatch): invoke it.
2579
2580 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2581
2582         * main.C: protect <ios> with HAVE_IOS
2583         (main): protect sync_with_stdio with HAVE_IOS
2584
2585 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2586
2587         * text2.C (cutSelection): adjust
2588         (pasteSelection): adjust
2589
2590         * messages.C: handle get of empty string
2591
2592         * main.C (main): use sync_with_stdio(false)
2593
2594         * lyxfunc.C (dispatch): adjust
2595
2596         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2597         (WriteAs): remove unneeded BufferView arg.
2598
2599         * bufferparams.h: use correct types on papersize, papersize2 and
2600         paperpackage.
2601
2602         * bufferparams.C (readToken): adjust for type
2603         (writeLaTeX): add missing cases to switch.
2604
2605         * bufferlist.C (quitWriteBuffer): adjust
2606         (close): adjust
2607
2608         * buffer.C (asciiParagraph): remove some commented code.
2609
2610         * CutAndPaste.C: remove current_view extern variable.
2611         (cutSelection): add BufferParams arg.
2612         (eraseSelection): add BufferParams arg.
2613         (pasteSelection): add Buffer const & arg
2614
2615 2003-06-07  John Levon  <levon@movementarian.org>
2616
2617         * buffer.C:
2618         * paragraph_funcs.C:
2619         * paragraph_pimpl.C:
2620         * text.C:
2621         * text2.C:
2622         * paragraph.h:
2623         * paragraph.C: allow InsetERT to freely space lines,
2624         and some consolidation of code
2625
2626 2003-06-06  José Matos  <jamatos@fep.up.pt>
2627
2628         * buffer.C (makeDocBookFile): fix bug #821
2629
2630 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2631
2632         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2633
2634 2003-06-04  Angus Leeming  <leeming@lyx.org>
2635
2636         * buffer.C: bump format to 224.
2637
2638 2003-06-05  André Pönitz  <poenitz@gmx.net>
2639
2640         * text2.C (redoParagraphs): remove two const_cast<>
2641
2642 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2643
2644         * ParagraphList.h: remove last remnants of NO_STD_LIST
2645
2646 2003-06-03  Angus Leeming  <leeming@lyx.org>
2647
2648         * factory.C (createInset): small change to the way InsetExternal's params
2649         are set.
2650
2651 2003-06-04  André Pönitz  <poenitz@gmx.net>
2652
2653         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2654
2655         * paragraph_pimpl.h:
2656         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2657
2658         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2659
2660         * undo_funcs.C: make some simple cases of undo work again
2661
2662 2003-06-03  John Levon  <levon@movementarian.org>
2663
2664         * ispell.C: HPUX doesn't have sys/select.h
2665         (from Albert Chin)
2666
2667 2003-06-03  John Levon  <levon@movementarian.org>
2668
2669         * CutAndPaste.C: update tabular and include inset
2670         buffer references
2671
2672         * buffer.h:
2673         * paragraph.h:
2674         * paragraph.C: remove owningBuffer(), don't pass Buffer
2675         to clone()
2676
2677         * factory.C: insetGraphicsParams changed
2678
2679 2003-06-02  John Levon  <levon@movementarian.org>
2680
2681         * LyXAction.C:
2682         * factory.C:
2683         * lfuns.h:
2684         * lyxfunc.C:
2685         * text3.C: remove insetparent
2686
2687 2003-06-02  John Levon  <levon@movementarian.org>
2688
2689         * buffer.h:
2690         * buffer.C: fix inset_iterator.end(), move out of line
2691         (bug 1149)
2692
2693 2003-06-01  John Levon  <levon@movementarian.org>
2694
2695         * text3.C: use a proper cut/paste when doing inset
2696         insert (from Jürgen Spitzmüller)
2697
2698 2003-06-01  John Levon  <levon@movementarian.org>
2699
2700         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2701
2702 2003-05-30  André Pönitz  <poenitz@gmx.net>
2703
2704         * rowpainter.C: unify second drawing phase
2705
2706 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2707
2708         * trans_mgr.C: remove one case of current_view
2709
2710         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2711
2712         * paragraph_funcs.h: remove paragraph.h include
2713
2714         * paragraph.h: delete NO_STD_LIST stuff
2715
2716         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2717
2718         * buffer.h: remove paragraph.h include
2719
2720         * ParagraphList.C: delete file
2721
2722         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2723
2724         * toc.C (getTocList): adjust
2725
2726         * paragraph_pimpl.C (validate): adjust
2727
2728         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2729
2730         * paragraph.C (Paragraph): adjust
2731         (getPositionOfInset): use const_iterator, adjust
2732         (bibitem): use const_iterator, adjust
2733         (setInsetOwner): adjust
2734
2735         * iterators.C (operator++): adjust
2736
2737         * InsetList.[Ch]: Replace selfmade iterator with standard
2738         vector::iterator also introduce const_iterator. Remove getPos,
2739         getInset and setInset from InsetTable. Adjust accordingly.
2740
2741         * BufferView.C (lockInset): adjust
2742         (ChangeInsets): adjust
2743
2744         * tabular.[Ch]: delete commented same_id functions
2745
2746 2003-05-28  John Levon  <levon@movementarian.org>
2747
2748         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2749
2750 2003-05-28  André Pönitz  <poenitz@gmx.net>
2751
2752         * metricsinfo.[Ch]: remove 'fullredraw' member
2753
2754 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2755
2756         * lyxtextclass.C (operator): remove caching.
2757
2758 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2759
2760         * text3.C: adjust
2761
2762         * text2.C (cursorBottom): adjust
2763         (setCounter): use ParagraphList::find, adjust
2764
2765         * text.C (workWidth): use ParagraphList::find, adjust
2766
2767         * lyxcursor.C (LyXCursor): adjust
2768
2769         * buffer.C (inset_iterator): adjust
2770
2771         * ParagraphList.h: make iterator(value_type) private, make
2772         ParagraphList a friend of iterator.
2773
2774         * ParagraphList.C (find): new function
2775
2776         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2777
2778 2003-05-27  André Pönitz  <poenitz@gmx.net>
2779
2780         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2781
2782 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2783
2784         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2785
2786 2003-05-26  John Levon  <levon@movementarian.org>
2787
2788         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2789
2790 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2791
2792         * remove same_id from function signatures, adjust.
2793
2794 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2795
2796         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2797
2798         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2799
2800         * paragraph.C (Paragraph): get rid of same_ids parameter
2801
2802         * ParagraphList.C (insert): adjust
2803         (push_back): adjust
2804
2805 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2806
2807         * paragraph_funcs.C (breakParagraph): adjust
2808         (breakParagraphConservative): adjust
2809
2810         * buffer.C (readParagraph): adjust
2811
2812         * ParagraphList.C (insert): take a reference instead of a pointer
2813         (insert): adjust
2814
2815         * paragraph.[Ch] (id): new function
2816
2817         * bufferlist.C (newFile): adjust
2818
2819         * ParagraphList.C (ParagraphList): adjust
2820         (assign): adjust
2821         (push_back): take a reference instead of a pointer.
2822
2823         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2824
2825         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2826         instead.
2827
2828         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2829         set else use old code.
2830
2831         * ParagraphList.C: remove all NO_NEXT code and only compile this
2832         code of NO_STD_LIST is set.
2833
2834 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2835
2836         * BufferView_pimpl.C:
2837         * TextCache.C:
2838         * TextCache.h:
2839         * bufferlist.C:
2840         * errorlist.h:
2841         * format.C:
2842         * format.h:
2843         * graph.C:
2844         * lyxfunc.C:
2845         * lyxrc.C:
2846         * graphics/GraphicsConverter.C:
2847         * graphics/PreviewLoader.C: header adjustment
2848
2849 2003-05-23  Angus Leeming  <leeming@lyx.org>
2850
2851         * LaTeXFeatures.[Ch] (useBabel): new method.
2852         * bufferparams.C (writeLaTeX): use it.
2853
2854 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2855
2856         * ParagraphList.h (set): remove unused function.
2857
2858 2003-05-23  André Pönitz  <poenitz@gmx.net>
2859
2860         * BufferView.C:
2861         * BufferView_pimpl.C:
2862         * buffer.C:
2863         * buffer.h:
2864         * lyxfunc.C:
2865         * undo_funcs.C: setUndo reworked
2866
2867         * iterators.[Ch]: add access to topmost ParagraphList
2868
2869         * lyxtext.[Ch] (workWidth): add a const
2870
2871 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2872
2873         * texrow.[Ch] (increasePos): remove function
2874         * exporter.C (export): removed unused var and outdated comment
2875
2876 2003-05-23  Angus Leeming  <leeming@lyx.org>
2877
2878         * latexrunparams.h: rename fragile as moving_arg.
2879         * paragraph.C (simpleTeXOnePar): ditto.
2880         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2881
2882 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2883
2884         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2885         (createUndo): ditto
2886         (textUndoOrRedo): comment out a currently unused var.
2887
2888         * paragraph.h (NO_NEXT): enable NO_NEXT
2889
2890         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2891
2892         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2893
2894         * exporter.C (Export): adjust for removeAutoInsets removal.
2895
2896         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2897
2898         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2899
2900         * BufferView.[Ch] (removeAutoInsets): delete function
2901
2902 2003-05-22  Angus Leeming  <leeming@lyx.org>
2903
2904         * latexrunparams.h: add a free_spacing variable.
2905
2906         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2907         to pass moving_arg, as the data is stored in runparams.fragile.
2908
2909         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2910         to Inset::latexOptional or to simpleTeXOnePar.
2911
2912         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2913         free_spacing arg to Inset::latexOptional.
2914
2915         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2916         free_spacing arg.
2917
2918 2003-05-22  Angus Leeming  <leeming@lyx.org>
2919
2920         * latexrunparams.h: add fragile and use_babel variables.
2921
2922         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2923         * buffer.C (makeLaTeXFile): store this returned value in
2924         runparams.use_babel, thus passing it to the inset::latex methods.
2925
2926         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2927         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2928
2929         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2930         longer has a fragile arg, as it is stored in runparams.fragile.
2931
2932         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2933         moving_arg parameter as the data is stored in runparams.fragile.
2934
2935         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2936         a fragile parameter as the data is stored in runparams.fragile.
2937
2938 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2939
2940         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2941
2942 2003-05-22  Angus Leeming  <leeming@lyx.org>
2943
2944         * latexrunparams.h: add a 'bool nice' which defaults to false.
2945
2946         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2947         now encapsulated within runparams.
2948
2949         * bufferlist.C (updateIncludedTeXfiles):
2950         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2951
2952 2003-05-22  Angus Leeming  <leeming@lyx.org>
2953
2954         * latexrunparams.h: new file containing struct LatexRunParams.
2955         * Makefile.am: add new file.
2956
2957         * LaTeX.[Ch] (c-tor, run):
2958         * buffer.[Ch] (makeLaTeXFile):
2959         * bufferlist.[Ch] (updateIncludedTeXfiles):
2960         * converter.C (convert, scanLog):
2961         * converter.[Ch] (runLaTeX):
2962         * exporter.C (Export):
2963         * paragraph.[Ch] (simpleTeXOnePar):
2964         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2965         * paragraph_funcs.[Ch] (latexParagraphs):
2966         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2967         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2968         pass around a LatexRunParams parameter.
2969
2970 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2971
2972         * paragraph.[Ch]: remove unused constructor
2973
2974         * ParagraphList.C (erase): new function, taking two iterators
2975
2976 2003-05-22  André Pönitz  <poenitz@gmx.net>
2977
2978         * undo_funcs.C: remove duplicated code
2979
2980         * iterator.[Ch]: operator=
2981
2982 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2983
2984         * tabular.C (SetMultiColumn): ws changes
2985
2986         * rowpainter.C (paintFirst): get rid of a ->previous
2987
2988         * lyx_cb.C (getPossibleLabel): parlist simplification
2989
2990         * BufferView.C (ChangeInsets): simplify slightly.
2991
2992 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2993
2994         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2995         * lfuns.h: new LFUN_SPACE
2996         * lyxfunc.C: protected space has a new lfun
2997         * paragraph_funcs.C: read new space insets
2998         * text3.C:
2999         * factory.C: handle new space insets
3000
3001 2003-05-22  André Pönitz  <poenitz@gmx.net>
3002
3003         * BufferView.C:
3004         * BufferView_pimpl.C:
3005         * buffer.[Ch]:
3006         * lyxfunc.C:
3007         * undo_funcs.C: return a ParIterator from getParFromID.
3008
3009         * iterators.[Ch]: add two const's
3010
3011 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3012
3013         * toc.C (getTocList): adjust
3014
3015         * iterators.[Ch]: rework for parlist
3016
3017         * buffer.C (par_iterator_begin): adjust
3018         (par_iterator_end): adjust
3019
3020         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
3021
3022         * BufferView.C (removeAutoInsets): adjust
3023         (ChangeInsets): adjust
3024
3025 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
3026
3027         * text.C (top_y): fix bug 1110
3028
3029 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
3030
3031         * errorlist.[Ch]: added
3032         * buffer.C:
3033         * BufferView.[Ch]:
3034         * BufferView_pimpl.C:
3035         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
3036         instead
3037
3038 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3039
3040         * Makefile.am: ensure that lyx is relinked upon changes to the
3041         various "convenience" libs.
3042
3043 2003-05-20  Angus Leeming  <leeming@lyx.org>
3044
3045         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
3046         files are compiled in alphabetical order again.
3047
3048         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
3049
3050 2003-05-19  Angus Leeming  <leeming@lyx.org>
3051
3052         * gettext.[Ch]: remove "char const * _(char const *)".
3053
3054 2003-05-19  André Pönitz  <poenitz@gmx.net>
3055
3056         * dimension.[Ch]: promote from mathed/dimension.[Ch]
3057
3058         * Makefile.am:
3059         * BufferView.C:
3060         * DepTable.h:
3061         * LaTeXFeatures.C:
3062         * buffer.C:
3063         * lyxfont.C:
3064         * lyxlex.h:
3065         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
3066
3067 2003-05-19  André Pönitz  <poenitz@gmx.net>
3068
3069         * buffer.C:
3070         * lyxlayout.[Ch]:
3071         * lyxtextclass.[Ch]:
3072         * paragraph.C:
3073         * paragraph_funcs.[Ch]:
3074         * text2.C:
3075         * text3.C: more insetenv work
3076
3077 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
3078
3079         * ParagraphParameters.C (params2string): small bug fixed
3080
3081 2003-05-16  André Pönitz  <poenitz@gmx.net>
3082
3083         * debug.C:
3084         * bufferview_funcs.C: patch from Kornel Benko to prevent
3085           crash when _(...) is called twice in a statement
3086
3087 2003-05-16  André Pönitz  <poenitz@gmx.net>
3088
3089         * BufferView.C:
3090         * lyxfunc.C:
3091         * text.C:
3092         * text2.C:
3093         * text3.C:
3094         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
3095
3096 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
3097
3098         * lyx_main.C (init): remove spurious static_cast
3099
3100 2003-05-14  André Pönitz  <poenitz@gmx.net>
3101
3102         * BufferView.C: fix format string
3103
3104 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
3105
3106         * BufferView.[Ch] (insertErrors): removed
3107         * BufferView.[Ch] (showErrorList): added
3108         * buffer.C (runChkTeX):
3109         * converter.C (scanLog): call showErrorList instead of inserterrors
3110
3111 2003-05-13  André Pönitz  <poenitz@gmx.net>
3112
3113         * BufferView_pimpl.C:
3114         * buffer.C:
3115         * bufferview_func.C:
3116         * MenuBackend.C:
3117         * lyxfunc.C:
3118         * lyxrc.C:
3119         * tex-accent.C:
3120         * text3.C:
3121         * toc.C:
3122         * tabular_funcs.h: tostr() from its own header
3123
3124         * ParagraphParameters.C:
3125         * ToolbarBackend.C:
3126         * bufferparams.C:
3127         * format.C:
3128         * lyxlex_pimpl.C:
3129         * text3.C: STRCONV()
3130
3131 2003-05-12  André Pönitz  <poenitz@gmx.net>
3132
3133         * BufferView.C:
3134         * BufferView_pimpl.C:
3135         * CutAndPaste.C:
3136         * LaTeX.C:
3137         * LaTeXFeatures.C:
3138         * ParagraphParameters.C:
3139         * buffer.C:
3140         * bufferlist.C:
3141         * bufferparams.C:
3142         * bufferview_funcs.C:
3143         * converter.C:
3144         * counters.C:
3145         * debug.C:
3146         * exporter.C:
3147         * format.C:
3148         * importer.C:
3149         * lyx_cb.C:
3150         * lyx_main.C:
3151         * lyxfont.C:
3152         * lyxfunc.C:
3153         * lyxvc.C:
3154         * paragraph.C:
3155         * paragraph_funcs.C:
3156         * tabular.C:
3157         * tabular_funcs.C:
3158         * text2.C:
3159         * text3.C:  boost::format -> bformat  all over the place
3160
3161
3162 2003-05-09  André Pönitz  <poenitz@gmx.net>
3163
3164         * LColor.[Ch]: Pimpl the #include <map> away
3165
3166 2003-05-09  John Levon  <levon@movementarian.org>
3167
3168         * bufferlist.C: never remove emergency saves
3169
3170 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3171
3172         * Makefile.am: better lib building
3173
3174 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3175
3176         * texrow.[Ch]: remove dependency on Paragraph and just store a id
3177         instead.
3178         * paragraph_pimpl.C (simpleTeXBlanks): adjust
3179         (simpleTeXSpecialChars): adjust
3180         (simpleTeXSpecialChars): adjust
3181         * paragraph.C (simpleTeXOnePar): adjust
3182         * buffer.C (makeLaTeXFile): adjust
3183
3184         * Makefile.am (BOOST_LIBS): allow boost as system lib.
3185
3186         * text2.C (changeDepth): parlist cleanup
3187         (getColumnNearX): ditto
3188
3189         * rowpainter.C (getLabelFont): parlist cleanup
3190
3191         * bufferlist.C (newFile): parlist cleanup
3192
3193         * CutAndPaste.C (eraseSelection): parlist cleanup
3194
3195         * BufferView_pimpl.C (trackChanges): parlist cleanup
3196         (dispatch): ditto
3197
3198         * BufferView.C (lockInset): parlist cleanup.
3199         (ChangeInsets): ditto
3200
3201 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3202
3203         * CutAndPaste.h: Update file header.
3204
3205         * CutAndPaste.C: Update file header.
3206         Store the parts cut out of the Document in a limited_stack.
3207         (copySelection): adjust
3208         (pasteSelection): new function, takes the index in the limited stack.
3209         (nrOfParagraphs): adjust
3210         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
3211         simplify error inset insertion.
3212         (checkPastePossible): adjust
3213
3214 2003-05-06  John Levon  <levon@movementarian.org>
3215
3216         * text2.C: don't cast wrap inset to float
3217
3218 2003-05-05  André Pönitz  <poenitz@gmx.net>
3219
3220         * iterator.C:
3221         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
3222
3223         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
3224           few naked Paragraph *.
3225
3226 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
3227
3228         * bufferparams.C: Output warning if a document with missing
3229         TeX document class is loaded
3230         * exporter.C: Disable TeX exports if the document class is missing
3231         * lyxtextclass.C:
3232         * lyxtextclass.h:
3233         * lyxtextclasslist.C: Handle new textclass.lst format; new method
3234         isTeXClassAvailable()
3235
3236 2003-05-03  John Levon  <levon@movementarian.org>
3237
3238         * BufferView.h:
3239         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
3240         explicit cursor show/hide
3241
3242         * BufferView_pimpl.h:
3243         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
3244         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
3245
3246         * lyxfunc.C: hide cursor before dispatching.
3247
3248         * lyx_cb.C:
3249         * lyxfind.C:
3250         * text.C:
3251         * text3.C: remove explicit cursor hides
3252
3253 2003-05-02  André Pönitz  <poenitz@gmx.net>
3254
3255         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
3256
3257         * undo_funcs.C:
3258         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
3259           linked lists
3260
3261         * text2.C: tiny whitespace
3262
3263 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3264
3265         * undo_funcs.C: almost only ws changes.
3266
3267         * ParagraphList.C (splice): just return if pl is empty.
3268
3269 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3270
3271         * ParagraphList.C (splice): new function.
3272
3273         * CutAndPaste.C (pasteSelection): use it
3274
3275 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3276
3277         * CutAndPaste.C (pasteSelection): remove the last next and
3278         previous from this file.
3279
3280 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3281
3282         * CutAndPaste.C (pasteSelection): more clean up, user proper
3283         ParagraphList functions for pasteing.
3284
3285         * ParagraphList.C (insert): new function, three arg insert
3286
3287 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3288
3289         * ParagraphList.C (insert): new function, three arg insert
3290
3291         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
3292         not on paragraphs.
3293
3294 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3295
3296         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
3297
3298 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3299
3300         * CutAndPaste.C (pasteSelection): remove some unneeded code.
3301
3302 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3303
3304         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
3305         (copySelection): clean up a bit.
3306         (pasteSelection): use make_pair
3307
3308         * ParagraphList.C (ParagraphList): implement copy constructor
3309         (operator=): implement, base on copy constructor.
3310         (assign): new func
3311
3312         * paragraph.C (erase): return a bool
3313
3314         * paragraph_pimpl.C (erasePos): remove function, move contents...
3315         (erase): ... here. Return a bool.
3316         (erase): call erase instead of erasePos.
3317
3318 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
3319
3320         * ParagraphList.h: define PitPosPair
3321         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
3322         ParagraphList, fix a bug on pasting multiple pars
3323         * text2.C: change interface to C&P
3324
3325 2003-04-30  André Pönitz  <poenitz@gmx.net>
3326
3327         * undo_func.C: revert part of yesterday's patch 2
3328
3329 2003-04-30  John Levon  <levon@movementarian.org>
3330
3331         * LColor.C: s/tabular/table/
3332
3333 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3334
3335         * text3.C (dispatch): do not convert iterator -> pointer
3336         * undo_funcs.C (setCursorParUndo): ditto
3337         * text_funcs.C (transposeChars): ditto
3338
3339         * text2.C (setLayout): ws changes only
3340
3341         * text.C (breakParagraph): do not convert iterator -> pointer
3342         (insertChar): ditto
3343         (acceptChange): ditto
3344         (rejectChange): ditto
3345         (changeCase): ditto
3346         (Delete): ditto
3347         (backspace): ditto
3348
3349         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
3350         pointer
3351
3352 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3353
3354         * text3.C (gotoInset): YABG (yet another bad getChar)
3355
3356 2003-04-29  André Pönitz  <poenitz@gmx.net>
3357
3358         * paragraph.h: make operator= private unimplemented as long as
3359           it is unusable
3360
3361         * ParagraphList.C: whitespace
3362
3363         * paragraph.[Ch]:
3364         * paragraph_pimpl.[Ch]:
3365         * paragraph_funcs.C:
3366         * CutAndPaste.C:
3367         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
3368
3369         * text2.C:
3370           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
3371
3372 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3373
3374         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
3375         * paragraph.[Ch] (erase):
3376         * paragraph_pimpl.[Ch] (erase): change return type and value
3377         * text2.C (cutSelection): some rework
3378
3379 2003-04-28  John Levon  <levon@movementarian.org>
3380
3381         * bufferlist.C: changes for unsaved changes dialog
3382
3383 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3384
3385         * bufferlist.C (newFile): set language (messages_) for new
3386         documents also.
3387
3388         * buffer.C (readFile): ws changes only.
3389
3390 2003-04-28  André Pönitz  <poenitz@gmx.net>
3391
3392         * undo_funcs.C:
3393         * lyxfunc.C:
3394         * buffer.[Ch]:
3395         * BufferView_pimpl.C:
3396         * BufferView.C: getParFromID related ParagraphList::iterator changes
3397
3398 2003-04-28  André Pönitz  <poenitz@gmx.net>
3399
3400         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
3401           Changes
3402
3403 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3404
3405         * messages.C: remove one more localedir class variable.
3406
3407 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3408
3409         * messages.C (getLocaleDir): singleton generation function
3410         (Pimpl): use it.
3411         (Messages): add a default constructor.
3412
3413         * main.C (main): do not setup localedir here, do not call
3414         gettext_init.
3415
3416         * gettext.C (_): use it.
3417         (gettext_init): delete funciton
3418
3419 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3420
3421         * gettext.C (getLyXMessages): new singleton generating function.
3422
3423         * buffer.C (updateDocLang): adjust
3424
3425         * Makefile.am (messages.o): add target
3426         (main.o): remove target
3427
3428 2003-04-27  John Levon  <levon@movementarian.org>
3429
3430         * bufferlist.C:
3431         * lyx_cb.C:
3432         * lyxfunc.C:
3433         * lyxvc.C: specify cancel button in Alert::prompt
3434
3435 2003-04-26  John Levon  <levon@movementarian.org>
3436
3437         * text3.C:
3438         * lyxfunc.C:
3439         * lfuns.h:
3440         * LyXAction.C: add LFUN_INSET_SETTINGS
3441
3442         * lyxfunc.C: don't enable tabular-feature when there's
3443         just any locking inset
3444
3445 2003-04-26  John Levon  <levon@movementarian.org>
3446
3447         * bufferlist.C: re-add Cancel to buffer close question
3448
3449         * lyxfunc.C: fix import UI a bit
3450
3451 2003-04-25  John Levon  <levon@movementarian.org>
3452
3453         * gettext.C: remove the broken asserts for now
3454
3455 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3456
3457         * messages.C: make case where setlocale cannot comply work better.
3458
3459         * buffer.C (updateDocLang): new function
3460         (changeLanguage): use it
3461         (readFile): use it
3462
3463         * text2.C (setCounter): use B_ a bit.
3464
3465         * lyxlayout.C (Read): be sure to trim the label strings.
3466
3467         * messages.C (Messages): fix typo in comment
3468
3469         * buffer.C (readFile): set message_ after file is loaded.
3470         (makeDocBookFile): remove double return
3471         (changeLanguage): reset message_ upon language change.
3472         (B_): new func, use this to get translated buffer strings.
3473
3474         * main.C: add myself and Jean Marc as authors.
3475
3476 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3477
3478         * messages.[hC]: pimplify Messages, and three different pimpls to be
3479         used in different circumstances.
3480
3481         * gettext.[Ch]: change for use with new message code.
3482
3483 2003-04-24 André Pönitz <poenitz@gmx.net>
3484
3485         * factory.C: support for eqref
3486
3487 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3488
3489         * messages.[Ch]: add missing char
3490
3491         * Makefile.am (lyx_SOURCES): add messages.[Ch]
3492
3493         * messages.[Ch]: New files
3494
3495 2003-04-18  John Levon  <levon@movementarian.org>
3496
3497         * BufferView.h:
3498         * BufferView.C:
3499         * BufferView_pimpl.C:
3500         * lfuns.h:
3501         * LyXAction.C:
3502         * lyxtext.h:
3503         * text2.C: remove layout-copy/paste (bug 778)
3504
3505 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3506
3507         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
3508
3509 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3510
3511         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
3512         if they succeed. Act accordingly.
3513
3514 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3515
3516         * text2.C (setCharFont): adjust
3517         (setCounter): adjust
3518         (insertStringAsLines): adjust
3519
3520         * text.C (leftMargin): adjust
3521         (setHeightOfRow): adjust
3522
3523         * rowpainter.C (paintFirst): adjust
3524         (paintLast): adjust
3525
3526         * paragraph_funcs.C (depthHook): ParagraphList::iterators
3527         (outerHook): ditto
3528         (isFirstInSequence): ditto
3529         (getEndLabel): ditto
3530         (outerFont): adjust
3531
3532         * paragraph.C (getParLanguage): comment out some hard stuff.
3533
3534         * buffer.C (insertStringAsLines): take a ParagraphList as arg
3535         (sgmlError): ditto
3536         (simpleDocBookOnePar): ditto
3537         (makeDocBookFile): use ParagraphList::iterator
3538
3539         * CutAndPaste.C (pasteSelection): adjust
3540
3541 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3542
3543         * text2.C (getFont): adjust
3544         (getLayoutFont): adjust
3545         (getLabelFont): adjust
3546
3547         * paragraph_funcs.C (TeXOnePar): adjust
3548
3549         * buffer.C (simpleLinuxDocOnePar): adjust
3550         (simpleDocBookOnePar): adjust
3551
3552         * CutAndPaste.C (pasteSelection): adjust
3553
3554         * BufferView.C (getEncoding): adjust
3555
3556         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3557
3558 2003-04-16  John Levon  <levon@movementarian.org>
3559
3560         * lyxfind.C: use parlist stuff for search/changes
3561
3562 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3563
3564         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3565
3566         * text2.C (deleteEmptyParagraphMechanism): adjust
3567
3568         * text2.[Ch] (ownerParagraph): delete func (both of them
3569
3570 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3571
3572         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3573
3574 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3575
3576         * ParagraphList.C: prepare for NO_NEXT
3577
3578 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3579
3580         * text2.C (getFont): adjust
3581         (getLayoutFont): adjust
3582         (getLabelFont): adjust
3583
3584         * paragraph.C (getFont): adjust
3585         (getLabelFont): adjust
3586         (getLayoutFont): adjust
3587
3588         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3589
3590 2003-04-15  John Levon  <levon@movementarian.org>
3591
3592         From Angus Leeming
3593
3594         * lyx_main.C: handle Include in .ui files
3595
3596 2003-04-15  John Levon  <levon@movementarian.org>
3597
3598         * MenuBackend.C: make the doc files length shorter
3599
3600         * ToolbarBackend.h:
3601         * ToolbarBackend.C: handle toolbar placement flags,
3602         Minibuffer
3603
3604 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3605
3606         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3607         adjust
3608
3609         * paragraph_funcs.C (TeXOnePar): adjust
3610
3611         * paragraph.C (getLabelFont): add outerfont arg, adjust
3612         (getLayoutFont): ditto
3613         (simpleTeXOnePar): adjust
3614
3615         * paragraph_pimpl.C (realizeFont): delete func
3616
3617 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3618
3619         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3620         row argument, constify cur argument.
3621
3622 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3623
3624         * text2.C (getFont): adjust
3625         (getLayoutFont): adjust
3626         (getLabelFont): adjust
3627
3628         * paragraph_funcs.C (TeXOnePar): adjust
3629         (outerFont): new func...
3630         (realizeFont): ...moved out from here, changed this to facilitate
3631         transition
3632
3633         * paragraph.C (getFont): take outerfont as arg, adjust
3634         (simpleTeXOnePar): add outerfont arg, adjust
3635
3636         * buffer.C (simpleLinuxDocOnePar): adjust
3637         (simpleDocBookOnePar): adjust
3638
3639         * CutAndPaste.C (pasteSelection): adjust
3640
3641         * BufferView.C (getEncoding): adjust
3642
3643 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3644
3645         * text2.C (setCharFont): adjust
3646         (setCounter): adjust
3647
3648         * text.C (leftMargin): adjust
3649         (setHeightOfRow): adjust
3650
3651         * rowpainter.C (paintFirst): adjust
3652         (paintLast): adjust
3653
3654         * paragraph_pimpl.C (realizeFont): adjust
3655
3656         * paragraph.C (isFirstInSequence): move from here...
3657         * paragraph_funcs.C (isFirstInSequence): ...to here
3658
3659         * paragraph.C (outerHook): move from here...
3660         * paragraph_funcs.C (outerHook): ...to here
3661
3662         * paragraph.C (depthHook): move from here...
3663         * paragraph_funcs.C (depthHook): ...to here
3664
3665         * paragraph.C (getEndLabel): move from here...
3666         * paragraph_funcs.C (getEndLabel): ...to here
3667
3668         * text2.C (realizeFont): move from here...
3669         * paragraph_funcs.C (realizeFont): ...to here
3670
3671 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3672
3673         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3674
3675 2003-04-14  Angus Leeming  <leeming@lyx.org>
3676
3677         * LColor.[Ch]: scrap LColor mathcursor.
3678
3679 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3680
3681         * lyxlex.[Ch] (text): delete function
3682         * trans.C (Load): adjust
3683         * paragraph_funcs.C (readParToken): adjust
3684
3685 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3686
3687         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3688         vector<char> instead of a char[].
3689
3690         * lyxlex_pimpl.C (getString): adjust
3691         (next): adjust
3692         (lex): use getString
3693         (eatLine): adjust
3694         (nextToken): adjust
3695
3696         * lyxlex.C (text): use pimpl_->getString()
3697         (getBool): ditto
3698         (findToken): ditto
3699
3700 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3701
3702         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3703         (makeFontEntriesLayoutSpecific): temp var for par.size()
3704         (setLayout): temp var for ownerParagraphs().end()
3705         (fullRebreak): temp var for rows().end()
3706         (selectionAsString): temp var for boost::next(startpit), realize
3707         that the while really is a regular for loop.
3708         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3709         setCursor in one place.
3710         (setParagraph): temp vr for ownerParagraphs().end()
3711         (updateCounters): make the while loop a for loop
3712         (cutSelection): temp var for ownerParagraphs().end()
3713         (updateInset): make the do {} while() a regular for loop
3714         (getCursorX): use temp vars
3715         (setCurrentFont): use temp vars
3716         (getColumnNearX): use temp vars
3717
3718 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3719
3720         * text.C (transformChar): use temp var for getChar
3721         (computeBidiTables): use temp var for row->par()
3722         (fill): move temp vars for row->par() and pit->layout() earlier in
3723         the function.
3724         (labelFill): use temp var for row->par()
3725         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3726         asc and desc, realize that pit never changes and that firstpit is
3727         just a duplicate and not needed. Exchange rit->par() with pit in a
3728         lot of places.
3729         (breakAgain): use a temp var for boost::next(rit)
3730         (breakAgainOneRow): ditto
3731         (breakParagraph): use a temp var for rows().begin()
3732         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3733         (cursorRightOneWord): use temp var for cursor.par() and
3734         cursor.pos(), remove usage of tmpcursor.
3735         (cursorLeftOneWord): use temp var for cursor.par() and
3736         cursor.pos() only set cur at end of function.
3737
3738 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3739
3740         * text.C, text2.C: exchange all usage of Paragraph::next with
3741         boost::next(ParagraphList::iterator)
3742
3743         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3744
3745         * text2.C (cursorTop): simplify implementation
3746         (cursorBottom): ditto
3747         (setParagraph): use ParagraphList::iterator
3748         (setCurrentFont): adjust
3749         (getColumnNearX): adjust
3750         (cursorRight): adjust
3751         (cursorLeft): remove usage of Paragraph::previous
3752         (cursorUpParagraph): ditto
3753         (deleteEmptyParagraphMechanism): slight cleanup
3754
3755         * text.C (isBoundary): take a Paragraph const & instead of a
3756         pointer as arg.
3757         (addressBreakPoint): ditto
3758         (leftMargin): remove usage of Paragraph::previous.
3759         (setHeightOfRow): ditto
3760         (cursorLeftOneWord): ditto
3761         (selectNextWordToSpellcheck): ditto
3762         (Delete): ditto
3763         (backspace): ditto
3764         (breakParagraph): remove one usage of Paragraph::next
3765         (redoParagraph): ditto
3766         (acceptChange): ditto
3767         (insertChar): adjust
3768         (rowBreakPoint): adjust
3769
3770         * bufferview_funcs.C (toggleAndShow): adjust
3771
3772 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3773
3774         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3775         methods to access it.
3776         * lyxtext.h:
3777         * text.C: Added updateRowPositions to compute all row positions.
3778         Make top_y and getRowNearY() to use the cached y position
3779
3780 2003-04-11  John Levon  <levon@movementarian.org>
3781
3782         * text.C (rowBreakPoint): reintroduce the labelEnd
3783         checks, code copied from the row fill stuff. Deep voodoo.
3784
3785         * text.C (fill): add a comment and debugging for the
3786         next poor soul.
3787
3788 2003-04-11  John Levon  <levon@movementarian.org>
3789
3790         * text.C: make sure fullrow insets get wrapped to the next line,
3791         even when they're in a manual label
3792
3793 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3794
3795         * text2.C (insertParagraph): make it take ParagraphList::iterator
3796         as arg.
3797         (setLayout): make it return ParagraphList::iterator
3798         (redoParagraphs): ditto
3799         (setCounter): ditto
3800         (checkParagraph): ditto
3801
3802         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3803
3804         * text2.C: adjust several funcs.
3805         (realizeFont): take a ParagraphList::iterator as arg.
3806         (getLayoutFont): ditto
3807         (getLabelFont): ditto
3808         (setCharFont): ditto
3809
3810         * text.C: adjust several funcs.
3811
3812 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3813
3814         * text.C (selectNextWordToSpellcheck): don't accidentally
3815         skip insets
3816
3817 2003-04-10  John Levon  <levon@movementarian.org>
3818
3819         * ToolbarBackend.C (getIcon): special handling for
3820         LFUN_MATH_DELIM
3821
3822 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3823
3824         * text2.C (cursorRight): a getChar assert fixed
3825
3826 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3827
3828         * text2.C (getFont): change to take a ParagraphList::iterator
3829         instead of Paragraph*
3830         Adjust several functions.
3831
3832         * text.C (transformChar): change to take a ParagraphList::iterator
3833         instead of Paragraph*
3834         (singleWidth): ditto
3835         Adjust several functions.
3836
3837         * rowpainter.C: adjust several functions
3838         * rowpainter.h:store a ParagraphList::iterator and not a
3839         Paragraph&.
3840
3841
3842 2003-04-09  John Levon  <levon@movementarian.org>
3843
3844         * lyxfunc.C:
3845         * lfuns.h:
3846         * LyXAction.h:
3847         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3848         and the "help" bits as well
3849
3850 2003-04-09  John Levon  <levon@movementarian.org>
3851
3852         * ToolbarBackend.h:
3853         * ToolbarBackend.C: allow multiple toolbars
3854
3855 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3856
3857         * undo_funcs.C (setCursorParUndo): adjust
3858
3859         * text_funcs.C (transposeChars): adjust
3860
3861         * text3.C (gotoNextInset): adjust
3862         (dispatch): adjust
3863
3864         * text2.C (setLayout): adjust
3865         (changeDepth): adjust
3866         (setFont): adjust
3867         (redoParagraphs): adjust
3868         (selectionAsString): adjust
3869         (setParagraph): adjust
3870         (insertInset): adjust
3871         (cutSelection): adjust
3872         (copySelection): adjust
3873         (pasteSelection): adjust
3874         (insertStringAsLines): adjust
3875         (updateInset): adjust
3876         (setCursor): change to take a ParagraphList::iterator parameter
3877         (setCursorIntern): change to take a ParagraphList::iterator parameter
3878         (setCurrentFont): adjust
3879         (cursorLeft): adjust
3880         (cursorRight): adjust
3881         (deleteEmptyParagraphMechanism): adjust
3882
3883         * text.C (breakParagraph): adjust
3884         (insertChar): adjust
3885         (acceptChange): adjust
3886         (rejectChange): adjust
3887         (selectNextWordToSpellcheck): adjust
3888         (changeCase): adjust
3889         (Delete): adjust
3890         (backspace): adjust
3891
3892         * lyxfind.C (SearchForward): adjust
3893         (SearchBackward): adjust
3894         (nextChange): adjust
3895
3896         * lyxcursor.C (par): adjust
3897
3898         * lyxcursor.h: store a ParagraphList::iterator instead of a
3899         Paragraph*
3900
3901         * lyx_cb.C (getPossibleLabel): adjust
3902
3903         * bufferview_funcs.C (toggleAndShow): adjust
3904
3905         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3906         (dispatch): adjust
3907
3908         * BufferView.C (removeAutoInsets): adjust
3909         (lockedInsetStoreUndo): adjust
3910
3911 2003-04-09  John Levon  <levon@movementarian.org>
3912
3913         * ToolbarBackend.C: try icon without argument
3914         if with argument fails
3915
3916 2003-04-08  John Levon  <levon@movementarian.org>
3917
3918         * ToolbarBackend.h:
3919         * ToolbarBackend.C: add getIcon(), handle tooltip,
3920         and change from "Icon" to "Item".
3921
3922 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3923
3924         * BufferView.C (lockInset): another bad getchar crunched
3925
3926 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3927
3928         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3929         again)
3930
3931 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3932
3933         * lyxfind.C (searchForward, searchBackwards): bug 782
3934
3935 2003-04-07  John Levon  <levon@movementarian.org>
3936
3937         * paragraph.C: remove dead comment
3938
3939         * text.C: remove troublesome depth-fiddling code
3940         in leftMargin() and rightMargin() (bug 1017)
3941
3942         * text.C: fix breaking of rows in nested lists
3943         (bug 1004)
3944
3945         * text2.C (updateCounters): fix up depth values
3946         (bug 1013)
3947
3948 2003-04-07  John Levon  <levon@movementarian.org>
3949
3950         * BufferView_pimpl.C: clear message when doc finishes resizing,
3951         and after a mouse event
3952
3953         * lyxfunc.C: clear message after exiting inset
3954
3955 2003-04-07  John Levon  <levon@movementarian.org>
3956
3957         * bufferview_funcs.C: show math status not outside
3958         status in the statusbar
3959
3960 2003-04-07  John Levon  <levon@movementarian.org>
3961
3962         * lyxfunc.C: note status changed after a depth change
3963
3964 2003-04-04  Angus Leeming  <leeming@lyx.org>
3965
3966         * LaTeX.h: move AuxInfo operator==, != out of line.
3967         Remove LaTeX virtual destructor; nothing derives from it.
3968         Move operator()() out of public area and rename it startscript().
3969         Change protected for private.
3970
3971 2003-04-04  Angus Leeming  <leeming@lyx.org>
3972
3973         * lyxfunc.C:
3974         * text2.C: remove unneeded #includes.
3975
3976 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3977
3978         * text2.C (dEPM): fix the heigth of the next row
3979
3980 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3981
3982         * text.C: squashed an invalid getChar requester + some ws changes
3983
3984 2003-04-03  John Levon  <levon@movementarian.org>
3985
3986         * bufferview_funcs.h:
3987         * bufferview_funcs.C:
3988         * lyxfunc.C:
3989         * lyxtext.h:
3990         * text2.C: make getStatus work for the env depth lfuns
3991
3992 2003-04-03  John Levon  <levon@movementarian.org>
3993
3994         * bufferview_funcs.h:
3995         * bufferview_funcs.C:
3996         * lyxfunc.C:
3997         * lyxtext.h:
3998         * text2.C: parlistize decDepth(), by merging it with incDepth()
3999
4000 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4001
4002         * lyxrow.h: store a ParagraphList::iterator instead of a
4003         Paragraph* and adjust other class functions to suit.
4004
4005         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
4006         above.
4007
4008 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4009
4010         * text2.C (setCursor): do not anchor to cursor row for the time being
4011
4012 2003-04-02  John Levon  <levon@movementarian.org>
4013
4014         * LyXAction.C:
4015         * lfuns.h:
4016         * lyx_main.C:
4017         * lyxtext.h:
4018         * text.C:
4019         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
4020
4021 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4022
4023         * paragraph.h: make ParagraphList and ParagraphList::iterator
4024         friends of Paragraph.
4025
4026         * buffer.C (makeLinuxDocFile): move towards ParagraphList
4027
4028         * ParagraphList.C: Use the private next_ and previous_ from
4029         Paragraph.
4030
4031 2003-04-01  John Levon  <levon@movementarian.org>
4032
4033         * ToolbarBackend.h:
4034         * ToolbarBackend.C:
4035         * Makefile.am: rename, remove defaults gunk
4036
4037         * MenuBackend.h:
4038         * MenuBackend.C: remove defaults gunk
4039
4040         * Languages.h:
4041         * Languages.C: remove defaults gunk
4042
4043         * lyx_main.h:
4044         * lyx_main.C: error out if files couldn't be found.
4045
4046 2003-04-02  John Levon  <levon@movementarian.org>
4047
4048         * text2.C: make incDepth() use parlist
4049
4050 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4051
4052         * undo_funcs.C (firstUndoParagraph): adjust
4053
4054         * text3.C (gotoInset): adjust
4055         (dispatch): adjust, and rewrite loop.
4056
4057         * text2.C (init): adjust, and rewrite loop.
4058         (redoParagraphs): adjust
4059         (updateInset): adjust, and rewrite loop.
4060         (deleteEmptyParagraphMechanism): adjust
4061
4062         * tabular.C (LyXTabular): adjust
4063         (SetMultiColumn): adjust
4064         (TeXRow): adjust
4065
4066         * lyxtext.[Ch] (ownerParagraph): delete function
4067         (ownerParagraphs): new function returns a ParagraphList.
4068
4069         * BufferView.C (removeAutoInsets): adjust
4070         (insertErrors): adjust
4071         (setCursorFromRow): adjust
4072
4073 2003-04-01  Angus Leeming  <leeming@lyx.org>
4074
4075         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
4076         in the frontends.
4077
4078 2003-04-02  John Levon  <levon@movementarian.org>
4079
4080         * lyxtext.h:
4081         * text.C:
4082         * Makefile.am:
4083         * text_funcs.h:
4084         * text_funcs.C: make transposeChars a free function
4085
4086         * lyxrow_funcs.C: remove wrong comment
4087
4088 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4089
4090         * lyxtext.h: adjust
4091         * rowpainter.C: adjust
4092         * text.C: adjust
4093         * text2.C: adjust
4094         * text3.C: adjust
4095
4096         * lyxrow_funcs. [Ch]: new files
4097
4098         * lyxrow.[Ch]: remove next and previous pointers
4099         (next,previous): remove accessor functions
4100         (isParEnd): move to lyxrow_funcs
4101         (lastPos): move to lyxrow_funcs
4102         (nextRowIsAllInset): move to lyxrow_funcs
4103         (lastPrintablePos): move to lyxrow_funcs
4104         (numberOfSeparators): move to lyxrow_funcs
4105         (numberOfHfills): move to lyxrow_funcs
4106         (numberOfLabelHfills): move to lyxrow_funcs
4107         (hfillExpansion): move to lyxrow_funcs
4108
4109         * lyxfunc.C: adjust
4110
4111         * bufferview_funcs.C (toggleAndShow): adjust
4112
4113         * RowList.h: Remove class RowList from file leave just a
4114         std::list<Row>.
4115
4116         * RowList.C: delete file
4117
4118         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
4119         and lyxrow_funcs.h
4120
4121 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4122
4123         * text3.C (cursorPrevious): adjust
4124         (cursorNext): adjust
4125         (dispatch): adjust
4126
4127         * text2.C (redoHeightOfParagraph): adjust
4128         (redoDrawingOfParagraph): adjust
4129         (setCursor): adjust
4130
4131         * text.C (breakParagraph): adjust
4132         (insertChar): adjust
4133         (backspace): adjust
4134
4135         * rowpainter.C (RowPainter): adjust
4136         (leftMargin): simplify and adjust
4137         (most rowpainter functions): adjust.
4138
4139         * rowpainter.h: store the row as RowList::iterator not as Row*
4140
4141         * lyxcursor.C (row): taka RowList::iterator as arg
4142         (irow): ditto
4143
4144         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
4145         of Row*.
4146
4147 2003-04-01  Angus Leeming  <leeming@lyx.org>
4148
4149         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
4150         stuff like bool Bool.
4151
4152 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4153
4154         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
4155         rewrite a loop
4156
4157 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4158
4159         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
4160         RowList::iterator.
4161
4162         * lyxtext.h (rows): drop one version and leve a const variant that
4163         returns a RowList::iterator.
4164
4165 2003-03-31  Angus Leeming  <leeming@lyx.org>
4166
4167         * text.C (fill): ensure that the signature is the same as that in the
4168         header file.
4169
4170 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
4171
4172         * text2.C (redoParagraphs): adjust
4173         (updateCounters): adjust
4174         (checkParagraph): adjust
4175         (getColumnNearX): adjust and reformat a bit.
4176
4177         * text.C (top_y): adjust
4178         (workWidth): adjust
4179         (leftMargin): adjust
4180         (prepareToPrint): adjust
4181         (getRow): adjust
4182         (getRowNearY): adjust
4183
4184         * lyxtext.h: make rowlist_ mutable.
4185
4186         * RowList.h: add const_iterator
4187         * RowList.C: adjust for RowList::const_iterator.
4188
4189         * text2.C (getCursorX): make it take a RowList::iterator as arg,
4190         adjust.
4191
4192 2003-03-31  John Levon  <levon@movementarian.org>
4193
4194         * lyxrc.h:
4195         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
4196
4197         * lyx_main.C: set default fonts from using lyx_gui funcs
4198
4199         * exporter.C: pdf_mode moved from lyxrc
4200
4201         * lyx_cb.C:
4202         * lyxfunc.C: changes from above
4203
4204 2003-03-31  John Levon  <levon@movementarian.org>
4205
4206         * lyx_main.C: fix to the last fix
4207
4208 2003-03-31  John Levon  <levon@movementarian.org>
4209
4210         * bufferlist.C: "Load original" -> "Load Original"
4211
4212         * converter.C:
4213         * exporter.C:
4214         * importer.C:
4215         * lyx_main.C:
4216         * format.C: more Alert cleanups
4217
4218 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4219
4220         * text2.C (removeParagraph): make it take a RowList::iterator as
4221         arg, adjust.
4222         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
4223         (postRowPaint): make it take a RowList::iterator as arg, adjust.
4224
4225         * text.C (anchor_row): make it take a RowList::iterator as arg,
4226         adjust.
4227         (computeBidiTables): make it take a const reference to Row instead
4228         of Row pointer, adjust.
4229         (leftMargin): make it take a RowList::iterator as arg, adjust.
4230         (rowBreakPoint): adjust
4231         (breakAgainOneRow): make it take a RowList::iterator as arg,
4232         adjust.
4233         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
4234
4235         * bufferview_funcs.C (toggleAndShow): adjust
4236
4237 2003-03-30  John Levon  <levon@movementarian.org>
4238
4239         * Makefile.am:
4240         * BoostFormat.h:
4241         * boost-inst.C: moved to support
4242
4243         * several files: changes as a result
4244
4245 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4246
4247         * text2.C (LyXText): adjust.
4248         (init): adjust
4249         (removeRow): make it take a RowList::iterator as arg, adjust.
4250         (fullRebreak): adjust
4251         (deleteEmptyParagraphMechanism): adjust
4252         (clearPaint): adjust
4253         (postPaint): adjust
4254
4255         * text.C (top_y): adjust
4256         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
4257         (breakAgain): make it take a RowList::iterator as arg, adjust.
4258         (breakParagraph): adjust
4259         (insertChar): adjust
4260         (backspace): adjust
4261
4262         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
4263         need_break_row, and refresh_row.
4264
4265         * text3.C (dispatch): adjust
4266
4267         * text2.C (checkParagraph): adjust
4268         (setCursor): adjust
4269         (setCursorFromCoordinates): adjust
4270
4271         * text.C (top_y): adjust
4272         (workWidth): adjust
4273         (getRow): make it return a RowList::iterator, adjust
4274         (getRowNearY): make it return a RowList::iterator, adjust
4275
4276         * text2.C (init): adjust
4277         (insertRow): remove function
4278         (insertParagraph): adjust
4279         (redoParagraphs): adjust
4280         (fullRebreak): adjust
4281         (updateCounters): adjust
4282
4283         * text.C (top_y): rewrite to use RowList iterators.
4284         (top_y): adjust
4285         (setHeightOfRow): rewrite to sue RowList iterators.
4286         (appendParagraph): adjust
4287         (breakAgain): adjust
4288         (breakAgainOneRow): adjust
4289         (breakParagraph): adjust
4290         (getRow): adjust
4291         (getRowNearY): adjust, and remove commented code.
4292
4293         * lyxtext.h (firstRow): delete function
4294         (lastRow): delete function
4295         (rows): new function (const and non-const versions.)
4296         (insertRow): delete function
4297
4298         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
4299
4300 2003-03-29  John Levon  <levon@movementarian.org>
4301
4302         * BufferView_pimpl.C: always update scrollbar top
4303         because pasting text when we're anchored could mean we
4304         miss an update altogether
4305
4306 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4307
4308         * text2.C (init): use rowlist_.end() and not 0.
4309         (insertRow): change to take a RowList::iterator as arg, adjust
4310         for this.
4311         (insertParagraph): change to take a RowList::iterator as arg,
4312         adjust for this.
4313         (redoParagraphs): remove some debug msgs.
4314
4315         * text.C (appendParagraph): change to take a RowList::iterator
4316         arg, adjust for this.
4317         (breakAgain): add an assert
4318         (breakAgainOneRow): ditto
4319
4320 2003-03-29  John Levon  <levon@movementarian.org>
4321
4322         * text2.C: do not clear selection after inc/decDepth
4323         (bug 550)
4324
4325 2003-03-29  John Levon  <levon@movementarian.org>
4326
4327         * BufferView.C:
4328         * buffer.C: fix broken strerrors according to Lars
4329
4330 2003-03-29  John Levon  <levon@movementarian.org>
4331
4332         * converters.C: more Alert cleanups
4333
4334 2003-03-29  John Levon  <levon@movementarian.org>
4335
4336         * bufferview_funcs.C: remove pointless Alert
4337
4338         * buffer.C: fix confusing error message when
4339         a template is chmoded 000
4340
4341 2003-03-29  John Levon  <levon@movementarian.org>
4342
4343         * BufferView.C:
4344         * BufferView.h:
4345         * BufferView_pimpl.C: Alert fixes
4346
4347         * Makefile.am:
4348         * tabular.C:
4349         * tabular-old.C: remove unused table compat reading
4350
4351 2003-03-29  John Levon  <levon@movementarian.org>
4352
4353         * BufferView.C:
4354         * buffer.C:
4355         * lyx_cb.h:
4356         * lyx_cb.C: more Alert cleanups
4357
4358         * lyxfunc.C: don't allow chktex if not latex document
4359
4360 2003-03-29  John Levon  <levon@movementarian.org>
4361
4362         * lyx_cb.C:
4363         * BufferView.C:
4364         * buffer.C: warnings pushed down from support/,
4365         kill err_alert
4366
4367 2003-03-29  John Levon  <levon@movementarian.org>
4368
4369         * lyxfunc.C: safety check for C-r (revert)
4370
4371 2003-03-29  John Levon  <levon@movementarian.org>
4372
4373         * bufferlist.h:
4374         * bufferlist.C: several UI fixes using Alert::prompt.
4375         Fix the pointless looping quit code. Fix stupid revert
4376         behaviour (bug 938)
4377
4378         * lyxvc.h:
4379         * lyxvc.C:
4380         * lyx_cb.C: use Alert::prompt
4381
4382         * lyx_main.C: remove a silly question
4383
4384         * lyxfunc.C: remove a couple of silly questions,
4385         use Alert::prompt
4386
4387 2003-03-28  John Levon  <levon@movementarian.org>
4388
4389         * text2.C: fix bug 974 (End on empty par)
4390
4391 2003-03-28  John Levon  <levon@movementarian.org>
4392
4393         * BufferView_pimpl.C:
4394         * LyXAction.C:
4395         * lfuns.h: remove do-nothing math greek lfuns
4396
4397 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4398
4399         * lyxgluelength.h (isValidGlueLength): add default arg on
4400         parameter 2. Remove default arg from friend in class.
4401
4402         * lyxlength.h (isValidLength): add default arg on parameter 2.
4403         Remove default arg from friend in class.
4404
4405         * text2.C (LyXText): adjust, initialize refresh_row.
4406         (init): adjust
4407         (removeRow): adjust
4408         (insertRow): adjust
4409         (insertParagraph): adjst
4410         (redoParagraphs): adjust
4411         (fullRebreak): adjust
4412         (updateCounters): adjust
4413         (deleteEmptyParagraphMechanism): first attempt at fixing a
4414         crashing bug.
4415
4416         * text.C (top_y): adjust
4417         (setHeightOfRow): adjust
4418         (getRow): adjust
4419         (getRowNearY): adjust
4420
4421         * lyxtext.h: include RowList.h
4422         (~LyXText): not needed anymore, deleted.
4423         (firstRow): modify for RowList
4424         (lastRow): new function
4425         Delete firstrow and lastrow class variables, add a Rowlist
4426         rowlist_ class variable.
4427
4428         * lyxrow.C (lastPos): use empty() and not !size() to check if a
4429         paragraph is empty.
4430
4431         * RowList.C (insert): fix case where it == begin().
4432
4433 2003-03-26  Angus Leeming  <leeming@lyx.org>
4434
4435         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
4436         the thesaurus dialog.
4437
4438 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4439
4440         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
4441
4442         * RowList.[Ch]: new files
4443
4444         * ParagraphList.C (erase): handle the case where it == begin
4445         correctly.
4446
4447 2003-03-25  John Levon  <levon@movementarian.org>
4448
4449         * Makefile.am:
4450         * aspell_local.h:
4451         * aspell.C: add new aspell support
4452
4453         * lyxrc.h:
4454         * lyxrc.C: Make use_pspell be use_spell_lib. Always
4455         have it accessible.
4456
4457 2003-03-25  Angus Leeming  <leeming@lyx.org>
4458
4459         * lfuns.h:
4460         * LyXAction.C (init): new LFUN_INSET_INSERT.
4461
4462         * BufferView_pimpl.C (dispatch): split out part of the
4463         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
4464
4465         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
4466         LFUN_INSET_APPLY.
4467
4468 2003-03-25  Angus Leeming  <leeming@lyx.org>
4469
4470         * lyxfunc.C (dispatch): changes to the Dialogs interface.
4471
4472 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
4473
4474         * text2.C:
4475         * text3.C: remove useless row->height(0)
4476
4477 2003-03-25  John Levon  <levon@movementarian.org>
4478
4479         * lyxtext.h:
4480         * text2.C:
4481         * text3.C: rename the refreshing stuff to better names
4482
4483 2003-03-24  John Levon  <levon@movementarian.org>
4484
4485         * BufferView_pimpl.h:
4486         * BufferView_pimpl.C: update layout choice on a mouse
4487         press/release
4488
4489 2003-03-23  John Levon  <levon@movementarian.org>
4490
4491         * Makefile.am: fix commandtags.h reference
4492
4493 2003-03-22  John Levon  <levon@movementarian.org>
4494
4495         * BufferView_pimpl.C:
4496         * lyxtext.h:
4497         * rowpainter.C:
4498         * rowpainter.h:
4499         * text.C:
4500         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
4501
4502 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
4503
4504         * lyxtext.h:
4505         * text.C: take the rtl methods out of line
4506
4507 2003-03-21 André Pönitz <poenitz@gmx.net>
4508
4509         * metricsinfo.[Ch]: new files containing structures to be passed around
4510         during the two-phase-drawing...
4511
4512 2003-03-21 André Pönitz <poenitz@gmx.net>
4513
4514         * lyxtextclass.C: read 'environment' tag.
4515
4516 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
4517
4518         * text2.C (removeRow): fix bug 964
4519
4520 2003-03-20  John Levon  <levon@movementarian.org>
4521
4522         * rowpainter.C:
4523         * text.C:
4524         * text2.C: paint cleanups. Inset::update() dropped font
4525         parameter
4526
4527 2003-03-19  John Levon  <levon@movementarian.org>
4528
4529         * lyxfunc.C: only fitcursor/markDirty if available()
4530
4531 2003-03-19  John Levon  <levon@movementarian.org>
4532
4533         * commandtags.h: rename to ...
4534
4535         * lfuns.h: ... this, and renumber / cleanup
4536
4537 2003-03-19  John Levon  <levon@movementarian.org>
4538
4539         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
4540         fit the cursor after an lfun
4541
4542         * BufferView.h:
4543         * BufferView.C:
4544         * BufferView_pimpl.h:
4545         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
4546
4547         * LyXAction.C: layout-character should have ReadOnly
4548
4549         * ParagraphParameters.C:
4550         * buffer.C:
4551         * bufferview_funcs.C:
4552         * lyx_cb.C:
4553         * lyxfind.C:
4554         * lyxtext.h:
4555         * text.C:
4556         * text2.C:
4557         * text3.C:
4558         * undo_funcs.C: changes from above
4559
4560 2003-03-18  John Levon  <levon@movementarian.org>
4561
4562         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4563         remove it from update()
4564
4565         * lyxfunc.C: update layout choice after an lfun
4566
4567         * text3.C: remove extra updateLayoutChoice()s
4568
4569 2003-03-18  John Levon  <levon@movementarian.org>
4570
4571         * text.C: top_y change means full repaint, fix
4572         a drawing bug with cursor movement
4573
4574 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4575
4576         * lyxtext.h:
4577         * text.C:
4578         * text2.C: anchor row on setCursor
4579
4580 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4581
4582         * lyxtext.h: remove almost all mutable keywords
4583         * text.C:
4584         * text2.C:
4585         * text3.C: remove const keywords accordingly
4586
4587 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4588
4589         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4590         anon namespace
4591         (TeXEnvironment): ditto
4592         (TeXOnePar): ditto
4593
4594 2003-03-17  John Levon  <levon@movementarian.org>
4595
4596         * text.C (rowBreakPoint): remove attempt to fix displayed
4597         math insets inside a manual label
4598
4599 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4600
4601         * lyxtext.h: remove BufferView* as first arg from almost all class
4602         functions.
4603         * other files: adjust.
4604
4605 2003-03-17  John Levon  <levon@movementarian.org>
4606
4607         * lyxtext.h:
4608         * undo_funcs.C:
4609         * text2.C: more paint cleanups
4610
4611         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4612
4613         * rowpainter.h:
4614         * rowpainter.C: remove "smart" background painting code
4615
4616 2003-03-16  John Levon  <levon@movementarian.org>
4617
4618         * lyxtext.h:
4619         * text.C:
4620         * text2.C:
4621         * text3.C: add helper functions for setting refresh_row/y
4622
4623 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4624
4625         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4626         newline inset which *can* get inserted in the pass_thru layouts.
4627         This is primarily for literate documents.
4628
4629 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4630
4631         * buffer.C: increment LYX_FORMAT to 223
4632
4633 2003-03-14 André Pönitz <poenitz@gmx.net>
4634
4635         * textclass.h: prepare for environment handling, ws changes
4636         * lyxlayout.C: read latexheader and latexfooter tags
4637
4638 2003-03-14  John Levon  <levon@movementarian.org>
4639
4640         * text2.C: rewrite ::status() a bit
4641
4642 2003-03-13  John Levon  <levon@movementarian.org>
4643
4644         * lyxtext.h: add some docs
4645
4646 2003-03-13  John Levon  <levon@movementarian.org>
4647
4648         * lyxtext.h:
4649         * text.C:
4650         * text2.C:
4651         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4652
4653 2003-03-13  John Levon  <levon@movementarian.org>
4654
4655         * text3.C: fix appendix redrawing
4656
4657 2003-03-13  John Levon  <levon@movementarian.org>
4658
4659         * text.C (setHeightOfRow):
4660         * rowpainter.h:
4661         * rowpainter.C: make appendix mark have the text
4662           "Appendix" so the user knows what it is
4663
4664         * LColor.h:
4665         * LColor.C: s/appendixline/appendix/ from above
4666
4667 2003-03-13  John Levon  <levon@movementarian.org>
4668
4669         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4670
4671         * text.C: fix a getChar(pos) bug properly
4672
4673 2003-03-13  Angus Leeming  <leeming@lyx.org>
4674
4675         * commandtags.h:
4676         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4677         Probably only temporary. Let's see how things pan out.
4678
4679         * BufferView.C (unlockInset):
4680         * BufferView_pimpl.C (fitCursor):
4681         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4682
4683         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4684         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4685
4686         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4687         new functions that convert ParagraphParameters to and from a string.
4688
4689         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4690         BufferView::Pimpl's dispatch.
4691         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4692
4693 2003-03-13 André Pönitz <poenitz@gmx.net>
4694
4695         * lyxfunc.C:
4696         * text3.C:
4697         * factory.C: make it aware of InsetEnv
4698
4699 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4700
4701         * text2.C (setCursor): never ask for one past last
4702         (setCursor): add some debugging messages.
4703
4704         * text.C (singleWidth): never ask for one past last
4705         (singleWidth): ditto
4706         (leftMargin): ditto
4707         (rightMargin): ditto
4708         (rowBreakPoint): ditto
4709         (setHeightOfRow): ditto
4710         (prepareToPrint): ditto
4711
4712         * rowpainter.C (paintBackground): never ask for one past last
4713         (paintText): never ask for one past last
4714
4715         * paragraph_pimpl.C (getChar): make the assert stricter, never
4716         allow the one past last pos to be taken
4717
4718         * paragraph.C (getChar): ws changes only
4719
4720         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4721         (numberOfSeparators): ditto
4722         (numberOfHfills): ditto
4723
4724 2003-03-12  John Levon  <levon@movementarian.org>
4725
4726         * author.h:
4727         * author.C:
4728         * bufferparams.h:
4729         * bufferparams.C:
4730         * paragraph_funcs.C: fix per-buffer authorlists
4731
4732 2003-03-12  John Levon  <levon@movementarian.org>
4733
4734         * text.C: fix newline in right address
4735
4736 2003-03-12  Angus Leeming  <leeming@lyx.org>
4737
4738         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4739         duplicate those in LyXFunc::dispatch.
4740
4741         * commandtags.h:
4742         * LyXAction.C:
4743         * ToolbarDefaults.C:
4744         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4745         Add LFUN_FONTFREE_UPDATE.
4746
4747         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4748         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4749
4750         * bufferview_func.[Ch]: several new functions to facilliate
4751         transfer of data to and from the character dialog.
4752
4753 2003-03-12  John Levon  <levon@movementarian.org>
4754
4755         * buffer.C:
4756         * paragraph.h:
4757         * paragraph.C:
4758         * paragraph_funcs.C:
4759         * paragraph_pimpl.C:
4760         * sgml.C:
4761         * tabular.C:
4762         * text.C:
4763         * text3.C: remove META_NEWLINE in favour of an inset
4764
4765         * rowpainter.h:
4766         * rowpainter.C: remove paintNewline (done by inset)
4767
4768 2003-03-12  John Levon  <levon@movementarian.org>
4769
4770         * paragraph_pimpl.C: complain about bad getChar()s
4771         for a while at least
4772
4773 2003-03-12  John Levon  <levon@movementarian.org>
4774
4775         * buffer.h:
4776         * buffer.C: move paragraph read into a separate function,
4777         a little renaming to reflect that.
4778
4779         * bufferparams.h:
4780         * bufferparams.C: remove the author_ids map, not necessary now
4781
4782         * factory.h:
4783         * factory.C: moved Buffer::readInset to here
4784
4785         * paragraph_funcs.h:
4786         * paragraph_funcs.C: readParagraph free function moved from
4787         buffer.C
4788
4789         * tabular.C: name change
4790
4791 2003-03-12  John Levon  <levon@movementarian.org>
4792
4793         * buffer.C:
4794         * ParagraphParameters.C: move par params input to
4795         a read() method
4796
4797         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4798         behave like a normal read from the stream wrt reading
4799         a line vs. a \\token
4800
4801 2003-03-12  John Levon  <levon@movementarian.org>
4802
4803         * paragraph.C:
4804         * ParagraphParameters.h:
4805         * ParagraphParameters.C: move output code to a
4806         ::write() method
4807
4808 2003-03-12  John Levon  <levon@movementarian.org>
4809
4810         * BufferView.C (insertLyXFile):
4811         * buffer.h:
4812         * buffer.C:
4813         * tabular.C: use a parlist iterator for creating the
4814           document.
4815
4816 2003-03-12  John Levon  <levon@movementarian.org>
4817
4818         * buffer.C: make current_change static local not
4819           static file-scope
4820
4821 2003-03-12  John Levon  <levon@movementarian.org>
4822
4823         * buffer.C: fix insertStringAsLines for change tracking
4824
4825 2003-03-12  John Levon  <levon@movementarian.org>
4826
4827         * BufferView.C:
4828         * tabular.C:
4829         * buffer.h:
4830         * buffer.C:
4831         * bufferparams.h:
4832         * bufferparams.C: move author list into params. Rename some
4833           functions. Move the header reading into a separate token
4834           loop. Move the header token reading into BufferParams.
4835
4836 2003-03-12  John Levon  <levon@movementarian.org>
4837
4838         * changes.C: put debug inside lyxerr.debugging() checks
4839
4840 2003-03-11 André Pönitz <poenitz@gmx.net>
4841
4842         * factory.C: make it aware of InsetHFill
4843
4844 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4845
4846         * buffer.C (latexParagraphs): move function from here...
4847         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4848         args.
4849
4850 2003-03-10  Angus Leeming  <leeming@lyx.org>
4851
4852         * LyXAction.C (init): fix bug in poplating array with multiple entries
4853         with the same LFUN (spotted by JMarc).
4854
4855 2003-03-10  John Levon  <levon@movementarian.org>
4856
4857         * text.C:
4858         * text2.C: move getColumnNearX() near its
4859         only call site
4860
4861 2003-03-10  John Levon  <levon@movementarian.org>
4862
4863         * text.C: fix break before a minipage
4864
4865 2003-03-10  John Levon  <levon@movementarian.org>
4866
4867         * text.C: fix the last commit
4868
4869 2003-03-09  John Levon  <levon@movementarian.org>
4870
4871         * lyxtext.h:
4872         * text.C:
4873         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4874         bug 365 (don't break before insets unless needed). Don't
4875         return a value > last under any circumstances.
4876
4877 2003-03-09  Angus Leeming  <leeming@lyx.org>
4878
4879         * BufferView_pimpl.C (trackChanges, dispatch): call
4880         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4881
4882 2003-03-09  Angus Leeming  <leeming@lyx.org>
4883
4884         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4885         than Dialogs::showAboutlyx().
4886
4887 2003-03-09  Angus Leeming  <leeming@lyx.org>
4888
4889         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4890         than Dialogs::showTabularCreate().
4891
4892 2003-03-09  John Levon  <levon@movementarian.org>
4893
4894         * lyxtext.h:
4895         * text.C:
4896         * text2.C: 3rd arg to nextBreakPoint was always the same.
4897           Use references.
4898
4899 2003-03-08  John Levon  <levon@movementarian.org>
4900
4901         * lyxrow.C:
4902         * paragraph.C:
4903         * paragraph.h:
4904         * rowpainter.C:
4905         * text.C:
4906         * text2.C: Remove the "main" bit from the "main body"
4907           notion.
4908
4909 2003-03-08  John Levon  <levon@movementarian.org>
4910
4911         * text.C (leftMargin): The left margin of an empty
4912         manual label paragraph should not include the label width
4913         string length.
4914
4915         * text.C (prepareToPrint): don't attempt to measure hfills
4916         for empty manual label paragraphs - the answer should be 0
4917
4918 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4919
4920         * CutAndPaste.C: remove commented code and reindent.
4921
4922 2003-03-08  John Levon  <levon@movementarian.org>
4923
4924         * lyxfunc.h:
4925         * lyxfunc.C: move reloadBuffer()
4926
4927         * BufferView.h:
4928         * BufferView.C: to here
4929
4930         * lyxvc.C: add comment
4931
4932         * vc-backend.h:
4933         * vc-backend.C: call bv->reload() to avoid
4934           getStatus() check on MENURELOAD
4935
4936 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4937
4938         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4939         to an old format .dep file.
4940
4941 2003-03-07  Angus Leeming  <leeming@lyx.org>
4942
4943         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4944         when the LFUN_MOUSE_RELEASE should have been handled by
4945         inset->localDispatch.
4946
4947 2003-03-07  Angus Leeming  <leeming@lyx.org>
4948
4949         * BufferView_pimpl.C (dispatch):
4950         * LyXAction.C (init):
4951         * ToolbarDefaults.C (init):
4952         * commandtags.h:
4953         * lyxfunc.C (getStatus):
4954         remove LFUN_INSET_GRAPHICS.
4955
4956         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4957
4958 2003-03-07  Angus Leeming  <leeming@lyx.org>
4959
4960         * commandtags.h:
4961         * LyXAction.C (init):
4962         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4963
4964         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4965
4966         * commandtags.h:
4967         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4968
4969         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4970         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4971
4972 2003-03-07  Angus Leeming  <leeming@lyx.org>
4973
4974         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4975         remove "ert".
4976
4977 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4978
4979         * ParagraphList.C (front): new function
4980         (back): implement
4981
4982 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4983
4984         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4985         and top_row_offset_. removed var first_y.
4986         * text.C (top_y):
4987         * text2.C (LyXText, removeRow):
4988         * text3.C:
4989         * BufferView_pimpl.C:
4990         use these methods instead of using first_y
4991
4992 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4993
4994         * text2.C (pasteSelection): adjust for checkPastePossible
4995
4996         * CutAndPaste.C: remove Paragraph * buf and replace with
4997         ParagraphList paragraphs.
4998         (DeleteBuffer): delete
4999         (cutSelection): change the tc type to textclass_type
5000         (copySelection): change the tc type to textclass_type
5001         (copySelection): adjust for ParagraphList
5002         (pasteSelection): change the tc type to textclass_type
5003         (pasteSelection): adjust for Paragraphlist
5004         (nrOfParagraphs): simplify for ParagraphList
5005         (checkPastePossible): simplify for ParagraphList
5006         (checkPastePossible): remove unused arg
5007
5008         * ParagraphList.C (insert): handle the case where there are no
5009         paragraphs yet.
5010
5011         * CutAndPaste.h: make CutAndPaste a namespace.
5012
5013         * text3.C (dispatch): adjust
5014
5015         * text.C (breakParagraph): add a ParagraphList as arg
5016
5017         * paragraph_funcs.C (breakParagraph): change to take a
5018         BufferParams and a ParagraphList as args.
5019         (breakParagraphConservative): ditto
5020         (mergeParagraph): ditto
5021         (TeXDeeper): add a ParagraphList arg
5022         (TeXEnvironment): ditto
5023         (TeXOnePar): ditto
5024
5025         * buffer.C (readLyXformat2): adjust
5026         (insertStringAsLines): adjust
5027         (latexParagraphs): adjust
5028
5029         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
5030         (cutSelection): adjust
5031         (pasteSelection): adjust
5032
5033         * BufferView_pimpl.C (insertInset): adjust
5034
5035 2003-03-05  Angus Leeming  <leeming@lyx.org>
5036
5037         * commandtags.h:
5038         * LyXAction.C (init):
5039         * BufferView_pimpl.C (dispatch):
5040         * lyxfunc.C (getStatus):
5041         remove LFUN_CHILD_INSERT.
5042
5043         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
5044
5045 2003-03-05  Angus Leeming  <leeming@lyx.org>
5046
5047         * commandtags.h:
5048         * LyXAction.C (init):
5049         * src/factory.C (createInset):
5050         * lyxfunc.C (getStatus):
5051         * text3.C (dispatch):
5052         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
5053
5054         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
5055
5056 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5057
5058         * ParagraphList.C (insert): handle insert right before end()
5059         (erase): fix cases where it can be first or last paragraph.
5060
5061 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5062
5063         * paragraph_funcs.C (TeXEnvironment): remove all usage of
5064         Paragraph::next and Paragraph::previous
5065         (TeXOnePar): ditto
5066
5067         * text.C (breakParagraph): adjust
5068
5069         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
5070         BufferParams& as arg.
5071         (breakParagraph): use ParagraphList::insert
5072         (breakParagraphConservative): take a Buffer* instead of a
5073         BufferParams& as arg.
5074         (breakParagraphConservative): use ParagraphList::insert.
5075
5076         * buffer.C (insertStringAsLines): un-const it
5077         (insertStringAsLines): adjust
5078
5079         * ParagraphList.C (insert): new function
5080
5081         * CutAndPaste.C (pasteSelection): adjust
5082
5083         * text.C (backspace): adjust
5084
5085         * tabular.C (SetMultiColumn): adjust
5086
5087         * CutAndPaste.C (cutSelection): adjust
5088         (pasteSelection): adjust
5089
5090         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
5091         Buffer const * as arg
5092
5093         * ParagraphList.C (erase): new function
5094         * paragraph_funcs.C (mergeParagraph): use it
5095         (mergeParagraph): make it take a Buffer* instead of a
5096         BufferParams* as arg
5097
5098         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
5099         as arg
5100         (breakParagraphConservative): ditto
5101
5102         * paragraph.h: remove the breakParagraph friend
5103
5104         * paragraph.C (eraseIntern): new function
5105         (setChange): new function
5106
5107         * paragraph_funcs.C (mergeParagraph): make it take a
5108         ParagraphList::iterator instead of a Paragraph *, adjust
5109         accordingly.
5110
5111         * paragraph.h: move an #endif so that the change tracking stuff
5112         also works in the NO_NEXT case.
5113
5114 2003-03-04  Angus Leeming  <leeming@lyx.org>
5115
5116         * commandtags.h:
5117         * LyXAction.C: new LFUN_INSET_MODIFY.
5118
5119         * BufferView_pimpl.C (dispatch): if an inset is found to be open
5120         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
5121
5122 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5123
5124         * several files: ws changes only
5125
5126         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
5127         (TeXEnvironment): ditto
5128         (TeXDeeper): ditto
5129
5130         * buffer.C (makeLaTeXFile): adjust
5131         (latexParagraphs): make it take ParagraphList::iterator as args
5132
5133 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5134
5135         * buffer.C (latexParagraphs): adjust
5136
5137         * paragraph.C (TeXOnePar): move function...
5138         (optArgInset): move function...
5139         (TeXEnvironment): move function...
5140         * paragraph_pimpl.C (TeXDeeper): move function...
5141         * paragraph_funcs.C: ...here
5142
5143         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
5144
5145 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5146
5147         * buffer.C (readInset): remove compability code for old Figure and
5148         InsetInfo insets
5149
5150 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5151
5152         * buffer.C: ws changes
5153         (readInset):
5154
5155         * BufferView_pimpl.C: ditto
5156         * author.C: ditto
5157         * buffer.h: ditto
5158         * bufferlist.h: ditto
5159         * changes.h: ditto
5160         * lyxfunc.C: ditto
5161
5162 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
5163
5164         * converter.[Ch]: split into itself +
5165         * graph.[Ch]
5166         * format.[Ch]
5167         * Makefile.am: += graph.[Ch] + format.[Ch]
5168         * MenuBackend.C
5169         * buffer.C
5170         * exporter.C
5171         * importer.C
5172         * lyx_main.C
5173         * lyxfunc.C
5174         * lyxrc.C: added #include "format.h"
5175
5176 2003-02-27  Angus Leeming  <leeming@lyx.org>
5177
5178         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
5179           a label.
5180
5181         * factory.C (createInset): add "label" to the factory.
5182
5183         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
5184           string and do no more.
5185
5186 2003-02-27  Angus Leeming  <leeming@lyx.org>
5187
5188         * commandtags.h:
5189         * LyXAction.C (init):
5190         * factory.C (createInset):
5191         * BufferView_pimpl.C (dispatch):
5192           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
5193
5194         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
5195
5196         * lyxfunc.C (dispatch):
5197         * text3.C (dispatch): pass name to params2string.
5198
5199 2003-02-26  Angus Leeming  <leeming@lyx.org>
5200
5201         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
5202           blocks together.
5203           Rearrange the ~includes. Strip out the unnecessary ones.
5204
5205         * factory.C (createInset): reformat.
5206           create new insets for the various LFUN_XYZ_APPLY lfuns.
5207
5208 2003-02-26  John Levon  <levon@movementarian.org>
5209
5210         * lyxrow.h:
5211         * lyxrow.C: add isParStart,isParEnd helpers
5212
5213         * paragraph.h: make isInserted/DeletedText take refs
5214
5215         * paragraph_funcs.h:
5216         * paragraph_funcs.C: remove #if 0'd code
5217
5218         * lyxtext.h:
5219         * text3.C:
5220         * text2.C:
5221         * text.C: use lyxrow helpers above.
5222           Move draw and paint routines to RowPainter.
5223           Make several methods use refs not pointers.
5224           Make backgroundColor() const.
5225           Add markChangeInDraw(), isInInset().
5226           Merge changeRegionCase into changeCase.
5227           Make workWidth() shouldn't-happen code into an Assert.
5228
5229         * rowpainter.h:
5230         * rowpainter.C: new class for painting a row.
5231
5232         * vspace.h:
5233         * vspace.C: make inPixels take a ref
5234
5235 2003-02-26  Angus Leeming  <leeming@lyx.org>
5236
5237         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
5238         LFUN_REF_APPLY.
5239
5240 2003-02-25  John Levon  <levon@movementarian.org>
5241
5242         * ispell.C: give the forked command a more accurate name
5243
5244 2003-02-22  John Levon  <levon@movementarian.org>
5245
5246         * toc.h:
5247         * toc.C: make TocItem store an id not a Paragraph *
5248           (bug #913)
5249
5250 2003-02-21  Angus Leeming  <leeming@lyx.org>
5251
5252         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
5253           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
5254           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
5255           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
5256           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
5257           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
5258
5259         * BufferView_pimpl.C (dispatch):
5260         * LyXAction.C (init):
5261         * factory.C (createInset):
5262         * lyxfunc.C (getStatus, dispatch):
5263         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
5264
5265 2003-02-21  Angus Leeming  <leeming@lyx.org>
5266
5267         * BufferView_pimpl.C (MenuInsertLyXFile):
5268         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
5269         * lyxfunc.C (menuNew, open, doImport):
5270           no longer pass a LyXView & to fileDlg.
5271
5272 2003-02-21  Angus Leeming  <leeming@lyx.org>
5273
5274         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
5275         * LyXAction.C: change, BIBKEY to BIBITEM.
5276         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
5277         Change InsetBibKey to InsetBibitem.
5278         Change BIBKEY_CODE to BIBITEM_CODE.
5279         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5280         * factory.C: replace insetbib.h with insetbibitem.h.
5281         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5282         * paragraph.C: replace insetbib.h with insetbibitem.h.
5283         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
5284         Change bibkey() to bibitem().
5285         * text.C: remove insetbib.h.
5286         * text2.C: replace insetbib.h with insetbibitem.h.
5287         change bibkey() to bibitem().
5288         * text3.C: remove insetbib.h.
5289         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5290
5291 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5292
5293         * lyxrc.C (output): enclose user email in quotes (in case there are
5294         several words)
5295
5296 2003-02-18  John Levon  <levon@movementarian.org>
5297
5298         * buffer.h: add std::
5299
5300 2003-02-17  John Levon  <levon@movementarian.org>
5301
5302         * SpellBase.h:
5303         * ispell.h:
5304         * ispell.C:
5305         * pspell.h:
5306         * pspell.C: reworking. Especially in ispell, a large
5307           number of clean ups and bug fixes.
5308
5309         * lyxfunc.C: fix revert to behave sensibly
5310
5311 2003-02-17 André Pönitz <poenitz@gmx.net>
5312
5313         * LyXAction.C:
5314         * commandtags.h: new LFUN_INSERT_BIBKEY
5315
5316         * layout.h:
5317         * lyxlayout.C:
5318         * buffer.C:
5319         * factory.C:
5320         * text.C:
5321         * text2.C:
5322         * text3.C:
5323         * paragraph.[Ch]:
5324         * paragraph_func.C: remove special bibkey handling
5325
5326 2003-02-17  John Levon  <levon@movementarian.org>
5327
5328         * text.C (Delete): fix case where delete at the end of
5329           the very first paragraph would not merge the pars
5330
5331 2003-02-17  John Levon  <levon@movementarian.org>
5332
5333         * lyxrow.C: fix lastPrintablePos()
5334
5335 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5336
5337         * bufferparams.C (writeLaTeX): add a std:here
5338
5339         * buffer.C: and remove a using directive there
5340
5341 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5342
5343         * buffer.C (makeLaTeXFile): move the code that generates the
5344           preamble...
5345
5346         * bufferparams.C (writeLaTeX): ... in this new method
5347
5348         * LaTeXFeatures.C (getEncodingSet): make const
5349           (getLanguages): make const
5350
5351         * MenuBackend.C (binding): returns the binding associated to this
5352           action
5353           (add): sets the status of each item by calling getStatus. Adds
5354           some intelligence.
5355           (read): add support for OptSubMenu
5356           (expand): remove extra separator at the end of expanded menu
5357
5358 2003-02-15  John Levon  <levon@movementarian.org>
5359
5360         * BufferView.C:
5361         * BufferView_pimpl.C:
5362         * bufferlist.h:
5363         * bufferlist.C: remove pointless BufferStorage bloat. Remove
5364           inset code that had no actual effect. Remove unneeded status
5365           code.
5366
5367 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5368
5369         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
5370           in preamble
5371
5372 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
5373
5374         * text.C (drawLengthMarker): also draw an arrow marker for
5375           symbolic lengths (medskip...)
5376
5377 2003-02-14  John Levon  <levon@movementarian.org>
5378
5379         * tabular.h:
5380         * tabular.C: better method names
5381
5382 2003-02-14  John Levon  <levon@movementarian.org>
5383
5384         * BufferView_pimpl.C:
5385         * bufferlist.C:
5386         * buffer.C:
5387         * converter.C:
5388         * lyx_cb.C:
5389         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
5390           it's a more accurate name. Remove some pointless uses.
5391
5392 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5393
5394         * text2.C (LyXText): change order of initilizers to shut off
5395           warnings
5396
5397 2003-02-14  John Levon  <levon@movementarian.org>
5398
5399         * buffer.C: use ParIterator for getParFromID()
5400
5401         * paragraph.h:
5402         * paragraph.C:
5403         * paragraph_pimpl.h:
5404         * paragraph_pimpl.C: remove unused getParFromID()
5405
5406 2003-02-14  John Levon  <levon@movementarian.org>
5407
5408         * buffer.C: remove some very old #if 0'd parse code
5409
5410 2003-02-13  John Levon  <levon@movementarian.org>
5411
5412         * text.h:
5413         * text.C:
5414         * text2.C: move hfillExpansion(), numberOfSeparators(),
5415           rowLast(), rowLastPrintable(), numberofHfills(),
5416           numberOfLabelHfills() ...
5417
5418         * lyxrow.h:
5419         * lyxrow.C: ... to member functions here.
5420
5421         * paragraph.h:
5422         * paragraph.C:
5423         * lyxtext.h:
5424         * text.C: remove LyXText::beginningOfMainBody(), and call
5425           p->beginningOfMainBody() directly. Move the check for
5426           LABEL_MANUAL into the latter.
5427
5428         * text.h:
5429         * text.C:
5430         * text2.C:
5431         * vspace.C:
5432         * BufferView.h:
5433         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
5434
5435         * text.h:
5436         * text.C:
5437         * text2.C:
5438         * text3.C:
5439         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
5440           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
5441
5442 2003-02-13  John Levon  <levon@movementarian.org>
5443
5444         * CutAndPaste.C: remove debug
5445
5446 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5447
5448         * paragraph.C (asString): remove two unused variables
5449
5450         * lyxtextclass.C (readTitleType):
5451           (Read):
5452           (LyXTextClass): handle new members titletype_ and titlename_
5453
5454         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
5455
5456 2003-02-09  John Levon  <levon@movementarian.org>
5457
5458         * buffer.h:
5459         * buffer.C: replace hand-coded list with a map for the dep clean
5460
5461 2003-02-08  John Levon  <levon@movementarian.org>
5462
5463         * LaTeX.C: consolidate code into showRunMessage() helper
5464
5465 2003-02-08  John Levon  <levon@movementarian.org>
5466
5467         * lyxfind.C:
5468         * lyxtext.h:
5469         * text2.C:
5470         * BufferView.C: change setSelectionOverString() to setSelectionRange()
5471           and pass the size in explicitly
5472
5473         * BufferView_pimpl.h:
5474         * BufferView_pimpl.C:
5475         * BufferView.h:
5476         * BufferView.C: add getCurrentChange()
5477
5478         * BufferView_pimpl.h:
5479         * BufferView_pimpl.C: handle change lfuns
5480
5481         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
5482           for changes. Mark pasted paragraphs as new.
5483
5484         * support/lyxtime.h:
5485         * support/lyxtime.C:
5486         * DepTable.C: abstract time_t as lyx::time_type
5487
5488         * LColor.h:
5489         * LColor.C: add colours for new text, deleted text, changebars
5490
5491         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
5492           package use "usenames" option.
5493
5494         * commandtags.h:
5495         * lyxfunc.C:
5496         * LyXAction.C: add change lfuns
5497
5498         * Makefile.am:
5499         * author.h:
5500         * author.C: author handling
5501
5502         * buffer.h:
5503         * buffer.C: add a per-buffer author list, with first entry as
5504           current author. Handle new .lyx tokens for change tracking. Output
5505           author list to .lyx file. Output dvipost stuff to .tex preamble.
5506           Bump lyx format to 222.
5507
5508         * bufferlist.h:
5509         * bufferlist.C: add setCurrentAuthor() to reset current author details
5510           in all buffers.
5511
5512         * bufferparams.h:
5513         * bufferparams.C: add param for tracking
5514
5515         * bufferview_funcs.C: output change info in minibuffer
5516
5517         * Makefile.am:
5518         * changes.h:
5519         * changes.C: add change-tracking structure
5520
5521         * debug.h:
5522         * debug.C: add CHANGES debug flag
5523
5524         * lyxfind.h:
5525         * lyxfind.C: add code for finding the next change piece
5526
5527         * lyxrc.h:
5528         * lyxrc.C: add user_name and user_email
5529
5530         * lyxrow.h:
5531         * lyxrow.C: add a metric for the top of the text line
5532
5533         * lyxtext.h:
5534         * text.C: implement accept/rejectChange()
5535
5536         * lyxtext.h:
5537         * text.C: paint changebars. Paint new/deleted text in the chosen
5538         colours. Strike through deleted text.
5539
5540         * paragraph.h:
5541         * paragraph.C:
5542         * paragraph_pimpl.h:
5543         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
5544           in the current change to the insert functions. Rework erase to
5545           mark text as deleted, adding an eraseIntern() and a range-based
5546           erase(). Implement per-paragraph change lookup and
5547           accept/reject.
5548
5549         * paragraph_funcs.C: Fixup paste for change tracking.
5550
5551         * tabular.C: mark added row/columns as new.
5552
5553         * text.C: fix rowLast() to never return -1. Don't allow
5554           spellchecking of deleted text. Track transpose changes. Don't
5555           allow paragraph break or merge where appropriate.
5556
5557         * text2.C: leave cursor at end of selection after a cut.
5558
5559 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5560
5561         * text.C (getLengthMarkerHeight):
5562         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5563         visible on screen too.
5564
5565 2003-02-07  John Levon  <levon@movementarian.org>
5566
5567         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5568
5569 2003-02-05  Angus Leeming  <leeming@lyx.org>
5570
5571         * lyxserver.C (read_ready): revert my patch of 11 September last year
5572         as it sends PC cpu through the roof. Presumably this means that
5573         the lyxserver will no longer run on an Alpha...
5574
5575 2003-01-30  Angus Leeming  <leeming@lyx.org>
5576
5577         * factory.C (createInset): create an InsetCommandParam of type "index"
5578         and use it to 'do the right thing'.
5579
5580         * text2.C (getStringToIndex): ensure that cursor position is always
5581         reset to the reset_cursor position.
5582
5583 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5584
5585         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5586         disabled.
5587
5588 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5589
5590         * bufferview.C:
5591         * lyxcb.C:
5592         * lyxfunc.C: Output messages with identical spelling, punctuation,
5593         and spaces
5594
5595 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5596
5597         * MenuBackend.C (expandFormats): List only viewable export formats
5598         in "View" menu
5599
5600         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5601         message
5602
5603         * lyxfunc.C (getStatus): Make sure that formats other than
5604         "fax" can also be disabled
5605
5606 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5607
5608         * text3.C (dispatch): put the lfuns that insert insets in 3
5609         groups, and call doInsertInset with appropriate arguments.
5610         (doInsertInset): new function, that creates an inset and inserts
5611         it according to some boolean parameters.
5612
5613 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5614
5615         * buffer.C (readFile): remember to pass on 'par' when calling
5616         readFile recursively.
5617
5618 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5619
5620         * MenuBackend.C (expandFormats): add "..." to import formats.
5621
5622 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5623
5624         * paragraph.C (asString): Remove XForms RTL hacks.
5625
5626 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5627         * buffer.C: fix typo
5628
5629 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5630
5631         * Makefile.am (LIBS): delete var
5632         (lyx_LDADD): add @LIBS@ here instead.
5633
5634 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5635
5636         * Clarify the meaning of "wheel mouse jump"
5637
5638 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5639
5640         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5641         tabular in a float
5642
5643 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5644
5645         * importer.C (Loaders): do not preallocate 3 elements in the
5646         vector, since one ends up with 6 elements otherwise
5647
5648 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5649
5650         * DepTable.C (write): write the file name as last element of the
5651         .dep file (because it may contain spaces)
5652         (read): read info in the right order
5653
5654 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5655
5656         * paragraph_pimpl.C (simpleTeXBlanks):
5657         (simpleTeXSpecialChars):
5658         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5659
5660         * tabular.C (latex): add some missing case statements. Reindent.
5661
5662         * MenuBackend.C (expandToc): remove unused variable.
5663
5664 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5665
5666         * LColor.C:
5667         * LaTeX.C:
5668         * LyXAction.C:
5669         * MenuBackend.C:
5670         * buffer.C:
5671         * exporter.C:
5672         * lyxfunc.C:
5673         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5674         and the like.
5675
5676 2003-01-05  John Levon  <levon@movementarian.org>
5677
5678         * BufferView.h:
5679         * BufferView.C: add getEncoding()
5680
5681         * kbsequence.h:
5682         * kbsequence.C: do not store last keypress
5683
5684         * lyxfunc.h:
5685         * lyxfunc.C: store last keypress here instead. Pass encoding
5686           to getISOEncoded()
5687
5688 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5689
5690         * lyx_main.C (init): remove annoying error message when following
5691         symbolic links (bug #780)
5692
5693 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5694
5695         * text.C (insertChar):
5696         * lyxrc.C (getDescription): remove extra spaces
5697
5698 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5699
5700         * lyxrc.C (getDescription): remove extra spaces
5701
5702 2002-12-20  John Levon  <levon@movementarian.org>
5703
5704         * text3.C: hack fix for page up/down across tall rows
5705
5706 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5707
5708         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5709         not been invoked
5710
5711 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5712
5713         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5714         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5715         thesaurus is not compiled in
5716
5717 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5718
5719         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5720
5721 2002-12-16  Angus Leeming  <leeming@lyx.org>
5722
5723         * lyxrc.[Ch]:
5724         * lyx_main.C (init): remove override_x_deadkeys stuff.
5725
5726 2002-12-12  John Levon  <levon@movementarian.org>
5727
5728         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5729           insert. Only remove shift modifier under strict
5730           circumstances.
5731
5732 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5733
5734         * MenuBackend.C (expandToc): fix crash.
5735
5736 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5737
5738         * MenuBackend.C (expandToc): gettext on float names.
5739
5740 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5741
5742         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5743         implement bool empty() [bug 490]
5744
5745 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5746
5747         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5748
5749 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5750
5751         * several files: ws changes
5752
5753 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5754
5755         * text2.C (setCounter): clean up a bit, use boost.format.
5756         (updateCounters): initialize par upon declaration.
5757
5758         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5759         if the layout exists. We do not just store the layout any more.
5760         (SwitchLayoutsBetweenClasses): use boost.format
5761
5762 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5763
5764         * converter.C (convert): if from and to files are the same, use a
5765         temporary files as intermediary
5766
5767 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5768
5769         * commandtags.h:
5770         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5771
5772 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5773
5774         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5775
5776 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5777
5778         * tabular.C (asciiPrintCell): use string(size, char) instead of
5779         explicit loop.
5780
5781         * sgml.C (openTag): fix order of arguments to string constructor
5782         (closeTag): ditto
5783
5784         * lyxfunc.C (dispatch): use boost.format
5785
5786         * lots of files: change "c" -> 'c'
5787
5788 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5789
5790         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5791
5792 2002-11-25  Angus Leeming  <leeming@lyx.org>
5793
5794         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5795
5796         * lyx_main.C (init): compile fix.
5797
5798 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5799
5800         * lyx_cb.C (start): boost.formatify
5801         do not include <iostream>
5802
5803         * lengthcommon.C: ws only
5804
5805         * boost-inst.C,BoostFormat.h: add more explict instantations
5806
5807 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5808
5809         * lots of files: handle USE_BOOST_FORMAT
5810
5811 2002-11-21  John Levon  <levon@movementarian.org>
5812
5813         * pspell.C: fix compile
5814
5815 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5816
5817         * lyxfunc.C (dispatch): use boost::format
5818         (open): ditto
5819         (doImport): ditto
5820
5821         * lyxfont.C (stateText): use boost::format
5822
5823         * lyx_main.C (LyX): use boost::format
5824         (init): ditto
5825         (queryUserLyXDir): ditto
5826         (readRcFile): ditto
5827         (parse_dbg): ditto
5828         (typedef boost::function): use the recommened syntax.
5829
5830         * importer.C (Import): use boost::format
5831
5832         * debug.C (showLevel): use boost::format
5833
5834         * converter.C (view): use boost::format
5835         (convert): ditto
5836         (move): ditto
5837         (scanLog): ditto
5838
5839         * bufferview_funcs.C (currentState): use boost::format
5840
5841         * bufferlist.C (emergencyWrite): use boost::format
5842
5843         * buffer.C (readLyXformat2): use boost::format
5844         (parseSingleLyXformat2Token): ditto
5845
5846         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5847
5848         * LaTeX.C (run): use boost::format
5849
5850         * Chktex.C (scanLogFile): use boost::format
5851
5852         * BufferView_pimpl.C (savePosition): use boost::format
5853         (restorePosition): ditto
5854         (MenuInsertLyXFile): ditto
5855
5856         * BoostFormat.h: help file for explicit instation.
5857
5858 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5859
5860         * tabular.C (latex): Support for block alignment in fixed width
5861         columns.
5862
5863 2002-11-17  John Levon  <levon@movementarian.org>
5864
5865         * BufferView_pimpl.C:
5866         * lyx_cb.C:
5867         * lyxfunc.C: split filedialog into open/save
5868
5869 2002-11-08  Juergen Vigna  <jug@sad.it>
5870
5871         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5872         by my last patch (hopefully).
5873
5874 2002-11-08  John Levon  <levon@movementarian.org>
5875
5876         * iterators.h:
5877         * iterators.C:
5878         * buffer.h:
5879         * buffer.C:
5880         * paragraph.h:
5881         * paragraph.C:
5882         * toc.h:
5883         * toc.C: ParConstIterator, and use it (from Lars)
5884
5885 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5886
5887         * lyxtextclass.[Ch]: revise and add doxygen comments
5888
5889 2002-11-07  John Levon  <levon@movementarian.org>
5890
5891         * text.C: fix progress value for spellchecker
5892
5893         * toc.C: fix navigate menu for insetwrap inside minipage
5894
5895         * paragraph_funcs.C: added FIXME for suspect code
5896
5897 2002-11-07  John Levon  <levon@movementarian.org>
5898
5899         * BufferView_pimpl.C: fix redrawing of insets
5900           on buffer switch
5901
5902 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5903
5904         * text2.C (updateCounters): fix bug 668
5905
5906 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5907
5908         * text3.C (dispatch): Do not make the buffer dirty when moving the
5909         cursor.
5910
5911 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5912
5913         * vc-backend.C: STRCONV
5914         (scanMaster): ditto
5915
5916         * text2.C (setCounter): STRCONV
5917
5918         * paragraph.C (asString): STRCONV
5919
5920         * lyxlength.C (asString): STRCONV
5921         (asLatexString): ditto
5922
5923         * lyxgluelength.C (asString): STRCONV
5924         (asLatexString): ditto
5925
5926         * lyxfunc.C (dispatch): STRCONV
5927         (open): ditto
5928
5929         * lyxfont.C (stateText): STRCONV
5930
5931         * importer.C (Import): STRCONV
5932
5933         * counters.C (labelItem): STRCONV
5934         (numberLabel): ditto
5935         (numberLabel): remove unused ostringstream o
5936
5937         * chset.C: STRCONV
5938         (loadFile): ditto
5939
5940         * bufferview_funcs.C (currentState): STRCONV
5941
5942         * buffer.C (readFile): STRCONV
5943         (asciiParagraph): ditto
5944         (makeLaTeXFile): ditto
5945
5946         * Spacing.C (writeEnvirBegin): STRCONV
5947
5948         * LaTeXFeatures.C (getLanguages): STRCONV
5949         (getPackages): ditto
5950         (getMacros): ditto
5951         (getBabelOptions): ditto
5952         (getTClassPreamble): ditto
5953         (getLyXSGMLEntities): ditto
5954         (getIncludedFiles): ditto
5955
5956         * LaTeX.C: STRCONV
5957         (run): ditto
5958         (scanAuxFile): ditto
5959         (deplog): ditto
5960
5961         * LString.h: add the STRCONV macros
5962
5963         * BufferView_pimpl.C (savePosition): STRCONV
5964         (restorePosition): ditto
5965         (MenuInsertLyXFile): ditto
5966
5967         * vc-backend.C (scanMaster): change from submatch[...] to
5968         submatch.str(...)
5969
5970         * funcrequest.C: include config.h
5971
5972         * factory.C: include config.h
5973
5974         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5975
5976         * box.C: include config.h
5977
5978         * LaTeX.C (scanAuxFile): change from submatch[...] to
5979         submatch.str(...)
5980         (deplog): ditto
5981
5982 2002-10-25  Angus Leeming  <leeming@lyx.org>
5983
5984         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5985
5986         * ispell.[Ch] (setError): new method.
5987         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5988         Use setError() insetead of goto END.
5989
5990         * lyx_cb.C (AutoSave): move out child process into new class
5991         AutoSaveBuffer.
5992
5993 2002-10-30  John Levon  <levon@movementarian.org>
5994
5995         * text3.C: make start appendix undoable
5996
5997 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5998
5999         * lyxlength.C (inPixels): Fix returned value.
6000
6001         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
6002         environment.
6003
6004 2002-10-24  Angus Leeming  <leeming@lyx.org>
6005
6006         * lyxgluelength.h: no need to forward declare BufferParams
6007         or BufferView, so don't.
6008
6009 2002-10-21  John Levon  <levon@movementarian.org>
6010
6011         * BufferView.C: menuUndo ->undo, redo
6012
6013         * BufferView.h: document, remove dead, make some methods private
6014
6015         * paragraph_funcs.h:
6016         * paragraph_funcs.C:
6017         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
6018
6019         * buffer.h:
6020         * buffer.C:
6021         * sgml.h:
6022         * sgml.C: move sgml open/close tag into sgml.C
6023
6024         * bufferview_funcs.h: unused prototype
6025
6026         * lyxfunc.h:
6027         * lyxfunc.C: remove unused
6028
6029         * lyxtext.h:
6030         * text.C: remove unused
6031
6032 2002-10-21  John Levon  <levon@movementarian.org>
6033
6034         * BufferView.h:
6035         * BufferView.C:
6036         * BufferView_pimpl.h:
6037         * BufferView_pimpl.C: fix mouse wheel handling based on
6038           patch from Darren Freeman
6039
6040 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
6041
6042         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
6043
6044 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
6045
6046         * lyxlength.C (inPixels): Fix hanfling of negative length.
6047         Fix LyXLength::MU case.
6048
6049 2002-10-16  John Levon  <levon@movementarian.org>
6050
6051         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
6052
6053 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6054
6055         * converter.C (view): add support for $$i (file name) and $$p
6056         (file path) for the viewer command. If $$i is not specified, then
6057         it is appended to the command (for compatibility with old syntax)
6058
6059 2002-10-14  Juergen Vigna  <jug@sad.it>
6060
6061         * undo_funcs.C (textHandleUndo): alter the order in which the
6062         new undopar is added to the LyXText, as we have to set first
6063         the right prev/next and then add it as otherwise the rebuild of
6064         LyXText is not correct. Also reset the cursor to the right paragraph,
6065         with this IMO we could remove the hack in "redoParagraphs()".
6066
6067 2002-10-09  Angus Leeming  <leeming@lyx.org>
6068
6069         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
6070         to turn off an optimisation if a new inset is to be inserted.
6071
6072 2002-10-11 André Pönitz <poenitz@gmx.net>
6073
6074         * lyxtext.h: make some functions public to allow access
6075         from inset/lyxtext for handling LFUN_PRIOR/NEXT
6076
6077 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6078
6079         * text3.C (dispatch): when changing layout, avoid an infinite loop
6080         [bug #652]
6081
6082 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6083
6084         * lyxrc.C (read): treat a viewer or converter command of "none" as
6085         if it were empty.
6086
6087         * MenuBackend.C (expandFormats): for an update, also allow the
6088         formats that are not viewable
6089
6090         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
6091         script if it is newer than the lyxrc.defaults in user directory
6092
6093 2002-10-07 André Pönitz <poenitz@gmx.net>
6094
6095         * text.C: Vitaly Lipatov's small i18n fix
6096
6097 2002-09-25  Angus Leeming  <leeming@lyx.org>
6098
6099         * ispell.h: doxygen fix.
6100
6101 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
6102
6103         * buffer.h (readFile): Add a new argument to the method, to allow
6104         reading of old-format templates.
6105
6106 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
6107
6108         * toc.C (getTocList): Get TOC from InsetWrap.
6109
6110 2002-09-16  John Levon  <levon@movementarian.org>
6111
6112         * lyxfunc.C: check tabular for cut/copy too
6113
6114 2002-09-12  John Levon  <levon@movementarian.org>
6115
6116         * LyXAction.C: tidy
6117
6118         * factory.h:
6119         * factory.C: add header
6120
6121         * paragraph_funcs.h:
6122         * paragraph_funcs.C: cleanup
6123
6124 2002-09-11  John Levon  <levon@movementarian.org>
6125
6126         * PrinterParams.h: odd/even default to true
6127
6128 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
6129
6130         * PrinterParams.h: update printer parameters for new xforms dialog
6131
6132 2002-09-11  Angus Leeming  <leeming@lyx.org>
6133
6134         * lyxserver.C (read_ready): re-write to make it more transparent
6135         and to make it work in coherent fashion under Tru64 Unix.
6136
6137 2002-09-11  André Pönitz <poenitz@gmx.net>
6138
6139         * commandtags.h:
6140         * LyXAction.C:
6141         * text3.C: implement LFUN_WORDSEL
6142
6143 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6144
6145         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
6146         make floatlist_ a boost::shared_ptr<FloatList>
6147
6148         * lyxtextclass.C: include FloatList.h
6149         (LyXTextClass): initialize floatlist_
6150         (TextClassTags): add TC_NOFLOAT
6151         (Read): match "nofloat" to TC_NOFLOAT and use it.
6152         (readFloat): modify call to floatlist_
6153         (floats): ditto
6154         (floats): ditto
6155
6156         * FloatList.[Ch] (FloatList): remove commented out float
6157         initialization.
6158         (erase): new function
6159
6160 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6161
6162         * MenuBackend.C (expandToc): fix crash when there is no document
6163         open
6164
6165 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
6166
6167         * many files: Add insetwrap.
6168
6169 2002-09-09  John Levon  <levon@movementarian.org>
6170
6171         * text2.C: remove confusing and awkward depth wraparound
6172
6173 2002-09-09  John Levon  <levon@movementarian.org>
6174
6175         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
6176
6177         * buffer.h:
6178         * buffer.C: remove getIncludeonlyList()
6179
6180         * paragraph.C:
6181         * lyxfunc.C: remove headers
6182
6183 2002-09-09  Juergen Vigna  <jug@sad.it>
6184
6185         * text.C (getColumnNearX): fix form Michael this is most
6186         probably a cut&paste bug.
6187
6188 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6189
6190         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
6191
6192         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
6193         references, ws changes.
6194
6195         * text2.C (init): update counters after init
6196         (insertParagraph): no need to set counter on idividual paragraphs.
6197         (setCounter): access the counters object in the textclass object
6198         on in the buffer object.
6199         (updateCounters): ditto
6200
6201         * lyxtextclass.C: include counters.h, add variable ctrs_ as
6202         shared_ptr<Counters> to avoid loading counters.h in all
6203         compilation units.
6204         (LyXTextClass): initialize ctrs_
6205         (TextClassTags): add TC_COUNTER, and ...
6206         (Read): use it here.
6207         (CounterTags): new tags
6208         (readCounter): new function
6209         (counters): new funtion
6210         (defaultLayoutName): return a const reference
6211
6212         * counters.C (Counters): remove contructor
6213         (newCounter): remove a couple of unneeded statements.
6214         (newCounter): simplify a bit.
6215         (numberLabel): some small formatting changes.
6216
6217         * buffer.[Ch]: remove all traces of counters, move the Counters
6218         object to the LyXTextClass.
6219
6220 2002-09-06  Alain Castera  <castera@in2p3.fr>
6221
6222         * tabular.C: uses \tabularnewline; uses >{...} construct from array
6223         package to set the horizontal alignment on fixed width columns.
6224
6225         * lyx_sty.C:
6226         * lyx_sty.h: added tabularnewline macro def.
6227
6228         * LaTeXFeatures.C: added NeedTabularnewline macro feature
6229
6230 2002-09-06  John Levon  <levon@movementarian.org>
6231
6232         * LyXAction.C: tooltips for sub/superscript
6233
6234         * MenuBackend.C: a bit more verbose
6235
6236         * lyxfunc.C: tiny clean
6237
6238         * undo_funcs.C: document undo_frozen
6239
6240 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6241
6242         * counters.C (Counters): add missing algorithm counter.
6243
6244         * text2.C (setCounter): lookup the counter with layouts latexname
6245         instead of by section number.
6246         (setCounter): use a hackish way to lookup the correct enum
6247         counter.
6248         a float name->type change
6249         reset enum couners with counter name directly instead of depth value.
6250
6251         * counters.C (Counters): remove the push_backs, change to use the
6252         float type not the float name.
6253         (labelItem): remove unused string, float name->type change
6254
6255         * counters.h: don't include vector, loose the enums and sects vectors
6256
6257 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6258
6259         * lyxtextclass.C (TextClassTags): add TC_FLOAT
6260         (Read): add float->TC_FLOAT to textclassTags
6261         (Read): and handle it in the switch
6262         (readFloat): new function
6263
6264         * FloatList.C (FloatList): comment out the hardcoded float
6265         definitions.
6266
6267         * lyxlayout.h: ws change.
6268
6269 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
6270
6271         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
6272
6273 2002-09-03  Angus Leeming  <leeming@lyx.org>
6274
6275         * BufferView_pimpl.h: qualified name is not allowed in member
6276         declaration: WorkArea & Pimpl::workarea() const;
6277
6278         * factory.C: added using std::endl directive.
6279
6280         * text3.C: added using std::find and std::vector directives.
6281
6282 2002-08-29  André Pönitz <poenitz@gmx.net>
6283
6284         * lyxtext.h:
6285         * text2.C: remove unused member number_of_rows
6286
6287         * Makefile.am:
6288         * BufferView2.C: remove file, move contents to...
6289         * BufferView.C: ... here
6290
6291         * BufferView_pimpl.C:
6292         * factory.C: move more inset creation to factory
6293
6294         * vspace.C: avoid direct usage of LyXText, ws changes
6295
6296         * BufferView.[Ch]:
6297                 don't provide direct access to WorkArea, use two simple
6298                 acessors haveSelction() and workHeight() instead
6299
6300
6301 2002-08-29  John Levon  <levon@movementarian.org>
6302
6303         * BufferView_pimpl.C (dispatch): do not continue when
6304           no buffer
6305
6306 2002-08-28  André Pönitz <poenitz@gmx.net>
6307
6308         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
6309
6310         * BufferView.h:
6311         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
6312
6313 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
6314
6315         * buffer.C: increment LYX_FORMAT to 221
6316
6317         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
6318         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
6319
6320         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
6321
6322         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
6323
6324 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6325
6326         * factory.C (createInset): use LyXTextClass::floats
6327
6328         * MenuBackend.C (expandFloatListInsert):
6329         (expandFloatInsert):
6330         (expandToc):
6331
6332         * text2.C (setCounter):
6333
6334         * LaTeXFeatures.C (useFloat):
6335         (getFloatDefinitions):
6336
6337         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
6338
6339         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
6340         floatlist_, with accessor floats().
6341
6342         * FloatList.h: remove global FloatList
6343
6344 2002-08-26  André Pönitz <poenitz@gmx.net>
6345
6346         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
6347
6348         * BufferView.h:
6349         * BufferView2.C:
6350         * BufferView_pimpl.C:
6351         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
6352
6353 2002-08-25  John Levon  <levon@movementarian.org>
6354
6355         * LyXAction.C: fix margin note description
6356
6357 2002-08-24  John Levon  <levon@movementarian.org>
6358
6359         * buffer.C:
6360         * bufferlist.C:
6361         * bufferview_funcs.C:
6362         * lyxfont.C:
6363         * undo_funcs.C: cleanups
6364
6365         * lyxfunc.C: disable CUT/COPY when no selection
6366
6367 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
6368
6369         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
6370         in "enum UNIT"; e.g. PTW for Percent of TextWidth
6371
6372         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
6373         Add backward compatibility to "mono", "gray" and "no".
6374
6375 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
6376
6377         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
6378         (and file_format >= 200).
6379
6380 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6381
6382         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
6383
6384 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6385
6386         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
6387
6388 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
6389
6390         * BufferView_pimpl.C:
6391         * LyXAction.C:
6392         * buffer.C:
6393         * commandtags.h:
6394         * lyxfunc.C:
6395         * paragraph.[Ch]:
6396         * text2.C:
6397         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
6398         inset and code to make it  work with the paragraph code. The inset
6399         can be anywhere in the paragraph, but will only do the expected
6400         thing in LaTeX if the layout file contains the parameter line
6401                         OptionalArgs    1
6402         (or more generally, a nonzero value) for that layout.
6403
6404 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6405
6406         * paragraph.h: remove the declaration of undefined counters class
6407         function.
6408
6409 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
6410
6411         * text2.C (setCounter):  fixed enumeration mis-count as reported by
6412         Dr. Richard Hawkins.
6413
6414 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6415
6416         * paragraph_funcs.h: remove some unneeded includes
6417
6418         * text.C (backspace): pasteParagraph now in global scipe
6419
6420         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
6421         (pasteSelection): ditto
6422
6423         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
6424         * paragraph_funcs.C (pasteParagraph): ... here
6425
6426 2002-08-20  André Pönitz <poenitz@gmx.net>
6427
6428         * commandtags.h: new LFUNs for swapping/copying table row/colums
6429
6430         * LyXAction.C:
6431         * lyxfunc.C: support for new lfuns
6432
6433 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6434
6435         * tabular.C:
6436         * buffer.[Ch]: remove NO_COMPABILITY stuff
6437
6438 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
6439
6440         * boost.C (throw_exception): new file, with helper function for
6441         boost compiled without exceptions.
6442
6443         * paragraph.h:
6444         * lyxlength.C:
6445         * buffer.C:
6446         * ParameterStruct.h:
6447         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
6448
6449         * bufferlist.C (emergencyWriteAll): use boost bind
6450
6451         * BufferView_pimpl.C (moveCursorUpdate): remove inline
6452
6453         * text.C: include paragraph_funcs.h
6454         (breakParagraph): breakParagraph is now in global scope
6455
6456         * paragraph_funcs.[Ch]: new files
6457
6458         * paragraph.C (breakParagraph,breakParagraphConservative): move to
6459         global scope
6460
6461         * buffer.C: include paragraph_funcs.h
6462         (insertStringAsLines): breakParagraph is now in global scope
6463
6464         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
6465         paragraph_funcs.C
6466
6467         * CutAndPaste.C: include paragraph_funcs.h
6468         (cutSelection): breakParagraphConservative is now in global scope
6469         (pasteSelection): ditto
6470
6471         * buffer.h: declare oprator== and operator!= for
6472         Buffer::inset_iterator
6473
6474         * bufferlist.C (emergencyWrite): don't use fmt(...)
6475
6476         * text3.C: add using std::endl
6477
6478         * BufferView.C (moveCursorUpdate): remove default arg
6479
6480 2002-08-20  André Pönitz <poenitz@gmx.net>
6481
6482         * buffer.[Ch]: move inline functions to .C
6483
6484         * BufferView2.C:
6485         * BufferView_pimpl.C:
6486         * text.C:
6487         * buffer.[Ch]: use improved inset_iterator
6488
6489         * buffer.C:
6490         * paragraph.[Ch]: write one paragraph at a time
6491
6492 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6493
6494         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
6495         style if style is not specified.
6496
6497 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6498
6499         * text2.C (setCounter): when searching for right label for a
6500         caption, make sure to recurse to parent insets (so that a caption
6501         in a minipage in a figure float works) (bug #568)
6502
6503 2002-08-20  André Pönitz <poenitz@gmx.net>
6504
6505         * text3.C: new file for LyXText::dispatch() and helpers
6506
6507         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
6508
6509         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
6510
6511 2002-08-19  André Pönitz <poenitz@gmx.net>
6512
6513         * lyxtext.h:
6514         * text.C: new LyXText::dispatch()
6515
6516         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
6517
6518 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6519
6520         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
6521
6522         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
6523         Hebrew text.
6524
6525 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6526
6527         * Makefile.am: use $(variables) instead of @substitutions@
6528
6529 2002-08-15  André Pönitz <poenitz@gmx.net>
6530
6531         * lyxfunc.C:
6532         * BufferView_pimpl.C: streamlining mathed <-> outer world
6533         interaction
6534
6535         * commandtags.h:
6536         * LyXAction.C: remove unused LFUN_MATH
6537
6538 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6539
6540         * paragraph.[Ch]: add some NO_NEXT ifdefs.
6541
6542 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6543
6544         * paragraph.C (Paragraph): reformat a bit
6545         (cutIntoMinibuffer): use builtin InsetList function instad of
6546         doing it manually.
6547         (getInset): ditto
6548
6549         * buffer.C: include boost/bind.hpp, add using std::for_each
6550         (writeFileAscii): use ParagraphList iterators
6551         (validate): use for_each for validate traversal of paragraphs
6552         (getBibkeyList): use ParagraphList iterators
6553         (resizeInsets): use for_each to resizeInsetsLyXText for all
6554         paragraphs.
6555         (getParFromID): use ParagraphList iterators
6556
6557         * BufferView2.C (lockInset): use paragraph list and iterators
6558
6559 2002-08-14  John Levon  <levon@movementarian.org>
6560
6561         * lyxserver.C: remove spurious xforms include
6562
6563 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6564
6565         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6566
6567 2002-08-13  André Pönitz <poenitz@gmx.net>
6568
6569         * LyXAction.[Ch]:
6570         * lyxfunc.C: further cleaning
6571
6572 2002-08-13  André Pönitz <poenitz@gmx.net>
6573
6574         * funcrequest.h: new constructor
6575
6576         * funcrequest.C: move stuff here from .h
6577
6578         * Makefile.am:
6579         * BufferView_pimpl.C:
6580         * LyXAction.C:
6581         * toc.C:
6582         * lyxfunc.C: subsequent changes
6583
6584         * lyxfunc.h: new view() member function
6585
6586         * lyxfunc.C: subsequent changes
6587
6588 2002-08-13  Angus Leeming  <leeming@lyx.org>
6589
6590         * BufferView2.C:
6591         * BufferView_pimpl.C:
6592         * buffer.C:
6593         * converter.C:
6594         * importer.C:
6595         * lyxfunc.C:
6596         * lyxvc.C:
6597         * toc.C:
6598         * vc-backend.C:
6599         changes due to the changed LyXView interface that now returns references
6600         to member variables not pointers.
6601
6602 2002-08-13  Angus Leeming  <leeming@lyx.org>
6603
6604         * WordLangTuple (word, lang_code): return references to strings,
6605         not strings.
6606
6607         * BufferView.h:
6608         * SpellBase.h:
6609         * lyxtext.h: forward-declare WordLangTuple.
6610
6611         * BufferView2.C:
6612         * ispell.C:
6613         * pspell.C:
6614         * text.C: #include "WordLangTuple.h".
6615
6616         * lyxtext.h:
6617         * text.C: (selectNextWordToSpellcheck): constify return type.
6618
6619 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6620
6621         * buffer.C:
6622         * buffer.h:
6623         * lyxtext.h:
6624         * paragraph.C:
6625         * paragraph_pimpl.h:
6626         * text.C:
6627         * text2.C:
6628         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6629         suggested by Angus.
6630         Made updateCounter always count from start of buffer, and removed
6631         second argument (par).
6632         Reverted floats number display to '#'. Perhaps I'll try again when the
6633         code base is sanitized a bit.
6634
6635 2002-08-12  Angus Leeming  <leeming@lyx.org>
6636
6637         * buffer.[Ch] (getLabelList): constify.
6638
6639 2002-08-07  André Pönitz <poenitz@gmx.net>
6640
6641         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6642
6643         * funcrequest.h: extension to keep mouse (x,y) position
6644
6645 2002-08-12  Juergen Vigna  <jug@sad.it>
6646
6647         * BufferView2.C (insertErrors): forbid undo when inserting error
6648         insets.
6649
6650         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6651
6652 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6653
6654         * ParagraphList.[Ch]: new files
6655
6656         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6657
6658         * BufferView2.C (lockInset): ParagraphList changes
6659         * toc.C: ditto
6660         * text2.C: ditto
6661         * bufferlist.C: ditto
6662         * buffer.h: ditto
6663         * buffer.C: ditto
6664
6665 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6666
6667         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6668         unused class variable counter_,
6669
6670         * paragraph.[Ch] (getFirstCounter): delete unused function
6671
6672         * counters.C: include LAssert.h
6673         (reset): add a new function with no arg, change other version to
6674         not have def. arg and to not allow empty arg.
6675
6676         * text2.C (setCounter): remove empty arg from call to Counters::reset
6677
6678 2002-08-11  John Levon  <levon@movementarian.org>
6679
6680         * Makefile.am: add WordLangTuple.h
6681
6682 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6683
6684         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6685         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6686
6687         * insets/insettext.C: InsetList changes
6688
6689         * graphics/GraphicsSupport.C (operator()): InsetList changes
6690
6691         * toc.C (getTocList): InsetList changes
6692
6693         * paragraph_pimpl.[Ch]: InsetList changes
6694
6695         * paragraph.[Ch]: InsetList changes
6696
6697         * buffer.C (inset_iterator): InsetList changes
6698         (setParagraph): ditto
6699         * buffer.h (inset_iterator): ditto
6700         * iterators.C (operator++): ditto
6701         * iterators.h: ditto
6702
6703         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6704
6705         * InsetList.[Ch]: new files, most InsetList handling moved out of
6706         paragraph.C.
6707
6708         * BufferView2.C (removeAutoInsets): InsetList changes
6709         (lockInset): ditto
6710         (ChangeInsets): ditto
6711
6712 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6713
6714         * paragraph_pimpl.h (empty): new function
6715
6716         * paragraph.[Ch] (empty): new function
6717
6718         * other files: use the new Paragraph::empty function
6719
6720 2002-08-09  John Levon  <levon@movementarian.org>
6721
6722         * lyxtext.h: remove unused refresh_height
6723
6724 2002-08-09  John Levon  <levon@movementarian.org>
6725
6726         * Makefile.am:
6727         * sgml.h:
6728         * sgml.C:
6729         * buffer.C:
6730         * paragraph.h:
6731         * paragraph.C: move sgml char escaping out of paragraph
6732
6733         * paragraph.h:
6734         * paragraph.C: remove id setter
6735
6736         * buffer.C:
6737         * paragraph.C:
6738         * paragraph_pimpl.C: remove dead tex_code_break_column
6739
6740         * bufferview_funcs.C: small cleanup
6741
6742         * lyxfunc.C: remove dead proto
6743
6744         * lyxtext.h: make some stuff private. Remove some dead stuff.
6745
6746         * lyxgluelength.C: make as[LyX]String() readable
6747
6748 2002-08-08  John Levon  <levon@movementarian.org>
6749
6750         * LyXAction.h:
6751         * LyXAction.C:
6752         * MenuBackend.C:
6753         * ToolbarDefaults.C:
6754         * lyxfunc.C:
6755         * lyxrc.C:
6756         * toc.C: lyxaction cleanup
6757
6758 2002-08-08  John Levon  <levon@movementarian.org>
6759
6760         * BufferView2.C: small cleanup
6761
6762         * lyxfind.h:
6763         * lyxfind.C: move unnecessary header into the .C
6764
6765 2002-08-08  John Levon  <levon@movementarian.org>
6766
6767         * funcrequest.h: just tedious nonsense
6768
6769         * lyx_main.h:
6770         * lyx_main.C: cleanups
6771
6772         * buffer.C:
6773         * vspace.C: remove dead header lyx_main.h
6774
6775 2002-08-07  Angus Leeming  <leeming@lyx.org>
6776
6777         * Paragraph.[Ch]:
6778         * paragraph_pimpl.h:
6779         Forward declare class Counters in paragraph.h by moving the ctrs member
6780         variable into Paragraph::Pimpl.
6781         (counters): new method, returning a reference to pimpl_->ctrs.
6782
6783         * text2.C: ensuing changes.
6784
6785 2002-08-07  John Levon  <levon@movementarian.org>
6786
6787         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6788
6789         * BufferView_pimpl.C: announce X selection on double/triple
6790           click
6791
6792         * lyx_main.C: use correct bool in batch dispatch
6793
6794         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6795
6796 2002-08-07  André Pönitz <poenitz@gmx.net>
6797
6798         * funcrequest.h: new class to wrap a kb_action and its argument
6799
6800         * BufferView.[Ch]:
6801         * BufferView_pimpl[Ch]:
6802         * LaTeX.C:
6803         * LyXAction.[Ch]:
6804         * lyxfunc.[Ch]:
6805         * lyxrc.C: subsequent changes
6806
6807
6808 2002-08-07  John Levon  <levon@movementarian.org>
6809
6810         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6811           document options change.
6812
6813 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6814
6815         * counters.[Ch]
6816         * text2.C
6817         * paragraph.[Ch]
6818         * makefile.am: move counters functionality over from
6819         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6820
6821 2002-08-06  John Levon  <levon@movementarian.org>
6822
6823         * WordLangTuple.h: new file for word + language code tuple
6824
6825         * SpellBase.h:
6826         * pspell.h:
6827         * pspell.C:
6828         * ispell.h:
6829         * ispell.C:
6830         * lyxtext.h:
6831         * text.C:
6832         * text2.C:
6833         * BufferView.h:
6834         * BufferView2.C: use WordLangTuple
6835
6836         * layout.h:
6837         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6838
6839 2002-08-06  John Levon  <levon@movementarian.org>
6840
6841         * lyx_main.C: fix cmdline batch handling
6842
6843 2002-08-06  André Pönitz <poenitz@gmx.net>
6844
6845         * lyxrc.C: set default for show_banner to true
6846
6847 2002-08-06  John Levon  <levon@movementarian.org>
6848
6849         * pspell.C: fix a crash, and allow new aspell to work
6850
6851 2002-08-06  John Levon  <levon@movementarian.org>
6852
6853         * lyxfunc.C:
6854         * kbmap.C: small cleanup
6855
6856         * vspace.h:
6857         * vspace.C: add const
6858
6859 2002-08-05  John Levon  <levon@movementarian.org>
6860
6861         * LyXAction.C: back to tabular-insert
6862
6863 2002-08-04  John Levon  <levon@movementarian.org>
6864
6865         * BufferView.h:
6866         * BufferView.C: cosmetic change
6867
6868         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6869
6870         * bufferlist.C:
6871         * buffer.h:
6872         * buffer.C:
6873         * lyxcb.h:
6874         * lyxcb.C:
6875         * lyxserver.C:
6876         * lyxvc.C:
6877         * vc-backend.C:
6878         * BufferView2.C: purge all "Lyx" not "LyX" strings
6879
6880         * lyxcursor.h:
6881         * lyxcursor.C: attempt to add some documentation
6882
6883         * lyxfunc.C:
6884         * commandtags.h:
6885         * LyXAction.C:
6886         * ToolbarDefaults.C:
6887         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6888           merge with LFUN_TABULAR_INSERT
6889
6890         * Makefile.am:
6891         * SpellBase.h:
6892         * ispell.h:
6893         * ispell.C:
6894         * pspell.h:
6895         * pspell.C: split up i/pspell implementations into separate
6896           files, many cleanups
6897
6898         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6899
6900         * text2.C: some cleanup
6901
6902         * lyxfunc.C: don't check for isp_command == "none" any more, it
6903           didn't make any sense
6904
6905 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6906
6907         * counters.[Ch]
6908         * text2.C
6909         * paragraph.[Ch]
6910         * makefile.am: move counters functionality over
6911         from text2.C/paragraph.[Ch] to counters.[Ch], and
6912         make proper C++.
6913 2002-08-02  John Levon  <levon@movementarian.org>
6914
6915         * buffer.C: s/lyxconvert/lyx2lyx/
6916
6917 2002-08-02  Angus Leeming  <leeming@lyx.org>
6918
6919         * lyxlex.C: revert John's change as it breaks reading of the user
6920         preamble.
6921
6922 2002-08-02  Angus Leeming  <leeming@lyx.org>
6923
6924         * importer.C (Import):
6925         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6926         changes due to LyXView::view() now returning a boost::shared_ptr.
6927
6928 2002-08-02  John Levon  <levon@movementarian.org>
6929
6930         * lyxlex.C: small cleanup
6931
6932 2002-08-02  John Levon  <levon@movementarian.org>
6933
6934         * text2.C (status): small cleanup, no logic change
6935
6936 2002-08-01  John Levon  <levon@movementarian.org>
6937
6938         * buffer.h:
6939         * buffer.C (writeFile): don't output alerts, caller
6940           handles this
6941
6942         * bufferlist.C:
6943         * lyx_cb.C: from above
6944
6945         * lyxfunc.C: allow to open non-existent files
6946
6947 2002-07-31  John Levon  <levon@movementarian.org>
6948
6949         * lyxserver.C: don't let incidental errors get
6950           in the way (errno)
6951
6952 2002-07-30  John Levon  <levon@movementarian.org>
6953
6954         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6955
6956 2002-07-30  John Levon  <levon@movementarian.org>
6957
6958         * lyxserver.h:
6959         * lyxserver.C: remove I/O callback too
6960
6961 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6962
6963         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6964         log.
6965
6966 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6967
6968         * many files: strip,frontStrip -> trim,ltrim,rtrim
6969
6970 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6971
6972         * PrinterParams.h: remove extern containsOnly, and include
6973         support/lstrings.h instead.
6974
6975         * LaTeX.C (scanAuxFile): modify because of strip changes
6976         (deplog): ditto
6977         * buffer.C (makeLaTeXFile): ditto
6978         * bufferparams.C (writeFile): ditt
6979         * lyxfont.C (stateText): ditto
6980         * lyxserver.C (read_ready): ditto
6981         * vc-backend.C (scanMaster): ditto
6982
6983         * BufferView_pimpl.h: ws changes
6984
6985         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6986
6987 2002-07-26  André Pönitz <poenitz@gmx.net>
6988
6989         * kb_sequence.C: remove unnedred usings
6990
6991 2002-07-26  Juergen Vigna  <jug@sad.it>
6992
6993         * lyxfind.C (LyXReplace): we have to check better if the returned
6994         text is not of theLockingInset()->getLockingInset().
6995
6996 2002-07-25  Juergen Vigna  <jug@sad.it>
6997
6998         * lyxfind.C (LyXReplace): don't replace if we don't get the
6999         right LyXText.
7000
7001         * undo_funcs.C (createUndo): remove debugging code.
7002
7003 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
7004
7005         * buffer.C (parseSingleLyXformat2Token): Use default placement
7006         when reading old floats.
7007
7008         * FloatList.C (FloatList): Change the default placement of figure
7009         and tables to "tbp".
7010
7011 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
7012
7013         * MenuBackend.C: using std::max
7014
7015 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7016
7017         * MenuBackend.C (expandToc):
7018         (expandToc2): code moved from xforms menu frontend. It is now
7019         generic and TOCs are transparent to menu frontends.
7020
7021 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7022
7023         * toc.C (getTocList): protect against buf=0
7024
7025         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
7026         Menu as first parameter. Now, this calls itself recursively to
7027         expand a whole tree (this will be useful for TOC handling)
7028         (expandFloatInsert): remove 'wide' version of floats
7029
7030         * MenuBackend.h (submenuname): returns the name of the submenu.
7031         (submenu): returns the submenu itself, provided it has been
7032         created by MenuBackend::expand
7033
7034 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7035
7036         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
7037         insets which have noFontChange == true. (bug #172)
7038
7039 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7040
7041         * BufferView_pimpl.C: add connection objects and use them...
7042         (Pimpl): here.
7043
7044 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7045
7046         * MenuBackend.C (expandLastfiles):
7047         (expandDocuments):
7048         (expandFormats):
7049         (expandFloatListInsert):
7050         (expandFloatInsert):
7051         (expand): split expand in parts
7052
7053 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7054
7055         * lyx_gui.C: use lyx_gui::exit()
7056
7057 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7058
7059         * LyXAction.C: show the failing pseudo action
7060
7061 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
7062
7063         * buffer.C (readFile): Run the lyxconvert script in order to read
7064         old files.
7065
7066 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7067
7068         * LyXAction.C:
7069         * commandtags.h:
7070         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
7071
7072 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7073
7074         * LyXAction.C:
7075         * commandtags.h:
7076         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
7077
7078 2002-07-22  Herbert Voss  <voss@lyx.org>
7079
7080         * lengthcommon.C:
7081         * lyxlength.[Ch]: add support for the vertical lengths
7082
7083 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
7084
7085         * toc.[Ch]: std:: fixes
7086
7087 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7088
7089         * lyxrc.C: do not include lyx_main.h
7090
7091         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
7092         for layouts
7093
7094         * lyxrc.C:
7095         * encoding.C:
7096         * bufferlist.C:
7097         * BufferView2.C: include "lyxlex.h"
7098
7099         * tabular.h:
7100         * bufferparams.h: do not #include "lyxlex.h"
7101
7102         * lyxtextclasslist.C (Add): remove method
7103         (classlist): renamed to classlist_
7104
7105         * paragraph_pimpl.C:
7106         * paragraph.C:
7107         * text2.C:
7108         * CutAndPaste.C:
7109         * bufferview_funcs.C:
7110         * bufferlist.C:
7111         * text.C:
7112         * LaTeXFeatures.C:
7113         * buffer.C:
7114         * toc.C (getTocList): use BufferParams::getLyXTextClass
7115
7116         * toc.C (getTocList): use InsetFloat::addToToc
7117
7118         * toc.[Ch]: new files, containing helper functions to handle table
7119         of contents
7120
7121         * lyxfunc.C (dispatch): no need to remove spaces around command
7122         given as a string
7123         (getStatus): handle LFUN_SEQUENCE by returning the status of the
7124         first command of the sequence; it is not very clever, but I do not
7125         have a better idea, actually
7126
7127         * LyXAction.C (LookupFunc): make sure to remove space at the
7128         beginning and end of the command
7129
7130 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7131
7132         * MenuBackend.C (getMenubar): new method: return the menubar of
7133         this menu set
7134         (read): treat differently reading of menu and menubar (in
7135         particular, the menubar has no name now)
7136         (Menu::menubar): remove
7137
7138         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
7139         saving is finished
7140
7141 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7142
7143         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
7144         a bibitem inset in a RTL paragraph.
7145
7146 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
7147
7148         * paragraph_pimpl.C: constify
7149
7150         * BufferView_pimpl.C:
7151         * LaTeX.C:
7152         * lyxfunc.C: fix dispatch in a nicer way
7153
7154 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7155
7156         * lyxfunc.C (dispatch):
7157         * BufferView_pimpl.C:
7158         * BufferView_pimpl.h:
7159         * BufferView.C:
7160         * BufferView.h: rename Dispatch() to dispatch()
7161
7162         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
7163
7164         * lyxlayout.C (Read): honor DependsOn tag
7165
7166         * lyxlayout.[Ch] (depends_on): new method
7167
7168         * version.C.in: update lyx_docversion
7169
7170         * LaTeXFeatures.C (getMacros): only define \LyX when needed
7171
7172         * paragraph.C (validate): remove from here...
7173         * paragraph_pimpl.C (validate): ... and move here
7174         (isTextAt): make it const
7175
7176         * buffer.C (getLists): ws cleanup
7177
7178 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7179
7180         * language.C (read): Use iso8859-1 encoding in latex_lang
7181         (this prevents LyX from crashing when using iso10646-1 encoding).
7182
7183 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7184
7185         * text2.C (toggleInset): if cursor is inside an inset, close the
7186         inset and leave cursor _after_ it
7187
7188 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7189
7190         * lyxfunc.C: move minibuffer completion handling out of here
7191
7192 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7193
7194         * BufferView_pimpl.C:
7195         * LaTeX.C: fix dispatch calls
7196
7197 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
7198
7199         * text.C (drawChars): Fix Arabic text rendering.
7200
7201 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
7202
7203         * LyXAction.C:
7204         * commandtags.h:
7205         * lyxfunc.C: remove message-push/pop
7206
7207         * lyxserver.C:
7208         * lyxfunc.h:
7209         * lyxfunc.C: rationalise some code by removing verboseDispatch
7210           in favour of a bool argument to dispatch()
7211
7212 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7213
7214         * lyx_main.C (init): make sure to read symlinks as absolute paths
7215
7216 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7217
7218         * lyxfunc.h:
7219         * lyxfunc.C: no need for commandshortcut to be a member
7220
7221 2002-07-15  André Pönitz <poenitz@gmx.net>
7222
7223         * converter.C: add support for $$s (scripts from lib/scripts dir)
7224         * lyx_main.C: white space
7225
7226 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7227
7228         * bufferlist.C:
7229         * lyxrc.h:
7230         * lyxrc.C: remove second exit confirmation
7231
7232 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7233
7234         * BufferView.h:
7235         * BufferView.C:
7236         * BufferView2.C:
7237         * BufferView_pimpl.h:
7238         * BufferView_pimpl.C:
7239         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
7240
7241 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7242
7243         * MenuBackend.C (expand): add numeric shortcuts to document menu
7244
7245         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
7246
7247 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7248
7249         * lyxfont.C (setLyXFamily):
7250         (setLyXSeries):
7251         (setLyXShape):
7252         (setLyXSize):
7253         (setLyXMisc):
7254         (lyxRead):
7255         * debug.C (value):
7256         * buffer.C (asciiParagraph): use ascii_lowercase
7257
7258 2002-07-15  Mike Fabian  <mfabian@suse.de>
7259
7260         * lyxlex_pimpl.C (search_kw):
7261         * lyxlex.C (getLongString):
7262         * converter.h (operator<):
7263         * converter.C (operator<):
7264         * buffer.C (parseSingleLyXformat2Token):
7265         (asciiParagraph):
7266         * ToolbarDefaults.C (read):
7267         * MenuBackend.C (checkShortcuts):
7268         (read):
7269         * LColor.C (getFromGUIName):
7270         (getFromLyXName): use the compare_ascii_no_case instead of
7271         compare_no_case, because in turkish, 'i' is not the lowercase
7272         version of 'I', and thus turkish locale breaks parsing of tags.
7273
7274 2002-07-16  Angus Leeming  <leeming@lyx.org>
7275
7276         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
7277         now takes a Buffer const & argument.
7278
7279 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
7280
7281         * BufferView.C (resize): check there's a buffer to resize
7282
7283 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
7284
7285         * lyxfunc.C: remove dead code
7286
7287         * lyxserver.h:
7288         * lyxserver.C: use lyx_guii::set_read_callback
7289
7290 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
7291
7292         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
7293         an inset in a RTL paragraph.
7294
7295 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7296
7297         * lyxfunc.C: repaint after a font size update
7298
7299 2002-07-15  André Pönitz <poenitz@gmx.net>
7300
7301         * lyxlength.C: inBP should be able to return negative values
7302
7303 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7304
7305         * lyxfunc.C: use lyx_gui::update_fonts()
7306
7307 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7308
7309         * lyxfunc.C: use lyx_gui::update_color()
7310
7311 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7312
7313         * bufferlist.C:
7314         * lyxfunc.h:
7315         * lyxfunc.C:
7316         * lyxrc.h:
7317         * lyxrc.C: remove file->new asks for name option, and let
7318           buffer-new take an argument
7319
7320 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7321
7322         * BufferView_pimpl.C: remove unneeded extra repaint()
7323
7324 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
7325
7326         * LyXAction.C: allow command-sequence with NoBuffer
7327
7328         * lyxfunc.C: don't insist on trailing ';' for command-sequence
7329
7330 2002-07-10  Angus Leeming  <leeming@lyx.org>
7331
7332         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
7333
7334 2002-07-09  Angus Leeming  <leeming@lyx.org>
7335
7336         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
7337
7338 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7339
7340         * lengthcommon.h: whitespace
7341
7342         * lyxfunc.C: update scrollbar after goto paragraph
7343
7344         * lyxtext.h: factor out page break drawing, and fix it so
7345           page break/added space paints as selected nicely
7346
7347 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7348
7349         * BufferView_pimpl.C: add FIXMEs, clean up a little
7350
7351 2002-07-09  André Pönitz <poenitz@gmx.net>
7352
7353         * lyxfont.[Ch]: support for wasy symbols
7354
7355 2002-07-08  André Pönitz <poenitz@gmx.net>
7356
7357         * BufferView_pimpl.C: apply John's patch for #93.
7358
7359 2002-07-05  Angus Leeming  <leeming@lyx.org>
7360
7361         * BufferView_pimpl.C (buffer): generate previews if desired.
7362
7363         * LColor.h: add "preview" to the color enum.
7364
7365         * LColor.C (LColor): add a corresponding entry to the items array.
7366
7367         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
7368         with this buffer.
7369
7370 2002-07-05  Angus Leeming  <leeming@lyx.org>
7371
7372         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
7373         The body of the code is now in the method that is passed an ostream &
7374         rather than a file name.
7375         Pass an additional only_preamble parameter, useful for the forthcoming
7376         preview stuff.
7377
7378 2002-07-03  André Pönitz <poenitz@gmx.net>
7379
7380         * lyxfunc.C: simplify getStatus() a bit for math stuff
7381
7382 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7383
7384         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
7385
7386 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7387
7388         * text.C (changeRegionCase): do not change case of all the
7389         document when region ends at paragraph end (bug #461)
7390
7391 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7392
7393         * paragraph.C (startTeXParParams):
7394         (endTeXParParams): add \protect when necessary
7395
7396 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7397
7398         * BufferView_pimpl.C (workAreaExpose): remove warning
7399
7400 2002-06-27  Angus Leeming  <leeming@lyx.org>
7401
7402         * Makefile.am: add lyxlayout_ptr_fwd.h.
7403
7404 2002-06-26  André Pönitz <poenitz@gmx.net>
7405
7406         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
7407
7408 2002-06-25  Angus Leeming  <leeming@lyx.org>
7409
7410         * lyxfunc.C (dispatch): Comment out the call to
7411         grfx::GCache::changeDisplay. The method no longer exists now that the
7412         pixmap generation part of the graphics loader has been moved into
7413         InsetGraphics.
7414
7415 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7416
7417         * text2.C: layout as layout
7418
7419         * text.C: layout as layout
7420
7421         * tabular.C (OldFormatRead): layout as layout
7422
7423         * paragraph_pimpl.C (TeXDeeper): layout as layout
7424         (realizeFont): layout as layout
7425
7426         * paragraph.C (writeFile): layout as layout
7427         (validate): layout as layout
7428         (getFont): layout as layout
7429         (getLabelFont): layout as layout
7430         (getLayoutFont): layout as layout
7431         (breakParagraph): layout as layout
7432         (stripLeadingSpaces): layout as layout
7433         (getEndLabel): layout as layout
7434         (getMaxDepthAfter): layout as layout
7435         (applyLayout): layout as layout
7436         (TeXOnePar): layout as layout
7437         (simpleTeXOnePar): layout as layout
7438         (TeXEnvironment): layout as layout
7439         (layout): layout as layout
7440         (layout): layout as layout
7441
7442         * lyxtextclass.C (compare_name): new functor to work with
7443         shared_ptr, layout as layout
7444         (Read): layout as layout
7445         (hasLayout): layout as layout
7446         (operator): layout as layout
7447         (delete_layout): layout as layout
7448         (defaultLayout): layout as layout
7449
7450         * lyxlayout_ptr_fwd.h: new file
7451
7452         * lyxlayout.C (Read): layout as layout
7453
7454         * lyx_cb.C (MenuInsertLabel): layout as layout
7455
7456         * bufferlist.C (newFile): layout as layout
7457
7458         * buffer.C (readLyXformat2): layout as layout
7459         (parseSingleLyXformat2Token): layout as layout
7460         (insertStringAsLines): layout as layout
7461         (asciiParagraph): layout as layout
7462         (latexParagraphs): layout as layout
7463         (makeLinuxDocFile): layout as layout
7464         (simpleLinuxDocOnePar): layout as layout
7465         (makeDocBookFile): layout as layout
7466         (simpleDocBookOnePar): layout as layout
7467         (getLists): layout as layout
7468
7469         * LaTeXFeatures.C (getTClassPreamble): layout as layout
7470
7471         * CutAndPaste.C (cutSelection): layout as layout
7472         (pasteSelection): layout as layout
7473         (SwitchLayoutsBetweenClasses): layout as layout
7474
7475         * BufferView_pimpl.C (Dispatch): layout as layout
7476         (smartQuote): layout as layout
7477
7478         * BufferView2.C (unlockInset): layout as layout
7479
7480 2002-06-24  André Pönitz <poenitz@gmx.net>
7481
7482         * lyxfunc.C: fix #487
7483
7484 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7485
7486         * lyxrc.h:
7487         * lyxrc.C:
7488         * lyxfunc.C: remove display_shortcuts, show_banner
7489
7490 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7491
7492         * Buffer_pimpl.C: oops, update on resize
7493
7494 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7495
7496         * buffer.C:
7497         * converter.C:
7498         * exporter.C:
7499         * lyxfunc.C:
7500         * BufferView.h:
7501         * BufferView.C: use repaint()
7502
7503         * BufferView_pimpl.h:
7504         * BufferView_pimpl.C: s/updateScreen()/repaint()/
7505           as it's a clearer description. Remove superfluous
7506           redraws.
7507
7508 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7509
7510         * text.C: fix bug 488. Not ideal, but getting
7511           getWord() to work properly for the insets that
7512           matter is more difficult ...
7513
7514 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7515
7516         * BufferView_pimpl.C:
7517         * LyXAction.C:
7518         * commandtags.h:
7519         * lyxfunc.C: remove the six million index lyxfuncs to just
7520           one, and DTRT (bug 458)
7521
7522 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7523
7524         * BufferView.h:
7525         * BufferView.C:
7526         * BufferView_pimpl.h:
7527         * BufferView_pimpl.C: clean up resize() stuff,
7528           and unnecessary updateScreen()s
7529
7530 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7531
7532         * BufferView.h:
7533         * BufferView.C:
7534         * BufferView_pimpl.h:
7535         * BufferView_pimpl.C:
7536         * lyxfind.h:
7537         * lyxfind.C:
7538         * minibuffer.C: remove focus management of workarea,
7539           not needed. Use screen's greyOut()
7540
7541 2002-06-17  Herbert Voss  <voss@lyx.org>
7542
7543         * converter.C: (convert) do not post a message, when converting
7544         fails, let the calling function decide what to do in this case
7545
7546 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
7547
7548         * lyxfunc.C: tidy up a little
7549
7550 2002-06-16    <alstrup@diku.dk>
7551
7552         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
7553         Got rid of FORMS_H_LOCATION include. Now we are
7554         GUII.
7555
7556 2002-06-15  LyX Development team  <lyx@rilke>
7557
7558         * buffer.[Ch] (sgmlOpenTag):
7559         (sgmlCloseTag): Added support for avoiding pernicious mixed
7560         content. Return number of lines written.
7561
7562         (makeLinuxDocFile):
7563         (makeDocBookFile): Fixed calls to sgml*Tag.
7564         Simple white space clean.
7565
7566         (simpleDocBookOnePar): Simple white space clean.
7567
7568         * tabular.[Ch] (docBook): Renamed to docbook and got another
7569         argument to related with the pernicious mixed content.
7570
7571         (docbookRow): Fixed calls for docbook inset method.
7572
7573 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7574
7575         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7576         so it's X11 independent.
7577
7578         * kb*.[Ch]: ditto.
7579
7580         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7581
7582 2002-06-15  Lyx Development team  <lyx@electronia>
7583
7584         * intl.h: Renamed getTrans to getTransManager.
7585
7586 2002-06-14  Angus Leeming  <leeming@lyx.org>
7587
7588         * Makefile.am: nuke forgotten stl_string_fwd.h.
7589
7590 2002-06-12  Angus Leeming  <leeming@lyx.org>
7591
7592         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7593
7594 2002-06-13  Angus Leeming  <leeming@lyx.org>
7595
7596         * LaTeX.C:
7597         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7598
7599 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7600
7601         * kbmap.C (getiso): add support for cyrillic and greek
7602
7603 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7604
7605         * BufferView.h:
7606         * BufferView.C:
7607         * BufferView_pimpl.h:
7608         * BufferView_pimpl.C: move bogus scrolling logic
7609           to xforms
7610
7611 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7612
7613         * lyxfunc.C:
7614         * BufferView_pimpl.C: view->resize() change
7615
7616 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7617
7618         * BufferView_pimpl.C: topCursorVisible
7619           prototype change
7620
7621 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7622
7623         * Makefile.am:
7624         * lyx_gui.h:
7625         * lyx_gui.C: move to frontends/
7626
7627         * main.C:
7628         * lyx_main.h:
7629         * lyx_main.C: changes from above
7630
7631 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7632
7633         * intl.C:
7634         * intl.h:
7635         * kbmap.C:
7636         * kbsequence.C:
7637         * lyx_cb.C:
7638         * lyx_main.C: minor tidy
7639
7640 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7641
7642         * BufferView_pimpl.h:
7643         * BufferView_pimpl.C:
7644         * BufferView.h:
7645         * BufferView.C: make painter() const,
7646           remove dead code
7647
7648         * BufferView2.C: use screen() accessor
7649
7650         * lyx_main.h:
7651         * lyx_main.C: some minor cleanup
7652
7653 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7654
7655         * BufferView_pimpl.h:
7656         * BufferView_pimpl.C: remove enter/leaveView,
7657           use workHeight()
7658
7659 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7660
7661         * BufferView.h:
7662         * BufferView.C:
7663         * BufferView2.C:
7664         * BufferView_pimpl.h:
7665         * BufferView_pimpl.C: only construct screen once,
7666           rename
7667
7668         * lyxrc.C: remove pointless comment
7669
7670 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7671
7672         * BufferView.h:
7673         * BufferView.C: remove active() and belowMouse()
7674
7675         * BufferView_pimpl.h:
7676         * BufferView_pimpl.C: use workarea() not workarea_,
7677           and make it use a scoped_ptr instead
7678
7679 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7680
7681         * lyx_gui.C: add debug message on BadWindow
7682
7683 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7684
7685         * sp_spell.C: fdopen is not part of the C++ standard.
7686
7687         * paragraph.C (InsetIterator): use >= instead of ==
7688
7689 2002-06-07  Angus Leeming  <leeming@lyx.org>
7690
7691         Fixes needed to compile with Compaq cxx 6.5.
7692         * BufferView_pimpl.C:
7693         * DepTable.C:
7694         * buffer.C:
7695         * converter.C:
7696         * encoding.C:
7697         * lyx_gui.C:
7698         * lyx_main.C:
7699         * lyxtextclasslist.C:
7700         * minibuffer.C:
7701         * sp_spell.C:
7702         * tabular_funcs.C:
7703         * vc-backend.C:
7704         all c-library variables have been moved into namespace std. Wrap
7705         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7706
7707         * lyxlength.C:
7708         * tabular-old.C:
7709         * tabular.C:
7710         Add a using std::abs declaration.
7711
7712         * kbmap.h (modifier_pair):
7713         * paragraph.h (InsetTable, InsetList):
7714         * lyxfont.h (FontBits):
7715         type definition made public.
7716
7717         * bufferlist.C (emergencyWriteAll): the compiler complains that
7718         there is more than one possible lyx::class_fun template to choose from.
7719         I re-named the void specialisation as lyx::void_class_fun.
7720
7721         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7722
7723         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7724         the compiler is is unable to find tostr in write_attribute.
7725
7726 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7727
7728         * buffer.C (sgmlError): hide #warning
7729
7730 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7731
7732         * xtl/*: get rid of xtl, which is not in use anyway
7733
7734         * LyXAction.C (init):
7735         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7736         were unimplemented xtl experimentation
7737
7738 2002-06-04  André Pönitz <poenitz@gmx.net>
7739
7740         * lyxfunc.C: disable array operation on simple formulae
7741
7742 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7743
7744         * converter.C: constify a bit
7745
7746 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7747
7748         * lyx_gui.C: check xforms version correctly
7749
7750 2002-04-30  Herbert Voss  <voss@lyx.org>
7751
7752         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7753         "keep" option
7754
7755 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7756
7757         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7758           attempt to register it with a VCS)
7759
7760 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7761
7762         * lyx_main.C (init): honor variables LYX_DIR_13x and
7763         LYX_USERDIR_13x
7764
7765 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7766
7767         * buffer.h:
7768         * buffer.C:
7769         * lyx_main.C: fix a crash on bad command line,
7770           and give a useful exit status on error
7771
7772         * lyxfunc.C (doImport): allow -i lyx to work
7773
7774 2002-03-30  André Pönitz <poenitz@gmx.net>
7775
7776         * lyxfunc.C: mathed font changes
7777
7778 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7779
7780         * LaTeX.C:
7781         * importer.h:
7782         * importer.C:
7783         * lyx_sty.h:
7784         * lyx_sty.C:
7785         * lyxlex.C:
7786         * lyxrow.h:
7787         * lyxtext.h:
7788         * paragraph.h:
7789         * paragraph.C:
7790         * texrow.h:
7791         * texrow.C:
7792         * text.C:
7793         * trans_mgr.h: srcdocs, and some minor cleanups
7794
7795 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7796
7797         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7798         call getFont all the time)
7799
7800 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7801
7802         * switch from SigC signals to boost::signals
7803
7804 2002-05-29  André Pönitz <poenitz@gmx.net>
7805
7806         * paragraph_pimpl.C (getChar): don't call size() too often...
7807
7808 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7809
7810         * paragraph_pimpl.C (insertChar): do not try to update tables when
7811         appending (pos == size())
7812
7813         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7814         in order to reduce drastically the number of comparisons needed to
7815         parse a large document
7816
7817 2002-05-29  André Pönitz <poenitz@gmx.net>
7818
7819         * text.C:
7820         * text2.C:
7821         * lyxtextclass.C:
7822         * sp_pspell.h:
7823         * textclasslist.[Ch]:
7824         * sp_ispell.h: whitespace change
7825
7826 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7827
7828         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7829         lyxaction directly now.
7830
7831 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7832
7833         * trans.C:
7834         * lyxfont.C:
7835         * lyxvc.C: remove unused headers
7836
7837 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7838
7839         * Makefile.am:
7840         * buffer.h:
7841         * undostack.h:
7842         * undostack.C:
7843         * undo_funcs.h:
7844         * undo_funcs.C: some cleanups. Use shared_ptr
7845           and a template for the undo stacks.
7846
7847 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7848
7849         * BufferView_pimpl.h:
7850         * BufferView_pimpl.C:
7851         * kbmap.h:
7852         * kbmap.C:
7853         * kbsequence.h:
7854         * kbsequence.C:
7855         * lyxfunc.h:
7856         * lyxfunc.C:
7857         * text2.C: use key_state/mouse_state
7858
7859 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7860
7861         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7862         and LSubstring
7863
7864         * chset.C: change include order
7865         (loadFile): use boost regex and get rid of LRegex and LSubstring
7866
7867         * Makefile.am (BOOST_LIBS): new variable
7868         (lyx_LDADD): use it
7869
7870         * LaTeX.C: change include order.
7871         (scanAuxFile): use boost regex and get rid of LRegex and
7872         LSubstring
7873         (deplog): ditto
7874
7875 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7876
7877         * ColorHandler.h:
7878         * ColorHandler.C:
7879         * FontInfo.h:
7880         * FontInfo.C: moved to frontends/xforms/
7881
7882         * FontLoader.h:
7883         * FontLoader.C: moved into frontends for GUIIzation
7884
7885         * Makefile.am:
7886         * lyx_gui.C:
7887         * lyxfont.C:
7888         * lyxfunc.C: changes from above
7889
7890 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7891
7892         * LColor.C: remove spurious X include
7893
7894         * BufferView_pimpl.C:
7895         * Makefile.am:
7896         * font.h:
7897         * font.C:
7898         * text.C:
7899         * text2.C: move font metrics to frontends/
7900
7901 2002-05-24  Juergen Vigna  <jug@sad.it>
7902
7903         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7904         setting the undo_cursor.
7905
7906         * ParagraphParameters.h: include local includes first.
7907
7908 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7909
7910         * BufferView_pimpl.C:
7911         * BufferView_pimpl.h:
7912         * Makefile.am:
7913         * WorkArea.h:
7914         * WorkArea.C:
7915         * screen.C: move WorkArea into frontends/
7916
7917         * lyxscreen.h:
7918         * screen.C:
7919         * text.C:
7920         * BufferView.C:
7921         * BufferView2.C: move LyXScreen into frontends/
7922
7923         * lyxlookup.h:
7924         * lyxlookup.C:
7925         * lyx_gui.C: move lyxlookup into frontends/xforms/
7926
7927 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7928
7929         * BufferView2.C:
7930         * BufferView_pimpl.C:
7931         * FontLoader.C:
7932         * LyXView.h:
7933         * LyXView.C:
7934         * Makefile.am:
7935         * WorkArea.C:
7936         * XFormsView.h:
7937         * XFormsView.C:
7938         * buffer.C:
7939         * bufferlist.C:
7940         * bufferview_funcs.C:
7941         * converter.C:
7942         * importer.C:
7943         * lyx_cb.C:
7944         * lyx_gui.C:
7945         * lyx_main.C:
7946         * lyx_find.C:
7947         * lyxfunc.C:
7948         * lyxvc.C:
7949         * minibuffer.C:
7950         * text.C:
7951         * text2.C:
7952         * trans.C:
7953         * vc-backend.C: move LyX/XFormsView into frontends/
7954
7955 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7956
7957         * Makefile.am:
7958         * PainterBase.C:
7959         * PainterBase.h:
7960         * Painter.C:
7961         * Painter.h:
7962         * WorkArea.C:
7963         * WorkArea.h:
7964         * screen.C:
7965         * tabular.C:
7966         * text.C:
7967         * text2.C: move Painter to frontends/
7968
7969 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7970
7971         * buffer.C: comment out some some code that depend upon lyx_format
7972         < 220
7973
7974         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7975         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7976
7977         * buffer.h (NO_COMPABILITY): turn off compability
7978
7979         * ColorHandler.C: include scoped_array.hpp
7980
7981         * font.C: Use more specific smart_ptr header.
7982         * Painter.C: ditto
7983         * gettext.C: ditto
7984         * ShareContainer.h: ditto
7985         * lyx_main.h: ditto
7986         * kbmap.h: ditto
7987         * FontInfo.h: ditto
7988         * BufferView_pimpl.h: ditto
7989         * ColorHandler.h: ditto
7990
7991         * kbmap.C (defkey): change call to shared_ptr::reset
7992
7993 2002-05-21  Juergen Vigna  <jug@sad.it>
7994
7995         * buffer.C (insertErtContents): fix to insert ert asis if it is
7996         non empty. Skip it completely if it contains only whitespaces.
7997
7998 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7999
8000         * BufferView_pimpl.C:
8001         * BufferView2.C: clear selection on paste (bug 393)
8002
8003 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8004
8005         * DepTable.C: include ctime
8006
8007 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
8008
8009         * buffer.C (latexParagraphs): Add new argument (moving_arg).
8010
8011 2002-05-14  Juergen Vigna  <jug@sad.it>
8012
8013         * text.C (breakParagraph): fixed function to honor the keepempty
8014         layout in the right maner and also to permit the right breaking
8015         algorithm on empty or non empyt keepempty paragraphs.
8016
8017         * paragraph.C (breakParagraph): we have to check also if the par
8018         is really empty (!size()) for isempty otherwise we do the wrong
8019         paragraph break.
8020
8021 2002-05-10  Juergen Vigna  <jug@sad.it>
8022
8023         * buffer.[Ch] : The following are only changes to the ert
8024         compatibility read reading old LaTeX layout and font stuff and
8025         convert it to ERTInsets.
8026
8027         * buffer.h: added isErtInset().
8028
8029         * buffer.C (struct ErtComp): add a fromlayout bool to check
8030         if we're inside a LaTeX layout.
8031         (isErtInset): new helper function.
8032         (insertErtContents): look for other ert insets before this one
8033         and insert the contents there, so that we don't have subsequent
8034         ERT insets with nothing between them. This way we create only one
8035         inset with multiple paragraphs. Also check if we don't insert only
8036         spaces ' ' as they are ignored anyway afterwards in the .tex file
8037         so if we have only spaces we will ignore this latex part in the
8038         new file.
8039         (parseSingleLyXformat2Token \\layout): better compatibility when
8040         reading layout-latex stuff.
8041         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
8042         language tag.
8043         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
8044         stuff after reading the inset only get the information back from
8045         the stack.
8046
8047 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
8048
8049         * buffer.C (makeLaTeXFile): Put language options after loading babel.
8050
8051         * LaTeXFeatures.C (getBabelOptions): New method.
8052
8053 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8054
8055         * BufferView_pimpl.C (Dispatch): work around missing argument for
8056         'layout'
8057
8058 2002-05-08  Juergen Vigna  <jug@sad.it>
8059
8060         * text.C (leftMargin): handle paragraph leftindent.
8061
8062         * paragraph.C (writeFile): write the new \\leftindent tag.
8063         (validate): handle leftindent code.
8064         (TeXEnvironment): handle paragraphleftindent code again.
8065
8066         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
8067
8068         * buffer.C (parseSingleLyXformat2Token): added compatibility code
8069         for paragrap_extra indent code and new token \\leftindent.
8070         (latexParagraphs): handle the leftindent as environment.
8071
8072         * ParameterStruct.h: added leftindent support.
8073
8074         * ParagraphParameters.C (leftIndent): added support functions for
8075         the paragraph left indent.
8076
8077         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
8078         more appropriate.
8079
8080 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
8081
8082         * paragraph.C (isRightToLeftPar): Return false for a paragraph
8083         inside insetERT.
8084
8085         * text.C (computeBidiTables): No bidi in insetERT.
8086
8087         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
8088         in RTL documents.
8089
8090 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8091
8092         * version.C.in: pre 5
8093
8094 2002-05-02  José Matos  <jamatos@fep.up.pt>
8095         * buffer.C (makeDocBookFile): white space changes, add newline to
8096         command styles.
8097         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
8098
8099         * tabular.C (docBook): fix typo.
8100
8101 2002-05-03  Juergen Vigna  <jug@sad.it>
8102
8103         * screen.C (drawFromTo): recalculate the rowpointer if we had a
8104         change in LyXText as we can not be sure it was not freed.
8105         (drawOneRow): remove unused code.
8106
8107         * text.C (drawInset): redo the calculation of the need_break_row as
8108         it could have a row which was already freed.
8109         (draw): look at the return value of drawInset and return false if
8110         it also returned false.
8111         (paintRowText): look at the return value of draw and return false if
8112         it also returned false.
8113
8114         * lyxtext.h: added bool return type to drawInset() and draw() so that
8115         if we have a change in the row so that the rowbreak has to be redone
8116         we abort drawing as it will be called again.
8117
8118 2002-05-02  Juergen Vigna  <jug@sad.it>
8119
8120         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
8121         a change in the maintext also if we're inside an inset.
8122         (Dispatch): set the cursor again after a break line and after the
8123         screen has been updated as it could be we're in a different row.
8124
8125         * text2.C (fixCursorAfterDelete): check to make sure we don't request
8126         to set the cursor behind the pargraph with > size().
8127         (setCursor): check also for the same paragraph when checking where
8128         to put the cursor if we have a NFR inset.
8129
8130         * buffer.C (parseSingleLyXformat2Token): move the compatibility
8131         parts of layout read further up as it still was in the wrong
8132         position.
8133
8134 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8135
8136         * screen.C (drawFromTo): change sine fullRebreak always return
8137         true.
8138
8139         * buffer.C (parseSingleLyXformat2Token): reindent some
8140
8141         * BufferView_pimpl.C (update): change since fullRebreak always
8142         return true.
8143         (Dispatch): git rid of the last hardcoded "Standard"s.
8144
8145 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8146
8147         * text2.[Ch] (fullRebreak): make it return void now that we always
8148         returned true.
8149
8150 2002-04-30  Juergen Vigna  <jug@sad.it>
8151
8152         * buffer.C (parseSingleLyXformat2Token): reset the font before the
8153         ert compatibility check for "latex" layout.
8154
8155 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
8156
8157         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
8158         minipages: use col% instead of p%, and also use the current font.
8159         (makeLaTeXFile): Fix use babel condition.
8160         (parseSingleLyXformat2Token): Correct font when reading old floats.
8161
8162 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
8163
8164         * BufferView_pimpl.C (Dispatch): Check that float type exists when
8165         inserting list of floats.
8166
8167 2002-04-25  Herbert Voss  <voss@lyx.org>
8168
8169         * MenuBackend.C (expand): don't add the graphics extensions to the
8170         export menu
8171
8172 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8173
8174         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
8175         non-existing layout, do not complain if it was the default layout
8176         of the original class (bug #342)
8177
8178 2002-04-24  Juergen Vigna  <jug@sad.it>
8179
8180         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
8181         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
8182
8183 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
8184
8185         * buffer.C (getBibkeyList): If using \bibliography, return the
8186         option field with the reference itself. Enables us to provide natbib
8187         support when using \bibliography.
8188
8189 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
8190
8191         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
8192
8193         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
8194         natbib is provided by the LaTeX class.
8195
8196 2002-04-23  Juergen Vigna  <jug@sad.it>
8197
8198         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
8199         Wakeup functions.
8200
8201         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
8202
8203 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8204
8205         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
8206
8207         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
8208         ensuremath around textordmasculine, textordfeminine and
8209         textdegree.
8210
8211 2002-04-19  Juergen Vigna  <jug@sad.it>
8212
8213         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
8214         reinitializing the buffer otherwise row-dimensions may be wrong.
8215         (update): reset also the selection cursors if they do exits otherwise
8216         their x/y positions may be wrong.
8217
8218         * text2.C (cursorDown): don't enter the inset if we came from a row
8219         above and are one row over the inset.
8220
8221         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
8222         really leaving an inset.
8223
8224 2002-04-18  Juergen Vigna  <jug@sad.it>
8225
8226         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
8227         of the selected paragraph does not have the selected layout also if
8228         the last one had!
8229
8230         * text2.C (setLayout): fixed bug which did not change last selected
8231         paragraph.
8232
8233         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
8234         changed the read and substituted \\end_float with \\end_inset!
8235
8236         * BufferView_pimpl.C (cursorPrevious):
8237         (cursorNext): fixed to make it work with rows heigher than the work
8238         area without moving the cursor only the draw of the row.
8239         (workAreaMotionNotify): fix jumping over high rows.
8240
8241 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8242
8243         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
8244         Ressler.
8245
8246 2002-04-16  Juergen Vigna  <jug@sad.it>
8247
8248         * text2.C (setCursor): set also the irow().
8249         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
8250         (cursorUp):
8251         (cursorDown): support for locking an inset if the x_fix value goes
8252         inside it. That way I can transverse insets too with cursor up/down.
8253
8254         * lyxrow.h: added irow helper function same as other (i) functions.
8255
8256         * BufferView_pimpl.C (cursorPrevious):
8257         (cursorNext): fixed for insets!
8258
8259 2002-04-15  Juergen Vigna  <jug@sad.it>
8260
8261         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
8262         position otherwise it is wrong in some cases.
8263
8264         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
8265         inside the inset before the call.
8266
8267 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
8268
8269         * buffer.[Ch] (getBibkeyList): make it const.
8270
8271 2002-04-12  Juergen Vigna  <jug@sad.it>
8272
8273         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
8274
8275         * text2.C (getCursorX): new helper function
8276         (setCursor): compute also ix_
8277         (setCursorFromCoordinates): set also ix.
8278
8279         * lyxcursor.h: added ix_ and helper functions.
8280
8281         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
8282
8283         * buffer.C (insertStringAsLines): dont break paragraph if the this
8284         paragraph is inside an inset which does not permit it!
8285
8286         * text.C (breakParagraph): honor keepempty flag and break the paragraph
8287         also with no chars on this paragraph.
8288         (paintRowText): only paint stuff if it's inside the workarea!
8289
8290         * paragraph.C (breakParagraph): honor keepempty flag and break the
8291         paragraph always below not above.
8292
8293         * BufferView2.C (unlockInset): update the paragraph layout on inset
8294         unlock as we changed paragraph in such a case.
8295
8296         * lyxfind.C (LyXFind): clear the former selection if not found!
8297
8298         * text2.C (insertInset): freeze Undo after setUndo so that it is not
8299         again called in insertChar().
8300
8301         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
8302         an inset which uses the whole row!
8303         (rightMargin): ditto.
8304         (insertChar): force a rebreak if we inserted an inset!
8305
8306 2002-03-28  Herbert Voss  <voss@lyx.org>
8307
8308         * lyxlength.[Ch]: add inBP() to get the right PS-point
8309         units (BigPoint). With inPixels we have rounding errors
8310
8311 2002-04-11  Juergen Vigna  <jug@sad.it>
8312
8313         * text2.C (setCursorFromCoordinates): set iy to the right value.
8314         (setCursor): add check if row->previous exists!
8315
8316         * buffer.C (parseSingleLyXformat2Token): reset font after read of
8317         an old float_type as this was the case in the old code!
8318
8319         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
8320
8321         * BufferView2.C (showLockedInsetCursor): use iy
8322         (fitLockedInsetCursor): ditto
8323
8324         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
8325         locked insets as there we have the right value now.
8326
8327         * lyxcursor.C: added iy_ variable and iy functions to set to the
8328         baseline of cursor-y of the locked inset.
8329
8330         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
8331         (setCursor): fixed for insets which need a full row.
8332
8333         * text.C (rowLastPrintable): don't ignore the last space when before
8334         an inset which needs a full row.
8335         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
8336         as last character of a row when before a inset which needs a full row.
8337
8338 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8339
8340         * version.C.in: update date
8341
8342         * text2.C (fullRebreak): try to always return true and see what
8343         happens...
8344
8345 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8346
8347         * MenuBackend.C (expand): use Floating::listName
8348
8349         * FloatList.C (FloatList): add listName argument to the built-in
8350         floats
8351
8352         * Floating.[Ch]: add listName member, which is the 'List of XXX'
8353         text associated with the float.
8354
8355 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8356
8357         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
8358
8359 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8360
8361         * ShareContainer.h: add a couple of missing typenames.
8362
8363 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
8364
8365         * lyxrc.C (getDescription): use _() correctly rather than N_().
8366
8367 2002-03-28  Herbert Voss  <voss@lyx.org>
8368
8369         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
8370         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
8371
8372 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8373
8374         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
8375         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
8376
8377 2002-03-29  Juergen Vigna  <jug@sad.it>
8378
8379         * lyxfunc.C (dispatch): add a missing fitCursor call.
8380
8381         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
8382         it was scrolled by a cursor move, so return the bool status.
8383
8384         * BufferView.C (fitCursor): return the bool flag also to the outside
8385         world as this is needed.
8386
8387         * screen.C (toggleToggle): don't subtract the offset if it's positive.
8388
8389         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
8390         call the edit() as it is not needed (and wrong) IMO.
8391         (workAreaButtonPress): set the screen_first variable before evt.
8392         unlock the inset as this may change screen_first and then we have
8393         a wrong y position for the click!
8394
8395 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8396
8397         * MenuBackend.C (expand): another translation that I missed
8398
8399 2002-03-28  Juergen Vigna  <jug@sad.it>
8400
8401         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
8402
8403         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
8404
8405 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8406
8407         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
8408
8409         * MenuBackend.C (expand): fix export/view/update when there is no
8410         document open.
8411
8412 2002-03-27  Herbert Voss  <voss@lyx.org>
8413
8414         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
8415         and text%
8416
8417 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8418
8419         * bufferview_funcs.C (currentState): only show paragraph number
8420         for is DEVEL_VERSION is set.
8421
8422         * lyxfunc.C (dispatch): put warning in INFO channel
8423
8424         * MenuBackend.C (expand): translate the name of floats
8425
8426         * FloatList.C (FloatList): mark the float names for translation
8427
8428         * converter.C (convert): use LibScriptSearch
8429
8430 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8431
8432         * MenuBackend.C (defaults): fix default menu (we might as well get
8433         rid of it...)
8434
8435 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8436
8437         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
8438         directory.
8439
8440 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8441
8442         * lyxvc.C: reorder includes.
8443
8444 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
8445
8446         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
8447           properly
8448
8449 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
8450
8451         * CutAndPaste.C: change layouts earlier on paste
8452           to avoid crashing when calling getFont()
8453
8454 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
8455
8456         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
8457         irritating #error.
8458
8459 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8460
8461         * WorkArea.C: remove 'Pending' debug message.
8462
8463         * most files: ws cleanup
8464
8465         * buffer.[Ch]: ws changes
8466
8467         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
8468
8469 2002-03-21  Juergen Vigna  <jug@sad.it>
8470
8471         * tabular.C (SetMultiColumn): collapse also the contents of the
8472         cells and set the last border right. Added a Buffer const * param.
8473
8474 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8475
8476         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
8477         linking or not.
8478
8479 2002-03-19  Juergen Vigna  <jug@sad.it>
8480
8481         * text2.C (clearSelection): reset also xsel_cache.
8482
8483         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
8484         where it needs to be called (John tells us to do so too :)
8485         (selectionLost): reset sel_cache.
8486
8487         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
8488
8489 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8490
8491         * text2.C (setCursorIntern): put debuging code in INSETS channel
8492
8493 2002-03-19  André Pönitz <poenitz@gmx.net>
8494
8495         * lyxfunc.C: tiny whitespace change
8496
8497 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8498
8499         * ToolbarDefaults.C (init):
8500         * LyXAction.C (init):
8501         * commandtags.h:
8502         * BufferView_pimpl.C (Dispatch):
8503         * lyxfunc.C (dispatch): remove LFUN_DEPTH
8504
8505 2002-03-19  Allan Rae  <rae@lyx.org>
8506
8507         * exporter.C (Export): removeAutoInsets before doing anything else.
8508         While I've just introduced a dependency on BufferView this really is
8509         the best place to clean the buffer otherwise you need to cleanup in
8510         a dozen places before calling export or cleanup in a dozen functions
8511         that export calls.
8512
8513         * converter.C (runLaTeX):
8514         (scanLog): Better handling of removeAutoInsets and screen updates.
8515
8516         * lyxfunc.C (dispatch): small whitespace changes
8517
8518 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8519
8520         * WorkArea.C (C_WorkAreaEvent): return a value.
8521         (event_cb): return 1 if we handled the event, 0 otherwise.
8522
8523         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
8524
8525 2002-03-18  Juergen Vigna  <jug@sad.it>
8526
8527         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
8528         (GetAdditionalWidth): ditto.
8529         (RightLine): ditto.
8530         (LeftLine): ditto.
8531
8532         * BufferView2.C (copy): use getLyXText() so that we do it inside an
8533         inset if we're there actually (probably not used right now but this
8534         is the direction to go for unifying code).
8535         (paste): disable code to clear the selection.
8536
8537         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
8538         inside an InsetText and move the check further up as it is in the
8539         wrong place.
8540
8541         * text2.C (pasteSelection): set a selection over the pasted text.
8542
8543 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
8544
8545         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
8546         and libgraphics to build on Cygwin.
8547
8548 2002-03-15  Juergen Vigna  <jug@sad.it>
8549
8550         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
8551         inserting an Inset into the paragraph. I know this is not the best
8552         fix but we already use current_view in CutAndPaste so we will remove
8553         all of it's using at the same time.
8554
8555         * buffer.C (sgmlError): deactivated function till it is rewritten in
8556         the right mode, now it can create problems.
8557
8558         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8559         before accessing it.
8560
8561 2002-03-14  Juergen Vigna  <jug@sad.it>
8562
8563         * undo_funcs.C (textHandleUndo): do the right thing when updating
8564         the inset after the undo/redo.
8565
8566         * text2.C (setCursor): just some testcode for #44 not ready yet.
8567
8568         * undo_funcs.C (textHandleUndo): set the next() and previous()
8569         pointers of the paragraph to 0 before deleting otherwise we have
8570         problems with the Paragraph::[destructor].
8571
8572         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8573         on a paragraph insertion.
8574
8575 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8576
8577         * buffer.C (asciiParagraph): use += operator for char append to
8578         string.
8579
8580         * paragraph.C (getFontSettings): compare >= not just >
8581         (highestFontInRange): ditto
8582         (setFont): ditto
8583
8584 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8585
8586         * paragraph.C: change several algorithm to be more appripriate for
8587         the problem domain. This is lookip in FontList and in the InsetList.
8588
8589 2002-03-13  André Pönitz <poenitz@gmx.net>
8590
8591         * commandtags.h:
8592         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8593
8594 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8595
8596         * commandtags.h:
8597         * LyXAction.C:
8598         * lyxfunc.C:
8599         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8600
8601 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8602
8603         * Painter.C (display): anon helper function, adjust code for this
8604         change.
8605         (pixmap): remove function.
8606
8607         * Painter.h: remove private display variable.
8608
8609         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8610
8611 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8612
8613         * WorkArea.[Ch]: remove figinset_canvas cruft.
8614
8615 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8616
8617         * lyxtextclass.C (operator): add one item cache optimization.
8618
8619         * bufferlist.h: doxy changes
8620
8621         * bufferlist.C: ws changes
8622
8623         * DepTable.[Ch] (ext_exist): place const in the right spot.
8624
8625         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8626         call resizeInsets.
8627         (workAreaExpose): call resizeInsets when the with BufferView changes.
8628         (Dispatch): adjust for protectedBlank removal
8629         (specialChar): call updateInset if the insert went ok.
8630
8631         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8632         specialChar instead.
8633
8634         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8635
8636         * BufferView.h: doxy change
8637
8638         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8639
8640         * lyxtextclass.C (operator[]): remove non-const version
8641         (defaultLayout): remove non-const version
8642
8643 2002-03-12  Juergen Vigna  <jug@sad.it>
8644
8645         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8646         did resize the LyXText too.
8647
8648         * buffer.C (readLyXformat2): set layout information on newly allocated
8649         paragraphs.
8650
8651         * tabular.C (OldFormatRead): set layout information on the paragraph.
8652
8653 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8654
8655         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8656
8657 2002-03-11  Juergen Vigna  <jug@sad.it>
8658
8659         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8660         plainly wrong.
8661         (resizeCurrentBuffer): force also the insets to resize themselfes.
8662         (moveCursorUpdate): fixed up for InsetText.
8663
8664 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8665
8666         * commandtags.h:
8667         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8668         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8669         value of Dialogs::tooltipsEnabled().
8670         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8671
8672 2002-03-08  Juergen Vigna  <jug@sad.it>
8673
8674         * BufferView_pimpl.C (updateInset): update inset inside inset also
8675         if it isn't inside theLockingInset().
8676
8677 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8678
8679         * buffer.C (asciiParagraph): redo some of the word and line length
8680         handling.
8681         (getLists): look for Caption instead of caption.
8682
8683 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8684
8685         * buffer.C (Buffer): initialize niceFile to true
8686         (makeLaTeXFile):
8687         (makeLinuxDocFile):
8688         (makeDocBookFile): make sure niceFile is true on exit
8689
8690 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8691
8692         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8693
8694 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8695
8696         * LyXSendto.C: remove.
8697         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8698         * lyx_gui.C: remove now-redundant comment.
8699         * ColorHandler.h: remove forward declaration of class WorkArea.
8700         * lyxfunc.C: remove #include "WorkArea.h".
8701
8702 2002-03-07  Juergen Vigna  <jug@sad.it>
8703
8704         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8705         got moved away with the DEPM and also set the inset_owner always
8706         right which before could have been omitted.
8707
8708 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8709
8710         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8711         wanted layout is not found.
8712
8713 2002-03-07  Juergen Vigna  <jug@sad.it>
8714
8715         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8716
8717 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8718
8719         * paragraph.C (breakParagraph): use default layout not layout of
8720         prev paragraph.
8721         (Paragraph): clear ParagraphParameters.
8722
8723 2002-03-06  Juergen Vigna  <jug@sad.it>
8724
8725         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8726         otherwise it would not be a valid lenght. Fixed a special case in
8727         the minipage compatibility read where we end the document with a
8728         minipage.
8729
8730         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8731         was set as it could be 0 for InsetTexts first entry.
8732
8733 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8734
8735         * paragraph.C (writeFile): if layout is empty write out
8736         defaultLayoutName().
8737
8738         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8739         file without named layout we set layout to defaultLayoutName().
8740
8741 2002-03-06  Juergen Vigna  <jug@sad.it>
8742
8743         * CutAndPaste.C (copySelection): set layout for new paragraph.
8744
8745         * text.C (prepareToPrint): leave ERT inset left aligned
8746         (leftMargin): don't indent paragraphs inside ERT insets
8747
8748 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8749
8750         * paragraph.C (breakParagraph): dont call clear do the work manually
8751
8752         * paragraph.[Ch] (clear): remove function
8753
8754 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8755
8756         * paragraph.C (Paragraph): dont call clear, the work has already
8757         been done.
8758
8759         * lyxtextclass.C (operator): assert if n is empty
8760
8761         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8762         work manually instead.
8763
8764 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8765
8766         * BufferView_pimpl.C: protect selectionLost against text == 0
8767
8768 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8769
8770         * text.C (breakParagraph): fix a setting layout to '0' problem.
8771
8772 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8773
8774         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8775         final location of file, for the included files, and graphics.
8776
8777 2002-03-05  Juergen Vigna  <jug@sad.it>
8778
8779         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8780
8781 2002-03-04  Juergen Vigna  <jug@sad.it>
8782
8783         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8784
8785         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8786         last column of multicolumn cells.
8787         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8788
8789 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8790
8791         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8792         file if it doesn't go to a temporary file.
8793
8794         * buffer.C (sgmlOpenTag):
8795         (sgmlCloseTag):  remove extra newline insertion.
8796
8797 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8798
8799         * text.C (getRowNearY): comment out debug msg
8800
8801 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8802
8803         * text2.C: first -> first_y
8804
8805         * text.C (getRowNearY): add some attemts at a possible
8806         optimization, not working.
8807
8808         * tabular.[Ch]: add BufferParams to several function so that newly
8809         created paragraph can be initialized to he default layotu for the
8810         buffers textclass.
8811
8812         * tabular-old.C (ReadOld): add buf->params to call of Init
8813
8814         * screen.C: rename text->first to text->first_y
8815
8816         * paragraph.C (breakParagraph): always set layout in the broken
8817         paragraph
8818
8819         * lyxtextclass.C (Read): remove lowercase
8820         (hasLayout): ditto
8821         (operator): ditto
8822         (delete_layout): ditto
8823
8824         * lyxtext.h: rename first -> first_y
8825
8826         * lyxlayout.C (Read): remove lowercase
8827         (name): ditto
8828         (setName): ditto
8829         (obsoleted_by): ditto
8830
8831         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8832
8833         * buffer.C (insertErtContents): add params are to InsetERT
8834         (parseSingleLyXformat2Token): add code to check if a paragraphs
8835         layout really exist.
8836         (parseSingleLyXformat2Token): add params to several inset
8837         constructors
8838         (asciiParagraph): remove lowercase, do the layout comparisons with
8839         no_case
8840
8841         * BufferView_pimpl.C (cursorNext): first -> first_y
8842         (resizeCurrentBuffer): first -> first_y
8843         (updateScrollbar): first -> first_y
8844         (scrollCB): first -> first_y
8845         (workAreaMotionNotify): first -> first_y
8846         (workAreaButtonPress): first -> first_y
8847         (checkInsetHit): first -> first_y
8848         (cursorPrevious): first -> first_y
8849         (cursorNext): first -> first_y
8850         (Dispatch): add buffer_->params to severl inset contructors
8851
8852 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8853
8854         * lyxlayout.C (Read): remove some debug info that I forgot.
8855
8856         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8857         clean up the code slightly.
8858         (makeLinuxDocFile): ditto
8859         (makeDocBookFile): ditto
8860
8861         * text2.C: layout as string
8862
8863         * text.C: layout as string
8864
8865         * paragraph_pimpl.C: layout as string
8866
8867         * paragraph.[Ch]: layout as string
8868
8869         * lyxtextclasslist.[Ch]: layout as string
8870
8871         * lyxtextclass.[Ch]: layout as string
8872
8873         * lyxtext.h: layout as string
8874
8875         * lyxlayout.[Ch]: layout as string
8876
8877         * lyx_cb.C: layout as string
8878
8879         * bufferview_funcs.C: layout as string
8880
8881         * bufferparams.C: layout as string
8882
8883         * buffer.C: layout as string
8884
8885         * LyXView.[Ch]: layout as string
8886
8887         * LaTeXFeatures.[Ch]: layout as string
8888
8889         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8890
8891         * BufferView_pimpl.C: change current_layout to string, remove
8892         lyx::layout_type.
8893         (Dispatch):
8894         (smartQuote):
8895         (insertInset):
8896         (workAreaButtonRelease): layout as string
8897
8898         * BufferView2.C (unlockInset): adjust
8899
8900         * vspace.C (asLatexCommand): use an explict temp variable.
8901
8902 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8903
8904         * Makefile.am: use FRONTEND_*
8905
8906 2002-03-01  Juergen Vigna  <jug@sad.it>
8907
8908         * tabular.C (SetWidthOfMulticolCell): changed to something better
8909         I hope but still work in progress.
8910         (recalculateMulticolumnsOfColumn): renamed function from
8911         recalculateMulticolCells as it is more appropriate now.
8912         (SetWidthOfCell): calculate multicols better.
8913
8914 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8915
8916         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8917
8918         * lyxfunc.C (processKeySym): print sequence also if it is
8919         `deleted' (complete)
8920
8921         * kbsequence.C (print): print sequence even if it is deleted
8922         (complete would be a better word, actually).
8923
8924         * lyxfunc.C (dispatch): print complete options after a prefix key
8925
8926         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8927
8928 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8929
8930         * text2.C (setCharFont): eliminate setCharFont code duplication.
8931
8932 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8933
8934         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8935         LFUN_TABULAR_FEATURE (bug #177)
8936
8937 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8938
8939         * Makefile.am: remove figure.h
8940
8941 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8942
8943         * Bufferview_pimpl.C:
8944         * CutAndPasteC:
8945         * LaTeX.C:
8946         * LyXSendto.C:
8947         * buffer.C:
8948         * bufferlist.C:
8949         * converter.C:
8950         * language.C:
8951         * lyxfunc.C:
8952         * lyxvc.C:
8953         * paragraph.C:
8954         * text.C:
8955         * text2.C: remove #include "lyx_gui_misc.h".
8956
8957         * LaTeX.C: added #include <cstdio>
8958
8959 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8960
8961         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8962         that the paragraph following this one can have.
8963
8964         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8965
8966         * vspace.C (asLatexCommand): fix bogus gcc warning
8967
8968         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8969
8970 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8971
8972         * text2.C (setLayout): get rid of redundant code
8973
8974 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8975
8976         * text2.C (incDepth): make sure depth cannot be increased beyond
8977         reasonable values.
8978
8979 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8980
8981         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8982         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8983
8984         * PainterBase.h (image):
8985         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8986         a LyXImage const *.
8987
8988 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8989
8990         * BufferView.C:
8991         * BufferView.h:
8992         * BufferView_pimpl.C:
8993         * BufferView_pimpl.h:
8994         * LaTeXFeatures.C:
8995         * LyXAction.C:
8996         * LyXView.C:
8997         * Makefile.am:
8998         * UpdateList.h:
8999         * UpdateList.C:
9000         * buffer.C:
9001         * figure.h:
9002         * figureForm.C:
9003         * figureForm.h:
9004         * figure_form.C:
9005         * figure_form.h:
9006         * lyx_cb.C:
9007         * lyx_gui.C:
9008         * lyx_gui_misc.C:
9009         * lyxfunc.C:
9010         * sp_base.h:
9011         * sp_ispell.h:
9012         * sp_pspell.h:
9013         * sp_spell.C: remove fig inset, and the crap house of
9014           cards that follows it
9015
9016 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9017
9018         * Makefile.am:
9019         * lyxserver.C:
9020         * os2_defines.h:
9021         * os2_errortable.h:
9022         * nt_defines.h: move .h into support/
9023
9024         * vms_defines.h: remove
9025
9026         * WorkArea.C: add space in debug output
9027
9028         * text2.C:
9029         * paragraph.C:
9030         * buffer.C: add WITH_WARNINGS
9031
9032         * vc-backend.h:
9033         * vc-backend.C:
9034         * bufferlist.C: s/retrive/retrieve/, add docs
9035
9036         * vspace.h:
9037         * vspace.C:
9038         * kbmap.h:
9039         * lyxlength.h:
9040         * lyxgluelength.h:
9041         * length_common.h:
9042         * chset.h:
9043         * chset.C: add docs
9044
9045         * lyxgui.C: add ID to X error handler
9046
9047         * lyxtestclass.c: fix typo
9048
9049 2002-02-26  Juergen Vigna  <jug@sad.it>
9050
9051         * tabular_funcs.C (write_attribute): changed so that some default
9052         attributes are not written at all.
9053         (getTokenValue): set default values before trying to read the
9054         value so we have the return value always set as default if we don't
9055         find the token we search for.
9056
9057         * tabular.C (Write): write bools as bools not as strings!
9058
9059 2002-02-22  Juergen Vigna  <jug@sad.it>
9060
9061         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
9062         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
9063
9064         * text.C (leftMargin): don't add an indent for paragraphs inside
9065         tabular cells (fix #208).
9066
9067 2002-02-21  José Matos  <jamatos@fep.up.pt>
9068
9069         * tabular.C (docBook): fixed support for long tables.
9070
9071 2002-02-20  Juergen Vigna  <jug@sad.it>
9072
9073         * text2.C (getFont): get the drawing font of the Inset if this
9074         paragraph is inside an inset (only important for InsetERT for now).
9075
9076         * buffer.C (insertErtContents): use new lanugage params in ERT
9077         constructor.
9078
9079         * CutAndPaste.C: commenting out seemingly uneeded code.
9080
9081 2002-02-19  Allan Rae  <rae@lyx.org>
9082
9083         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
9084         Iterators might be simple to use but they also get invalidated.
9085         (removeAutoInsets): renamed saved cursor tracking variables and added
9086         some comments to clarify what everything does.
9087
9088 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
9089
9090         * Chktex.C:
9091         * LaTeX.C:
9092         * LyXSendto.C:
9093         * converter.C:
9094         * lyx_cb.C:
9095         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
9096         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
9097
9098         * lyxfunc.C:
9099         * vc-backend.h: remove #include "support/syscall.h"
9100
9101         * LaTeX.C:
9102         * LyXSendto.C:
9103         * converter.C: rearrange #includes in Lars' approved fashion.
9104
9105         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
9106         forward declare class Timeout in the header file.
9107
9108         * XFormsView.C: changes due to the above.
9109
9110         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
9111         similar to LyXView.
9112
9113         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
9114         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
9115
9116 2002-02-18  José Matos  <jamatos@fep.up.pt>
9117
9118         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
9119         insets contents.
9120
9121 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9122
9123         * a lot of small ws changes
9124         * add a lot of using std::XXX
9125         * use std construcs some places where approp.
9126         * use some exisint stuff from lyxfunctional where approp.
9127         * Make file changes to use partial linking (lets test this now...)
9128
9129 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9130
9131         * Chktex.C:
9132         * buffer.C:
9133         remove #include "support/syscontr.h" as it's redundant. Always has been.
9134
9135         * Chktex.C:
9136         * LaTeX.C:
9137         * LyXSendto.C:
9138         * converter.C:
9139         * lyx_cb.C:
9140         * vc-backend.C:
9141         change Systemcalls::System to Systemcalls::Wait and
9142         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
9143         No change of functionality, just reflects the stripped down Systemcalls
9144         class.
9145
9146 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9147
9148         * debug.[Ch]: add a GRAPHICS type to the enum.
9149
9150 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9151
9152         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
9153
9154         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
9155         there is an inset.
9156
9157 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9158
9159         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
9160         match the changes below.
9161
9162         * text2.C (toggleInset): if there is not editable inset at cursor
9163         position, try to see if cursor is _inside_ a collapsable inset
9164         and close it.
9165
9166 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9167
9168         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
9169         document menu has a nice checkbox
9170
9171 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9172
9173         * lyxlength.C (asLatexString): change PW to output as percent of
9174         \textwidth.
9175
9176         * lengthcommon.C: change '%' to 't%'
9177
9178         * lyxfunc.C (dispatch): a few comments from Martin
9179
9180 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
9181
9182         * WorkArea.h:
9183         * WorkArea.C:
9184         * BufferView_pimpl.h:
9185         * BufferView_pimpl.C: clear our selection when X tells us we've lost
9186           the X selection.
9187
9188 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9189
9190         * vspace.C (inPixels): fix compiler warning
9191
9192 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9193
9194         * lyxfunc.C (getStatus): fix status message for disabled commands.
9195
9196 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
9197
9198         * BufferView_pimpl.C: fix crash on close buffer
9199         during selection (#227)
9200
9201 2002-01-27  Herbert Voss  <voss@lyx.org>
9202
9203         * buffer.C: link old Figure to new graphic inset
9204
9205 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
9206
9207         * FontLoader.C (getFontinfo): Change the latex font names in order
9208         to match the names of type1inst.
9209
9210 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9211
9212         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
9213
9214         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
9215         (extchanged): ditto
9216         (ext_exist): ditto
9217         (remove_files_with_extension): ditto
9218         (remove_file): ditto
9219         (write): ditto
9220
9221         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
9222         document is smaller than the work area height. Do not initialize
9223         static variables to 0.
9224
9225 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9226
9227         * lyx_gui.C (init): give the toolbar tooltips a normal font.
9228
9229         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
9230         LFUN_LAYOUT_PARAGRAPHS.
9231
9232         * tabular.C (GetCellFromInset): new method. Finds an inset in a
9233         tabular. It is possible to provide a possible cell, which will
9234         typically be the actcell from the corresponding insettabular
9235
9236         * lyxfunc.C (getStatus): small cleanup; disable
9237         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
9238         true
9239
9240 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9241
9242         * tabular.C (Validate): remove broken optimization (fixes bug #201)
9243
9244         * paragraph.C (startTeXParParams):
9245         (endTeXParParams): new methods. The LaTeX code to
9246         start/end paragraph formatting
9247         (simpleTeXOnePar): call startTeXParParams also when paragraph is
9248         empty (fixes bug #200)
9249
9250         * vspace.C (inPixels): adapt to the change below
9251         (inPixels): [later] more cleanups (remove unused variables)
9252
9253         * lyxlength.C (inPixels): change to use a width and a height as
9254         parameter.
9255
9256 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9257
9258         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
9259         Replaced with \paperwidth
9260
9261         * DepTable.C (insert): add std:: qualifier
9262
9263 2002-01-18  Allan Rae  <rae@lyx.org>
9264
9265         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
9266         updated also?
9267
9268         * text.C (drawInset): Turned out I didn't know enough about how
9269         rebreaking worked.  This fixes most of the redraw problems.  I see
9270         an occasional cursor trail when a line is broken now and the cursor
9271         placement can seem out by a few pixels also after a rebreak.
9272
9273 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9274
9275         * buffer.C (parseSingleLyXformat2Token): update because minipage
9276         width is now a LyXLength
9277
9278         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
9279
9280         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
9281         math insets
9282
9283 2002-01-17  Juergen Vigna  <jug@sad.it>
9284
9285         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
9286
9287         * BufferView2.C (lockInset): call edit() so that theLockingInset()
9288         is set correctly and the inset is updated correctly.
9289
9290 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9291
9292         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
9293         the beginning of the loop.
9294
9295 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
9296
9297         * lyxrc.C: improve help for use_scalable_fonts
9298
9299 2002-01-17  Allan Rae  <rae@lyx.org>
9300
9301         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
9302
9303 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9304
9305         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
9306         make sure to set their inset_owner to the right value (bug #171)
9307
9308 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
9309
9310         * DepTable.h
9311         * DepTable.C: Implement mtime checking to reduce time spent doing
9312         CRCs.
9313
9314 2002-01-16  Juergen Vigna  <jug@sad.it>
9315
9316         * tabular.C (GetAdditionalHeight): one of error fixed.
9317
9318         * lyxrc.C (output): small fix in writing use_pspell.
9319
9320 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
9321
9322         * sp_base.h: #include LString.h
9323
9324 2002-01-16  Allan Rae  <rae@lyx.org>
9325
9326         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
9327         Can someone check this please?
9328
9329         * text.C (drawInset): It was possible that p.row would be removed by
9330         breakAgainOneRow upsetting a few other settings.  There may be another
9331         small tweak possible by setting need_break_row = 0 when p.row has been
9332         removed but I don't know enough about the logic here.
9333
9334 2002-01-15  Allan Rae  <rae@lyx.org>
9335
9336         * text.C (insertChar): removed conditional truism.
9337
9338         * BufferView2.C (removeAutoInsets): More tweaks.
9339         cur_par_prev could be a stray pointer.  Check for trailing empty line
9340         in case last line was cur_par and only had an error inset on it.
9341
9342 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9343
9344         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
9345         absolute
9346
9347         * vc-backend.C (most methods):
9348         * exporter.C (Export):
9349         * converter.C (convert):
9350         (runLaTeX):
9351         * LyXSendto.C (SendtoApplyCB):
9352         * lyxfunc.C (dispatch):
9353         (menuNew):
9354         (open):
9355         (doImport):
9356         * lyx_cb.C (AutoSave):
9357         (InsertAsciiFile):
9358         * BufferView_pimpl.C (MenuInsertLyXFile):
9359         * buffer.C (runChktex): use Buffer::filePath().
9360
9361         * buffer.h: rename filename to filename_; rename filepath to
9362         filepath_ and make it private
9363         (filePath): new method
9364
9365         * buffer.C (writeFile): use fileName()
9366         (getLatexName):
9367
9368         * lyx_main.C (init): fix starting  of LyX when the binary is a
9369         link from so,ewhere else.
9370
9371         * minibuffer.C: include <cctype> for isprint
9372
9373 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9374
9375         * buffer.C (parseSingleLyXformat2Token): changes associated with the
9376         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
9377         name clash with InsetCollapsable's width function.
9378
9379 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9380
9381         * lastfiles.C: include <iterator>
9382
9383 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9384
9385         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
9386         std::count.
9387
9388         * buffer.C (makeLaTeXFile): ditto.
9389         Also make loop operation more transparent.
9390
9391 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9392
9393         * ToolbarDefaults.C: remove trailing comma closing namespace.
9394
9395         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
9396
9397         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
9398         as in WorkArea.
9399
9400         * trans.C (Load): comment out unused variable, allowed.
9401
9402 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9403
9404         * minibuffer.[Ch] (append_char): new method to recieve input from the
9405         drop-down completion browser. If a key was pressed, then recieve this
9406         char and append it to the existing string.
9407         (peek_event): modify the positioning data passed to the completion
9408         browser so that it can be placed above the minibuffer rather than below.
9409 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9410
9411         * LyXAction.C (init): alloe error-next for readonly documents.
9412
9413         * BufferView2.C (ChangeRefsIfUnique): use standard version of
9414         count.
9415
9416 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9417
9418         * bufferlist.C (readFile): create the buffer _after_ checking that
9419         the file exists.
9420
9421         * lyxfunc.C (verboseDispatch): fix handling of arguments
9422
9423         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
9424
9425         * lyxrc.C: use string::erase() instead of initializing to "".
9426
9427
9428 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9429
9430         * BufferView_pimpl.h:
9431         * BufferView_pimpl.C:
9432         * WorkArea.h:
9433         * WorkArea.C:
9434         * text2.C: tell X when we have made a selection for copying
9435
9436 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9437
9438         * BufferView_pimpl.C (MenuInsertLyXFile):
9439         * lyxfunc.C (menuNew):
9440         (open):
9441         (doImport): add shortcuts to directory buttons
9442
9443         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
9444         open a float)
9445
9446         * lyxfunc.C (setStatusMessage):
9447         (getStatusMessage): new methods
9448         (getStatus):use setStatusMessage instead of setErrorMessage
9449         (dispatch): when function is disabled, set error message here
9450         [instead of in getStatus previously]
9451
9452         * BufferView_pimpl.C (workAreaButtonRelease): update
9453         toolbar/menubar here too.
9454
9455 2002-01-13  Allan Rae  <rae@lyx.org>
9456
9457         * BufferView2.C (removeAutoInsets): finished off earlier fix.
9458         Now seems indestructible.  Remaining task is to audit all other
9459         code affected by deleteEmptyParagraphMechanism.  One small quirk
9460         left is that an empty document with an error in the preamble can
9461         be made to report an error but no error box appears.  I don't know
9462         where it goes.
9463         (removeAutoInsets): Improved comments.
9464
9465 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
9466
9467         * Thesaurus.h:
9468         * Thesaurus.C: update for Aiksaurus 0.14
9469
9470 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9471
9472         * text2.C (firstParagraph): removed member function, all uses
9473         replaces with ownerParagraph
9474         (redoParagraphs): here
9475         (updateInset): here
9476         (toggleAppendix): here
9477         * BufferView2.C (insertErrors): here
9478         (setCursorFromRow): here
9479
9480 2002-01-13  Allan Rae  <rae@lyx.org>
9481
9482         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
9483         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
9484         There is still a way to segfault this although you may have to do this
9485         multiple times: Have an InsetERT with an unknown command in it.
9486         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
9487         <down-arrow>, <Enter> again, View->DVI, BANG!
9488
9489         * text2.C (setCursor):
9490         (deleteEmptyParagraphMechanism):
9491         * lyxtext.h (setCursor):
9492         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
9493         Making use of the return value may help fix other bugs.
9494
9495 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9496
9497         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
9498
9499         * LyXView.C (updateMenubar): call MenuBar::update here
9500         (updateToolbar): but not here
9501         (showState): do not update toolbar/menubar
9502
9503         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
9504         should need to care about that.
9505
9506         * lyxfunc.C (verboseDispatch): simplify a bit
9507         (getStatus): have a version which takes a pseudoaction, and
9508         another which requires a (kb_action,string).
9509
9510         * LyXAction.C (retrieveActionArg): make it work also when action
9511         is not a pseudo-action.
9512         (getActionName): simplify a bit
9513         (helpText):
9514
9515 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9516
9517         * lyxfunc.C (verboseDispatch): new families of methods with
9518         several ways to specify a command and a bool to indicate whether
9519         the command name and shortcut should be displayed in minibuffer
9520         (eventually, we could extend that to a finer bitmask like
9521         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
9522         (dispatch): the pristine dispatch command which just, well,
9523         dispatchs! Note it still sets its result to minibuffer; I'm not
9524         sure we want that.
9525
9526         * lyxfunc.h: remove setHintMessage
9527
9528         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
9529
9530 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9531
9532         * BufferView_pimpl.C (specialChar): delete new inset if we have
9533         not been able to insert it.
9534
9535         * kbmap.C: revert to using int instead of kb_action, since all we
9536         are dealing with is pseudo-actions.
9537
9538         * LyXAction.C (searchActionArg): change to return int instead of
9539         kb_action, since the result is a pseudoaction.
9540
9541 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
9542
9543         * buffer.C (insertErtContents): Fix (partially) the font bug.
9544
9545 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9546
9547         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
9548         as the other one is broken on my machine!
9549
9550 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
9551
9552         * commandtags.h:
9553         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
9554
9555 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9556
9557         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9558         reflect their actual use. Provide compatibility code for older lyxrc
9559         files.
9560
9561         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9562         FL_NORMAL_STYLE.
9563         change names of popup font variables in line with the changes to lyxrc.C
9564
9565 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9566
9567         * buffer.C (asciiParagraph): avoid outputing a word twice after
9568         an inset.
9569
9570         * lyxrc.C (getDescription): document that document_path and
9571         template_path can be empty.
9572
9573 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9574
9575         * LaTeXFeatures.C (getMacros):
9576         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9577
9578         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9579
9580         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9581         getPackages.
9582         (getPackages): rename feature "floats" to "float". Use an array to
9583         iterate over 'simple' features (i.e. just a \usepackage). Add
9584         handling of "amsmath" (renamed from "amsstyle").
9585
9586 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9587
9588         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9589         features list.
9590
9591 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9592
9593         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9594         FuncStaus::FuncStatus & FuncStaus::some_method().
9595
9596 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9597
9598         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9599         of the func_satus stuff. Edited and massaged in various ways by
9600         JMarc.
9601
9602         * lyxfunc.C (getStatus): use FuncStatus
9603
9604 2002-01-08  Juergen Vigna  <jug@sad.it>
9605
9606         * text.C (nextBreakPoint): use function Inset::isChar().
9607
9608         * paragraph.C (TeXOnePar): use function
9609         Inset::forceDefaultParagraphs.
9610
9611         * buffer.C (latexParagraphs): use function
9612         Inset::forceDefaultParagraphs.
9613
9614 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9615
9616         * lyx_gui.C (init): set the style of the menu popups to
9617         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9618
9619 2002-01-07  Juergen Vigna  <jug@sad.it>
9620
9621         * text.C (setHeightOfRow): small fix
9622         (prepareToPrint): don't look at alignment if we don't have the place
9623         for doing it.
9624
9625 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9626
9627         * box.C: New file. Move the Box methods and functions out of box.h,
9628         following Lars' suggestion.
9629
9630 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9631
9632         * box.h: #include "support/LOstream.h", needed for inlined function.
9633
9634         * lyxtextclass.C:
9635         * lyxtextclasslist.C: added some using std declarations.
9636
9637 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9638
9639         * box.h: make signed dimensions to allow insets wider than
9640           the screen (bug #162)
9641
9642         * BufferView_pimpl.C: add some insetHit debug
9643
9644 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9645
9646         * vc-backend.C: add FIXME
9647
9648 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9649
9650         * lyxfunc.C (getStatus): enable code for showing math font status
9651         in toolbar/menu.
9652
9653 2002-01-07  Juergen Vigna  <jug@sad.it>
9654
9655         * text.C (nextBreakPoint): removed debug output not needed anymore.
9656
9657 2002-01-06  Juergen Vigna  <jug@sad.it>
9658
9659         * text.C (nextBreakPoint): fixed up this function we had this bug
9660         since ever but now hopefully we break row better.
9661         (insertChar): we have to check if an inset is the next char as it
9662         could now happen that a large inset is causing a break.
9663
9664 2002-01-05  Juergen Vigna  <jug@sad.it>
9665
9666         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9667         if it doesn't like to be drawed.
9668
9669 2002-01-04  Juergen Vigna  <jug@sad.it>
9670
9671         * BufferView2.C (lockInset): forgot to set a cursor.
9672
9673         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9674
9675 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9676
9677         * FormMathsPanel.C:
9678         * FormMathsPanel.h
9679         * MathsSymbols.C:
9680         * form_maths_panel.C:
9681         * form_maths_panel.h:
9682         * form_maths_panel.fd: implemented sub- and super- buttons in math
9683         panel.
9684
9685         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9686         (or ^ space) to be used as in TeX (req'd by André).
9687
9688         * lyxfunc.C: Allow ^ and _ again to be used both as
9689         super/subscript (mathed) and as themselves (in text).
9690
9691 2002-01-03  Allan Rae  <rae@lyx.org>
9692
9693         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9694         "LyX" or the filename of the current buffer if it has one.  This is a
9695         modified form of John Levon's patch.
9696
9697         * XFormsView.C (setWindowTitle): also set icon title.
9698
9699         * LyXView.h (setWindowTitle): signature changed.
9700         * XFormsView.h (setWindowTitle): ditto.
9701
9702 2002-01-02  Juergen Vigna  <jug@sad.it>
9703
9704         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9705
9706 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9707
9708         * screen.C (topCursorVisible): introduce a temp var for
9709         text->cursor.row(), handle the case where this row is null. (kindo
9710         hachish)
9711
9712         * text2.C (setCursor): add a couple of asserts.
9713
9714         * paragraph.h (inset_iterator): add -> operator
9715
9716         * paragraph.[Ch] (autoDeleteInsets): remove member function
9717
9718         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9719         cursor pos correctly and handle inset deletion by itself.
9720         (insertErrors): move iterator declaration out of for expression
9721
9722         * lyxtextclass.C: add <algorithm>
9723
9724         * Makefile.am: added the new files to sources, removed layout.C
9725
9726         * layout.C: removed file
9727
9728         * layout.h: remove LYX_DUMMY_LAYOUT
9729
9730         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9731         layout.
9732
9733         * lyxlayout.[Ch]:
9734         * lyxtextclass.[Ch]:
9735         * lyxtextclasslist.[Ch]: new files
9736
9737         * include order changes to a lot of files, also changes because of
9738         the six new files.
9739
9740 2001-12-27  Juergen Vigna  <jug@sad.it>
9741
9742         * buffer.C (asciiParagraph): more fixes.
9743
9744         * tabular.C (ascii): make ascii export support export of only the
9745         data separated by a column-delimiter.
9746         (ascii): better support for ascii export.
9747
9748         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9749
9750 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9751
9752         * tabular_funcs.C: use a "using std::getline" instead of the
9753         previous fix from Angus (necessary for cxx + lyxstring)
9754
9755 2001-12-24  Juergen Vigna  <jug@sad.it>
9756
9757         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9758
9759         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9760         problems. First check a minipage also if we have some ert-contents
9761         (not only on par->size(), second set the right depth of the paragraph
9762         on the relink to the root-paragraph-list!
9763
9764         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9765         which then did not anymore update the main paragraphs on undo/redo!
9766
9767 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9768
9769         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9770         code. Support all font-changing funcs (even those which are not in
9771         menu currently). Support for reporting font settings in
9772         mathed (disabled until Andre provides a function on mathed's side).
9773
9774         * func_status.h (toggle): small helper function to set toggle
9775         state on a flag.
9776
9777 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9778
9779         * tabular_funcs.C: getline -> std::getline
9780
9781 2001-12-21  Juergen Vigna  <jug@sad.it>
9782
9783         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9784         accessed and could be 0 (I couldn't generate this but it seems
9785         Michael could!).
9786
9787 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9788
9789         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9790         * tabular_funcs.h: here and include iosfwd
9791
9792 2001-12-20  Juergen Vigna  <jug@sad.it>
9793
9794         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9795         inside inset but undo_par was.
9796
9797 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9798
9799         * Thesaurus.C: always include <config.h> in sources.
9800
9801         * Painter.h:
9802         * lyxlookup.h:
9803         * box.h: do not include <config.h> in header files
9804
9805         * text.C (paintLastRow): remove unused variable
9806
9807         * text.C (transformChar):
9808         (insertChar):
9809         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9810
9811         * Painter.C (text):
9812         * font.C (width): rewrite to use uppercase() instead of
9813         islower/toupper.
9814
9815         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9816
9817 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9818
9819         * lyxfind.C: clean up of find failure position change
9820
9821 2001-12-20  Juergen Vigna  <jug@sad.it>
9822
9823         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9824
9825         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9826         (TeXRow): added to LaTeX a single tabular row.
9827         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9828         (Latex): simplified and finally good LT-h/f support.
9829         (various_functions): just small adaptions for LT-h/f support.
9830
9831         * tabular_funcs.[hC]: added and moved here all not classfunctions
9832         of LyXTabular.
9833
9834 2001-12-19  Juergen Vigna  <jug@sad.it>
9835
9836         * tabular.[Ch]: better support for longtabular options (not finished
9837         yet!)
9838
9839 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9840
9841         * text.C (paintLastRow): use the label font instead of the font of
9842         the last character to compute the size of *_BOX. This makes more
9843         sense and avoids a crash with empty paragraphs.
9844         Use Painter::rectangle to draw EMPTY_BOX.
9845
9846 2001-12-19  Juergen Vigna  <jug@sad.it>
9847
9848         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9849         the paragraphs if the replaced paragraph is not the first one!
9850         Tried to delete not used paragraphs but does not work yet so for
9851         now it's inside #ifdef's and by default off!
9852
9853 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9854
9855         * MenuBackend.C: include "lyx_main.h" instead of declaring
9856         lastfiles (actually was declared as LastFiles* instead of a
9857         scoped_ptr).
9858
9859 2001-12-17  Juergen Vigna  <jug@sad.it>
9860
9861         * tabular.C (AppendColumn): applied John's fix
9862
9863 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9864
9865         * BufferView.h:
9866         * BufferView.C:
9867         * BufferView_pimpl.h:
9868         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9869
9870         * Makefile.am:
9871         * box.h: new start of class for above
9872
9873         * lyxfunc.C: ignore space-only minibuffer dispatches.
9874           Show the command name when it doesn't exist
9875
9876         * minibuffer.C: don't add empty lines to the history
9877
9878         * minibuffer.C: add a space on dropdown completion
9879
9880 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9881
9882         * text.C: fix line above/below drawing in insets
9883
9884 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9885
9886         * lyxlength.C (LyXLength): Initialize private variables.
9887
9888 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9889
9890         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9891         when inserting error insets.
9892
9893 2001-12-13  Juergen Vigna  <jug@sad.it>
9894
9895         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9896         actually sometimes the before-paragraph.
9897         (setUndo): don't clear the redostack if we're not actually undoing!
9898
9899 2001-12-06  Juergen Vigna  <jug@sad.it>
9900
9901         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9902         and fixed redoing of main paragraph, so we can use it now ;)
9903
9904         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9905
9906 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9907
9908         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9909         Juergen's request
9910
9911 2001-12-13  André Pönitz <poenitz@gmx.net>
9912
9913         * undostack.[Ch]:
9914         * undo_func.C: minor cleanup
9915
9916 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9917
9918         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9919         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9920         font in urw-fonts package which is marked as -urw-fontspecific and
9921         does not work (incidentally, changing the encoding in the
9922         fonts.dir of this package to -adobe-fontspecific fixes the
9923         problem).
9924
9925         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9926         is a crash when undoing first paragraph (Juergen, please take a
9927         look). THis does not mean the undo fix is wrong, just that it
9928         uncovers problems.
9929
9930         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9931         the (Paragraph*) version when needed instead of duplicating the
9932         code.
9933
9934         * text.C (workWidth): use Inset::parOwner to find out where the
9935         inset has been inserted. This is a huge performance gain for large
9936         documents with lots of insets. If Inset::parOwner is not set, fall
9937         back on the brute force method
9938
9939         * paragraph_pimpl.C (insertInset):
9940         * paragraph.C (Paragraph):
9941         (cutIntoMinibuffer): set parOwner of insets when
9942         inserting/removing them
9943
9944         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9945
9946 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9947
9948         * commandtags.h:
9949         * LyXAction.C:
9950         * lyx_main.C:
9951         * lyxfunc.C:
9952         * mathed/formulabase.C:
9953         * mathed/math_cursor.[Ch]:
9954         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9955
9956
9957 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9958
9959         * lyxlength.[Ch] (operator!=): new function
9960
9961 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9962
9963         * text.C (workWidth): use Inset::parOwner to find out where the
9964         inset has been inserted. This is a huge performance gain for large
9965         documents with lots of insets. If Inset::parOwner is not set, fall
9966         back on the brute force method
9967
9968         * paragraph_pimpl.C (insertInset):
9969         * paragraph.C (Paragraph):
9970         (cutIntoMinibuffer): set parOwner of insets when
9971         inserting/removing them
9972
9973         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9974
9975 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9976
9977         * tabular-old.C (getTokenValue):
9978         * tabular.C (getTokenValue):
9979         (write_attribute): new versions for LyXLength
9980         (everywhere): adjust the use of widths
9981
9982         * tabular.h: change the type of widths from string to LyXLength
9983
9984 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9985
9986         * paragraph.C: fixed missing line number count when exporting
9987         Environments to LaTeX file
9988
9989         * buffer.C: added informational message for checking line numbers.
9990
9991 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9992
9993         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9994         paragraph, do the 'double space' part, but not the 'empty
9995         paragraph' one.
9996
9997         * text.C (workWidth): small optimization
9998         (getLengthMarkerHeight): use minimal size for negative lengths.
9999
10000 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
10001
10002         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
10003
10004         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
10005
10006 2001-12-11  André Pönitz <poenitz@gmx.net>
10007
10008         * FontLoader.C:
10009         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
10010
10011 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10012
10013         * text2.C: keep selection on a setFont()
10014
10015 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10016
10017         * lyx_cb.C: another bv->text misuse, from insert label
10018
10019 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10020
10021         * kbsequence.h:
10022         * kbsequence.C: re-instate nmodifier mask
10023
10024 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
10025
10026         * lyx_main.h: make lyxGUI private.
10027
10028 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10029
10030         * lyxfind.C: place the cursor correctly on failed search
10031
10032 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10033
10034         * text.C (getLengthMarkerHeight): for small heights, the arrows
10035         are not always on top/bottom of the text
10036         (drawLengthMarker): smaller arrows; take the left margin in
10037         account; draw also vfills.
10038         (paintFirstRow):
10039         (paintLastRow): remove special code for vfill and standard spaces,
10040         since everything is handled in drawLengthMarker now.
10041
10042 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10043
10044         * buffer.C (insertErtContents): try to handle font and language
10045         interaction a bit better.g
10046
10047         * ColorHandler.C (updateColor): change the hash to cover the whole
10048         LColor enum, ws cleanup
10049         (getGCLinepars): ditto
10050         (getGCLinepars): only lookup in the linecache once.
10051
10052 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
10053
10054         * iterators.C (operator++): Make the iterator more robust
10055
10056         * BufferView2.C (removeAutoInsets): Use paragraph iterators
10057         (John's patch)
10058         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
10059
10060 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10061
10062         * lyxtext.h:
10063         * text.C: better added space drawing
10064
10065 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10066
10067         * LyXView.C:
10068         * BufferView2.C: fix layout combo update on inset unlock
10069
10070 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10071
10072         * Makefile.am: don't compile unused files
10073
10074 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10075
10076         * lyxfunc.C:
10077         * commandtags.h:
10078         * LyXAction.C: remove old LFUN_LAYOUTNO
10079
10080 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10081
10082         * paragraph_pimpl.h:
10083         * paragraph_pimpl.C: isTextAt() doesn't need font param
10084
10085 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10086
10087         * lyxlex.h:
10088         * lyxlex.C: little cleanup
10089
10090 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10091
10092         * BufferView_pimpl.C: fix insertAscii for insets
10093
10094 2001-12-05  Juergen Vigna  <jug@sad.it>
10095
10096         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
10097         set the right font on the "multi" paragraph paste!
10098
10099 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10100
10101         * trans_decl.h:
10102         * trans_mgr.[Ch]:
10103         * trans.[Ch]:
10104         * lyxgluelength.C:
10105         * lyxlength.C: remove out-commented code.
10106
10107         * BufferView_pimpl:
10108         * CutAndPaste.C:
10109         * DepTable.C:
10110         * buffer.C:
10111         * chset.C:
10112         * lastfiles.C:
10113         * lyxlex.C:
10114         * lyxlex_pimpl.C:
10115         * lyxserver.C:
10116         * screen.C:
10117         * tabular-old.C:
10118         * tabular.C:
10119         * text.C:
10120         * trans_mgr.C:
10121         * vc-backend.C: change "while(" to "while ("
10122
10123         * lyxlength.[Ch]: add zero function to check if length is zero or
10124         not
10125         * lyxgluelength.C: use it
10126
10127 2001-12-05  Allan Rae  <rae@lyx.org>
10128
10129         * lyxlength.C: Attempted a fix for the abs(int) header selection.
10130         Works for 2.95.3, from what I understand of Garst's reports this should
10131         work for other g++ versions.  We're screwed if the abs(int) definition
10132         changed between bugfix releases of gcc.
10133
10134 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10135
10136         * text.C: fix chapter label offset !
10137
10138 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10139
10140         * lyxtext.h:
10141         * text.C: fix hfill at end of line, clean up
10142
10143 2001-12-04  Juergen Vigna  <jug@sad.it>
10144
10145         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
10146         that we force an update of the inset and it's owners if neccessary.
10147
10148 2001-12-03  Juergen Vigna  <jug@sad.it>
10149
10150         * text.C (rowLast): simplified code
10151
10152 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10153
10154         * lyxfunc.C: fix show options on timeout
10155
10156 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10157
10158         * screen.C (topCursorVisible): scroll half a page when the cursor
10159         reached top of bottom of screen
10160
10161 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
10162
10163         * minibuffer.C: deactivate on loss of focus
10164
10165 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10166
10167         * vspace.[Ch] (operator!=): add operator.
10168
10169 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
10170
10171         * BufferView_pimpl.C: refuse to open an inset when
10172         there's a selection.
10173
10174 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
10175
10176         * BufferView_pimpl.C: allow to click on RHS of full row insets
10177
10178 2001-11-30  Juergen Vigna  <jug@sad.it>
10179
10180         * tabular.C (LyXTabular): add a same_id to set the same id's in the
10181         insets for undo reasons.
10182
10183 2001-11-28  André Pönitz <poenitz@gmx.net>
10184
10185         * vspace.[Ch]: cosmetical changes
10186
10187 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10188
10189         * LyXAction.h:
10190         * LyXAction.C:
10191         * lyxfunc.h:
10192         * lyxfunc.C:
10193         * kbmap.h:
10194         * kbmap.C:
10195         * lyxrc.C:
10196         * kbsequence.h:
10197         * kbsequence.C: part re-write of old kb code
10198
10199         * Painter.C:
10200         * WorkArea.C: remove Lgb_bug_find_hack
10201
10202 2001-11-30  José Matos <jamatos@fep.up.pt>
10203
10204         * buffer.C (makeDocBookFile): add a comment to point a hack.
10205         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
10206         Fixed a double write of labels.
10207
10208 2001-11-29 Ben Stanley <bds02@uow.edu.au>
10209
10210         * LaTeX.C:
10211         * LaTeX.h Fixed bug in LaTeX class where it would not
10212         re-run latex if no depfiles were changed, but the .dvi was removed.
10213
10214 2001-11-28  André Pönitz <poenitz@gmx.net>
10215
10216         * all the files from the change on 2001/11/26:
10217         use lyx::layout_type instead of LyXTextClass::size_type
10218         use lyx::textclass_type instead of LyXTextClassList::size_type
10219
10220 2001-11-29  Juergen Vigna  <jug@sad.it>
10221
10222         * text.C: added support for paragraph::isFreeSpacing()
10223
10224         * buffer.C: same as above
10225
10226         * paragraph.h: inserted isFreeSpacing() function to enable
10227         FreeSpacing inside InsetERT.
10228
10229         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
10230         of the paragraph's in the cut/copy buffer to 0!
10231
10232         * text2.C (removeRow): remove the assert as it can!
10233
10234         * lyxtext.h: added helper function firstRow returning firstrow and
10235         made firstrow private again.
10236
10237         * BufferView2.C (lockInset): don't relock if we're already locked!
10238
10239         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
10240         the only paragraph.
10241         (removeRow): added Assert::(firstrow)
10242
10243         * debug.C: forgot to add INSETTEXT here.
10244
10245 2001-11-28  Juergen Vigna  <jug@sad.it>
10246
10247         * sp_spell.C (initialize): changed error text to more general
10248         spellchecker command use (not only ispell!)
10249
10250         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
10251
10252         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
10253
10254 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10255
10256         * vspace.C: initialise lyxgluelength on failure
10257
10258 2001-11-28  Allan Rae  <rae@lyx.org>
10259
10260         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
10261         declaration & definition that looks like a function declaration.
10262
10263 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10264
10265         * BufferView2.C (copy):
10266         (copyEnvironment): do not clear the selection when doing a copy.
10267
10268         * text.C (paintFirstRow): compilation fix
10269
10270 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
10271
10272         * tabular.C (Latex): correct line count when writing latex.
10273
10274 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
10275
10276         * paragraph_pimpl.h:
10277         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
10278           bug a bit
10279
10280 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10281
10282         * text.C:
10283         * LColor.h:
10284         * LColor.C: change vfillline->added_space
10285
10286         * text.C: add markers and text for added space
10287
10288         * vspace.C: fix comment
10289
10290 2001-11-28  André Pönitz <poenitz@gmx.net>
10291
10292         * paragraph.C: whitespace changes
10293         * all the other files from the change on 2001/11/26:
10294         change *::pos_type into lyx::pos_type
10295
10296 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10297
10298         * buffer.C (parseSingleLyXformat2Token): Set the language to the
10299         language of the document when inserting error insets.
10300
10301 2001-11-26  André Pönitz <poenitz@gmx.net>
10302
10303         * BufferView_pimpl.[Ch]:
10304         *       CutAndPaste.C:
10305         * buffer.[Ch]:
10306         * lyxcursor.[Ch]:
10307         * lyxfind.C:
10308         * lyxfunc.C:
10309         * lyxrow.[Ch]:
10310         * paragraph.[Ch]:
10311         * paragraph_pimpl.[Ch]:
10312         * sp_spell.C:
10313         * text.C:
10314         * text2.C: reduce header dependencies, introduce type for positions
10315
10316 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10317
10318         * <various>: change to use Alert.h
10319
10320 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10321
10322         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
10323         when encountering an unknown token.
10324         (readLyXformat2): Show an error message if there were unknown tokens.
10325
10326 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
10327
10328         * BufferView2.C:
10329         * BufferView_pimpl.C:
10330         * buffer.C:
10331         * paragraph.h:
10332         * text.C:
10333         * text2.C: use par->isInset()
10334
10335 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10336
10337         * paragraph_pimpl.h:
10338         * paragraph_pimpl.C: cleanup
10339
10340 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10341
10342         * text2.C (removeRow):
10343         * text.C (setHeightOfRow): remove useless (and costly) call to
10344         getRow.
10345
10346 2001-11-20  Allan Rae  <rae@lyx.org>
10347
10348         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
10349         Now need Inset*::checkInsertChar() to return true for appropriate
10350         cases so that the characters in the minibuffer will actually be
10351         inserted.
10352
10353 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10354
10355         * text.C: change the order of the includes.
10356         (workWidth): initialize it at once.
10357         (workWidth): make maxw unsigned
10358         (setHeightOfRow): remove unused variable (inset)
10359         (selectSelectedWord): remove unused variable (inset)
10360         (paintRowText): fix drawing of hfill characters, and clean up a bit.
10361
10362 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10363
10364         * lyxserver.C (emergencyCleanup): do not try to close pipes if
10365         server is not running.
10366         (openConnection):
10367         (closeConnection): add debug info when server is disabled.
10368
10369         * ColorHandler.C (getGCForeground): send debug message to GUI
10370         channel.
10371
10372         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
10373
10374         * kbmap.C (bind): modify because return conventions of
10375         kb_sequence::parse have changed.
10376
10377         * kbsequence.C (parse): only ignore spaces and not any stupid
10378         control character. This avoids tests like s[i] <= ' ', which are
10379         guaranteed to fail with 8bit characters and signed chars.
10380         Change return code to string::npos when there have been no error
10381         (0 was a bad idea when error is at first character)
10382
10383 2001-11-14  José Matos  <jamatos@fep.up.pt>
10384
10385         * buffer.h:
10386         * buffer.C (simpleDocBookOnePar): removed unused argument.
10387
10388 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10389
10390         * text.C (selectNextWordToSpellcheck): do not test explicitely for
10391         insets which are part of a word. Paragraph::isLetter takes care of
10392         that now. Use Paragraph::isInset to identify insets.
10393         (selectSelectedWord): do not test for hyphenation break.
10394
10395         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
10396         that protected spaces are considered as spaces.
10397
10398         * paragraph.C (isLetter): cleanup the code for ispell extras; use
10399         Inset::isLetter.
10400
10401 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
10402
10403         * lyxserver.h:
10404         * lyxserver.C: fix it. and small cleanup.
10405
10406 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10407
10408         * BufferView_pimpl.C: use inline helpers
10409
10410         * LaTeXFeatures.h:
10411         * LaTeXFeatures.C: fix typos
10412
10413         * Spacing.h:
10414         * Spacing.C: move spacing_string into class
10415
10416         * ToolbarDefaults.C: move stuff into namespace anon
10417
10418         * layout.h: update enum
10419
10420         * lyxfunc.C: use better debug
10421
10422         * minibuffer.h: fix typo
10423
10424         * debug.h:
10425         * debug.C:
10426         * WorkArea.C: add and use Debug::WORKAREA
10427
10428         * lyxtext.h:
10429         * text.C:
10430         * text2.C: code re-organisation, inline helpers
10431
10432 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
10433
10434         * Layout.C: replaced a few cases of std::vector.size() == 0 with
10435         std::vector.empty().
10436
10437 2001-11-09  Allan Rae  <rae@lyx.org>
10438
10439         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
10440         '\n's after tables.  Tabular and ERT inset work now makes this no
10441         longer necessary.
10442
10443 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10444
10445         * minibuffer.h:
10446         * minibuffer.C: fix crash, improve drop-down completion
10447
10448 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
10449
10450         * lyxserver.h:
10451         * lyxserver.C: invalidate fd's when doing endPipe()
10452
10453 2001-11-08  José Matos  <jamatos@fep.up.pt>
10454
10455         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
10456         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
10457
10458         * paragraph.h:
10459         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
10460
10461 2001-11-07  José Matos  <jamatos@fep.up.pt>
10462
10463         * buffer.h:
10464         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
10465         const qualifier.
10466
10467         * buffer.C (sgmlOpenTag):
10468         * buffer.C (sgmlCloseTag): removed debug info.
10469
10470         * buffer.h (sgmlOpenTag):
10471         * buffer.h (sgmlCloseTag): made public.
10472
10473 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10474
10475         * buffer.C (saveParamsAsDefaults):
10476         * lyx_cb.C (MenuLayoutSave): remove
10477
10478         * LyXAction.C (init):
10479         * commandtags.h:
10480         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
10481
10482 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10483
10484         * buffer.C (setPaperStuff): removed from here...
10485
10486         * bufferparams.C (setPaperStuff): ... and moved there.
10487
10488 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
10489
10490         * minibuffer.h:
10491         * minibuffer.C:
10492         * XFormsView.C: add support for drop-down completion
10493
10494 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
10495
10496         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
10497         commands.
10498
10499 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10500
10501         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
10502         disabled.
10503
10504 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
10505
10506         * lyx_main.C: change ref to known bugs
10507
10508 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10509
10510         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
10511         to work around older babel problems.
10512
10513 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10514
10515         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
10516
10517 2001-10-24  Juergen Vigna  <jug@sad.it>
10518
10519         * tabular-old.C (ReadOld): below variable changes reflected.
10520
10521         * tabular.[Ch]: added ltType struct for longtable header/footer
10522         defines and changed all instances where they are used. Added
10523         future support for double top/bottom rows.
10524
10525 2001-10-24  José Matos  <jamatos@fep.up.pt>
10526
10527         * buffer.h (docbookHandleCaption):
10528         * buffer.C (docbookHandleCaption): removed unused function.
10529         (makeDocBookFile): moved docbook supported version to v4.1.
10530
10531 2001-10-24  José Matos  <jamatos@fep.up.pt>
10532
10533         * tabular.h:
10534         * tabular.C (docbookRow): new function to export docbook code of a row.
10535         (DocBook): now honors the longtable flags.
10536
10537 2001-10-23  José Matos  <jamatos@fep.up.pt>
10538
10539         * LaTeXFeatures.h:
10540         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
10541         of the lyx defined sgml entities used in a docbook/linuxdoc document.
10542
10543         * buffer.C (makeLinuxDocFile):
10544         (makeDocBookFile): reworked the preamble, more clean, and with
10545         support for lyx defined entities. Changed the document declaration
10546         to be more XML friendly.
10547
10548         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
10549         if we need to output XML that should be done with a filter.
10550
10551 2001-10-22  Juergen Vigna  <jug@sad.it>
10552
10553         * sp_pspell.h (class PSpell): add alive function needed in the
10554         controller to see if the spellchecker could be started.
10555
10556 2001-10-22  Juergen Vigna  <jug@sad.it>
10557
10558         * buffer.C (insertStringAsLines): modify the font for inserting
10559         chars in certain conditions by calling checkInsertChar(font).
10560
10561 2001-10-19  Juergen Vigna  <jug@sad.it>
10562
10563         * text.C (workWidth): use getRow instead of wrong algorithm.
10564         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10565
10566 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10567
10568         * lyxserver.h:
10569         * lyxserver.C:
10570         * lyx_main.h:
10571         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10572
10573 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10574
10575         * text.C (workWidth): do not search for the exact row when
10576         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10577         optimization for big documents.
10578
10579 2001-10-18  Juergen Vigna  <jug@sad.it>
10580
10581         * text.C (workWidth): new function with added Inset * parameter.
10582
10583 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10584
10585         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10586
10587         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10588         change return type of getColumnNearX.
10589
10590
10591         * text.C (changeRegionCase): use uppercase/lowercase instead of
10592         toupper/tolower.
10593         (leftMargin):
10594         (rightMargin): simplify code by factoring out the uses of
10595         textclasslist.
10596         (labelFill):
10597         (numberOfHfills):
10598         (setHeightOfRow):
10599         (appendParagraph): use Paragraph::size_type
10600
10601 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10602
10603         * vspace.C (asLatexString): add a missing break
10604
10605 2001-10-15  Herbert Voss  <voss@perce.de>
10606
10607         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10608
10609 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10610
10611         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10612         is not available.
10613
10614 2001-10-10  André Pönitz <poenitz@gmx.net>
10615
10616         * lyxfunc.C: removed greek_kb_flag.
10617
10618 2001-10-10  Herbert Voss  <voss@perce.de>
10619
10620         * lyx_main.C: delete global string help_lyxdir.
10621
10622 2001-10-09  Herbert Voss  <voss@perce.de>
10623
10624         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10625
10626         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10627
10628         * lyx_main.C: added global string help_lyxdir.
10629
10630         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10631
10632 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10633
10634         * lyxrc.C (set_font_norm_type): support iso8859-4
10635
10636 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10637
10638         * LaTeX.C (deplog): add another regex for MikTeX
10639
10640 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10641
10642         * lyxrc.C (set_font_norm_type): support iso8859-3
10643
10644 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10645
10646         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10647
10648         * LaTeXFeatures.C: remove special case of french and index
10649
10650         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10651         before \begin{document}). This solves several incompatibilities.
10652
10653 2001-10-03  Garst Reese  <reese@isn.net>
10654
10655         * lyx_cb.C: change CheckTex error msg.
10656
10657 2001-10-03  José Matos  <jamatos@fep.up.pt>
10658
10659         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10660
10661 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10662
10663         * .cvsignore: update
10664
10665         * lyx_main.C (commandLineVersionInfo): use new style version info.
10666
10667         * buffer.C (writeFile):
10668         (makeLaTeXFile):
10669         (makeLinuxDocFile):
10670         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10671
10672         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10673
10674         * version.h: update to use stuff in version.C
10675
10676         * version.C.in: new file. Contains version information determined
10677         at compile time. This is a merging of version.h and
10678         version_info.h.in.
10679
10680 2001-10-03  Juergen Vigna  <jug@sad.it>
10681
10682         * BufferView_pimpl.C (update): don't change "dirty" status in
10683         updateInset call.
10684
10685 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10686
10687         * WorkArea.C (c-tor): re-position version string slightly.
10688
10689 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10690
10691         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10692         revert to previous code.
10693
10694         WorkArea.[Ch]: (show, destroySplash): methods removed.
10695
10696         WorkArea.C: rework code so that it's an amalgam of the codes before and
10697         after the splash screen was moved to WorkArea.
10698
10699 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10700
10701         * lyxrc.C (read):
10702         * vspace.C (inPixels):
10703         (lyx_advance):
10704         * kbmap.C (bind):
10705         * buffer.C (insertStringAsLines):
10706         (asciiParagraph): fix types to be large enough
10707
10708         * lyxlex_pimpl.h: change member status from short to int
10709
10710         * layout.h: fix type of endlabeltype
10711
10712         * kbmap.C (bind):
10713         * kbsequence.C (parse): change return type to string::size_type
10714
10715         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10716         variable
10717
10718         * Bullet.C (bulletSize):
10719         (bulletEntry): do not use short ints as parameters
10720
10721         * BufferView2.C (insertLyXFile): change a char to an int.
10722
10723         * WorkArea.C (WorkArea): remove unneeded floats in computation
10724
10725 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10726
10727         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10728
10729         * paragraph.C (asString): Do not ignore newline/hfill chars when
10730         copying to the clipboard.
10731
10732 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10733
10734         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10735         after a multi-line inset.
10736
10737 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10738
10739         * paragraph.C (validate): Set NeedLyXFootnoteCode
10740
10741 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10742
10743         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10744         and decrease-error to decrease.
10745
10746 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10747
10748         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10749         it more readable (should be equivalent)
10750
10751 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10752
10753         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10754
10755 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10756
10757         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10758         of a cursor (row, etc.) after a character has been deleted
10759         (deleteEmptyParagraphMechanism): call the method above on _all_
10760         cursors held by the LyXText when a double space has been
10761         detected/deleted.
10762
10763 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10764
10765         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10766         pixmap.
10767         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10768
10769         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10770         background. Use greyOut() and the new show() methods to toggle between
10771         the foreground and background. Add code to remove the splash after
10772         its initial showing.
10773
10774         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10775         (create_forms): no longer call Dialogs::showSplash.
10776
10777 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10778
10779         * .cvsignore: add version_info.h
10780
10781 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10782
10783         * version_info.h.in: new file
10784
10785         * Makefile.am: add version_info.h.in
10786
10787         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10788         version_info.h instead of VERSION_INFO
10789
10790 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10791
10792         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10793         The ERT inset now returns string().
10794
10795 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10796
10797         * lyxtext.h, text.C (selectNextWord): renamed as
10798         selectNextWordToSpellcheck.
10799
10800         * text.C (selectNextWordToSpellcheck): Modified to not select
10801         words inside an ERT inset.
10802
10803 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10804
10805         * lyx_cb.C (MenuLayoutSave): change a bit the question
10806
10807         * sp_base.h: include <sys/types.h>
10808
10809 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10810
10811         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10812
10813 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10814
10815         * several files: fix typos in user-visible strings
10816
10817 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10818
10819         * text2.C (pasteSelection): do not set the selection, since it
10820         will be cleared later. Actually, the intent was to fix the way the
10821         selection was set, but I figured rmoving the code was just as good.
10822
10823 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10824
10825         * FontLoader.C (available): Check if font is available without
10826         loading the font.
10827
10828 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10829
10830         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10831
10832 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10833
10834         * lyxrc.[Ch]: added display_graphics variable and associated code.
10835
10836 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10837
10838         * bufferparams.C (hasClassDefaults): new method. Returns true if
10839         the buffer parameters correspond to known class defaults
10840
10841 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10842
10843         * XFormsView.C (show): set minimum size to the main window.
10844
10845 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10846
10847         * text2.C (copySelection):
10848         (cutSelection):
10849         * lyxfind.C (LyXReplace):
10850         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10851         LyXText::selectionAsString.
10852
10853         * paragraph.C (asString): add "label" argument to the second form
10854
10855         * text2.C (selectionAsString): add "label" argument and pass it to
10856         Paragraph::asString.
10857
10858 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10859
10860         * lyx_main.C (commandLineHelp): remove version information
10861
10862 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10863
10864         * lyx_main.C: add -version commandline option
10865
10866 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10867
10868         * paragraph.h: make the optional constructor arg required instead.
10869         some modifications to other files because of this.
10870
10871         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10872
10873         * lyxserver.C (C_LyXComm_callback): make it static
10874
10875         * lyx_main.C (error_handler): make it static
10876
10877         * lyx_gui.C (LyX_XErrHandler): make it static
10878
10879         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10880
10881         * WorkArea.C: make the extern "C" methods static.
10882
10883         * Makefile.am (lyx_LDADD): simplify
10884
10885 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10886
10887         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10888         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10889
10890         * LyXAction.C (init):
10891         * lyxfunc.C (dispatch): associated code removal.
10892
10893 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10894
10895         * lyxfont.h (isSymbolFont): shut off warning
10896
10897         * text.C (setHeightOfRow):
10898         (getVisibleRow): fix crash with empty paragraphs which have a
10899         bottom line
10900
10901 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10902
10903         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10904         code.
10905
10906 2001-09-04  José Matos  <jamatos@fep.up.pt>
10907         * buffer.C
10908         * buffer.h
10909         * tabular.C (docbook): rename docBook method to docbook.
10910
10911 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10912
10913         * Makefile.am: add dependencies to main.o.
10914
10915 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10916
10917         * FontLoader.C (available): Return false if !lyxrc.use_gui
10918
10919 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10920
10921         * FontInfo.C (query):
10922         * converter.C (view):
10923         * importer.C (Import):
10924         * exporter.C (Export): Can not -> cannot.
10925
10926 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10927
10928         * BufferView_pimpl.C: allow to create index inset even if
10929           string is empty
10930
10931 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10932
10933         * buffer.C (getLists): replace boost::tie code with an explicit pair
10934         as boost::tie can break some compilers.
10935
10936         * iterators.h: Added a std:: declaration to the return type of
10937         ParIterator::size.
10938
10939 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10940
10941         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10942           case.
10943
10944 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10945
10946         * iterators.[Ch]: New files. Provide paragraph iterators.
10947
10948         * buffer.C (changeLanguage): Use paragraph iterators.
10949         (isMultiLingual): ditto
10950
10951         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10952
10953 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10954
10955         * FontLoader.C: Support for cmr font.
10956
10957 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10958
10959         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10960         (available): New method.
10961
10962         * FontInfo.C (getFontname): Use scalable fonts even when
10963         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10964         found.
10965
10966 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10967
10968         * converter.C (Formats::view): reverted! Incorrect fix.
10969
10970 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10971
10972         * converter.C (Formats::view): only output the -paper option
10973         if the dvi viewer is xdvi, thereby fixing bug #233429.
10974
10975 2001-08-23  Herbert Voss  <voss@perce>
10976
10977         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10978
10979 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10980
10981         * Spacing.h (Spacing): Set space to Default on in the default
10982         constructor.
10983
10984 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10985
10986         * vc-backend.h (RCS::versionString): add RCS to version
10987         (CVS::versionString): add CVS to version
10988
10989         * vc-backend.C (scanMaster): do not add CVS to version.
10990         (scanMaster): do not add RCS to version
10991
10992         * lyxvc.C (versionString): new method
10993
10994         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10995
10996 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10997
10998         * Spacing.C (set): initialize fval
10999
11000 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
11001
11002         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
11003         " or \.
11004
11005 2001-08-16  Juergen Vigna  <jug@sad.it>
11006
11007         * lyxfunc.C (dispatch): implemented the new FINISHED states.
11008
11009 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11010
11011         * BufferView_pimpl.C:
11012         * figureForm.C:
11013         * lyxtext.h:
11014         * text2.C: setParagraph takes linespacing now
11015
11016 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
11017
11018         * LyxAction.C: add internal LFUN_CITATION_INSERT
11019
11020         * LyXView.C: actually apply fix
11021
11022         * bufferlist.C: fix open non-existent file
11023
11024         * lyxfind.C: fix indentation
11025
11026         * lyxfunc.C: remove unneeded assert, fix typo
11027
11028 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11029
11030         * MenuBackend.C: use "Floatname List"
11031
11032 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
11033
11034         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
11035         when converting LaTeX layout to insetERT.
11036         Generate a non-collapsed float when reading old float
11037
11038 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11039
11040         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
11041         ERT insets.
11042
11043 2001-08-13  Juergen Vigna  <jug@sad.it>
11044
11045         * text.C (fill): return 0 instead of 20 as this seems to be the more
11046         correct value.
11047
11048 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11049
11050         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
11051         lyxrc.font_norm.
11052
11053 2001-08-13  Juergen Vigna  <jug@sad.it>
11054
11055         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
11056         casesensitive off.
11057         (SearchBackward): comment out the unlocking of the inset_owner this
11058         should not be needed!
11059
11060 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
11061
11062         * Many files: Remove inherit_language, and add latex_language
11063
11064         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
11065         collapsible insets.
11066
11067 2001-08-10  Juergen Vigna  <jug@sad.it>
11068
11069         * text.C (prepareToPrint): fixed hfill-width in draw!
11070
11071         * BufferView2.C (selectLastWord): save the selection cursor as this
11072         now is cleared in the function LyXText::clearSelection!
11073
11074 2001-08-08  Juergen Vigna  <jug@sad.it>
11075
11076         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
11077         BACKSPACE type functions.
11078
11079         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
11080         is only cutted from the document but not put in the cut-buffer, where
11081         still the old stuff should be.
11082
11083         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
11084
11085         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
11086
11087         * tabular.C (SetWidthOfCell): fixed special case where the width
11088         was not updated!
11089         (LeftLine): handle '|' in align_special.
11090         (RightLine): ditto
11091         (LeftAlreadyDrawed): ditto
11092         (SetWidthOfCell): ditto
11093
11094 2001-08-07  Juergen Vigna  <jug@sad.it>
11095
11096         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
11097
11098 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11099
11100         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
11101         * lyxlex.[hC]: ditto
11102
11103 2001-08-06  Juergen Vigna  <jug@sad.it>
11104
11105         * text.C (getVisibleRow): fix up row clearing a bit.
11106
11107 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11108
11109         * minibuffer.C: make sure the X server sees the changes in the input.
11110
11111 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11112
11113         * paragraph.C (getFont): split into...
11114         (getLabelFont): this
11115         (getLayoutFont): and this
11116         * paragraph_pimpl.C (realizeFont): calling this
11117
11118         * text2.C (getFont): split into...
11119         (getLayoutFont): this
11120         (getLabelFont): and this
11121         (realizeFont): all three calling this
11122
11123         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
11124         files where used.
11125
11126 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11127
11128         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
11129
11130 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
11131
11132         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
11133         layouts from the Quote inset insertion.
11134
11135 2001-08-03  Juergen Vigna  <jug@sad.it>
11136
11137         * BufferView_pimpl.C (update): do the fitCursor only at the end!
11138
11139         * screen.C (drawFromTo): don't call fitcursor here and do the loop
11140         only if status not is already CHANGED_IN_DRAW (second level).
11141
11142         * text.C (draw): don't set the need_break_row when inside an
11143         InsetText LyXText.
11144
11145 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11146
11147         * buffer.C (parseSingleLyXformat2Token): handle more latex
11148         conversion cases.
11149
11150         * bufferview_funcs.[hC]: change function names to
11151         begin with small char, adjust other files.
11152
11153 2001-08-02  André Pönitz <poenitz@gmx.net>
11154
11155         * lyxfunc.C:
11156         BufferView_pimpl.C: remove broken special code for math-greek
11157
11158 2001-08-02  Juergen Vigna  <jug@sad.it>
11159
11160         * BufferView_pimpl.C (update): redone this function so that we
11161         update the text again if there was a CHANGE_IN_DRAW.
11162
11163         * screen.C (cursorToggle): removed LyXText parameter and recoded.
11164         (drawFromTo): added a new internal bool which is used by draw() and
11165         redraw() function.
11166         (general): some cursor drawing problems fixed.
11167
11168 2001-08-01  Juergen Vigna  <jug@sad.it>
11169
11170         * lyxfind.C (LyXFind): fixed
11171         (SearchForward): ditto
11172         (SearchBackward): ditto
11173
11174         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
11175         spurius drawing of the cursor in the main area.
11176
11177         * text2.C (status): small fix which could lead to a segfault!
11178         (clearSelection): remove unneeded BufferView param.
11179
11180 2001-08-01  André Pönitz <poenitz@gmx.net>
11181
11182         * lyxfunc.C: small change due to changed mathed interface
11183
11184 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11185
11186         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
11187
11188 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
11189
11190         * lyxfunc.c: fail gracefully if file doesn't exist
11191
11192         * LyXSendto.C:
11193         * buffer.C:
11194         * lyxfunc.C:
11195         * BufferView_pimpl.C: IsDirWriteable() proto changed
11196
11197         * LyXView.C: fix updateWindowTitle() to store the last title
11198
11199 2001-07-31  Juergen Vigna  <jug@sad.it>
11200
11201         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
11202         the font (wrong since using of Paragraph::highestFontInRange).
11203
11204         * paragraph.C (highestFontInRange): added a default_size parameter.
11205
11206         * text.C (getVisibleRow): minor clear row changes (still not perfect).
11207         (setHeightOfRow): reformat
11208
11209 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11210
11211         * converter.[hC] + affected files: move to (inital-char)lowercase
11212         function names.
11213
11214         * ParagraphParameters.C (ParagraphParameters): remove commented code
11215
11216         * PainterBase.[Ch]: remove commented code
11217
11218         * LaTeXFeatures.h: add "bool floats" for float.sty
11219
11220         * LaTeXFeatures.C (LaTeXFeatures): init floats
11221         (require): handle float
11222         (getPackages): do it with floats
11223
11224 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11225
11226         * BufferView_pimpl.C (Dispatch): improve handling of
11227         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
11228
11229         * commandtags.h: #include lyxfont.h here temporarily to avoid
11230         keybinding bug.
11231
11232         * bufferlist.h: include LString.h here.
11233
11234 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11235
11236         * text2.C (getStringToIndex): new method.
11237
11238 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
11239
11240         * *: Reduced header file dependencies all over.
11241
11242 2001-07-30  Baruch Even  <baruch@lyx.org>
11243
11244         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
11245
11246 2001-07-29  Baruch Even  <baruch@lyx.org>
11247
11248         * buffer.C (readInset): Changed GRAPHICS to Graphics.
11249
11250 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11251
11252         * ParameterStruct.h (endif): add a default constructor to make
11253         sure that all variables is initialized.
11254
11255         * ParagraphParameters.C (ParagraphParameters): adjust
11256
11257 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11258
11259         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
11260         index; also, check that there is something to index, and that it
11261         does not span over several paragraphs.
11262         (doubleClick): use WHOLE_WORD_STRICT for double click.
11263
11264         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
11265
11266         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
11267         scheme.
11268
11269 2001-07-26  Baruch Even  <baruch@lyx.org>
11270
11271         * buffer.C (readInset): Changed to call up InsetGraphics when reading
11272         an InsetFig figure, backwards compatible reading of old figure code.
11273
11274 2001-07-27  Juergen Vigna  <jug@sad.it>
11275
11276         * text2.C: font.realize function adaption.
11277
11278         * text.C (draw): add a warnings lyxerr text if needed.
11279
11280         * layout.C: font.realize function adaption.
11281
11282         * language.C: add inherit_language and implement it's handlings
11283
11284         * bufferview_funcs.C (StyleReset): remove language parameter from
11285         font creation (should be language_inherit now).
11286
11287         * bufferparams.C (writeFile): handle ignore_language.
11288
11289         * paragraph.C (getFontSettings): the language has to be resolved
11290         otherwise we have problems in LyXFont!
11291
11292         * lyxfont.C (lyxWriteChanges): added document_language parameter
11293         (update): removed unneeded language parameter
11294
11295         * paragraph.C (validate): fixed wrong output of color-package when
11296         using interface colors for certain fonts in certain environments,
11297         which should not seen as that on the final output.
11298
11299 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
11300
11301         * BufferView_pimpl.C:
11302         * Thesaurus.h:
11303         * Thesaurus.C:
11304         * Makefile.am:
11305         * commandtags.h:
11306         * LyXAction.C: add thesaurus support
11307
11308         * lyxfind.h:
11309         * lyxfind.C: add "once" parameter, for thesaurus, to not
11310           move to the next match
11311
11312 2001-07-26  Juergen Vigna  <jug@sad.it>
11313
11314         * lyxfont.C (realize): honor ignore_language too!
11315         (resolved): ditto.
11316
11317         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
11318
11319         * text.C (draw): one place more for ignore_language to not draw
11320         itself!
11321
11322 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
11323
11324         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
11325
11326 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11327
11328         * buffer.C (parseSingleLyXformat2Token): a more general fix for
11329         the minipage conversion problem.
11330
11331 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11332
11333         * buffer.C (parseSingleLyXformat2Token): check minipage if we
11334         insert an inset.
11335
11336 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11337
11338         * BufferView.h: don't forward declare WorkArea
11339
11340         * BufferView.C: don't include WorkArea.h
11341
11342 2001-07-25  André Pönitz <poenitz@gmx.net>
11343
11344         * commandtags.h:
11345         * LyXAction.C:
11346         * lyxfunc.C:  new LFUN 'math-space'
11347
11348         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
11349
11350 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11351
11352         * text2.C (toggleInset): call open/close
11353
11354 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11355
11356         * lyxfunc.C (dispatch): add debug for the disabled case
11357
11358         * font.C (buttonText): make similar to rectText
11359
11360         * buffer.C (readInset): comment out parsing of insetlist and
11361         insttheorem
11362
11363         * PainterBase.C (rectText): small correction
11364
11365         * BufferView_pimpl.C: comment out insettheorem and insetlist
11366         * LyXAction.C: ditto
11367         * commandtags.h: ditto
11368
11369 2001-07-24  Juergen Vigna  <jug@sad.it>
11370
11371         * text.C (draw): honor the ignore_language.
11372
11373         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
11374
11375 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11376
11377         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
11378         char inset.
11379
11380 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11381
11382         * lyxtext.h: remove unused (and unimplemented) methods
11383
11384 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11385
11386         * text.C (getVisibleRow): honor background color
11387
11388         * PainterBase.h:
11389         * Painter.h: remove default color argument for fillRectangle
11390
11391         * text.C (backgroundColor): new method
11392
11393 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11394
11395         * text.C (getVisibleRow): adjust
11396
11397         * font.[Ch] (rectText): new method, metrics
11398         (buttonText): new method, metrics
11399
11400         * PainterBase.[hC]: make rectText and buttonText always draw and take
11401         fewer paramteres.
11402
11403 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11404
11405         * ToolbarDefaults.C (read):
11406         * MenuBackend.C (read): allow escaping in all strings
11407
11408         * BufferView_pimpl.C (insertAndEditInset): new method.
11409         (Dispatch): use insertAndEditInset whenever appropriate.
11410
11411         * BufferView_pimpl.C (insertNote): removed
11412
11413         * BufferView_pimpl.C (smartQuote): new method, moved from
11414         BufferView; if an insetquote cannot be inserted, insert a '"'
11415         character instead.
11416
11417         * BufferView2.C: remove insertCorrectQuote();
11418
11419         * lyxfunc.C (getStatus): Add support for all remaingin
11420         inset-insert lfuns.
11421
11422         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
11423
11424         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
11425         command (necessary to pass " as parameter of self-insert.
11426
11427         * text.C (selectWordWhenUnderCursor):
11428         (selectWord): add word_location parameter
11429         (selectWordWhenUnderCursor): same + remove special code for word
11430         boundary.
11431         (selectNextWord): use kind() to guess type of insetspecialchar,
11432         not latex().
11433
11434         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
11435         (insertErtContents): create ert insets as collapsed.
11436         (readInset): better compatibility code for Info inset.
11437
11438 2001-07-20  Juergen Vigna  <jug@sad.it>
11439
11440         * lyxfunc.C (dispatch): use always LyXFind now!
11441
11442         * text2.C (init): add a reinit flag so that the LyXText can be
11443         reinited instead of deleted and reallocated (used in InsetText).
11444
11445         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
11446
11447         * text.C: ditto
11448
11449         * text2.C: ditto
11450
11451 2001-07-18  Juergen Vigna  <jug@sad.it>
11452
11453         * text.C (selectNextWord): handle insets inside inset by calling
11454         always the bv->text functions so that we can go up the_locking_inset!
11455
11456         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
11457         in strange locations when inside an inset!
11458
11459         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
11460         handling to include insets.
11461
11462         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
11463
11464 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11465
11466         * LyXAction.C (init):
11467         * commandtags.h:
11468         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
11469         LIGATURE_BREAK, since the name is so stupid.
11470
11471 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11472
11473         * buffer.C (readInset): enable reading of new InsetNotes as well as old
11474         InsetInfos.
11475
11476         * FontLoader.C: remove FORMS_H_LOCATION cruft.
11477
11478         * sp_form.[Ch]: remove.
11479
11480         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
11481
11482         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
11483         InsetInfo.
11484
11485         * src/buffer.C (readInset): ditto.
11486
11487 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11488
11489         * BufferView_pimpl.C (specialChar): new method. Obsoletes
11490         menuSeparator(), endOfSentenceDot(), ldots() and
11491         hyphenationPoint(), which are therefore removed.
11492         (Dispatch): handle LFUN_HYPHENATION_BREAK.
11493
11494         * LyXAction.C (init):
11495         * commandtags.h: add LFUN_HYPHENATION_BREAK.
11496
11497         * paragraph.C (getWord): removed.
11498
11499         * BufferView_pimpl.C (Dispatch): use last word or selection for
11500         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
11501
11502         * lyx_main.C (queryUserLyXDir): do not ask before creating
11503         user_dir, except if it has been named explicitely.
11504
11505 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11506
11507         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
11508         a document of zero size.
11509
11510 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
11511
11512         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
11513         approriately in the c-tor and in require().
11514         (getPackages): output the appropriate LaTeX for natbib support.
11515
11516         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
11517         variables "use_natbib" and "use_numerical_citations" when reading the
11518         LyX file.
11519         (readInset): read the various natbib cite commands.
11520         (validate): white-space change.
11521
11522         * bufferparams.[Ch]: new variables "bool use_natbib" and
11523         "bool use_numerical_citations".
11524         (writeFile): output them in the LyX file.
11525
11526 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11527
11528         * lyxfunc.C (getStatus): add support for all the inset insertion
11529         commands.
11530
11531         * text2.C (insertInset):
11532         * paragraph.C (insetAllowed):
11533         * BufferView_pimpl.C (insertInset): update to take in account the
11534         renaming of insertInsetAllowed
11535
11536         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
11537
11538         * text2.C (getInset): new method. returns inset at cursor position.
11539
11540         * BufferView_pimpl.C (Dispatch): changes because of this.
11541
11542         * LyXAction.C (init): rename open-stuff to inset-toggle.
11543
11544         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
11545
11546         * text2.C (toggleInset): renamed from openStuff; use
11547         Inset::open().
11548
11549 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
11550
11551         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
11552
11553         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
11554
11555 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11556
11557         * buffer.C (readLyXformat2): Add filename to the error dialog
11558
11559 2001-07-18  Juergen Vigna  <jug@sad.it>
11560
11561         * tabular.C (GetCellNumber): put an assert here instead of the check!
11562
11563 2001-07-17  Juergen Vigna  <jug@sad.it>
11564
11565         * BufferView_pimpl.C (toggleSelection): adapted too.
11566
11567         * text.C (selectNextWord): adapted for use with insets.
11568         (selectSelectedWord): ditto
11569
11570 2001-07-17  Juergen Vigna  <jug@sad.it>
11571
11572         * sp_spell.C (PSpell): fix initialitation order.
11573
11574 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11575
11576         * paragraph.C: spacing
11577
11578 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11579
11580         * sp_spell.C: repair language selection for pspell
11581
11582 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11583
11584         * lyxfunc.h: change more methods to begin with lower char.
11585
11586 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11587
11588         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11589         for unknown layouts.
11590
11591 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11592
11593         * buffer.C (readLyXformat2): Generate an error dialog if there are
11594         unknown layouts.
11595
11596 2001-07-16  Juergen Vigna  <jug@sad.it>
11597
11598         * sp_spell.C: always compile ISpell part.
11599
11600         * lyxrc.C: added use_pspell entry and it's handling.
11601
11602 2001-07-13  Juergen Vigna  <jug@sad.it>
11603
11604         * sp_spell.C: removed double includes.
11605
11606 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11607
11608         Consistent use of Lsstream.h:
11609         * Lsstream.h: added using std::stringstream for consistencies sake.
11610
11611         * buffer.C: removed using std::stringstream
11612
11613         * lyxfont.C (stateText):
11614         * paragraph.C (asString):
11615         * text.C (selectNextWord, selectSelectedWord):
11616         * text2.C (setCounter):
11617         * vspace.C (asString, asLatexString):
11618         std::ostringstream -> ostringstream.
11619
11620 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11621
11622         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11623         * commandtags.h: add LFUN_HELP_ABOUTLYX
11624         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11625
11626 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11627
11628         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11629         cursorToggle()
11630         * lyx_gui_misc.C: remove spellchecker
11631         * lyxfunc.C: showSpellchecker
11632         * sp_base.h: added
11633         * sp_ispell.h: added
11634         * sp_pspell.h: added
11635         * sp_spell.C: added
11636         * sp_form.[Ch]: removed
11637         * spellchecker.[Ch]: removed
11638
11639 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11640
11641         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11642         is set.
11643         (simpleTeXSpecialChars): Simply print the input character without
11644         any special translation if pass_thru is set.
11645
11646         * layout.h: Added bool pass_thru to layout class for being able to
11647         implement pass through of a paragraph for Literate Programming.
11648
11649         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11650         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11651         * layout.C (Read): add "passthru" to list of layout tags and add
11652         code to set the pass_thru boolean when it is read.
11653
11654 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11655
11656         * trans_decl.h: remove allowed from KmodInfo
11657
11658         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11659         remove allowed code
11660         (Load): adjust
11661
11662         * paragraph_pimpl.C (erase): use boost::prior
11663
11664         * Painter.C (text): use data() instead of c_str() when length is
11665         also provided.
11666         * WorkArea.C (putClipboard): ditto
11667         * font.h (width): ditto
11668
11669         * BufferView2.C: use it-> instead of (*it). for iterators
11670         * texrow.C: ditto
11671         * paragraph_pimpl.C: ditto
11672         * paragraph.C: ditto
11673         * minibuffer.C: ditto
11674         * language.C: ditto
11675         * kbmap.C: ditto
11676         * encoding.C: ditto
11677         * counters.C: ditto
11678         * converter.C: ditto
11679         * chset.C: ditto
11680         * Variables.C: ditto
11681         * TextCache.C: ditto
11682         * MenuBackend.C: ditto
11683         * LyXAction.C: ditto
11684         * LColor.C: ditto
11685         * FloatList.C: ditto
11686         * DepTable.C: ditto
11687         * ColorHandler.C (LyXColorHandler): ditto
11688
11689 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11690
11691         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11692
11693         * text2.C (openStuff): reintroduce this method (which had been
11694         nuked in NEW_INSETS frenzy).
11695
11696         * lyxfunc.C (Dispatch): when an action has not been handled, use
11697         its name in the error message, not its number.
11698
11699         * paragraph.C (inInset): change method name to begin with lowercase.
11700
11701         * undo_funcs.C:
11702         * text2.C: updates because of this.
11703
11704 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11705
11706         * ToolbarDefaults.C (add): add spaces in error message
11707
11708 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11709
11710         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11711         (readLyXformat2): rename return_par to first_par, use lyxlex's
11712         pushToken and remove the manual push handling.
11713         (parseSingleLyXformat2Token): add another ert comp. variable:
11714         in_tabular, rename return_par to first_par. handle newlines better
11715
11716 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11717
11718         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11719
11720 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11721
11722         * text2.C (getParFromID): removed
11723
11724         * buffer.C (getParFromID): new method moved form lyxtext.
11725         * BufferView2.C (insertErrors): adjust
11726         (setCursorFromRow): adjust
11727         * BufferView_pimpl.C (restorePosition): adjust
11728         * lyxfunc.C (Dispatch): adjust
11729         * undo_funcs.C (textUndo): adjust
11730         (textRedo): adjust
11731         (textHandleUndo): adjust
11732         (textHandleUndo): adjust
11733
11734 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11735
11736         * buffer.C: up' the LYX_FORMAT
11737
11738         * lyxfont.h: turn NO_LATEX on as default
11739
11740         * buffer.C (insertErtContents): new methods of tex style compability.
11741         (parseSingleLyXformat2Token): use it several places.
11742         * tabular.C (OldFormatRead): and here
11743
11744 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11745
11746         * text2.C: remove some commented code.
11747         reindent file.
11748
11749         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11750         * trans.C: changes because of the above.
11751
11752 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11753
11754         * text2.C (setCounter): Fix counters bug with bibliography layout.
11755
11756 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11757
11758         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11759         own member functions
11760         (simpleTeXSpecialChars): ditto
11761
11762 2001-07-06  Juergen Vigna  <jug@sad.it>
11763
11764         * a lot of files: changed the access to LyXText::status and the
11765         call of undo-functions.
11766
11767         * undo.[Ch]: added a inset_id to the undo informations.
11768
11769         * undo_funcs.[Ch]: added and moved here all undo functions.
11770
11771         * lyxtext.h: give the status enum a weight, made status_ a private
11772         variable and made accessor functions for it, removed the whole bunch
11773         of undo-functions as they are now in their own file, make some
11774         functions publically available. Added function ownerParagraph with
11775         int parameter.
11776
11777         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11778         made InInset() a const function, added getParFromID() function.
11779
11780         * buffer.[Ch]: added const version for inset_iterator functions,
11781         added getInsetFromID() function.
11782
11783         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11784         changed undo functions for new version.
11785
11786 2001-07-05  Juergen Vigna  <jug@sad.it>
11787
11788         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11789         unknow mechanism does not call the proper constructor but only this
11790         one also if I request the other!?
11791
11792 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11793
11794         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11795
11796         * text2.C (LyXText): use initialization lists.
11797
11798         * lyxtext.h (Selection): initialize set_ and mark_
11799         (init): remove method
11800
11801 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11802
11803         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11804
11805 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11806
11807         * screen.[Ch]: change method names to begin with lowercase
11808
11809         * BufferView_pimpl.C (updateScrollbar): simplify further and
11810         hopefully make it a bit faster.
11811
11812 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11813
11814         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11815         calling directly xforms functions.
11816
11817         * Painter.C (Painter):
11818         * lyx_cb.C (MenuWrite):
11819         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11820         fl_display.
11821
11822         * lyx_gui.C: remove bogus guiruntime extern declaration.
11823
11824 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11825
11826         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11827         in NEW_INSETS
11828         (redoDrawingOfParagraph): ditto
11829         (redoParagraphs): ditto
11830         (cutSelection): don't create a object for CutAndPaste use the
11831         static method directly
11832         (pasteSelection): ditto
11833
11834         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11835         LyXview (+ rename)
11836
11837 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11838
11839         * modifications to some other files because of this.
11840
11841         * Makefile.am (lyx_SOURCES): add XFormsView
11842
11843         * XFormsView.[Ch]: new files
11844
11845         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11846         the main window. Move the gui dependent stuff to XFormsView
11847
11848 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11849
11850         * tabular.C (GetCellInset): update cur_cell also in the row/col
11851         version of this function.
11852
11853         * lyxfunc.C: no need to include figure_form.h here.
11854
11855         * FontLoader.h:
11856         * lyxfunc.h:
11857         * lyxscreen.h:
11858         * text2.C:
11859         * lyxvc.C: no need to include forms.h here.
11860
11861 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11862
11863         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11864
11865         * lyxfunc.C (Dispatch):
11866         * Spacing.C (set):
11867         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11868         constructor argument.
11869
11870 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11871
11872         * paragraph.C (Paragraph): dont't clear, and just set layout.
11873         (makeSameLayout): use params's copy contructor.
11874
11875         * ParagraphParameters.[Ch] (makeSame): delete method
11876
11877 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11878
11879         * Variables.[Ch]: fix indentation, rename set to isSet
11880
11881 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11882
11883         * lyxfunc.C (Dispatch): fix typo
11884
11885 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11886
11887         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11888         upper_bound.
11889
11890         * bufferlist.C: include assert.h for emergencyWrite().
11891
11892 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11893
11894         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11895           give up at last (bug #425202) !
11896
11897 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11898
11899         * lyx_gui_misc.C:
11900         * sp_form.h:
11901         * sp_form.C:
11902         * spellchecker.h:
11903         * spellchecker.C: strip spellchecker options and bring up
11904           preferences tab instead
11905
11906 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11907
11908         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11909         the istringstream constructor
11910
11911 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11912
11913         * paragraph.C (getLayout): fix return value
11914
11915         * paragraph.h: do not declare getLayout as inline.
11916
11917         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11918
11919 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11920
11921         * lyxcursor.h (operator<): new func
11922         (operator>): new func
11923         (operator>=): new func
11924         (operator<=): new func
11925
11926         * text.C (changeCase): use selection.start and selection.end
11927         (changeRegionCase): require from to be <= to. Require par to be a
11928         valid paragraph.
11929
11930         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11931
11932 2001-06-27  Juergen Vigna  <jug@sad.it>
11933
11934         * text.C (cursorLeftOneWord): changed to return the cursor and added
11935         overlay with BufferView * parameter which calls this one.
11936         (getWord): added
11937         (selectWord): use new getWord function.
11938         (changeCase): renamed from changeWordCase as and extended to work
11939         also on selections.
11940
11941         * lyxtext.h: added enum word_location
11942
11943         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11944         changeCase as this operates now also on selections.
11945
11946 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11947
11948         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11949
11950         * many files: send debug output to Debug::INFO instead of
11951         Debug::ANY.
11952
11953         * converter.C (View):
11954         (Convert):
11955         (Move): send debug output to Debug::FILES instead of console.
11956
11957 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11958
11959         * lyxfunc.C (getStatus): use func_status
11960
11961         * func_status.h: new header, describing the results of
11962         LyXFunc::getStatus;
11963
11964         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11965         LFUN_MATH_HALIGN.
11966
11967 2001-06-25  The LyX Project  <jug@sad.it>
11968
11969         * buffer.C (sgmlOpenTag):
11970         (sgmlCloseTag):
11971         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11972
11973 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11974
11975         * text2.C: remove some dead code
11976
11977         * tabular.C (GetCellInset): store the last cell checked (gotten)
11978
11979         * tabular.h: add the helper for the speedup
11980
11981         * lyxtext.h: remove some dead code
11982
11983 2001-06-26  The LyX Project  <Asger>
11984
11985         * paragraph.C: Change export to LaTeX of alignment to
11986         \begin{center} and family for better roundtrip work with reLyX.
11987
11988         * Tune the math drawing a bit.
11989
11990 2001-06-25  The LyX Project  <Asger>
11991
11992         * LColor.C (LColor): New color for math background. New color
11993         for buttons.
11994
11995 2001-06-25  The LyX Project  <jug@sad.it>
11996
11997         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11998
11999         * lyxfunc.C (Open):
12000         * bufferlist.C (newFile): do not restrict to files ending with
12001         .lyx
12002
12003         * BufferView_pimpl.C (MenuInsertLyXFile):
12004
12005 2001-06-24  The LyX Project  <jug@sad.it>
12006
12007         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
12008         of compare_no_case
12009
12010 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12011
12012         * lyxtext.h: rename most methods to begin with a small char.
12013         Lots of changes because of this.
12014
12015         * paragraph.C (Paragraph): do not call fitToSize
12016         (erase): call Pimpl::erase
12017         (insertChar): call Pimpl::insertChar
12018         (insertInset): call Pipl::insertInset
12019         (breakParagraph): do not call fitToSize
12020         (breakParagraphConservative): do not call fitToSize
12021         (fitToSize): remove method
12022
12023         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
12024
12025 2001-06-24  The LyX Project  <Asger>
12026
12027         * Fix Qt compilation^2
12028
12029 2001-06-24  The LyX Project  <jug@sad.it>
12030
12031         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
12032         depthHook(getDepth()-1).
12033
12034         * paragraph.h:
12035         * ParagraphParameters.h:
12036         * ParameterStruct.h: change type of depth to unsigned int ==
12037         depth_type. Many adaptations to other files before of that.
12038
12039 2001-06-24  The LyX Project  <Asger>
12040
12041         * Fix Qt compilation.
12042
12043 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12044
12045         * paragraph.h: renamed several methods to begin with small letter.
12046         several changes to many parts of the code because of this.
12047
12048 2001-06-23  The LyX Project  <jug@sad.it>
12049
12050         * text2.C (InsertStringAsLines): renamed from InsertStringA;
12051         rewritten to discard all double spaces when KeepEmpty is off
12052         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
12053         to only handle newlines but not fiddle with spaces and friends.
12054
12055         * lyxfunc.C (MenuNew): when doing 'new from template', use
12056         template_path as default directory
12057
12058 2001-06-23  The LyX Project  <Asger>
12059
12060         * Clean-up of header file includes all over
12061         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
12062
12063 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12064
12065         * paragraph.h: renamed from lyxparagraph.h
12066
12067 2001-06-23  Asger  <lyx@violet.home.sad.it>
12068
12069         * Buffer.h: Removed Buffer::resize
12070         * BufferList.h: Removed BufferList::resize
12071         * LyXView.h: Added LyXView::resize. This way, we will only reflow
12072         the document lazily when we change the width, or the font settings.
12073
12074 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12075
12076         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
12077
12078 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12079
12080         * buffer.h: remove out of date comment
12081
12082 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12083
12084         * lyxscreen.h:
12085         * screen.C: fix "theoretical" GC leak
12086
12087 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12088
12089         * LaTeX.C (scanAuxFile):
12090         (deplog): remove trailing \r when reading stream (useful under
12091         win32)
12092
12093 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
12094
12095         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
12096         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
12097         and BufferView::theLockingInset(Inset*), so should use them and not
12098         access bv_->text->the_locking_inset directly.
12099
12100         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
12101
12102 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12103
12104         * Makefile.am:
12105         * tex-defs.h: remove old unused file
12106
12107 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
12108
12109         * BufferView_pimpl.C: fix typo, remove minibuffer message
12110           when buffer has loaded
12111
12112 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12113
12114         * lyxfunc.C (Dispatch): use stringstream
12115         (MenuNew): use stringstream
12116         (Open): use stringstream
12117
12118         * importer.C (Import): use stringstream
12119
12120         * bufferview_funcs.C (CurrentState): use stringstream
12121
12122         * LaTeX.C (run): use stringstream
12123
12124         * BufferView_pimpl.C (savePosition): use stringstream
12125         (restorePosition): use stringstream
12126         (MenuInsertLyXFile): use stringstream
12127
12128 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
12129
12130         * BufferView.C:
12131         * Bullet.C:
12132         * ColorHandler.C:
12133         * FontInfo.C:
12134         * FontLoader.C:
12135         * LColor.C:
12136         * LaTeXFeatures.C:
12137         * Painter.C:
12138         * gettext.C:
12139         * lyx_gui_misc.C:
12140         * lyxserver.C:
12141         * vspace.C: removed // -*- C++ -*- as first line.
12142
12143         * lyxfind.h:
12144         * version.h: added // -*- C++ -*- as first line.
12145
12146 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12147
12148         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
12149
12150         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
12151         of string
12152
12153 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12154
12155         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
12156         of floats.
12157
12158 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12159
12160         * gettext.C: include LString.h even when --disable-nls is on.
12161
12162 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
12163
12164         * converter.h (Get): changed argument type from int to
12165         FormatList::size_type to avoid unnecessary conversion.
12166
12167         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
12168         before using it.
12169
12170 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12171
12172         * gettext.h: include LString.h even when --disable-nls is on.
12173
12174 2001-06-07  Juergen Vigna  <jug@sad.it>
12175
12176         * text.C (BreakAgain): subst spaces with tabs.
12177
12178         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
12179         (resizeInsetsLyXText): set force on resizeLyXText.
12180
12181 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12182
12183         * gettext.h (gettext_init):
12184         (locale_init): use a real definition instead of a macro
12185
12186 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12187
12188         * Bufferview_pimpl.C:
12189         * LColor.h:
12190         * LColor.C: further lcolor tidies
12191
12192 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12193
12194         * BufferView_pimpl.C (updateScrollbar): simplify.
12195
12196         * BufferView2.C: don't include insets/insetinfo.h, change
12197         prototype for insertInset and call the Pimpl version. let
12198         updateInset call Pimpl version.
12199
12200         * BufferView.h: move inset_slept to BufferView::Pimpl, move
12201         gotoInset to BufferView::Pimpl
12202
12203 2001-06-01  Juergen Vigna  <jug@sad.it>
12204
12205         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
12206         inside a LockingInset (is the update needed at all?).
12207
12208 2001-05-31  Juergen Vigna  <jug@sad.it>
12209
12210         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
12211         here not the old one otherwise how should we compare it afterwards
12212         if it's the same!
12213
12214 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12215
12216         * lyxfont.C:
12217         * tabular.C:
12218         * tabular-old.C:
12219         * FontInfo.C: bring C functions into global namespace when
12220         necessary
12221
12222 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12223
12224         * LString.h: make sure config.h has been loaded before LString.h.
12225
12226         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
12227         (one for each char read by EatLine!).
12228
12229         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
12230         variables.
12231
12232 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12233
12234         * paragraph.C (BreakParagraph): set the inset_owner in the new par
12235         to the same as the par we break from
12236
12237 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12238
12239         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
12240
12241         * MenuBackend.C (expand): also create menu entries for wide
12242         versions of the floats.
12243
12244         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
12245
12246         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
12247
12248         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
12249         frontends/Makefile.am
12250
12251         * text2.C: adjust
12252         * text.C: adjust
12253
12254
12255         * tabular.C (getTokenValue): add std::
12256
12257         * tabular-old.C (getTokenValue): add std::
12258         (getTokenValue): ditto
12259         (getTokenValue): ditto
12260
12261         * screen.C (ToggleSelection): adjust
12262
12263         * lyxtext.h: put selection cursors inside a Selection struct.
12264
12265         * lyxfunc.C (moveCursorUpdate): adjust
12266
12267         * lyxfont.C (latexWriteStartChanges): add std::
12268
12269         * lyxfind.C: adjust
12270
12271         * font.h: delete with(char const *, LyXFont const &)
12272
12273         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
12274
12275         * FontInfo.C (getFontname): add std::
12276
12277         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
12278         (workAreaButtonPress): adjust
12279         (tripleClick): adjust
12280         (update): adjust
12281         (moveCursorUpdate): adjust
12282         (Dispatch): adjust
12283
12284         * BufferView2.C (gotoInset): adjust
12285
12286 2001-05-30  Juergen Vigna  <jug@sad.it>
12287
12288         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
12289         to check pspell I add this as default as I now have new pspell
12290         libraries and they seem to use this.
12291
12292 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12293
12294         * text2.C (CutSelection): make the cursor valid before the call to
12295         ClearSelection.
12296
12297 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12298
12299         * kbsequence.C (parse): de-uglify a bit the parsing code, which
12300         relied on 0 terminated strings and other horrors. Bug found due to
12301         the new assert in lyxstring!
12302
12303         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
12304         KP_ keys.
12305
12306 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12307
12308         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
12309         to latinkeys.bind.
12310
12311         * lyxfunc.C (processKeySym): change method of getting to the
12312         self-insert char.
12313
12314         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
12315         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
12316         * BufferView_pimpl.[Ch]: here as private methods.
12317
12318 2001-05-28  Juergen Vigna  <jug@sad.it>
12319
12320         * text.C (SetHeightOfRow): added the update() call again as it is
12321         needed to initialize inset dimensions!
12322
12323 2001-05-16  Juergen Vigna  <jug@sad.it>
12324
12325         * text2.C (SetCharFont): Add new function with BufferView * and
12326         bool toggleall parameters for setting insets internal fonts.
12327         (SetFont): Freeze the undo as we may change fonts in Insets and
12328         all this change should be inside only one Undo!
12329
12330         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
12331         setting font's in insets as for them we have the SetFont function!
12332
12333 2001-05-15  Juergen Vigna  <jug@sad.it>
12334
12335         * text2.C (ClearSelection): to be sure we REALLY don't have any
12336         selection anymore!
12337
12338         * tabular.C (TeXCellPreamble): fixed the left border problem for
12339         multicolumn cells.
12340
12341 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
12342
12343         * LaTeX.C (deplog): Make sure that the main .tex file is in the
12344         dependancy file
12345
12346 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12347
12348         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
12349         LFUN_BREAKPARAGRAPH.
12350
12351         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
12352         help test to "internal only", similar for LFUN_INSERT_URL
12353
12354         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
12355         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
12356         auto_region_delete and deadkeys.
12357
12358 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
12359
12360         * LColor.h:
12361         * LColor.C: remove some dead entries, tidy a little
12362
12363 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12364
12365         * lyxfunc.C (processKeySym): comment the Escape handling, remove
12366         commented code.
12367         (Dispatch): implement LFUN_ESCAPE
12368
12369         * commandtags.h: add LFUN_ESCAPE
12370
12371         * LyXAction.C (init): add entry for LFUN_ESCAPE
12372
12373         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
12374         Remove commented code.
12375         (insertNote): moved here
12376         (open_new_inset): moved here
12377
12378         * BufferView[2].[Ch]: move insertNote and open_new_inset to
12379         BufferView_pimpl
12380
12381 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12382
12383         * kbmap.C (findbinding): clean it up and make it work correctly.
12384
12385         * lyx_main.C (init): do not pass argc and argv as parameters
12386
12387 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
12388
12389         * buffer.C: fix path for OS/2 & Win32
12390
12391         * lyx_gui.C:
12392         * lyx_main:
12393         * lyx_main.C: Added os:: class.
12394
12395         * os2_defines.h: update
12396
12397 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12398
12399         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
12400         better by trying again with reduced state.
12401
12402 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12403
12404         * lyxrc.C (read): print error about invalid key sequence only when
12405         debugging (because not all latinX keysyms are known to some X
12406         servers)
12407
12408         * kbsequence.C (getiso): add a few std:: qualifiers
12409         (getiso): comment out extra return statement.
12410
12411 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12412
12413         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
12414         handling.
12415         (Dispatch): enhance the accent inset a bit. (not perfect)
12416
12417 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12418
12419         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
12420
12421 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12422
12423         * bufferlist.C (emergencyWrite): fix assert() call
12424
12425 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
12426
12427         * text.C (InsertChar): Added trivial patch to only send the "you
12428         can not do multiple spaces this way" message once during a
12429         session.
12430
12431 2001-05-08  Baruch Even  <baruch@lyx.org>
12432
12433         * Makefile.am: Changed order of libraries to get LyX to link properly
12434         with the gnome frontend.
12435
12436 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12437
12438         * LaTeXFeatures.h: add a std:: qualifier
12439
12440 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12441
12442         * paragraph.C (String): use stringstream
12443
12444 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12445
12446         * paragraph.C (writeFile): remove footflag arg
12447
12448         * buffer.C (makeLaTeXFile): use stringstream
12449         (latexParagraphs): remove footnot gurba
12450
12451         * LaTeXFeatures.C (getPackages): use stringstream
12452         (getMacros): likewise
12453         (getTClassPreamble): likewise
12454         (getFloatDefinitions): new method
12455
12456         * paragraph.C (writeFile): reindent
12457         (Erase): reindent
12458
12459         * WorkArea.h: revert the xpos + etc changes.
12460
12461         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
12462
12463         * lyxparagraph.[Ch]: add copy constructor, remove Clone
12464
12465         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
12466         (pasteSelection): likewise
12467         * text2.C (CreateUndo): likewise
12468
12469 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12470
12471         * minibuffer.C (peek_event): temporarily reduce the functionality
12472         of the minibuffer (to allow args on lfuns)
12473
12474         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
12475         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
12476
12477         * buffer.C (readInset): add compability reading of old float
12478         lists, add reading of new style float list.
12479         (readInset): avoid reevaluation of inscmd.getCmdName()
12480         (getLists): reindent
12481
12482         * MenuBackend.C (MenuItem): implement parsing of
12483         md_floatlistinsert and md_floatinsert.
12484         (expand::LastFiles): move initalizaton of iterators out of loop,
12485         avoid reevaluation.
12486         (expand::Documents): introduce typdedef vector<string> Strings,
12487         and use it.
12488         (expand::ExportFormats): introduce typedef vector<Format const *>
12489         Formats, and use it.
12490         (expand): implement FloatListInsert and FloatInsert.
12491
12492         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
12493         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
12494         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
12495
12496         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
12497         handling.
12498         (Dispatch::LFUN_FLOAT_LIST): implement
12499
12500 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12501
12502         * LaTeX.C (run): Fix problem with --export code.
12503
12504 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12505
12506         * BufferView.[Ch] (workarea): removed.
12507         (getClipboard) new method; wrapper for workarea()->getClipboard()
12508
12509         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
12510         bug.
12511
12512         * WorkArea.h (width, height, xpos, ypos): These methods all
12513         returned the dimensions of the work_area sub-area of WorkArea,
12514         resulting in a position error if the WorkArea were resized. Now
12515         return the dimensions of the entire WorkArea.
12516
12517         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
12518
12519 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12520
12521         * LaTeX.C (deplog): correct the syntax of regex reg1
12522
12523 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12524
12525         * undo.C: remove !NEW_INSETS cruft
12526
12527 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12528
12529         * text2.C: remove !NEW_INSETS cruft
12530
12531         * text.C: remove !NEW_INSETS cruft
12532
12533         * tabular.C: remove !NEW_INSETS cruft
12534
12535         * spellchecker.C: remove !NEW_INSETS cruft
12536
12537         * lyxtext.h: remove !NEW_INSETS cruft
12538
12539         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
12540
12541         * lyxfunc.C: remove !NEW_INSETS cruft
12542
12543         * lyxfind.C: remove !NEW_INSETS cruft
12544
12545         * lyx_cb.C: remove !NEW_INSETS cruft
12546
12547         * figureForm.C: remove  !NEW_INSETS cruft
12548
12549         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
12550
12551         * buffer.[Ch]: remove !NEW_INSETS cruft
12552
12553         * ToolbarDefaults.C: remove !NEW_INSETS cruft
12554
12555         * CutAndPaste.C: remove !NEW_INSETS cruft
12556
12557         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12558
12559         * BufferView2.C: remove !NEW_INSETS cruft
12560
12561         * BufferView.h: remove !NEW_INSETS cruft
12562
12563 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12564
12565         * Lsstream.h: include LString.h before the sstream headers to
12566         fix problem with gcc 2.95.3 and lyxstring
12567
12568 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12569
12570         * lyx_main.C: add using directives when needed for C functions
12571         declared in std:: namespace.
12572
12573 2001-04-27  Juergen Vigna  <jug@sad.it>
12574
12575         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12576         (SetHeightOfRow): comment out the update call should not be needed!
12577
12578 2001-04-13  Juergen Vigna  <jug@sad.it>
12579
12580         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12581         (LyXTabular): tried to minimize operator= operations (and realized
12582         hopfully Lars wish).
12583
12584 2001-04-27  Juergen Vigna  <jug@sad.it>
12585
12586         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12587
12588 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12589
12590         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12591
12592         * buffer.C (readInset): hack to make listof algorithm work
12593
12594         * BufferView_pimpl.C: hack to make listof algorithm work
12595
12596 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12597
12598         * LyXAction.C: removed all !NEW_INSETS cruft
12599         (init): moved lfun_item in method
12600
12601         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12602
12603 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12604
12605         * BufferView2.C (theLockingInset): white space.
12606
12607 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12608
12609         * minibuffer.C: include <iostream>
12610
12611         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12612
12613         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12614
12615         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12616
12617         * text.[Ch] (TransposeChars): new method
12618
12619 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12620
12621         * call message directly through LyXView instead of through LyXFunc
12622         * BufferView2.C: adjust
12623         * BufferView_pimpl.C: adjust
12624         * FontLoader.C: adjust
12625         * buffer.C: adjust
12626         * bufferview_funcs.C: adjust
12627         * converter.C: adjust
12628         * figureForm.C: adjust
12629         * importer.C: adjust
12630         * lyx_cb.C: adjust
12631         * lyx_gui_misc.C: adjust
12632         * lyxfunc.C: adjust
12633         * lyxvc.C: adjust
12634         * text2.C: adjust
12635         + more files in subdirs
12636
12637         * lyxparagraph.h (size): move up int file
12638         (GetLayout): ditto
12639
12640         * adjust all uses of Assert to lyx::Assert.
12641
12642         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12643         lyxfunctional in namespace lyx
12644         * layout.C (hasLayout): ditto
12645         (GetLayout): ditto
12646         (GetLayout): ditto
12647         (delete_layout): ditto
12648         (NumberOfClass): ditto
12649         * converter.C (GetFormat): ditto
12650         (GetNumber): ditto
12651         (Add): ditto
12652         (Delete): ditto
12653         (SetViewer): ditto
12654         * bufferlist.C (getFileNames): ditto
12655         (emergencyWriteAll): ditto
12656         (exists): ditto
12657         (getBuffer): ditto
12658         * MenuBackend.C (hasSubmenu): ditto
12659         (hasMenu): ditto
12660         (getMenu): ditto
12661         * BufferView_pimpl.C (getInsetByCode): ditto
12662
12663 2001-04-18  Juergen Vigna  <jug@sad.it>
12664
12665         * vspace.C (asLatexString): fixed the 100% problem.
12666
12667 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12668
12669         * lyxfunc.C (Dispatch):
12670         * minibuffer.C:
12671         * minibuffer.h: add a few std:: qualifiers
12672
12673 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12674
12675         * minibuffer.[Ch]: reimplement so that commands is initiated and
12676         run from lyxfunc, simplified som handling, and made the completion
12677         and history code for complete. wip.
12678
12679         * lyxfunc.C (processKeySym): call message
12680         (miniDispatch): new temporary method
12681         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12682         (LFUN_MESSAGE): implement
12683         (LFUN_MESSAGE_PUSH): implement
12684         (LFUN_MESSAGE_POP): implement
12685         (initMiniBuffer): the initial/defualt minibuffer message.
12686
12687         * lyxfont.[Ch]: inline some more getters
12688
12689         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12690
12691         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12692
12693         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12694         (AutoSave): use LFUN_MESSAGE
12695         (Reconfigure): ditto
12696
12697         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12698
12699         * figureForm.C: use LFUN_MESSAGE
12700
12701         * converter.C (runLaTeX): use LFUN_MESSAGE
12702
12703         * bufferview_funcs.C: use LFUN_MESSAGE
12704         (Melt): ditto
12705         (changeDepth): ditto
12706
12707         * bufferparams.h: use boost::
12708
12709         * bufferlist.h: inherit privately from noncopyable
12710
12711         * bufferlist.C (loadLyXFile): remove some commented code.
12712
12713         * buffer.C (runChktex): use LFUN_MESSAGE
12714
12715         * ShareContainer.h: inherit privately from noncopyable
12716
12717         * ParagraphParameters.[hC] (depth): inline it.
12718
12719         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12720         methods.
12721         (message): new method
12722         (messagePush): ditto
12723         (messagePop): ditto
12724         (show): init minibuffer
12725         (showState): direct call
12726
12727         * LaTeX.[Ch]: inherit privately from noncopyable
12728         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12729         instead of WriteStatus.
12730
12731         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12732
12733         * BufferView_pimpl.C (buffer): don't init minibuffer
12734         (workAreaButtonPress): use LFUN_MESSAGE
12735         (workAreaButtonRelease): ditto
12736         (savePosition): ditto
12737         (restorePosition): ditto
12738         (MenuInsertLyXFile): ditto
12739         (workAreaExpose): don't init minibuffer
12740         (update): remove commented code, simplify
12741
12742         * BufferView2.C (openStuff): use LFUN_MESSAGE
12743         (toggleFloat): ditto
12744         (menuUndo): ditto
12745         (menuRedo): ditto
12746         (copyEnvironment): ditto
12747         (pasteEnvironment): ditto
12748         (copy): ditto
12749         (cut): ditto
12750         (paste): ditto
12751         (gotoInset): ditto
12752         (updateInset): remove some commented code
12753
12754         * lastfiles.h: inherit privately from noncopyable
12755         * layout.h: ditto
12756         * lyx_gui.h: ditto
12757         * lyx_main.h: ditto
12758         * lyxlex.h: ditto
12759         * lyxlex_pimpl.h: ditto
12760
12761         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12762         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12763         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12764
12765         * LyXAction.h: inherit privately from noncopyable, add methods
12766         func_begin, func_end, returning iterators to the func map.
12767
12768         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12769         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12770         (func_begin): new method
12771         (func_end): new method
12772
12773         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12774         and not)
12775         (copySelection): ditto
12776         (pasteSelection): ditto
12777
12778         * BufferView.C: whitespace change
12779         * BufferView.h: inherit privately from noncopyable
12780
12781 2001-04-16  Allan Rae  <rae@lyx.org>
12782
12783         * tabular-old.C (l_getline):
12784         * spellchecker.C (sc_check_word):
12785         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12786         an unrecognised preprocessor directive.  So ensure they're wrapped.
12787
12788 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12789
12790         * src/exporter.C (Export): Give an error message when path to file
12791         contains spaces.
12792
12793 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12794
12795         * LaTeX.C (deplog): Always check that foundfile exists.
12796
12797 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12798
12799         * lyx_main.h:
12800         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12801
12802 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12803
12804         * tabular.[Ch] (getLabelList): implement new method
12805
12806         * minibuffer.h: comment ouf setTiimer
12807
12808         * minibuffer.C (ExecutingCB): constify res
12809         (peek_event): constify s
12810         (Set): constify ntext
12811         (Init): constify nicename
12812
12813         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12814
12815         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12816         (savePosition): use two params to Minibuffer::Set
12817         (restorePosition): ditto
12818
12819 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12820
12821         * lyx_main.C: include language.h
12822
12823         * Makefile.am (lyx_main.o): add language.h
12824
12825 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12826
12827         * exporter.C:
12828         * paragraph.C:
12829         * screen.C:
12830         * tabular.C:
12831         * CutAndPaste.C: include gettext.h
12832
12833         * lyxfont.h: remove old hack with ON and OFF.
12834
12835         * lyxparagraph.h:
12836         * lyxfont.h: do not include language.h...
12837
12838         * BufferView2.C:
12839         * LaTeXFeatures.C:
12840         * Painter.C:
12841         * bufferview_funcs.C:
12842         * font.C:
12843         * lyxfont.C:
12844         * text.C:
12845         * text2.C:
12846         * trans_mgr.C:
12847         * paragraph.C: ... but do it here instead
12848
12849 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12850
12851         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12852
12853         * tabular.C: small reformat
12854
12855         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12856         NEW_INSETS version
12857         (GetChar): ditto
12858         (BreakParagraph): ditto
12859         (SetOnlyLayout): ditto
12860         (SetLayout): ditto
12861
12862         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12863         with one arg less.
12864
12865         * lastfiles.C: removed most using decl, add std:: where needed
12866
12867         * buffer.C: ws changes
12868
12869         * MenuBackend.C (class compare_format): put into anon namespace
12870         (expand): constify label, names, action, action2
12871         (expand):
12872
12873         * text.C (SingleWidth): constify font
12874         (IsBoundary): constify rtl2
12875         (GetVisibleRow): constify ww
12876
12877         * LaTeX.C (deplog): constify logfile
12878
12879         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12880         start_x, end_x
12881         (workAreaExpose): constify widthChange, heightChange
12882
12883         * lyxrow.C (par): moved
12884         (height): moved
12885         (next): moved
12886         * lyxrow.h: as inlines here
12887
12888         * lyxfont.h (shape): moved from lyxfont.C
12889         (emph): moved from lyxfont.C
12890
12891         * lyxfont.C (LyXFont): use initialization list for all
12892         constructors
12893         (shape): move to lyxfont.h as inline
12894         (emph): move to lyxfont.h as inline
12895
12896
12897 2001-04-04  Juergen Vigna  <jug@sad.it>
12898
12899         * vspace.C: had to include stdio.h for use of sscanf
12900
12901 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12902
12903         * BufferView.h:
12904         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12905         independent of xforms.
12906
12907 2001-04-02  Juergen Vigna  <jug@sad.it>
12908
12909         * spellchecker.C: fixed namespace placing!
12910
12911 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12912
12913         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12914         the LyXParagraph * is 0.
12915
12916 2001-03-29  Juergen Vigna  <jug@sad.it>
12917
12918         * vspace.C: added support for %, c%, p%, l%.
12919         (stringFromUnit): added helper function.
12920         (asLatexString): changed to give right results for the %-values.
12921
12922         * buffer.C: convert the widthp in a width%.
12923
12924 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12925
12926         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12927         figureForm.[Ch].
12928
12929         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12930         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12931
12932         * lyx_cb.[Ch]: see above.
12933
12934         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12935         form1.[Ch].
12936
12937         * form1.[Ch]:
12938         * lyx.[Ch]: replaced by figure_form.[Ch].
12939
12940         * lyx_gui.C:
12941         * lyx_gui_misc.C:
12942         * lyxfunc.C: changed headers associated with above changes.
12943
12944 2001-03-27  Juergen Vigna  <jug@sad.it>
12945
12946         * BufferView_pimpl.C: set the temporary cursor right!
12947
12948 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12949
12950         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12951
12952 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12953
12954         * LString.h: removed "using std::getline"!
12955
12956         * BufferView_pimpl.C (Dispatch): changes due to changes in
12957         InsetInclude::Params.
12958
12959         * buffer.C (tag_name): removed redundant break statements as they were
12960         producing lots of warnings with my compiler.
12961
12962 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12963
12964         * LString.h: add "using std::getline" when using the real <string>.
12965
12966 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12967
12968         * buffer.C: removed bitset usage.
12969         PAR_TAG moved to an anonymous name space.
12970         (tag_name): new funtion, also in the anonymous namespace.
12971         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12972         (makeDocBookFile): clean code. Completed transition from string arrays
12973         to string vectors.
12974         (SimpleDocBookOnePar): code clean.
12975
12976 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12977
12978         * tabular.C: add some comments.
12979
12980 2001-03-22  Juergen Vigna  <jug@sad.it>
12981
12982         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12983         compatibility read a bit and fixed bug with minipage in different
12984         depth.
12985
12986 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12987
12988         * buffer.C (pop_tag): removed.
12989         (push_tag): removed.
12990         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12991         array replaced with vector. Added support for CDATA sections.
12992         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12993         at any nest level.
12994         (makeDocBookFile): XML conformant declaration of CDATA section,
12995         fixed bug related to <emphasis> in the first paragraph char.
12996         (sgmlOpenTag): exclude empty tags.
12997         (sgmlCloseTag): ditto.
12998
12999         * buffer.h (pop_tag): removed.
13000         (push_tag): removed.
13001
13002 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
13003
13004         * language.h (Languages): added size_type and size().
13005
13006 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13007
13008         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
13009         response on compability reading of minipages. One probliem is that
13010         the old usage of minipages was «flertydig»
13011
13012         * several files here and in subdirs: don't use static at file
13013         scope use anon namespaces instead.
13014
13015 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
13016
13017         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
13018         LaTeX output. This is necessary for Literate document
13019         processing.
13020
13021 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13022
13023         * buffer.C: insert hfill when needed.
13024
13025         * tabular.C (l_getline): use string::erase, small whitespace change.
13026
13027         * BufferView_pimpl.C: try the anon namespace.
13028         * WorkArea.C: ditto
13029
13030 2001-03-16  Juergen Vigna  <jug@sad.it>
13031
13032         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
13033         otherwise it won't open options-dialogs.
13034
13035         * buffer.C: honor pextraWidth(p) on converting minipages.
13036
13037         * tabular.C (l_getline): changed the functions to strip trailing \r.
13038
13039 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
13040
13041         * BufferView_pimpl.C:
13042         * minibuffer..C: added "using SigC::slot" declaration.
13043
13044 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13045
13046         * lyxlex_pimpl.h: noncopyable is in namespace boost.
13047
13048         * text2.C: ditto
13049
13050         * text.C: ditto
13051
13052         * paragraph.C: ditto
13053
13054         * lyxtext.h: NO_PEXTRA
13055
13056         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
13057
13058         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
13059         * ParameterStruct.h: ditto
13060         * ParagraphParameters.h: ditto
13061         * lyxparagraph.h: ditto
13062
13063 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13064
13065         * buffer.C: add compability for minipage alignment.
13066         (latexParagraphs): remove unwanted pextra check.
13067
13068         * several files: remove CXX_WORKING_NAMESPACES
13069
13070         * buffer.C (pop_tag): tie is in namespace boost
13071
13072         * BufferView.h: noncopyable is in namespace boost
13073         * lyxlex.h: ditto
13074         * lyx_main.h: ditto
13075         * lyx_gui.h: ditto
13076         * layout.h: ditto
13077         * lastfiles.h: ditto
13078         * bufferlist.h: ditto
13079         * ShareContainer.h: ditto
13080         * LyXView.h: ditto
13081         * LyXAction.h: ditto
13082         * LaTeX.h: ditto
13083
13084 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13085
13086         * Merging changes from BRANCH_MVC back into HEAD.
13087
13088         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
13089
13090 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
13091
13092         * BufferView_pimpl.C: change from intl.C
13093
13094         * combox.h:
13095         * combox.C:
13096         * Makefile.am: move combox.*
13097
13098         * form1.h:
13099         * form1.C:
13100         * lyx_gui.C:
13101         * intl.h:
13102         * intl.C: remove dialog (covered by prefs)
13103
13104 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13105
13106         * lyxfunc.C (Dispatch): removed redundant break statement.
13107
13108 2001-03-14  Juergen Vigna  <jug@sad.it>
13109
13110         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
13111
13112 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13113
13114         * buffer.C: add hack to fix compability reading of minipages.
13115
13116 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
13117
13118         * buffer.C (getLists): Cleanup.
13119
13120 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13121
13122         * lyxfont.C (update): don't honor toggleall on font size.
13123
13124 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
13125
13126         * bmtable.c:
13127         * bmtable.h:
13128         * Makefile.am: moved to frontends/xforms/
13129
13130         * lyx_gui_misc.C:
13131         * lyxfunc.C:
13132         * BufferView_pimpl.C: changes for moved mathpanel
13133
13134 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13135
13136         * gettext.h: fix gettext_init() in --disable-nls
13137
13138 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13139
13140         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
13141
13142 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
13143
13144         * lyx.C:
13145         * lyx.h: strip external form
13146
13147 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13148
13149         * BufferView_pimpl.C: add comment, destroySplash()
13150
13151 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13152
13153         * BufferView_pimpl.C:
13154         * LyXAction.C:
13155         * buffer.C:
13156         * commandtags.h:
13157         * lyxfunc.C: use re-worked insetinclude
13158
13159 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13160
13161         * buffer.C: add using std::stringstream.
13162
13163         * lyx_cb.C: readd using std::ios.
13164
13165         * buffer.C: add using std::map.
13166
13167         * BufferView_pimpl.C: add using std::vector.
13168
13169         * ShareContainer.h: add std:: to swap.
13170
13171         * buffer.h: add some typedefs
13172         * buffer.C (getLists): use them
13173         (getLists): renamed from getTocList.
13174         add a counter for the different float types and use it in the
13175         generated string.
13176         (getLists): use the same counter for the NEW_INSETS and the "non"
13177         NEW_INSETS
13178
13179         * lyx_cb.h: remove unused items, includes, using etc.
13180
13181         * ShareContainer.h: remove some commented code, add more comments
13182         and "documentation".
13183
13184 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13185
13186         * buffer.C (getTocList): make the list also when NEW_INSETS is
13187         defined.
13188
13189         * buffer.h: remove TocType
13190
13191         * buffer.C (getTocList): change to return a map<string,
13192         vector<TocItem> >, implement for dynamic number of list.
13193
13194         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
13195         * text2.C (PasteSelection): adjust
13196         * CutAndPaste.C (pasteSelection): adjust
13197
13198         * FloatList.C (FloatList): update from the new_insets branch.
13199         * Floating.[Ch]: ditto
13200         * LaTeXFeatures.C: ditto
13201         * buffer.C: ditto
13202         * lyxlex_pimpl.C: ditto
13203
13204         * paragraph.C (Last): remove when NEW_INSETS is defined.
13205
13206         * other file: changes because of the above.
13207
13208 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13209
13210         * lyxparagraph.h: rename next to next_, previous to previous_,
13211         make them private for NEW_INSETS. Rename Next() to next(),
13212         Previous() to previous().
13213
13214         * other files: changes because of the above.
13215
13216 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
13217
13218         * BufferView.h:
13219         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
13220         problem.
13221
13222 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13223
13224         * main.C (main): pass lyx_localedir to gettext_init().
13225
13226         * gettext.h: remove locale_init and gettext_init macros
13227
13228         * gettext.C (locale_init): new function
13229         (gettext_init): new function
13230
13231         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
13232         setlocale().
13233
13234 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
13235
13236         * Moved credits to frontends:
13237         * credits.[Ch]: removed
13238         * credits_form.[Ch]: removed
13239         * lyx_gui_misc.C: remove credits stuff
13240         * Makefile.am:
13241
13242 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13243
13244         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
13245
13246         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
13247         unneeded destructor.
13248
13249         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
13250         a standalone pointer again.
13251
13252         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
13253
13254 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
13255
13256         * Makefile.am:
13257         * filedlg.h:
13258         * filedlg.C:
13259         * LyXAction.C:
13260         * ToolbarDefaults.C:
13261         * bufferlist.C:
13262         * commandtags.h:
13263         * form1.C:
13264         * form1.h:
13265         * lyx_cb.C:
13266         * lyx_cb.h:
13267         * lyxfunc.h:
13268         * lyxfunc.C:
13269         * BufferView_pimpl.C: use new file dialog in GUII
13270
13271         * lyx_cb.h:
13272         * lyx_cb.C: remove LayoutsCB to Toolbar
13273
13274 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13275
13276         * ShareContainer.h (get): add std:: qualifier
13277
13278 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13279
13280         * ShareContainer.h: define a proper ShareContainer::value_type
13281         type (and use typename to please compaq cxx)
13282
13283 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13284
13285         * lyxparagraph.h: move serveral local vars to
13286         ParameterStruct/ParagraphParameters., use ShareContainer in
13287         FontTable., make vars in FontTable private and add getter and
13288         setter.
13289
13290         * paragraph.C: changes because of the above.
13291
13292         * lyxfont.h: remove copy constructor and copy assignment. (the
13293         default ones is ok), move number inside FontBits. move inlines to
13294         lyxfont.C
13295
13296         * lyxfont.C: add number to initializaton of statics, move several
13297         inlines here. constify several local vars. some whitespace
13298         cleanup. Dont hide outerscope variables.
13299
13300         * Spacing.h: add two new constructors to match the set methods.
13301
13302         * ShareContainer.h: new file, will perhaps be moved to support
13303
13304         * ParameterStruct.h: new file
13305
13306         * ParagraphParameters.h: new file
13307
13308         * ParagraphParameters.C: new file
13309
13310         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
13311         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
13312
13313         * BufferView_pimpl.C: ParagraphParameter changes.
13314         * buffer.C: Likewise.
13315         * bufferview_funcs.C: Likewise.
13316         * text.C: Likewise.
13317         * text2.C: Likewise.
13318
13319 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13320
13321         * lyxfind.C (LyXReplace): do not redefine default argument in
13322         implementation.
13323         (IsStringInText): ditto
13324         (SearchForward): ditto
13325         (SearchBackward): ditto
13326
13327 2001-03-06  Juergen Vigna  <jug@sad.it>
13328
13329         * lyxfind.C (IsStringInText): put parentes around expressions.
13330
13331 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
13332
13333         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
13334
13335 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
13336
13337         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
13338
13339         * stl_string_fwd.h: add comment
13340
13341         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
13342
13343         * tabular.h:
13344         * tabular.C: remove unused DocBook methods
13345
13346         * intl.C:
13347         * language.C:
13348         * paragraph.C:
13349         * buffer.C:
13350         killed DO_USE_DEFAULT_LANGUAGE
13351
13352 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13353
13354         * lyx_gui.C: do not include language.h.
13355
13356         * bufferview_funcs.C (ToggleAndShow): do not provide optional
13357         arguments in function implementation.
13358
13359 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13360
13361         * BufferView_pimpl.C: add <ctime>
13362
13363 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13364
13365         * BufferView_pimpl.C: add using std::find_if
13366
13367 2001-02-27  José Matos  <jamatos@fep.up.pt>
13368
13369         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
13370         by OnlyPath.
13371
13372 2001-02-11  José Matos  <jamatos@fep.up.pt>
13373
13374         * buffer.C (makeDocBookFile): command styles now have a parameter as
13375         "title" by default.
13376
13377 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
13378
13379         * layout_forms.[Ch]: removed
13380         * lyx_cb.[Ch]: out character
13381         * lyx_gui.C: out character
13382         * lyx_gui_misc.C: out character
13383         * bufferview_funcs.C: : out character,
13384         added toggleall as parameter in ToggleAndShow
13385
13386 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
13387
13388         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
13389
13390         * text2.C (SetCurrentFont): Disable number property at boundary.
13391
13392 2001-02-26  Juergen Vigna  <jug@sad.it>
13393
13394         * lyxfunc.C (getStatus): added a string argument override function so
13395         that this is correctly called from LyXFunc::Dispatch if it contains a
13396         do_not_use_argument which is used!
13397         (Dispatch): added check for "custom" export and call appropriate func.
13398
13399 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
13400
13401         * lyxrc.C: Add language_command_local, language_use_babel and
13402         language_global_options.
13403
13404         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
13405
13406         * buffer.C (makeLaTeXFile): Use language_use_babel and
13407         language_global_options.
13408
13409 2001-02-23  Juergen Vigna  <jug@sad.it>
13410
13411         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
13412         which works with LyXText and putted it inside BufferView. Here now we
13413         only call for that part the BufferView::Dispatch() function.
13414
13415         * BufferView.C (Dispatch): added.
13416
13417         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
13418         functions which needs to use a LyXText over from LyXFunc.
13419         (MenuInsertLyXFile): added
13420         (getInsetByCode): added
13421         (moveCursorUpdate): added
13422         (static TEXT): added
13423
13424 2001-02-22  Juergen Vigna  <jug@sad.it>
13425
13426         * BufferView_pimpl.C (update): call a status update to see if LyXText
13427         needs it.
13428
13429 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13430
13431         * vc-backend.C (revert): implement for CVS
13432         (getLog): implement for CVS
13433
13434 2001-02-20  Juergen Vigna  <jug@sad.it>
13435
13436         * text2.C (ClearSelection): added BufferView param for inset_owner call
13437
13438         * lyxfunc.C (TEXT): added this function and use it instead of
13439         directly owner->view()-text of getLyXText().
13440
13441 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
13442
13443         * src/layout_forms.C: out preamble
13444         * src/layout_forms.h: out preamble
13445         * src/lyx_cb.C: out preamble
13446         * src/lyx_cb.h: out preamble
13447         * src/lyx_gui.C: out preamble
13448         * src/lyx_gui_misc.C: out preamble
13449         * src/lyxfunc.C: connect with guii preamble
13450
13451 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
13452
13453         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
13454
13455 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
13456
13457         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
13458         whether to run bibtex.
13459
13460 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
13461
13462         * Makefile.am (lyx_SOURCES): Remove BackStack.h
13463
13464 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13465
13466         * Makefile.am (lyx_SOURCES): removed bibforms.h
13467
13468         * vspace.h: doxygen
13469
13470         * text.C (GetVisibleRow): make several local vars const
13471
13472         * tabular.C: small cleanup.
13473
13474         * lyxserver.C (callback): use compare instead of strncmp
13475
13476         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
13477         inlines to after class or to paragraph.C
13478
13479         * lyxfont.h: remove friend operator!=
13480
13481         * converter.h: move friend bool operator< to non friend and after
13482         class def.
13483
13484         * combox.h: small cleanup
13485
13486         * buffer.h: doxygen, remove unused constructor, move inclas inlies
13487         to inlines after class def.
13488
13489         * buffer.C (pop_tag): use string operations instead of strcmp
13490
13491         * bmtable.c: doxygen, small cleanup
13492
13493         * LaTeX.h: remove friend operator==
13494
13495 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
13496
13497         * screen.C:
13498         * lyxrc.[Ch]:
13499         * lyxfunc.C:
13500         * lyxfont.[Ch]:
13501         * lyx_cb.C:
13502         * intl.[Ch]:
13503         * commandtags.h:
13504         * buffer.C:
13505         * WorkArea.[Ch]:
13506         * LyXAction.C:
13507         * BufferView_pimpl.C:
13508         * BufferView.[Ch]: remove cruft
13509
13510 2001-02-14  Juergen Vigna  <jug@sad.it>
13511
13512         * lyxfunc.C: removed #if 0 unused code
13513
13514         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
13515
13516         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
13517
13518         * text2.C (SetSelection): added a BufferView * parameter
13519
13520 2001-02-13  Juergen Vigna  <jug@sad.it>
13521
13522         * lyxfunc.C (Dispatch): fixed protected blank problem.
13523         * BufferView2.C (protectedBlank): added LyxText * parameter.
13524
13525         * tabular.C (AppendRow): forgot to set row_info of newly added row.
13526         (AppendColumn): same as above for column_info.
13527
13528         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
13529         (moveCursorUpdate): use a LyXText param for support of InsetText.
13530
13531         * BufferView_pimpl.C (doubleClick): added support for InsetText.
13532         (tripleClick): ditto
13533
13534         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
13535
13536         * BufferView_pimpl.C (update): added LyXText param to honor insets.
13537
13538         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
13539
13540         * text2.C (SetSelection): set correct update status if inset_owner
13541         (ToggleFree): ditto
13542
13543 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13544
13545         * tabular.C: remove some commented code.
13546
13547 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
13548
13549         * BufferView_pimpl.C: call hideSplash()
13550
13551         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
13552
13553         * include_form.h:
13554         * bibforms.h: remove
13555
13556         * lyxfunc.C:
13557         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13558           add LFUN_CHILD_CREATE
13559
13560         * counters.h: fix tiny typo
13561
13562         * lyx_cb.C:
13563         * lyx.h:
13564         * lyx_gui.C:
13565         * lyx.C: move splash to frontends/xforms/
13566
13567         * lyx_gui_misc.C: move Include and Bibform to frontends
13568
13569         * lyxvc.h: clarify comment
13570
13571         * vspace.C: tiny housekeeping
13572
13573 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13574
13575         * text.C (PrepareToPrint): RTL Fix.
13576
13577         * paragraph.C (GetUChar): New method.
13578         (String):  Use GetUChar.
13579
13580         * buffer.C (asciiParagraph): Use GetUChar.
13581
13582 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13583
13584         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13585
13586 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13587
13588         * buffer.h:
13589         * buffer.C: rename to getLogName(), handle
13590           build log / latex log nicely
13591
13592 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13593
13594         * MenuBackend.C:
13595         * MenuBackend.h: remove support for reference menuitem type.
13596
13597 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13598
13599         * BufferView_pimpl.C: housekeeping
13600         * BufferView_pimpl.h:
13601         * LyXView.h:
13602         * Makefile.am:
13603         * Timeout.C:
13604         * Timeout.h:
13605         * minibuffer.h: move Timeout GUI-I
13606
13607 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13608
13609         * lyxrc.C (read): Update converters data-structures.
13610
13611 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13612
13613         * LaTeX.h (operator!=): add operator != for Aux_Info
13614
13615 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13616
13617         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13618
13619         * LaTeXLog.C: deleted, useful code moved to Buffer
13620
13621         * buffer.h:
13622         * buffer.C: new function getLatexLogName()
13623
13624         * lyx_gui_misc.C:
13625         * lyx_gui.C:
13626         * lyxvc.C:
13627         * lyxvc.h:
13628         * lyxfunc.C: use frontends for LaTeX and VC logs
13629
13630 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13631
13632         * LaTeX.h: yet another std:: that Allan forgot.
13633
13634         * Variables.C (set): renamed from isset(), because this clashes
13635         with some HP-UX macros (grr).
13636
13637 2001-02-06  Allan Rae  <rae@lyx.org>
13638
13639         * LaTeX.h: Another bug fix.  Missing std:: this time.
13640
13641 2001-02-04  Allan Rae  <rae@lyx.org>
13642
13643         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13644         floats problem. I've left it commented out because it's not quite
13645         correct.  It should also test that the current object is a table or
13646         figure inset.  But I haven't gotten around to figuring out how to do
13647         that.  I *think* it'll be something like: "table" == inset.type()
13648
13649         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13650         bool.
13651
13652 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13653
13654         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13655         all the citation/databases/styles in the auxilary file.
13656         (run): Rerun latex if there was a babel language error.
13657
13658 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13659
13660         * text.C (Backspace): Preserve the font when changing newline char
13661         with a space.
13662         (BreakParagraph): If the cursor is before a space, delete the space.
13663
13664         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13665
13666 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13667
13668         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13669         new argument (code).
13670         (ChangeCitationsIfUnique): New method.
13671
13672         * paragraph.C (GetPositionOfInset): Handle bibkey.
13673
13674 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13675
13676         * BufferView_pimpl.h: change type of Position::par_pos to
13677         LyXParagraph::size_type.
13678
13679 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13680
13681         * BufferView_pimpl.C (savePosition, restorePosition): Write
13682         messages to minibuffer.
13683
13684 2001-01-28  José Matos  <jamatos@fep.up.pt>
13685
13686         * buffer.C (makeDocBookFile): adds support for document language.
13687         A silly restriction on the name of LatexCommand types where removed.
13688         Added support for CDATA sections, allows to chars unescaped, used
13689         among others in code, to avoid escape < and >.
13690
13691 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13692
13693         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13694         saved positions instrad of a stack. Furthermore, a position is
13695         stored using paragraph id/paragraph position.
13696
13697         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13698         Remove LFUN_REF_BACK.
13699
13700 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13701
13702         * converter.C (dvipdfm_options): New method.
13703
13704 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13705
13706         * vspace.C (isValidLength): Fix for empty input string.
13707
13708 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13709
13710         * LyXAction.C (init): change description of LFUN_FIGURE to
13711         "Insert Graphics"
13712
13713 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13714
13715         * LaTeX.C: add using directive
13716
13717 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13718
13719         * MenuBackend.C (expand): Fix the sorting of the formats.
13720
13721 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13722
13723         * lyx_main.C: tiny error message fix
13724
13725 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13726
13727         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13728         calling fl_initialize(). This fixes the problem with ',' as
13729         decimal separator in text files.
13730
13731 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13732
13733         * trans.C (process): Fix the keymap bug.
13734
13735 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13736
13737         * LaTeX.C (scanAuxFiles): New method. Provides support for
13738         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13739         (scanLogFile) Scan for "run BibTeX" messages.
13740
13741         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13742         OT1 font encoding. Also, load the aecompl package if the ae
13743         package is loaded.
13744
13745         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13746
13747 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13748
13749         * texrow.C (increasePos): turn two error messages into debug
13750         messages.
13751
13752 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13753
13754         * LaTeX.C (scanAux): Handle the \@input macro.
13755         (runBibTeX): Use scanAux().
13756
13757         * language.C (latex_options_): New field.
13758
13759         * LaTeXFeatures.C (getMacros): Add language macros.
13760
13761         * buffer.C (makeLaTeXFile): Small fix.
13762
13763 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13764
13765         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13766
13767         * text2.C: add a using directive.
13768
13769 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13770
13771         * BufferView2.C:
13772         * lyx_gui_misc.h:
13773         * lyxfr1.C:
13774         * lyxfunc.C: kill LyXBell.
13775
13776 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13777
13778         * text.C (IsBoundary): Remove the error message
13779
13780         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13781
13782         * lyxrc.C (setDefaults): Correct initialization value for
13783         font_norm_type.
13784
13785 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13786
13787         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13788         gotoError().
13789
13790         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13791         and GotoNextNote().
13792
13793         * src/LyXAction.C: Added reference-next.
13794
13795         * text.C (InsertChar): Use contains instead of strchr.
13796
13797         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13798
13799 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13800
13801         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13802         alignment commands (when needed).
13803
13804         * text.C (InsertChar): Add ':' to number separator chars.