]> git.lyx.org Git - features.git/blob - src/ChangeLog
some fitcursor work
[features.git] / src / ChangeLog
1 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2
3         * cursor.C (getPos): return absolute cached y coord
4
5         * BufferView_pimpl.C (fitCursor): new simplistic code
6         (workAreaDispatch): add a fitCursor call
7
8 2003-11-10  André Pönitz  <poenitz@gmx.net>
9
10         * BufferView.[Ch]:
11         * BufferView_pimpl.[Ch]: merge update() and updateInset()
12
13 2003-11-10  André Pönitz  <poenitz@gmx.net>
14
15         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
16         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
17         indicate that the cursor needs to leave an inset
18
19         * lyxtext.h: remove inset locking
20
21         * cursor.[Ch]: re-implement functionality provided by inset locking
22
23         * BufferView.[Ch]:
24         * BufferView_pimpl.[Ch]:
25         * LyXAction.C:
26         * bufferview_funcs.[Ch]:
27         * factory.C:
28         * funcrequest.[Ch]:
29         * iterators.C:
30         * lyx_cb.C:
31         * lyxfind.C:
32         * lyxfunc.C:
33         * text.C:
34         * text2.C:
35         * text3.C:
36         * undo.C: adjust
37
38 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
39
40         * PosIterator.[Ch]: replace the stack with a vector, add inset 
41         accesor
42         * iterators.[C]: adjust
43
44 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
45
46         * lyxfind.C (replaceAll): mark the buffer dirty if something was
47         replaced
48         * paragraph_funcs.C (readParToken): put the correct id in the
49         error item, not the id of the top paragraph
50
51 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
52
53         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
54         * bufferview_funcs.C (put_selection_at): use the above
55
56 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
57
58         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
59
60 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
61
62         * output_linuxdoc.h: 
63         * output_plaintext.h: 
64         * output.h: 
65         * output_docbook.h: add #include statements
66
67 2003-11-05  José Matos  <jamatos@lyx.org>
68
69         * output_docbook.[Ch]:
70         * output_latex.[Ch]:
71         * output_linuxdoc.[Ch]:
72         * output_plaintext.[Ch]: New files for output formats.
73         * output.[Ch]: New file for helper functions.
74
75         * buffer.[Ch]:
76         * paragraph_funcs.[Ch]: output functions moved to new files.
77
78         * outputparams.h: rename of latexrunparams.h
79
80         * LaTeX.[Ch]:
81         * buffer.[Ch]:
82         * bufferlist.[Ch]:
83         * converter.[Ch]:
84         * exporter.C:
85         * paragraph.[Ch]:
86         * paragraph_funcs.[Ch]:
87         * paragraph_pimpl.[Ch]:
88         * tabular.[Ch]: rename ascii to plaintext
89         and LatexRunParams to OutputParams.
90         
91 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
92
93         * iterators.[Ch] (text): require bv argument
94         * undo.C (recordUndo): 
95         * lyxfunc.C (dispatch): 
96         * bufferview_funcs.C (put_selection_at): adjust
97
98 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
99
100         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
101
102 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
103
104         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
105         nestings
106
107 2003-11-04  André Pönitz  <poenitz@gmx.net>
108
109         * cursor.[Ch]: restructure
110
111         * BufferView.[Ch]:
112         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
113
114         * iterators.[Ch] (asCursor): remove
115
116         * lfuns.h: remove LFUN_INSET_EDIT
117
118         * lyxfunc.C:
119         * tabular.C:
120         * text.C:
121         * text2.C:
122         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
123
124 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
125
126         * lyxfind.[Ch]: complete overhaul
127         * BufferView_pimpl.C:
128         * lyxfunc.C: adjust
129         * paragraph.[Ch] (insert): add
130
131 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
132
133         * BufferView.[Ch]:
134         * lyxtext.h:
135         * text.C: remove dead spellcheck code
136         
137 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
138
139         * dispatchresult.h: add a val setter
140
141         * cursor.C (dispatch): use a tempvar for data_[i]
142
143 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
144
145         * PosIterator.[Ch]: compile fix
146
147 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
148
149         * text.C (cursorPar): deactivate the cursor cache
150
151 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
152
153         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
154
155 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
156
157         * text3.C (dispatch): adjust for new DisptchResult semantics.
158
159         * lyxfunc.C (dispatch): handle update when return from
160         Cursor::dispatch, adjust for new DispatchResult semantics.
161
162         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
163         DispatchResult(true) mean to not update. Add class functions for
164         setting dispatched and update, as well as reading.
165
166         * cursor.C (dispatch): don't handle update here
167
168 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
169
170         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
171         * trans_mgr.C: adjust
172
173         * paragraph_funcs.C (readParToken): exception safety
174
175         * lyxvc.h: store the vcs pointer in a scoped_ptr
176         * lyxvc.C: adjust
177
178         * lyxsocket.C (serverCallback): exception safety
179
180         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
181
182         * ispell.C (clone): make it return a auto_ptr
183
184         * factory.C (createInset): exception safety
185         (readInset): exception safety
186
187         * bufferlist.C (newBuffer): exception safety
188
189         * Thesaurus.C (Thesaurus): use initialization for aik_
190
191         * MenuBackend.C (expandToc): exception safety.
192
193 2003-11-03  André Pönitz  <poenitz@gmx.net>
194
195         * buffer.C:
196         * buffer.h:
197         * bufferview_funcs.C: remove getInsetFromId()
198
199         * lyxcursor.[Ch]:
200         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
201
202         * lyxfunc.C:
203         * text2.C:
204         * text3.C: adjust
205
206 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
207
208         * PosIterator.C (distance, advance): new
209         * bufferview_funcs.[Ch] (put_selection_at): new
210         * iterators.[Ch] (lockPath): new
211
212 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
213
214         * iterators.[Ch] (asPosIterator): added
215         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
216         * PosIterator.[Ch]: added
217
218 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
219
220         * text3.C:
221         * lyxfunc.C:
222         * cursor.C (dispatch):
223         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
224
225         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
226         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
227         contructor, add a class function dispatched. Remove operator>=
228
229 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
230
231         * debug.C: only use the default constructor for debugstream
232         (lyxerr) here.
233
234         * main.C (main): include debug.h and setup the lyxerr streambuf
235         here.
236
237 2003-10-31  José Matos  <jamatos@lyx.org>
238
239         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
240
241         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
242         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
243         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
244         * paragraph_pimpl.C (simpleTeXSpecialC):
245         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
246         add LatexRunParams argument.
247
248         * exporter.C (Export): change call accordingly.
249
250         * latexrunparams.h: add new member to take care of the other backends.
251 2003-10-30  José Matos  <jamatos@lyx.org>
252
253         * buffer.C (makeLinuxDocFile, makeDocBookFile):
254         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
255         factorise code for paragraph output.
256         * buffer.[Ch]:
257         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
258         move functions.
259
260 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
261
262         * text3.C (dispatch):
263         * lyxfunc.C (dispatch):
264         * cursor.C (dispatch):
265         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
266
267         * dispatchresult.h: make the dispatch_result_t ctor explicit
268
269 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
270
271         * sgml.[Ch]:
272         * buffer.C: small refactoring of docbook stuff
273
274 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
275
276         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
277         meaning.
278
279 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
280
281         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
282         operator dispatch_result_t, and operators for == != and >=
283
284         * cursor.C (dispatch): adjust for operator dispatch_result_t
285         removal. comment out call to update
286
287         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
288
289 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
290
291         * text3.C:
292         * text2.C:
293         * text.C:
294         * lyxtext.h:
295         * lyxfunc.C:
296         * cursor.C:
297         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
298         (dispatch):
299
300         * dispatchresult.h: new file, DispatchResult broken out of
301         insets/insetbase.h
302
303         * Makefile.am (lyx_SOURCES): add dispatchresult.h
304
305 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
306
307         * text.C (rowBreakPoint): put a hack inside #if 0
308
309 2003-10-28  André Pönitz  <poenitz@gmx.net>
310
311         * lyxtext.h:
312         * metricsinfo.C:
313         * paragraph_funcs.C:
314         * rowpainter.C:
315         * text.C:
316         * text2.C: general cleanup (lots of small stuff)
317
318 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
319
320         * text2.C (cursorEnd): simple fix to the "end key goes to one
321         before the end on last row" bug
322
323 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
324
325         * text.C (backspace): fix the "zombie characters"
326
327 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
328
329         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
330
331 2003-10-27  André Pönitz  <poenitz@gmx.net>
332
333         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
334
335         * factory.C: handle new InsetPagebreak, InsetLine
336
337         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
338         and move handling into new InsetPagebreak, InsetLine
339
340         * BufferView_pimpl.C:
341         * LyXAction.C:
342         * ParagraphParameters.C:
343         * ParameterStruct.h:
344         * lyxfunc.C:
345         * lyxtext.h:
346         * paragraph.C:
347         * paragraph.h:
348         * paragraph_funcs.C:
349         * paragraph_pimpl.C:
350         * rowpainter.C:
351         * text.C:
352         * text2.C:
353         * text3.C: adjust
354
355 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
356
357         * text.C:
358         * lyxrow_funcs.[Ch]:
359         * Bidi.C:
360         * paragraph.C:
361         * lyxtext.h:
362         * rowpainter.C:
363         * text2.C:
364         * text3.C: remove lastPos uses in favour of Row::endpos
365
366 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
367
368         * undo.C (performUndoOrRedo): fix two crashes by setting a
369         cursor by hand and reordering some calls. Use bv->lockInset instead
370         of inset->edit because the latter loses cursor information
371
372 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
373
374         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
375         by Martin
376         (rowBreakPoint): fix width. change point to point + 1.
377         Add a missing check.
378
379 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
380
381         * MenuBackend.C:
382         * lyxfunc.C: fix (at least partly) the problems
383         with the Nav menu and headers inside branch insets
384         reported by Kayvan
385
386 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
387
388         * paragraph.C (getChar): add strong asserts
389
390         * lyxrow_funcs.C (lastPos): remove hideous hack
391
392         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
393         (fill): adjust to that (avoid an infinite loop)
394
395 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
396
397         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
398
399 2003-10-23  André Pönitz  <poenitz@gmx.net>
400
401         * RowList_fwd.h: change list<> to vector<> to gain speed
402         after suggestion from Alfredo
403
404 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
405
406         * lyxtext.h: move the bidi stuff from here...
407         * text.C: and here
408         * text2.C: and here
409         * Bidi.[Ch]: ... to here
410
411 2003-10-23  André Pönitz  <poenitz@gmx.net>
412
413         * lyxtext.h:
414         * text.C (isLastRow, isFirstRow): new functions
415
416         * paragraph.h: new width cache member
417
418         * rowpainter.C: replace RowList::iterator with Row & where possible
419
420         * lyxfunc.C: replace several view()->text with a single call
421
422         * toc.C: fix 'unused' warning
423
424 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
425
426         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
427         when woring with stream::pos_type
428         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
429
430 2003-10-22  André Pönitz  <poenitz@gmx.net>
431
432         * lyxtext.h:
433         * text.C: use Row & instead of RowList::iterator
434
435         * lyxrow.h: rename end() to endpos()
436
437         * rowpainter.C:
438         * text.C:
439         * text2.C: adjust
440
441 2003-10-22  Angus Leeming  <leeming@lyx.org>
442
443         * buffer.[Ch] (fully_loaded): new member function, returning true
444         only when the file has been loaded fully.
445         Used to prevent the premature generation of previews and by the
446         citation inset to prevent computation of the natbib-style label.
447
448         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
449         templates are all set up.
450
451         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
452
453 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
454
455         * text.C: fixed an "oops" in the "is a bit silly"
456         bug fix
457
458 2003-10-21  André Pönitz  <poenitz@gmx.net>
459
460         * FuncStatus.[Ch]: small stuff, whitespace
461
462         * lyxfont.[Ch]: operator<<() for debug reasons
463
464         * lyxfunc.C:
465         * lyxrow_funcs.C:
466         * lyxtext.h: whitespace, spelling
467
468         * paragraph.C: naming of variables
469
470         * text.C:
471         * text2.C: small stuff
472
473
474 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
475
476         * text.C: (1) finish off the inset display() work;
477         (2) fix the "is a bit silly" bug (accessing char
478         past end of par).
479
480 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
481
482         * text.C: re-introduce display() for insets, fixing the
483         various bugs (stretch of line above, math inset
484         positioning, ...)
485
486 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
487
488         * text.C (rightMargin): remove spurious semicolon
489
490         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
491         1415)
492
493 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
494
495         * text3.C: fix one crash due to wrong cursor def
496
497 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
498
499         * vc-backend.C (scanMaster): make the regex static
500
501         * LaTeX.C (scanAuxFile): make the regexs static
502
503         * text3.C (doInsertInset, dispatch, dispatch):
504         * text2.C (cursorUp, cursorDown):
505         * text.C (selectNextWordToSpellcheck):
506         * BufferView_pimpl.C (dispatch):
507         * lyxfunc.C (dispatch):  localDispatch -> dispatch
508
509 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
510
511         * lyxsocket.C: include <cerrno>
512
513 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
514
515         * lyxfunc.C (dispatch): remove textcache stuff
516
517         * bufferlist.C (release): remove textcache stuff
518         (closeAll): ditto
519
520         * TextCache.C: delete file
521         * TextCache.h: delete file
522
523         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
524
525         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
526         delete of the bv_->text.
527         (resizeCurrentBuffer): remove texcache stuff
528         (workAreaResize): ditto
529
530 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
531
532         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
533         action.
534
535 2003-10-16  André Pönitz  <poenitz@gmx.net>
536
537         * lyxrow.[Ch]:
538         * paragraph.h:
539         * rowpainter.C:
540         * text.C:
541         * text2.C:
542         * text3.C: speed up by storing y positions per paragraph plus per-row
543         offset instead of having a 'full' y position in the row.
544
545 2003-10-15  André Pönitz  <poenitz@gmx.net>
546
547         * iterators.[Ch]:
548         * iterators.[Ch]:
549         * undo.[Ch]: make undo aware of inner insets
550
551 2003-10-14  Angus Leeming  <leeming@lyx.org>
552
553         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
554         static member functions LyX::ref() and LyX::cref.
555         (lastfiles): new accessor functions for the new lastfiles_ member var.
556         (addLyXView, views_): add a new LyXView to the list of views_.
557         (updateInset): loop over all LyXViews to call their own updateInset
558         member function, returning a pointer to the Buffer owning the inset.
559
560         * BufferView_pimpl.C (loadLyXFile):
561         * MenuBackend.C (expandLastfiles):
562         * bufferlist.C (MenuWrite, QuitLyX):
563         lastfiles is no longer a global variable.
564         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
565
566         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
567         static function. Access through LyX::cref().emergencyCleanup().
568
569 2003-10-14  André Pönitz  <poenitz@gmx.net>
570
571         * iterators.[Ch]: new direct access to innermost LyXText and Inset
572
573         * undo.[Ch]: restoring part of 'undo in insets'
574
575         * Makefile.am:
576         * undo_funcs.[Ch]: merge with undo.[Ch]
577
578         * tabular.C: small cleansing stuff
579
580 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
581
582         * paragraph_funcs.C (readParToken): report unknown insets as error
583         boxes. Use the outer paragraph as location (also for unknown
584         tokens).
585
586         * factory.C (readInset): do not abort on reading an unknown inset.
587         Eat it and return 0.
588
589 2003-10-13  Angus Leeming  <leeming@lyx.org>
590
591         * lyx_main.C (LyX): remove call to setDisplayTranslator().
592
593         * lyxrc.C: displayTranslator is now a function,
594         declared in GraphicsTypes.h.
595
596 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
597
598         * format.C: new placeholder $$a to pass the socket address.
599
600         * bufferlist.[Ch]: new function getBufferFromTmp.
601
602         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
603           files in the temporary dir.
604
605 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
606
607         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
608
609         * Makefile.am: add lyxsocket.[Ch].
610
611         * lyx_main.C (error_handler): handle SIGPIPE.
612
613 2003-10-13  André Pönitz  <poenitz@gmx.net>
614
615         * BufferView_pimpl.C:
616         * lyxtext.h:
617         * text.C:
618         * text2.C:
619         * text3.C:
620         * undo_funcs.[Ch]: use paroffset_type instead of
621           ParagraphList::iterators to prevent multiple conversion
622           (and get a more robust interface)
623
624 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
625
626         * lyxfunc.C (dispatch): RESULT -> dispatch_result
627         * lyxtext.h: ditto
628         * text3.C (dispatch): ditto
629
630 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
631
632         * LaTeX.C (handleFoundFile): move the static to smaller scope,
633         move the onlyfile, use onlyfile instead of foundfile in a couple
634         of places.
635
636         * DepTable.C (update): flush the error stream a bit more
637
638 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
639
640         * lyxserver.C (callback): adjust
641
642         * lyxfunc.C (getStatus): add a missing brace in commented code
643         (ensureBufferClean): reindent
644         (dispatch): delete version taking a string
645
646 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
647
648         * LaTeX.C (deplog): move found file handlig from here...
649         (handleFoundFile): .. to new function here.
650         (deplog): make sure to discover several files mentioned on the
651         same log line.
652
653 2003-10-10  André Pönitz  <poenitz@gmx.net>
654
655         * lyxfunc.C:
656         * lyxtext.h:
657         * tabular.C:
658         * text.C:
659         * text2.C:
660         * text3.C: fix some of the tabular crashes
661
662 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
663
664         * MenuBackend.C (binding): put debug message into Debug::KBMAP
665
666         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
667
668 2003-10-09  André Pönitz  <poenitz@gmx.net>
669
670         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
671
672         * BufferView.C:
673         * BufferView_pimpl.C:
674         * bufferview_funcs.C:
675         * lyx_cb.C:
676         * lyxcursor.C:
677         * lyxfind.C:
678         * lyxfunc.C:
679         * lyxtext.h:
680         * text.C:
681         * text2.C:
682         * text3.C:
683         * text_funcs.[Ch]:
684         * textcursor.[Ch]:
685         * undo_funcs.C: adjust
686
687 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
688
689         * text2.C (incrementItemDepth): new function, use a backtracking
690         algorithm to discover the correct item depth.
691         (resetEnumCounterIfNeeded): new function, use a backtracking
692         algorithm to discover if counter reset is needed.
693         (setCounter): use them. Simplify a bit. Add different labels for
694         different item depths for itemize.
695
696         * paragraph.C (Paragraph): remove initialization of enumdepth
697         (operator=): ditto
698
699         * paragraph.h: get rid of enumdepth, and use itemdepth both for
700         enumerate and itemize. Change the type of itemdepth to signed char.
701
702 2003-10-08  André Pönitz  <poenitz@gmx.net>
703
704         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
705           thing assignable.
706         * text.C:
707         * text2.C: adjust
708
709         * tabular.[Ch]: fix crash after 'row-insert'
710
711 2003-10-08  Angus Leeming  <leeming@lyx.org>
712
713         Fix doxygen warnings.
714
715         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
716         Remove CutAndPaste:: prefix from header file declaration.
717
718         * LColor.h (fill): remove LColor:: prefix from declaration.
719
720         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
721         use lyx::depth_type rather than Paragraph::depth_type so that
722         header file and .C file match.
723
724         * converter.h (intToFormat): remove Converters:: prefix from declaration.
725
726         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
727         * aspell.C: \file aspell_local.C -> \file aspell.C
728         * gettext.C: \file gettext.C -> \file src/gettext.C
729         * gettext.h: \file gettext.h -> \file src/gettext.h
730         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
731         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
732         * text.C: \file text.C -> \file src/text.C
733
734         * toc.C: move comment so that doxygen is not confused.
735
736 2003-10-07  Angus Leeming  <leeming@lyx.org>
737
738         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
739
740 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
741
742         * aspell.C:
743         * aspell_local.h: add forgotten std::string's.
744
745 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
746
747         * LaTeXFeatures.C:
748         * LyXAction.C:
749         * factory.C:
750         * lfuns.h:
751         * lyxfunc.C:
752         * text3.C: The Box patch. Fancybox support, minipage, parbox
753
754 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
755
756         * CutAndPaste.h:
757         * DepTable.h:
758         * FloatList.h:
759         * LaTeXFeatures.h:
760         * ParagraphParameters.h:
761         * TextCache.h:
762         * Thesaurus.h:
763         * bufferlist.h:
764         * exporter.h:
765         * importer.h:
766         * lastfiles.h:
767         * lyxfind.h:
768         * lyxfont.h:
769         * lyxlex.h:
770         * lyxtextclasslist.h:
771         * messages.h:
772         * paragraph.h:
773         * paragraph_pimpl.C:
774         * textcursor.h: add <string> and other small fixes to make Lars'
775         std::string patch compile with STLport.
776
777 2003-10-06  Angus Leeming  <leeming@lyx.org>
778
779         * LColor.h: Add missing #include <string>.
780
781 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
782
783         * All most all file in all subdirs: Make <string> be the prefered
784         way of getting to std::string, add using declarations.
785
786 2003-10-06  André Pönitz  <poenitz@gmx.net>
787
788         * metricsinfo.C: initialize LyXFont before changing attribute.
789         (fixes the 'math in \emph is upright' bug)
790
791 2003-10-06  André Pönitz  <poenitz@gmx.net>
792
793         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
794
795 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
796
797         * graph.C:
798         * paragraph_pimpl.C: Small fixes to build using STLport
799
800 2003-10-02  André Pönitz  <poenitz@gmx.net>
801
802         * lyxfunc.C:
803         * text3.C: move handling of LFUN_DEPTH *; fix #1360
804
805 2003-10-01  André Pönitz  <poenitz@gmx.net>
806
807         * factory.C: assert early
808
809 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
810
811         * lyx_main.C: remove the global debug object
812
813         * debug.h: adjust for new debugstream
814
815         * debug.C: adjust for new debugstream and keep the global debug
816         object here.
817
818 2003-09-22  Angus Leeming  <leeming@lyx.org>
819
820         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
821         of g++ which otherwise complain that the scoped_ptr destructor can't delete
822         an incomplete class LyXFont.
823
824 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
825
826         * factory.C: bug fix in branches
827
828 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
829
830         * lyxfunc.C (processKeySym): adjust
831         (dispatch): adjust
832         (dispatch): change arg name from ev to func, adjust
833         (sendDispatchMessage): ditto
834
835         * lyx_main.C (defaultKeyBindings): adjust keybindings
836         (deadKeyBindings): ditto
837
838         * kbsequence.C (addkey): return a FuncRequest
839
840         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
841
842         * kbmap.C (bind): take a FuncRequest as arg, adjust
843         (read): adjust
844         (lookup): adjust
845         (defkey): change to take a FuncRequest as arg, adjust
846         (findbinding): take a FuncRequest as arg, adjust.
847
848         * funcrequest.h (operator=): added
849
850         * funcrequest.C (FuncRequest): default kb_action changed from
851         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
852
853         * buffer.C (dispatch): simplify
854         (dispatch): adjust to take a FuncRequest as arg, adjust
855
856         * boost.C (assertion_failed): change assertion message slightly
857
858         * ToolbarBackend.C (read): simplify
859
860         * MenuBackend.C (binding): adjust call to findbinding, add a
861         message if no binding is found.
862         (read): simplify
863         (expandToc): correct by adding a empty FuncRequest
864
865         * LyXAction.C: include <boost/assert.hpp>
866         (isPseudoAction): delete function
867         (LookupFunc): change name to...
868         (lookupFunc): this. change return type to FuncRequest.
869         (getActionName): take kb_action as arg, simplify
870         (funcHasFlag): add an assert, simplify.
871
872 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
873
874         * toc.C (action): return a FuncRequest, simplify
875
876         * lyxfunc.C (processKeySym): adjust
877         (getStatus): delete version that takes an int.
878         (getStatus): adjust
879         (dispatch): delete version that takes action as int
880         (dispatch): adjust
881         (sendDispatchMessage): simplify and adjust
882
883         * funcrequest.C (getArg): take unsigned int as arg
884
885         * ToolbarBackend.C (read): adjust
886         (add): delete version that takes func as a string.
887         (getIton): take a FuncRequest as arg
888
889         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
890         action.
891
892         * MenuBackend.C (MenuItem): add a new construct that only takes a
893         Kind, simplify the constructor use for submenus.
894         (add): adjust
895         (expandLastfiles): adjust
896         (expandDocuments): adjust
897         (expandFormats): adjust
898         (expandFloatListInsert): adjust
899         (expandFloatInsert): adjust
900         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
901
902         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
903         Remove class variables lyx_pseudo_map and lyx_arg_map
904
905         * LyXAction.C (searchActionArg): delete function
906         (getPseudoAction): delete function
907         (retrieveActionArg): delete function
908         (LookupFunc): make it return kb_action, simplify.
909         (getActionName): simplify
910
911         * factory.C (createInset): fix new bug
912
913 2003-09-19  Angus Leeming  <leeming@lyx.org>
914
915         * CutAndPaste.C (pasteSelection): remove fudge used to set the
916         masterFilename_ parameter in the include inset.
917
918         * factory.C (createInset): changes due to the changes to InsetInclude.
919
920 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
921
922         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
923
924 2003-09-18  Angus Leeming  <leeming@lyx.org>
925
926         * buffer.C:
927         * BufferView.C: pass the buffer when calling Inset::getLabelList,
928         Inset::fillWithBibKeys.
929         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
930
931 2003-09-18  Angus Leeming  <leeming@lyx.org>
932
933         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
934         variables.
935         (ctor): pass and store a 'Buffer const &'
936         (buffer): new member function.
937
938         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
939         '*this' to the LaTeXFeatures ctor.
940
941 2003-09-18  Angus Leeming  <leeming@lyx.org>
942
943         * LColor.h:
944         * lyxfont.C:
945         * lyxfont.h:
946         * lyxtext.h:
947         * text.C: rename EnumLColor as LColor_color.
948
949 2003-09-18  Angus Leeming  <leeming@lyx.org>
950
951         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
952         remove #include "insets/insetbase.h" from cursor.h.
953
954 2003-09-18  Angus Leeming  <leeming@lyx.org>
955
956         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
957         InsetOld_code to remove #include "inset.h".
958
959         * iterators.C: add #include "insets/inset.h"
960
961 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
962
963         * BufferView.C: remove more locking stuff that apparently doesn't
964         do anything sensible.
965
966 2003-09-16  André Pönitz  <poenitz@gmx.net>
967
968         * paragraph.[Ch]:
969         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
970           performance boost.
971
972 2003-09-16  Angus Leeming  <leeming@lyx.org>
973
974         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
975
976         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
977         arg/return type.
978
979         * paragraph.h: remove #include "lyxfont.h". Forward declare
980         LyXFont_size.
981
982 2003-09-16  Angus Leeming  <leeming@lyx.org>
983
984         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
985         of support/textutils.h.
986         (isWord): move the contents of support/textutils.h's IsWordChar here.
987
988         * buffer.C:
989         * lyxfind.C:
990         * rowpainter.C:
991         * text.C:
992         * text2.C: add #include "paragraph.h".
993
994         * rowpainter.C:
995         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
996
997 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
998
999         * main.C:
1000         * lyx_main.C:
1001         * lyx_cb.C:
1002         * buffer.C:
1003         * LaTeX.C: use namespace alias for lyx::support::os
1004
1005 2003-09-16  Angus Leeming  <leeming@lyx.org>
1006
1007         * bufferparams.C:
1008         * bufferview_funcs.C:
1009         * factory.C:
1010         * lyxfunc.C:
1011         * paragraph_pimpl.C:
1012         * rowpainter.C:
1013         * text.C: add #include "LColor.h".
1014
1015 2003-09-16  Angus Leeming  <leeming@lyx.org>
1016
1017         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
1018         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
1019         return LyXFont &.
1020         Store the FontBits::color variable as an int rather than as an
1021         LColor::colorso that we can move LColor.h out of the lyxfont.h header
1022         file.
1023
1024         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
1025         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
1026         string calls together.
1027
1028         * lyxrc.C: add #include "LColor.h".
1029
1030 2003-09-15  Angus Leeming  <leeming@lyx.org>
1031
1032         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
1033         a cow_ptr.
1034
1035 2003-09-15  Angus Leeming  <leeming@lyx.org>
1036
1037         * LColor.h: add an EnumLColor wrapper for LColor::color.
1038
1039         * lyxfont.[Ch] (color, setColor, realColor):
1040         * lyxtext.h, text.C (backgroundColor):
1041         pass EnumLColor args to/from the functions, rather than LColor::color
1042         ones.
1043
1044         * lyxfont.h:
1045         * lyxtext.h: forward declare EnumLColor.
1046
1047         * lyx_main.C: add #include "LColor.h".
1048
1049 2003-09-15  Angus Leeming  <leeming@lyx.org>
1050
1051         * .cvsignore: add lyx-gtk.
1052
1053 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1054
1055         * Chktex.C
1056         * LaTeX.C
1057         * LaTeXFeatures.C
1058         * ParagraphParameters.C
1059         * Spacing.C
1060         * buffer.C
1061         * bufferparams.C
1062         * bufferview_funcs.C
1063         * chset.C
1064         * counters.C
1065         * funcrequest.C
1066         * lyxfont.C
1067         * lyxgluelength.C
1068         * lyxlength.C
1069         * paragraph.C
1070         * paragraph_funcs.C
1071         * text3.C
1072         * vc-backend.C: remove usage of STRCONV
1073
1074 2003-09-15  Angus Leeming  <leeming@lyx.org>
1075
1076         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
1077         explicitly define the color passed to the painter.
1078
1079 2003-09-15  Angus Leeming  <leeming@lyx.org>
1080
1081         * bufferparams.C (BufferParams): reorder member initializers to avoid
1082         compiler warning.
1083
1084 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
1085
1086         * CutAndPaste.C (pasteSelection): remove an outdated #warning
1087         * text.C (updateRowPositions): remove an unusual nop
1088
1089 2003-09-12  André Pönitz  <poenitz@gmx.net>
1090
1091         * BufferView_pimpl.C:
1092         * Bullet.C:
1093         * layout.h:
1094         * lyxfunc.C:
1095         * lyxlayout.[Ch]:
1096         * lyxtextclass.C:
1097         * rowpainter.C:
1098         * text.C:
1099         * text2.C:
1100         * Counters.[Ch]: finish the 'automatic counters' job
1101
1102 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1103
1104         * aspell.C: include <boost/assert.cpp> (compile fix)
1105
1106 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1107
1108         * boost.C (assertion_failed): use lyx::support::abort instead of
1109         assert.
1110
1111 2003-09-10  Angus Leeming  <leeming@lyx.org>
1112
1113         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
1114         with their _fwd progeny.
1115
1116 2003-09-09  Angus Leeming  <leeming@lyx.org>
1117
1118         134 files throughtout the source tree: replace 'using namespace abc;'
1119         directives with the appropriate 'using abc::xyz;' declarations.
1120
1121 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1122
1123         * boost.C (emergencyCleanup): moved here from LAssert.c
1124         (assertion_failed): new function, called by BOOST_ASSERT
1125
1126         * several files: change Assert to BOOST_ASSERT
1127
1128 2003-09-09  Angus Leeming  <leeming@lyx.org>
1129
1130         * buffer.[Ch]: Add an Impl class and move Buffer's member
1131         variables into it. As a result move several header files out of
1132         buffer.h.
1133
1134         Add header files to lots of .C files all over the tree as a result.
1135
1136 2003-09-09  Angus Leeming  <leeming@lyx.org>
1137
1138         * buffer.[Ch]: make Buffer's member variables private. Add
1139         accessor functions.
1140
1141         Lots of changes all over the tree as a result.
1142
1143 2003-09-08  Angus Leeming  <leeming@lyx.org>
1144
1145         * graph.C: #include <config.h>.
1146
1147 2003-09-08  Angus Leeming  <leeming@lyx.org>
1148
1149         * BranchList.C:
1150         * BufferView.C:
1151         * BufferView_pimpl.C:
1152         * CutAndPaste.C:
1153         * DepTable.C:
1154         * LaTeX.C:
1155         * LaTeXFeatures.C:
1156         * LyXAction.C:
1157         * MenuBackend.C:
1158         * TextCache.C:
1159         * aspell.C:
1160         * buffer.C:
1161         * bufferlist.C:
1162         * changes.C:
1163         * chset.C:
1164         * converter.C:
1165         * counters.C:
1166         * debug.C:
1167         * graph.C:
1168         * ispell.C:
1169         * lyx_cb.C:
1170         * lyxfind.C:
1171         * lyxfunc.C:
1172         * lyxlex_pimpl.C:
1173         * lyxrc.C:
1174         * lyxrow.C:
1175         * paragraph.C:
1176         * rowpainter.C:
1177         * texrow.C:
1178         * text.C:
1179         * text2.C:
1180         * toc.C: remove redundant using directives.
1181
1182 2003-09-07  Angus Leeming  <leeming@lyx.org>
1183
1184         * LaTeXFeatures.h: remove #include "support/types.h".
1185         * ToolbarBackend.h: remove #include <algorithm>.
1186         * changes.h: remove #include <ctime>.
1187         * debug.h: remove #include <iosfwd>.
1188         * graph.h: remove #include "support/std_string.h".
1189         * lyx_main.h: remove #include <csignal>.
1190         * lyxlex_pimpl.h: remove #include <fstream>.
1191         * sgml.h: remove #include <algorithm>, <utility>.
1192         * toc.h: remove #include "support/std_ostream.h".
1193         Add #include <iosfwd>.
1194
1195 2003-09-07  Angus Leeming  <leeming@lyx.org>
1196
1197         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
1198
1199         * converter.h: forward declare LatexRunParams.
1200         * encoding.h: remove #include "lyxrc.h".
1201         * lyxtext.h: remove #include "LColor.h".
1202         * lyxtextclass.h: remove #include "support/types.h".
1203         * trans.h: remove #include "tex-accent.h".
1204         * trans_mgr.h: remove #include "tex-accent.h".
1205         * insets/inset.h: remove #include "support/types.h", <vector>.
1206         * insets/insetcollapsable.h: remove #include "LColor.h".
1207         * insets/insetinclude.h: remove #include "dimension.h".
1208         * insets/insetlatexaccent.h: remove #include "dimension.h".
1209         * insets/insetoptarg.h:: remove #include "insettext.h".
1210         * insets/insettext.h: remove #include "dimension.h",
1211         <boost/shared_ptr.hpp>
1212
1213         * insets/renderers.h: add #include "dimension.h".
1214         * insets/updatableinset.h: add #include "support/types.h".
1215
1216         * many .C files: Associated changes.
1217
1218 2003-09-06  Angus Leeming  <leeming@lyx.org>
1219
1220         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
1221         one, inside testInvariant.
1222
1223         * PrinterParams.C: new file.
1224         * PrinterParams.[Ch]: move the function bodies out of line.
1225
1226 2003-09-06  Angus Leeming  <leeming@lyx.org>
1227
1228         * ParagraphParameters.h: forward declare ParameterStruct rather than
1229         including its header file.
1230         (depth): moved out-of-line.
1231
1232 2003-09-06  Angus Leeming  <leeming@lyx.org>
1233
1234         * BufferView_pimpl.h:
1235         * kbmap.h:
1236         * kbsequence.h:
1237         * lyxfunc.h: forward declare LyXKeySym rather than
1238         #include "frontends/LyXKeySym.h".
1239
1240         * BufferView_pimpl.C:
1241         * kbmap.C:
1242         * kbsequence.C:
1243         * lyxfunc.C: associated changes.
1244
1245 2003-09-06  Angus Leeming  <leeming@lyx.org>
1246
1247         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1248         As a result, can remove the #include "insets/inset.h" from BufferView.h
1249
1250 2003-09-06  Angus Leeming  <leeming@lyx.org>
1251
1252         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1253         As a result, can remove the #include "insets/inset.h" from BufferView.h
1254
1255 2003-09-06  Angus Leeming  <leeming@lyx.org>
1256
1257         * buffer_funcs.C:
1258         * buffer.h:
1259         * bufferlist.C:
1260         * BufferView.C:
1261         * bufferview_funcs.C:
1262         * BufferView_pimpl.C:
1263         * CutAndPaste.C:
1264         * lyx_cb.C:
1265         * lyxfunc.C:
1266         * paragraph.h:
1267         * ParagraphParameters.C:
1268         * tabular.C:
1269         * text3.C:
1270         * toc.C:
1271         * undo_funcs.C:
1272         * frontends/controllers/ControlDocument.C:
1273         * insets/insetcaption.C: rearrange the #includes into some sort of
1274         coherent order.
1275
1276         * buffer.h: remove #includes ErrorList.h, undo.h
1277
1278 2003-09-06  Angus Leeming  <leeming@lyx.org>
1279
1280         * support/types.h: add a 'depth_type' typedef, used to store the
1281         nesting depth of a paragraph.
1282
1283         * paragraph.h:
1284         * ParameterStruct.h: use this lyx::depth_type typedef rather than
1285         defining explicitly.
1286
1287         * buffer.h:
1288         * paragraph_funcs.h:
1289         * ParagraphParameters.h:
1290         * sgml.h: use lyx::depth_type rather than Paragraph or
1291         ParameterStruct's depth_type.
1292
1293         * buffer.h
1294         * paragraph_funcs.h: no need to #include paragraph.h anymore.
1295
1296         * BufferView.C:
1297         * BufferView_pimpl.C:
1298         * CutAndPaste.C:
1299         * ParagraphParameters.C:
1300         * buffer_funcs.C:
1301         * bufferlist.C:
1302         * bufferview_funcs.C:
1303         * lyx_cb.C:
1304         * lyxfunc.C:
1305         * tabular.C:
1306         * text3.C:
1307         * toc.C:
1308         * undo_funcs.C:
1309         * frontends/LyXView.C:
1310         * frontends/controllers/ControlDocument.C:
1311         * frontends/controllers/ControlErrorList.C:
1312         * insets/insetbibitem.C:
1313         * insets/insetbranch.C:
1314         * insets/insetcaption.C:
1315         * insets/insetcollapsable.C:
1316         * insets/insetenv.C:
1317         * insets/insetert.C:
1318         * insets/insetfloat.C:
1319         * insets/insetfoot.C:
1320         * insets/insetfootlike.C:
1321         * insets/insetnewline.C:
1322         * insets/insetquotes.C:
1323         * insets/insettabular.C:
1324         * insets/insettext.C:
1325         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
1326
1327         * frontends/controllers/ControlChanges.C: #include "changes.h".
1328
1329 2003-09-06  Angus Leeming  <leeming@lyx.org>
1330
1331         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
1332         than #including paragraph.h.
1333
1334         * ParagraphList.h:
1335         * RowList.h: deleted. Superfluous.
1336
1337         * CutAndPaste.h:
1338         * iterators.h:
1339         * lyxcursor.h:
1340         * lyxtext.h:
1341         * text_funcs.h:
1342         * undo.h:
1343         * undo_funcs.h:
1344         * insets/inset.h:
1345         * insets/insettext.h: use ParagraphList_fwd.h rather than
1346         ParagraphList.h.
1347
1348         * paragraph.h: don't forward declare ParagraphList.
1349
1350         * buffer.h:
1351         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
1352         rather than ParagraphList.h. paragraph.h is still needed for the
1353         Paragraph::depth_type parameters.
1354
1355         * textcursor.h: enable it to compile stand-alone in light of the
1356         above changes.
1357
1358         * bufferview_funcs.C:
1359         * iterators.C:
1360         * lyxfunc.C:
1361         * lyxrow_funcs.C:
1362         * paragraph.C:
1363         * rowpainter.C:
1364         * text.C:
1365         * text2.C:
1366         * text3.C:
1367         * text_funcs.C:
1368         * textcursor.C:
1369         * undo.C:
1370         * frontends/controllers/ControlParagraph.C:
1371         * frontends/controllers/ControlTabular.C:
1372         * insets/insetmarginal.C:
1373         * insets/insetminipage.C:
1374         * insets/insetnote.C:
1375         * insets/insetoptarg.C: add header files needed to compile again.
1376
1377 2003-09-06  Angus Leeming  <leeming@lyx.org>
1378
1379         * RowList_fwd.h: new file, forward-declaring Row rather than
1380         #including lyxrow.h.
1381
1382         * lyxrow_funcs.h:
1383         * lyxtext.h:
1384         * paragraph.h:
1385         * insets/insettext.h: use it instead of RowList.h
1386
1387         * bufferview_funcs.C:
1388         * lyxfunc.C:
1389         * lyxrow_funcs.C:
1390         * paragraph.C:
1391         * rowpainter.C:
1392         * text.C:
1393         * text2.C:
1394         * text3.C: #include "RowList.h".
1395
1396 2003-09-05  Angus Leeming  <leeming@lyx.org>
1397
1398         * factory.C (createInset):
1399         * vspace.C (c-tor): replace sscanf call with an istringstream.
1400         * ispell.C: re-add missing HP/UX headers.
1401         * lyxserver.C: re-add missing  os2 headers.
1402
1403 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
1404
1405         * BranchList.C:
1406         * graph.C:
1407         * ispell.C:
1408         * lastfiles.C:
1409         * lyx_cb.C:
1410         * lyxserver.C:
1411         * texrow.C:
1412         * text3.C: re-add missing system headers, needed for 2.95.2.
1413
1414 2003-09-05  Angus Leeming  <leeming@lyx.org>
1415
1416         Changes most place everywhere due to the removal of using directives
1417         from support/std_sstream.h.
1418
1419 2003-09-05  Angus Leeming  <leeming@lyx.org>
1420
1421         Replace LString.h with support/std_string.h,
1422         Lsstream.h with support/std_sstream.h,
1423         support/LIstream.h with support/std_istream.h,
1424         support/LOstream.h with support/std_ostream.h.
1425
1426         Changes resulting throughout the tree.
1427
1428 2003-09-05  Angus Leeming  <leeming@lyx.org>
1429
1430         * sgml.h: ensure that the header file can be compiled stand-alone.
1431         * *.C: strip out redundant #includes. (320 in total.)
1432
1433 2003-09-04  Angus Leeming  <leeming@lyx.org>
1434
1435         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
1436         here (from getPackages).
1437
1438         * debug.[Ch]: add a new EXTERNAL tag.
1439
1440 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1441
1442         * text2.C (cursorEnd): simplify
1443         (setCursor): adjust
1444         (getColumnNearX): adjust
1445
1446         * text.C (computeBidiTables): adjust
1447         (fill): adjust
1448
1449         * rowpainter.C (paintChars): adjust
1450         (paintSelection): adjust
1451         (paintChangeBar): adjust
1452         (paintText): adjust
1453
1454         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
1455         lastPos instead.
1456         (numberOfSeparators): adjust
1457
1458 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1459
1460         * LyXAction.C:
1461         * box.[Ch]:
1462         * lfuns.h:
1463         * lyxfunc.C:
1464         * text3.C: Restricts the mouse click functionality
1465         of insets like bibtex, include, toc and floatlist to the visible
1466         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
1467         up the dialogs. Cursor has to be in front of the inset (i.e.
1468         start of row) for this to function.
1469
1470 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1471
1472         * bufferview_funcs.C (currentState): output row information
1473
1474 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1475
1476         * bufferview_funcs.C (currentState): output paragraph position
1477
1478 2003-09-04  Angus Leeming  <leeming@lyx.org>
1479
1480         * FloatList.h: move out #include "Floating.h".
1481         * LaTeX.h: move out #include "DepTable.h".
1482         * LyXAction.h: move out #include "funcrequest.h".
1483         * buffer.h: move out #include "author.h", "iterators.h".
1484         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
1485         * lyx_main.h: move out #include "errorlist.h".
1486         * lyxfunc.h: move out #include "FuncStatus.h".
1487         * lyxtext: move out #include "lyxcursor.h".
1488         * paragraph_pimpl.h: move out #include "counters.h".
1489
1490 2003-09-03  Angus Leeming  <leeming@lyx.org>
1491
1492         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
1493         preamble_snippets list, enabling us to add snippets to the preamble
1494         only if the snippet was not there already.
1495
1496 2003-09-04  Angus Leeming  <leeming@lyx.org>
1497
1498         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
1499
1500 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1501
1502         * lyxfunc.C (dispatch): if fitCursor did something be sure to
1503         update
1504
1505 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1506
1507         * BranchList.C: point fix, earlier forgotten
1508
1509 2003-09-02  Angus Leeming  <leeming@lyx.org>
1510
1511         * box.C (contains): renamed from 'contained' after a fantastic
1512         amount of hot air.
1513
1514 2003-09-02  John Levon  <levon@movementarian.org>
1515
1516         * BufferView.C:
1517         * lyxcursor.h:
1518         * lyxcursor.C:
1519         * lyxfunc.C:
1520         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
1521
1522 2003-09-02  John Levon  <levon@movementarian.org>
1523
1524         * text2.C: simplification of cursorEnd(), including partial
1525         fix for bug 1376
1526
1527 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1528
1529         * buffer.C (readFile): add a space
1530
1531 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1532
1533         * BufferView_pimpl.C (update): remove bogus fitCursor() call
1534
1535 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1536
1537         * buffer.C (readFile): new function, take a filename and a
1538         ParagraphList::iterator
1539         (readFile): adjust
1540         (readFile): adjust, make it private. don't use setStream, make
1541         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
1542         always contain the filename.
1543
1544         * BufferView.C (insertLyXFile): simplify and make it work for
1545         gzipped files.
1546
1547 2003-08-30  John Levon  <levon@movementarian.org>
1548
1549         * Makefile.am: fix dist (from Kayvan)
1550
1551 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1552
1553         * most files: change to use const Buffer refs
1554
1555 2003-08-27  André Pönitz  <poenitz@gmx.net>
1556
1557         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
1558         on top of ownerPar().
1559
1560 2003-08-27  John Levon  <levon@movementarian.org>
1561
1562         * funcrequest.C: properly initialise POD members
1563
1564 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1565
1566         * lyxtext.h (top_y): move top_y from here
1567         * text.C:
1568         * text2.C:
1569         * text3.C:
1570         * BufferView.[Ch]:
1571         * BufferView_pimpl.[Ch]: to here
1572         * frontends/screen.C:
1573         * insets/insettabular.C:
1574         * insets/insettext.C: adjust
1575         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1576
1577 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1578
1579         * BufferView.[Ch]:
1580         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1581
1582 2003-08-26  André Pönitz  <poenitz@gmx.net>
1583
1584         * paragraph_func.[Ch] (outerPar): new function
1585
1586         * paragraph.C:
1587         * paragraph_funcs.C:
1588         * paragraph_funcs.h:
1589         * paragraph_pimpl.C:
1590         * text2.C: remove Inset::par_owner
1591
1592 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1593
1594         * lyxrow_funcs.C:
1595         * lyxtext.h:
1596         * text.C:
1597         * text2.C: eliminates the needFullRow/display() stuff
1598         altogether, putting the logic in metrics/draw in the insets.
1599
1600 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1601
1602         * text2.C (redoParagraphInternal, redoParagraphs):
1603         * text.C (redoParagraph): add a call to updateRowPositions at the
1604         end of each 'metrics-like' call. Remove all others.
1605         (getRow): remove the 'y-computing' version.
1606         (getRowNearY): do not compute nor return the real y. Solve the
1607         'y < 0' problem and simplify.
1608
1609 2003-08-22  Angus Leeming  <leeming@lyx.org>
1610
1611         * *.[Ch]: clean-up of licence and author blurbs.
1612         Also move config.h out of a few .h files and into a few .C files.
1613
1614 2003-08-22  André Pönitz  <poenitz@gmx.net>
1615
1616         * lyxrow.[Ch]: add x_ and *fill_ members
1617
1618         * lyxtext.h:
1619         * text.C:
1620         * rowpainter.C:
1621         * text2.C: adjust/remove prepareToPrint() calls
1622
1623 2003-08-22  André Pönitz  <poenitz@gmx.net>
1624
1625         * lyxrow.[Ch]: add  end_ member
1626
1627         * lyxrow_funcs.C: use LyXRow::end_
1628
1629         * lyxtext.h (singleWidth): add LyXFont parameter
1630
1631         * rowpainter.C:
1632         * text2.C: adjust LyXText::singleWidth() calls
1633
1634         * text.C (redoParagraph): simplify row breaking logic
1635
1636
1637 2003-08-19  André Pönitz  <poenitz@gmx.net>
1638
1639         * funcrequest.C: initialize button_ member
1640
1641         * text3.C:
1642         * rowpainter.[Ch]: interface consolidation
1643
1644 2003-08-18  André Pönitz  <poenitz@gmx.net>
1645
1646         * BufferView.C:
1647         * BufferView_pimpl.C:
1648         * lyxfind.C:
1649         * paragraph_funcs.C:
1650         * rowpainter.C:
1651         * text3.C: remove LyXScreen::draw() and fitCursor calls
1652
1653         * BranchList.h: remove spurious semicolons
1654
1655         * MenuBackend.C: fix branchlist related crash
1656
1657 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1658
1659         * BranchList.[Ch]:
1660         * InsetList.[Ch]:
1661         * LColor.[Ch]:
1662         * LyXAction.C:
1663         * Makefile.am:
1664         * MenuBackend.[Ch]:
1665         * bufferparams.[Ch]:
1666         * factory.C:
1667         * lfuns.h:
1668         * lyxfunc.C:
1669         * text3.C: implements the 'branch inset'
1670         idea. This allows the output of various versions of a document
1671         from a single source version, selectively outputing or suppressing
1672         output of parts of the text.
1673         This implementation contains a 'branch list editor' in a separate
1674         tab of the document settings dialog. Branches are user definable
1675         and have a "display colour" to distinguish them on-screen.
1676
1677         ColorHandler was somewhat cleaned up.
1678         (1) make possible a dynamically growing LColor list by allowing
1679         the graphic context cache to grow along (vector);
1680         (2) eliminate an IMHO unnecessary step in colour allocation.
1681
1682 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1683
1684         * BufferView_pimpl.C: compile fix
1685
1686 2003-08-15  André Pönitz  <poenitz@gmx.net>
1687
1688         * rowpainter.C: remove extra metrics calls
1689
1690         * lyxtext.h: merge the two constructors into a single one,
1691           pass reference to owner's par list
1692
1693         * BufferView_pimpl.C:
1694         * text.C:
1695         * text2.C: adjust
1696
1697 2003-08-15  André Pönitz  <poenitz@gmx.net>
1698
1699         * lyxrow_funcs.[Ch]:
1700         * lyxtext.h:
1701         * paragraph.h:
1702         * paragraph_funcs.C:
1703         * rowpainter.C:
1704         * text.C:
1705         * text2.C:
1706         * text3.C:
1707         * text_funcs.C: split LyXText::rowlist_ into individual
1708         Paragraph::rows_ chunks
1709
1710         * BufferView.[Ch]:
1711         * BufferView_pimpl.[Ch]:
1712         * lyxfind.C:
1713         * lyxtext.h:
1714         * text3.C: remove toggleSelection()
1715
1716 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1717
1718         * bufferlist.C: beautify two alerts (shorter text of buttons)
1719         * buffer.C: Remove redundant ' ' from message
1720         * tabular.h:
1721         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1722         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1723         rename VALIGN_CENTER to VALIGN_MIDDLE
1724
1725 2003-08-11  André Pönitz  <poenitz@gmx.net>
1726
1727         * lyxtext.h (getPar):
1728         * text.C: new function
1729
1730 2003-08-11  André Pönitz  <poenitz@gmx.net>
1731
1732         * Makefile.am:
1733         * tracer.[Ch]: remove unneeded files
1734
1735         * InsetList.[Ch]: remove resizeInsetsLyXText()
1736
1737         * lyxtext.h:
1738         * text.C:
1739         * text2.C:
1740         * text3.C: merge insertParagraphs() and appendParagraph()
1741         remove breakAgain(), update()
1742
1743         * BufferView_pimpl.[Ch]:
1744         * bufferview_funcs.[Ch]:
1745         * lyxfunc.C:
1746         * paragraph.[Ch]:
1747         * rowpainter.C:
1748         * tabular.C: adjust after text & InsetList changes.
1749
1750 2003-08-08  André Pönitz  <poenitz@gmx.net>
1751
1752         * text.C (insertChar, backspace): replace rowlist fiddling
1753         with rebreak of full par
1754
1755         * lyxtext.h:
1756         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1757         checkParagraph, updateInset): removed
1758
1759 2003-08-07  André Pönitz  <poenitz@gmx.net>
1760
1761         * paragraph.C:
1762         * text3.C: merge some LFUN handlers, remove dead code
1763
1764 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1765
1766         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1767
1768 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1769
1770         * text2.C (DEPM): fix part of bug 1255 and 1256
1771
1772 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1773
1774         * BufferView_pimpl.C (workAreaDispatch): change to use
1775         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1776         that are no mouse related.
1777
1778 2003-08-05  André Pönitz  <poenitz@gmx.net>
1779
1780         * BufferView.[Ch]:
1781         * BufferView_pimpl.[Ch]:
1782         * bufferview_funcs.C:
1783         * text2.C:
1784         * text3.C: rip out "deep update"
1785
1786         * textcursor.[Ch] (last_sel_cursor): remove unused member
1787
1788 2003-08-04  André Pönitz  <poenitz@gmx.net>
1789
1790         * BufferView.[Ch]:
1791         * BufferView_pimpl.[Ch]:
1792         * ParagraphParameters.C:
1793         * bufferview_funcs.C:
1794         * lyx_cb.C:
1795         * lyxfind.C:
1796         * lyxfunc.C:
1797         * text.C:
1798         * text2.C:
1799         * text3.C: replace "complicated" BufferView::update(...) calls with
1800         simpler ones.
1801
1802         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1803
1804 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1805
1806         * Makefile.am (lyx_SOURCES): add paper.h
1807
1808 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1809
1810         * Makefile.am: move things around so that both lyx-qt and
1811         lyx-xforms can be built (according to --with-frontend). Then lyx
1812         is a symbolic link to lyx-[firstfrontend]
1813
1814 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1815
1816         * Always use std::endl with lyxerr
1817
1818 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1819
1820         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1821
1822 2003-08-01  André Pönitz  <poenitz@gmx.net>
1823
1824         * BufferView.[Ch]:
1825         * BufferView_pimpl.[Ch]:
1826         * lyxfunc.C:
1827         * text3.C: merge BufferView::repaint() and BufferView::update()
1828
1829 2003-08-01  José Matos  <jamatos@lyx.org>
1830
1831         * buffer.[Ch]: file_format is no longer a buffer data element.
1832
1833 2003-08-01  André Pönitz  <poenitz@gmx.net>
1834
1835         * BufferView.C:
1836         * lyxtext.h:
1837         * text.C:
1838         * text2.C: make redoParagraph more independent of current cursor
1839
1840         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1841         * text.C:
1842         * text2.C: remove unneeded members
1843
1844 2003-07-30  André Pönitz  <poenitz@gmx.net>
1845
1846         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1847
1848         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1849           create a single function...
1850
1851         * paragraph_funcs.C (moveItem): ... here.
1852
1853         * text.C:
1854           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1855
1856 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1857
1858         * LColor.[Ch]: Add comment and greyedout logical colors.
1859
1860 2003-07-30  André Pönitz  <poenitz@gmx.net>
1861
1862         * tabular.C: don't use Assert too heavily. This crashes where it
1863           shouldn't
1864
1865 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1866
1867         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1868         is disabled (bug 1232)
1869
1870 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1871
1872         * factory.C: limited 'arg' scope
1873
1874 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1875
1876         * factory.C: fixed Note submenu issues
1877
1878 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1879
1880         * factory.C: submenu for Note/Comment/Greyedout
1881
1882 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1883
1884         * lyx_main.C (LyX):
1885         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1886
1887 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1888
1889         * LaTeXFeatures.C:
1890         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1891         greyedout. Patch provided by Jürgen Spitzmüller.
1892
1893 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1894
1895         * kbmap.C (read): fix error message when reading bind files
1896
1897 2003-07-29  Angus Leeming  <leeming@lyx.org>
1898
1899         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1900         certainly does not do what it purports to do. I am doing it, and
1901         us, a favour by killing it.
1902
1903 2003-07-28  José Matos  <jamatos@lyx.org>
1904
1905         * buffer.C (readBody, do_writeFile):
1906         * paragraph.C(readParagraph): \end_document replaces \the_end.
1907
1908 2003-07-29  André Pönitz  <poenitz@gmx.net>
1909
1910         * BufferView.[Ch]:
1911         * BufferView_pimpl.[Ch]:
1912         * lyxfunc.C:
1913         * text2.C:
1914         * text3.C:
1915         * textcursor.[Ch]: remove toggleToggle & Co
1916
1917 2003-07-28  José Matos  <jamatos@fep.up.pt>
1918
1919         * buffer.C (readParagraph):
1920         * params_func (readParToken, readParagraph):
1921         * paragraph.C (write): \layout -> \begin_layout.
1922
1923 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1924
1925         * lyxlex_pimpl.C (setFile): clean up slightly.
1926
1927         * bufferparams.h: add compressed var
1928
1929         * buffer_funcs.C (readFile): adjust for LyXLex change
1930         (newFile): ditto + simplify
1931
1932         * buffer.C (writeFile): handle writing of compressed files
1933
1934         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1935         Check if the file is compressed and set a bufferparm if so.
1936
1937         * Makefile.am (lyx_LDADD): remove explicit -lz
1938
1939 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1940
1941         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1942         makeDocBookFile): put the real LyX version in the first line of
1943         the file
1944
1945         * version.h:
1946         * version.C.in: remove lyx_docversion
1947
1948         * tabular.C (write_attribute): add a template-based version to
1949         write enums properly
1950
1951 2003-07-28  André Pönitz  <poenitz@gmx.net>
1952
1953         * lyxtext.h:
1954         * text.C:
1955         * text2.C:
1956         * text3.C: use doubles again for x-coordinates. They are needed.
1957
1958 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1959
1960         * messages.C (getLocaleDir): use lyx_localedir()
1961
1962         * lyxlex_pimpl.C (setFile): compress stuff
1963
1964         * buffer.C (writeFile): add some compression stuff
1965         (do_writeFile): new func, dont call expliti close... will this
1966         breake anything?
1967
1968         * Makefile.am (lyx_LDADD): add -lz
1969
1970 2003-07-28  José Matos  <jamatos@fep.up.pt>
1971
1972         * buffer.C: increment file format.
1973         * paragraph_funcs (readParagraph, readParToken):
1974         * paragraph.C (readParagraph): add \end_layout.
1975
1976 2003-07-27  Angus Leeming  <leeming@lyx.org>
1977
1978         * Makefile.am: remove special casing for configure-time setting of
1979         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1980
1981         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1982         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1983
1984 2003-07-26  André Pönitz  <poenitz@gmx.net>
1985
1986         * paragraph_func.[Ch]:
1987         * paragraph.C (realizeFont): inline it whereever it is used
1988
1989         * rowpainter.C:
1990         * text.C:
1991         * text2.C:
1992         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1993
1994
1995 2003-07-26  André Pönitz  <poenitz@gmx.net>
1996
1997         *       lyxtext.h:
1998         * text.C:
1999         * text2.C: get rid of LyXText::need_break_row
2000
2001 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2002
2003         * toc.[Ch]: put namespace toc inside namespace lyx
2004
2005         * MenuBackend.C (expandToc2): adjust for lyx::toc
2006         (expandToc): ditto
2007
2008         * lyxfunc.C (dispatch): adjust for lyx::find
2009
2010         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
2011         lyx::find instead. Reorganize a bit.
2012         (LyXReplace): rename to replace
2013         (LyXFind): rename to find
2014
2015         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
2016         (dispatch): ditto
2017
2018 2003-07-26  André Pönitz  <poenitz@gmx.net>
2019
2020         * text.C (setHeightOfRow): restrict scope of temporary variable
2021
2022         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
2023           code (never has been used?)
2024
2025 2003-07-27  Asger Alstrup  <alstrup@local>
2026
2027         * text.C (fill): Optimise algorithm to exploit that we can reuse
2028         the LyXFont for many characters.
2029         (setHeightOfRow): Same thing.
2030         (rowBreakPoint): Same thing.
2031
2032 2003-07-26  Asger Alstrup  <alstrup@local>
2033
2034         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
2035
2036         * text.C (singleWidth): Spurious font copying in hot-spot
2037         singleWidth avoided. Reorder tests for arabic for efficiency.
2038
2039         * text.C (fill): handle empty paragraphs better.
2040
2041 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2042
2043         * ispell.C:
2044         * encoding.h: add includes
2045
2046         * lyxrc.C: remove reading of bind files
2047
2048         * lyx_main.C (init): setup bindings and menus only if we have a
2049         gui.
2050
2051         * kbmap.C (read): new method. Do the actual reading of bind
2052         files.
2053
2054         * converter.C (dvipdfm_options):
2055         * bufferparams.C:
2056         * lyxrc.C (read):
2057         (output): adapt PAPER_* enums.
2058
2059         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
2060
2061         * bufferparams.h: remove paper-related enums from there
2062
2063         * paper.h: New file. A trivial header file to hold paper-related
2064         enums. It should later expand to contain many paper-related
2065         horrors access.
2066
2067         * lyxrc.C: declare extern displayTranslator
2068
2069 2003-07-27  José Matos  <jamatos@fep.up.pt>
2070
2071         * tabular.[Ch] (linuxdoc): add support for tables and figures
2072         (linuxdoc).
2073
2074 2003-07-27  José Matos  <jamatos@fep.up.pt>
2075
2076         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
2077         consistency in both functions.
2078         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
2079
2080 2003-07-26  Asger Alstrup  <alstrup@local>
2081
2082         * rowpainter.C (paintRows): Change algorithm to work directly on
2083         the insets rather than asking every character in the document
2084         whether its an inset.
2085
2086 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
2087
2088         * buffer.C (openFileWrite): factorize some code
2089
2090 2003-07-26  Angus Leeming  <leeming@lyx.org>
2091
2092         * lyx_cb.C:
2093         * lyx_main.[Ch]: replace occurances of system_tempdir with
2094         os::getTmpDir().
2095
2096 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2097
2098         * rename Inset to InsetOld
2099
2100 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
2101
2102         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
2103         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
2104         which I think is a bit clearer. EDIT is gone, since it was
2105         premature optimisation, and broken for mathed anyway.
2106         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
2107         with cursor positioning in insets as well (math insets still do not
2108         work, but that's a different story anyway.) It mysteriously
2109         crashes sometimes with undo in the first paragraph, but I'm fairly
2110         confident that this is a compiler bug.
2111
2112 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2113
2114         * paragraph.C (Paragraph): adjust for new clone return type
2115         (operator==): ditto
2116         (copyIntoMinibuffer): ditto
2117
2118 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
2119
2120         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
2121         by not having a special case, and always doing a full rebreak of
2122         the document after undo.
2123
2124 2003-07-23  Angus Leeming  <leeming@lyx.org>
2125
2126         * factory.C (createInset): InsetExternal::setParams now takes a
2127         Buffer const * arg.
2128
2129 2003-07-23  Angus Leeming  <leeming@lyx.org>
2130
2131         * factory.C (createInset): changed interface to the external and
2132         graphics mailers' string2params functions.
2133
2134 2003-07-23  Angus Leeming  <leeming@lyx.org>
2135
2136         * factory.C (createInset): pass a
2137         Buffer const * parameter to InsetExternalMailer's string2params.
2138
2139 2003-07-22  John Levon  <levon@movementarian.org>
2140
2141         * Thesaurus.h: include the right aiksaurus header
2142
2143 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2144
2145         * MenuBackend.C (expand): check menu shortcuts unconditionally
2146
2147 2003-07-21  Angus Leeming  <leeming@lyx.org>
2148
2149         * factory.C (createInset): pass a
2150         buffer_path parameter to InsetGraphicsMailer's string2params.
2151
2152 2003-07-21  Angus Leeming  <leeming@lyx.org>
2153
2154         * BufferView_pimpl.C (buffer):
2155         * buffer.C (d-tor):
2156         * lyx_main.C (LyX):
2157         * lyxfunc.C (dispatch):
2158         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
2159         rather than the grfx shortcut.
2160
2161 2003-07-21  André Pönitz  <poenitz@gmx.net>
2162
2163         * rowpainter.C: remove unused variables
2164
2165         * tabular_funcs.C:
2166         * tabular_funcs.h: move to tabular.C
2167         * Makefile.am: adjust
2168
2169         * tabular.[Ch]: basic optical cleaning
2170
2171         * author.h: pass references, not values
2172
2173 2003-07-18  André Pönitz  <poenitz@gmx.net>
2174
2175         * lyxtext.h:
2176         * metricsinfo.C:
2177         * metricsinfo.h:
2178         * rowpainter.C:
2179         * text.C:
2180         * text2.C:
2181         * text3.C: two-phase drawing for InsetText and InsetTabular
2182         some float -> int changes.
2183
2184 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2185
2186         * lyx_main.C: fix the fix
2187
2188 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2189
2190         * lyx_main.C: fix a crash in batch mode if no files specified
2191         * converter.C: ws
2192
2193 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
2194
2195         * format.[Ch] (papersize): moved to BufferParams
2196         * converter.[Ch] (dvips_options): moved to BufferParams
2197         (dvipdfm_options): moved to anon namespace
2198         * bufferparams.[Ch]: added above functions.
2199
2200 2003-07-17  André Pönitz  <poenitz@gmx.net>
2201
2202         * lyxtext.h:
2203         * rowpainter.C:
2204         * text2.C: don't call inset->update() anymore
2205
2206         * metricsinfo.[Ch]: add convenience constructor
2207
2208 2003-07-16  André Pönitz  <poenitz@gmx.net>
2209
2210         * lyxcursor.[Ch]:
2211         * lyxfunc.[Ch]:
2212         * text.C:
2213         * text2.C: replace the LyXCursor::irow_ member with
2214          on-demand computation of the value
2215
2216 2003-07-16  John Levon  <levon@movementarian.org>
2217
2218         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
2219
2220 2003-07-15  André Pönitz  <poenitz@gmx.net>
2221
2222         * text.C:
2223         * text2.C: remove no more needed refresh_row
2224
2225 2003-07-15  André Pönitz  <poenitz@gmx.net>
2226
2227         * lyxtext.h:
2228         * rowpainter.C:
2229         * text2.C:
2230         * text3.C: refresh_status tristate -> need_update bool
2231
2232 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
2233
2234         * lyxtext.h (init): remove reinit argument (act as if always true)
2235         * text2.C: adjust to that
2236
2237 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2238
2239         * bufferview_funcs.[Ch]: introduce function replaceSelection()
2240         * text3.C: use it to delete selections in some cases
2241         (bugs 441, 673, 702, 954).
2242
2243 2003-07-14  André Pönitz  <poenitz@gmx.net>
2244
2245         * rowpainter.[Ch]: reduce interface
2246
2247 2003-07-14  André Pönitz  <poenitz@gmx.net>
2248
2249         * BufferView_pimpl.C:
2250         * text2.C: adjust after removing unused BufferView * argument
2251
2252 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
2253
2254         * text2.C (init): fix a crash fired on resize
2255
2256 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
2257
2258         * buffer.[Ch]: added new closing signal
2259         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
2260         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
2261         BufferView::Pimpl via the closing the signal
2262
2263 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
2264
2265         * buffer.[Ch]: take out all bv-related from buffer
2266         * BufferView.C:
2267         * BufferView_pimpl.[Ch]: connect to new signals
2268         * CutAndPaste.C: removed useless asserts
2269         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
2270         * lyxvc.[Ch]:
2271         * vc-backend.[Ch]:
2272         * lyxfunc.C: moved view-related funciontality from vc here
2273         * paragraph.C: removed outdated comments
2274         * text.C: ws
2275
2276 2003-07-10  André Pönitz  <poenitz@gmx.net>
2277
2278         * BufferView_pimpl.C:
2279         * tabular.h:
2280         * tabular_funcs.C:
2281         * text.C:
2282         * text2.C: remove InsetText::InnerCache, clean up consequences
2283
2284 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2285
2286         * ispell.C: fix two typos in error messages
2287
2288 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
2289
2290         * Extend Note inset to other forms of annotation like Comment
2291         and Greyedout. Right button click gives dialog.
2292
2293         Files modified or added (+):
2294
2295         * insetnote.[Ch]
2296         * FormNote.[Ch]      +
2297         * ControlNote.[Ch]   +
2298         * form_note.fd       +
2299         * Makefile.am in frontends/xforms, frontends/xforms/forms,
2300         frontends/controllers
2301         * xforms/Dialogs.C
2302         * factory.C
2303
2304 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2305
2306         * aspell.C: add missing namespace lyx::support
2307
2308 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
2309
2310         * BufferView.[Ch] (newFile): Add
2311         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
2312         * LaTeX.[Ch] (message): added this signal and use it
2313         * buffer.[Ch] (busy, message): added these signals and use them
2314         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
2315         * converter.C:
2316         * exporter.C:
2317         * format.C:
2318         * importer.C: use buffer signals instead of direct bv calling
2319         * lyx_cb.[Ch] (ShowMessage): removed
2320         * lyx_main.C:
2321         * lyxfunc.C:
2322         * paragraph_funcs.C:
2323         * text2.C: use buffer signals
2324
2325 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2326
2327         * introduce namespace lyx::graphics
2328
2329 2003-07-02  André Pönitz  <poenitz@gmx.net>
2330
2331         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
2332
2333 2003-07-01  André Pönitz  <poenitz@gmx.net>
2334
2335         * text.C:
2336         * text2.C:
2337         * text3.C:
2338         * text_funcs.[Ch]:
2339         * textcursor.h:
2340         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
2341           text*.C to text_func.C
2342
2343 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2344
2345         * introduce namespace lyx::support
2346
2347 2003-06-30  André Pönitz  <poenitz@gmx.net>
2348
2349         * Chktex.C:
2350         * funcrequest.C:
2351         * lyxtext.h:
2352         * text.C: re-enable --with-included-string
2353
2354 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2355
2356         * textcursor.C: add <config.h>
2357
2358         * text.C (getWord): remove const from word_location arg
2359
2360         * lyxvc.C (getLogFile): fix const type order
2361
2362         * lyxtext.h: remove const from word_location arg, add arg name
2363
2364         * lyxlayout.h: currect type on labeltype.
2365
2366         * importer.C: correct \file
2367
2368         * converter.C (intToFormat): use std:: on ret val, ws changes
2369
2370         * bufferlist.h: correct \file
2371
2372         * buffer.C (makeLinuxDocFile): fix const type order
2373         (makeDocBookFile): ditto
2374         (fillWithBibKeys): use std:: on stdlib args.
2375
2376         * CutAndPaste.C: fix authors.
2377         (availableSelections): use std:: on return vector
2378
2379 2003-06-27  André Pönitz  <poenitz@gmx.net>
2380
2381         * BufferView_pimpl.C:
2382         * bufferview_funcs.C:
2383         * lyxcursor.C:
2384         * lyxcursor.h:
2385         * lyxfunc.C:
2386         * lyxtext.h:
2387         * rowpainter.C:
2388         * text.C:
2389         * text2.C:
2390         * text3.C: remove LyXCursor::row_ member
2391
2392         * lyxtext.h:
2393         * text.C: rename fullRebreak() to partialRebreak() and implement
2394           a fullRebreak() that really bereks fully
2395
2396         * textcursor.h: new struct for cursor-related data
2397
2398 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
2399
2400         * lyx_main.C (LyX): get full path of document loaded on the
2401         command line
2402
2403 2003-06-26  André Pönitz  <poenitz@gmx.net>
2404
2405         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
2406           remove unused/broken operator>,<,>=.
2407
2408         *       text.C: remove only use of broken operator<= in an Assert().
2409
2410 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2411
2412         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
2413         moved errorlist_.clear to showErrorList
2414
2415 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2416
2417         * converter.C (scanLog, runLaTeX):
2418         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
2419         move the bv->showErrorList call to the callers
2420         * lyxfunc.C: i.e. here...
2421         * text2.C: and here
2422         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
2423         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
2424         namespace, the second to...
2425         * buffer_funcs (BufferFormat, parseErrors): added
2426         * errorlist.C (ErrorList(TeXErrors const &)): removed
2427
2428 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2429
2430         * ToolbarBackend.C (getIcon): complain when icon cannot be found
2431
2432 2003-06-24  "Garst R. Reese" <reese@isn.net>
2433
2434         * debug.C: fix typo
2435
2436 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2437
2438         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
2439
2440         * version.C.in: change docversion to 1.4
2441
2442 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
2443
2444         * buffer.C: fix a bug just introduced
2445
2446 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
2447
2448         * buffer.[Ch]: added the parseError signal and use it, removed
2449         sgmlError
2450         * BufferView.[Ch] (addError): moved to ...
2451         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
2452         to the Buffer::parseError signal to catch (guess what) parse errors
2453         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
2454
2455 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
2456
2457         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
2458         ability to create a buffer and to return an existing one from
2459         the list. Moved these functions to...
2460         * buffer_funcs.[Ch]: added
2461         * BufferView.[Ch] (loadLyXFile): added
2462         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
2463         job removed from bufferlist::loadLyXFile.
2464         * buffer.C (setReadOnly): make it work without view
2465         (i.e added an if (users))
2466
2467 2003-06-19  Angus Leeming  <leeming@lyx.org>
2468
2469         * lfuns.h:
2470         * LyXAction.C (init):
2471         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
2472         with LFUN_DIALOG_SHOW <name> <data>.
2473
2474 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2475
2476         * CutAndPaste.C (availableSelections): small compilation fix for
2477         ancient (gcc 2.9x) compilers
2478
2479 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2480
2481         * text3.C (cursorNext): add tmp var
2482
2483         * text2.C (updateCounters): for function calling out of for clause
2484         (replaceSelectionWithString): ditto
2485         (insertStringAsParagraphs): ditto
2486         (getColumnNearX): add tmp var
2487         (setCursorFromCoordinates): add tmp var
2488         (cursorDownParagraph): add tmp var
2489         (deleteEmptyParagraphMechanism): add tmp var
2490
2491         * text.C (insertChar): add tmp var
2492
2493         * rowpainter.C (paintDepthBar): add tmp var
2494
2495         * CutAndPaste.C (availableSelections): potentially check all
2496         paragraphs in a cut to fill the shown strings.
2497
2498 2003-06-18  André Pönitz  <poenitz@gmx.net>
2499
2500         * kbmap.[Ch]: use vector<> instead of list<>
2501
2502 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2503
2504         * text3.C (dispatch): handle arg to LFUN_PASTE, call
2505         pasteSelection with index
2506
2507         * text2.C (pasteSelection): modify, call pasteSelection with index
2508
2509         * paragraph.C (asString): reimplement version with no interval to
2510         call the one with interval.
2511
2512         * lyxtext.h: add index arg to pasteSelection
2513
2514         * MenuBackend.C (MenuItem): handle PasteRecent
2515         (Menu::read::Menutags): add md_pasterecent
2516         (read): handle it
2517         (expandPasteRecent): new function
2518         (expand): use it
2519
2520         * MenuBackend.h: add PasteRecent to MenuItem::Kind
2521
2522         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
2523         the limited stack
2524         (availableSelections): new function
2525
2526 2003-06-17  Angus Leeming  <leeming@lyx.org>
2527
2528         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
2529
2530 2003-06-17  Angus Leeming  <leeming@lyx.org>
2531
2532         * lfuns.h:
2533         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
2534
2535         * lyxfunc.C (dispatch): invoke it.
2536
2537 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2538
2539         * iterators.C (operator++, ParPosition): reintroduce some
2540         const_cast for the benefit of older compilers.
2541
2542 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2543
2544         * text3.C (dispatch): do not modify clipboard when doing
2545         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
2546         LFUN_DELETE_SKIP on a selection selection
2547
2548 2003-06-16  André Pönitz  <poenitz@gmx.net>
2549
2550         * BufferView.C:
2551         * buffer.C:
2552         * buffer.h:
2553         * paragraph.C:
2554         * tabular.[Ch]: IU of clone() and getLabelList();
2555
2556 2003-06-13  André Pönitz  <poenitz@gmx.net>
2557
2558         * tabular.h: compactification
2559
2560 2003-06-12  André Pönitz  <poenitz@gmx.net>
2561
2562         * tabular.C:
2563         * tabular.h:
2564         * tabular_funcs.h: some renaming plus whitespace
2565
2566 2003-06-12  André Pönitz  <poenitz@gmx.net>
2567
2568         * BufferView.C:
2569         * BufferView_pimpl.C:
2570         * CutAndPaste.C:
2571         * buffer.C:
2572         * iterators.[Ch]:
2573         * lyxfunc.C:
2574         * text.C:
2575         * toc.C: Return a Paragraph & for ParIterator::operator*()
2576
2577 2003-06-11  John Levon  <levon@movementarian.org>
2578
2579         * lyx_main.C:
2580         * ToolbarBackend.h:
2581         * ToolbarBackend.C: add "Toolbars" section and
2582         put the flags there
2583
2584 2003-06-10  Angus Leeming  <leeming@lyx.org>
2585
2586         * lfuns.h:
2587         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2588
2589         * lyxfunc.C (dispatch): invoke it.
2590
2591 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2592
2593         * main.C: protect <ios> with HAVE_IOS
2594         (main): protect sync_with_stdio with HAVE_IOS
2595
2596 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2597
2598         * text2.C (cutSelection): adjust
2599         (pasteSelection): adjust
2600
2601         * messages.C: handle get of empty string
2602
2603         * main.C (main): use sync_with_stdio(false)
2604
2605         * lyxfunc.C (dispatch): adjust
2606
2607         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2608         (WriteAs): remove unneeded BufferView arg.
2609
2610         * bufferparams.h: use correct types on papersize, papersize2 and
2611         paperpackage.
2612
2613         * bufferparams.C (readToken): adjust for type
2614         (writeLaTeX): add missing cases to switch.
2615
2616         * bufferlist.C (quitWriteBuffer): adjust
2617         (close): adjust
2618
2619         * buffer.C (asciiParagraph): remove some commented code.
2620
2621         * CutAndPaste.C: remove current_view extern variable.
2622         (cutSelection): add BufferParams arg.
2623         (eraseSelection): add BufferParams arg.
2624         (pasteSelection): add Buffer const & arg
2625
2626 2003-06-07  John Levon  <levon@movementarian.org>
2627
2628         * buffer.C:
2629         * paragraph_funcs.C:
2630         * paragraph_pimpl.C:
2631         * text.C:
2632         * text2.C:
2633         * paragraph.h:
2634         * paragraph.C: allow InsetERT to freely space lines,
2635         and some consolidation of code
2636
2637 2003-06-06  José Matos  <jamatos@fep.up.pt>
2638
2639         * buffer.C (makeDocBookFile): fix bug #821
2640
2641 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2642
2643         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2644
2645 2003-06-04  Angus Leeming  <leeming@lyx.org>
2646
2647         * buffer.C: bump format to 224.
2648
2649 2003-06-05  André Pönitz  <poenitz@gmx.net>
2650
2651         * text2.C (redoParagraphs): remove two const_cast<>
2652
2653 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2654
2655         * ParagraphList.h: remove last remnants of NO_STD_LIST
2656
2657 2003-06-03  Angus Leeming  <leeming@lyx.org>
2658
2659         * factory.C (createInset): small change to the way InsetExternal's params
2660         are set.
2661
2662 2003-06-04  André Pönitz  <poenitz@gmx.net>
2663
2664         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2665
2666         * paragraph_pimpl.h:
2667         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2668
2669         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2670
2671         * undo_funcs.C: make some simple cases of undo work again
2672
2673 2003-06-03  John Levon  <levon@movementarian.org>
2674
2675         * ispell.C: HPUX doesn't have sys/select.h
2676         (from Albert Chin)
2677
2678 2003-06-03  John Levon  <levon@movementarian.org>
2679
2680         * CutAndPaste.C: update tabular and include inset
2681         buffer references
2682
2683         * buffer.h:
2684         * paragraph.h:
2685         * paragraph.C: remove owningBuffer(), don't pass Buffer
2686         to clone()
2687
2688         * factory.C: insetGraphicsParams changed
2689
2690 2003-06-02  John Levon  <levon@movementarian.org>
2691
2692         * LyXAction.C:
2693         * factory.C:
2694         * lfuns.h:
2695         * lyxfunc.C:
2696         * text3.C: remove insetparent
2697
2698 2003-06-02  John Levon  <levon@movementarian.org>
2699
2700         * buffer.h:
2701         * buffer.C: fix inset_iterator.end(), move out of line
2702         (bug 1149)
2703
2704 2003-06-01  John Levon  <levon@movementarian.org>
2705
2706         * text3.C: use a proper cut/paste when doing inset
2707         insert (from Jürgen Spitzmüller)
2708
2709 2003-06-01  John Levon  <levon@movementarian.org>
2710
2711         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2712
2713 2003-05-30  André Pönitz  <poenitz@gmx.net>
2714
2715         * rowpainter.C: unify second drawing phase
2716
2717 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2718
2719         * trans_mgr.C: remove one case of current_view
2720
2721         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2722
2723         * paragraph_funcs.h: remove paragraph.h include
2724
2725         * paragraph.h: delete NO_STD_LIST stuff
2726
2727         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2728
2729         * buffer.h: remove paragraph.h include
2730
2731         * ParagraphList.C: delete file
2732
2733         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2734
2735         * toc.C (getTocList): adjust
2736
2737         * paragraph_pimpl.C (validate): adjust
2738
2739         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2740
2741         * paragraph.C (Paragraph): adjust
2742         (getPositionOfInset): use const_iterator, adjust
2743         (bibitem): use const_iterator, adjust
2744         (setInsetOwner): adjust
2745
2746         * iterators.C (operator++): adjust
2747
2748         * InsetList.[Ch]: Replace selfmade iterator with standard
2749         vector::iterator also introduce const_iterator. Remove getPos,
2750         getInset and setInset from InsetTable. Adjust accordingly.
2751
2752         * BufferView.C (lockInset): adjust
2753         (ChangeInsets): adjust
2754
2755         * tabular.[Ch]: delete commented same_id functions
2756
2757 2003-05-28  John Levon  <levon@movementarian.org>
2758
2759         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2760
2761 2003-05-28  André Pönitz  <poenitz@gmx.net>
2762
2763         * metricsinfo.[Ch]: remove 'fullredraw' member
2764
2765 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2766
2767         * lyxtextclass.C (operator): remove caching.
2768
2769 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2770
2771         * text3.C: adjust
2772
2773         * text2.C (cursorBottom): adjust
2774         (setCounter): use ParagraphList::find, adjust
2775
2776         * text.C (workWidth): use ParagraphList::find, adjust
2777
2778         * lyxcursor.C (LyXCursor): adjust
2779
2780         * buffer.C (inset_iterator): adjust
2781
2782         * ParagraphList.h: make iterator(value_type) private, make
2783         ParagraphList a friend of iterator.
2784
2785         * ParagraphList.C (find): new function
2786
2787         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2788
2789 2003-05-27  André Pönitz  <poenitz@gmx.net>
2790
2791         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2792
2793 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2794
2795         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2796
2797 2003-05-26  John Levon  <levon@movementarian.org>
2798
2799         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2800
2801 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2802
2803         * remove same_id from function signatures, adjust.
2804
2805 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2806
2807         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2808
2809         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2810
2811         * paragraph.C (Paragraph): get rid of same_ids parameter
2812
2813         * ParagraphList.C (insert): adjust
2814         (push_back): adjust
2815
2816 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2817
2818         * paragraph_funcs.C (breakParagraph): adjust
2819         (breakParagraphConservative): adjust
2820
2821         * buffer.C (readParagraph): adjust
2822
2823         * ParagraphList.C (insert): take a reference instead of a pointer
2824         (insert): adjust
2825
2826         * paragraph.[Ch] (id): new function
2827
2828         * bufferlist.C (newFile): adjust
2829
2830         * ParagraphList.C (ParagraphList): adjust
2831         (assign): adjust
2832         (push_back): take a reference instead of a pointer.
2833
2834         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2835
2836         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2837         instead.
2838
2839         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2840         set else use old code.
2841
2842         * ParagraphList.C: remove all NO_NEXT code and only compile this
2843         code of NO_STD_LIST is set.
2844
2845 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2846
2847         * BufferView_pimpl.C:
2848         * TextCache.C:
2849         * TextCache.h:
2850         * bufferlist.C:
2851         * errorlist.h:
2852         * format.C:
2853         * format.h:
2854         * graph.C:
2855         * lyxfunc.C:
2856         * lyxrc.C:
2857         * graphics/GraphicsConverter.C:
2858         * graphics/PreviewLoader.C: header adjustment
2859
2860 2003-05-23  Angus Leeming  <leeming@lyx.org>
2861
2862         * LaTeXFeatures.[Ch] (useBabel): new method.
2863         * bufferparams.C (writeLaTeX): use it.
2864
2865 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2866
2867         * ParagraphList.h (set): remove unused function.
2868
2869 2003-05-23  André Pönitz  <poenitz@gmx.net>
2870
2871         * BufferView.C:
2872         * BufferView_pimpl.C:
2873         * buffer.C:
2874         * buffer.h:
2875         * lyxfunc.C:
2876         * undo_funcs.C: setUndo reworked
2877
2878         * iterators.[Ch]: add access to topmost ParagraphList
2879
2880         * lyxtext.[Ch] (workWidth): add a const
2881
2882 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2883
2884         * texrow.[Ch] (increasePos): remove function
2885         * exporter.C (export): removed unused var and outdated comment
2886
2887 2003-05-23  Angus Leeming  <leeming@lyx.org>
2888
2889         * latexrunparams.h: rename fragile as moving_arg.
2890         * paragraph.C (simpleTeXOnePar): ditto.
2891         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2892
2893 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2894
2895         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2896         (createUndo): ditto
2897         (textUndoOrRedo): comment out a currently unused var.
2898
2899         * paragraph.h (NO_NEXT): enable NO_NEXT
2900
2901         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2902
2903         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2904
2905         * exporter.C (Export): adjust for removeAutoInsets removal.
2906
2907         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2908
2909         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2910
2911         * BufferView.[Ch] (removeAutoInsets): delete function
2912
2913 2003-05-22  Angus Leeming  <leeming@lyx.org>
2914
2915         * latexrunparams.h: add a free_spacing variable.
2916
2917         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2918         to pass moving_arg, as the data is stored in runparams.fragile.
2919
2920         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2921         to Inset::latexOptional or to simpleTeXOnePar.
2922
2923         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2924         free_spacing arg to Inset::latexOptional.
2925
2926         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2927         free_spacing arg.
2928
2929 2003-05-22  Angus Leeming  <leeming@lyx.org>
2930
2931         * latexrunparams.h: add fragile and use_babel variables.
2932
2933         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2934         * buffer.C (makeLaTeXFile): store this returned value in
2935         runparams.use_babel, thus passing it to the inset::latex methods.
2936
2937         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2938         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2939
2940         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2941         longer has a fragile arg, as it is stored in runparams.fragile.
2942
2943         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2944         moving_arg parameter as the data is stored in runparams.fragile.
2945
2946         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2947         a fragile parameter as the data is stored in runparams.fragile.
2948
2949 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2950
2951         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2952
2953 2003-05-22  Angus Leeming  <leeming@lyx.org>
2954
2955         * latexrunparams.h: add a 'bool nice' which defaults to false.
2956
2957         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2958         now encapsulated within runparams.
2959
2960         * bufferlist.C (updateIncludedTeXfiles):
2961         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2962
2963 2003-05-22  Angus Leeming  <leeming@lyx.org>
2964
2965         * latexrunparams.h: new file containing struct LatexRunParams.
2966         * Makefile.am: add new file.
2967
2968         * LaTeX.[Ch] (c-tor, run):
2969         * buffer.[Ch] (makeLaTeXFile):
2970         * bufferlist.[Ch] (updateIncludedTeXfiles):
2971         * converter.C (convert, scanLog):
2972         * converter.[Ch] (runLaTeX):
2973         * exporter.C (Export):
2974         * paragraph.[Ch] (simpleTeXOnePar):
2975         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2976         * paragraph_funcs.[Ch] (latexParagraphs):
2977         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2978         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2979         pass around a LatexRunParams parameter.
2980
2981 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2982
2983         * paragraph.[Ch]: remove unused constructor
2984
2985         * ParagraphList.C (erase): new function, taking two iterators
2986
2987 2003-05-22  André Pönitz  <poenitz@gmx.net>
2988
2989         * undo_funcs.C: remove duplicated code
2990
2991         * iterator.[Ch]: operator=
2992
2993 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2994
2995         * tabular.C (SetMultiColumn): ws changes
2996
2997         * rowpainter.C (paintFirst): get rid of a ->previous
2998
2999         * lyx_cb.C (getPossibleLabel): parlist simplification
3000
3001         * BufferView.C (ChangeInsets): simplify slightly.
3002
3003 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3004
3005         * LyXAction.C: new lfun space-insert, kill protected-space-insert
3006         * lfuns.h: new LFUN_SPACE
3007         * lyxfunc.C: protected space has a new lfun
3008         * paragraph_funcs.C: read new space insets
3009         * text3.C:
3010         * factory.C: handle new space insets
3011
3012 2003-05-22  André Pönitz  <poenitz@gmx.net>
3013
3014         * BufferView.C:
3015         * BufferView_pimpl.C:
3016         * buffer.[Ch]:
3017         * lyxfunc.C:
3018         * undo_funcs.C: return a ParIterator from getParFromID.
3019
3020         * iterators.[Ch]: add two const's
3021
3022 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3023
3024         * toc.C (getTocList): adjust
3025
3026         * iterators.[Ch]: rework for parlist
3027
3028         * buffer.C (par_iterator_begin): adjust
3029         (par_iterator_end): adjust
3030
3031         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
3032
3033         * BufferView.C (removeAutoInsets): adjust
3034         (ChangeInsets): adjust
3035
3036 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
3037
3038         * text.C (top_y): fix bug 1110
3039
3040 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
3041
3042         * errorlist.[Ch]: added
3043         * buffer.C:
3044         * BufferView.[Ch]:
3045         * BufferView_pimpl.C:
3046         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
3047         instead
3048
3049 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3050
3051         * Makefile.am: ensure that lyx is relinked upon changes to the
3052         various "convenience" libs.
3053
3054 2003-05-20  Angus Leeming  <leeming@lyx.org>
3055
3056         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
3057         files are compiled in alphabetical order again.
3058
3059         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
3060
3061 2003-05-19  Angus Leeming  <leeming@lyx.org>
3062
3063         * gettext.[Ch]: remove "char const * _(char const *)".
3064
3065 2003-05-19  André Pönitz  <poenitz@gmx.net>
3066
3067         * dimension.[Ch]: promote from mathed/dimension.[Ch]
3068
3069         * Makefile.am:
3070         * BufferView.C:
3071         * DepTable.h:
3072         * LaTeXFeatures.C:
3073         * buffer.C:
3074         * lyxfont.C:
3075         * lyxlex.h:
3076         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
3077
3078 2003-05-19  André Pönitz  <poenitz@gmx.net>
3079
3080         * buffer.C:
3081         * lyxlayout.[Ch]:
3082         * lyxtextclass.[Ch]:
3083         * paragraph.C:
3084         * paragraph_funcs.[Ch]:
3085         * text2.C:
3086         * text3.C: more insetenv work
3087
3088 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
3089
3090         * ParagraphParameters.C (params2string): small bug fixed
3091
3092 2003-05-16  André Pönitz  <poenitz@gmx.net>
3093
3094         * debug.C:
3095         * bufferview_funcs.C: patch from Kornel Benko to prevent
3096           crash when _(...) is called twice in a statement
3097
3098 2003-05-16  André Pönitz  <poenitz@gmx.net>
3099
3100         * BufferView.C:
3101         * lyxfunc.C:
3102         * text.C:
3103         * text2.C:
3104         * text3.C:
3105         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
3106
3107 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
3108
3109         * lyx_main.C (init): remove spurious static_cast
3110
3111 2003-05-14  André Pönitz  <poenitz@gmx.net>
3112
3113         * BufferView.C: fix format string
3114
3115 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
3116
3117         * BufferView.[Ch] (insertErrors): removed
3118         * BufferView.[Ch] (showErrorList): added
3119         * buffer.C (runChkTeX):
3120         * converter.C (scanLog): call showErrorList instead of inserterrors
3121
3122 2003-05-13  André Pönitz  <poenitz@gmx.net>
3123
3124         * BufferView_pimpl.C:
3125         * buffer.C:
3126         * bufferview_func.C:
3127         * MenuBackend.C:
3128         * lyxfunc.C:
3129         * lyxrc.C:
3130         * tex-accent.C:
3131         * text3.C:
3132         * toc.C:
3133         * tabular_funcs.h: tostr() from its own header
3134
3135         * ParagraphParameters.C:
3136         * ToolbarBackend.C:
3137         * bufferparams.C:
3138         * format.C:
3139         * lyxlex_pimpl.C:
3140         * text3.C: STRCONV()
3141
3142 2003-05-12  André Pönitz  <poenitz@gmx.net>
3143
3144         * BufferView.C:
3145         * BufferView_pimpl.C:
3146         * CutAndPaste.C:
3147         * LaTeX.C:
3148         * LaTeXFeatures.C:
3149         * ParagraphParameters.C:
3150         * buffer.C:
3151         * bufferlist.C:
3152         * bufferparams.C:
3153         * bufferview_funcs.C:
3154         * converter.C:
3155         * counters.C:
3156         * debug.C:
3157         * exporter.C:
3158         * format.C:
3159         * importer.C:
3160         * lyx_cb.C:
3161         * lyx_main.C:
3162         * lyxfont.C:
3163         * lyxfunc.C:
3164         * lyxvc.C:
3165         * paragraph.C:
3166         * paragraph_funcs.C:
3167         * tabular.C:
3168         * tabular_funcs.C:
3169         * text2.C:
3170         * text3.C:  boost::format -> bformat  all over the place
3171
3172
3173 2003-05-09  André Pönitz  <poenitz@gmx.net>
3174
3175         * LColor.[Ch]: Pimpl the #include <map> away
3176
3177 2003-05-09  John Levon  <levon@movementarian.org>
3178
3179         * bufferlist.C: never remove emergency saves
3180
3181 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3182
3183         * Makefile.am: better lib building
3184
3185 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3186
3187         * texrow.[Ch]: remove dependency on Paragraph and just store a id
3188         instead.
3189         * paragraph_pimpl.C (simpleTeXBlanks): adjust
3190         (simpleTeXSpecialChars): adjust
3191         (simpleTeXSpecialChars): adjust
3192         * paragraph.C (simpleTeXOnePar): adjust
3193         * buffer.C (makeLaTeXFile): adjust
3194
3195         * Makefile.am (BOOST_LIBS): allow boost as system lib.
3196
3197         * text2.C (changeDepth): parlist cleanup
3198         (getColumnNearX): ditto
3199
3200         * rowpainter.C (getLabelFont): parlist cleanup
3201
3202         * bufferlist.C (newFile): parlist cleanup
3203
3204         * CutAndPaste.C (eraseSelection): parlist cleanup
3205
3206         * BufferView_pimpl.C (trackChanges): parlist cleanup
3207         (dispatch): ditto
3208
3209         * BufferView.C (lockInset): parlist cleanup.
3210         (ChangeInsets): ditto
3211
3212 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3213
3214         * CutAndPaste.h: Update file header.
3215
3216         * CutAndPaste.C: Update file header.
3217         Store the parts cut out of the Document in a limited_stack.
3218         (copySelection): adjust
3219         (pasteSelection): new function, takes the index in the limited stack.
3220         (nrOfParagraphs): adjust
3221         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
3222         simplify error inset insertion.
3223         (checkPastePossible): adjust
3224
3225 2003-05-06  John Levon  <levon@movementarian.org>
3226
3227         * text2.C: don't cast wrap inset to float
3228
3229 2003-05-05  André Pönitz  <poenitz@gmx.net>
3230
3231         * iterator.C:
3232         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
3233
3234         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
3235           few naked Paragraph *.
3236
3237 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
3238
3239         * bufferparams.C: Output warning if a document with missing
3240         TeX document class is loaded
3241         * exporter.C: Disable TeX exports if the document class is missing
3242         * lyxtextclass.C:
3243         * lyxtextclass.h:
3244         * lyxtextclasslist.C: Handle new textclass.lst format; new method
3245         isTeXClassAvailable()
3246
3247 2003-05-03  John Levon  <levon@movementarian.org>
3248
3249         * BufferView.h:
3250         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
3251         explicit cursor show/hide
3252
3253         * BufferView_pimpl.h:
3254         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
3255         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
3256
3257         * lyxfunc.C: hide cursor before dispatching.
3258
3259         * lyx_cb.C:
3260         * lyxfind.C:
3261         * text.C:
3262         * text3.C: remove explicit cursor hides
3263
3264 2003-05-02  André Pönitz  <poenitz@gmx.net>
3265
3266         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
3267
3268         * undo_funcs.C:
3269         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
3270           linked lists
3271
3272         * text2.C: tiny whitespace
3273
3274 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3275
3276         * undo_funcs.C: almost only ws changes.
3277
3278         * ParagraphList.C (splice): just return if pl is empty.
3279
3280 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3281
3282         * ParagraphList.C (splice): new function.
3283
3284         * CutAndPaste.C (pasteSelection): use it
3285
3286 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3287
3288         * CutAndPaste.C (pasteSelection): remove the last next and
3289         previous from this file.
3290
3291 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3292
3293         * CutAndPaste.C (pasteSelection): more clean up, user proper
3294         ParagraphList functions for pasteing.
3295
3296         * ParagraphList.C (insert): new function, three arg insert
3297
3298 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3299
3300         * ParagraphList.C (insert): new function, three arg insert
3301
3302         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
3303         not on paragraphs.
3304
3305 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3306
3307         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
3308
3309 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3310
3311         * CutAndPaste.C (pasteSelection): remove some unneeded code.
3312
3313 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3314
3315         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
3316         (copySelection): clean up a bit.
3317         (pasteSelection): use make_pair
3318
3319         * ParagraphList.C (ParagraphList): implement copy constructor
3320         (operator=): implement, base on copy constructor.
3321         (assign): new func
3322
3323         * paragraph.C (erase): return a bool
3324
3325         * paragraph_pimpl.C (erasePos): remove function, move contents...
3326         (erase): ... here. Return a bool.
3327         (erase): call erase instead of erasePos.
3328
3329 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
3330
3331         * ParagraphList.h: define PitPosPair
3332         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
3333         ParagraphList, fix a bug on pasting multiple pars
3334         * text2.C: change interface to C&P
3335
3336 2003-04-30  André Pönitz  <poenitz@gmx.net>
3337
3338         * undo_func.C: revert part of yesterday's patch 2
3339
3340 2003-04-30  John Levon  <levon@movementarian.org>
3341
3342         * LColor.C: s/tabular/table/
3343
3344 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3345
3346         * text3.C (dispatch): do not convert iterator -> pointer
3347         * undo_funcs.C (setCursorParUndo): ditto
3348         * text_funcs.C (transposeChars): ditto
3349
3350         * text2.C (setLayout): ws changes only
3351
3352         * text.C (breakParagraph): do not convert iterator -> pointer
3353         (insertChar): ditto
3354         (acceptChange): ditto
3355         (rejectChange): ditto
3356         (changeCase): ditto
3357         (Delete): ditto
3358         (backspace): ditto
3359
3360         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
3361         pointer
3362
3363 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3364
3365         * text3.C (gotoInset): YABG (yet another bad getChar)
3366
3367 2003-04-29  André Pönitz  <poenitz@gmx.net>
3368
3369         * paragraph.h: make operator= private unimplemented as long as
3370           it is unusable
3371
3372         * ParagraphList.C: whitespace
3373
3374         * paragraph.[Ch]:
3375         * paragraph_pimpl.[Ch]:
3376         * paragraph_funcs.C:
3377         * CutAndPaste.C:
3378         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
3379
3380         * text2.C:
3381           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
3382
3383 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3384
3385         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
3386         * paragraph.[Ch] (erase):
3387         * paragraph_pimpl.[Ch] (erase): change return type and value
3388         * text2.C (cutSelection): some rework
3389
3390 2003-04-28  John Levon  <levon@movementarian.org>
3391
3392         * bufferlist.C: changes for unsaved changes dialog
3393
3394 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3395
3396         * bufferlist.C (newFile): set language (messages_) for new
3397         documents also.
3398
3399         * buffer.C (readFile): ws changes only.
3400
3401 2003-04-28  André Pönitz  <poenitz@gmx.net>
3402
3403         * undo_funcs.C:
3404         * lyxfunc.C:
3405         * buffer.[Ch]:
3406         * BufferView_pimpl.C:
3407         * BufferView.C: getParFromID related ParagraphList::iterator changes
3408
3409 2003-04-28  André Pönitz  <poenitz@gmx.net>
3410
3411         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
3412           Changes
3413
3414 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3415
3416         * messages.C: remove one more localedir class variable.
3417
3418 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3419
3420         * messages.C (getLocaleDir): singleton generation function
3421         (Pimpl): use it.
3422         (Messages): add a default constructor.
3423
3424         * main.C (main): do not setup localedir here, do not call
3425         gettext_init.
3426
3427         * gettext.C (_): use it.
3428         (gettext_init): delete funciton
3429
3430 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3431
3432         * gettext.C (getLyXMessages): new singleton generating function.
3433
3434         * buffer.C (updateDocLang): adjust
3435
3436         * Makefile.am (messages.o): add target
3437         (main.o): remove target
3438
3439 2003-04-27  John Levon  <levon@movementarian.org>
3440
3441         * bufferlist.C:
3442         * lyx_cb.C:
3443         * lyxfunc.C:
3444         * lyxvc.C: specify cancel button in Alert::prompt
3445
3446 2003-04-26  John Levon  <levon@movementarian.org>
3447
3448         * text3.C:
3449         * lyxfunc.C:
3450         * lfuns.h:
3451         * LyXAction.C: add LFUN_INSET_SETTINGS
3452
3453         * lyxfunc.C: don't enable tabular-feature when there's
3454         just any locking inset
3455
3456 2003-04-26  John Levon  <levon@movementarian.org>
3457
3458         * bufferlist.C: re-add Cancel to buffer close question
3459
3460         * lyxfunc.C: fix import UI a bit
3461
3462 2003-04-25  John Levon  <levon@movementarian.org>
3463
3464         * gettext.C: remove the broken asserts for now
3465
3466 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3467
3468         * messages.C: make case where setlocale cannot comply work better.
3469
3470         * buffer.C (updateDocLang): new function
3471         (changeLanguage): use it
3472         (readFile): use it
3473
3474         * text2.C (setCounter): use B_ a bit.
3475
3476         * lyxlayout.C (Read): be sure to trim the label strings.
3477
3478         * messages.C (Messages): fix typo in comment
3479
3480         * buffer.C (readFile): set message_ after file is loaded.
3481         (makeDocBookFile): remove double return
3482         (changeLanguage): reset message_ upon language change.
3483         (B_): new func, use this to get translated buffer strings.
3484
3485         * main.C: add myself and Jean Marc as authors.
3486
3487 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3488
3489         * messages.[hC]: pimplify Messages, and three different pimpls to be
3490         used in different circumstances.
3491
3492         * gettext.[Ch]: change for use with new message code.
3493
3494 2003-04-24 André Pönitz <poenitz@gmx.net>
3495
3496         * factory.C: support for eqref
3497
3498 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3499
3500         * messages.[Ch]: add missing char
3501
3502         * Makefile.am (lyx_SOURCES): add messages.[Ch]
3503
3504         * messages.[Ch]: New files
3505
3506 2003-04-18  John Levon  <levon@movementarian.org>
3507
3508         * BufferView.h:
3509         * BufferView.C:
3510         * BufferView_pimpl.C:
3511         * lfuns.h:
3512         * LyXAction.C:
3513         * lyxtext.h:
3514         * text2.C: remove layout-copy/paste (bug 778)
3515
3516 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3517
3518         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
3519
3520 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3521
3522         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
3523         if they succeed. Act accordingly.
3524
3525 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3526
3527         * text2.C (setCharFont): adjust
3528         (setCounter): adjust
3529         (insertStringAsLines): adjust
3530
3531         * text.C (leftMargin): adjust
3532         (setHeightOfRow): adjust
3533
3534         * rowpainter.C (paintFirst): adjust
3535         (paintLast): adjust
3536
3537         * paragraph_funcs.C (depthHook): ParagraphList::iterators
3538         (outerHook): ditto
3539         (isFirstInSequence): ditto
3540         (getEndLabel): ditto
3541         (outerFont): adjust
3542
3543         * paragraph.C (getParLanguage): comment out some hard stuff.
3544
3545         * buffer.C (insertStringAsLines): take a ParagraphList as arg
3546         (sgmlError): ditto
3547         (simpleDocBookOnePar): ditto
3548         (makeDocBookFile): use ParagraphList::iterator
3549
3550         * CutAndPaste.C (pasteSelection): adjust
3551
3552 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3553
3554         * text2.C (getFont): adjust
3555         (getLayoutFont): adjust
3556         (getLabelFont): adjust
3557
3558         * paragraph_funcs.C (TeXOnePar): adjust
3559
3560         * buffer.C (simpleLinuxDocOnePar): adjust
3561         (simpleDocBookOnePar): adjust
3562
3563         * CutAndPaste.C (pasteSelection): adjust
3564
3565         * BufferView.C (getEncoding): adjust
3566
3567         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3568
3569 2003-04-16  John Levon  <levon@movementarian.org>
3570
3571         * lyxfind.C: use parlist stuff for search/changes
3572
3573 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3574
3575         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3576
3577         * text2.C (deleteEmptyParagraphMechanism): adjust
3578
3579         * text2.[Ch] (ownerParagraph): delete func (both of them
3580
3581 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3582
3583         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3584
3585 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3586
3587         * ParagraphList.C: prepare for NO_NEXT
3588
3589 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3590
3591         * text2.C (getFont): adjust
3592         (getLayoutFont): adjust
3593         (getLabelFont): adjust
3594
3595         * paragraph.C (getFont): adjust
3596         (getLabelFont): adjust
3597         (getLayoutFont): adjust
3598
3599         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3600
3601 2003-04-15  John Levon  <levon@movementarian.org>
3602
3603         From Angus Leeming
3604
3605         * lyx_main.C: handle Include in .ui files
3606
3607 2003-04-15  John Levon  <levon@movementarian.org>
3608
3609         * MenuBackend.C: make the doc files length shorter
3610
3611         * ToolbarBackend.h:
3612         * ToolbarBackend.C: handle toolbar placement flags,
3613         Minibuffer
3614
3615 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3616
3617         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3618         adjust
3619
3620         * paragraph_funcs.C (TeXOnePar): adjust
3621
3622         * paragraph.C (getLabelFont): add outerfont arg, adjust
3623         (getLayoutFont): ditto
3624         (simpleTeXOnePar): adjust
3625
3626         * paragraph_pimpl.C (realizeFont): delete func
3627
3628 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3629
3630         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3631         row argument, constify cur argument.
3632
3633 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3634
3635         * text2.C (getFont): adjust
3636         (getLayoutFont): adjust
3637         (getLabelFont): adjust
3638
3639         * paragraph_funcs.C (TeXOnePar): adjust
3640         (outerFont): new func...
3641         (realizeFont): ...moved out from here, changed this to facilitate
3642         transition
3643
3644         * paragraph.C (getFont): take outerfont as arg, adjust
3645         (simpleTeXOnePar): add outerfont arg, adjust
3646
3647         * buffer.C (simpleLinuxDocOnePar): adjust
3648         (simpleDocBookOnePar): adjust
3649
3650         * CutAndPaste.C (pasteSelection): adjust
3651
3652         * BufferView.C (getEncoding): adjust
3653
3654 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3655
3656         * text2.C (setCharFont): adjust
3657         (setCounter): adjust
3658
3659         * text.C (leftMargin): adjust
3660         (setHeightOfRow): adjust
3661
3662         * rowpainter.C (paintFirst): adjust
3663         (paintLast): adjust
3664
3665         * paragraph_pimpl.C (realizeFont): adjust
3666
3667         * paragraph.C (isFirstInSequence): move from here...
3668         * paragraph_funcs.C (isFirstInSequence): ...to here
3669
3670         * paragraph.C (outerHook): move from here...
3671         * paragraph_funcs.C (outerHook): ...to here
3672
3673         * paragraph.C (depthHook): move from here...
3674         * paragraph_funcs.C (depthHook): ...to here
3675
3676         * paragraph.C (getEndLabel): move from here...
3677         * paragraph_funcs.C (getEndLabel): ...to here
3678
3679         * text2.C (realizeFont): move from here...
3680         * paragraph_funcs.C (realizeFont): ...to here
3681
3682 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3683
3684         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3685
3686 2003-04-14  Angus Leeming  <leeming@lyx.org>
3687
3688         * LColor.[Ch]: scrap LColor mathcursor.
3689
3690 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3691
3692         * lyxlex.[Ch] (text): delete function
3693         * trans.C (Load): adjust
3694         * paragraph_funcs.C (readParToken): adjust
3695
3696 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3697
3698         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3699         vector<char> instead of a char[].
3700
3701         * lyxlex_pimpl.C (getString): adjust
3702         (next): adjust
3703         (lex): use getString
3704         (eatLine): adjust
3705         (nextToken): adjust
3706
3707         * lyxlex.C (text): use pimpl_->getString()
3708         (getBool): ditto
3709         (findToken): ditto
3710
3711 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3712
3713         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3714         (makeFontEntriesLayoutSpecific): temp var for par.size()
3715         (setLayout): temp var for ownerParagraphs().end()
3716         (fullRebreak): temp var for rows().end()
3717         (selectionAsString): temp var for boost::next(startpit), realize
3718         that the while really is a regular for loop.
3719         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3720         setCursor in one place.
3721         (setParagraph): temp vr for ownerParagraphs().end()
3722         (updateCounters): make the while loop a for loop
3723         (cutSelection): temp var for ownerParagraphs().end()
3724         (updateInset): make the do {} while() a regular for loop
3725         (getCursorX): use temp vars
3726         (setCurrentFont): use temp vars
3727         (getColumnNearX): use temp vars
3728
3729 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3730
3731         * text.C (transformChar): use temp var for getChar
3732         (computeBidiTables): use temp var for row->par()
3733         (fill): move temp vars for row->par() and pit->layout() earlier in
3734         the function.
3735         (labelFill): use temp var for row->par()
3736         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3737         asc and desc, realize that pit never changes and that firstpit is
3738         just a duplicate and not needed. Exchange rit->par() with pit in a
3739         lot of places.
3740         (breakAgain): use a temp var for boost::next(rit)
3741         (breakAgainOneRow): ditto
3742         (breakParagraph): use a temp var for rows().begin()
3743         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3744         (cursorRightOneWord): use temp var for cursor.par() and
3745         cursor.pos(), remove usage of tmpcursor.
3746         (cursorLeftOneWord): use temp var for cursor.par() and
3747         cursor.pos() only set cur at end of function.
3748
3749 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3750
3751         * text.C, text2.C: exchange all usage of Paragraph::next with
3752         boost::next(ParagraphList::iterator)
3753
3754         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3755
3756         * text2.C (cursorTop): simplify implementation
3757         (cursorBottom): ditto
3758         (setParagraph): use ParagraphList::iterator
3759         (setCurrentFont): adjust
3760         (getColumnNearX): adjust
3761         (cursorRight): adjust
3762         (cursorLeft): remove usage of Paragraph::previous
3763         (cursorUpParagraph): ditto
3764         (deleteEmptyParagraphMechanism): slight cleanup
3765
3766         * text.C (isBoundary): take a Paragraph const & instead of a
3767         pointer as arg.
3768         (addressBreakPoint): ditto
3769         (leftMargin): remove usage of Paragraph::previous.
3770         (setHeightOfRow): ditto
3771         (cursorLeftOneWord): ditto
3772         (selectNextWordToSpellcheck): ditto
3773         (Delete): ditto
3774         (backspace): ditto
3775         (breakParagraph): remove one usage of Paragraph::next
3776         (redoParagraph): ditto
3777         (acceptChange): ditto
3778         (insertChar): adjust
3779         (rowBreakPoint): adjust
3780
3781         * bufferview_funcs.C (toggleAndShow): adjust
3782
3783 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3784
3785         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3786         methods to access it.
3787         * lyxtext.h:
3788         * text.C: Added updateRowPositions to compute all row positions.
3789         Make top_y and getRowNearY() to use the cached y position
3790
3791 2003-04-11  John Levon  <levon@movementarian.org>
3792
3793         * text.C (rowBreakPoint): reintroduce the labelEnd
3794         checks, code copied from the row fill stuff. Deep voodoo.
3795
3796         * text.C (fill): add a comment and debugging for the
3797         next poor soul.
3798
3799 2003-04-11  John Levon  <levon@movementarian.org>
3800
3801         * text.C: make sure fullrow insets get wrapped to the next line,
3802         even when they're in a manual label
3803
3804 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3805
3806         * text2.C (insertParagraph): make it take ParagraphList::iterator
3807         as arg.
3808         (setLayout): make it return ParagraphList::iterator
3809         (redoParagraphs): ditto
3810         (setCounter): ditto
3811         (checkParagraph): ditto
3812
3813         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3814
3815         * text2.C: adjust several funcs.
3816         (realizeFont): take a ParagraphList::iterator as arg.
3817         (getLayoutFont): ditto
3818         (getLabelFont): ditto
3819         (setCharFont): ditto
3820
3821         * text.C: adjust several funcs.
3822
3823 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3824
3825         * text.C (selectNextWordToSpellcheck): don't accidentally
3826         skip insets
3827
3828 2003-04-10  John Levon  <levon@movementarian.org>
3829
3830         * ToolbarBackend.C (getIcon): special handling for
3831         LFUN_MATH_DELIM
3832
3833 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3834
3835         * text2.C (cursorRight): a getChar assert fixed
3836
3837 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3838
3839         * text2.C (getFont): change to take a ParagraphList::iterator
3840         instead of Paragraph*
3841         Adjust several functions.
3842
3843         * text.C (transformChar): change to take a ParagraphList::iterator
3844         instead of Paragraph*
3845         (singleWidth): ditto
3846         Adjust several functions.
3847
3848         * rowpainter.C: adjust several functions
3849         * rowpainter.h:store a ParagraphList::iterator and not a
3850         Paragraph&.
3851
3852
3853 2003-04-09  John Levon  <levon@movementarian.org>
3854
3855         * lyxfunc.C:
3856         * lfuns.h:
3857         * LyXAction.h:
3858         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3859         and the "help" bits as well
3860
3861 2003-04-09  John Levon  <levon@movementarian.org>
3862
3863         * ToolbarBackend.h:
3864         * ToolbarBackend.C: allow multiple toolbars
3865
3866 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3867
3868         * undo_funcs.C (setCursorParUndo): adjust
3869
3870         * text_funcs.C (transposeChars): adjust
3871
3872         * text3.C (gotoNextInset): adjust
3873         (dispatch): adjust
3874
3875         * text2.C (setLayout): adjust
3876         (changeDepth): adjust
3877         (setFont): adjust
3878         (redoParagraphs): adjust
3879         (selectionAsString): adjust
3880         (setParagraph): adjust
3881         (insertInset): adjust
3882         (cutSelection): adjust
3883         (copySelection): adjust
3884         (pasteSelection): adjust
3885         (insertStringAsLines): adjust
3886         (updateInset): adjust
3887         (setCursor): change to take a ParagraphList::iterator parameter
3888         (setCursorIntern): change to take a ParagraphList::iterator parameter
3889         (setCurrentFont): adjust
3890         (cursorLeft): adjust
3891         (cursorRight): adjust
3892         (deleteEmptyParagraphMechanism): adjust
3893
3894         * text.C (breakParagraph): adjust
3895         (insertChar): adjust
3896         (acceptChange): adjust
3897         (rejectChange): adjust
3898         (selectNextWordToSpellcheck): adjust
3899         (changeCase): adjust
3900         (Delete): adjust
3901         (backspace): adjust
3902
3903         * lyxfind.C (SearchForward): adjust
3904         (SearchBackward): adjust
3905         (nextChange): adjust
3906
3907         * lyxcursor.C (par): adjust
3908
3909         * lyxcursor.h: store a ParagraphList::iterator instead of a
3910         Paragraph*
3911
3912         * lyx_cb.C (getPossibleLabel): adjust
3913
3914         * bufferview_funcs.C (toggleAndShow): adjust
3915
3916         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3917         (dispatch): adjust
3918
3919         * BufferView.C (removeAutoInsets): adjust
3920         (lockedInsetStoreUndo): adjust
3921
3922 2003-04-09  John Levon  <levon@movementarian.org>
3923
3924         * ToolbarBackend.C: try icon without argument
3925         if with argument fails
3926
3927 2003-04-08  John Levon  <levon@movementarian.org>
3928
3929         * ToolbarBackend.h:
3930         * ToolbarBackend.C: add getIcon(), handle tooltip,
3931         and change from "Icon" to "Item".
3932
3933 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3934
3935         * BufferView.C (lockInset): another bad getchar crunched
3936
3937 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3938
3939         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3940         again)
3941
3942 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3943
3944         * lyxfind.C (searchForward, searchBackwards): bug 782
3945
3946 2003-04-07  John Levon  <levon@movementarian.org>
3947
3948         * paragraph.C: remove dead comment
3949
3950         * text.C: remove troublesome depth-fiddling code
3951         in leftMargin() and rightMargin() (bug 1017)
3952
3953         * text.C: fix breaking of rows in nested lists
3954         (bug 1004)
3955
3956         * text2.C (updateCounters): fix up depth values
3957         (bug 1013)
3958
3959 2003-04-07  John Levon  <levon@movementarian.org>
3960
3961         * BufferView_pimpl.C: clear message when doc finishes resizing,
3962         and after a mouse event
3963
3964         * lyxfunc.C: clear message after exiting inset
3965
3966 2003-04-07  John Levon  <levon@movementarian.org>
3967
3968         * bufferview_funcs.C: show math status not outside
3969         status in the statusbar
3970
3971 2003-04-07  John Levon  <levon@movementarian.org>
3972
3973         * lyxfunc.C: note status changed after a depth change
3974
3975 2003-04-04  Angus Leeming  <leeming@lyx.org>
3976
3977         * LaTeX.h: move AuxInfo operator==, != out of line.
3978         Remove LaTeX virtual destructor; nothing derives from it.
3979         Move operator()() out of public area and rename it startscript().
3980         Change protected for private.
3981
3982 2003-04-04  Angus Leeming  <leeming@lyx.org>
3983
3984         * lyxfunc.C:
3985         * text2.C: remove unneeded #includes.
3986
3987 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3988
3989         * text2.C (dEPM): fix the heigth of the next row
3990
3991 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3992
3993         * text.C: squashed an invalid getChar requester + some ws changes
3994
3995 2003-04-03  John Levon  <levon@movementarian.org>
3996
3997         * bufferview_funcs.h:
3998         * bufferview_funcs.C:
3999         * lyxfunc.C:
4000         * lyxtext.h:
4001         * text2.C: make getStatus work for the env depth lfuns
4002
4003 2003-04-03  John Levon  <levon@movementarian.org>
4004
4005         * bufferview_funcs.h:
4006         * bufferview_funcs.C:
4007         * lyxfunc.C:
4008         * lyxtext.h:
4009         * text2.C: parlistize decDepth(), by merging it with incDepth()
4010
4011 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4012
4013         * lyxrow.h: store a ParagraphList::iterator instead of a
4014         Paragraph* and adjust other class functions to suit.
4015
4016         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
4017         above.
4018
4019 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4020
4021         * text2.C (setCursor): do not anchor to cursor row for the time being
4022
4023 2003-04-02  John Levon  <levon@movementarian.org>
4024
4025         * LyXAction.C:
4026         * lfuns.h:
4027         * lyx_main.C:
4028         * lyxtext.h:
4029         * text.C:
4030         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
4031
4032 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4033
4034         * paragraph.h: make ParagraphList and ParagraphList::iterator
4035         friends of Paragraph.
4036
4037         * buffer.C (makeLinuxDocFile): move towards ParagraphList
4038
4039         * ParagraphList.C: Use the private next_ and previous_ from
4040         Paragraph.
4041
4042 2003-04-01  John Levon  <levon@movementarian.org>
4043
4044         * ToolbarBackend.h:
4045         * ToolbarBackend.C:
4046         * Makefile.am: rename, remove defaults gunk
4047
4048         * MenuBackend.h:
4049         * MenuBackend.C: remove defaults gunk
4050
4051         * Languages.h:
4052         * Languages.C: remove defaults gunk
4053
4054         * lyx_main.h:
4055         * lyx_main.C: error out if files couldn't be found.
4056
4057 2003-04-02  John Levon  <levon@movementarian.org>
4058
4059         * text2.C: make incDepth() use parlist
4060
4061 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4062
4063         * undo_funcs.C (firstUndoParagraph): adjust
4064
4065         * text3.C (gotoInset): adjust
4066         (dispatch): adjust, and rewrite loop.
4067
4068         * text2.C (init): adjust, and rewrite loop.
4069         (redoParagraphs): adjust
4070         (updateInset): adjust, and rewrite loop.
4071         (deleteEmptyParagraphMechanism): adjust
4072
4073         * tabular.C (LyXTabular): adjust
4074         (SetMultiColumn): adjust
4075         (TeXRow): adjust
4076
4077         * lyxtext.[Ch] (ownerParagraph): delete function
4078         (ownerParagraphs): new function returns a ParagraphList.
4079
4080         * BufferView.C (removeAutoInsets): adjust
4081         (insertErrors): adjust
4082         (setCursorFromRow): adjust
4083
4084 2003-04-01  Angus Leeming  <leeming@lyx.org>
4085
4086         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
4087         in the frontends.
4088
4089 2003-04-02  John Levon  <levon@movementarian.org>
4090
4091         * lyxtext.h:
4092         * text.C:
4093         * Makefile.am:
4094         * text_funcs.h:
4095         * text_funcs.C: make transposeChars a free function
4096
4097         * lyxrow_funcs.C: remove wrong comment
4098
4099 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4100
4101         * lyxtext.h: adjust
4102         * rowpainter.C: adjust
4103         * text.C: adjust
4104         * text2.C: adjust
4105         * text3.C: adjust
4106
4107         * lyxrow_funcs. [Ch]: new files
4108
4109         * lyxrow.[Ch]: remove next and previous pointers
4110         (next,previous): remove accessor functions
4111         (isParEnd): move to lyxrow_funcs
4112         (lastPos): move to lyxrow_funcs
4113         (nextRowIsAllInset): move to lyxrow_funcs
4114         (lastPrintablePos): move to lyxrow_funcs
4115         (numberOfSeparators): move to lyxrow_funcs
4116         (numberOfHfills): move to lyxrow_funcs
4117         (numberOfLabelHfills): move to lyxrow_funcs
4118         (hfillExpansion): move to lyxrow_funcs
4119
4120         * lyxfunc.C: adjust
4121
4122         * bufferview_funcs.C (toggleAndShow): adjust
4123
4124         * RowList.h: Remove class RowList from file leave just a
4125         std::list<Row>.
4126
4127         * RowList.C: delete file
4128
4129         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
4130         and lyxrow_funcs.h
4131
4132 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4133
4134         * text3.C (cursorPrevious): adjust
4135         (cursorNext): adjust
4136         (dispatch): adjust
4137
4138         * text2.C (redoHeightOfParagraph): adjust
4139         (redoDrawingOfParagraph): adjust
4140         (setCursor): adjust
4141
4142         * text.C (breakParagraph): adjust
4143         (insertChar): adjust
4144         (backspace): adjust
4145
4146         * rowpainter.C (RowPainter): adjust
4147         (leftMargin): simplify and adjust
4148         (most rowpainter functions): adjust.
4149
4150         * rowpainter.h: store the row as RowList::iterator not as Row*
4151
4152         * lyxcursor.C (row): taka RowList::iterator as arg
4153         (irow): ditto
4154
4155         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
4156         of Row*.
4157
4158 2003-04-01  Angus Leeming  <leeming@lyx.org>
4159
4160         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
4161         stuff like bool Bool.
4162
4163 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4164
4165         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
4166         rewrite a loop
4167
4168 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4169
4170         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
4171         RowList::iterator.
4172
4173         * lyxtext.h (rows): drop one version and leve a const variant that
4174         returns a RowList::iterator.
4175
4176 2003-03-31  Angus Leeming  <leeming@lyx.org>
4177
4178         * text.C (fill): ensure that the signature is the same as that in the
4179         header file.
4180
4181 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
4182
4183         * text2.C (redoParagraphs): adjust
4184         (updateCounters): adjust
4185         (checkParagraph): adjust
4186         (getColumnNearX): adjust and reformat a bit.
4187
4188         * text.C (top_y): adjust
4189         (workWidth): adjust
4190         (leftMargin): adjust
4191         (prepareToPrint): adjust
4192         (getRow): adjust
4193         (getRowNearY): adjust
4194
4195         * lyxtext.h: make rowlist_ mutable.
4196
4197         * RowList.h: add const_iterator
4198         * RowList.C: adjust for RowList::const_iterator.
4199
4200         * text2.C (getCursorX): make it take a RowList::iterator as arg,
4201         adjust.
4202
4203 2003-03-31  John Levon  <levon@movementarian.org>
4204
4205         * lyxrc.h:
4206         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
4207
4208         * lyx_main.C: set default fonts from using lyx_gui funcs
4209
4210         * exporter.C: pdf_mode moved from lyxrc
4211
4212         * lyx_cb.C:
4213         * lyxfunc.C: changes from above
4214
4215 2003-03-31  John Levon  <levon@movementarian.org>
4216
4217         * lyx_main.C: fix to the last fix
4218
4219 2003-03-31  John Levon  <levon@movementarian.org>
4220
4221         * bufferlist.C: "Load original" -> "Load Original"
4222
4223         * converter.C:
4224         * exporter.C:
4225         * importer.C:
4226         * lyx_main.C:
4227         * format.C: more Alert cleanups
4228
4229 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4230
4231         * text2.C (removeParagraph): make it take a RowList::iterator as
4232         arg, adjust.
4233         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
4234         (postRowPaint): make it take a RowList::iterator as arg, adjust.
4235
4236         * text.C (anchor_row): make it take a RowList::iterator as arg,
4237         adjust.
4238         (computeBidiTables): make it take a const reference to Row instead
4239         of Row pointer, adjust.
4240         (leftMargin): make it take a RowList::iterator as arg, adjust.
4241         (rowBreakPoint): adjust
4242         (breakAgainOneRow): make it take a RowList::iterator as arg,
4243         adjust.
4244         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
4245
4246         * bufferview_funcs.C (toggleAndShow): adjust
4247
4248 2003-03-30  John Levon  <levon@movementarian.org>
4249
4250         * Makefile.am:
4251         * BoostFormat.h:
4252         * boost-inst.C: moved to support
4253
4254         * several files: changes as a result
4255
4256 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4257
4258         * text2.C (LyXText): adjust.
4259         (init): adjust
4260         (removeRow): make it take a RowList::iterator as arg, adjust.
4261         (fullRebreak): adjust
4262         (deleteEmptyParagraphMechanism): adjust
4263         (clearPaint): adjust
4264         (postPaint): adjust
4265
4266         * text.C (top_y): adjust
4267         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
4268         (breakAgain): make it take a RowList::iterator as arg, adjust.
4269         (breakParagraph): adjust
4270         (insertChar): adjust
4271         (backspace): adjust
4272
4273         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
4274         need_break_row, and refresh_row.
4275
4276         * text3.C (dispatch): adjust
4277
4278         * text2.C (checkParagraph): adjust
4279         (setCursor): adjust
4280         (setCursorFromCoordinates): adjust
4281
4282         * text.C (top_y): adjust
4283         (workWidth): adjust
4284         (getRow): make it return a RowList::iterator, adjust
4285         (getRowNearY): make it return a RowList::iterator, adjust
4286
4287         * text2.C (init): adjust
4288         (insertRow): remove function
4289         (insertParagraph): adjust
4290         (redoParagraphs): adjust
4291         (fullRebreak): adjust
4292         (updateCounters): adjust
4293
4294         * text.C (top_y): rewrite to use RowList iterators.
4295         (top_y): adjust
4296         (setHeightOfRow): rewrite to sue RowList iterators.
4297         (appendParagraph): adjust
4298         (breakAgain): adjust
4299         (breakAgainOneRow): adjust
4300         (breakParagraph): adjust
4301         (getRow): adjust
4302         (getRowNearY): adjust, and remove commented code.
4303
4304         * lyxtext.h (firstRow): delete function
4305         (lastRow): delete function
4306         (rows): new function (const and non-const versions.)
4307         (insertRow): delete function
4308
4309         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
4310
4311 2003-03-29  John Levon  <levon@movementarian.org>
4312
4313         * BufferView_pimpl.C: always update scrollbar top
4314         because pasting text when we're anchored could mean we
4315         miss an update altogether
4316
4317 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4318
4319         * text2.C (init): use rowlist_.end() and not 0.
4320         (insertRow): change to take a RowList::iterator as arg, adjust
4321         for this.
4322         (insertParagraph): change to take a RowList::iterator as arg,
4323         adjust for this.
4324         (redoParagraphs): remove some debug msgs.
4325
4326         * text.C (appendParagraph): change to take a RowList::iterator
4327         arg, adjust for this.
4328         (breakAgain): add an assert
4329         (breakAgainOneRow): ditto
4330
4331 2003-03-29  John Levon  <levon@movementarian.org>
4332
4333         * text2.C: do not clear selection after inc/decDepth
4334         (bug 550)
4335
4336 2003-03-29  John Levon  <levon@movementarian.org>
4337
4338         * BufferView.C:
4339         * buffer.C: fix broken strerrors according to Lars
4340
4341 2003-03-29  John Levon  <levon@movementarian.org>
4342
4343         * converters.C: more Alert cleanups
4344
4345 2003-03-29  John Levon  <levon@movementarian.org>
4346
4347         * bufferview_funcs.C: remove pointless Alert
4348
4349         * buffer.C: fix confusing error message when
4350         a template is chmoded 000
4351
4352 2003-03-29  John Levon  <levon@movementarian.org>
4353
4354         * BufferView.C:
4355         * BufferView.h:
4356         * BufferView_pimpl.C: Alert fixes
4357
4358         * Makefile.am:
4359         * tabular.C:
4360         * tabular-old.C: remove unused table compat reading
4361
4362 2003-03-29  John Levon  <levon@movementarian.org>
4363
4364         * BufferView.C:
4365         * buffer.C:
4366         * lyx_cb.h:
4367         * lyx_cb.C: more Alert cleanups
4368
4369         * lyxfunc.C: don't allow chktex if not latex document
4370
4371 2003-03-29  John Levon  <levon@movementarian.org>
4372
4373         * lyx_cb.C:
4374         * BufferView.C:
4375         * buffer.C: warnings pushed down from support/,
4376         kill err_alert
4377
4378 2003-03-29  John Levon  <levon@movementarian.org>
4379
4380         * lyxfunc.C: safety check for C-r (revert)
4381
4382 2003-03-29  John Levon  <levon@movementarian.org>
4383
4384         * bufferlist.h:
4385         * bufferlist.C: several UI fixes using Alert::prompt.
4386         Fix the pointless looping quit code. Fix stupid revert
4387         behaviour (bug 938)
4388
4389         * lyxvc.h:
4390         * lyxvc.C:
4391         * lyx_cb.C: use Alert::prompt
4392
4393         * lyx_main.C: remove a silly question
4394
4395         * lyxfunc.C: remove a couple of silly questions,
4396         use Alert::prompt
4397
4398 2003-03-28  John Levon  <levon@movementarian.org>
4399
4400         * text2.C: fix bug 974 (End on empty par)
4401
4402 2003-03-28  John Levon  <levon@movementarian.org>
4403
4404         * BufferView_pimpl.C:
4405         * LyXAction.C:
4406         * lfuns.h: remove do-nothing math greek lfuns
4407
4408 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4409
4410         * lyxgluelength.h (isValidGlueLength): add default arg on
4411         parameter 2. Remove default arg from friend in class.
4412
4413         * lyxlength.h (isValidLength): add default arg on parameter 2.
4414         Remove default arg from friend in class.
4415
4416         * text2.C (LyXText): adjust, initialize refresh_row.
4417         (init): adjust
4418         (removeRow): adjust
4419         (insertRow): adjust
4420         (insertParagraph): adjst
4421         (redoParagraphs): adjust
4422         (fullRebreak): adjust
4423         (updateCounters): adjust
4424         (deleteEmptyParagraphMechanism): first attempt at fixing a
4425         crashing bug.
4426
4427         * text.C (top_y): adjust
4428         (setHeightOfRow): adjust
4429         (getRow): adjust
4430         (getRowNearY): adjust
4431
4432         * lyxtext.h: include RowList.h
4433         (~LyXText): not needed anymore, deleted.
4434         (firstRow): modify for RowList
4435         (lastRow): new function
4436         Delete firstrow and lastrow class variables, add a Rowlist
4437         rowlist_ class variable.
4438
4439         * lyxrow.C (lastPos): use empty() and not !size() to check if a
4440         paragraph is empty.
4441
4442         * RowList.C (insert): fix case where it == begin().
4443
4444 2003-03-26  Angus Leeming  <leeming@lyx.org>
4445
4446         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
4447         the thesaurus dialog.
4448
4449 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4450
4451         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
4452
4453         * RowList.[Ch]: new files
4454
4455         * ParagraphList.C (erase): handle the case where it == begin
4456         correctly.
4457
4458 2003-03-25  John Levon  <levon@movementarian.org>
4459
4460         * Makefile.am:
4461         * aspell_local.h:
4462         * aspell.C: add new aspell support
4463
4464         * lyxrc.h:
4465         * lyxrc.C: Make use_pspell be use_spell_lib. Always
4466         have it accessible.
4467
4468 2003-03-25  Angus Leeming  <leeming@lyx.org>
4469
4470         * lfuns.h:
4471         * LyXAction.C (init): new LFUN_INSET_INSERT.
4472
4473         * BufferView_pimpl.C (dispatch): split out part of the
4474         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
4475
4476         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
4477         LFUN_INSET_APPLY.
4478
4479 2003-03-25  Angus Leeming  <leeming@lyx.org>
4480
4481         * lyxfunc.C (dispatch): changes to the Dialogs interface.
4482
4483 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
4484
4485         * text2.C:
4486         * text3.C: remove useless row->height(0)
4487
4488 2003-03-25  John Levon  <levon@movementarian.org>
4489
4490         * lyxtext.h:
4491         * text2.C:
4492         * text3.C: rename the refreshing stuff to better names
4493
4494 2003-03-24  John Levon  <levon@movementarian.org>
4495
4496         * BufferView_pimpl.h:
4497         * BufferView_pimpl.C: update layout choice on a mouse
4498         press/release
4499
4500 2003-03-23  John Levon  <levon@movementarian.org>
4501
4502         * Makefile.am: fix commandtags.h reference
4503
4504 2003-03-22  John Levon  <levon@movementarian.org>
4505
4506         * BufferView_pimpl.C:
4507         * lyxtext.h:
4508         * rowpainter.C:
4509         * rowpainter.h:
4510         * text.C:
4511         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
4512
4513 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
4514
4515         * lyxtext.h:
4516         * text.C: take the rtl methods out of line
4517
4518 2003-03-21 André Pönitz <poenitz@gmx.net>
4519
4520         * metricsinfo.[Ch]: new files containing structures to be passed around
4521         during the two-phase-drawing...
4522
4523 2003-03-21 André Pönitz <poenitz@gmx.net>
4524
4525         * lyxtextclass.C: read 'environment' tag.
4526
4527 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
4528
4529         * text2.C (removeRow): fix bug 964
4530
4531 2003-03-20  John Levon  <levon@movementarian.org>
4532
4533         * rowpainter.C:
4534         * text.C:
4535         * text2.C: paint cleanups. Inset::update() dropped font
4536         parameter
4537
4538 2003-03-19  John Levon  <levon@movementarian.org>
4539
4540         * lyxfunc.C: only fitcursor/markDirty if available()
4541
4542 2003-03-19  John Levon  <levon@movementarian.org>
4543
4544         * commandtags.h: rename to ...
4545
4546         * lfuns.h: ... this, and renumber / cleanup
4547
4548 2003-03-19  John Levon  <levon@movementarian.org>
4549
4550         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
4551         fit the cursor after an lfun
4552
4553         * BufferView.h:
4554         * BufferView.C:
4555         * BufferView_pimpl.h:
4556         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
4557
4558         * LyXAction.C: layout-character should have ReadOnly
4559
4560         * ParagraphParameters.C:
4561         * buffer.C:
4562         * bufferview_funcs.C:
4563         * lyx_cb.C:
4564         * lyxfind.C:
4565         * lyxtext.h:
4566         * text.C:
4567         * text2.C:
4568         * text3.C:
4569         * undo_funcs.C: changes from above
4570
4571 2003-03-18  John Levon  <levon@movementarian.org>
4572
4573         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4574         remove it from update()
4575
4576         * lyxfunc.C: update layout choice after an lfun
4577
4578         * text3.C: remove extra updateLayoutChoice()s
4579
4580 2003-03-18  John Levon  <levon@movementarian.org>
4581
4582         * text.C: top_y change means full repaint, fix
4583         a drawing bug with cursor movement
4584
4585 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4586
4587         * lyxtext.h:
4588         * text.C:
4589         * text2.C: anchor row on setCursor
4590
4591 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4592
4593         * lyxtext.h: remove almost all mutable keywords
4594         * text.C:
4595         * text2.C:
4596         * text3.C: remove const keywords accordingly
4597
4598 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4599
4600         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4601         anon namespace
4602         (TeXEnvironment): ditto
4603         (TeXOnePar): ditto
4604
4605 2003-03-17  John Levon  <levon@movementarian.org>
4606
4607         * text.C (rowBreakPoint): remove attempt to fix displayed
4608         math insets inside a manual label
4609
4610 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4611
4612         * lyxtext.h: remove BufferView* as first arg from almost all class
4613         functions.
4614         * other files: adjust.
4615
4616 2003-03-17  John Levon  <levon@movementarian.org>
4617
4618         * lyxtext.h:
4619         * undo_funcs.C:
4620         * text2.C: more paint cleanups
4621
4622         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4623
4624         * rowpainter.h:
4625         * rowpainter.C: remove "smart" background painting code
4626
4627 2003-03-16  John Levon  <levon@movementarian.org>
4628
4629         * lyxtext.h:
4630         * text.C:
4631         * text2.C:
4632         * text3.C: add helper functions for setting refresh_row/y
4633
4634 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4635
4636         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4637         newline inset which *can* get inserted in the pass_thru layouts.
4638         This is primarily for literate documents.
4639
4640 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4641
4642         * buffer.C: increment LYX_FORMAT to 223
4643
4644 2003-03-14 André Pönitz <poenitz@gmx.net>
4645
4646         * textclass.h: prepare for environment handling, ws changes
4647         * lyxlayout.C: read latexheader and latexfooter tags
4648
4649 2003-03-14  John Levon  <levon@movementarian.org>
4650
4651         * text2.C: rewrite ::status() a bit
4652
4653 2003-03-13  John Levon  <levon@movementarian.org>
4654
4655         * lyxtext.h: add some docs
4656
4657 2003-03-13  John Levon  <levon@movementarian.org>
4658
4659         * lyxtext.h:
4660         * text.C:
4661         * text2.C:
4662         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4663
4664 2003-03-13  John Levon  <levon@movementarian.org>
4665
4666         * text3.C: fix appendix redrawing
4667
4668 2003-03-13  John Levon  <levon@movementarian.org>
4669
4670         * text.C (setHeightOfRow):
4671         * rowpainter.h:
4672         * rowpainter.C: make appendix mark have the text
4673           "Appendix" so the user knows what it is
4674
4675         * LColor.h:
4676         * LColor.C: s/appendixline/appendix/ from above
4677
4678 2003-03-13  John Levon  <levon@movementarian.org>
4679
4680         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4681
4682         * text.C: fix a getChar(pos) bug properly
4683
4684 2003-03-13  Angus Leeming  <leeming@lyx.org>
4685
4686         * commandtags.h:
4687         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4688         Probably only temporary. Let's see how things pan out.
4689
4690         * BufferView.C (unlockInset):
4691         * BufferView_pimpl.C (fitCursor):
4692         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4693
4694         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4695         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4696
4697         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4698         new functions that convert ParagraphParameters to and from a string.
4699
4700         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4701         BufferView::Pimpl's dispatch.
4702         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4703
4704 2003-03-13 André Pönitz <poenitz@gmx.net>
4705
4706         * lyxfunc.C:
4707         * text3.C:
4708         * factory.C: make it aware of InsetEnv
4709
4710 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4711
4712         * text2.C (setCursor): never ask for one past last
4713         (setCursor): add some debugging messages.
4714
4715         * text.C (singleWidth): never ask for one past last
4716         (singleWidth): ditto
4717         (leftMargin): ditto
4718         (rightMargin): ditto
4719         (rowBreakPoint): ditto
4720         (setHeightOfRow): ditto
4721         (prepareToPrint): ditto
4722
4723         * rowpainter.C (paintBackground): never ask for one past last
4724         (paintText): never ask for one past last
4725
4726         * paragraph_pimpl.C (getChar): make the assert stricter, never
4727         allow the one past last pos to be taken
4728
4729         * paragraph.C (getChar): ws changes only
4730
4731         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4732         (numberOfSeparators): ditto
4733         (numberOfHfills): ditto
4734
4735 2003-03-12  John Levon  <levon@movementarian.org>
4736
4737         * author.h:
4738         * author.C:
4739         * bufferparams.h:
4740         * bufferparams.C:
4741         * paragraph_funcs.C: fix per-buffer authorlists
4742
4743 2003-03-12  John Levon  <levon@movementarian.org>
4744
4745         * text.C: fix newline in right address
4746
4747 2003-03-12  Angus Leeming  <leeming@lyx.org>
4748
4749         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4750         duplicate those in LyXFunc::dispatch.
4751
4752         * commandtags.h:
4753         * LyXAction.C:
4754         * ToolbarDefaults.C:
4755         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4756         Add LFUN_FONTFREE_UPDATE.
4757
4758         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4759         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4760
4761         * bufferview_func.[Ch]: several new functions to facilliate
4762         transfer of data to and from the character dialog.
4763
4764 2003-03-12  John Levon  <levon@movementarian.org>
4765
4766         * buffer.C:
4767         * paragraph.h:
4768         * paragraph.C:
4769         * paragraph_funcs.C:
4770         * paragraph_pimpl.C:
4771         * sgml.C:
4772         * tabular.C:
4773         * text.C:
4774         * text3.C: remove META_NEWLINE in favour of an inset
4775
4776         * rowpainter.h:
4777         * rowpainter.C: remove paintNewline (done by inset)
4778
4779 2003-03-12  John Levon  <levon@movementarian.org>
4780
4781         * paragraph_pimpl.C: complain about bad getChar()s
4782         for a while at least
4783
4784 2003-03-12  John Levon  <levon@movementarian.org>
4785
4786         * buffer.h:
4787         * buffer.C: move paragraph read into a separate function,
4788         a little renaming to reflect that.
4789
4790         * bufferparams.h:
4791         * bufferparams.C: remove the author_ids map, not necessary now
4792
4793         * factory.h:
4794         * factory.C: moved Buffer::readInset to here
4795
4796         * paragraph_funcs.h:
4797         * paragraph_funcs.C: readParagraph free function moved from
4798         buffer.C
4799
4800         * tabular.C: name change
4801
4802 2003-03-12  John Levon  <levon@movementarian.org>
4803
4804         * buffer.C:
4805         * ParagraphParameters.C: move par params input to
4806         a read() method
4807
4808         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4809         behave like a normal read from the stream wrt reading
4810         a line vs. a \\token
4811
4812 2003-03-12  John Levon  <levon@movementarian.org>
4813
4814         * paragraph.C:
4815         * ParagraphParameters.h:
4816         * ParagraphParameters.C: move output code to a
4817         ::write() method
4818
4819 2003-03-12  John Levon  <levon@movementarian.org>
4820
4821         * BufferView.C (insertLyXFile):
4822         * buffer.h:
4823         * buffer.C:
4824         * tabular.C: use a parlist iterator for creating the
4825           document.
4826
4827 2003-03-12  John Levon  <levon@movementarian.org>
4828
4829         * buffer.C: make current_change static local not
4830           static file-scope
4831
4832 2003-03-12  John Levon  <levon@movementarian.org>
4833
4834         * buffer.C: fix insertStringAsLines for change tracking
4835
4836 2003-03-12  John Levon  <levon@movementarian.org>
4837
4838         * BufferView.C:
4839         * tabular.C:
4840         * buffer.h:
4841         * buffer.C:
4842         * bufferparams.h:
4843         * bufferparams.C: move author list into params. Rename some
4844           functions. Move the header reading into a separate token
4845           loop. Move the header token reading into BufferParams.
4846
4847 2003-03-12  John Levon  <levon@movementarian.org>
4848
4849         * changes.C: put debug inside lyxerr.debugging() checks
4850
4851 2003-03-11 André Pönitz <poenitz@gmx.net>
4852
4853         * factory.C: make it aware of InsetHFill
4854
4855 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4856
4857         * buffer.C (latexParagraphs): move function from here...
4858         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4859         args.
4860
4861 2003-03-10  Angus Leeming  <leeming@lyx.org>
4862
4863         * LyXAction.C (init): fix bug in poplating array with multiple entries
4864         with the same LFUN (spotted by JMarc).
4865
4866 2003-03-10  John Levon  <levon@movementarian.org>
4867
4868         * text.C:
4869         * text2.C: move getColumnNearX() near its
4870         only call site
4871
4872 2003-03-10  John Levon  <levon@movementarian.org>
4873
4874         * text.C: fix break before a minipage
4875
4876 2003-03-10  John Levon  <levon@movementarian.org>
4877
4878         * text.C: fix the last commit
4879
4880 2003-03-09  John Levon  <levon@movementarian.org>
4881
4882         * lyxtext.h:
4883         * text.C:
4884         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4885         bug 365 (don't break before insets unless needed). Don't
4886         return a value > last under any circumstances.
4887
4888 2003-03-09  Angus Leeming  <leeming@lyx.org>
4889
4890         * BufferView_pimpl.C (trackChanges, dispatch): call
4891         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4892
4893 2003-03-09  Angus Leeming  <leeming@lyx.org>
4894
4895         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4896         than Dialogs::showAboutlyx().
4897
4898 2003-03-09  Angus Leeming  <leeming@lyx.org>
4899
4900         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4901         than Dialogs::showTabularCreate().
4902
4903 2003-03-09  John Levon  <levon@movementarian.org>
4904
4905         * lyxtext.h:
4906         * text.C:
4907         * text2.C: 3rd arg to nextBreakPoint was always the same.
4908           Use references.
4909
4910 2003-03-08  John Levon  <levon@movementarian.org>
4911
4912         * lyxrow.C:
4913         * paragraph.C:
4914         * paragraph.h:
4915         * rowpainter.C:
4916         * text.C:
4917         * text2.C: Remove the "main" bit from the "main body"
4918           notion.
4919
4920 2003-03-08  John Levon  <levon@movementarian.org>
4921
4922         * text.C (leftMargin): The left margin of an empty
4923         manual label paragraph should not include the label width
4924         string length.
4925
4926         * text.C (prepareToPrint): don't attempt to measure hfills
4927         for empty manual label paragraphs - the answer should be 0
4928
4929 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4930
4931         * CutAndPaste.C: remove commented code and reindent.
4932
4933 2003-03-08  John Levon  <levon@movementarian.org>
4934
4935         * lyxfunc.h:
4936         * lyxfunc.C: move reloadBuffer()
4937
4938         * BufferView.h:
4939         * BufferView.C: to here
4940
4941         * lyxvc.C: add comment
4942
4943         * vc-backend.h:
4944         * vc-backend.C: call bv->reload() to avoid
4945           getStatus() check on MENURELOAD
4946
4947 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4948
4949         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4950         to an old format .dep file.
4951
4952 2003-03-07  Angus Leeming  <leeming@lyx.org>
4953
4954         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4955         when the LFUN_MOUSE_RELEASE should have been handled by
4956         inset->localDispatch.
4957
4958 2003-03-07  Angus Leeming  <leeming@lyx.org>
4959
4960         * BufferView_pimpl.C (dispatch):
4961         * LyXAction.C (init):
4962         * ToolbarDefaults.C (init):
4963         * commandtags.h:
4964         * lyxfunc.C (getStatus):
4965         remove LFUN_INSET_GRAPHICS.
4966
4967         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4968
4969 2003-03-07  Angus Leeming  <leeming@lyx.org>
4970
4971         * commandtags.h:
4972         * LyXAction.C (init):
4973         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4974
4975         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4976
4977         * commandtags.h:
4978         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4979
4980         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4981         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4982
4983 2003-03-07  Angus Leeming  <leeming@lyx.org>
4984
4985         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4986         remove "ert".
4987
4988 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4989
4990         * ParagraphList.C (front): new function
4991         (back): implement
4992
4993 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4994
4995         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4996         and top_row_offset_. removed var first_y.
4997         * text.C (top_y):
4998         * text2.C (LyXText, removeRow):
4999         * text3.C:
5000         * BufferView_pimpl.C:
5001         use these methods instead of using first_y
5002
5003 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5004
5005         * text2.C (pasteSelection): adjust for checkPastePossible
5006
5007         * CutAndPaste.C: remove Paragraph * buf and replace with
5008         ParagraphList paragraphs.
5009         (DeleteBuffer): delete
5010         (cutSelection): change the tc type to textclass_type
5011         (copySelection): change the tc type to textclass_type
5012         (copySelection): adjust for ParagraphList
5013         (pasteSelection): change the tc type to textclass_type
5014         (pasteSelection): adjust for Paragraphlist
5015         (nrOfParagraphs): simplify for ParagraphList
5016         (checkPastePossible): simplify for ParagraphList
5017         (checkPastePossible): remove unused arg
5018
5019         * ParagraphList.C (insert): handle the case where there are no
5020         paragraphs yet.
5021
5022         * CutAndPaste.h: make CutAndPaste a namespace.
5023
5024         * text3.C (dispatch): adjust
5025
5026         * text.C (breakParagraph): add a ParagraphList as arg
5027
5028         * paragraph_funcs.C (breakParagraph): change to take a
5029         BufferParams and a ParagraphList as args.
5030         (breakParagraphConservative): ditto
5031         (mergeParagraph): ditto
5032         (TeXDeeper): add a ParagraphList arg
5033         (TeXEnvironment): ditto
5034         (TeXOnePar): ditto
5035
5036         * buffer.C (readLyXformat2): adjust
5037         (insertStringAsLines): adjust
5038         (latexParagraphs): adjust
5039
5040         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
5041         (cutSelection): adjust
5042         (pasteSelection): adjust
5043
5044         * BufferView_pimpl.C (insertInset): adjust
5045
5046 2003-03-05  Angus Leeming  <leeming@lyx.org>
5047
5048         * commandtags.h:
5049         * LyXAction.C (init):
5050         * BufferView_pimpl.C (dispatch):
5051         * lyxfunc.C (getStatus):
5052         remove LFUN_CHILD_INSERT.
5053
5054         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
5055
5056 2003-03-05  Angus Leeming  <leeming@lyx.org>
5057
5058         * commandtags.h:
5059         * LyXAction.C (init):
5060         * src/factory.C (createInset):
5061         * lyxfunc.C (getStatus):
5062         * text3.C (dispatch):
5063         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
5064
5065         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
5066
5067 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5068
5069         * ParagraphList.C (insert): handle insert right before end()
5070         (erase): fix cases where it can be first or last paragraph.
5071
5072 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5073
5074         * paragraph_funcs.C (TeXEnvironment): remove all usage of
5075         Paragraph::next and Paragraph::previous
5076         (TeXOnePar): ditto
5077
5078         * text.C (breakParagraph): adjust
5079
5080         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
5081         BufferParams& as arg.
5082         (breakParagraph): use ParagraphList::insert
5083         (breakParagraphConservative): take a Buffer* instead of a
5084         BufferParams& as arg.
5085         (breakParagraphConservative): use ParagraphList::insert.
5086
5087         * buffer.C (insertStringAsLines): un-const it
5088         (insertStringAsLines): adjust
5089
5090         * ParagraphList.C (insert): new function
5091
5092         * CutAndPaste.C (pasteSelection): adjust
5093
5094         * text.C (backspace): adjust
5095
5096         * tabular.C (SetMultiColumn): adjust
5097
5098         * CutAndPaste.C (cutSelection): adjust
5099         (pasteSelection): adjust
5100
5101         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
5102         Buffer const * as arg
5103
5104         * ParagraphList.C (erase): new function
5105         * paragraph_funcs.C (mergeParagraph): use it
5106         (mergeParagraph): make it take a Buffer* instead of a
5107         BufferParams* as arg
5108
5109         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
5110         as arg
5111         (breakParagraphConservative): ditto
5112
5113         * paragraph.h: remove the breakParagraph friend
5114
5115         * paragraph.C (eraseIntern): new function
5116         (setChange): new function
5117
5118         * paragraph_funcs.C (mergeParagraph): make it take a
5119         ParagraphList::iterator instead of a Paragraph *, adjust
5120         accordingly.
5121
5122         * paragraph.h: move an #endif so that the change tracking stuff
5123         also works in the NO_NEXT case.
5124
5125 2003-03-04  Angus Leeming  <leeming@lyx.org>
5126
5127         * commandtags.h:
5128         * LyXAction.C: new LFUN_INSET_MODIFY.
5129
5130         * BufferView_pimpl.C (dispatch): if an inset is found to be open
5131         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
5132
5133 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5134
5135         * several files: ws changes only
5136
5137         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
5138         (TeXEnvironment): ditto
5139         (TeXDeeper): ditto
5140
5141         * buffer.C (makeLaTeXFile): adjust
5142         (latexParagraphs): make it take ParagraphList::iterator as args
5143
5144 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5145
5146         * buffer.C (latexParagraphs): adjust
5147
5148         * paragraph.C (TeXOnePar): move function...
5149         (optArgInset): move function...
5150         (TeXEnvironment): move function...
5151         * paragraph_pimpl.C (TeXDeeper): move function...
5152         * paragraph_funcs.C: ...here
5153
5154         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
5155
5156 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5157
5158         * buffer.C (readInset): remove compability code for old Figure and
5159         InsetInfo insets
5160
5161 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5162
5163         * buffer.C: ws changes
5164         (readInset):
5165
5166         * BufferView_pimpl.C: ditto
5167         * author.C: ditto
5168         * buffer.h: ditto
5169         * bufferlist.h: ditto
5170         * changes.h: ditto
5171         * lyxfunc.C: ditto
5172
5173 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
5174
5175         * converter.[Ch]: split into itself +
5176         * graph.[Ch]
5177         * format.[Ch]
5178         * Makefile.am: += graph.[Ch] + format.[Ch]
5179         * MenuBackend.C
5180         * buffer.C
5181         * exporter.C
5182         * importer.C
5183         * lyx_main.C
5184         * lyxfunc.C
5185         * lyxrc.C: added #include "format.h"
5186
5187 2003-02-27  Angus Leeming  <leeming@lyx.org>
5188
5189         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
5190           a label.
5191
5192         * factory.C (createInset): add "label" to the factory.
5193
5194         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
5195           string and do no more.
5196
5197 2003-02-27  Angus Leeming  <leeming@lyx.org>
5198
5199         * commandtags.h:
5200         * LyXAction.C (init):
5201         * factory.C (createInset):
5202         * BufferView_pimpl.C (dispatch):
5203           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
5204
5205         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
5206
5207         * lyxfunc.C (dispatch):
5208         * text3.C (dispatch): pass name to params2string.
5209
5210 2003-02-26  Angus Leeming  <leeming@lyx.org>
5211
5212         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
5213           blocks together.
5214           Rearrange the ~includes. Strip out the unnecessary ones.
5215
5216         * factory.C (createInset): reformat.
5217           create new insets for the various LFUN_XYZ_APPLY lfuns.
5218
5219 2003-02-26  John Levon  <levon@movementarian.org>
5220
5221         * lyxrow.h:
5222         * lyxrow.C: add isParStart,isParEnd helpers
5223
5224         * paragraph.h: make isInserted/DeletedText take refs
5225
5226         * paragraph_funcs.h:
5227         * paragraph_funcs.C: remove #if 0'd code
5228
5229         * lyxtext.h:
5230         * text3.C:
5231         * text2.C:
5232         * text.C: use lyxrow helpers above.
5233           Move draw and paint routines to RowPainter.
5234           Make several methods use refs not pointers.
5235           Make backgroundColor() const.
5236           Add markChangeInDraw(), isInInset().
5237           Merge changeRegionCase into changeCase.
5238           Make workWidth() shouldn't-happen code into an Assert.
5239
5240         * rowpainter.h:
5241         * rowpainter.C: new class for painting a row.
5242
5243         * vspace.h:
5244         * vspace.C: make inPixels take a ref
5245
5246 2003-02-26  Angus Leeming  <leeming@lyx.org>
5247
5248         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
5249         LFUN_REF_APPLY.
5250
5251 2003-02-25  John Levon  <levon@movementarian.org>
5252
5253         * ispell.C: give the forked command a more accurate name
5254
5255 2003-02-22  John Levon  <levon@movementarian.org>
5256
5257         * toc.h:
5258         * toc.C: make TocItem store an id not a Paragraph *
5259           (bug #913)
5260
5261 2003-02-21  Angus Leeming  <leeming@lyx.org>
5262
5263         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
5264           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
5265           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
5266           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
5267           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
5268           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
5269
5270         * BufferView_pimpl.C (dispatch):
5271         * LyXAction.C (init):
5272         * factory.C (createInset):
5273         * lyxfunc.C (getStatus, dispatch):
5274         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
5275
5276 2003-02-21  Angus Leeming  <leeming@lyx.org>
5277
5278         * BufferView_pimpl.C (MenuInsertLyXFile):
5279         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
5280         * lyxfunc.C (menuNew, open, doImport):
5281           no longer pass a LyXView & to fileDlg.
5282
5283 2003-02-21  Angus Leeming  <leeming@lyx.org>
5284
5285         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
5286         * LyXAction.C: change, BIBKEY to BIBITEM.
5287         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
5288         Change InsetBibKey to InsetBibitem.
5289         Change BIBKEY_CODE to BIBITEM_CODE.
5290         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5291         * factory.C: replace insetbib.h with insetbibitem.h.
5292         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5293         * paragraph.C: replace insetbib.h with insetbibitem.h.
5294         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
5295         Change bibkey() to bibitem().
5296         * text.C: remove insetbib.h.
5297         * text2.C: replace insetbib.h with insetbibitem.h.
5298         change bibkey() to bibitem().
5299         * text3.C: remove insetbib.h.
5300         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5301
5302 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5303
5304         * lyxrc.C (output): enclose user email in quotes (in case there are
5305         several words)
5306
5307 2003-02-18  John Levon  <levon@movementarian.org>
5308
5309         * buffer.h: add std::
5310
5311 2003-02-17  John Levon  <levon@movementarian.org>
5312
5313         * SpellBase.h:
5314         * ispell.h:
5315         * ispell.C:
5316         * pspell.h:
5317         * pspell.C: reworking. Especially in ispell, a large
5318           number of clean ups and bug fixes.
5319
5320         * lyxfunc.C: fix revert to behave sensibly
5321
5322 2003-02-17 André Pönitz <poenitz@gmx.net>
5323
5324         * LyXAction.C:
5325         * commandtags.h: new LFUN_INSERT_BIBKEY
5326
5327         * layout.h:
5328         * lyxlayout.C:
5329         * buffer.C:
5330         * factory.C:
5331         * text.C:
5332         * text2.C:
5333         * text3.C:
5334         * paragraph.[Ch]:
5335         * paragraph_func.C: remove special bibkey handling
5336
5337 2003-02-17  John Levon  <levon@movementarian.org>
5338
5339         * text.C (Delete): fix case where delete at the end of
5340           the very first paragraph would not merge the pars
5341
5342 2003-02-17  John Levon  <levon@movementarian.org>
5343
5344         * lyxrow.C: fix lastPrintablePos()
5345
5346 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5347
5348         * bufferparams.C (writeLaTeX): add a std:here
5349
5350         * buffer.C: and remove a using directive there
5351
5352 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5353
5354         * buffer.C (makeLaTeXFile): move the code that generates the
5355           preamble...
5356
5357         * bufferparams.C (writeLaTeX): ... in this new method
5358
5359         * LaTeXFeatures.C (getEncodingSet): make const
5360           (getLanguages): make const
5361
5362         * MenuBackend.C (binding): returns the binding associated to this
5363           action
5364           (add): sets the status of each item by calling getStatus. Adds
5365           some intelligence.
5366           (read): add support for OptSubMenu
5367           (expand): remove extra separator at the end of expanded menu
5368
5369 2003-02-15  John Levon  <levon@movementarian.org>
5370
5371         * BufferView.C:
5372         * BufferView_pimpl.C:
5373         * bufferlist.h:
5374         * bufferlist.C: remove pointless BufferStorage bloat. Remove
5375           inset code that had no actual effect. Remove unneeded status
5376           code.
5377
5378 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5379
5380         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
5381           in preamble
5382
5383 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
5384
5385         * text.C (drawLengthMarker): also draw an arrow marker for
5386           symbolic lengths (medskip...)
5387
5388 2003-02-14  John Levon  <levon@movementarian.org>
5389
5390         * tabular.h:
5391         * tabular.C: better method names
5392
5393 2003-02-14  John Levon  <levon@movementarian.org>
5394
5395         * BufferView_pimpl.C:
5396         * bufferlist.C:
5397         * buffer.C:
5398         * converter.C:
5399         * lyx_cb.C:
5400         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
5401           it's a more accurate name. Remove some pointless uses.
5402
5403 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5404
5405         * text2.C (LyXText): change order of initilizers to shut off
5406           warnings
5407
5408 2003-02-14  John Levon  <levon@movementarian.org>
5409
5410         * buffer.C: use ParIterator for getParFromID()
5411
5412         * paragraph.h:
5413         * paragraph.C:
5414         * paragraph_pimpl.h:
5415         * paragraph_pimpl.C: remove unused getParFromID()
5416
5417 2003-02-14  John Levon  <levon@movementarian.org>
5418
5419         * buffer.C: remove some very old #if 0'd parse code
5420
5421 2003-02-13  John Levon  <levon@movementarian.org>
5422
5423         * text.h:
5424         * text.C:
5425         * text2.C: move hfillExpansion(), numberOfSeparators(),
5426           rowLast(), rowLastPrintable(), numberofHfills(),
5427           numberOfLabelHfills() ...
5428
5429         * lyxrow.h:
5430         * lyxrow.C: ... to member functions here.
5431
5432         * paragraph.h:
5433         * paragraph.C:
5434         * lyxtext.h:
5435         * text.C: remove LyXText::beginningOfMainBody(), and call
5436           p->beginningOfMainBody() directly. Move the check for
5437           LABEL_MANUAL into the latter.
5438
5439         * text.h:
5440         * text.C:
5441         * text2.C:
5442         * vspace.C:
5443         * BufferView.h:
5444         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
5445
5446         * text.h:
5447         * text.C:
5448         * text2.C:
5449         * text3.C:
5450         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
5451           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
5452
5453 2003-02-13  John Levon  <levon@movementarian.org>
5454
5455         * CutAndPaste.C: remove debug
5456
5457 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5458
5459         * paragraph.C (asString): remove two unused variables
5460
5461         * lyxtextclass.C (readTitleType):
5462           (Read):
5463           (LyXTextClass): handle new members titletype_ and titlename_
5464
5465         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
5466
5467 2003-02-09  John Levon  <levon@movementarian.org>
5468
5469         * buffer.h:
5470         * buffer.C: replace hand-coded list with a map for the dep clean
5471
5472 2003-02-08  John Levon  <levon@movementarian.org>
5473
5474         * LaTeX.C: consolidate code into showRunMessage() helper
5475
5476 2003-02-08  John Levon  <levon@movementarian.org>
5477
5478         * lyxfind.C:
5479         * lyxtext.h:
5480         * text2.C:
5481         * BufferView.C: change setSelectionOverString() to setSelectionRange()
5482           and pass the size in explicitly
5483
5484         * BufferView_pimpl.h:
5485         * BufferView_pimpl.C:
5486         * BufferView.h:
5487         * BufferView.C: add getCurrentChange()
5488
5489         * BufferView_pimpl.h:
5490         * BufferView_pimpl.C: handle change lfuns
5491
5492         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
5493           for changes. Mark pasted paragraphs as new.
5494
5495         * support/lyxtime.h:
5496         * support/lyxtime.C:
5497         * DepTable.C: abstract time_t as lyx::time_type
5498
5499         * LColor.h:
5500         * LColor.C: add colours for new text, deleted text, changebars
5501
5502         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
5503           package use "usenames" option.
5504
5505         * commandtags.h:
5506         * lyxfunc.C:
5507         * LyXAction.C: add change lfuns
5508
5509         * Makefile.am:
5510         * author.h:
5511         * author.C: author handling
5512
5513         * buffer.h:
5514         * buffer.C: add a per-buffer author list, with first entry as
5515           current author. Handle new .lyx tokens for change tracking. Output
5516           author list to .lyx file. Output dvipost stuff to .tex preamble.
5517           Bump lyx format to 222.
5518
5519         * bufferlist.h:
5520         * bufferlist.C: add setCurrentAuthor() to reset current author details
5521           in all buffers.
5522
5523         * bufferparams.h:
5524         * bufferparams.C: add param for tracking
5525
5526         * bufferview_funcs.C: output change info in minibuffer
5527
5528         * Makefile.am:
5529         * changes.h:
5530         * changes.C: add change-tracking structure
5531
5532         * debug.h:
5533         * debug.C: add CHANGES debug flag
5534
5535         * lyxfind.h:
5536         * lyxfind.C: add code for finding the next change piece
5537
5538         * lyxrc.h:
5539         * lyxrc.C: add user_name and user_email
5540
5541         * lyxrow.h:
5542         * lyxrow.C: add a metric for the top of the text line
5543
5544         * lyxtext.h:
5545         * text.C: implement accept/rejectChange()
5546
5547         * lyxtext.h:
5548         * text.C: paint changebars. Paint new/deleted text in the chosen
5549         colours. Strike through deleted text.
5550
5551         * paragraph.h:
5552         * paragraph.C:
5553         * paragraph_pimpl.h:
5554         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
5555           in the current change to the insert functions. Rework erase to
5556           mark text as deleted, adding an eraseIntern() and a range-based
5557           erase(). Implement per-paragraph change lookup and
5558           accept/reject.
5559
5560         * paragraph_funcs.C: Fixup paste for change tracking.
5561
5562         * tabular.C: mark added row/columns as new.
5563
5564         * text.C: fix rowLast() to never return -1. Don't allow
5565           spellchecking of deleted text. Track transpose changes. Don't
5566           allow paragraph break or merge where appropriate.
5567
5568         * text2.C: leave cursor at end of selection after a cut.
5569
5570 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5571
5572         * text.C (getLengthMarkerHeight):
5573         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5574         visible on screen too.
5575
5576 2003-02-07  John Levon  <levon@movementarian.org>
5577
5578         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5579
5580 2003-02-05  Angus Leeming  <leeming@lyx.org>
5581
5582         * lyxserver.C (read_ready): revert my patch of 11 September last year
5583         as it sends PC cpu through the roof. Presumably this means that
5584         the lyxserver will no longer run on an Alpha...
5585
5586 2003-01-30  Angus Leeming  <leeming@lyx.org>
5587
5588         * factory.C (createInset): create an InsetCommandParam of type "index"
5589         and use it to 'do the right thing'.
5590
5591         * text2.C (getStringToIndex): ensure that cursor position is always
5592         reset to the reset_cursor position.
5593
5594 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5595
5596         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5597         disabled.
5598
5599 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5600
5601         * bufferview.C:
5602         * lyxcb.C:
5603         * lyxfunc.C: Output messages with identical spelling, punctuation,
5604         and spaces
5605
5606 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5607
5608         * MenuBackend.C (expandFormats): List only viewable export formats
5609         in "View" menu
5610
5611         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5612         message
5613
5614         * lyxfunc.C (getStatus): Make sure that formats other than
5615         "fax" can also be disabled
5616
5617 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5618
5619         * text3.C (dispatch): put the lfuns that insert insets in 3
5620         groups, and call doInsertInset with appropriate arguments.
5621         (doInsertInset): new function, that creates an inset and inserts
5622         it according to some boolean parameters.
5623
5624 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5625
5626         * buffer.C (readFile): remember to pass on 'par' when calling
5627         readFile recursively.
5628
5629 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5630
5631         * MenuBackend.C (expandFormats): add "..." to import formats.
5632
5633 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5634
5635         * paragraph.C (asString): Remove XForms RTL hacks.
5636
5637 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5638         * buffer.C: fix typo
5639
5640 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5641
5642         * Makefile.am (LIBS): delete var
5643         (lyx_LDADD): add @LIBS@ here instead.
5644
5645 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5646
5647         * Clarify the meaning of "wheel mouse jump"
5648
5649 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5650
5651         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5652         tabular in a float
5653
5654 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5655
5656         * importer.C (Loaders): do not preallocate 3 elements in the
5657         vector, since one ends up with 6 elements otherwise
5658
5659 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5660
5661         * DepTable.C (write): write the file name as last element of the
5662         .dep file (because it may contain spaces)
5663         (read): read info in the right order
5664
5665 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5666
5667         * paragraph_pimpl.C (simpleTeXBlanks):
5668         (simpleTeXSpecialChars):
5669         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5670
5671         * tabular.C (latex): add some missing case statements. Reindent.
5672
5673         * MenuBackend.C (expandToc): remove unused variable.
5674
5675 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5676
5677         * LColor.C:
5678         * LaTeX.C:
5679         * LyXAction.C:
5680         * MenuBackend.C:
5681         * buffer.C:
5682         * exporter.C:
5683         * lyxfunc.C:
5684         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5685         and the like.
5686
5687 2003-01-05  John Levon  <levon@movementarian.org>
5688
5689         * BufferView.h:
5690         * BufferView.C: add getEncoding()
5691
5692         * kbsequence.h:
5693         * kbsequence.C: do not store last keypress
5694
5695         * lyxfunc.h:
5696         * lyxfunc.C: store last keypress here instead. Pass encoding
5697           to getISOEncoded()
5698
5699 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5700
5701         * lyx_main.C (init): remove annoying error message when following
5702         symbolic links (bug #780)
5703
5704 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5705
5706         * text.C (insertChar):
5707         * lyxrc.C (getDescription): remove extra spaces
5708
5709 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5710
5711         * lyxrc.C (getDescription): remove extra spaces
5712
5713 2002-12-20  John Levon  <levon@movementarian.org>
5714
5715         * text3.C: hack fix for page up/down across tall rows
5716
5717 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5718
5719         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5720         not been invoked
5721
5722 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5723
5724         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5725         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5726         thesaurus is not compiled in
5727
5728 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5729
5730         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5731
5732 2002-12-16  Angus Leeming  <leeming@lyx.org>
5733
5734         * lyxrc.[Ch]:
5735         * lyx_main.C (init): remove override_x_deadkeys stuff.
5736
5737 2002-12-12  John Levon  <levon@movementarian.org>
5738
5739         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5740           insert. Only remove shift modifier under strict
5741           circumstances.
5742
5743 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5744
5745         * MenuBackend.C (expandToc): fix crash.
5746
5747 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5748
5749         * MenuBackend.C (expandToc): gettext on float names.
5750
5751 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5752
5753         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5754         implement bool empty() [bug 490]
5755
5756 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5757
5758         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5759
5760 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5761
5762         * several files: ws changes
5763
5764 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5765
5766         * text2.C (setCounter): clean up a bit, use boost.format.
5767         (updateCounters): initialize par upon declaration.
5768
5769         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5770         if the layout exists. We do not just store the layout any more.
5771         (SwitchLayoutsBetweenClasses): use boost.format
5772
5773 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5774
5775         * converter.C (convert): if from and to files are the same, use a
5776         temporary files as intermediary
5777
5778 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5779
5780         * commandtags.h:
5781         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5782
5783 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5784
5785         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5786
5787 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5788
5789         * tabular.C (asciiPrintCell): use string(size, char) instead of
5790         explicit loop.
5791
5792         * sgml.C (openTag): fix order of arguments to string constructor
5793         (closeTag): ditto
5794
5795         * lyxfunc.C (dispatch): use boost.format
5796
5797         * lots of files: change "c" -> 'c'
5798
5799 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5800
5801         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5802
5803 2002-11-25  Angus Leeming  <leeming@lyx.org>
5804
5805         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5806
5807         * lyx_main.C (init): compile fix.
5808
5809 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5810
5811         * lyx_cb.C (start): boost.formatify
5812         do not include <iostream>
5813
5814         * lengthcommon.C: ws only
5815
5816         * boost-inst.C,BoostFormat.h: add more explict instantations
5817
5818 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5819
5820         * lots of files: handle USE_BOOST_FORMAT
5821
5822 2002-11-21  John Levon  <levon@movementarian.org>
5823
5824         * pspell.C: fix compile
5825
5826 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5827
5828         * lyxfunc.C (dispatch): use boost::format
5829         (open): ditto
5830         (doImport): ditto
5831
5832         * lyxfont.C (stateText): use boost::format
5833
5834         * lyx_main.C (LyX): use boost::format
5835         (init): ditto
5836         (queryUserLyXDir): ditto
5837         (readRcFile): ditto
5838         (parse_dbg): ditto
5839         (typedef boost::function): use the recommened syntax.
5840
5841         * importer.C (Import): use boost::format
5842
5843         * debug.C (showLevel): use boost::format
5844
5845         * converter.C (view): use boost::format
5846         (convert): ditto
5847         (move): ditto
5848         (scanLog): ditto
5849
5850         * bufferview_funcs.C (currentState): use boost::format
5851
5852         * bufferlist.C (emergencyWrite): use boost::format
5853
5854         * buffer.C (readLyXformat2): use boost::format
5855         (parseSingleLyXformat2Token): ditto
5856
5857         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5858
5859         * LaTeX.C (run): use boost::format
5860
5861         * Chktex.C (scanLogFile): use boost::format
5862
5863         * BufferView_pimpl.C (savePosition): use boost::format
5864         (restorePosition): ditto
5865         (MenuInsertLyXFile): ditto
5866
5867         * BoostFormat.h: help file for explicit instation.
5868
5869 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5870
5871         * tabular.C (latex): Support for block alignment in fixed width
5872         columns.
5873
5874 2002-11-17  John Levon  <levon@movementarian.org>
5875
5876         * BufferView_pimpl.C:
5877         * lyx_cb.C:
5878         * lyxfunc.C: split filedialog into open/save
5879
5880 2002-11-08  Juergen Vigna  <jug@sad.it>
5881
5882         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5883         by my last patch (hopefully).
5884
5885 2002-11-08  John Levon  <levon@movementarian.org>
5886
5887         * iterators.h:
5888         * iterators.C:
5889         * buffer.h:
5890         * buffer.C:
5891         * paragraph.h:
5892         * paragraph.C:
5893         * toc.h:
5894         * toc.C: ParConstIterator, and use it (from Lars)
5895
5896 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5897
5898         * lyxtextclass.[Ch]: revise and add doxygen comments
5899
5900 2002-11-07  John Levon  <levon@movementarian.org>
5901
5902         * text.C: fix progress value for spellchecker
5903
5904         * toc.C: fix navigate menu for insetwrap inside minipage
5905
5906         * paragraph_funcs.C: added FIXME for suspect code
5907
5908 2002-11-07  John Levon  <levon@movementarian.org>
5909
5910         * BufferView_pimpl.C: fix redrawing of insets
5911           on buffer switch
5912
5913 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5914
5915         * text2.C (updateCounters): fix bug 668
5916
5917 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5918
5919         * text3.C (dispatch): Do not make the buffer dirty when moving the
5920         cursor.
5921
5922 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5923
5924         * vc-backend.C: STRCONV
5925         (scanMaster): ditto
5926
5927         * text2.C (setCounter): STRCONV
5928
5929         * paragraph.C (asString): STRCONV
5930
5931         * lyxlength.C (asString): STRCONV
5932         (asLatexString): ditto
5933
5934         * lyxgluelength.C (asString): STRCONV
5935         (asLatexString): ditto
5936
5937         * lyxfunc.C (dispatch): STRCONV
5938         (open): ditto
5939
5940         * lyxfont.C (stateText): STRCONV
5941
5942         * importer.C (Import): STRCONV
5943
5944         * counters.C (labelItem): STRCONV
5945         (numberLabel): ditto
5946         (numberLabel): remove unused ostringstream o
5947
5948         * chset.C: STRCONV
5949         (loadFile): ditto
5950
5951         * bufferview_funcs.C (currentState): STRCONV
5952
5953         * buffer.C (readFile): STRCONV
5954         (asciiParagraph): ditto
5955         (makeLaTeXFile): ditto
5956
5957         * Spacing.C (writeEnvirBegin): STRCONV
5958
5959         * LaTeXFeatures.C (getLanguages): STRCONV
5960         (getPackages): ditto
5961         (getMacros): ditto
5962         (getBabelOptions): ditto
5963         (getTClassPreamble): ditto
5964         (getLyXSGMLEntities): ditto
5965         (getIncludedFiles): ditto
5966
5967         * LaTeX.C: STRCONV
5968         (run): ditto
5969         (scanAuxFile): ditto
5970         (deplog): ditto
5971
5972         * LString.h: add the STRCONV macros
5973
5974         * BufferView_pimpl.C (savePosition): STRCONV
5975         (restorePosition): ditto
5976         (MenuInsertLyXFile): ditto
5977
5978         * vc-backend.C (scanMaster): change from submatch[...] to
5979         submatch.str(...)
5980
5981         * funcrequest.C: include config.h
5982
5983         * factory.C: include config.h
5984
5985         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5986
5987         * box.C: include config.h
5988
5989         * LaTeX.C (scanAuxFile): change from submatch[...] to
5990         submatch.str(...)
5991         (deplog): ditto
5992
5993 2002-10-25  Angus Leeming  <leeming@lyx.org>
5994
5995         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5996
5997         * ispell.[Ch] (setError): new method.
5998         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5999         Use setError() insetead of goto END.
6000
6001         * lyx_cb.C (AutoSave): move out child process into new class
6002         AutoSaveBuffer.
6003
6004 2002-10-30  John Levon  <levon@movementarian.org>
6005
6006         * text3.C: make start appendix undoable
6007
6008 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
6009
6010         * lyxlength.C (inPixels): Fix returned value.
6011
6012         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
6013         environment.
6014
6015 2002-10-24  Angus Leeming  <leeming@lyx.org>
6016
6017         * lyxgluelength.h: no need to forward declare BufferParams
6018         or BufferView, so don't.
6019
6020 2002-10-21  John Levon  <levon@movementarian.org>
6021
6022         * BufferView.C: menuUndo ->undo, redo
6023
6024         * BufferView.h: document, remove dead, make some methods private
6025
6026         * paragraph_funcs.h:
6027         * paragraph_funcs.C:
6028         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
6029
6030         * buffer.h:
6031         * buffer.C:
6032         * sgml.h:
6033         * sgml.C: move sgml open/close tag into sgml.C
6034
6035         * bufferview_funcs.h: unused prototype
6036
6037         * lyxfunc.h:
6038         * lyxfunc.C: remove unused
6039
6040         * lyxtext.h:
6041         * text.C: remove unused
6042
6043 2002-10-21  John Levon  <levon@movementarian.org>
6044
6045         * BufferView.h:
6046         * BufferView.C:
6047         * BufferView_pimpl.h:
6048         * BufferView_pimpl.C: fix mouse wheel handling based on
6049           patch from Darren Freeman
6050
6051 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
6052
6053         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
6054
6055 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
6056
6057         * lyxlength.C (inPixels): Fix hanfling of negative length.
6058         Fix LyXLength::MU case.
6059
6060 2002-10-16  John Levon  <levon@movementarian.org>
6061
6062         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
6063
6064 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6065
6066         * converter.C (view): add support for $$i (file name) and $$p
6067         (file path) for the viewer command. If $$i is not specified, then
6068         it is appended to the command (for compatibility with old syntax)
6069
6070 2002-10-14  Juergen Vigna  <jug@sad.it>
6071
6072         * undo_funcs.C (textHandleUndo): alter the order in which the
6073         new undopar is added to the LyXText, as we have to set first
6074         the right prev/next and then add it as otherwise the rebuild of
6075         LyXText is not correct. Also reset the cursor to the right paragraph,
6076         with this IMO we could remove the hack in "redoParagraphs()".
6077
6078 2002-10-09  Angus Leeming  <leeming@lyx.org>
6079
6080         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
6081         to turn off an optimisation if a new inset is to be inserted.
6082
6083 2002-10-11 André Pönitz <poenitz@gmx.net>
6084
6085         * lyxtext.h: make some functions public to allow access
6086         from inset/lyxtext for handling LFUN_PRIOR/NEXT
6087
6088 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6089
6090         * text3.C (dispatch): when changing layout, avoid an infinite loop
6091         [bug #652]
6092
6093 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6094
6095         * lyxrc.C (read): treat a viewer or converter command of "none" as
6096         if it were empty.
6097
6098         * MenuBackend.C (expandFormats): for an update, also allow the
6099         formats that are not viewable
6100
6101         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
6102         script if it is newer than the lyxrc.defaults in user directory
6103
6104 2002-10-07 André Pönitz <poenitz@gmx.net>
6105
6106         * text.C: Vitaly Lipatov's small i18n fix
6107
6108 2002-09-25  Angus Leeming  <leeming@lyx.org>
6109
6110         * ispell.h: doxygen fix.
6111
6112 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
6113
6114         * buffer.h (readFile): Add a new argument to the method, to allow
6115         reading of old-format templates.
6116
6117 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
6118
6119         * toc.C (getTocList): Get TOC from InsetWrap.
6120
6121 2002-09-16  John Levon  <levon@movementarian.org>
6122
6123         * lyxfunc.C: check tabular for cut/copy too
6124
6125 2002-09-12  John Levon  <levon@movementarian.org>
6126
6127         * LyXAction.C: tidy
6128
6129         * factory.h:
6130         * factory.C: add header
6131
6132         * paragraph_funcs.h:
6133         * paragraph_funcs.C: cleanup
6134
6135 2002-09-11  John Levon  <levon@movementarian.org>
6136
6137         * PrinterParams.h: odd/even default to true
6138
6139 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
6140
6141         * PrinterParams.h: update printer parameters for new xforms dialog
6142
6143 2002-09-11  Angus Leeming  <leeming@lyx.org>
6144
6145         * lyxserver.C (read_ready): re-write to make it more transparent
6146         and to make it work in coherent fashion under Tru64 Unix.
6147
6148 2002-09-11  André Pönitz <poenitz@gmx.net>
6149
6150         * commandtags.h:
6151         * LyXAction.C:
6152         * text3.C: implement LFUN_WORDSEL
6153
6154 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6155
6156         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
6157         make floatlist_ a boost::shared_ptr<FloatList>
6158
6159         * lyxtextclass.C: include FloatList.h
6160         (LyXTextClass): initialize floatlist_
6161         (TextClassTags): add TC_NOFLOAT
6162         (Read): match "nofloat" to TC_NOFLOAT and use it.
6163         (readFloat): modify call to floatlist_
6164         (floats): ditto
6165         (floats): ditto
6166
6167         * FloatList.[Ch] (FloatList): remove commented out float
6168         initialization.
6169         (erase): new function
6170
6171 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6172
6173         * MenuBackend.C (expandToc): fix crash when there is no document
6174         open
6175
6176 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
6177
6178         * many files: Add insetwrap.
6179
6180 2002-09-09  John Levon  <levon@movementarian.org>
6181
6182         * text2.C: remove confusing and awkward depth wraparound
6183
6184 2002-09-09  John Levon  <levon@movementarian.org>
6185
6186         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
6187
6188         * buffer.h:
6189         * buffer.C: remove getIncludeonlyList()
6190
6191         * paragraph.C:
6192         * lyxfunc.C: remove headers
6193
6194 2002-09-09  Juergen Vigna  <jug@sad.it>
6195
6196         * text.C (getColumnNearX): fix form Michael this is most
6197         probably a cut&paste bug.
6198
6199 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6200
6201         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
6202
6203         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
6204         references, ws changes.
6205
6206         * text2.C (init): update counters after init
6207         (insertParagraph): no need to set counter on idividual paragraphs.
6208         (setCounter): access the counters object in the textclass object
6209         on in the buffer object.
6210         (updateCounters): ditto
6211
6212         * lyxtextclass.C: include counters.h, add variable ctrs_ as
6213         shared_ptr<Counters> to avoid loading counters.h in all
6214         compilation units.
6215         (LyXTextClass): initialize ctrs_
6216         (TextClassTags): add TC_COUNTER, and ...
6217         (Read): use it here.
6218         (CounterTags): new tags
6219         (readCounter): new function
6220         (counters): new funtion
6221         (defaultLayoutName): return a const reference
6222
6223         * counters.C (Counters): remove contructor
6224         (newCounter): remove a couple of unneeded statements.
6225         (newCounter): simplify a bit.
6226         (numberLabel): some small formatting changes.
6227
6228         * buffer.[Ch]: remove all traces of counters, move the Counters
6229         object to the LyXTextClass.
6230
6231 2002-09-06  Alain Castera  <castera@in2p3.fr>
6232
6233         * tabular.C: uses \tabularnewline; uses >{...} construct from array
6234         package to set the horizontal alignment on fixed width columns.
6235
6236         * lyx_sty.C:
6237         * lyx_sty.h: added tabularnewline macro def.
6238
6239         * LaTeXFeatures.C: added NeedTabularnewline macro feature
6240
6241 2002-09-06  John Levon  <levon@movementarian.org>
6242
6243         * LyXAction.C: tooltips for sub/superscript
6244
6245         * MenuBackend.C: a bit more verbose
6246
6247         * lyxfunc.C: tiny clean
6248
6249         * undo_funcs.C: document undo_frozen
6250
6251 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6252
6253         * counters.C (Counters): add missing algorithm counter.
6254
6255         * text2.C (setCounter): lookup the counter with layouts latexname
6256         instead of by section number.
6257         (setCounter): use a hackish way to lookup the correct enum
6258         counter.
6259         a float name->type change
6260         reset enum couners with counter name directly instead of depth value.
6261
6262         * counters.C (Counters): remove the push_backs, change to use the
6263         float type not the float name.
6264         (labelItem): remove unused string, float name->type change
6265
6266         * counters.h: don't include vector, loose the enums and sects vectors
6267
6268 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6269
6270         * lyxtextclass.C (TextClassTags): add TC_FLOAT
6271         (Read): add float->TC_FLOAT to textclassTags
6272         (Read): and handle it in the switch
6273         (readFloat): new function
6274
6275         * FloatList.C (FloatList): comment out the hardcoded float
6276         definitions.
6277
6278         * lyxlayout.h: ws change.
6279
6280 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
6281
6282         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
6283
6284 2002-09-03  Angus Leeming  <leeming@lyx.org>
6285
6286         * BufferView_pimpl.h: qualified name is not allowed in member
6287         declaration: WorkArea & Pimpl::workarea() const;
6288
6289         * factory.C: added using std::endl directive.
6290
6291         * text3.C: added using std::find and std::vector directives.
6292
6293 2002-08-29  André Pönitz <poenitz@gmx.net>
6294
6295         * lyxtext.h:
6296         * text2.C: remove unused member number_of_rows
6297
6298         * Makefile.am:
6299         * BufferView2.C: remove file, move contents to...
6300         * BufferView.C: ... here
6301
6302         * BufferView_pimpl.C:
6303         * factory.C: move more inset creation to factory
6304
6305         * vspace.C: avoid direct usage of LyXText, ws changes
6306
6307         * BufferView.[Ch]:
6308                 don't provide direct access to WorkArea, use two simple
6309                 acessors haveSelction() and workHeight() instead
6310
6311
6312 2002-08-29  John Levon  <levon@movementarian.org>
6313
6314         * BufferView_pimpl.C (dispatch): do not continue when
6315           no buffer
6316
6317 2002-08-28  André Pönitz <poenitz@gmx.net>
6318
6319         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
6320
6321         * BufferView.h:
6322         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
6323
6324 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
6325
6326         * buffer.C: increment LYX_FORMAT to 221
6327
6328         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
6329         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
6330
6331         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
6332
6333         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
6334
6335 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6336
6337         * factory.C (createInset): use LyXTextClass::floats
6338
6339         * MenuBackend.C (expandFloatListInsert):
6340         (expandFloatInsert):
6341         (expandToc):
6342
6343         * text2.C (setCounter):
6344
6345         * LaTeXFeatures.C (useFloat):
6346         (getFloatDefinitions):
6347
6348         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
6349
6350         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
6351         floatlist_, with accessor floats().
6352
6353         * FloatList.h: remove global FloatList
6354
6355 2002-08-26  André Pönitz <poenitz@gmx.net>
6356
6357         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
6358
6359         * BufferView.h:
6360         * BufferView2.C:
6361         * BufferView_pimpl.C:
6362         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
6363
6364 2002-08-25  John Levon  <levon@movementarian.org>
6365
6366         * LyXAction.C: fix margin note description
6367
6368 2002-08-24  John Levon  <levon@movementarian.org>
6369
6370         * buffer.C:
6371         * bufferlist.C:
6372         * bufferview_funcs.C:
6373         * lyxfont.C:
6374         * undo_funcs.C: cleanups
6375
6376         * lyxfunc.C: disable CUT/COPY when no selection
6377
6378 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
6379
6380         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
6381         in "enum UNIT"; e.g. PTW for Percent of TextWidth
6382
6383         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
6384         Add backward compatibility to "mono", "gray" and "no".
6385
6386 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
6387
6388         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
6389         (and file_format >= 200).
6390
6391 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6392
6393         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
6394
6395 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6396
6397         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
6398
6399 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
6400
6401         * BufferView_pimpl.C:
6402         * LyXAction.C:
6403         * buffer.C:
6404         * commandtags.h:
6405         * lyxfunc.C:
6406         * paragraph.[Ch]:
6407         * text2.C:
6408         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
6409         inset and code to make it  work with the paragraph code. The inset
6410         can be anywhere in the paragraph, but will only do the expected
6411         thing in LaTeX if the layout file contains the parameter line
6412                         OptionalArgs    1
6413         (or more generally, a nonzero value) for that layout.
6414
6415 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6416
6417         * paragraph.h: remove the declaration of undefined counters class
6418         function.
6419
6420 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
6421
6422         * text2.C (setCounter):  fixed enumeration mis-count as reported by
6423         Dr. Richard Hawkins.
6424
6425 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6426
6427         * paragraph_funcs.h: remove some unneeded includes
6428
6429         * text.C (backspace): pasteParagraph now in global scipe
6430
6431         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
6432         (pasteSelection): ditto
6433
6434         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
6435         * paragraph_funcs.C (pasteParagraph): ... here
6436
6437 2002-08-20  André Pönitz <poenitz@gmx.net>
6438
6439         * commandtags.h: new LFUNs for swapping/copying table row/colums
6440
6441         * LyXAction.C:
6442         * lyxfunc.C: support for new lfuns
6443
6444 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6445
6446         * tabular.C:
6447         * buffer.[Ch]: remove NO_COMPABILITY stuff
6448
6449 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
6450
6451         * boost.C (throw_exception): new file, with helper function for
6452         boost compiled without exceptions.
6453
6454         * paragraph.h:
6455         * lyxlength.C:
6456         * buffer.C:
6457         * ParameterStruct.h:
6458         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
6459
6460         * bufferlist.C (emergencyWriteAll): use boost bind
6461
6462         * BufferView_pimpl.C (moveCursorUpdate): remove inline
6463
6464         * text.C: include paragraph_funcs.h
6465         (breakParagraph): breakParagraph is now in global scope
6466
6467         * paragraph_funcs.[Ch]: new files
6468
6469         * paragraph.C (breakParagraph,breakParagraphConservative): move to
6470         global scope
6471
6472         * buffer.C: include paragraph_funcs.h
6473         (insertStringAsLines): breakParagraph is now in global scope
6474
6475         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
6476         paragraph_funcs.C
6477
6478         * CutAndPaste.C: include paragraph_funcs.h
6479         (cutSelection): breakParagraphConservative is now in global scope
6480         (pasteSelection): ditto
6481
6482         * buffer.h: declare oprator== and operator!= for
6483         Buffer::inset_iterator
6484
6485         * bufferlist.C (emergencyWrite): don't use fmt(...)
6486
6487         * text3.C: add using std::endl
6488
6489         * BufferView.C (moveCursorUpdate): remove default arg
6490
6491 2002-08-20  André Pönitz <poenitz@gmx.net>
6492
6493         * buffer.[Ch]: move inline functions to .C
6494
6495         * BufferView2.C:
6496         * BufferView_pimpl.C:
6497         * text.C:
6498         * buffer.[Ch]: use improved inset_iterator
6499
6500         * buffer.C:
6501         * paragraph.[Ch]: write one paragraph at a time
6502
6503 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6504
6505         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
6506         style if style is not specified.
6507
6508 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6509
6510         * text2.C (setCounter): when searching for right label for a
6511         caption, make sure to recurse to parent insets (so that a caption
6512         in a minipage in a figure float works) (bug #568)
6513
6514 2002-08-20  André Pönitz <poenitz@gmx.net>
6515
6516         * text3.C: new file for LyXText::dispatch() and helpers
6517
6518         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
6519
6520         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
6521
6522 2002-08-19  André Pönitz <poenitz@gmx.net>
6523
6524         * lyxtext.h:
6525         * text.C: new LyXText::dispatch()
6526
6527         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
6528
6529 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6530
6531         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
6532
6533         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
6534         Hebrew text.
6535
6536 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6537
6538         * Makefile.am: use $(variables) instead of @substitutions@
6539
6540 2002-08-15  André Pönitz <poenitz@gmx.net>
6541
6542         * lyxfunc.C:
6543         * BufferView_pimpl.C: streamlining mathed <-> outer world
6544         interaction
6545
6546         * commandtags.h:
6547         * LyXAction.C: remove unused LFUN_MATH
6548
6549 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6550
6551         * paragraph.[Ch]: add some NO_NEXT ifdefs.
6552
6553 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6554
6555         * paragraph.C (Paragraph): reformat a bit
6556         (cutIntoMinibuffer): use builtin InsetList function instad of
6557         doing it manually.
6558         (getInset): ditto
6559
6560         * buffer.C: include boost/bind.hpp, add using std::for_each
6561         (writeFileAscii): use ParagraphList iterators
6562         (validate): use for_each for validate traversal of paragraphs
6563         (getBibkeyList): use ParagraphList iterators
6564         (resizeInsets): use for_each to resizeInsetsLyXText for all
6565         paragraphs.
6566         (getParFromID): use ParagraphList iterators
6567
6568         * BufferView2.C (lockInset): use paragraph list and iterators
6569
6570 2002-08-14  John Levon  <levon@movementarian.org>
6571
6572         * lyxserver.C: remove spurious xforms include
6573
6574 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6575
6576         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6577
6578 2002-08-13  André Pönitz <poenitz@gmx.net>
6579
6580         * LyXAction.[Ch]:
6581         * lyxfunc.C: further cleaning
6582
6583 2002-08-13  André Pönitz <poenitz@gmx.net>
6584
6585         * funcrequest.h: new constructor
6586
6587         * funcrequest.C: move stuff here from .h
6588
6589         * Makefile.am:
6590         * BufferView_pimpl.C:
6591         * LyXAction.C:
6592         * toc.C:
6593         * lyxfunc.C: subsequent changes
6594
6595         * lyxfunc.h: new view() member function
6596
6597         * lyxfunc.C: subsequent changes
6598
6599 2002-08-13  Angus Leeming  <leeming@lyx.org>
6600
6601         * BufferView2.C:
6602         * BufferView_pimpl.C:
6603         * buffer.C:
6604         * converter.C:
6605         * importer.C:
6606         * lyxfunc.C:
6607         * lyxvc.C:
6608         * toc.C:
6609         * vc-backend.C:
6610         changes due to the changed LyXView interface that now returns references
6611         to member variables not pointers.
6612
6613 2002-08-13  Angus Leeming  <leeming@lyx.org>
6614
6615         * WordLangTuple (word, lang_code): return references to strings,
6616         not strings.
6617
6618         * BufferView.h:
6619         * SpellBase.h:
6620         * lyxtext.h: forward-declare WordLangTuple.
6621
6622         * BufferView2.C:
6623         * ispell.C:
6624         * pspell.C:
6625         * text.C: #include "WordLangTuple.h".
6626
6627         * lyxtext.h:
6628         * text.C: (selectNextWordToSpellcheck): constify return type.
6629
6630 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6631
6632         * buffer.C:
6633         * buffer.h:
6634         * lyxtext.h:
6635         * paragraph.C:
6636         * paragraph_pimpl.h:
6637         * text.C:
6638         * text2.C:
6639         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6640         suggested by Angus.
6641         Made updateCounter always count from start of buffer, and removed
6642         second argument (par).
6643         Reverted floats number display to '#'. Perhaps I'll try again when the
6644         code base is sanitized a bit.
6645
6646 2002-08-12  Angus Leeming  <leeming@lyx.org>
6647
6648         * buffer.[Ch] (getLabelList): constify.
6649
6650 2002-08-07  André Pönitz <poenitz@gmx.net>
6651
6652         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6653
6654         * funcrequest.h: extension to keep mouse (x,y) position
6655
6656 2002-08-12  Juergen Vigna  <jug@sad.it>
6657
6658         * BufferView2.C (insertErrors): forbid undo when inserting error
6659         insets.
6660
6661         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6662
6663 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6664
6665         * ParagraphList.[Ch]: new files
6666
6667         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6668
6669         * BufferView2.C (lockInset): ParagraphList changes
6670         * toc.C: ditto
6671         * text2.C: ditto
6672         * bufferlist.C: ditto
6673         * buffer.h: ditto
6674         * buffer.C: ditto
6675
6676 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6677
6678         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6679         unused class variable counter_,
6680
6681         * paragraph.[Ch] (getFirstCounter): delete unused function
6682
6683         * counters.C: include LAssert.h
6684         (reset): add a new function with no arg, change other version to
6685         not have def. arg and to not allow empty arg.
6686
6687         * text2.C (setCounter): remove empty arg from call to Counters::reset
6688
6689 2002-08-11  John Levon  <levon@movementarian.org>
6690
6691         * Makefile.am: add WordLangTuple.h
6692
6693 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6694
6695         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6696         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6697
6698         * insets/insettext.C: InsetList changes
6699
6700         * graphics/GraphicsSupport.C (operator()): InsetList changes
6701
6702         * toc.C (getTocList): InsetList changes
6703
6704         * paragraph_pimpl.[Ch]: InsetList changes
6705
6706         * paragraph.[Ch]: InsetList changes
6707
6708         * buffer.C (inset_iterator): InsetList changes
6709         (setParagraph): ditto
6710         * buffer.h (inset_iterator): ditto
6711         * iterators.C (operator++): ditto
6712         * iterators.h: ditto
6713
6714         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6715
6716         * InsetList.[Ch]: new files, most InsetList handling moved out of
6717         paragraph.C.
6718
6719         * BufferView2.C (removeAutoInsets): InsetList changes
6720         (lockInset): ditto
6721         (ChangeInsets): ditto
6722
6723 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6724
6725         * paragraph_pimpl.h (empty): new function
6726
6727         * paragraph.[Ch] (empty): new function
6728
6729         * other files: use the new Paragraph::empty function
6730
6731 2002-08-09  John Levon  <levon@movementarian.org>
6732
6733         * lyxtext.h: remove unused refresh_height
6734
6735 2002-08-09  John Levon  <levon@movementarian.org>
6736
6737         * Makefile.am:
6738         * sgml.h:
6739         * sgml.C:
6740         * buffer.C:
6741         * paragraph.h:
6742         * paragraph.C: move sgml char escaping out of paragraph
6743
6744         * paragraph.h:
6745         * paragraph.C: remove id setter
6746
6747         * buffer.C:
6748         * paragraph.C:
6749         * paragraph_pimpl.C: remove dead tex_code_break_column
6750
6751         * bufferview_funcs.C: small cleanup
6752
6753         * lyxfunc.C: remove dead proto
6754
6755         * lyxtext.h: make some stuff private. Remove some dead stuff.
6756
6757         * lyxgluelength.C: make as[LyX]String() readable
6758
6759 2002-08-08  John Levon  <levon@movementarian.org>
6760
6761         * LyXAction.h:
6762         * LyXAction.C:
6763         * MenuBackend.C:
6764         * ToolbarDefaults.C:
6765         * lyxfunc.C:
6766         * lyxrc.C:
6767         * toc.C: lyxaction cleanup
6768
6769 2002-08-08  John Levon  <levon@movementarian.org>
6770
6771         * BufferView2.C: small cleanup
6772
6773         * lyxfind.h:
6774         * lyxfind.C: move unnecessary header into the .C
6775
6776 2002-08-08  John Levon  <levon@movementarian.org>
6777
6778         * funcrequest.h: just tedious nonsense
6779
6780         * lyx_main.h:
6781         * lyx_main.C: cleanups
6782
6783         * buffer.C:
6784         * vspace.C: remove dead header lyx_main.h
6785
6786 2002-08-07  Angus Leeming  <leeming@lyx.org>
6787
6788         * Paragraph.[Ch]:
6789         * paragraph_pimpl.h:
6790         Forward declare class Counters in paragraph.h by moving the ctrs member
6791         variable into Paragraph::Pimpl.
6792         (counters): new method, returning a reference to pimpl_->ctrs.
6793
6794         * text2.C: ensuing changes.
6795
6796 2002-08-07  John Levon  <levon@movementarian.org>
6797
6798         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6799
6800         * BufferView_pimpl.C: announce X selection on double/triple
6801           click
6802
6803         * lyx_main.C: use correct bool in batch dispatch
6804
6805         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6806
6807 2002-08-07  André Pönitz <poenitz@gmx.net>
6808
6809         * funcrequest.h: new class to wrap a kb_action and its argument
6810
6811         * BufferView.[Ch]:
6812         * BufferView_pimpl[Ch]:
6813         * LaTeX.C:
6814         * LyXAction.[Ch]:
6815         * lyxfunc.[Ch]:
6816         * lyxrc.C: subsequent changes
6817
6818
6819 2002-08-07  John Levon  <levon@movementarian.org>
6820
6821         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6822           document options change.
6823
6824 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6825
6826         * counters.[Ch]
6827         * text2.C
6828         * paragraph.[Ch]
6829         * makefile.am: move counters functionality over from
6830         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6831
6832 2002-08-06  John Levon  <levon@movementarian.org>
6833
6834         * WordLangTuple.h: new file for word + language code tuple
6835
6836         * SpellBase.h:
6837         * pspell.h:
6838         * pspell.C:
6839         * ispell.h:
6840         * ispell.C:
6841         * lyxtext.h:
6842         * text.C:
6843         * text2.C:
6844         * BufferView.h:
6845         * BufferView2.C: use WordLangTuple
6846
6847         * layout.h:
6848         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6849
6850 2002-08-06  John Levon  <levon@movementarian.org>
6851
6852         * lyx_main.C: fix cmdline batch handling
6853
6854 2002-08-06  André Pönitz <poenitz@gmx.net>
6855
6856         * lyxrc.C: set default for show_banner to true
6857
6858 2002-08-06  John Levon  <levon@movementarian.org>
6859
6860         * pspell.C: fix a crash, and allow new aspell to work
6861
6862 2002-08-06  John Levon  <levon@movementarian.org>
6863
6864         * lyxfunc.C:
6865         * kbmap.C: small cleanup
6866
6867         * vspace.h:
6868         * vspace.C: add const
6869
6870 2002-08-05  John Levon  <levon@movementarian.org>
6871
6872         * LyXAction.C: back to tabular-insert
6873
6874 2002-08-04  John Levon  <levon@movementarian.org>
6875
6876         * BufferView.h:
6877         * BufferView.C: cosmetic change
6878
6879         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6880
6881         * bufferlist.C:
6882         * buffer.h:
6883         * buffer.C:
6884         * lyxcb.h:
6885         * lyxcb.C:
6886         * lyxserver.C:
6887         * lyxvc.C:
6888         * vc-backend.C:
6889         * BufferView2.C: purge all "Lyx" not "LyX" strings
6890
6891         * lyxcursor.h:
6892         * lyxcursor.C: attempt to add some documentation
6893
6894         * lyxfunc.C:
6895         * commandtags.h:
6896         * LyXAction.C:
6897         * ToolbarDefaults.C:
6898         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6899           merge with LFUN_TABULAR_INSERT
6900
6901         * Makefile.am:
6902         * SpellBase.h:
6903         * ispell.h:
6904         * ispell.C:
6905         * pspell.h:
6906         * pspell.C: split up i/pspell implementations into separate
6907           files, many cleanups
6908
6909         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6910
6911         * text2.C: some cleanup
6912
6913         * lyxfunc.C: don't check for isp_command == "none" any more, it
6914           didn't make any sense
6915
6916 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6917
6918         * counters.[Ch]
6919         * text2.C
6920         * paragraph.[Ch]
6921         * makefile.am: move counters functionality over
6922         from text2.C/paragraph.[Ch] to counters.[Ch], and
6923         make proper C++.
6924 2002-08-02  John Levon  <levon@movementarian.org>
6925
6926         * buffer.C: s/lyxconvert/lyx2lyx/
6927
6928 2002-08-02  Angus Leeming  <leeming@lyx.org>
6929
6930         * lyxlex.C: revert John's change as it breaks reading of the user
6931         preamble.
6932
6933 2002-08-02  Angus Leeming  <leeming@lyx.org>
6934
6935         * importer.C (Import):
6936         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6937         changes due to LyXView::view() now returning a boost::shared_ptr.
6938
6939 2002-08-02  John Levon  <levon@movementarian.org>
6940
6941         * lyxlex.C: small cleanup
6942
6943 2002-08-02  John Levon  <levon@movementarian.org>
6944
6945         * text2.C (status): small cleanup, no logic change
6946
6947 2002-08-01  John Levon  <levon@movementarian.org>
6948
6949         * buffer.h:
6950         * buffer.C (writeFile): don't output alerts, caller
6951           handles this
6952
6953         * bufferlist.C:
6954         * lyx_cb.C: from above
6955
6956         * lyxfunc.C: allow to open non-existent files
6957
6958 2002-07-31  John Levon  <levon@movementarian.org>
6959
6960         * lyxserver.C: don't let incidental errors get
6961           in the way (errno)
6962
6963 2002-07-30  John Levon  <levon@movementarian.org>
6964
6965         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6966
6967 2002-07-30  John Levon  <levon@movementarian.org>
6968
6969         * lyxserver.h:
6970         * lyxserver.C: remove I/O callback too
6971
6972 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6973
6974         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6975         log.
6976
6977 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6978
6979         * many files: strip,frontStrip -> trim,ltrim,rtrim
6980
6981 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6982
6983         * PrinterParams.h: remove extern containsOnly, and include
6984         support/lstrings.h instead.
6985
6986         * LaTeX.C (scanAuxFile): modify because of strip changes
6987         (deplog): ditto
6988         * buffer.C (makeLaTeXFile): ditto
6989         * bufferparams.C (writeFile): ditt
6990         * lyxfont.C (stateText): ditto
6991         * lyxserver.C (read_ready): ditto
6992         * vc-backend.C (scanMaster): ditto
6993
6994         * BufferView_pimpl.h: ws changes
6995
6996         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6997
6998 2002-07-26  André Pönitz <poenitz@gmx.net>
6999
7000         * kb_sequence.C: remove unnedred usings
7001
7002 2002-07-26  Juergen Vigna  <jug@sad.it>
7003
7004         * lyxfind.C (LyXReplace): we have to check better if the returned
7005         text is not of theLockingInset()->getLockingInset().
7006
7007 2002-07-25  Juergen Vigna  <jug@sad.it>
7008
7009         * lyxfind.C (LyXReplace): don't replace if we don't get the
7010         right LyXText.
7011
7012         * undo_funcs.C (createUndo): remove debugging code.
7013
7014 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
7015
7016         * buffer.C (parseSingleLyXformat2Token): Use default placement
7017         when reading old floats.
7018
7019         * FloatList.C (FloatList): Change the default placement of figure
7020         and tables to "tbp".
7021
7022 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
7023
7024         * MenuBackend.C: using std::max
7025
7026 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7027
7028         * MenuBackend.C (expandToc):
7029         (expandToc2): code moved from xforms menu frontend. It is now
7030         generic and TOCs are transparent to menu frontends.
7031
7032 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7033
7034         * toc.C (getTocList): protect against buf=0
7035
7036         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
7037         Menu as first parameter. Now, this calls itself recursively to
7038         expand a whole tree (this will be useful for TOC handling)
7039         (expandFloatInsert): remove 'wide' version of floats
7040
7041         * MenuBackend.h (submenuname): returns the name of the submenu.
7042         (submenu): returns the submenu itself, provided it has been
7043         created by MenuBackend::expand
7044
7045 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7046
7047         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
7048         insets which have noFontChange == true. (bug #172)
7049
7050 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7051
7052         * BufferView_pimpl.C: add connection objects and use them...
7053         (Pimpl): here.
7054
7055 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7056
7057         * MenuBackend.C (expandLastfiles):
7058         (expandDocuments):
7059         (expandFormats):
7060         (expandFloatListInsert):
7061         (expandFloatInsert):
7062         (expand): split expand in parts
7063
7064 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7065
7066         * lyx_gui.C: use lyx_gui::exit()
7067
7068 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7069
7070         * LyXAction.C: show the failing pseudo action
7071
7072 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
7073
7074         * buffer.C (readFile): Run the lyxconvert script in order to read
7075         old files.
7076
7077 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7078
7079         * LyXAction.C:
7080         * commandtags.h:
7081         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
7082
7083 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7084
7085         * LyXAction.C:
7086         * commandtags.h:
7087         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
7088
7089 2002-07-22  Herbert Voss  <voss@lyx.org>
7090
7091         * lengthcommon.C:
7092         * lyxlength.[Ch]: add support for the vertical lengths
7093
7094 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
7095
7096         * toc.[Ch]: std:: fixes
7097
7098 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7099
7100         * lyxrc.C: do not include lyx_main.h
7101
7102         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
7103         for layouts
7104
7105         * lyxrc.C:
7106         * encoding.C:
7107         * bufferlist.C:
7108         * BufferView2.C: include "lyxlex.h"
7109
7110         * tabular.h:
7111         * bufferparams.h: do not #include "lyxlex.h"
7112
7113         * lyxtextclasslist.C (Add): remove method
7114         (classlist): renamed to classlist_
7115
7116         * paragraph_pimpl.C:
7117         * paragraph.C:
7118         * text2.C:
7119         * CutAndPaste.C:
7120         * bufferview_funcs.C:
7121         * bufferlist.C:
7122         * text.C:
7123         * LaTeXFeatures.C:
7124         * buffer.C:
7125         * toc.C (getTocList): use BufferParams::getLyXTextClass
7126
7127         * toc.C (getTocList): use InsetFloat::addToToc
7128
7129         * toc.[Ch]: new files, containing helper functions to handle table
7130         of contents
7131
7132         * lyxfunc.C (dispatch): no need to remove spaces around command
7133         given as a string
7134         (getStatus): handle LFUN_SEQUENCE by returning the status of the
7135         first command of the sequence; it is not very clever, but I do not
7136         have a better idea, actually
7137
7138         * LyXAction.C (LookupFunc): make sure to remove space at the
7139         beginning and end of the command
7140
7141 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7142
7143         * MenuBackend.C (getMenubar): new method: return the menubar of
7144         this menu set
7145         (read): treat differently reading of menu and menubar (in
7146         particular, the menubar has no name now)
7147         (Menu::menubar): remove
7148
7149         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
7150         saving is finished
7151
7152 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7153
7154         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
7155         a bibitem inset in a RTL paragraph.
7156
7157 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
7158
7159         * paragraph_pimpl.C: constify
7160
7161         * BufferView_pimpl.C:
7162         * LaTeX.C:
7163         * lyxfunc.C: fix dispatch in a nicer way
7164
7165 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7166
7167         * lyxfunc.C (dispatch):
7168         * BufferView_pimpl.C:
7169         * BufferView_pimpl.h:
7170         * BufferView.C:
7171         * BufferView.h: rename Dispatch() to dispatch()
7172
7173         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
7174
7175         * lyxlayout.C (Read): honor DependsOn tag
7176
7177         * lyxlayout.[Ch] (depends_on): new method
7178
7179         * version.C.in: update lyx_docversion
7180
7181         * LaTeXFeatures.C (getMacros): only define \LyX when needed
7182
7183         * paragraph.C (validate): remove from here...
7184         * paragraph_pimpl.C (validate): ... and move here
7185         (isTextAt): make it const
7186
7187         * buffer.C (getLists): ws cleanup
7188
7189 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7190
7191         * language.C (read): Use iso8859-1 encoding in latex_lang
7192         (this prevents LyX from crashing when using iso10646-1 encoding).
7193
7194 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7195
7196         * text2.C (toggleInset): if cursor is inside an inset, close the
7197         inset and leave cursor _after_ it
7198
7199 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7200
7201         * lyxfunc.C: move minibuffer completion handling out of here
7202
7203 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7204
7205         * BufferView_pimpl.C:
7206         * LaTeX.C: fix dispatch calls
7207
7208 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
7209
7210         * text.C (drawChars): Fix Arabic text rendering.
7211
7212 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
7213
7214         * LyXAction.C:
7215         * commandtags.h:
7216         * lyxfunc.C: remove message-push/pop
7217
7218         * lyxserver.C:
7219         * lyxfunc.h:
7220         * lyxfunc.C: rationalise some code by removing verboseDispatch
7221           in favour of a bool argument to dispatch()
7222
7223 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7224
7225         * lyx_main.C (init): make sure to read symlinks as absolute paths
7226
7227 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7228
7229         * lyxfunc.h:
7230         * lyxfunc.C: no need for commandshortcut to be a member
7231
7232 2002-07-15  André Pönitz <poenitz@gmx.net>
7233
7234         * converter.C: add support for $$s (scripts from lib/scripts dir)
7235         * lyx_main.C: white space
7236
7237 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7238
7239         * bufferlist.C:
7240         * lyxrc.h:
7241         * lyxrc.C: remove second exit confirmation
7242
7243 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7244
7245         * BufferView.h:
7246         * BufferView.C:
7247         * BufferView2.C:
7248         * BufferView_pimpl.h:
7249         * BufferView_pimpl.C:
7250         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
7251
7252 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7253
7254         * MenuBackend.C (expand): add numeric shortcuts to document menu
7255
7256         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
7257
7258 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7259
7260         * lyxfont.C (setLyXFamily):
7261         (setLyXSeries):
7262         (setLyXShape):
7263         (setLyXSize):
7264         (setLyXMisc):
7265         (lyxRead):
7266         * debug.C (value):
7267         * buffer.C (asciiParagraph): use ascii_lowercase
7268
7269 2002-07-15  Mike Fabian  <mfabian@suse.de>
7270
7271         * lyxlex_pimpl.C (search_kw):
7272         * lyxlex.C (getLongString):
7273         * converter.h (operator<):
7274         * converter.C (operator<):
7275         * buffer.C (parseSingleLyXformat2Token):
7276         (asciiParagraph):
7277         * ToolbarDefaults.C (read):
7278         * MenuBackend.C (checkShortcuts):
7279         (read):
7280         * LColor.C (getFromGUIName):
7281         (getFromLyXName): use the compare_ascii_no_case instead of
7282         compare_no_case, because in turkish, 'i' is not the lowercase
7283         version of 'I', and thus turkish locale breaks parsing of tags.
7284
7285 2002-07-16  Angus Leeming  <leeming@lyx.org>
7286
7287         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
7288         now takes a Buffer const & argument.
7289
7290 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
7291
7292         * BufferView.C (resize): check there's a buffer to resize
7293
7294 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
7295
7296         * lyxfunc.C: remove dead code
7297
7298         * lyxserver.h:
7299         * lyxserver.C: use lyx_guii::set_read_callback
7300
7301 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
7302
7303         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
7304         an inset in a RTL paragraph.
7305
7306 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7307
7308         * lyxfunc.C: repaint after a font size update
7309
7310 2002-07-15  André Pönitz <poenitz@gmx.net>
7311
7312         * lyxlength.C: inBP should be able to return negative values
7313
7314 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7315
7316         * lyxfunc.C: use lyx_gui::update_fonts()
7317
7318 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7319
7320         * lyxfunc.C: use lyx_gui::update_color()
7321
7322 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7323
7324         * bufferlist.C:
7325         * lyxfunc.h:
7326         * lyxfunc.C:
7327         * lyxrc.h:
7328         * lyxrc.C: remove file->new asks for name option, and let
7329           buffer-new take an argument
7330
7331 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7332
7333         * BufferView_pimpl.C: remove unneeded extra repaint()
7334
7335 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
7336
7337         * LyXAction.C: allow command-sequence with NoBuffer
7338
7339         * lyxfunc.C: don't insist on trailing ';' for command-sequence
7340
7341 2002-07-10  Angus Leeming  <leeming@lyx.org>
7342
7343         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
7344
7345 2002-07-09  Angus Leeming  <leeming@lyx.org>
7346
7347         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
7348
7349 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7350
7351         * lengthcommon.h: whitespace
7352
7353         * lyxfunc.C: update scrollbar after goto paragraph
7354
7355         * lyxtext.h: factor out page break drawing, and fix it so
7356           page break/added space paints as selected nicely
7357
7358 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7359
7360         * BufferView_pimpl.C: add FIXMEs, clean up a little
7361
7362 2002-07-09  André Pönitz <poenitz@gmx.net>
7363
7364         * lyxfont.[Ch]: support for wasy symbols
7365
7366 2002-07-08  André Pönitz <poenitz@gmx.net>
7367
7368         * BufferView_pimpl.C: apply John's patch for #93.
7369
7370 2002-07-05  Angus Leeming  <leeming@lyx.org>
7371
7372         * BufferView_pimpl.C (buffer): generate previews if desired.
7373
7374         * LColor.h: add "preview" to the color enum.
7375
7376         * LColor.C (LColor): add a corresponding entry to the items array.
7377
7378         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
7379         with this buffer.
7380
7381 2002-07-05  Angus Leeming  <leeming@lyx.org>
7382
7383         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
7384         The body of the code is now in the method that is passed an ostream &
7385         rather than a file name.
7386         Pass an additional only_preamble parameter, useful for the forthcoming
7387         preview stuff.
7388
7389 2002-07-03  André Pönitz <poenitz@gmx.net>
7390
7391         * lyxfunc.C: simplify getStatus() a bit for math stuff
7392
7393 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7394
7395         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
7396
7397 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7398
7399         * text.C (changeRegionCase): do not change case of all the
7400         document when region ends at paragraph end (bug #461)
7401
7402 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7403
7404         * paragraph.C (startTeXParParams):
7405         (endTeXParParams): add \protect when necessary
7406
7407 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7408
7409         * BufferView_pimpl.C (workAreaExpose): remove warning
7410
7411 2002-06-27  Angus Leeming  <leeming@lyx.org>
7412
7413         * Makefile.am: add lyxlayout_ptr_fwd.h.
7414
7415 2002-06-26  André Pönitz <poenitz@gmx.net>
7416
7417         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
7418
7419 2002-06-25  Angus Leeming  <leeming@lyx.org>
7420
7421         * lyxfunc.C (dispatch): Comment out the call to
7422         grfx::GCache::changeDisplay. The method no longer exists now that the
7423         pixmap generation part of the graphics loader has been moved into
7424         InsetGraphics.
7425
7426 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7427
7428         * text2.C: layout as layout
7429
7430         * text.C: layout as layout
7431
7432         * tabular.C (OldFormatRead): layout as layout
7433
7434         * paragraph_pimpl.C (TeXDeeper): layout as layout
7435         (realizeFont): layout as layout
7436
7437         * paragraph.C (writeFile): layout as layout
7438         (validate): layout as layout
7439         (getFont): layout as layout
7440         (getLabelFont): layout as layout
7441         (getLayoutFont): layout as layout
7442         (breakParagraph): layout as layout
7443         (stripLeadingSpaces): layout as layout
7444         (getEndLabel): layout as layout
7445         (getMaxDepthAfter): layout as layout
7446         (applyLayout): layout as layout
7447         (TeXOnePar): layout as layout
7448         (simpleTeXOnePar): layout as layout
7449         (TeXEnvironment): layout as layout
7450         (layout): layout as layout
7451         (layout): layout as layout
7452
7453         * lyxtextclass.C (compare_name): new functor to work with
7454         shared_ptr, layout as layout
7455         (Read): layout as layout
7456         (hasLayout): layout as layout
7457         (operator): layout as layout
7458         (delete_layout): layout as layout
7459         (defaultLayout): layout as layout
7460
7461         * lyxlayout_ptr_fwd.h: new file
7462
7463         * lyxlayout.C (Read): layout as layout
7464
7465         * lyx_cb.C (MenuInsertLabel): layout as layout
7466
7467         * bufferlist.C (newFile): layout as layout
7468
7469         * buffer.C (readLyXformat2): layout as layout
7470         (parseSingleLyXformat2Token): layout as layout
7471         (insertStringAsLines): layout as layout
7472         (asciiParagraph): layout as layout
7473         (latexParagraphs): layout as layout
7474         (makeLinuxDocFile): layout as layout
7475         (simpleLinuxDocOnePar): layout as layout
7476         (makeDocBookFile): layout as layout
7477         (simpleDocBookOnePar): layout as layout
7478         (getLists): layout as layout
7479
7480         * LaTeXFeatures.C (getTClassPreamble): layout as layout
7481
7482         * CutAndPaste.C (cutSelection): layout as layout
7483         (pasteSelection): layout as layout
7484         (SwitchLayoutsBetweenClasses): layout as layout
7485
7486         * BufferView_pimpl.C (Dispatch): layout as layout
7487         (smartQuote): layout as layout
7488
7489         * BufferView2.C (unlockInset): layout as layout
7490
7491 2002-06-24  André Pönitz <poenitz@gmx.net>
7492
7493         * lyxfunc.C: fix #487
7494
7495 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7496
7497         * lyxrc.h:
7498         * lyxrc.C:
7499         * lyxfunc.C: remove display_shortcuts, show_banner
7500
7501 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7502
7503         * Buffer_pimpl.C: oops, update on resize
7504
7505 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7506
7507         * buffer.C:
7508         * converter.C:
7509         * exporter.C:
7510         * lyxfunc.C:
7511         * BufferView.h:
7512         * BufferView.C: use repaint()
7513
7514         * BufferView_pimpl.h:
7515         * BufferView_pimpl.C: s/updateScreen()/repaint()/
7516           as it's a clearer description. Remove superfluous
7517           redraws.
7518
7519 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7520
7521         * text.C: fix bug 488. Not ideal, but getting
7522           getWord() to work properly for the insets that
7523           matter is more difficult ...
7524
7525 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7526
7527         * BufferView_pimpl.C:
7528         * LyXAction.C:
7529         * commandtags.h:
7530         * lyxfunc.C: remove the six million index lyxfuncs to just
7531           one, and DTRT (bug 458)
7532
7533 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7534
7535         * BufferView.h:
7536         * BufferView.C:
7537         * BufferView_pimpl.h:
7538         * BufferView_pimpl.C: clean up resize() stuff,
7539           and unnecessary updateScreen()s
7540
7541 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7542
7543         * BufferView.h:
7544         * BufferView.C:
7545         * BufferView_pimpl.h:
7546         * BufferView_pimpl.C:
7547         * lyxfind.h:
7548         * lyxfind.C:
7549         * minibuffer.C: remove focus management of workarea,
7550           not needed. Use screen's greyOut()
7551
7552 2002-06-17  Herbert Voss  <voss@lyx.org>
7553
7554         * converter.C: (convert) do not post a message, when converting
7555         fails, let the calling function decide what to do in this case
7556
7557 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
7558
7559         * lyxfunc.C: tidy up a little
7560
7561 2002-06-16    <alstrup@diku.dk>
7562
7563         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
7564         Got rid of FORMS_H_LOCATION include. Now we are
7565         GUII.
7566
7567 2002-06-15  LyX Development team  <lyx@rilke>
7568
7569         * buffer.[Ch] (sgmlOpenTag):
7570         (sgmlCloseTag): Added support for avoiding pernicious mixed
7571         content. Return number of lines written.
7572
7573         (makeLinuxDocFile):
7574         (makeDocBookFile): Fixed calls to sgml*Tag.
7575         Simple white space clean.
7576
7577         (simpleDocBookOnePar): Simple white space clean.
7578
7579         * tabular.[Ch] (docBook): Renamed to docbook and got another
7580         argument to related with the pernicious mixed content.
7581
7582         (docbookRow): Fixed calls for docbook inset method.
7583
7584 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7585
7586         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7587         so it's X11 independent.
7588
7589         * kb*.[Ch]: ditto.
7590
7591         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7592
7593 2002-06-15  Lyx Development team  <lyx@electronia>
7594
7595         * intl.h: Renamed getTrans to getTransManager.
7596
7597 2002-06-14  Angus Leeming  <leeming@lyx.org>
7598
7599         * Makefile.am: nuke forgotten stl_string_fwd.h.
7600
7601 2002-06-12  Angus Leeming  <leeming@lyx.org>
7602
7603         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7604
7605 2002-06-13  Angus Leeming  <leeming@lyx.org>
7606
7607         * LaTeX.C:
7608         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7609
7610 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7611
7612         * kbmap.C (getiso): add support for cyrillic and greek
7613
7614 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7615
7616         * BufferView.h:
7617         * BufferView.C:
7618         * BufferView_pimpl.h:
7619         * BufferView_pimpl.C: move bogus scrolling logic
7620           to xforms
7621
7622 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7623
7624         * lyxfunc.C:
7625         * BufferView_pimpl.C: view->resize() change
7626
7627 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7628
7629         * BufferView_pimpl.C: topCursorVisible
7630           prototype change
7631
7632 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7633
7634         * Makefile.am:
7635         * lyx_gui.h:
7636         * lyx_gui.C: move to frontends/
7637
7638         * main.C:
7639         * lyx_main.h:
7640         * lyx_main.C: changes from above
7641
7642 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7643
7644         * intl.C:
7645         * intl.h:
7646         * kbmap.C:
7647         * kbsequence.C:
7648         * lyx_cb.C:
7649         * lyx_main.C: minor tidy
7650
7651 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7652
7653         * BufferView_pimpl.h:
7654         * BufferView_pimpl.C:
7655         * BufferView.h:
7656         * BufferView.C: make painter() const,
7657           remove dead code
7658
7659         * BufferView2.C: use screen() accessor
7660
7661         * lyx_main.h:
7662         * lyx_main.C: some minor cleanup
7663
7664 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7665
7666         * BufferView_pimpl.h:
7667         * BufferView_pimpl.C: remove enter/leaveView,
7668           use workHeight()
7669
7670 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7671
7672         * BufferView.h:
7673         * BufferView.C:
7674         * BufferView2.C:
7675         * BufferView_pimpl.h:
7676         * BufferView_pimpl.C: only construct screen once,
7677           rename
7678
7679         * lyxrc.C: remove pointless comment
7680
7681 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7682
7683         * BufferView.h:
7684         * BufferView.C: remove active() and belowMouse()
7685
7686         * BufferView_pimpl.h:
7687         * BufferView_pimpl.C: use workarea() not workarea_,
7688           and make it use a scoped_ptr instead
7689
7690 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7691
7692         * lyx_gui.C: add debug message on BadWindow
7693
7694 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7695
7696         * sp_spell.C: fdopen is not part of the C++ standard.
7697
7698         * paragraph.C (InsetIterator): use >= instead of ==
7699
7700 2002-06-07  Angus Leeming  <leeming@lyx.org>
7701
7702         Fixes needed to compile with Compaq cxx 6.5.
7703         * BufferView_pimpl.C:
7704         * DepTable.C:
7705         * buffer.C:
7706         * converter.C:
7707         * encoding.C:
7708         * lyx_gui.C:
7709         * lyx_main.C:
7710         * lyxtextclasslist.C:
7711         * minibuffer.C:
7712         * sp_spell.C:
7713         * tabular_funcs.C:
7714         * vc-backend.C:
7715         all c-library variables have been moved into namespace std. Wrap
7716         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7717
7718         * lyxlength.C:
7719         * tabular-old.C:
7720         * tabular.C:
7721         Add a using std::abs declaration.
7722
7723         * kbmap.h (modifier_pair):
7724         * paragraph.h (InsetTable, InsetList):
7725         * lyxfont.h (FontBits):
7726         type definition made public.
7727
7728         * bufferlist.C (emergencyWriteAll): the compiler complains that
7729         there is more than one possible lyx::class_fun template to choose from.
7730         I re-named the void specialisation as lyx::void_class_fun.
7731
7732         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7733
7734         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7735         the compiler is is unable to find tostr in write_attribute.
7736
7737 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7738
7739         * buffer.C (sgmlError): hide #warning
7740
7741 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7742
7743         * xtl/*: get rid of xtl, which is not in use anyway
7744
7745         * LyXAction.C (init):
7746         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7747         were unimplemented xtl experimentation
7748
7749 2002-06-04  André Pönitz <poenitz@gmx.net>
7750
7751         * lyxfunc.C: disable array operation on simple formulae
7752
7753 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7754
7755         * converter.C: constify a bit
7756
7757 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7758
7759         * lyx_gui.C: check xforms version correctly
7760
7761 2002-04-30  Herbert Voss  <voss@lyx.org>
7762
7763         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7764         "keep" option
7765
7766 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7767
7768         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7769           attempt to register it with a VCS)
7770
7771 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7772
7773         * lyx_main.C (init): honor variables LYX_DIR_13x and
7774         LYX_USERDIR_13x
7775
7776 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7777
7778         * buffer.h:
7779         * buffer.C:
7780         * lyx_main.C: fix a crash on bad command line,
7781           and give a useful exit status on error
7782
7783         * lyxfunc.C (doImport): allow -i lyx to work
7784
7785 2002-03-30  André Pönitz <poenitz@gmx.net>
7786
7787         * lyxfunc.C: mathed font changes
7788
7789 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7790
7791         * LaTeX.C:
7792         * importer.h:
7793         * importer.C:
7794         * lyx_sty.h:
7795         * lyx_sty.C:
7796         * lyxlex.C:
7797         * lyxrow.h:
7798         * lyxtext.h:
7799         * paragraph.h:
7800         * paragraph.C:
7801         * texrow.h:
7802         * texrow.C:
7803         * text.C:
7804         * trans_mgr.h: srcdocs, and some minor cleanups
7805
7806 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7807
7808         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7809         call getFont all the time)
7810
7811 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7812
7813         * switch from SigC signals to boost::signals
7814
7815 2002-05-29  André Pönitz <poenitz@gmx.net>
7816
7817         * paragraph_pimpl.C (getChar): don't call size() too often...
7818
7819 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7820
7821         * paragraph_pimpl.C (insertChar): do not try to update tables when
7822         appending (pos == size())
7823
7824         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7825         in order to reduce drastically the number of comparisons needed to
7826         parse a large document
7827
7828 2002-05-29  André Pönitz <poenitz@gmx.net>
7829
7830         * text.C:
7831         * text2.C:
7832         * lyxtextclass.C:
7833         * sp_pspell.h:
7834         * textclasslist.[Ch]:
7835         * sp_ispell.h: whitespace change
7836
7837 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7838
7839         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7840         lyxaction directly now.
7841
7842 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7843
7844         * trans.C:
7845         * lyxfont.C:
7846         * lyxvc.C: remove unused headers
7847
7848 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7849
7850         * Makefile.am:
7851         * buffer.h:
7852         * undostack.h:
7853         * undostack.C:
7854         * undo_funcs.h:
7855         * undo_funcs.C: some cleanups. Use shared_ptr
7856           and a template for the undo stacks.
7857
7858 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7859
7860         * BufferView_pimpl.h:
7861         * BufferView_pimpl.C:
7862         * kbmap.h:
7863         * kbmap.C:
7864         * kbsequence.h:
7865         * kbsequence.C:
7866         * lyxfunc.h:
7867         * lyxfunc.C:
7868         * text2.C: use key_state/mouse_state
7869
7870 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7871
7872         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7873         and LSubstring
7874
7875         * chset.C: change include order
7876         (loadFile): use boost regex and get rid of LRegex and LSubstring
7877
7878         * Makefile.am (BOOST_LIBS): new variable
7879         (lyx_LDADD): use it
7880
7881         * LaTeX.C: change include order.
7882         (scanAuxFile): use boost regex and get rid of LRegex and
7883         LSubstring
7884         (deplog): ditto
7885
7886 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7887
7888         * ColorHandler.h:
7889         * ColorHandler.C:
7890         * FontInfo.h:
7891         * FontInfo.C: moved to frontends/xforms/
7892
7893         * FontLoader.h:
7894         * FontLoader.C: moved into frontends for GUIIzation
7895
7896         * Makefile.am:
7897         * lyx_gui.C:
7898         * lyxfont.C:
7899         * lyxfunc.C: changes from above
7900
7901 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7902
7903         * LColor.C: remove spurious X include
7904
7905         * BufferView_pimpl.C:
7906         * Makefile.am:
7907         * font.h:
7908         * font.C:
7909         * text.C:
7910         * text2.C: move font metrics to frontends/
7911
7912 2002-05-24  Juergen Vigna  <jug@sad.it>
7913
7914         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7915         setting the undo_cursor.
7916
7917         * ParagraphParameters.h: include local includes first.
7918
7919 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7920
7921         * BufferView_pimpl.C:
7922         * BufferView_pimpl.h:
7923         * Makefile.am:
7924         * WorkArea.h:
7925         * WorkArea.C:
7926         * screen.C: move WorkArea into frontends/
7927
7928         * lyxscreen.h:
7929         * screen.C:
7930         * text.C:
7931         * BufferView.C:
7932         * BufferView2.C: move LyXScreen into frontends/
7933
7934         * lyxlookup.h:
7935         * lyxlookup.C:
7936         * lyx_gui.C: move lyxlookup into frontends/xforms/
7937
7938 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7939
7940         * BufferView2.C:
7941         * BufferView_pimpl.C:
7942         * FontLoader.C:
7943         * LyXView.h:
7944         * LyXView.C:
7945         * Makefile.am:
7946         * WorkArea.C:
7947         * XFormsView.h:
7948         * XFormsView.C:
7949         * buffer.C:
7950         * bufferlist.C:
7951         * bufferview_funcs.C:
7952         * converter.C:
7953         * importer.C:
7954         * lyx_cb.C:
7955         * lyx_gui.C:
7956         * lyx_main.C:
7957         * lyx_find.C:
7958         * lyxfunc.C:
7959         * lyxvc.C:
7960         * minibuffer.C:
7961         * text.C:
7962         * text2.C:
7963         * trans.C:
7964         * vc-backend.C: move LyX/XFormsView into frontends/
7965
7966 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7967
7968         * Makefile.am:
7969         * PainterBase.C:
7970         * PainterBase.h:
7971         * Painter.C:
7972         * Painter.h:
7973         * WorkArea.C:
7974         * WorkArea.h:
7975         * screen.C:
7976         * tabular.C:
7977         * text.C:
7978         * text2.C: move Painter to frontends/
7979
7980 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7981
7982         * buffer.C: comment out some some code that depend upon lyx_format
7983         < 220
7984
7985         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7986         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7987
7988         * buffer.h (NO_COMPABILITY): turn off compability
7989
7990         * ColorHandler.C: include scoped_array.hpp
7991
7992         * font.C: Use more specific smart_ptr header.
7993         * Painter.C: ditto
7994         * gettext.C: ditto
7995         * ShareContainer.h: ditto
7996         * lyx_main.h: ditto
7997         * kbmap.h: ditto
7998         * FontInfo.h: ditto
7999         * BufferView_pimpl.h: ditto
8000         * ColorHandler.h: ditto
8001
8002         * kbmap.C (defkey): change call to shared_ptr::reset
8003
8004 2002-05-21  Juergen Vigna  <jug@sad.it>
8005
8006         * buffer.C (insertErtContents): fix to insert ert asis if it is
8007         non empty. Skip it completely if it contains only whitespaces.
8008
8009 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
8010
8011         * BufferView_pimpl.C:
8012         * BufferView2.C: clear selection on paste (bug 393)
8013
8014 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8015
8016         * DepTable.C: include ctime
8017
8018 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
8019
8020         * buffer.C (latexParagraphs): Add new argument (moving_arg).
8021
8022 2002-05-14  Juergen Vigna  <jug@sad.it>
8023
8024         * text.C (breakParagraph): fixed function to honor the keepempty
8025         layout in the right maner and also to permit the right breaking
8026         algorithm on empty or non empyt keepempty paragraphs.
8027
8028         * paragraph.C (breakParagraph): we have to check also if the par
8029         is really empty (!size()) for isempty otherwise we do the wrong
8030         paragraph break.
8031
8032 2002-05-10  Juergen Vigna  <jug@sad.it>
8033
8034         * buffer.[Ch] : The following are only changes to the ert
8035         compatibility read reading old LaTeX layout and font stuff and
8036         convert it to ERTInsets.
8037
8038         * buffer.h: added isErtInset().
8039
8040         * buffer.C (struct ErtComp): add a fromlayout bool to check
8041         if we're inside a LaTeX layout.
8042         (isErtInset): new helper function.
8043         (insertErtContents): look for other ert insets before this one
8044         and insert the contents there, so that we don't have subsequent
8045         ERT insets with nothing between them. This way we create only one
8046         inset with multiple paragraphs. Also check if we don't insert only
8047         spaces ' ' as they are ignored anyway afterwards in the .tex file
8048         so if we have only spaces we will ignore this latex part in the
8049         new file.
8050         (parseSingleLyXformat2Token \\layout): better compatibility when
8051         reading layout-latex stuff.
8052         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
8053         language tag.
8054         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
8055         stuff after reading the inset only get the information back from
8056         the stack.
8057
8058 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
8059
8060         * buffer.C (makeLaTeXFile): Put language options after loading babel.
8061
8062         * LaTeXFeatures.C (getBabelOptions): New method.
8063
8064 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8065
8066         * BufferView_pimpl.C (Dispatch): work around missing argument for
8067         'layout'
8068
8069 2002-05-08  Juergen Vigna  <jug@sad.it>
8070
8071         * text.C (leftMargin): handle paragraph leftindent.
8072
8073         * paragraph.C (writeFile): write the new \\leftindent tag.
8074         (validate): handle leftindent code.
8075         (TeXEnvironment): handle paragraphleftindent code again.
8076
8077         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
8078
8079         * buffer.C (parseSingleLyXformat2Token): added compatibility code
8080         for paragrap_extra indent code and new token \\leftindent.
8081         (latexParagraphs): handle the leftindent as environment.
8082
8083         * ParameterStruct.h: added leftindent support.
8084
8085         * ParagraphParameters.C (leftIndent): added support functions for
8086         the paragraph left indent.
8087
8088         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
8089         more appropriate.
8090
8091 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
8092
8093         * paragraph.C (isRightToLeftPar): Return false for a paragraph
8094         inside insetERT.
8095
8096         * text.C (computeBidiTables): No bidi in insetERT.
8097
8098         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
8099         in RTL documents.
8100
8101 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8102
8103         * version.C.in: pre 5
8104
8105 2002-05-02  José Matos  <jamatos@fep.up.pt>
8106         * buffer.C (makeDocBookFile): white space changes, add newline to
8107         command styles.
8108         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
8109
8110         * tabular.C (docBook): fix typo.
8111
8112 2002-05-03  Juergen Vigna  <jug@sad.it>
8113
8114         * screen.C (drawFromTo): recalculate the rowpointer if we had a
8115         change in LyXText as we can not be sure it was not freed.
8116         (drawOneRow): remove unused code.
8117
8118         * text.C (drawInset): redo the calculation of the need_break_row as
8119         it could have a row which was already freed.
8120         (draw): look at the return value of drawInset and return false if
8121         it also returned false.
8122         (paintRowText): look at the return value of draw and return false if
8123         it also returned false.
8124
8125         * lyxtext.h: added bool return type to drawInset() and draw() so that
8126         if we have a change in the row so that the rowbreak has to be redone
8127         we abort drawing as it will be called again.
8128
8129 2002-05-02  Juergen Vigna  <jug@sad.it>
8130
8131         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
8132         a change in the maintext also if we're inside an inset.
8133         (Dispatch): set the cursor again after a break line and after the
8134         screen has been updated as it could be we're in a different row.
8135
8136         * text2.C (fixCursorAfterDelete): check to make sure we don't request
8137         to set the cursor behind the pargraph with > size().
8138         (setCursor): check also for the same paragraph when checking where
8139         to put the cursor if we have a NFR inset.
8140
8141         * buffer.C (parseSingleLyXformat2Token): move the compatibility
8142         parts of layout read further up as it still was in the wrong
8143         position.
8144
8145 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8146
8147         * screen.C (drawFromTo): change sine fullRebreak always return
8148         true.
8149
8150         * buffer.C (parseSingleLyXformat2Token): reindent some
8151
8152         * BufferView_pimpl.C (update): change since fullRebreak always
8153         return true.
8154         (Dispatch): git rid of the last hardcoded "Standard"s.
8155
8156 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8157
8158         * text2.[Ch] (fullRebreak): make it return void now that we always
8159         returned true.
8160
8161 2002-04-30  Juergen Vigna  <jug@sad.it>
8162
8163         * buffer.C (parseSingleLyXformat2Token): reset the font before the
8164         ert compatibility check for "latex" layout.
8165
8166 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
8167
8168         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
8169         minipages: use col% instead of p%, and also use the current font.
8170         (makeLaTeXFile): Fix use babel condition.
8171         (parseSingleLyXformat2Token): Correct font when reading old floats.
8172
8173 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
8174
8175         * BufferView_pimpl.C (Dispatch): Check that float type exists when
8176         inserting list of floats.
8177
8178 2002-04-25  Herbert Voss  <voss@lyx.org>
8179
8180         * MenuBackend.C (expand): don't add the graphics extensions to the
8181         export menu
8182
8183 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8184
8185         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
8186         non-existing layout, do not complain if it was the default layout
8187         of the original class (bug #342)
8188
8189 2002-04-24  Juergen Vigna  <jug@sad.it>
8190
8191         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
8192         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
8193
8194 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
8195
8196         * buffer.C (getBibkeyList): If using \bibliography, return the
8197         option field with the reference itself. Enables us to provide natbib
8198         support when using \bibliography.
8199
8200 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
8201
8202         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
8203
8204         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
8205         natbib is provided by the LaTeX class.
8206
8207 2002-04-23  Juergen Vigna  <jug@sad.it>
8208
8209         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
8210         Wakeup functions.
8211
8212         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
8213
8214 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8215
8216         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
8217
8218         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
8219         ensuremath around textordmasculine, textordfeminine and
8220         textdegree.
8221
8222 2002-04-19  Juergen Vigna  <jug@sad.it>
8223
8224         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
8225         reinitializing the buffer otherwise row-dimensions may be wrong.
8226         (update): reset also the selection cursors if they do exits otherwise
8227         their x/y positions may be wrong.
8228
8229         * text2.C (cursorDown): don't enter the inset if we came from a row
8230         above and are one row over the inset.
8231
8232         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
8233         really leaving an inset.
8234
8235 2002-04-18  Juergen Vigna  <jug@sad.it>
8236
8237         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
8238         of the selected paragraph does not have the selected layout also if
8239         the last one had!
8240
8241         * text2.C (setLayout): fixed bug which did not change last selected
8242         paragraph.
8243
8244         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
8245         changed the read and substituted \\end_float with \\end_inset!
8246
8247         * BufferView_pimpl.C (cursorPrevious):
8248         (cursorNext): fixed to make it work with rows heigher than the work
8249         area without moving the cursor only the draw of the row.
8250         (workAreaMotionNotify): fix jumping over high rows.
8251
8252 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8253
8254         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
8255         Ressler.
8256
8257 2002-04-16  Juergen Vigna  <jug@sad.it>
8258
8259         * text2.C (setCursor): set also the irow().
8260         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
8261         (cursorUp):
8262         (cursorDown): support for locking an inset if the x_fix value goes
8263         inside it. That way I can transverse insets too with cursor up/down.
8264
8265         * lyxrow.h: added irow helper function same as other (i) functions.
8266
8267         * BufferView_pimpl.C (cursorPrevious):
8268         (cursorNext): fixed for insets!
8269
8270 2002-04-15  Juergen Vigna  <jug@sad.it>
8271
8272         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
8273         position otherwise it is wrong in some cases.
8274
8275         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
8276         inside the inset before the call.
8277
8278 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
8279
8280         * buffer.[Ch] (getBibkeyList): make it const.
8281
8282 2002-04-12  Juergen Vigna  <jug@sad.it>
8283
8284         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
8285
8286         * text2.C (getCursorX): new helper function
8287         (setCursor): compute also ix_
8288         (setCursorFromCoordinates): set also ix.
8289
8290         * lyxcursor.h: added ix_ and helper functions.
8291
8292         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
8293
8294         * buffer.C (insertStringAsLines): dont break paragraph if the this
8295         paragraph is inside an inset which does not permit it!
8296
8297         * text.C (breakParagraph): honor keepempty flag and break the paragraph
8298         also with no chars on this paragraph.
8299         (paintRowText): only paint stuff if it's inside the workarea!
8300
8301         * paragraph.C (breakParagraph): honor keepempty flag and break the
8302         paragraph always below not above.
8303
8304         * BufferView2.C (unlockInset): update the paragraph layout on inset
8305         unlock as we changed paragraph in such a case.
8306
8307         * lyxfind.C (LyXFind): clear the former selection if not found!
8308
8309         * text2.C (insertInset): freeze Undo after setUndo so that it is not
8310         again called in insertChar().
8311
8312         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
8313         an inset which uses the whole row!
8314         (rightMargin): ditto.
8315         (insertChar): force a rebreak if we inserted an inset!
8316
8317 2002-03-28  Herbert Voss  <voss@lyx.org>
8318
8319         * lyxlength.[Ch]: add inBP() to get the right PS-point
8320         units (BigPoint). With inPixels we have rounding errors
8321
8322 2002-04-11  Juergen Vigna  <jug@sad.it>
8323
8324         * text2.C (setCursorFromCoordinates): set iy to the right value.
8325         (setCursor): add check if row->previous exists!
8326
8327         * buffer.C (parseSingleLyXformat2Token): reset font after read of
8328         an old float_type as this was the case in the old code!
8329
8330         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
8331
8332         * BufferView2.C (showLockedInsetCursor): use iy
8333         (fitLockedInsetCursor): ditto
8334
8335         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
8336         locked insets as there we have the right value now.
8337
8338         * lyxcursor.C: added iy_ variable and iy functions to set to the
8339         baseline of cursor-y of the locked inset.
8340
8341         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
8342         (setCursor): fixed for insets which need a full row.
8343
8344         * text.C (rowLastPrintable): don't ignore the last space when before
8345         an inset which needs a full row.
8346         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
8347         as last character of a row when before a inset which needs a full row.
8348
8349 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8350
8351         * version.C.in: update date
8352
8353         * text2.C (fullRebreak): try to always return true and see what
8354         happens...
8355
8356 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8357
8358         * MenuBackend.C (expand): use Floating::listName
8359
8360         * FloatList.C (FloatList): add listName argument to the built-in
8361         floats
8362
8363         * Floating.[Ch]: add listName member, which is the 'List of XXX'
8364         text associated with the float.
8365
8366 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8367
8368         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
8369
8370 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8371
8372         * ShareContainer.h: add a couple of missing typenames.
8373
8374 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
8375
8376         * lyxrc.C (getDescription): use _() correctly rather than N_().
8377
8378 2002-03-28  Herbert Voss  <voss@lyx.org>
8379
8380         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
8381         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
8382
8383 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8384
8385         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
8386         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
8387
8388 2002-03-29  Juergen Vigna  <jug@sad.it>
8389
8390         * lyxfunc.C (dispatch): add a missing fitCursor call.
8391
8392         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
8393         it was scrolled by a cursor move, so return the bool status.
8394
8395         * BufferView.C (fitCursor): return the bool flag also to the outside
8396         world as this is needed.
8397
8398         * screen.C (toggleToggle): don't subtract the offset if it's positive.
8399
8400         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
8401         call the edit() as it is not needed (and wrong) IMO.
8402         (workAreaButtonPress): set the screen_first variable before evt.
8403         unlock the inset as this may change screen_first and then we have
8404         a wrong y position for the click!
8405
8406 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8407
8408         * MenuBackend.C (expand): another translation that I missed
8409
8410 2002-03-28  Juergen Vigna  <jug@sad.it>
8411
8412         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
8413
8414         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
8415
8416 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8417
8418         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
8419
8420         * MenuBackend.C (expand): fix export/view/update when there is no
8421         document open.
8422
8423 2002-03-27  Herbert Voss  <voss@lyx.org>
8424
8425         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
8426         and text%
8427
8428 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8429
8430         * bufferview_funcs.C (currentState): only show paragraph number
8431         for is DEVEL_VERSION is set.
8432
8433         * lyxfunc.C (dispatch): put warning in INFO channel
8434
8435         * MenuBackend.C (expand): translate the name of floats
8436
8437         * FloatList.C (FloatList): mark the float names for translation
8438
8439         * converter.C (convert): use LibScriptSearch
8440
8441 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8442
8443         * MenuBackend.C (defaults): fix default menu (we might as well get
8444         rid of it...)
8445
8446 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8447
8448         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
8449         directory.
8450
8451 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8452
8453         * lyxvc.C: reorder includes.
8454
8455 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
8456
8457         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
8458           properly
8459
8460 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
8461
8462         * CutAndPaste.C: change layouts earlier on paste
8463           to avoid crashing when calling getFont()
8464
8465 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
8466
8467         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
8468         irritating #error.
8469
8470 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8471
8472         * WorkArea.C: remove 'Pending' debug message.
8473
8474         * most files: ws cleanup
8475
8476         * buffer.[Ch]: ws changes
8477
8478         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
8479
8480 2002-03-21  Juergen Vigna  <jug@sad.it>
8481
8482         * tabular.C (SetMultiColumn): collapse also the contents of the
8483         cells and set the last border right. Added a Buffer const * param.
8484
8485 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8486
8487         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
8488         linking or not.
8489
8490 2002-03-19  Juergen Vigna  <jug@sad.it>
8491
8492         * text2.C (clearSelection): reset also xsel_cache.
8493
8494         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
8495         where it needs to be called (John tells us to do so too :)
8496         (selectionLost): reset sel_cache.
8497
8498         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
8499
8500 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8501
8502         * text2.C (setCursorIntern): put debuging code in INSETS channel
8503
8504 2002-03-19  André Pönitz <poenitz@gmx.net>
8505
8506         * lyxfunc.C: tiny whitespace change
8507
8508 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8509
8510         * ToolbarDefaults.C (init):
8511         * LyXAction.C (init):
8512         * commandtags.h:
8513         * BufferView_pimpl.C (Dispatch):
8514         * lyxfunc.C (dispatch): remove LFUN_DEPTH
8515
8516 2002-03-19  Allan Rae  <rae@lyx.org>
8517
8518         * exporter.C (Export): removeAutoInsets before doing anything else.
8519         While I've just introduced a dependency on BufferView this really is
8520         the best place to clean the buffer otherwise you need to cleanup in
8521         a dozen places before calling export or cleanup in a dozen functions
8522         that export calls.
8523
8524         * converter.C (runLaTeX):
8525         (scanLog): Better handling of removeAutoInsets and screen updates.
8526
8527         * lyxfunc.C (dispatch): small whitespace changes
8528
8529 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8530
8531         * WorkArea.C (C_WorkAreaEvent): return a value.
8532         (event_cb): return 1 if we handled the event, 0 otherwise.
8533
8534         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
8535
8536 2002-03-18  Juergen Vigna  <jug@sad.it>
8537
8538         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
8539         (GetAdditionalWidth): ditto.
8540         (RightLine): ditto.
8541         (LeftLine): ditto.
8542
8543         * BufferView2.C (copy): use getLyXText() so that we do it inside an
8544         inset if we're there actually (probably not used right now but this
8545         is the direction to go for unifying code).
8546         (paste): disable code to clear the selection.
8547
8548         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
8549         inside an InsetText and move the check further up as it is in the
8550         wrong place.
8551
8552         * text2.C (pasteSelection): set a selection over the pasted text.
8553
8554 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
8555
8556         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
8557         and libgraphics to build on Cygwin.
8558
8559 2002-03-15  Juergen Vigna  <jug@sad.it>
8560
8561         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
8562         inserting an Inset into the paragraph. I know this is not the best
8563         fix but we already use current_view in CutAndPaste so we will remove
8564         all of it's using at the same time.
8565
8566         * buffer.C (sgmlError): deactivated function till it is rewritten in
8567         the right mode, now it can create problems.
8568
8569         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8570         before accessing it.
8571
8572 2002-03-14  Juergen Vigna  <jug@sad.it>
8573
8574         * undo_funcs.C (textHandleUndo): do the right thing when updating
8575         the inset after the undo/redo.
8576
8577         * text2.C (setCursor): just some testcode for #44 not ready yet.
8578
8579         * undo_funcs.C (textHandleUndo): set the next() and previous()
8580         pointers of the paragraph to 0 before deleting otherwise we have
8581         problems with the Paragraph::[destructor].
8582
8583         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8584         on a paragraph insertion.
8585
8586 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8587
8588         * buffer.C (asciiParagraph): use += operator for char append to
8589         string.
8590
8591         * paragraph.C (getFontSettings): compare >= not just >
8592         (highestFontInRange): ditto
8593         (setFont): ditto
8594
8595 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8596
8597         * paragraph.C: change several algorithm to be more appripriate for
8598         the problem domain. This is lookip in FontList and in the InsetList.
8599
8600 2002-03-13  André Pönitz <poenitz@gmx.net>
8601
8602         * commandtags.h:
8603         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8604
8605 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8606
8607         * commandtags.h:
8608         * LyXAction.C:
8609         * lyxfunc.C:
8610         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8611
8612 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8613
8614         * Painter.C (display): anon helper function, adjust code for this
8615         change.
8616         (pixmap): remove function.
8617
8618         * Painter.h: remove private display variable.
8619
8620         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8621
8622 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8623
8624         * WorkArea.[Ch]: remove figinset_canvas cruft.
8625
8626 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8627
8628         * lyxtextclass.C (operator): add one item cache optimization.
8629
8630         * bufferlist.h: doxy changes
8631
8632         * bufferlist.C: ws changes
8633
8634         * DepTable.[Ch] (ext_exist): place const in the right spot.
8635
8636         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8637         call resizeInsets.
8638         (workAreaExpose): call resizeInsets when the with BufferView changes.
8639         (Dispatch): adjust for protectedBlank removal
8640         (specialChar): call updateInset if the insert went ok.
8641
8642         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8643         specialChar instead.
8644
8645         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8646
8647         * BufferView.h: doxy change
8648
8649         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8650
8651         * lyxtextclass.C (operator[]): remove non-const version
8652         (defaultLayout): remove non-const version
8653
8654 2002-03-12  Juergen Vigna  <jug@sad.it>
8655
8656         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8657         did resize the LyXText too.
8658
8659         * buffer.C (readLyXformat2): set layout information on newly allocated
8660         paragraphs.
8661
8662         * tabular.C (OldFormatRead): set layout information on the paragraph.
8663
8664 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8665
8666         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8667
8668 2002-03-11  Juergen Vigna  <jug@sad.it>
8669
8670         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8671         plainly wrong.
8672         (resizeCurrentBuffer): force also the insets to resize themselfes.
8673         (moveCursorUpdate): fixed up for InsetText.
8674
8675 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8676
8677         * commandtags.h:
8678         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8679         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8680         value of Dialogs::tooltipsEnabled().
8681         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8682
8683 2002-03-08  Juergen Vigna  <jug@sad.it>
8684
8685         * BufferView_pimpl.C (updateInset): update inset inside inset also
8686         if it isn't inside theLockingInset().
8687
8688 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8689
8690         * buffer.C (asciiParagraph): redo some of the word and line length
8691         handling.
8692         (getLists): look for Caption instead of caption.
8693
8694 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8695
8696         * buffer.C (Buffer): initialize niceFile to true
8697         (makeLaTeXFile):
8698         (makeLinuxDocFile):
8699         (makeDocBookFile): make sure niceFile is true on exit
8700
8701 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8702
8703         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8704
8705 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8706
8707         * LyXSendto.C: remove.
8708         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8709         * lyx_gui.C: remove now-redundant comment.
8710         * ColorHandler.h: remove forward declaration of class WorkArea.
8711         * lyxfunc.C: remove #include "WorkArea.h".
8712
8713 2002-03-07  Juergen Vigna  <jug@sad.it>
8714
8715         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8716         got moved away with the DEPM and also set the inset_owner always
8717         right which before could have been omitted.
8718
8719 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8720
8721         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8722         wanted layout is not found.
8723
8724 2002-03-07  Juergen Vigna  <jug@sad.it>
8725
8726         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8727
8728 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8729
8730         * paragraph.C (breakParagraph): use default layout not layout of
8731         prev paragraph.
8732         (Paragraph): clear ParagraphParameters.
8733
8734 2002-03-06  Juergen Vigna  <jug@sad.it>
8735
8736         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8737         otherwise it would not be a valid lenght. Fixed a special case in
8738         the minipage compatibility read where we end the document with a
8739         minipage.
8740
8741         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8742         was set as it could be 0 for InsetTexts first entry.
8743
8744 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8745
8746         * paragraph.C (writeFile): if layout is empty write out
8747         defaultLayoutName().
8748
8749         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8750         file without named layout we set layout to defaultLayoutName().
8751
8752 2002-03-06  Juergen Vigna  <jug@sad.it>
8753
8754         * CutAndPaste.C (copySelection): set layout for new paragraph.
8755
8756         * text.C (prepareToPrint): leave ERT inset left aligned
8757         (leftMargin): don't indent paragraphs inside ERT insets
8758
8759 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8760
8761         * paragraph.C (breakParagraph): dont call clear do the work manually
8762
8763         * paragraph.[Ch] (clear): remove function
8764
8765 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8766
8767         * paragraph.C (Paragraph): dont call clear, the work has already
8768         been done.
8769
8770         * lyxtextclass.C (operator): assert if n is empty
8771
8772         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8773         work manually instead.
8774
8775 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8776
8777         * BufferView_pimpl.C: protect selectionLost against text == 0
8778
8779 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8780
8781         * text.C (breakParagraph): fix a setting layout to '0' problem.
8782
8783 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8784
8785         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8786         final location of file, for the included files, and graphics.
8787
8788 2002-03-05  Juergen Vigna  <jug@sad.it>
8789
8790         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8791
8792 2002-03-04  Juergen Vigna  <jug@sad.it>
8793
8794         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8795
8796         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8797         last column of multicolumn cells.
8798         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8799
8800 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8801
8802         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8803         file if it doesn't go to a temporary file.
8804
8805         * buffer.C (sgmlOpenTag):
8806         (sgmlCloseTag):  remove extra newline insertion.
8807
8808 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8809
8810         * text.C (getRowNearY): comment out debug msg
8811
8812 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8813
8814         * text2.C: first -> first_y
8815
8816         * text.C (getRowNearY): add some attemts at a possible
8817         optimization, not working.
8818
8819         * tabular.[Ch]: add BufferParams to several function so that newly
8820         created paragraph can be initialized to he default layotu for the
8821         buffers textclass.
8822
8823         * tabular-old.C (ReadOld): add buf->params to call of Init
8824
8825         * screen.C: rename text->first to text->first_y
8826
8827         * paragraph.C (breakParagraph): always set layout in the broken
8828         paragraph
8829
8830         * lyxtextclass.C (Read): remove lowercase
8831         (hasLayout): ditto
8832         (operator): ditto
8833         (delete_layout): ditto
8834
8835         * lyxtext.h: rename first -> first_y
8836
8837         * lyxlayout.C (Read): remove lowercase
8838         (name): ditto
8839         (setName): ditto
8840         (obsoleted_by): ditto
8841
8842         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8843
8844         * buffer.C (insertErtContents): add params are to InsetERT
8845         (parseSingleLyXformat2Token): add code to check if a paragraphs
8846         layout really exist.
8847         (parseSingleLyXformat2Token): add params to several inset
8848         constructors
8849         (asciiParagraph): remove lowercase, do the layout comparisons with
8850         no_case
8851
8852         * BufferView_pimpl.C (cursorNext): first -> first_y
8853         (resizeCurrentBuffer): first -> first_y
8854         (updateScrollbar): first -> first_y
8855         (scrollCB): first -> first_y
8856         (workAreaMotionNotify): first -> first_y
8857         (workAreaButtonPress): first -> first_y
8858         (checkInsetHit): first -> first_y
8859         (cursorPrevious): first -> first_y
8860         (cursorNext): first -> first_y
8861         (Dispatch): add buffer_->params to severl inset contructors
8862
8863 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8864
8865         * lyxlayout.C (Read): remove some debug info that I forgot.
8866
8867         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8868         clean up the code slightly.
8869         (makeLinuxDocFile): ditto
8870         (makeDocBookFile): ditto
8871
8872         * text2.C: layout as string
8873
8874         * text.C: layout as string
8875
8876         * paragraph_pimpl.C: layout as string
8877
8878         * paragraph.[Ch]: layout as string
8879
8880         * lyxtextclasslist.[Ch]: layout as string
8881
8882         * lyxtextclass.[Ch]: layout as string
8883
8884         * lyxtext.h: layout as string
8885
8886         * lyxlayout.[Ch]: layout as string
8887
8888         * lyx_cb.C: layout as string
8889
8890         * bufferview_funcs.C: layout as string
8891
8892         * bufferparams.C: layout as string
8893
8894         * buffer.C: layout as string
8895
8896         * LyXView.[Ch]: layout as string
8897
8898         * LaTeXFeatures.[Ch]: layout as string
8899
8900         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8901
8902         * BufferView_pimpl.C: change current_layout to string, remove
8903         lyx::layout_type.
8904         (Dispatch):
8905         (smartQuote):
8906         (insertInset):
8907         (workAreaButtonRelease): layout as string
8908
8909         * BufferView2.C (unlockInset): adjust
8910
8911         * vspace.C (asLatexCommand): use an explict temp variable.
8912
8913 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8914
8915         * Makefile.am: use FRONTEND_*
8916
8917 2002-03-01  Juergen Vigna  <jug@sad.it>
8918
8919         * tabular.C (SetWidthOfMulticolCell): changed to something better
8920         I hope but still work in progress.
8921         (recalculateMulticolumnsOfColumn): renamed function from
8922         recalculateMulticolCells as it is more appropriate now.
8923         (SetWidthOfCell): calculate multicols better.
8924
8925 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8926
8927         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8928
8929         * lyxfunc.C (processKeySym): print sequence also if it is
8930         `deleted' (complete)
8931
8932         * kbsequence.C (print): print sequence even if it is deleted
8933         (complete would be a better word, actually).
8934
8935         * lyxfunc.C (dispatch): print complete options after a prefix key
8936
8937         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8938
8939 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8940
8941         * text2.C (setCharFont): eliminate setCharFont code duplication.
8942
8943 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8944
8945         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8946         LFUN_TABULAR_FEATURE (bug #177)
8947
8948 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8949
8950         * Makefile.am: remove figure.h
8951
8952 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8953
8954         * Bufferview_pimpl.C:
8955         * CutAndPasteC:
8956         * LaTeX.C:
8957         * LyXSendto.C:
8958         * buffer.C:
8959         * bufferlist.C:
8960         * converter.C:
8961         * language.C:
8962         * lyxfunc.C:
8963         * lyxvc.C:
8964         * paragraph.C:
8965         * text.C:
8966         * text2.C: remove #include "lyx_gui_misc.h".
8967
8968         * LaTeX.C: added #include <cstdio>
8969
8970 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8971
8972         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8973         that the paragraph following this one can have.
8974
8975         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8976
8977         * vspace.C (asLatexCommand): fix bogus gcc warning
8978
8979         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8980
8981 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8982
8983         * text2.C (setLayout): get rid of redundant code
8984
8985 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8986
8987         * text2.C (incDepth): make sure depth cannot be increased beyond
8988         reasonable values.
8989
8990 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8991
8992         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8993         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8994
8995         * PainterBase.h (image):
8996         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8997         a LyXImage const *.
8998
8999 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9000
9001         * BufferView.C:
9002         * BufferView.h:
9003         * BufferView_pimpl.C:
9004         * BufferView_pimpl.h:
9005         * LaTeXFeatures.C:
9006         * LyXAction.C:
9007         * LyXView.C:
9008         * Makefile.am:
9009         * UpdateList.h:
9010         * UpdateList.C:
9011         * buffer.C:
9012         * figure.h:
9013         * figureForm.C:
9014         * figureForm.h:
9015         * figure_form.C:
9016         * figure_form.h:
9017         * lyx_cb.C:
9018         * lyx_gui.C:
9019         * lyx_gui_misc.C:
9020         * lyxfunc.C:
9021         * sp_base.h:
9022         * sp_ispell.h:
9023         * sp_pspell.h:
9024         * sp_spell.C: remove fig inset, and the crap house of
9025           cards that follows it
9026
9027 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9028
9029         * Makefile.am:
9030         * lyxserver.C:
9031         * os2_defines.h:
9032         * os2_errortable.h:
9033         * nt_defines.h: move .h into support/
9034
9035         * vms_defines.h: remove
9036
9037         * WorkArea.C: add space in debug output
9038
9039         * text2.C:
9040         * paragraph.C:
9041         * buffer.C: add WITH_WARNINGS
9042
9043         * vc-backend.h:
9044         * vc-backend.C:
9045         * bufferlist.C: s/retrive/retrieve/, add docs
9046
9047         * vspace.h:
9048         * vspace.C:
9049         * kbmap.h:
9050         * lyxlength.h:
9051         * lyxgluelength.h:
9052         * length_common.h:
9053         * chset.h:
9054         * chset.C: add docs
9055
9056         * lyxgui.C: add ID to X error handler
9057
9058         * lyxtestclass.c: fix typo
9059
9060 2002-02-26  Juergen Vigna  <jug@sad.it>
9061
9062         * tabular_funcs.C (write_attribute): changed so that some default
9063         attributes are not written at all.
9064         (getTokenValue): set default values before trying to read the
9065         value so we have the return value always set as default if we don't
9066         find the token we search for.
9067
9068         * tabular.C (Write): write bools as bools not as strings!
9069
9070 2002-02-22  Juergen Vigna  <jug@sad.it>
9071
9072         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
9073         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
9074
9075         * text.C (leftMargin): don't add an indent for paragraphs inside
9076         tabular cells (fix #208).
9077
9078 2002-02-21  José Matos  <jamatos@fep.up.pt>
9079
9080         * tabular.C (docBook): fixed support for long tables.
9081
9082 2002-02-20  Juergen Vigna  <jug@sad.it>
9083
9084         * text2.C (getFont): get the drawing font of the Inset if this
9085         paragraph is inside an inset (only important for InsetERT for now).
9086
9087         * buffer.C (insertErtContents): use new lanugage params in ERT
9088         constructor.
9089
9090         * CutAndPaste.C: commenting out seemingly uneeded code.
9091
9092 2002-02-19  Allan Rae  <rae@lyx.org>
9093
9094         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
9095         Iterators might be simple to use but they also get invalidated.
9096         (removeAutoInsets): renamed saved cursor tracking variables and added
9097         some comments to clarify what everything does.
9098
9099 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
9100
9101         * Chktex.C:
9102         * LaTeX.C:
9103         * LyXSendto.C:
9104         * converter.C:
9105         * lyx_cb.C:
9106         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
9107         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
9108
9109         * lyxfunc.C:
9110         * vc-backend.h: remove #include "support/syscall.h"
9111
9112         * LaTeX.C:
9113         * LyXSendto.C:
9114         * converter.C: rearrange #includes in Lars' approved fashion.
9115
9116         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
9117         forward declare class Timeout in the header file.
9118
9119         * XFormsView.C: changes due to the above.
9120
9121         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
9122         similar to LyXView.
9123
9124         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
9125         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
9126
9127 2002-02-18  José Matos  <jamatos@fep.up.pt>
9128
9129         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
9130         insets contents.
9131
9132 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9133
9134         * a lot of small ws changes
9135         * add a lot of using std::XXX
9136         * use std construcs some places where approp.
9137         * use some exisint stuff from lyxfunctional where approp.
9138         * Make file changes to use partial linking (lets test this now...)
9139
9140 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9141
9142         * Chktex.C:
9143         * buffer.C:
9144         remove #include "support/syscontr.h" as it's redundant. Always has been.
9145
9146         * Chktex.C:
9147         * LaTeX.C:
9148         * LyXSendto.C:
9149         * converter.C:
9150         * lyx_cb.C:
9151         * vc-backend.C:
9152         change Systemcalls::System to Systemcalls::Wait and
9153         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
9154         No change of functionality, just reflects the stripped down Systemcalls
9155         class.
9156
9157 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9158
9159         * debug.[Ch]: add a GRAPHICS type to the enum.
9160
9161 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9162
9163         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
9164
9165         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
9166         there is an inset.
9167
9168 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9169
9170         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
9171         match the changes below.
9172
9173         * text2.C (toggleInset): if there is not editable inset at cursor
9174         position, try to see if cursor is _inside_ a collapsable inset
9175         and close it.
9176
9177 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9178
9179         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
9180         document menu has a nice checkbox
9181
9182 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9183
9184         * lyxlength.C (asLatexString): change PW to output as percent of
9185         \textwidth.
9186
9187         * lengthcommon.C: change '%' to 't%'
9188
9189         * lyxfunc.C (dispatch): a few comments from Martin
9190
9191 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
9192
9193         * WorkArea.h:
9194         * WorkArea.C:
9195         * BufferView_pimpl.h:
9196         * BufferView_pimpl.C: clear our selection when X tells us we've lost
9197           the X selection.
9198
9199 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9200
9201         * vspace.C (inPixels): fix compiler warning
9202
9203 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9204
9205         * lyxfunc.C (getStatus): fix status message for disabled commands.
9206
9207 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
9208
9209         * BufferView_pimpl.C: fix crash on close buffer
9210         during selection (#227)
9211
9212 2002-01-27  Herbert Voss  <voss@lyx.org>
9213
9214         * buffer.C: link old Figure to new graphic inset
9215
9216 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
9217
9218         * FontLoader.C (getFontinfo): Change the latex font names in order
9219         to match the names of type1inst.
9220
9221 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9222
9223         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
9224
9225         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
9226         (extchanged): ditto
9227         (ext_exist): ditto
9228         (remove_files_with_extension): ditto
9229         (remove_file): ditto
9230         (write): ditto
9231
9232         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
9233         document is smaller than the work area height. Do not initialize
9234         static variables to 0.
9235
9236 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9237
9238         * lyx_gui.C (init): give the toolbar tooltips a normal font.
9239
9240         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
9241         LFUN_LAYOUT_PARAGRAPHS.
9242
9243         * tabular.C (GetCellFromInset): new method. Finds an inset in a
9244         tabular. It is possible to provide a possible cell, which will
9245         typically be the actcell from the corresponding insettabular
9246
9247         * lyxfunc.C (getStatus): small cleanup; disable
9248         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
9249         true
9250
9251 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9252
9253         * tabular.C (Validate): remove broken optimization (fixes bug #201)
9254
9255         * paragraph.C (startTeXParParams):
9256         (endTeXParParams): new methods. The LaTeX code to
9257         start/end paragraph formatting
9258         (simpleTeXOnePar): call startTeXParParams also when paragraph is
9259         empty (fixes bug #200)
9260
9261         * vspace.C (inPixels): adapt to the change below
9262         (inPixels): [later] more cleanups (remove unused variables)
9263
9264         * lyxlength.C (inPixels): change to use a width and a height as
9265         parameter.
9266
9267 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9268
9269         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
9270         Replaced with \paperwidth
9271
9272         * DepTable.C (insert): add std:: qualifier
9273
9274 2002-01-18  Allan Rae  <rae@lyx.org>
9275
9276         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
9277         updated also?
9278
9279         * text.C (drawInset): Turned out I didn't know enough about how
9280         rebreaking worked.  This fixes most of the redraw problems.  I see
9281         an occasional cursor trail when a line is broken now and the cursor
9282         placement can seem out by a few pixels also after a rebreak.
9283
9284 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9285
9286         * buffer.C (parseSingleLyXformat2Token): update because minipage
9287         width is now a LyXLength
9288
9289         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
9290
9291         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
9292         math insets
9293
9294 2002-01-17  Juergen Vigna  <jug@sad.it>
9295
9296         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
9297
9298         * BufferView2.C (lockInset): call edit() so that theLockingInset()
9299         is set correctly and the inset is updated correctly.
9300
9301 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9302
9303         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
9304         the beginning of the loop.
9305
9306 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
9307
9308         * lyxrc.C: improve help for use_scalable_fonts
9309
9310 2002-01-17  Allan Rae  <rae@lyx.org>
9311
9312         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
9313
9314 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9315
9316         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
9317         make sure to set their inset_owner to the right value (bug #171)
9318
9319 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
9320
9321         * DepTable.h
9322         * DepTable.C: Implement mtime checking to reduce time spent doing
9323         CRCs.
9324
9325 2002-01-16  Juergen Vigna  <jug@sad.it>
9326
9327         * tabular.C (GetAdditionalHeight): one of error fixed.
9328
9329         * lyxrc.C (output): small fix in writing use_pspell.
9330
9331 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
9332
9333         * sp_base.h: #include LString.h
9334
9335 2002-01-16  Allan Rae  <rae@lyx.org>
9336
9337         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
9338         Can someone check this please?
9339
9340         * text.C (drawInset): It was possible that p.row would be removed by
9341         breakAgainOneRow upsetting a few other settings.  There may be another
9342         small tweak possible by setting need_break_row = 0 when p.row has been
9343         removed but I don't know enough about the logic here.
9344
9345 2002-01-15  Allan Rae  <rae@lyx.org>
9346
9347         * text.C (insertChar): removed conditional truism.
9348
9349         * BufferView2.C (removeAutoInsets): More tweaks.
9350         cur_par_prev could be a stray pointer.  Check for trailing empty line
9351         in case last line was cur_par and only had an error inset on it.
9352
9353 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9354
9355         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
9356         absolute
9357
9358         * vc-backend.C (most methods):
9359         * exporter.C (Export):
9360         * converter.C (convert):
9361         (runLaTeX):
9362         * LyXSendto.C (SendtoApplyCB):
9363         * lyxfunc.C (dispatch):
9364         (menuNew):
9365         (open):
9366         (doImport):
9367         * lyx_cb.C (AutoSave):
9368         (InsertAsciiFile):
9369         * BufferView_pimpl.C (MenuInsertLyXFile):
9370         * buffer.C (runChktex): use Buffer::filePath().
9371
9372         * buffer.h: rename filename to filename_; rename filepath to
9373         filepath_ and make it private
9374         (filePath): new method
9375
9376         * buffer.C (writeFile): use fileName()
9377         (getLatexName):
9378
9379         * lyx_main.C (init): fix starting  of LyX when the binary is a
9380         link from so,ewhere else.
9381
9382         * minibuffer.C: include <cctype> for isprint
9383
9384 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9385
9386         * buffer.C (parseSingleLyXformat2Token): changes associated with the
9387         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
9388         name clash with InsetCollapsable's width function.
9389
9390 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9391
9392         * lastfiles.C: include <iterator>
9393
9394 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9395
9396         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
9397         std::count.
9398
9399         * buffer.C (makeLaTeXFile): ditto.
9400         Also make loop operation more transparent.
9401
9402 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9403
9404         * ToolbarDefaults.C: remove trailing comma closing namespace.
9405
9406         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
9407
9408         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
9409         as in WorkArea.
9410
9411         * trans.C (Load): comment out unused variable, allowed.
9412
9413 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9414
9415         * minibuffer.[Ch] (append_char): new method to recieve input from the
9416         drop-down completion browser. If a key was pressed, then recieve this
9417         char and append it to the existing string.
9418         (peek_event): modify the positioning data passed to the completion
9419         browser so that it can be placed above the minibuffer rather than below.
9420 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9421
9422         * LyXAction.C (init): alloe error-next for readonly documents.
9423
9424         * BufferView2.C (ChangeRefsIfUnique): use standard version of
9425         count.
9426
9427 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9428
9429         * bufferlist.C (readFile): create the buffer _after_ checking that
9430         the file exists.
9431
9432         * lyxfunc.C (verboseDispatch): fix handling of arguments
9433
9434         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
9435
9436         * lyxrc.C: use string::erase() instead of initializing to "".
9437
9438
9439 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9440
9441         * BufferView_pimpl.h:
9442         * BufferView_pimpl.C:
9443         * WorkArea.h:
9444         * WorkArea.C:
9445         * text2.C: tell X when we have made a selection for copying
9446
9447 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9448
9449         * BufferView_pimpl.C (MenuInsertLyXFile):
9450         * lyxfunc.C (menuNew):
9451         (open):
9452         (doImport): add shortcuts to directory buttons
9453
9454         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
9455         open a float)
9456
9457         * lyxfunc.C (setStatusMessage):
9458         (getStatusMessage): new methods
9459         (getStatus):use setStatusMessage instead of setErrorMessage
9460         (dispatch): when function is disabled, set error message here
9461         [instead of in getStatus previously]
9462
9463         * BufferView_pimpl.C (workAreaButtonRelease): update
9464         toolbar/menubar here too.
9465
9466 2002-01-13  Allan Rae  <rae@lyx.org>
9467
9468         * BufferView2.C (removeAutoInsets): finished off earlier fix.
9469         Now seems indestructible.  Remaining task is to audit all other
9470         code affected by deleteEmptyParagraphMechanism.  One small quirk
9471         left is that an empty document with an error in the preamble can
9472         be made to report an error but no error box appears.  I don't know
9473         where it goes.
9474         (removeAutoInsets): Improved comments.
9475
9476 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
9477
9478         * Thesaurus.h:
9479         * Thesaurus.C: update for Aiksaurus 0.14
9480
9481 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9482
9483         * text2.C (firstParagraph): removed member function, all uses
9484         replaces with ownerParagraph
9485         (redoParagraphs): here
9486         (updateInset): here
9487         (toggleAppendix): here
9488         * BufferView2.C (insertErrors): here
9489         (setCursorFromRow): here
9490
9491 2002-01-13  Allan Rae  <rae@lyx.org>
9492
9493         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
9494         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
9495         There is still a way to segfault this although you may have to do this
9496         multiple times: Have an InsetERT with an unknown command in it.
9497         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
9498         <down-arrow>, <Enter> again, View->DVI, BANG!
9499
9500         * text2.C (setCursor):
9501         (deleteEmptyParagraphMechanism):
9502         * lyxtext.h (setCursor):
9503         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
9504         Making use of the return value may help fix other bugs.
9505
9506 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9507
9508         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
9509
9510         * LyXView.C (updateMenubar): call MenuBar::update here
9511         (updateToolbar): but not here
9512         (showState): do not update toolbar/menubar
9513
9514         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
9515         should need to care about that.
9516
9517         * lyxfunc.C (verboseDispatch): simplify a bit
9518         (getStatus): have a version which takes a pseudoaction, and
9519         another which requires a (kb_action,string).
9520
9521         * LyXAction.C (retrieveActionArg): make it work also when action
9522         is not a pseudo-action.
9523         (getActionName): simplify a bit
9524         (helpText):
9525
9526 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9527
9528         * lyxfunc.C (verboseDispatch): new families of methods with
9529         several ways to specify a command and a bool to indicate whether
9530         the command name and shortcut should be displayed in minibuffer
9531         (eventually, we could extend that to a finer bitmask like
9532         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
9533         (dispatch): the pristine dispatch command which just, well,
9534         dispatchs! Note it still sets its result to minibuffer; I'm not
9535         sure we want that.
9536
9537         * lyxfunc.h: remove setHintMessage
9538
9539         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
9540
9541 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9542
9543         * BufferView_pimpl.C (specialChar): delete new inset if we have
9544         not been able to insert it.
9545
9546         * kbmap.C: revert to using int instead of kb_action, since all we
9547         are dealing with is pseudo-actions.
9548
9549         * LyXAction.C (searchActionArg): change to return int instead of
9550         kb_action, since the result is a pseudoaction.
9551
9552 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
9553
9554         * buffer.C (insertErtContents): Fix (partially) the font bug.
9555
9556 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9557
9558         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
9559         as the other one is broken on my machine!
9560
9561 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
9562
9563         * commandtags.h:
9564         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
9565
9566 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9567
9568         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9569         reflect their actual use. Provide compatibility code for older lyxrc
9570         files.
9571
9572         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9573         FL_NORMAL_STYLE.
9574         change names of popup font variables in line with the changes to lyxrc.C
9575
9576 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9577
9578         * buffer.C (asciiParagraph): avoid outputing a word twice after
9579         an inset.
9580
9581         * lyxrc.C (getDescription): document that document_path and
9582         template_path can be empty.
9583
9584 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9585
9586         * LaTeXFeatures.C (getMacros):
9587         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9588
9589         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9590
9591         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9592         getPackages.
9593         (getPackages): rename feature "floats" to "float". Use an array to
9594         iterate over 'simple' features (i.e. just a \usepackage). Add
9595         handling of "amsmath" (renamed from "amsstyle").
9596
9597 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9598
9599         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9600         features list.
9601
9602 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9603
9604         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9605         FuncStaus::FuncStatus & FuncStaus::some_method().
9606
9607 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9608
9609         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9610         of the func_satus stuff. Edited and massaged in various ways by
9611         JMarc.
9612
9613         * lyxfunc.C (getStatus): use FuncStatus
9614
9615 2002-01-08  Juergen Vigna  <jug@sad.it>
9616
9617         * text.C (nextBreakPoint): use function Inset::isChar().
9618
9619         * paragraph.C (TeXOnePar): use function
9620         Inset::forceDefaultParagraphs.
9621
9622         * buffer.C (latexParagraphs): use function
9623         Inset::forceDefaultParagraphs.
9624
9625 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9626
9627         * lyx_gui.C (init): set the style of the menu popups to
9628         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9629
9630 2002-01-07  Juergen Vigna  <jug@sad.it>
9631
9632         * text.C (setHeightOfRow): small fix
9633         (prepareToPrint): don't look at alignment if we don't have the place
9634         for doing it.
9635
9636 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9637
9638         * box.C: New file. Move the Box methods and functions out of box.h,
9639         following Lars' suggestion.
9640
9641 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9642
9643         * box.h: #include "support/LOstream.h", needed for inlined function.
9644
9645         * lyxtextclass.C:
9646         * lyxtextclasslist.C: added some using std declarations.
9647
9648 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9649
9650         * box.h: make signed dimensions to allow insets wider than
9651           the screen (bug #162)
9652
9653         * BufferView_pimpl.C: add some insetHit debug
9654
9655 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9656
9657         * vc-backend.C: add FIXME
9658
9659 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9660
9661         * lyxfunc.C (getStatus): enable code for showing math font status
9662         in toolbar/menu.
9663
9664 2002-01-07  Juergen Vigna  <jug@sad.it>
9665
9666         * text.C (nextBreakPoint): removed debug output not needed anymore.
9667
9668 2002-01-06  Juergen Vigna  <jug@sad.it>
9669
9670         * text.C (nextBreakPoint): fixed up this function we had this bug
9671         since ever but now hopefully we break row better.
9672         (insertChar): we have to check if an inset is the next char as it
9673         could now happen that a large inset is causing a break.
9674
9675 2002-01-05  Juergen Vigna  <jug@sad.it>
9676
9677         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9678         if it doesn't like to be drawed.
9679
9680 2002-01-04  Juergen Vigna  <jug@sad.it>
9681
9682         * BufferView2.C (lockInset): forgot to set a cursor.
9683
9684         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9685
9686 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9687
9688         * FormMathsPanel.C:
9689         * FormMathsPanel.h
9690         * MathsSymbols.C:
9691         * form_maths_panel.C:
9692         * form_maths_panel.h:
9693         * form_maths_panel.fd: implemented sub- and super- buttons in math
9694         panel.
9695
9696         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9697         (or ^ space) to be used as in TeX (req'd by André).
9698
9699         * lyxfunc.C: Allow ^ and _ again to be used both as
9700         super/subscript (mathed) and as themselves (in text).
9701
9702 2002-01-03  Allan Rae  <rae@lyx.org>
9703
9704         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9705         "LyX" or the filename of the current buffer if it has one.  This is a
9706         modified form of John Levon's patch.
9707
9708         * XFormsView.C (setWindowTitle): also set icon title.
9709
9710         * LyXView.h (setWindowTitle): signature changed.
9711         * XFormsView.h (setWindowTitle): ditto.
9712
9713 2002-01-02  Juergen Vigna  <jug@sad.it>
9714
9715         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9716
9717 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9718
9719         * screen.C (topCursorVisible): introduce a temp var for
9720         text->cursor.row(), handle the case where this row is null. (kindo
9721         hachish)
9722
9723         * text2.C (setCursor): add a couple of asserts.
9724
9725         * paragraph.h (inset_iterator): add -> operator
9726
9727         * paragraph.[Ch] (autoDeleteInsets): remove member function
9728
9729         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9730         cursor pos correctly and handle inset deletion by itself.
9731         (insertErrors): move iterator declaration out of for expression
9732
9733         * lyxtextclass.C: add <algorithm>
9734
9735         * Makefile.am: added the new files to sources, removed layout.C
9736
9737         * layout.C: removed file
9738
9739         * layout.h: remove LYX_DUMMY_LAYOUT
9740
9741         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9742         layout.
9743
9744         * lyxlayout.[Ch]:
9745         * lyxtextclass.[Ch]:
9746         * lyxtextclasslist.[Ch]: new files
9747
9748         * include order changes to a lot of files, also changes because of
9749         the six new files.
9750
9751 2001-12-27  Juergen Vigna  <jug@sad.it>
9752
9753         * buffer.C (asciiParagraph): more fixes.
9754
9755         * tabular.C (ascii): make ascii export support export of only the
9756         data separated by a column-delimiter.
9757         (ascii): better support for ascii export.
9758
9759         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9760
9761 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9762
9763         * tabular_funcs.C: use a "using std::getline" instead of the
9764         previous fix from Angus (necessary for cxx + lyxstring)
9765
9766 2001-12-24  Juergen Vigna  <jug@sad.it>
9767
9768         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9769
9770         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9771         problems. First check a minipage also if we have some ert-contents
9772         (not only on par->size(), second set the right depth of the paragraph
9773         on the relink to the root-paragraph-list!
9774
9775         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9776         which then did not anymore update the main paragraphs on undo/redo!
9777
9778 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9779
9780         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9781         code. Support all font-changing funcs (even those which are not in
9782         menu currently). Support for reporting font settings in
9783         mathed (disabled until Andre provides a function on mathed's side).
9784
9785         * func_status.h (toggle): small helper function to set toggle
9786         state on a flag.
9787
9788 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9789
9790         * tabular_funcs.C: getline -> std::getline
9791
9792 2001-12-21  Juergen Vigna  <jug@sad.it>
9793
9794         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9795         accessed and could be 0 (I couldn't generate this but it seems
9796         Michael could!).
9797
9798 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9799
9800         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9801         * tabular_funcs.h: here and include iosfwd
9802
9803 2001-12-20  Juergen Vigna  <jug@sad.it>
9804
9805         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9806         inside inset but undo_par was.
9807
9808 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9809
9810         * Thesaurus.C: always include <config.h> in sources.
9811
9812         * Painter.h:
9813         * lyxlookup.h:
9814         * box.h: do not include <config.h> in header files
9815
9816         * text.C (paintLastRow): remove unused variable
9817
9818         * text.C (transformChar):
9819         (insertChar):
9820         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9821
9822         * Painter.C (text):
9823         * font.C (width): rewrite to use uppercase() instead of
9824         islower/toupper.
9825
9826         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9827
9828 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9829
9830         * lyxfind.C: clean up of find failure position change
9831
9832 2001-12-20  Juergen Vigna  <jug@sad.it>
9833
9834         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9835
9836         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9837         (TeXRow): added to LaTeX a single tabular row.
9838         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9839         (Latex): simplified and finally good LT-h/f support.
9840         (various_functions): just small adaptions for LT-h/f support.
9841
9842         * tabular_funcs.[hC]: added and moved here all not classfunctions
9843         of LyXTabular.
9844
9845 2001-12-19  Juergen Vigna  <jug@sad.it>
9846
9847         * tabular.[Ch]: better support for longtabular options (not finished
9848         yet!)
9849
9850 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9851
9852         * text.C (paintLastRow): use the label font instead of the font of
9853         the last character to compute the size of *_BOX. This makes more
9854         sense and avoids a crash with empty paragraphs.
9855         Use Painter::rectangle to draw EMPTY_BOX.
9856
9857 2001-12-19  Juergen Vigna  <jug@sad.it>
9858
9859         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9860         the paragraphs if the replaced paragraph is not the first one!
9861         Tried to delete not used paragraphs but does not work yet so for
9862         now it's inside #ifdef's and by default off!
9863
9864 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9865
9866         * MenuBackend.C: include "lyx_main.h" instead of declaring
9867         lastfiles (actually was declared as LastFiles* instead of a
9868         scoped_ptr).
9869
9870 2001-12-17  Juergen Vigna  <jug@sad.it>
9871
9872         * tabular.C (AppendColumn): applied John's fix
9873
9874 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9875
9876         * BufferView.h:
9877         * BufferView.C:
9878         * BufferView_pimpl.h:
9879         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9880
9881         * Makefile.am:
9882         * box.h: new start of class for above
9883
9884         * lyxfunc.C: ignore space-only minibuffer dispatches.
9885           Show the command name when it doesn't exist
9886
9887         * minibuffer.C: don't add empty lines to the history
9888
9889         * minibuffer.C: add a space on dropdown completion
9890
9891 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9892
9893         * text.C: fix line above/below drawing in insets
9894
9895 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9896
9897         * lyxlength.C (LyXLength): Initialize private variables.
9898
9899 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9900
9901         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9902         when inserting error insets.
9903
9904 2001-12-13  Juergen Vigna  <jug@sad.it>
9905
9906         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9907         actually sometimes the before-paragraph.
9908         (setUndo): don't clear the redostack if we're not actually undoing!
9909
9910 2001-12-06  Juergen Vigna  <jug@sad.it>
9911
9912         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9913         and fixed redoing of main paragraph, so we can use it now ;)
9914
9915         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9916
9917 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9918
9919         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9920         Juergen's request
9921
9922 2001-12-13  André Pönitz <poenitz@gmx.net>
9923
9924         * undostack.[Ch]:
9925         * undo_func.C: minor cleanup
9926
9927 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9928
9929         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9930         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9931         font in urw-fonts package which is marked as -urw-fontspecific and
9932         does not work (incidentally, changing the encoding in the
9933         fonts.dir of this package to -adobe-fontspecific fixes the
9934         problem).
9935
9936         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9937         is a crash when undoing first paragraph (Juergen, please take a
9938         look). THis does not mean the undo fix is wrong, just that it
9939         uncovers problems.
9940
9941         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9942         the (Paragraph*) version when needed instead of duplicating the
9943         code.
9944
9945         * text.C (workWidth): use Inset::parOwner to find out where the
9946         inset has been inserted. This is a huge performance gain for large
9947         documents with lots of insets. If Inset::parOwner is not set, fall
9948         back on the brute force method
9949
9950         * paragraph_pimpl.C (insertInset):
9951         * paragraph.C (Paragraph):
9952         (cutIntoMinibuffer): set parOwner of insets when
9953         inserting/removing them
9954
9955         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9956
9957 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9958
9959         * commandtags.h:
9960         * LyXAction.C:
9961         * lyx_main.C:
9962         * lyxfunc.C:
9963         * mathed/formulabase.C:
9964         * mathed/math_cursor.[Ch]:
9965         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9966
9967
9968 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9969
9970         * lyxlength.[Ch] (operator!=): new function
9971
9972 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9973
9974         * text.C (workWidth): use Inset::parOwner to find out where the
9975         inset has been inserted. This is a huge performance gain for large
9976         documents with lots of insets. If Inset::parOwner is not set, fall
9977         back on the brute force method
9978
9979         * paragraph_pimpl.C (insertInset):
9980         * paragraph.C (Paragraph):
9981         (cutIntoMinibuffer): set parOwner of insets when
9982         inserting/removing them
9983
9984         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9985
9986 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9987
9988         * tabular-old.C (getTokenValue):
9989         * tabular.C (getTokenValue):
9990         (write_attribute): new versions for LyXLength
9991         (everywhere): adjust the use of widths
9992
9993         * tabular.h: change the type of widths from string to LyXLength
9994
9995 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9996
9997         * paragraph.C: fixed missing line number count when exporting
9998         Environments to LaTeX file
9999
10000         * buffer.C: added informational message for checking line numbers.
10001
10002 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10003
10004         * text2.C (deleteEmptyParagraphMechanism): if there is only one
10005         paragraph, do the 'double space' part, but not the 'empty
10006         paragraph' one.
10007
10008         * text.C (workWidth): small optimization
10009         (getLengthMarkerHeight): use minimal size for negative lengths.
10010
10011 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
10012
10013         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
10014
10015         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
10016
10017 2001-12-11  André Pönitz <poenitz@gmx.net>
10018
10019         * FontLoader.C:
10020         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
10021
10022 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10023
10024         * text2.C: keep selection on a setFont()
10025
10026 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10027
10028         * lyx_cb.C: another bv->text misuse, from insert label
10029
10030 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10031
10032         * kbsequence.h:
10033         * kbsequence.C: re-instate nmodifier mask
10034
10035 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
10036
10037         * lyx_main.h: make lyxGUI private.
10038
10039 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10040
10041         * lyxfind.C: place the cursor correctly on failed search
10042
10043 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10044
10045         * text.C (getLengthMarkerHeight): for small heights, the arrows
10046         are not always on top/bottom of the text
10047         (drawLengthMarker): smaller arrows; take the left margin in
10048         account; draw also vfills.
10049         (paintFirstRow):
10050         (paintLastRow): remove special code for vfill and standard spaces,
10051         since everything is handled in drawLengthMarker now.
10052
10053 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10054
10055         * buffer.C (insertErtContents): try to handle font and language
10056         interaction a bit better.g
10057
10058         * ColorHandler.C (updateColor): change the hash to cover the whole
10059         LColor enum, ws cleanup
10060         (getGCLinepars): ditto
10061         (getGCLinepars): only lookup in the linecache once.
10062
10063 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
10064
10065         * iterators.C (operator++): Make the iterator more robust
10066
10067         * BufferView2.C (removeAutoInsets): Use paragraph iterators
10068         (John's patch)
10069         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
10070
10071 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10072
10073         * lyxtext.h:
10074         * text.C: better added space drawing
10075
10076 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10077
10078         * LyXView.C:
10079         * BufferView2.C: fix layout combo update on inset unlock
10080
10081 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10082
10083         * Makefile.am: don't compile unused files
10084
10085 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10086
10087         * lyxfunc.C:
10088         * commandtags.h:
10089         * LyXAction.C: remove old LFUN_LAYOUTNO
10090
10091 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10092
10093         * paragraph_pimpl.h:
10094         * paragraph_pimpl.C: isTextAt() doesn't need font param
10095
10096 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10097
10098         * lyxlex.h:
10099         * lyxlex.C: little cleanup
10100
10101 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10102
10103         * BufferView_pimpl.C: fix insertAscii for insets
10104
10105 2001-12-05  Juergen Vigna  <jug@sad.it>
10106
10107         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
10108         set the right font on the "multi" paragraph paste!
10109
10110 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10111
10112         * trans_decl.h:
10113         * trans_mgr.[Ch]:
10114         * trans.[Ch]:
10115         * lyxgluelength.C:
10116         * lyxlength.C: remove out-commented code.
10117
10118         * BufferView_pimpl:
10119         * CutAndPaste.C:
10120         * DepTable.C:
10121         * buffer.C:
10122         * chset.C:
10123         * lastfiles.C:
10124         * lyxlex.C:
10125         * lyxlex_pimpl.C:
10126         * lyxserver.C:
10127         * screen.C:
10128         * tabular-old.C:
10129         * tabular.C:
10130         * text.C:
10131         * trans_mgr.C:
10132         * vc-backend.C: change "while(" to "while ("
10133
10134         * lyxlength.[Ch]: add zero function to check if length is zero or
10135         not
10136         * lyxgluelength.C: use it
10137
10138 2001-12-05  Allan Rae  <rae@lyx.org>
10139
10140         * lyxlength.C: Attempted a fix for the abs(int) header selection.
10141         Works for 2.95.3, from what I understand of Garst's reports this should
10142         work for other g++ versions.  We're screwed if the abs(int) definition
10143         changed between bugfix releases of gcc.
10144
10145 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10146
10147         * text.C: fix chapter label offset !
10148
10149 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10150
10151         * lyxtext.h:
10152         * text.C: fix hfill at end of line, clean up
10153
10154 2001-12-04  Juergen Vigna  <jug@sad.it>
10155
10156         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
10157         that we force an update of the inset and it's owners if neccessary.
10158
10159 2001-12-03  Juergen Vigna  <jug@sad.it>
10160
10161         * text.C (rowLast): simplified code
10162
10163 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10164
10165         * lyxfunc.C: fix show options on timeout
10166
10167 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10168
10169         * screen.C (topCursorVisible): scroll half a page when the cursor
10170         reached top of bottom of screen
10171
10172 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
10173
10174         * minibuffer.C: deactivate on loss of focus
10175
10176 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10177
10178         * vspace.[Ch] (operator!=): add operator.
10179
10180 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
10181
10182         * BufferView_pimpl.C: refuse to open an inset when
10183         there's a selection.
10184
10185 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
10186
10187         * BufferView_pimpl.C: allow to click on RHS of full row insets
10188
10189 2001-11-30  Juergen Vigna  <jug@sad.it>
10190
10191         * tabular.C (LyXTabular): add a same_id to set the same id's in the
10192         insets for undo reasons.
10193
10194 2001-11-28  André Pönitz <poenitz@gmx.net>
10195
10196         * vspace.[Ch]: cosmetical changes
10197
10198 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10199
10200         * LyXAction.h:
10201         * LyXAction.C:
10202         * lyxfunc.h:
10203         * lyxfunc.C:
10204         * kbmap.h:
10205         * kbmap.C:
10206         * lyxrc.C:
10207         * kbsequence.h:
10208         * kbsequence.C: part re-write of old kb code
10209
10210         * Painter.C:
10211         * WorkArea.C: remove Lgb_bug_find_hack
10212
10213 2001-11-30  José Matos <jamatos@fep.up.pt>
10214
10215         * buffer.C (makeDocBookFile): add a comment to point a hack.
10216         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
10217         Fixed a double write of labels.
10218
10219 2001-11-29 Ben Stanley <bds02@uow.edu.au>
10220
10221         * LaTeX.C:
10222         * LaTeX.h Fixed bug in LaTeX class where it would not
10223         re-run latex if no depfiles were changed, but the .dvi was removed.
10224
10225 2001-11-28  André Pönitz <poenitz@gmx.net>
10226
10227         * all the files from the change on 2001/11/26:
10228         use lyx::layout_type instead of LyXTextClass::size_type
10229         use lyx::textclass_type instead of LyXTextClassList::size_type
10230
10231 2001-11-29  Juergen Vigna  <jug@sad.it>
10232
10233         * text.C: added support for paragraph::isFreeSpacing()
10234
10235         * buffer.C: same as above
10236
10237         * paragraph.h: inserted isFreeSpacing() function to enable
10238         FreeSpacing inside InsetERT.
10239
10240         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
10241         of the paragraph's in the cut/copy buffer to 0!
10242
10243         * text2.C (removeRow): remove the assert as it can!
10244
10245         * lyxtext.h: added helper function firstRow returning firstrow and
10246         made firstrow private again.
10247
10248         * BufferView2.C (lockInset): don't relock if we're already locked!
10249
10250         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
10251         the only paragraph.
10252         (removeRow): added Assert::(firstrow)
10253
10254         * debug.C: forgot to add INSETTEXT here.
10255
10256 2001-11-28  Juergen Vigna  <jug@sad.it>
10257
10258         * sp_spell.C (initialize): changed error text to more general
10259         spellchecker command use (not only ispell!)
10260
10261         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
10262
10263         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
10264
10265 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10266
10267         * vspace.C: initialise lyxgluelength on failure
10268
10269 2001-11-28  Allan Rae  <rae@lyx.org>
10270
10271         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
10272         declaration & definition that looks like a function declaration.
10273
10274 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10275
10276         * BufferView2.C (copy):
10277         (copyEnvironment): do not clear the selection when doing a copy.
10278
10279         * text.C (paintFirstRow): compilation fix
10280
10281 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
10282
10283         * tabular.C (Latex): correct line count when writing latex.
10284
10285 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
10286
10287         * paragraph_pimpl.h:
10288         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
10289           bug a bit
10290
10291 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10292
10293         * text.C:
10294         * LColor.h:
10295         * LColor.C: change vfillline->added_space
10296
10297         * text.C: add markers and text for added space
10298
10299         * vspace.C: fix comment
10300
10301 2001-11-28  André Pönitz <poenitz@gmx.net>
10302
10303         * paragraph.C: whitespace changes
10304         * all the other files from the change on 2001/11/26:
10305         change *::pos_type into lyx::pos_type
10306
10307 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10308
10309         * buffer.C (parseSingleLyXformat2Token): Set the language to the
10310         language of the document when inserting error insets.
10311
10312 2001-11-26  André Pönitz <poenitz@gmx.net>
10313
10314         * BufferView_pimpl.[Ch]:
10315         *       CutAndPaste.C:
10316         * buffer.[Ch]:
10317         * lyxcursor.[Ch]:
10318         * lyxfind.C:
10319         * lyxfunc.C:
10320         * lyxrow.[Ch]:
10321         * paragraph.[Ch]:
10322         * paragraph_pimpl.[Ch]:
10323         * sp_spell.C:
10324         * text.C:
10325         * text2.C: reduce header dependencies, introduce type for positions
10326
10327 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10328
10329         * <various>: change to use Alert.h
10330
10331 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10332
10333         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
10334         when encountering an unknown token.
10335         (readLyXformat2): Show an error message if there were unknown tokens.
10336
10337 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
10338
10339         * BufferView2.C:
10340         * BufferView_pimpl.C:
10341         * buffer.C:
10342         * paragraph.h:
10343         * text.C:
10344         * text2.C: use par->isInset()
10345
10346 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10347
10348         * paragraph_pimpl.h:
10349         * paragraph_pimpl.C: cleanup
10350
10351 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10352
10353         * text2.C (removeRow):
10354         * text.C (setHeightOfRow): remove useless (and costly) call to
10355         getRow.
10356
10357 2001-11-20  Allan Rae  <rae@lyx.org>
10358
10359         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
10360         Now need Inset*::checkInsertChar() to return true for appropriate
10361         cases so that the characters in the minibuffer will actually be
10362         inserted.
10363
10364 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10365
10366         * text.C: change the order of the includes.
10367         (workWidth): initialize it at once.
10368         (workWidth): make maxw unsigned
10369         (setHeightOfRow): remove unused variable (inset)
10370         (selectSelectedWord): remove unused variable (inset)
10371         (paintRowText): fix drawing of hfill characters, and clean up a bit.
10372
10373 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10374
10375         * lyxserver.C (emergencyCleanup): do not try to close pipes if
10376         server is not running.
10377         (openConnection):
10378         (closeConnection): add debug info when server is disabled.
10379
10380         * ColorHandler.C (getGCForeground): send debug message to GUI
10381         channel.
10382
10383         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
10384
10385         * kbmap.C (bind): modify because return conventions of
10386         kb_sequence::parse have changed.
10387
10388         * kbsequence.C (parse): only ignore spaces and not any stupid
10389         control character. This avoids tests like s[i] <= ' ', which are
10390         guaranteed to fail with 8bit characters and signed chars.
10391         Change return code to string::npos when there have been no error
10392         (0 was a bad idea when error is at first character)
10393
10394 2001-11-14  José Matos  <jamatos@fep.up.pt>
10395
10396         * buffer.h:
10397         * buffer.C (simpleDocBookOnePar): removed unused argument.
10398
10399 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10400
10401         * text.C (selectNextWordToSpellcheck): do not test explicitely for
10402         insets which are part of a word. Paragraph::isLetter takes care of
10403         that now. Use Paragraph::isInset to identify insets.
10404         (selectSelectedWord): do not test for hyphenation break.
10405
10406         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
10407         that protected spaces are considered as spaces.
10408
10409         * paragraph.C (isLetter): cleanup the code for ispell extras; use
10410         Inset::isLetter.
10411
10412 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
10413
10414         * lyxserver.h:
10415         * lyxserver.C: fix it. and small cleanup.
10416
10417 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10418
10419         * BufferView_pimpl.C: use inline helpers
10420
10421         * LaTeXFeatures.h:
10422         * LaTeXFeatures.C: fix typos
10423
10424         * Spacing.h:
10425         * Spacing.C: move spacing_string into class
10426
10427         * ToolbarDefaults.C: move stuff into namespace anon
10428
10429         * layout.h: update enum
10430
10431         * lyxfunc.C: use better debug
10432
10433         * minibuffer.h: fix typo
10434
10435         * debug.h:
10436         * debug.C:
10437         * WorkArea.C: add and use Debug::WORKAREA
10438
10439         * lyxtext.h:
10440         * text.C:
10441         * text2.C: code re-organisation, inline helpers
10442
10443 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
10444
10445         * Layout.C: replaced a few cases of std::vector.size() == 0 with
10446         std::vector.empty().
10447
10448 2001-11-09  Allan Rae  <rae@lyx.org>
10449
10450         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
10451         '\n's after tables.  Tabular and ERT inset work now makes this no
10452         longer necessary.
10453
10454 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10455
10456         * minibuffer.h:
10457         * minibuffer.C: fix crash, improve drop-down completion
10458
10459 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
10460
10461         * lyxserver.h:
10462         * lyxserver.C: invalidate fd's when doing endPipe()
10463
10464 2001-11-08  José Matos  <jamatos@fep.up.pt>
10465
10466         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
10467         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
10468
10469         * paragraph.h:
10470         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
10471
10472 2001-11-07  José Matos  <jamatos@fep.up.pt>
10473
10474         * buffer.h:
10475         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
10476         const qualifier.
10477
10478         * buffer.C (sgmlOpenTag):
10479         * buffer.C (sgmlCloseTag): removed debug info.
10480
10481         * buffer.h (sgmlOpenTag):
10482         * buffer.h (sgmlCloseTag): made public.
10483
10484 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10485
10486         * buffer.C (saveParamsAsDefaults):
10487         * lyx_cb.C (MenuLayoutSave): remove
10488
10489         * LyXAction.C (init):
10490         * commandtags.h:
10491         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
10492
10493 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10494
10495         * buffer.C (setPaperStuff): removed from here...
10496
10497         * bufferparams.C (setPaperStuff): ... and moved there.
10498
10499 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
10500
10501         * minibuffer.h:
10502         * minibuffer.C:
10503         * XFormsView.C: add support for drop-down completion
10504
10505 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
10506
10507         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
10508         commands.
10509
10510 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10511
10512         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
10513         disabled.
10514
10515 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
10516
10517         * lyx_main.C: change ref to known bugs
10518
10519 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10520
10521         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
10522         to work around older babel problems.
10523
10524 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10525
10526         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
10527
10528 2001-10-24  Juergen Vigna  <jug@sad.it>
10529
10530         * tabular-old.C (ReadOld): below variable changes reflected.
10531
10532         * tabular.[Ch]: added ltType struct for longtable header/footer
10533         defines and changed all instances where they are used. Added
10534         future support for double top/bottom rows.
10535
10536 2001-10-24  José Matos  <jamatos@fep.up.pt>
10537
10538         * buffer.h (docbookHandleCaption):
10539         * buffer.C (docbookHandleCaption): removed unused function.
10540         (makeDocBookFile): moved docbook supported version to v4.1.
10541
10542 2001-10-24  José Matos  <jamatos@fep.up.pt>
10543
10544         * tabular.h:
10545         * tabular.C (docbookRow): new function to export docbook code of a row.
10546         (DocBook): now honors the longtable flags.
10547
10548 2001-10-23  José Matos  <jamatos@fep.up.pt>
10549
10550         * LaTeXFeatures.h:
10551         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
10552         of the lyx defined sgml entities used in a docbook/linuxdoc document.
10553
10554         * buffer.C (makeLinuxDocFile):
10555         (makeDocBookFile): reworked the preamble, more clean, and with
10556         support for lyx defined entities. Changed the document declaration
10557         to be more XML friendly.
10558
10559         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
10560         if we need to output XML that should be done with a filter.
10561
10562 2001-10-22  Juergen Vigna  <jug@sad.it>
10563
10564         * sp_pspell.h (class PSpell): add alive function needed in the
10565         controller to see if the spellchecker could be started.
10566
10567 2001-10-22  Juergen Vigna  <jug@sad.it>
10568
10569         * buffer.C (insertStringAsLines): modify the font for inserting
10570         chars in certain conditions by calling checkInsertChar(font).
10571
10572 2001-10-19  Juergen Vigna  <jug@sad.it>
10573
10574         * text.C (workWidth): use getRow instead of wrong algorithm.
10575         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10576
10577 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10578
10579         * lyxserver.h:
10580         * lyxserver.C:
10581         * lyx_main.h:
10582         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10583
10584 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10585
10586         * text.C (workWidth): do not search for the exact row when
10587         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10588         optimization for big documents.
10589
10590 2001-10-18  Juergen Vigna  <jug@sad.it>
10591
10592         * text.C (workWidth): new function with added Inset * parameter.
10593
10594 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10595
10596         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10597
10598         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10599         change return type of getColumnNearX.
10600
10601
10602         * text.C (changeRegionCase): use uppercase/lowercase instead of
10603         toupper/tolower.
10604         (leftMargin):
10605         (rightMargin): simplify code by factoring out the uses of
10606         textclasslist.
10607         (labelFill):
10608         (numberOfHfills):
10609         (setHeightOfRow):
10610         (appendParagraph): use Paragraph::size_type
10611
10612 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10613
10614         * vspace.C (asLatexString): add a missing break
10615
10616 2001-10-15  Herbert Voss  <voss@perce.de>
10617
10618         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10619
10620 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10621
10622         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10623         is not available.
10624
10625 2001-10-10  André Pönitz <poenitz@gmx.net>
10626
10627         * lyxfunc.C: removed greek_kb_flag.
10628
10629 2001-10-10  Herbert Voss  <voss@perce.de>
10630
10631         * lyx_main.C: delete global string help_lyxdir.
10632
10633 2001-10-09  Herbert Voss  <voss@perce.de>
10634
10635         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10636
10637         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10638
10639         * lyx_main.C: added global string help_lyxdir.
10640
10641         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10642
10643 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10644
10645         * lyxrc.C (set_font_norm_type): support iso8859-4
10646
10647 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10648
10649         * LaTeX.C (deplog): add another regex for MikTeX
10650
10651 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10652
10653         * lyxrc.C (set_font_norm_type): support iso8859-3
10654
10655 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10656
10657         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10658
10659         * LaTeXFeatures.C: remove special case of french and index
10660
10661         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10662         before \begin{document}). This solves several incompatibilities.
10663
10664 2001-10-03  Garst Reese  <reese@isn.net>
10665
10666         * lyx_cb.C: change CheckTex error msg.
10667
10668 2001-10-03  José Matos  <jamatos@fep.up.pt>
10669
10670         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10671
10672 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10673
10674         * .cvsignore: update
10675
10676         * lyx_main.C (commandLineVersionInfo): use new style version info.
10677
10678         * buffer.C (writeFile):
10679         (makeLaTeXFile):
10680         (makeLinuxDocFile):
10681         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10682
10683         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10684
10685         * version.h: update to use stuff in version.C
10686
10687         * version.C.in: new file. Contains version information determined
10688         at compile time. This is a merging of version.h and
10689         version_info.h.in.
10690
10691 2001-10-03  Juergen Vigna  <jug@sad.it>
10692
10693         * BufferView_pimpl.C (update): don't change "dirty" status in
10694         updateInset call.
10695
10696 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10697
10698         * WorkArea.C (c-tor): re-position version string slightly.
10699
10700 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10701
10702         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10703         revert to previous code.
10704
10705         WorkArea.[Ch]: (show, destroySplash): methods removed.
10706
10707         WorkArea.C: rework code so that it's an amalgam of the codes before and
10708         after the splash screen was moved to WorkArea.
10709
10710 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10711
10712         * lyxrc.C (read):
10713         * vspace.C (inPixels):
10714         (lyx_advance):
10715         * kbmap.C (bind):
10716         * buffer.C (insertStringAsLines):
10717         (asciiParagraph): fix types to be large enough
10718
10719         * lyxlex_pimpl.h: change member status from short to int
10720
10721         * layout.h: fix type of endlabeltype
10722
10723         * kbmap.C (bind):
10724         * kbsequence.C (parse): change return type to string::size_type
10725
10726         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10727         variable
10728
10729         * Bullet.C (bulletSize):
10730         (bulletEntry): do not use short ints as parameters
10731
10732         * BufferView2.C (insertLyXFile): change a char to an int.
10733
10734         * WorkArea.C (WorkArea): remove unneeded floats in computation
10735
10736 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10737
10738         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10739
10740         * paragraph.C (asString): Do not ignore newline/hfill chars when
10741         copying to the clipboard.
10742
10743 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10744
10745         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10746         after a multi-line inset.
10747
10748 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10749
10750         * paragraph.C (validate): Set NeedLyXFootnoteCode
10751
10752 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10753
10754         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10755         and decrease-error to decrease.
10756
10757 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10758
10759         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10760         it more readable (should be equivalent)
10761
10762 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10763
10764         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10765
10766 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10767
10768         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10769         of a cursor (row, etc.) after a character has been deleted
10770         (deleteEmptyParagraphMechanism): call the method above on _all_
10771         cursors held by the LyXText when a double space has been
10772         detected/deleted.
10773
10774 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10775
10776         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10777         pixmap.
10778         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10779
10780         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10781         background. Use greyOut() and the new show() methods to toggle between
10782         the foreground and background. Add code to remove the splash after
10783         its initial showing.
10784
10785         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10786         (create_forms): no longer call Dialogs::showSplash.
10787
10788 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10789
10790         * .cvsignore: add version_info.h
10791
10792 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10793
10794         * version_info.h.in: new file
10795
10796         * Makefile.am: add version_info.h.in
10797
10798         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10799         version_info.h instead of VERSION_INFO
10800
10801 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10802
10803         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10804         The ERT inset now returns string().
10805
10806 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10807
10808         * lyxtext.h, text.C (selectNextWord): renamed as
10809         selectNextWordToSpellcheck.
10810
10811         * text.C (selectNextWordToSpellcheck): Modified to not select
10812         words inside an ERT inset.
10813
10814 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10815
10816         * lyx_cb.C (MenuLayoutSave): change a bit the question
10817
10818         * sp_base.h: include <sys/types.h>
10819
10820 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10821
10822         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10823
10824 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10825
10826         * several files: fix typos in user-visible strings
10827
10828 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10829
10830         * text2.C (pasteSelection): do not set the selection, since it
10831         will be cleared later. Actually, the intent was to fix the way the
10832         selection was set, but I figured rmoving the code was just as good.
10833
10834 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10835
10836         * FontLoader.C (available): Check if font is available without
10837         loading the font.
10838
10839 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10840
10841         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10842
10843 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10844
10845         * lyxrc.[Ch]: added display_graphics variable and associated code.
10846
10847 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10848
10849         * bufferparams.C (hasClassDefaults): new method. Returns true if
10850         the buffer parameters correspond to known class defaults
10851
10852 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10853
10854         * XFormsView.C (show): set minimum size to the main window.
10855
10856 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10857
10858         * text2.C (copySelection):
10859         (cutSelection):
10860         * lyxfind.C (LyXReplace):
10861         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10862         LyXText::selectionAsString.
10863
10864         * paragraph.C (asString): add "label" argument to the second form
10865
10866         * text2.C (selectionAsString): add "label" argument and pass it to
10867         Paragraph::asString.
10868
10869 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10870
10871         * lyx_main.C (commandLineHelp): remove version information
10872
10873 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10874
10875         * lyx_main.C: add -version commandline option
10876
10877 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10878
10879         * paragraph.h: make the optional constructor arg required instead.
10880         some modifications to other files because of this.
10881
10882         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10883
10884         * lyxserver.C (C_LyXComm_callback): make it static
10885
10886         * lyx_main.C (error_handler): make it static
10887
10888         * lyx_gui.C (LyX_XErrHandler): make it static
10889
10890         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10891
10892         * WorkArea.C: make the extern "C" methods static.
10893
10894         * Makefile.am (lyx_LDADD): simplify
10895
10896 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10897
10898         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10899         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10900
10901         * LyXAction.C (init):
10902         * lyxfunc.C (dispatch): associated code removal.
10903
10904 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10905
10906         * lyxfont.h (isSymbolFont): shut off warning
10907
10908         * text.C (setHeightOfRow):
10909         (getVisibleRow): fix crash with empty paragraphs which have a
10910         bottom line
10911
10912 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10913
10914         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10915         code.
10916
10917 2001-09-04  José Matos  <jamatos@fep.up.pt>
10918         * buffer.C
10919         * buffer.h
10920         * tabular.C (docbook): rename docBook method to docbook.
10921
10922 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10923
10924         * Makefile.am: add dependencies to main.o.
10925
10926 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10927
10928         * FontLoader.C (available): Return false if !lyxrc.use_gui
10929
10930 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10931
10932         * FontInfo.C (query):
10933         * converter.C (view):
10934         * importer.C (Import):
10935         * exporter.C (Export): Can not -> cannot.
10936
10937 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10938
10939         * BufferView_pimpl.C: allow to create index inset even if
10940           string is empty
10941
10942 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10943
10944         * buffer.C (getLists): replace boost::tie code with an explicit pair
10945         as boost::tie can break some compilers.
10946
10947         * iterators.h: Added a std:: declaration to the return type of
10948         ParIterator::size.
10949
10950 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10951
10952         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10953           case.
10954
10955 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10956
10957         * iterators.[Ch]: New files. Provide paragraph iterators.
10958
10959         * buffer.C (changeLanguage): Use paragraph iterators.
10960         (isMultiLingual): ditto
10961
10962         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10963
10964 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10965
10966         * FontLoader.C: Support for cmr font.
10967
10968 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10969
10970         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10971         (available): New method.
10972
10973         * FontInfo.C (getFontname): Use scalable fonts even when
10974         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10975         found.
10976
10977 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10978
10979         * converter.C (Formats::view): reverted! Incorrect fix.
10980
10981 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10982
10983         * converter.C (Formats::view): only output the -paper option
10984         if the dvi viewer is xdvi, thereby fixing bug #233429.
10985
10986 2001-08-23  Herbert Voss  <voss@perce>
10987
10988         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10989
10990 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10991
10992         * Spacing.h (Spacing): Set space to Default on in the default
10993         constructor.
10994
10995 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10996
10997         * vc-backend.h (RCS::versionString): add RCS to version
10998         (CVS::versionString): add CVS to version
10999
11000         * vc-backend.C (scanMaster): do not add CVS to version.
11001         (scanMaster): do not add RCS to version
11002
11003         * lyxvc.C (versionString): new method
11004
11005         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
11006
11007 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11008
11009         * Spacing.C (set): initialize fval
11010
11011 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
11012
11013         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
11014         " or \.
11015
11016 2001-08-16  Juergen Vigna  <jug@sad.it>
11017
11018         * lyxfunc.C (dispatch): implemented the new FINISHED states.
11019
11020 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11021
11022         * BufferView_pimpl.C:
11023         * figureForm.C:
11024         * lyxtext.h:
11025         * text2.C: setParagraph takes linespacing now
11026
11027 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
11028
11029         * LyxAction.C: add internal LFUN_CITATION_INSERT
11030
11031         * LyXView.C: actually apply fix
11032
11033         * bufferlist.C: fix open non-existent file
11034
11035         * lyxfind.C: fix indentation
11036
11037         * lyxfunc.C: remove unneeded assert, fix typo
11038
11039 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11040
11041         * MenuBackend.C: use "Floatname List"
11042
11043 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
11044
11045         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
11046         when converting LaTeX layout to insetERT.
11047         Generate a non-collapsed float when reading old float
11048
11049 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11050
11051         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
11052         ERT insets.
11053
11054 2001-08-13  Juergen Vigna  <jug@sad.it>
11055
11056         * text.C (fill): return 0 instead of 20 as this seems to be the more
11057         correct value.
11058
11059 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11060
11061         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
11062         lyxrc.font_norm.
11063
11064 2001-08-13  Juergen Vigna  <jug@sad.it>
11065
11066         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
11067         casesensitive off.
11068         (SearchBackward): comment out the unlocking of the inset_owner this
11069         should not be needed!
11070
11071 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
11072
11073         * Many files: Remove inherit_language, and add latex_language
11074
11075         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
11076         collapsible insets.
11077
11078 2001-08-10  Juergen Vigna  <jug@sad.it>
11079
11080         * text.C (prepareToPrint): fixed hfill-width in draw!
11081
11082         * BufferView2.C (selectLastWord): save the selection cursor as this
11083         now is cleared in the function LyXText::clearSelection!
11084
11085 2001-08-08  Juergen Vigna  <jug@sad.it>
11086
11087         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
11088         BACKSPACE type functions.
11089
11090         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
11091         is only cutted from the document but not put in the cut-buffer, where
11092         still the old stuff should be.
11093
11094         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
11095
11096         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
11097
11098         * tabular.C (SetWidthOfCell): fixed special case where the width
11099         was not updated!
11100         (LeftLine): handle '|' in align_special.
11101         (RightLine): ditto
11102         (LeftAlreadyDrawed): ditto
11103         (SetWidthOfCell): ditto
11104
11105 2001-08-07  Juergen Vigna  <jug@sad.it>
11106
11107         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
11108
11109 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11110
11111         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
11112         * lyxlex.[hC]: ditto
11113
11114 2001-08-06  Juergen Vigna  <jug@sad.it>
11115
11116         * text.C (getVisibleRow): fix up row clearing a bit.
11117
11118 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11119
11120         * minibuffer.C: make sure the X server sees the changes in the input.
11121
11122 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11123
11124         * paragraph.C (getFont): split into...
11125         (getLabelFont): this
11126         (getLayoutFont): and this
11127         * paragraph_pimpl.C (realizeFont): calling this
11128
11129         * text2.C (getFont): split into...
11130         (getLayoutFont): this
11131         (getLabelFont): and this
11132         (realizeFont): all three calling this
11133
11134         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
11135         files where used.
11136
11137 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11138
11139         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
11140
11141 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
11142
11143         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
11144         layouts from the Quote inset insertion.
11145
11146 2001-08-03  Juergen Vigna  <jug@sad.it>
11147
11148         * BufferView_pimpl.C (update): do the fitCursor only at the end!
11149
11150         * screen.C (drawFromTo): don't call fitcursor here and do the loop
11151         only if status not is already CHANGED_IN_DRAW (second level).
11152
11153         * text.C (draw): don't set the need_break_row when inside an
11154         InsetText LyXText.
11155
11156 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11157
11158         * buffer.C (parseSingleLyXformat2Token): handle more latex
11159         conversion cases.
11160
11161         * bufferview_funcs.[hC]: change function names to
11162         begin with small char, adjust other files.
11163
11164 2001-08-02  André Pönitz <poenitz@gmx.net>
11165
11166         * lyxfunc.C:
11167         BufferView_pimpl.C: remove broken special code for math-greek
11168
11169 2001-08-02  Juergen Vigna  <jug@sad.it>
11170
11171         * BufferView_pimpl.C (update): redone this function so that we
11172         update the text again if there was a CHANGE_IN_DRAW.
11173
11174         * screen.C (cursorToggle): removed LyXText parameter and recoded.
11175         (drawFromTo): added a new internal bool which is used by draw() and
11176         redraw() function.
11177         (general): some cursor drawing problems fixed.
11178
11179 2001-08-01  Juergen Vigna  <jug@sad.it>
11180
11181         * lyxfind.C (LyXFind): fixed
11182         (SearchForward): ditto
11183         (SearchBackward): ditto
11184
11185         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
11186         spurius drawing of the cursor in the main area.
11187
11188         * text2.C (status): small fix which could lead to a segfault!
11189         (clearSelection): remove unneeded BufferView param.
11190
11191 2001-08-01  André Pönitz <poenitz@gmx.net>
11192
11193         * lyxfunc.C: small change due to changed mathed interface
11194
11195 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11196
11197         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
11198
11199 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
11200
11201         * lyxfunc.c: fail gracefully if file doesn't exist
11202
11203         * LyXSendto.C:
11204         * buffer.C:
11205         * lyxfunc.C:
11206         * BufferView_pimpl.C: IsDirWriteable() proto changed
11207
11208         * LyXView.C: fix updateWindowTitle() to store the last title
11209
11210 2001-07-31  Juergen Vigna  <jug@sad.it>
11211
11212         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
11213         the font (wrong since using of Paragraph::highestFontInRange).
11214
11215         * paragraph.C (highestFontInRange): added a default_size parameter.
11216
11217         * text.C (getVisibleRow): minor clear row changes (still not perfect).
11218         (setHeightOfRow): reformat
11219
11220 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11221
11222         * converter.[hC] + affected files: move to (inital-char)lowercase
11223         function names.
11224
11225         * ParagraphParameters.C (ParagraphParameters): remove commented code
11226
11227         * PainterBase.[Ch]: remove commented code
11228
11229         * LaTeXFeatures.h: add "bool floats" for float.sty
11230
11231         * LaTeXFeatures.C (LaTeXFeatures): init floats
11232         (require): handle float
11233         (getPackages): do it with floats
11234
11235 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11236
11237         * BufferView_pimpl.C (Dispatch): improve handling of
11238         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
11239
11240         * commandtags.h: #include lyxfont.h here temporarily to avoid
11241         keybinding bug.
11242
11243         * bufferlist.h: include LString.h here.
11244
11245 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11246
11247         * text2.C (getStringToIndex): new method.
11248
11249 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
11250
11251         * *: Reduced header file dependencies all over.
11252
11253 2001-07-30  Baruch Even  <baruch@lyx.org>
11254
11255         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
11256
11257 2001-07-29  Baruch Even  <baruch@lyx.org>
11258
11259         * buffer.C (readInset): Changed GRAPHICS to Graphics.
11260
11261 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11262
11263         * ParameterStruct.h (endif): add a default constructor to make
11264         sure that all variables is initialized.
11265
11266         * ParagraphParameters.C (ParagraphParameters): adjust
11267
11268 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11269
11270         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
11271         index; also, check that there is something to index, and that it
11272         does not span over several paragraphs.
11273         (doubleClick): use WHOLE_WORD_STRICT for double click.
11274
11275         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
11276
11277         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
11278         scheme.
11279
11280 2001-07-26  Baruch Even  <baruch@lyx.org>
11281
11282         * buffer.C (readInset): Changed to call up InsetGraphics when reading
11283         an InsetFig figure, backwards compatible reading of old figure code.
11284
11285 2001-07-27  Juergen Vigna  <jug@sad.it>
11286
11287         * text2.C: font.realize function adaption.
11288
11289         * text.C (draw): add a warnings lyxerr text if needed.
11290
11291         * layout.C: font.realize function adaption.
11292
11293         * language.C: add inherit_language and implement it's handlings
11294
11295         * bufferview_funcs.C (StyleReset): remove language parameter from
11296         font creation (should be language_inherit now).
11297
11298         * bufferparams.C (writeFile): handle ignore_language.
11299
11300         * paragraph.C (getFontSettings): the language has to be resolved
11301         otherwise we have problems in LyXFont!
11302
11303         * lyxfont.C (lyxWriteChanges): added document_language parameter
11304         (update): removed unneeded language parameter
11305
11306         * paragraph.C (validate): fixed wrong output of color-package when
11307         using interface colors for certain fonts in certain environments,
11308         which should not seen as that on the final output.
11309
11310 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
11311
11312         * BufferView_pimpl.C:
11313         * Thesaurus.h:
11314         * Thesaurus.C:
11315         * Makefile.am:
11316         * commandtags.h:
11317         * LyXAction.C: add thesaurus support
11318
11319         * lyxfind.h:
11320         * lyxfind.C: add "once" parameter, for thesaurus, to not
11321           move to the next match
11322
11323 2001-07-26  Juergen Vigna  <jug@sad.it>
11324
11325         * lyxfont.C (realize): honor ignore_language too!
11326         (resolved): ditto.
11327
11328         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
11329
11330         * text.C (draw): one place more for ignore_language to not draw
11331         itself!
11332
11333 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
11334
11335         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
11336
11337 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11338
11339         * buffer.C (parseSingleLyXformat2Token): a more general fix for
11340         the minipage conversion problem.
11341
11342 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11343
11344         * buffer.C (parseSingleLyXformat2Token): check minipage if we
11345         insert an inset.
11346
11347 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11348
11349         * BufferView.h: don't forward declare WorkArea
11350
11351         * BufferView.C: don't include WorkArea.h
11352
11353 2001-07-25  André Pönitz <poenitz@gmx.net>
11354
11355         * commandtags.h:
11356         * LyXAction.C:
11357         * lyxfunc.C:  new LFUN 'math-space'
11358
11359         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
11360
11361 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11362
11363         * text2.C (toggleInset): call open/close
11364
11365 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11366
11367         * lyxfunc.C (dispatch): add debug for the disabled case
11368
11369         * font.C (buttonText): make similar to rectText
11370
11371         * buffer.C (readInset): comment out parsing of insetlist and
11372         insttheorem
11373
11374         * PainterBase.C (rectText): small correction
11375
11376         * BufferView_pimpl.C: comment out insettheorem and insetlist
11377         * LyXAction.C: ditto
11378         * commandtags.h: ditto
11379
11380 2001-07-24  Juergen Vigna  <jug@sad.it>
11381
11382         * text.C (draw): honor the ignore_language.
11383
11384         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
11385
11386 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11387
11388         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
11389         char inset.
11390
11391 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11392
11393         * lyxtext.h: remove unused (and unimplemented) methods
11394
11395 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11396
11397         * text.C (getVisibleRow): honor background color
11398
11399         * PainterBase.h:
11400         * Painter.h: remove default color argument for fillRectangle
11401
11402         * text.C (backgroundColor): new method
11403
11404 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11405
11406         * text.C (getVisibleRow): adjust
11407
11408         * font.[Ch] (rectText): new method, metrics
11409         (buttonText): new method, metrics
11410
11411         * PainterBase.[hC]: make rectText and buttonText always draw and take
11412         fewer paramteres.
11413
11414 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11415
11416         * ToolbarDefaults.C (read):
11417         * MenuBackend.C (read): allow escaping in all strings
11418
11419         * BufferView_pimpl.C (insertAndEditInset): new method.
11420         (Dispatch): use insertAndEditInset whenever appropriate.
11421
11422         * BufferView_pimpl.C (insertNote): removed
11423
11424         * BufferView_pimpl.C (smartQuote): new method, moved from
11425         BufferView; if an insetquote cannot be inserted, insert a '"'
11426         character instead.
11427
11428         * BufferView2.C: remove insertCorrectQuote();
11429
11430         * lyxfunc.C (getStatus): Add support for all remaingin
11431         inset-insert lfuns.
11432
11433         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
11434
11435         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
11436         command (necessary to pass " as parameter of self-insert.
11437
11438         * text.C (selectWordWhenUnderCursor):
11439         (selectWord): add word_location parameter
11440         (selectWordWhenUnderCursor): same + remove special code for word
11441         boundary.
11442         (selectNextWord): use kind() to guess type of insetspecialchar,
11443         not latex().
11444
11445         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
11446         (insertErtContents): create ert insets as collapsed.
11447         (readInset): better compatibility code for Info inset.
11448
11449 2001-07-20  Juergen Vigna  <jug@sad.it>
11450
11451         * lyxfunc.C (dispatch): use always LyXFind now!
11452
11453         * text2.C (init): add a reinit flag so that the LyXText can be
11454         reinited instead of deleted and reallocated (used in InsetText).
11455
11456         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
11457
11458         * text.C: ditto
11459
11460         * text2.C: ditto
11461
11462 2001-07-18  Juergen Vigna  <jug@sad.it>
11463
11464         * text.C (selectNextWord): handle insets inside inset by calling
11465         always the bv->text functions so that we can go up the_locking_inset!
11466
11467         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
11468         in strange locations when inside an inset!
11469
11470         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
11471         handling to include insets.
11472
11473         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
11474
11475 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11476
11477         * LyXAction.C (init):
11478         * commandtags.h:
11479         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
11480         LIGATURE_BREAK, since the name is so stupid.
11481
11482 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11483
11484         * buffer.C (readInset): enable reading of new InsetNotes as well as old
11485         InsetInfos.
11486
11487         * FontLoader.C: remove FORMS_H_LOCATION cruft.
11488
11489         * sp_form.[Ch]: remove.
11490
11491         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
11492
11493         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
11494         InsetInfo.
11495
11496         * src/buffer.C (readInset): ditto.
11497
11498 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11499
11500         * BufferView_pimpl.C (specialChar): new method. Obsoletes
11501         menuSeparator(), endOfSentenceDot(), ldots() and
11502         hyphenationPoint(), which are therefore removed.
11503         (Dispatch): handle LFUN_HYPHENATION_BREAK.
11504
11505         * LyXAction.C (init):
11506         * commandtags.h: add LFUN_HYPHENATION_BREAK.
11507
11508         * paragraph.C (getWord): removed.
11509
11510         * BufferView_pimpl.C (Dispatch): use last word or selection for
11511         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
11512
11513         * lyx_main.C (queryUserLyXDir): do not ask before creating
11514         user_dir, except if it has been named explicitely.
11515
11516 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11517
11518         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
11519         a document of zero size.
11520
11521 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
11522
11523         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
11524         approriately in the c-tor and in require().
11525         (getPackages): output the appropriate LaTeX for natbib support.
11526
11527         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
11528         variables "use_natbib" and "use_numerical_citations" when reading the
11529         LyX file.
11530         (readInset): read the various natbib cite commands.
11531         (validate): white-space change.
11532
11533         * bufferparams.[Ch]: new variables "bool use_natbib" and
11534         "bool use_numerical_citations".
11535         (writeFile): output them in the LyX file.
11536
11537 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11538
11539         * lyxfunc.C (getStatus): add support for all the inset insertion
11540         commands.
11541
11542         * text2.C (insertInset):
11543         * paragraph.C (insetAllowed):
11544         * BufferView_pimpl.C (insertInset): update to take in account the
11545         renaming of insertInsetAllowed
11546
11547         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
11548
11549         * text2.C (getInset): new method. returns inset at cursor position.
11550
11551         * BufferView_pimpl.C (Dispatch): changes because of this.
11552
11553         * LyXAction.C (init): rename open-stuff to inset-toggle.
11554
11555         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
11556
11557         * text2.C (toggleInset): renamed from openStuff; use
11558         Inset::open().
11559
11560 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
11561
11562         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
11563
11564         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
11565
11566 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11567
11568         * buffer.C (readLyXformat2): Add filename to the error dialog
11569
11570 2001-07-18  Juergen Vigna  <jug@sad.it>
11571
11572         * tabular.C (GetCellNumber): put an assert here instead of the check!
11573
11574 2001-07-17  Juergen Vigna  <jug@sad.it>
11575
11576         * BufferView_pimpl.C (toggleSelection): adapted too.
11577
11578         * text.C (selectNextWord): adapted for use with insets.
11579         (selectSelectedWord): ditto
11580
11581 2001-07-17  Juergen Vigna  <jug@sad.it>
11582
11583         * sp_spell.C (PSpell): fix initialitation order.
11584
11585 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11586
11587         * paragraph.C: spacing
11588
11589 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11590
11591         * sp_spell.C: repair language selection for pspell
11592
11593 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11594
11595         * lyxfunc.h: change more methods to begin with lower char.
11596
11597 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11598
11599         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11600         for unknown layouts.
11601
11602 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11603
11604         * buffer.C (readLyXformat2): Generate an error dialog if there are
11605         unknown layouts.
11606
11607 2001-07-16  Juergen Vigna  <jug@sad.it>
11608
11609         * sp_spell.C: always compile ISpell part.
11610
11611         * lyxrc.C: added use_pspell entry and it's handling.
11612
11613 2001-07-13  Juergen Vigna  <jug@sad.it>
11614
11615         * sp_spell.C: removed double includes.
11616
11617 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11618
11619         Consistent use of Lsstream.h:
11620         * Lsstream.h: added using std::stringstream for consistencies sake.
11621
11622         * buffer.C: removed using std::stringstream
11623
11624         * lyxfont.C (stateText):
11625         * paragraph.C (asString):
11626         * text.C (selectNextWord, selectSelectedWord):
11627         * text2.C (setCounter):
11628         * vspace.C (asString, asLatexString):
11629         std::ostringstream -> ostringstream.
11630
11631 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11632
11633         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11634         * commandtags.h: add LFUN_HELP_ABOUTLYX
11635         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11636
11637 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11638
11639         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11640         cursorToggle()
11641         * lyx_gui_misc.C: remove spellchecker
11642         * lyxfunc.C: showSpellchecker
11643         * sp_base.h: added
11644         * sp_ispell.h: added
11645         * sp_pspell.h: added
11646         * sp_spell.C: added
11647         * sp_form.[Ch]: removed
11648         * spellchecker.[Ch]: removed
11649
11650 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11651
11652         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11653         is set.
11654         (simpleTeXSpecialChars): Simply print the input character without
11655         any special translation if pass_thru is set.
11656
11657         * layout.h: Added bool pass_thru to layout class for being able to
11658         implement pass through of a paragraph for Literate Programming.
11659
11660         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11661         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11662         * layout.C (Read): add "passthru" to list of layout tags and add
11663         code to set the pass_thru boolean when it is read.
11664
11665 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11666
11667         * trans_decl.h: remove allowed from KmodInfo
11668
11669         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11670         remove allowed code
11671         (Load): adjust
11672
11673         * paragraph_pimpl.C (erase): use boost::prior
11674
11675         * Painter.C (text): use data() instead of c_str() when length is
11676         also provided.
11677         * WorkArea.C (putClipboard): ditto
11678         * font.h (width): ditto
11679
11680         * BufferView2.C: use it-> instead of (*it). for iterators
11681         * texrow.C: ditto
11682         * paragraph_pimpl.C: ditto
11683         * paragraph.C: ditto
11684         * minibuffer.C: ditto
11685         * language.C: ditto
11686         * kbmap.C: ditto
11687         * encoding.C: ditto
11688         * counters.C: ditto
11689         * converter.C: ditto
11690         * chset.C: ditto
11691         * Variables.C: ditto
11692         * TextCache.C: ditto
11693         * MenuBackend.C: ditto
11694         * LyXAction.C: ditto
11695         * LColor.C: ditto
11696         * FloatList.C: ditto
11697         * DepTable.C: ditto
11698         * ColorHandler.C (LyXColorHandler): ditto
11699
11700 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11701
11702         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11703
11704         * text2.C (openStuff): reintroduce this method (which had been
11705         nuked in NEW_INSETS frenzy).
11706
11707         * lyxfunc.C (Dispatch): when an action has not been handled, use
11708         its name in the error message, not its number.
11709
11710         * paragraph.C (inInset): change method name to begin with lowercase.
11711
11712         * undo_funcs.C:
11713         * text2.C: updates because of this.
11714
11715 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11716
11717         * ToolbarDefaults.C (add): add spaces in error message
11718
11719 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11720
11721         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11722         (readLyXformat2): rename return_par to first_par, use lyxlex's
11723         pushToken and remove the manual push handling.
11724         (parseSingleLyXformat2Token): add another ert comp. variable:
11725         in_tabular, rename return_par to first_par. handle newlines better
11726
11727 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11728
11729         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11730
11731 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11732
11733         * text2.C (getParFromID): removed
11734
11735         * buffer.C (getParFromID): new method moved form lyxtext.
11736         * BufferView2.C (insertErrors): adjust
11737         (setCursorFromRow): adjust
11738         * BufferView_pimpl.C (restorePosition): adjust
11739         * lyxfunc.C (Dispatch): adjust
11740         * undo_funcs.C (textUndo): adjust
11741         (textRedo): adjust
11742         (textHandleUndo): adjust
11743         (textHandleUndo): adjust
11744
11745 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11746
11747         * buffer.C: up' the LYX_FORMAT
11748
11749         * lyxfont.h: turn NO_LATEX on as default
11750
11751         * buffer.C (insertErtContents): new methods of tex style compability.
11752         (parseSingleLyXformat2Token): use it several places.
11753         * tabular.C (OldFormatRead): and here
11754
11755 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11756
11757         * text2.C: remove some commented code.
11758         reindent file.
11759
11760         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11761         * trans.C: changes because of the above.
11762
11763 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11764
11765         * text2.C (setCounter): Fix counters bug with bibliography layout.
11766
11767 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11768
11769         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11770         own member functions
11771         (simpleTeXSpecialChars): ditto
11772
11773 2001-07-06  Juergen Vigna  <jug@sad.it>
11774
11775         * a lot of files: changed the access to LyXText::status and the
11776         call of undo-functions.
11777
11778         * undo.[Ch]: added a inset_id to the undo informations.
11779
11780         * undo_funcs.[Ch]: added and moved here all undo functions.
11781
11782         * lyxtext.h: give the status enum a weight, made status_ a private
11783         variable and made accessor functions for it, removed the whole bunch
11784         of undo-functions as they are now in their own file, make some
11785         functions publically available. Added function ownerParagraph with
11786         int parameter.
11787
11788         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11789         made InInset() a const function, added getParFromID() function.
11790
11791         * buffer.[Ch]: added const version for inset_iterator functions,
11792         added getInsetFromID() function.
11793
11794         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11795         changed undo functions for new version.
11796
11797 2001-07-05  Juergen Vigna  <jug@sad.it>
11798
11799         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11800         unknow mechanism does not call the proper constructor but only this
11801         one also if I request the other!?
11802
11803 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11804
11805         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11806
11807         * text2.C (LyXText): use initialization lists.
11808
11809         * lyxtext.h (Selection): initialize set_ and mark_
11810         (init): remove method
11811
11812 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11813
11814         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11815
11816 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11817
11818         * screen.[Ch]: change method names to begin with lowercase
11819
11820         * BufferView_pimpl.C (updateScrollbar): simplify further and
11821         hopefully make it a bit faster.
11822
11823 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11824
11825         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11826         calling directly xforms functions.
11827
11828         * Painter.C (Painter):
11829         * lyx_cb.C (MenuWrite):
11830         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11831         fl_display.
11832
11833         * lyx_gui.C: remove bogus guiruntime extern declaration.
11834
11835 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11836
11837         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11838         in NEW_INSETS
11839         (redoDrawingOfParagraph): ditto
11840         (redoParagraphs): ditto
11841         (cutSelection): don't create a object for CutAndPaste use the
11842         static method directly
11843         (pasteSelection): ditto
11844
11845         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11846         LyXview (+ rename)
11847
11848 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11849
11850         * modifications to some other files because of this.
11851
11852         * Makefile.am (lyx_SOURCES): add XFormsView
11853
11854         * XFormsView.[Ch]: new files
11855
11856         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11857         the main window. Move the gui dependent stuff to XFormsView
11858
11859 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11860
11861         * tabular.C (GetCellInset): update cur_cell also in the row/col
11862         version of this function.
11863
11864         * lyxfunc.C: no need to include figure_form.h here.
11865
11866         * FontLoader.h:
11867         * lyxfunc.h:
11868         * lyxscreen.h:
11869         * text2.C:
11870         * lyxvc.C: no need to include forms.h here.
11871
11872 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11873
11874         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11875
11876         * lyxfunc.C (Dispatch):
11877         * Spacing.C (set):
11878         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11879         constructor argument.
11880
11881 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11882
11883         * paragraph.C (Paragraph): dont't clear, and just set layout.
11884         (makeSameLayout): use params's copy contructor.
11885
11886         * ParagraphParameters.[Ch] (makeSame): delete method
11887
11888 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11889
11890         * Variables.[Ch]: fix indentation, rename set to isSet
11891
11892 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11893
11894         * lyxfunc.C (Dispatch): fix typo
11895
11896 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11897
11898         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11899         upper_bound.
11900
11901         * bufferlist.C: include assert.h for emergencyWrite().
11902
11903 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11904
11905         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11906           give up at last (bug #425202) !
11907
11908 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11909
11910         * lyx_gui_misc.C:
11911         * sp_form.h:
11912         * sp_form.C:
11913         * spellchecker.h:
11914         * spellchecker.C: strip spellchecker options and bring up
11915           preferences tab instead
11916
11917 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11918
11919         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11920         the istringstream constructor
11921
11922 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11923
11924         * paragraph.C (getLayout): fix return value
11925
11926         * paragraph.h: do not declare getLayout as inline.
11927
11928         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11929
11930 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11931
11932         * lyxcursor.h (operator<): new func
11933         (operator>): new func
11934         (operator>=): new func
11935         (operator<=): new func
11936
11937         * text.C (changeCase): use selection.start and selection.end
11938         (changeRegionCase): require from to be <= to. Require par to be a
11939         valid paragraph.
11940
11941         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11942
11943 2001-06-27  Juergen Vigna  <jug@sad.it>
11944
11945         * text.C (cursorLeftOneWord): changed to return the cursor and added
11946         overlay with BufferView * parameter which calls this one.
11947         (getWord): added
11948         (selectWord): use new getWord function.
11949         (changeCase): renamed from changeWordCase as and extended to work
11950         also on selections.
11951
11952         * lyxtext.h: added enum word_location
11953
11954         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11955         changeCase as this operates now also on selections.
11956
11957 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11958
11959         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11960
11961         * many files: send debug output to Debug::INFO instead of
11962         Debug::ANY.
11963
11964         * converter.C (View):
11965         (Convert):
11966         (Move): send debug output to Debug::FILES instead of console.
11967
11968 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11969
11970         * lyxfunc.C (getStatus): use func_status
11971
11972         * func_status.h: new header, describing the results of
11973         LyXFunc::getStatus;
11974
11975         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11976         LFUN_MATH_HALIGN.
11977
11978 2001-06-25  The LyX Project  <jug@sad.it>
11979
11980         * buffer.C (sgmlOpenTag):
11981         (sgmlCloseTag):
11982         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11983
11984 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11985
11986         * text2.C: remove some dead code
11987
11988         * tabular.C (GetCellInset): store the last cell checked (gotten)
11989
11990         * tabular.h: add the helper for the speedup
11991
11992         * lyxtext.h: remove some dead code
11993
11994 2001-06-26  The LyX Project  <Asger>
11995
11996         * paragraph.C: Change export to LaTeX of alignment to
11997         \begin{center} and family for better roundtrip work with reLyX.
11998
11999         * Tune the math drawing a bit.
12000
12001 2001-06-25  The LyX Project  <Asger>
12002
12003         * LColor.C (LColor): New color for math background. New color
12004         for buttons.
12005
12006 2001-06-25  The LyX Project  <jug@sad.it>
12007
12008         * lyxfunc.C (MenuNew): remove extra check for .lyx file
12009
12010         * lyxfunc.C (Open):
12011         * bufferlist.C (newFile): do not restrict to files ending with
12012         .lyx
12013
12014         * BufferView_pimpl.C (MenuInsertLyXFile):
12015
12016 2001-06-24  The LyX Project  <jug@sad.it>
12017
12018         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
12019         of compare_no_case
12020
12021 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12022
12023         * lyxtext.h: rename most methods to begin with a small char.
12024         Lots of changes because of this.
12025
12026         * paragraph.C (Paragraph): do not call fitToSize
12027         (erase): call Pimpl::erase
12028         (insertChar): call Pimpl::insertChar
12029         (insertInset): call Pipl::insertInset
12030         (breakParagraph): do not call fitToSize
12031         (breakParagraphConservative): do not call fitToSize
12032         (fitToSize): remove method
12033
12034         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
12035
12036 2001-06-24  The LyX Project  <Asger>
12037
12038         * Fix Qt compilation^2
12039
12040 2001-06-24  The LyX Project  <jug@sad.it>
12041
12042         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
12043         depthHook(getDepth()-1).
12044
12045         * paragraph.h:
12046         * ParagraphParameters.h:
12047         * ParameterStruct.h: change type of depth to unsigned int ==
12048         depth_type. Many adaptations to other files before of that.
12049
12050 2001-06-24  The LyX Project  <Asger>
12051
12052         * Fix Qt compilation.
12053
12054 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12055
12056         * paragraph.h: renamed several methods to begin with small letter.
12057         several changes to many parts of the code because of this.
12058
12059 2001-06-23  The LyX Project  <jug@sad.it>
12060
12061         * text2.C (InsertStringAsLines): renamed from InsertStringA;
12062         rewritten to discard all double spaces when KeepEmpty is off
12063         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
12064         to only handle newlines but not fiddle with spaces and friends.
12065
12066         * lyxfunc.C (MenuNew): when doing 'new from template', use
12067         template_path as default directory
12068
12069 2001-06-23  The LyX Project  <Asger>
12070
12071         * Clean-up of header file includes all over
12072         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
12073
12074 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12075
12076         * paragraph.h: renamed from lyxparagraph.h
12077
12078 2001-06-23  Asger  <lyx@violet.home.sad.it>
12079
12080         * Buffer.h: Removed Buffer::resize
12081         * BufferList.h: Removed BufferList::resize
12082         * LyXView.h: Added LyXView::resize. This way, we will only reflow
12083         the document lazily when we change the width, or the font settings.
12084
12085 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12086
12087         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
12088
12089 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12090
12091         * buffer.h: remove out of date comment
12092
12093 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12094
12095         * lyxscreen.h:
12096         * screen.C: fix "theoretical" GC leak
12097
12098 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12099
12100         * LaTeX.C (scanAuxFile):
12101         (deplog): remove trailing \r when reading stream (useful under
12102         win32)
12103
12104 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
12105
12106         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
12107         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
12108         and BufferView::theLockingInset(Inset*), so should use them and not
12109         access bv_->text->the_locking_inset directly.
12110
12111         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
12112
12113 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12114
12115         * Makefile.am:
12116         * tex-defs.h: remove old unused file
12117
12118 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
12119
12120         * BufferView_pimpl.C: fix typo, remove minibuffer message
12121           when buffer has loaded
12122
12123 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12124
12125         * lyxfunc.C (Dispatch): use stringstream
12126         (MenuNew): use stringstream
12127         (Open): use stringstream
12128
12129         * importer.C (Import): use stringstream
12130
12131         * bufferview_funcs.C (CurrentState): use stringstream
12132
12133         * LaTeX.C (run): use stringstream
12134
12135         * BufferView_pimpl.C (savePosition): use stringstream
12136         (restorePosition): use stringstream
12137         (MenuInsertLyXFile): use stringstream
12138
12139 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
12140
12141         * BufferView.C:
12142         * Bullet.C:
12143         * ColorHandler.C:
12144         * FontInfo.C:
12145         * FontLoader.C:
12146         * LColor.C:
12147         * LaTeXFeatures.C:
12148         * Painter.C:
12149         * gettext.C:
12150         * lyx_gui_misc.C:
12151         * lyxserver.C:
12152         * vspace.C: removed // -*- C++ -*- as first line.
12153
12154         * lyxfind.h:
12155         * version.h: added // -*- C++ -*- as first line.
12156
12157 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12158
12159         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
12160
12161         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
12162         of string
12163
12164 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12165
12166         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
12167         of floats.
12168
12169 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12170
12171         * gettext.C: include LString.h even when --disable-nls is on.
12172
12173 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
12174
12175         * converter.h (Get): changed argument type from int to
12176         FormatList::size_type to avoid unnecessary conversion.
12177
12178         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
12179         before using it.
12180
12181 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12182
12183         * gettext.h: include LString.h even when --disable-nls is on.
12184
12185 2001-06-07  Juergen Vigna  <jug@sad.it>
12186
12187         * text.C (BreakAgain): subst spaces with tabs.
12188
12189         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
12190         (resizeInsetsLyXText): set force on resizeLyXText.
12191
12192 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12193
12194         * gettext.h (gettext_init):
12195         (locale_init): use a real definition instead of a macro
12196
12197 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12198
12199         * Bufferview_pimpl.C:
12200         * LColor.h:
12201         * LColor.C: further lcolor tidies
12202
12203 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12204
12205         * BufferView_pimpl.C (updateScrollbar): simplify.
12206
12207         * BufferView2.C: don't include insets/insetinfo.h, change
12208         prototype for insertInset and call the Pimpl version. let
12209         updateInset call Pimpl version.
12210
12211         * BufferView.h: move inset_slept to BufferView::Pimpl, move
12212         gotoInset to BufferView::Pimpl
12213
12214 2001-06-01  Juergen Vigna  <jug@sad.it>
12215
12216         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
12217         inside a LockingInset (is the update needed at all?).
12218
12219 2001-05-31  Juergen Vigna  <jug@sad.it>
12220
12221         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
12222         here not the old one otherwise how should we compare it afterwards
12223         if it's the same!
12224
12225 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12226
12227         * lyxfont.C:
12228         * tabular.C:
12229         * tabular-old.C:
12230         * FontInfo.C: bring C functions into global namespace when
12231         necessary
12232
12233 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12234
12235         * LString.h: make sure config.h has been loaded before LString.h.
12236
12237         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
12238         (one for each char read by EatLine!).
12239
12240         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
12241         variables.
12242
12243 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12244
12245         * paragraph.C (BreakParagraph): set the inset_owner in the new par
12246         to the same as the par we break from
12247
12248 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12249
12250         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
12251
12252         * MenuBackend.C (expand): also create menu entries for wide
12253         versions of the floats.
12254
12255         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
12256
12257         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
12258
12259         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
12260         frontends/Makefile.am
12261
12262         * text2.C: adjust
12263         * text.C: adjust
12264
12265
12266         * tabular.C (getTokenValue): add std::
12267
12268         * tabular-old.C (getTokenValue): add std::
12269         (getTokenValue): ditto
12270         (getTokenValue): ditto
12271
12272         * screen.C (ToggleSelection): adjust
12273
12274         * lyxtext.h: put selection cursors inside a Selection struct.
12275
12276         * lyxfunc.C (moveCursorUpdate): adjust
12277
12278         * lyxfont.C (latexWriteStartChanges): add std::
12279
12280         * lyxfind.C: adjust
12281
12282         * font.h: delete with(char const *, LyXFont const &)
12283
12284         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
12285
12286         * FontInfo.C (getFontname): add std::
12287
12288         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
12289         (workAreaButtonPress): adjust
12290         (tripleClick): adjust
12291         (update): adjust
12292         (moveCursorUpdate): adjust
12293         (Dispatch): adjust
12294
12295         * BufferView2.C (gotoInset): adjust
12296
12297 2001-05-30  Juergen Vigna  <jug@sad.it>
12298
12299         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
12300         to check pspell I add this as default as I now have new pspell
12301         libraries and they seem to use this.
12302
12303 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12304
12305         * text2.C (CutSelection): make the cursor valid before the call to
12306         ClearSelection.
12307
12308 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12309
12310         * kbsequence.C (parse): de-uglify a bit the parsing code, which
12311         relied on 0 terminated strings and other horrors. Bug found due to
12312         the new assert in lyxstring!
12313
12314         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
12315         KP_ keys.
12316
12317 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12318
12319         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
12320         to latinkeys.bind.
12321
12322         * lyxfunc.C (processKeySym): change method of getting to the
12323         self-insert char.
12324
12325         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
12326         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
12327         * BufferView_pimpl.[Ch]: here as private methods.
12328
12329 2001-05-28  Juergen Vigna  <jug@sad.it>
12330
12331         * text.C (SetHeightOfRow): added the update() call again as it is
12332         needed to initialize inset dimensions!
12333
12334 2001-05-16  Juergen Vigna  <jug@sad.it>
12335
12336         * text2.C (SetCharFont): Add new function with BufferView * and
12337         bool toggleall parameters for setting insets internal fonts.
12338         (SetFont): Freeze the undo as we may change fonts in Insets and
12339         all this change should be inside only one Undo!
12340
12341         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
12342         setting font's in insets as for them we have the SetFont function!
12343
12344 2001-05-15  Juergen Vigna  <jug@sad.it>
12345
12346         * text2.C (ClearSelection): to be sure we REALLY don't have any
12347         selection anymore!
12348
12349         * tabular.C (TeXCellPreamble): fixed the left border problem for
12350         multicolumn cells.
12351
12352 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
12353
12354         * LaTeX.C (deplog): Make sure that the main .tex file is in the
12355         dependancy file
12356
12357 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12358
12359         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
12360         LFUN_BREAKPARAGRAPH.
12361
12362         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
12363         help test to "internal only", similar for LFUN_INSERT_URL
12364
12365         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
12366         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
12367         auto_region_delete and deadkeys.
12368
12369 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
12370
12371         * LColor.h:
12372         * LColor.C: remove some dead entries, tidy a little
12373
12374 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12375
12376         * lyxfunc.C (processKeySym): comment the Escape handling, remove
12377         commented code.
12378         (Dispatch): implement LFUN_ESCAPE
12379
12380         * commandtags.h: add LFUN_ESCAPE
12381
12382         * LyXAction.C (init): add entry for LFUN_ESCAPE
12383
12384         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
12385         Remove commented code.
12386         (insertNote): moved here
12387         (open_new_inset): moved here
12388
12389         * BufferView[2].[Ch]: move insertNote and open_new_inset to
12390         BufferView_pimpl
12391
12392 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12393
12394         * kbmap.C (findbinding): clean it up and make it work correctly.
12395
12396         * lyx_main.C (init): do not pass argc and argv as parameters
12397
12398 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
12399
12400         * buffer.C: fix path for OS/2 & Win32
12401
12402         * lyx_gui.C:
12403         * lyx_main:
12404         * lyx_main.C: Added os:: class.
12405
12406         * os2_defines.h: update
12407
12408 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12409
12410         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
12411         better by trying again with reduced state.
12412
12413 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12414
12415         * lyxrc.C (read): print error about invalid key sequence only when
12416         debugging (because not all latinX keysyms are known to some X
12417         servers)
12418
12419         * kbsequence.C (getiso): add a few std:: qualifiers
12420         (getiso): comment out extra return statement.
12421
12422 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12423
12424         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
12425         handling.
12426         (Dispatch): enhance the accent inset a bit. (not perfect)
12427
12428 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12429
12430         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
12431
12432 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12433
12434         * bufferlist.C (emergencyWrite): fix assert() call
12435
12436 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
12437
12438         * text.C (InsertChar): Added trivial patch to only send the "you
12439         can not do multiple spaces this way" message once during a
12440         session.
12441
12442 2001-05-08  Baruch Even  <baruch@lyx.org>
12443
12444         * Makefile.am: Changed order of libraries to get LyX to link properly
12445         with the gnome frontend.
12446
12447 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12448
12449         * LaTeXFeatures.h: add a std:: qualifier
12450
12451 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12452
12453         * paragraph.C (String): use stringstream
12454
12455 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12456
12457         * paragraph.C (writeFile): remove footflag arg
12458
12459         * buffer.C (makeLaTeXFile): use stringstream
12460         (latexParagraphs): remove footnot gurba
12461
12462         * LaTeXFeatures.C (getPackages): use stringstream
12463         (getMacros): likewise
12464         (getTClassPreamble): likewise
12465         (getFloatDefinitions): new method
12466
12467         * paragraph.C (writeFile): reindent
12468         (Erase): reindent
12469
12470         * WorkArea.h: revert the xpos + etc changes.
12471
12472         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
12473
12474         * lyxparagraph.[Ch]: add copy constructor, remove Clone
12475
12476         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
12477         (pasteSelection): likewise
12478         * text2.C (CreateUndo): likewise
12479
12480 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12481
12482         * minibuffer.C (peek_event): temporarily reduce the functionality
12483         of the minibuffer (to allow args on lfuns)
12484
12485         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
12486         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
12487
12488         * buffer.C (readInset): add compability reading of old float
12489         lists, add reading of new style float list.
12490         (readInset): avoid reevaluation of inscmd.getCmdName()
12491         (getLists): reindent
12492
12493         * MenuBackend.C (MenuItem): implement parsing of
12494         md_floatlistinsert and md_floatinsert.
12495         (expand::LastFiles): move initalizaton of iterators out of loop,
12496         avoid reevaluation.
12497         (expand::Documents): introduce typdedef vector<string> Strings,
12498         and use it.
12499         (expand::ExportFormats): introduce typedef vector<Format const *>
12500         Formats, and use it.
12501         (expand): implement FloatListInsert and FloatInsert.
12502
12503         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
12504         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
12505         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
12506
12507         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
12508         handling.
12509         (Dispatch::LFUN_FLOAT_LIST): implement
12510
12511 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12512
12513         * LaTeX.C (run): Fix problem with --export code.
12514
12515 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12516
12517         * BufferView.[Ch] (workarea): removed.
12518         (getClipboard) new method; wrapper for workarea()->getClipboard()
12519
12520         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
12521         bug.
12522
12523         * WorkArea.h (width, height, xpos, ypos): These methods all
12524         returned the dimensions of the work_area sub-area of WorkArea,
12525         resulting in a position error if the WorkArea were resized. Now
12526         return the dimensions of the entire WorkArea.
12527
12528         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
12529
12530 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12531
12532         * LaTeX.C (deplog): correct the syntax of regex reg1
12533
12534 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12535
12536         * undo.C: remove !NEW_INSETS cruft
12537
12538 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12539
12540         * text2.C: remove !NEW_INSETS cruft
12541
12542         * text.C: remove !NEW_INSETS cruft
12543
12544         * tabular.C: remove !NEW_INSETS cruft
12545
12546         * spellchecker.C: remove !NEW_INSETS cruft
12547
12548         * lyxtext.h: remove !NEW_INSETS cruft
12549
12550         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
12551
12552         * lyxfunc.C: remove !NEW_INSETS cruft
12553
12554         * lyxfind.C: remove !NEW_INSETS cruft
12555
12556         * lyx_cb.C: remove !NEW_INSETS cruft
12557
12558         * figureForm.C: remove  !NEW_INSETS cruft
12559
12560         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
12561
12562         * buffer.[Ch]: remove !NEW_INSETS cruft
12563
12564         * ToolbarDefaults.C: remove !NEW_INSETS cruft
12565
12566         * CutAndPaste.C: remove !NEW_INSETS cruft
12567
12568         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12569
12570         * BufferView2.C: remove !NEW_INSETS cruft
12571
12572         * BufferView.h: remove !NEW_INSETS cruft
12573
12574 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12575
12576         * Lsstream.h: include LString.h before the sstream headers to
12577         fix problem with gcc 2.95.3 and lyxstring
12578
12579 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12580
12581         * lyx_main.C: add using directives when needed for C functions
12582         declared in std:: namespace.
12583
12584 2001-04-27  Juergen Vigna  <jug@sad.it>
12585
12586         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12587         (SetHeightOfRow): comment out the update call should not be needed!
12588
12589 2001-04-13  Juergen Vigna  <jug@sad.it>
12590
12591         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12592         (LyXTabular): tried to minimize operator= operations (and realized
12593         hopfully Lars wish).
12594
12595 2001-04-27  Juergen Vigna  <jug@sad.it>
12596
12597         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12598
12599 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12600
12601         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12602
12603         * buffer.C (readInset): hack to make listof algorithm work
12604
12605         * BufferView_pimpl.C: hack to make listof algorithm work
12606
12607 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12608
12609         * LyXAction.C: removed all !NEW_INSETS cruft
12610         (init): moved lfun_item in method
12611
12612         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12613
12614 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12615
12616         * BufferView2.C (theLockingInset): white space.
12617
12618 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12619
12620         * minibuffer.C: include <iostream>
12621
12622         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12623
12624         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12625
12626         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12627
12628         * text.[Ch] (TransposeChars): new method
12629
12630 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12631
12632         * call message directly through LyXView instead of through LyXFunc
12633         * BufferView2.C: adjust
12634         * BufferView_pimpl.C: adjust
12635         * FontLoader.C: adjust
12636         * buffer.C: adjust
12637         * bufferview_funcs.C: adjust
12638         * converter.C: adjust
12639         * figureForm.C: adjust
12640         * importer.C: adjust
12641         * lyx_cb.C: adjust
12642         * lyx_gui_misc.C: adjust
12643         * lyxfunc.C: adjust
12644         * lyxvc.C: adjust
12645         * text2.C: adjust
12646         + more files in subdirs
12647
12648         * lyxparagraph.h (size): move up int file
12649         (GetLayout): ditto
12650
12651         * adjust all uses of Assert to lyx::Assert.
12652
12653         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12654         lyxfunctional in namespace lyx
12655         * layout.C (hasLayout): ditto
12656         (GetLayout): ditto
12657         (GetLayout): ditto
12658         (delete_layout): ditto
12659         (NumberOfClass): ditto
12660         * converter.C (GetFormat): ditto
12661         (GetNumber): ditto
12662         (Add): ditto
12663         (Delete): ditto
12664         (SetViewer): ditto
12665         * bufferlist.C (getFileNames): ditto
12666         (emergencyWriteAll): ditto
12667         (exists): ditto
12668         (getBuffer): ditto
12669         * MenuBackend.C (hasSubmenu): ditto
12670         (hasMenu): ditto
12671         (getMenu): ditto
12672         * BufferView_pimpl.C (getInsetByCode): ditto
12673
12674 2001-04-18  Juergen Vigna  <jug@sad.it>
12675
12676         * vspace.C (asLatexString): fixed the 100% problem.
12677
12678 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12679
12680         * lyxfunc.C (Dispatch):
12681         * minibuffer.C:
12682         * minibuffer.h: add a few std:: qualifiers
12683
12684 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12685
12686         * minibuffer.[Ch]: reimplement so that commands is initiated and
12687         run from lyxfunc, simplified som handling, and made the completion
12688         and history code for complete. wip.
12689
12690         * lyxfunc.C (processKeySym): call message
12691         (miniDispatch): new temporary method
12692         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12693         (LFUN_MESSAGE): implement
12694         (LFUN_MESSAGE_PUSH): implement
12695         (LFUN_MESSAGE_POP): implement
12696         (initMiniBuffer): the initial/defualt minibuffer message.
12697
12698         * lyxfont.[Ch]: inline some more getters
12699
12700         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12701
12702         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12703
12704         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12705         (AutoSave): use LFUN_MESSAGE
12706         (Reconfigure): ditto
12707
12708         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12709
12710         * figureForm.C: use LFUN_MESSAGE
12711
12712         * converter.C (runLaTeX): use LFUN_MESSAGE
12713
12714         * bufferview_funcs.C: use LFUN_MESSAGE
12715         (Melt): ditto
12716         (changeDepth): ditto
12717
12718         * bufferparams.h: use boost::
12719
12720         * bufferlist.h: inherit privately from noncopyable
12721
12722         * bufferlist.C (loadLyXFile): remove some commented code.
12723
12724         * buffer.C (runChktex): use LFUN_MESSAGE
12725
12726         * ShareContainer.h: inherit privately from noncopyable
12727
12728         * ParagraphParameters.[hC] (depth): inline it.
12729
12730         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12731         methods.
12732         (message): new method
12733         (messagePush): ditto
12734         (messagePop): ditto
12735         (show): init minibuffer
12736         (showState): direct call
12737
12738         * LaTeX.[Ch]: inherit privately from noncopyable
12739         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12740         instead of WriteStatus.
12741
12742         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12743
12744         * BufferView_pimpl.C (buffer): don't init minibuffer
12745         (workAreaButtonPress): use LFUN_MESSAGE
12746         (workAreaButtonRelease): ditto
12747         (savePosition): ditto
12748         (restorePosition): ditto
12749         (MenuInsertLyXFile): ditto
12750         (workAreaExpose): don't init minibuffer
12751         (update): remove commented code, simplify
12752
12753         * BufferView2.C (openStuff): use LFUN_MESSAGE
12754         (toggleFloat): ditto
12755         (menuUndo): ditto
12756         (menuRedo): ditto
12757         (copyEnvironment): ditto
12758         (pasteEnvironment): ditto
12759         (copy): ditto
12760         (cut): ditto
12761         (paste): ditto
12762         (gotoInset): ditto
12763         (updateInset): remove some commented code
12764
12765         * lastfiles.h: inherit privately from noncopyable
12766         * layout.h: ditto
12767         * lyx_gui.h: ditto
12768         * lyx_main.h: ditto
12769         * lyxlex.h: ditto
12770         * lyxlex_pimpl.h: ditto
12771
12772         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12773         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12774         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12775
12776         * LyXAction.h: inherit privately from noncopyable, add methods
12777         func_begin, func_end, returning iterators to the func map.
12778
12779         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12780         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12781         (func_begin): new method
12782         (func_end): new method
12783
12784         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12785         and not)
12786         (copySelection): ditto
12787         (pasteSelection): ditto
12788
12789         * BufferView.C: whitespace change
12790         * BufferView.h: inherit privately from noncopyable
12791
12792 2001-04-16  Allan Rae  <rae@lyx.org>
12793
12794         * tabular-old.C (l_getline):
12795         * spellchecker.C (sc_check_word):
12796         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12797         an unrecognised preprocessor directive.  So ensure they're wrapped.
12798
12799 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12800
12801         * src/exporter.C (Export): Give an error message when path to file
12802         contains spaces.
12803
12804 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12805
12806         * LaTeX.C (deplog): Always check that foundfile exists.
12807
12808 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12809
12810         * lyx_main.h:
12811         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12812
12813 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12814
12815         * tabular.[Ch] (getLabelList): implement new method
12816
12817         * minibuffer.h: comment ouf setTiimer
12818
12819         * minibuffer.C (ExecutingCB): constify res
12820         (peek_event): constify s
12821         (Set): constify ntext
12822         (Init): constify nicename
12823
12824         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12825
12826         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12827         (savePosition): use two params to Minibuffer::Set
12828         (restorePosition): ditto
12829
12830 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12831
12832         * lyx_main.C: include language.h
12833
12834         * Makefile.am (lyx_main.o): add language.h
12835
12836 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12837
12838         * exporter.C:
12839         * paragraph.C:
12840         * screen.C:
12841         * tabular.C:
12842         * CutAndPaste.C: include gettext.h
12843
12844         * lyxfont.h: remove old hack with ON and OFF.
12845
12846         * lyxparagraph.h:
12847         * lyxfont.h: do not include language.h...
12848
12849         * BufferView2.C:
12850         * LaTeXFeatures.C:
12851         * Painter.C:
12852         * bufferview_funcs.C:
12853         * font.C:
12854         * lyxfont.C:
12855         * text.C:
12856         * text2.C:
12857         * trans_mgr.C:
12858         * paragraph.C: ... but do it here instead
12859
12860 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12861
12862         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12863
12864         * tabular.C: small reformat
12865
12866         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12867         NEW_INSETS version
12868         (GetChar): ditto
12869         (BreakParagraph): ditto
12870         (SetOnlyLayout): ditto
12871         (SetLayout): ditto
12872
12873         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12874         with one arg less.
12875
12876         * lastfiles.C: removed most using decl, add std:: where needed
12877
12878         * buffer.C: ws changes
12879
12880         * MenuBackend.C (class compare_format): put into anon namespace
12881         (expand): constify label, names, action, action2
12882         (expand):
12883
12884         * text.C (SingleWidth): constify font
12885         (IsBoundary): constify rtl2
12886         (GetVisibleRow): constify ww
12887
12888         * LaTeX.C (deplog): constify logfile
12889
12890         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12891         start_x, end_x
12892         (workAreaExpose): constify widthChange, heightChange
12893
12894         * lyxrow.C (par): moved
12895         (height): moved
12896         (next): moved
12897         * lyxrow.h: as inlines here
12898
12899         * lyxfont.h (shape): moved from lyxfont.C
12900         (emph): moved from lyxfont.C
12901
12902         * lyxfont.C (LyXFont): use initialization list for all
12903         constructors
12904         (shape): move to lyxfont.h as inline
12905         (emph): move to lyxfont.h as inline
12906
12907
12908 2001-04-04  Juergen Vigna  <jug@sad.it>
12909
12910         * vspace.C: had to include stdio.h for use of sscanf
12911
12912 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12913
12914         * BufferView.h:
12915         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12916         independent of xforms.
12917
12918 2001-04-02  Juergen Vigna  <jug@sad.it>
12919
12920         * spellchecker.C: fixed namespace placing!
12921
12922 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12923
12924         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12925         the LyXParagraph * is 0.
12926
12927 2001-03-29  Juergen Vigna  <jug@sad.it>
12928
12929         * vspace.C: added support for %, c%, p%, l%.
12930         (stringFromUnit): added helper function.
12931         (asLatexString): changed to give right results for the %-values.
12932
12933         * buffer.C: convert the widthp in a width%.
12934
12935 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12936
12937         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12938         figureForm.[Ch].
12939
12940         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12941         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12942
12943         * lyx_cb.[Ch]: see above.
12944
12945         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12946         form1.[Ch].
12947
12948         * form1.[Ch]:
12949         * lyx.[Ch]: replaced by figure_form.[Ch].
12950
12951         * lyx_gui.C:
12952         * lyx_gui_misc.C:
12953         * lyxfunc.C: changed headers associated with above changes.
12954
12955 2001-03-27  Juergen Vigna  <jug@sad.it>
12956
12957         * BufferView_pimpl.C: set the temporary cursor right!
12958
12959 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12960
12961         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12962
12963 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12964
12965         * LString.h: removed "using std::getline"!
12966
12967         * BufferView_pimpl.C (Dispatch): changes due to changes in
12968         InsetInclude::Params.
12969
12970         * buffer.C (tag_name): removed redundant break statements as they were
12971         producing lots of warnings with my compiler.
12972
12973 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12974
12975         * LString.h: add "using std::getline" when using the real <string>.
12976
12977 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12978
12979         * buffer.C: removed bitset usage.
12980         PAR_TAG moved to an anonymous name space.
12981         (tag_name): new funtion, also in the anonymous namespace.
12982         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12983         (makeDocBookFile): clean code. Completed transition from string arrays
12984         to string vectors.
12985         (SimpleDocBookOnePar): code clean.
12986
12987 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12988
12989         * tabular.C: add some comments.
12990
12991 2001-03-22  Juergen Vigna  <jug@sad.it>
12992
12993         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12994         compatibility read a bit and fixed bug with minipage in different
12995         depth.
12996
12997 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12998
12999         * buffer.C (pop_tag): removed.
13000         (push_tag): removed.
13001         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
13002         array replaced with vector. Added support for CDATA sections.
13003         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
13004         at any nest level.
13005         (makeDocBookFile): XML conformant declaration of CDATA section,
13006         fixed bug related to <emphasis> in the first paragraph char.
13007         (sgmlOpenTag): exclude empty tags.
13008         (sgmlCloseTag): ditto.
13009
13010         * buffer.h (pop_tag): removed.
13011         (push_tag): removed.
13012
13013 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
13014
13015         * language.h (Languages): added size_type and size().
13016
13017 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13018
13019         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
13020         response on compability reading of minipages. One probliem is that
13021         the old usage of minipages was «flertydig»
13022
13023         * several files here and in subdirs: don't use static at file
13024         scope use anon namespaces instead.
13025
13026 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
13027
13028         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
13029         LaTeX output. This is necessary for Literate document
13030         processing.
13031
13032 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13033
13034         * buffer.C: insert hfill when needed.
13035
13036         * tabular.C (l_getline): use string::erase, small whitespace change.
13037
13038         * BufferView_pimpl.C: try the anon namespace.
13039         * WorkArea.C: ditto
13040
13041 2001-03-16  Juergen Vigna  <jug@sad.it>
13042
13043         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
13044         otherwise it won't open options-dialogs.
13045
13046         * buffer.C: honor pextraWidth(p) on converting minipages.
13047
13048         * tabular.C (l_getline): changed the functions to strip trailing \r.
13049
13050 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
13051
13052         * BufferView_pimpl.C:
13053         * minibuffer..C: added "using SigC::slot" declaration.
13054
13055 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13056
13057         * lyxlex_pimpl.h: noncopyable is in namespace boost.
13058
13059         * text2.C: ditto
13060
13061         * text.C: ditto
13062
13063         * paragraph.C: ditto
13064
13065         * lyxtext.h: NO_PEXTRA
13066
13067         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
13068
13069         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
13070         * ParameterStruct.h: ditto
13071         * ParagraphParameters.h: ditto
13072         * lyxparagraph.h: ditto
13073
13074 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13075
13076         * buffer.C: add compability for minipage alignment.
13077         (latexParagraphs): remove unwanted pextra check.
13078
13079         * several files: remove CXX_WORKING_NAMESPACES
13080
13081         * buffer.C (pop_tag): tie is in namespace boost
13082
13083         * BufferView.h: noncopyable is in namespace boost
13084         * lyxlex.h: ditto
13085         * lyx_main.h: ditto
13086         * lyx_gui.h: ditto
13087         * layout.h: ditto
13088         * lastfiles.h: ditto
13089         * bufferlist.h: ditto
13090         * ShareContainer.h: ditto
13091         * LyXView.h: ditto
13092         * LyXAction.h: ditto
13093         * LaTeX.h: ditto
13094
13095 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13096
13097         * Merging changes from BRANCH_MVC back into HEAD.
13098
13099         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
13100
13101 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
13102
13103         * BufferView_pimpl.C: change from intl.C
13104
13105         * combox.h:
13106         * combox.C:
13107         * Makefile.am: move combox.*
13108
13109         * form1.h:
13110         * form1.C:
13111         * lyx_gui.C:
13112         * intl.h:
13113         * intl.C: remove dialog (covered by prefs)
13114
13115 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13116
13117         * lyxfunc.C (Dispatch): removed redundant break statement.
13118
13119 2001-03-14  Juergen Vigna  <jug@sad.it>
13120
13121         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
13122
13123 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13124
13125         * buffer.C: add hack to fix compability reading of minipages.
13126
13127 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
13128
13129         * buffer.C (getLists): Cleanup.
13130
13131 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13132
13133         * lyxfont.C (update): don't honor toggleall on font size.
13134
13135 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
13136
13137         * bmtable.c:
13138         * bmtable.h:
13139         * Makefile.am: moved to frontends/xforms/
13140
13141         * lyx_gui_misc.C:
13142         * lyxfunc.C:
13143         * BufferView_pimpl.C: changes for moved mathpanel
13144
13145 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13146
13147         * gettext.h: fix gettext_init() in --disable-nls
13148
13149 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13150
13151         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
13152
13153 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
13154
13155         * lyx.C:
13156         * lyx.h: strip external form
13157
13158 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13159
13160         * BufferView_pimpl.C: add comment, destroySplash()
13161
13162 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13163
13164         * BufferView_pimpl.C:
13165         * LyXAction.C:
13166         * buffer.C:
13167         * commandtags.h:
13168         * lyxfunc.C: use re-worked insetinclude
13169
13170 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13171
13172         * buffer.C: add using std::stringstream.
13173
13174         * lyx_cb.C: readd using std::ios.
13175
13176         * buffer.C: add using std::map.
13177
13178         * BufferView_pimpl.C: add using std::vector.
13179
13180         * ShareContainer.h: add std:: to swap.
13181
13182         * buffer.h: add some typedefs
13183         * buffer.C (getLists): use them
13184         (getLists): renamed from getTocList.
13185         add a counter for the different float types and use it in the
13186         generated string.
13187         (getLists): use the same counter for the NEW_INSETS and the "non"
13188         NEW_INSETS
13189
13190         * lyx_cb.h: remove unused items, includes, using etc.
13191
13192         * ShareContainer.h: remove some commented code, add more comments
13193         and "documentation".
13194
13195 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13196
13197         * buffer.C (getTocList): make the list also when NEW_INSETS is
13198         defined.
13199
13200         * buffer.h: remove TocType
13201
13202         * buffer.C (getTocList): change to return a map<string,
13203         vector<TocItem> >, implement for dynamic number of list.
13204
13205         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
13206         * text2.C (PasteSelection): adjust
13207         * CutAndPaste.C (pasteSelection): adjust
13208
13209         * FloatList.C (FloatList): update from the new_insets branch.
13210         * Floating.[Ch]: ditto
13211         * LaTeXFeatures.C: ditto
13212         * buffer.C: ditto
13213         * lyxlex_pimpl.C: ditto
13214
13215         * paragraph.C (Last): remove when NEW_INSETS is defined.
13216
13217         * other file: changes because of the above.
13218
13219 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13220
13221         * lyxparagraph.h: rename next to next_, previous to previous_,
13222         make them private for NEW_INSETS. Rename Next() to next(),
13223         Previous() to previous().
13224
13225         * other files: changes because of the above.
13226
13227 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
13228
13229         * BufferView.h:
13230         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
13231         problem.
13232
13233 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13234
13235         * main.C (main): pass lyx_localedir to gettext_init().
13236
13237         * gettext.h: remove locale_init and gettext_init macros
13238
13239         * gettext.C (locale_init): new function
13240         (gettext_init): new function
13241
13242         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
13243         setlocale().
13244
13245 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
13246
13247         * Moved credits to frontends:
13248         * credits.[Ch]: removed
13249         * credits_form.[Ch]: removed
13250         * lyx_gui_misc.C: remove credits stuff
13251         * Makefile.am:
13252
13253 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13254
13255         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
13256
13257         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
13258         unneeded destructor.
13259
13260         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
13261         a standalone pointer again.
13262
13263         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
13264
13265 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
13266
13267         * Makefile.am:
13268         * filedlg.h:
13269         * filedlg.C:
13270         * LyXAction.C:
13271         * ToolbarDefaults.C:
13272         * bufferlist.C:
13273         * commandtags.h:
13274         * form1.C:
13275         * form1.h:
13276         * lyx_cb.C:
13277         * lyx_cb.h:
13278         * lyxfunc.h:
13279         * lyxfunc.C:
13280         * BufferView_pimpl.C: use new file dialog in GUII
13281
13282         * lyx_cb.h:
13283         * lyx_cb.C: remove LayoutsCB to Toolbar
13284
13285 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13286
13287         * ShareContainer.h (get): add std:: qualifier
13288
13289 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13290
13291         * ShareContainer.h: define a proper ShareContainer::value_type
13292         type (and use typename to please compaq cxx)
13293
13294 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13295
13296         * lyxparagraph.h: move serveral local vars to
13297         ParameterStruct/ParagraphParameters., use ShareContainer in
13298         FontTable., make vars in FontTable private and add getter and
13299         setter.
13300
13301         * paragraph.C: changes because of the above.
13302
13303         * lyxfont.h: remove copy constructor and copy assignment. (the
13304         default ones is ok), move number inside FontBits. move inlines to
13305         lyxfont.C
13306
13307         * lyxfont.C: add number to initializaton of statics, move several
13308         inlines here. constify several local vars. some whitespace
13309         cleanup. Dont hide outerscope variables.
13310
13311         * Spacing.h: add two new constructors to match the set methods.
13312
13313         * ShareContainer.h: new file, will perhaps be moved to support
13314
13315         * ParameterStruct.h: new file
13316
13317         * ParagraphParameters.h: new file
13318
13319         * ParagraphParameters.C: new file
13320
13321         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
13322         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
13323
13324         * BufferView_pimpl.C: ParagraphParameter changes.
13325         * buffer.C: Likewise.
13326         * bufferview_funcs.C: Likewise.
13327         * text.C: Likewise.
13328         * text2.C: Likewise.
13329
13330 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13331
13332         * lyxfind.C (LyXReplace): do not redefine default argument in
13333         implementation.
13334         (IsStringInText): ditto
13335         (SearchForward): ditto
13336         (SearchBackward): ditto
13337
13338 2001-03-06  Juergen Vigna  <jug@sad.it>
13339
13340         * lyxfind.C (IsStringInText): put parentes around expressions.
13341
13342 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
13343
13344         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
13345
13346 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
13347
13348         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
13349
13350         * stl_string_fwd.h: add comment
13351
13352         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
13353
13354         * tabular.h:
13355         * tabular.C: remove unused DocBook methods
13356
13357         * intl.C:
13358         * language.C:
13359         * paragraph.C:
13360         * buffer.C:
13361         killed DO_USE_DEFAULT_LANGUAGE
13362
13363 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13364
13365         * lyx_gui.C: do not include language.h.
13366
13367         * bufferview_funcs.C (ToggleAndShow): do not provide optional
13368         arguments in function implementation.
13369
13370 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13371
13372         * BufferView_pimpl.C: add <ctime>
13373
13374 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13375
13376         * BufferView_pimpl.C: add using std::find_if
13377
13378 2001-02-27  José Matos  <jamatos@fep.up.pt>
13379
13380         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
13381         by OnlyPath.
13382
13383 2001-02-11  José Matos  <jamatos@fep.up.pt>
13384
13385         * buffer.C (makeDocBookFile): command styles now have a parameter as
13386         "title" by default.
13387
13388 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
13389
13390         * layout_forms.[Ch]: removed
13391         * lyx_cb.[Ch]: out character
13392         * lyx_gui.C: out character
13393         * lyx_gui_misc.C: out character
13394         * bufferview_funcs.C: : out character,
13395         added toggleall as parameter in ToggleAndShow
13396
13397 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
13398
13399         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
13400
13401         * text2.C (SetCurrentFont): Disable number property at boundary.
13402
13403 2001-02-26  Juergen Vigna  <jug@sad.it>
13404
13405         * lyxfunc.C (getStatus): added a string argument override function so
13406         that this is correctly called from LyXFunc::Dispatch if it contains a
13407         do_not_use_argument which is used!
13408         (Dispatch): added check for "custom" export and call appropriate func.
13409
13410 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
13411
13412         * lyxrc.C: Add language_command_local, language_use_babel and
13413         language_global_options.
13414
13415         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
13416
13417         * buffer.C (makeLaTeXFile): Use language_use_babel and
13418         language_global_options.
13419
13420 2001-02-23  Juergen Vigna  <jug@sad.it>
13421
13422         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
13423         which works with LyXText and putted it inside BufferView. Here now we
13424         only call for that part the BufferView::Dispatch() function.
13425
13426         * BufferView.C (Dispatch): added.
13427
13428         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
13429         functions which needs to use a LyXText over from LyXFunc.
13430         (MenuInsertLyXFile): added
13431         (getInsetByCode): added
13432         (moveCursorUpdate): added
13433         (static TEXT): added
13434
13435 2001-02-22  Juergen Vigna  <jug@sad.it>
13436
13437         * BufferView_pimpl.C (update): call a status update to see if LyXText
13438         needs it.
13439
13440 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13441
13442         * vc-backend.C (revert): implement for CVS
13443         (getLog): implement for CVS
13444
13445 2001-02-20  Juergen Vigna  <jug@sad.it>
13446
13447         * text2.C (ClearSelection): added BufferView param for inset_owner call
13448
13449         * lyxfunc.C (TEXT): added this function and use it instead of
13450         directly owner->view()-text of getLyXText().
13451
13452 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
13453
13454         * src/layout_forms.C: out preamble
13455         * src/layout_forms.h: out preamble
13456         * src/lyx_cb.C: out preamble
13457         * src/lyx_cb.h: out preamble
13458         * src/lyx_gui.C: out preamble
13459         * src/lyx_gui_misc.C: out preamble
13460         * src/lyxfunc.C: connect with guii preamble
13461
13462 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
13463
13464         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
13465
13466 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
13467
13468         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
13469         whether to run bibtex.
13470
13471 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
13472
13473         * Makefile.am (lyx_SOURCES): Remove BackStack.h
13474
13475 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13476
13477         * Makefile.am (lyx_SOURCES): removed bibforms.h
13478
13479         * vspace.h: doxygen
13480
13481         * text.C (GetVisibleRow): make several local vars const
13482
13483         * tabular.C: small cleanup.
13484
13485         * lyxserver.C (callback): use compare instead of strncmp
13486
13487         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
13488         inlines to after class or to paragraph.C
13489
13490         * lyxfont.h: remove friend operator!=
13491
13492         * converter.h: move friend bool operator< to non friend and after
13493         class def.
13494
13495         * combox.h: small cleanup
13496
13497         * buffer.h: doxygen, remove unused constructor, move inclas inlies
13498         to inlines after class def.
13499
13500         * buffer.C (pop_tag): use string operations instead of strcmp
13501
13502         * bmtable.c: doxygen, small cleanup
13503
13504         * LaTeX.h: remove friend operator==
13505
13506 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
13507
13508         * screen.C:
13509         * lyxrc.[Ch]:
13510         * lyxfunc.C:
13511         * lyxfont.[Ch]:
13512         * lyx_cb.C:
13513         * intl.[Ch]:
13514         * commandtags.h:
13515         * buffer.C:
13516         * WorkArea.[Ch]:
13517         * LyXAction.C:
13518         * BufferView_pimpl.C:
13519         * BufferView.[Ch]: remove cruft
13520
13521 2001-02-14  Juergen Vigna  <jug@sad.it>
13522
13523         * lyxfunc.C: removed #if 0 unused code
13524
13525         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
13526
13527         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
13528
13529         * text2.C (SetSelection): added a BufferView * parameter
13530
13531 2001-02-13  Juergen Vigna  <jug@sad.it>
13532
13533         * lyxfunc.C (Dispatch): fixed protected blank problem.
13534         * BufferView2.C (protectedBlank): added LyxText * parameter.
13535
13536         * tabular.C (AppendRow): forgot to set row_info of newly added row.
13537         (AppendColumn): same as above for column_info.
13538
13539         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
13540         (moveCursorUpdate): use a LyXText param for support of InsetText.
13541
13542         * BufferView_pimpl.C (doubleClick): added support for InsetText.
13543         (tripleClick): ditto
13544
13545         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
13546
13547         * BufferView_pimpl.C (update): added LyXText param to honor insets.
13548
13549         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
13550
13551         * text2.C (SetSelection): set correct update status if inset_owner
13552         (ToggleFree): ditto
13553
13554 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13555
13556         * tabular.C: remove some commented code.
13557
13558 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
13559
13560         * BufferView_pimpl.C: call hideSplash()
13561
13562         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
13563
13564         * include_form.h:
13565         * bibforms.h: remove
13566
13567         * lyxfunc.C:
13568         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13569           add LFUN_CHILD_CREATE
13570
13571         * counters.h: fix tiny typo
13572
13573         * lyx_cb.C:
13574         * lyx.h:
13575         * lyx_gui.C:
13576         * lyx.C: move splash to frontends/xforms/
13577
13578         * lyx_gui_misc.C: move Include and Bibform to frontends
13579
13580         * lyxvc.h: clarify comment
13581
13582         * vspace.C: tiny housekeeping
13583
13584 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13585
13586         * text.C (PrepareToPrint): RTL Fix.
13587
13588         * paragraph.C (GetUChar): New method.
13589         (String):  Use GetUChar.
13590
13591         * buffer.C (asciiParagraph): Use GetUChar.
13592
13593 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13594
13595         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13596
13597 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13598
13599         * buffer.h:
13600         * buffer.C: rename to getLogName(), handle
13601           build log / latex log nicely
13602
13603 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13604
13605         * MenuBackend.C:
13606         * MenuBackend.h: remove support for reference menuitem type.
13607
13608 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13609
13610         * BufferView_pimpl.C: housekeeping
13611         * BufferView_pimpl.h:
13612         * LyXView.h:
13613         * Makefile.am:
13614         * Timeout.C:
13615         * Timeout.h:
13616         * minibuffer.h: move Timeout GUI-I
13617
13618 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13619
13620         * lyxrc.C (read): Update converters data-structures.
13621
13622 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13623
13624         * LaTeX.h (operator!=): add operator != for Aux_Info
13625
13626 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13627
13628         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13629
13630         * LaTeXLog.C: deleted, useful code moved to Buffer
13631
13632         * buffer.h:
13633         * buffer.C: new function getLatexLogName()
13634
13635         * lyx_gui_misc.C:
13636         * lyx_gui.C:
13637         * lyxvc.C:
13638         * lyxvc.h:
13639         * lyxfunc.C: use frontends for LaTeX and VC logs
13640
13641 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13642
13643         * LaTeX.h: yet another std:: that Allan forgot.
13644
13645         * Variables.C (set): renamed from isset(), because this clashes
13646         with some HP-UX macros (grr).
13647
13648 2001-02-06  Allan Rae  <rae@lyx.org>
13649
13650         * LaTeX.h: Another bug fix.  Missing std:: this time.
13651
13652 2001-02-04  Allan Rae  <rae@lyx.org>
13653
13654         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13655         floats problem. I've left it commented out because it's not quite
13656         correct.  It should also test that the current object is a table or
13657         figure inset.  But I haven't gotten around to figuring out how to do
13658         that.  I *think* it'll be something like: "table" == inset.type()
13659
13660         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13661         bool.
13662
13663 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13664
13665         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13666         all the citation/databases/styles in the auxilary file.
13667         (run): Rerun latex if there was a babel language error.
13668
13669 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13670
13671         * text.C (Backspace): Preserve the font when changing newline char
13672         with a space.
13673         (BreakParagraph): If the cursor is before a space, delete the space.
13674
13675         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13676
13677 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13678
13679         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13680         new argument (code).
13681         (ChangeCitationsIfUnique): New method.
13682
13683         * paragraph.C (GetPositionOfInset): Handle bibkey.
13684
13685 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13686
13687         * BufferView_pimpl.h: change type of Position::par_pos to
13688         LyXParagraph::size_type.
13689
13690 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13691
13692         * BufferView_pimpl.C (savePosition, restorePosition): Write
13693         messages to minibuffer.
13694
13695 2001-01-28  José Matos  <jamatos@fep.up.pt>
13696
13697         * buffer.C (makeDocBookFile): adds support for document language.
13698         A silly restriction on the name of LatexCommand types where removed.
13699         Added support for CDATA sections, allows to chars unescaped, used
13700         among others in code, to avoid escape < and >.
13701
13702 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13703
13704         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13705         saved positions instrad of a stack. Furthermore, a position is
13706         stored using paragraph id/paragraph position.
13707
13708         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13709         Remove LFUN_REF_BACK.
13710
13711 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13712
13713         * converter.C (dvipdfm_options): New method.
13714
13715 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13716
13717         * vspace.C (isValidLength): Fix for empty input string.
13718
13719 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13720
13721         * LyXAction.C (init): change description of LFUN_FIGURE to
13722         "Insert Graphics"
13723
13724 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13725
13726         * LaTeX.C: add using directive
13727
13728 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13729
13730         * MenuBackend.C (expand): Fix the sorting of the formats.
13731
13732 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13733
13734         * lyx_main.C: tiny error message fix
13735
13736 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13737
13738         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13739         calling fl_initialize(). This fixes the problem with ',' as
13740         decimal separator in text files.
13741
13742 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13743
13744         * trans.C (process): Fix the keymap bug.
13745
13746 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13747
13748         * LaTeX.C (scanAuxFiles): New method. Provides support for
13749         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13750         (scanLogFile) Scan for "run BibTeX" messages.
13751
13752         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13753         OT1 font encoding. Also, load the aecompl package if the ae
13754         package is loaded.
13755
13756         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13757
13758 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13759
13760         * texrow.C (increasePos): turn two error messages into debug
13761         messages.
13762
13763 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13764
13765         * LaTeX.C (scanAux): Handle the \@input macro.
13766         (runBibTeX): Use scanAux().
13767
13768         * language.C (latex_options_): New field.
13769
13770         * LaTeXFeatures.C (getMacros): Add language macros.
13771
13772         * buffer.C (makeLaTeXFile): Small fix.
13773
13774 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13775
13776         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13777
13778         * text2.C: add a using directive.
13779
13780 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13781
13782         * BufferView2.C:
13783         * lyx_gui_misc.h:
13784         * lyxfr1.C:
13785         * lyxfunc.C: kill LyXBell.
13786
13787 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13788
13789         * text.C (IsBoundary): Remove the error message
13790
13791         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13792
13793         * lyxrc.C (setDefaults): Correct initialization value for
13794         font_norm_type.
13795
13796 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13797
13798         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13799         gotoError().
13800
13801         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13802         and GotoNextNote().
13803
13804         * src/LyXAction.C: Added reference-next.
13805
13806         * text.C (InsertChar): Use contains instead of strchr.
13807
13808         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13809
13810 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13811
13812         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13813         alignment commands (when needed).
13814
13815         * text.C (InsertChar): Add ':' to number separator chars.