]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
move FontIterator to own files
[lyx.git] / src / ChangeLog
1 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2
3         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here 
4
5 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
6
7         * lyxtext.h: add FontIterator class 
8
9         * text.C (FontIterator, operator*, operator->, operator++): add
10         (rowBreakPoint, setRowWidth): adjust (fixing a
11         rebreaking bug)
12
13 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
14
15         * BufferView_pimpl.C (workAreaDispatch): allow also
16         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
17
18 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
19
20         * text.C (rowBreakPoint): fix a bug showing with very large insets
21
22 2004-02-25  André Pönitz  <poenitz@gmx.net>
23
24         * text3.C:
25         * cursor.[Ch]: move some mathed specific code to mathed
26
27 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
28
29         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
30         use_tempdir in preferences
31         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
32         tempfile creation
33         * lyx_main.C: ensure that tempdir is valid
34         * lyxlex.h: correct typo
35         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
36         * paragraph.[Ch] (isMultiLingual): make const
37         * cursor.[Ch] (openable): make const
38
39 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
40
41         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
42
43 2004-02-20  André Pönitz  <poenitz@gmx.net>
44
45         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
46
47         * cursor.[Ch]: prepare for localized getStatus()
48
49         * lyxtext.h:
50         * tabular.C:
51         * text.C:
52         * text2.C:
53         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
54
55 2004-02-20  André Pönitz  <poenitz@gmx.net>
56
57         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
58
59 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
60
61         * text2.C (setCursorFromCoordinates): switch to absolute coords
62         (cursorUp): adjust
63         (cursorDown): adjust
64         * text3.C (dispatch): adjust
65
66 2004-02-16  André Pönitz  <poenitz@gmx.net>
67
68         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
69           insets/ChangeLog)
70
71         * cursor_slice.[Ch]: remove unneeded acessor function
72
73         * lyxtext.h: rename rtl() to isRTL()
74
75         * rowpainter.C:
76         * tabular.C:
77         * text.C:
78         * text2.C:
79         * text3.C: adjust
80
81 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
82
83         * rowpainter.C (paintSelection): coord fix
84
85 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
86
87         * Spacing.C: compile fix
88
89 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
90
91         * cursor.C (dispatch): restore current_ before returning
92
93 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
94
95         * text2.C (cursorUp, cursorDown): fix coords
96         (moveUp): fix crash
97
98 2004-02-12  André Pönitz  <poenitz@gmx.net>
99
100         * lyxtext.h:
101         * text.C:
102         * text2.C:
103         * text3.C: add LCursor & parameter to most cursor movement functions
104           remove usage of LyXText::cursorRow() and cursorPar()
105
106         * cursor.[Ch]: add textRow() needed members
107
108         * BufferView.C:
109         * BufferView_pimpl.C:
110         * paragraph.[Ch]:
111         * BufferView.C:
112         * BufferView_pimpl.C: adjust
113
114 2004-02-11  André Pönitz  <poenitz@gmx.net>
115
116         * lyxfunc.C:
117         * BufferView.[Ch]:
118         * BufferView_pimpl.C: shift undo/redo handling
119
120         * cursor.[Ch]: fix mathed crash
121
122         * lyxfind.C:
123         * lyxtext.h: move selectionAsText to LCursor
124
125         * output_latex.C:
126         * paragraph.C:
127         * text.C:
128         * text2.C:
129         * text3.C: adjust
130
131         * rowpainter.C: fix excessive drawing
132
133 2004-02-06  André Pönitz  <poenitz@gmx.net>
134
135         * BufferView.[Ch]:
136         * BufferView_pimpl.[Ch]:
137         * text3.C: move some text specific LFUN handling
138
139 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
140
141         * text3.C (checkInsetHit): adjust coords
142         * text2.C (getColumnNearX): adjust coords
143         (edit): adjust coords
144         * text.C (getRowNearY): add two asserts
145
146 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
147
148         * converter.C:
149         * format.C: add using std::distance to compile on gcc 2.95/stlport
150
151 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
152
153         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
154
155 2004-02-04  André Pönitz  <poenitz@gmx.net>
156
157         * BufferView.[Ch] (insertInset):
158         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value 
159
160         * text2.C:
161         * text3.C: adjust
162
163 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
164
165         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch 
166         on the default clause of the switch
167         * lyxfunc.C (dispatch): call BufferView::dispatch if the event 
168         wasn't catched by LCursor::dispatch
169
170 2004-02-03  André Pönitz  <poenitz@gmx.net>
171
172         * BufferView.C:
173         * cursor.[Ch]: some additional asserts
174
175         * undo.[Ch]: remove LyXText dependency in interface
176
177         * lyxfunc.C: adjust
178
179         * lyxtext.h (firstPar, lastPar): remove dead functions 
180
181         * text.C:
182         * text2.C:
183         * text3.C:
184         * paragraph.[Ch]: adjust
185
186 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
187
188         * lyxfind.C (find): fix argument order in call to ::find
189
190 2004-02-02  André Pönitz  <poenitz@gmx.net>
191
192         * cursor.[Ch]: remove direct access to anchor
193
194         * text.C: remove findText() hack
195
196 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
197
198         * iterators.[Ch] (lockPath): remove in favour of...
199         * BufferView.[Ch] (setCursor): this addition
200         * BufferView.C (putSelectionAt): adjust
201         * undo.C (performUndoOrRedo): adjust
202         * lyxfunc.C (dispatch): adjust
203
204 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
205
206         * iterators.C (lockPath): add a missing slice
207         * undo.C (performUndoOrRedo): remove redundant positioning code
208
209 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
210
211         * vc-backend.C (scanMaster): ";" -> ';'
212
213 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
214
215         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
216         std::binary_function
217
218         * lyxtextclass.C (compare_name): rename to...
219         (LayoutNamesEqual): ...this
220
221         * lyxlex_pimpl.C (compare_tags): inherit from
222         std::binary_function, put back into anon namespace
223
224         * lyxfind.C (MatchString): inherig from std::binary_function
225         (findChange): use empty() istead of !size()
226
227         * format.C (FormatNamesEqual): new functor
228         (getFormat): use it
229         (getNumber): use it
230         (add): use it
231         (erase): use it
232         (setViewer): use it
233
234         * converter.C (compare_Converter): rename to...
235         (ConverterEqual): ...this, and fixup a bit.
236         (getConverter): use it, and make function const
237         (getNumber): use it, and make function const
238         (add): use it
239         (erase): use it:
240
241         * bufferlist.C: add using boost::bind
242
243         * MenuBackend.C (MenuNamesEqual): new functor
244         (hasMenu): use it, and make function const
245         (hasSubmenu): use nested bind to get rid of compare_memfun.
246
247 2004-01-30  André Pönitz  <poenitz@gmx.net>
248
249         * BufferView_pimpl.C:
250         * cursor.C:
251         * cursor.h:
252         * cursor_slice.[Ch]:
253         * lyxfunc.C:
254         * lyxtext.h:
255         * paragraph_funcs.C:
256         * paragraph_funcs.h:
257         * rowpainter.C:
258         * text.C:
259         * text2.C:
260         * text3.C: move some of the edit(x,y) handling to the insets
261         some coordinate changes.
262
263 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
264
265         * text.C: add using statements for std::advance and std::distance
266
267         * paragraph.C: add using statement for std::distance
268
269         * lyxfind.C: add using statement for std::advance
270
271         * cursor.C (region): remove std:: from swap
272         (openable): use nucleus in stead of operator->
273
274         * BufferView.C: add using statements for std::distance and std::swap
275
276 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
277
278         * iterators.C: Remove the pimple, move the needed structures to
279         the header file. Create accessor for the positions stack.
280         (asPosIterator): remove function
281
282         * PosIterator.C (PosIterator): move constructors to top of file
283         (PosIterator): reimplement the constructor taking a ParIterator in
284         terms of setFrom.
285         (setFrom): new function
286         (operator!=): inline it
287
288 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
289
290         * lyxfind.C (replaceAll): use std::advance
291
292         * iterators.h: inherit from std::iterator.
293
294         * PosIterator.C (advance, distance): remove
295         * PosIterator.h: interit from std::iterator.
296
297 2004-01-26  André Pönitz  <poenitz@gmx.net>
298
299         * BufferView.[Ch]:
300         * BufferView_pimpl.[Ch]:
301         * InsetList.[Ch]:
302         * PosIterator.[Ch]:
303         * buffer.h:
304         * bufferview_funcs.C:
305         * cursor.[Ch]:
306         * cursor_slice.h:
307         * factory.[Ch]:
308         * iterators.[Ch]:
309         * lyxfind.C:
310         * lyxfunc.C:
311         * lyxtext.h:
312         * output_docbook.C:
313         * output_latex.C:
314         * output_linuxdoc.C:
315         * output_plaintext.C:
316         * paragraph.[Ch]:
317         * paragraph_funcs.[Ch]:
318         * paragraph_pimpl.[Ch]:
319         * rowpainter.C:
320         * tabular.C:
321         * tabular.h:
322         * text.C:
323         * text2.C:
324         * text3.C: more IU:  dumps most of the rest of the mathcursor
325     implementation into cursor.[Ch]; "globalize" a bit of it.
326
327 2004-01-25  Angus Leeming  <leeming@lyx.org>
328
329         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
330
331 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
332
333         * LaTeXFeatures.h: add nice_ and nice() const
334         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
335
336 2004-01-20  André Pönitz  <poenitz@gmx.net>
337
338         * BufferView.[Ch]:
339         * BufferView_pimpl.C:
340         * PosIterator.C:
341         * bufferview_funcs.C:
342         * cursor.[Ch]:
343         * cursor_slice.[Ch]:
344         * factory.C:
345         * iterators.C:
346         * lyx_cb.C:
347         * lyxfind.C:
348         * lyxfunc.C:
349         * lyxtext.h:
350         * rowpainter.C:
351         * text.C:
352         * text2.C:
353         * text3.C:
354         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
355           LCursor and mathcursor parts to LCursor and InsetBase.
356
357 2004-01-15  André Pönitz  <poenitz@gmx.net>
358
359         * cursor_slice.[Ch]: add a few covienience functions
360
361         * funcrequest.[Ch]: remove BufferView * member
362
363         * BufferView_pimpl.C:
364         * cursor.C:
365         * factory.[Ch]:
366         * lyxfind.[Ch]:
367         * lyxfunc.C:
368         * lyxtext.h:
369         * text3.C:
370         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
371
372 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
373
374         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
375         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
376
377 2004-01-13  André Pönitz  <poenitz@gmx.net>
378
379         * textcursor.[Ch]:
380         * lyxtext.h: hide cursor and selection anchor behind accessor function
381
382         * BufferView.C:
383         * BufferView_pimpl.[Ch]:
384         * PosIterator.C:
385         * bufferview_funcs.C:
386         * cursor.h:
387         * lyxfind.C:
388         * lyxfunc.C:
389         * text.C:
390         * text2.C:
391         * text3.C:
392         * undo.C: adjust
393
394         * cursor.h:
395         * cursor_slice.[Ch]: some integer type changes for inset unification
396
397         * lyxcursor.[hC]: remove, it's CursorSlice now.
398
399         * Makefile.am:
400         * BufferView_pimpl.[Ch]:
401         * bufferview_funcs.C:
402         * cursor_slice.C:
403         * lyxtext.h:
404         * text.C:
405         * text2.C:
406         * text3.C:
407         * textcursor.[Ch]: adjust
408
409 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
410
411         * text2.C (undoSpan): add and use
412         * text.C (breakParagraph): use undoSpan (fix bug 578)
413         * lyxtext.h: adjust
414
415 2004-01-08  Angus Leeming  <leeming@lyx.org>
416
417         * BufferView_pimpl.C (MenuInsertLyXFile):
418         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
419         * lyxfunc.C (menuNew, open, doImport):
420         FileFilterList change to the FileDialog open and save functions.
421
422 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
423
424         * ShareContainer.h: make isEqual and isUnique adaptable
425
426         * CutAndPaste.C: make resetOwnerAndChanges adaptable
427
428 2004-01-07  Angus Leeming  <leeming@lyx.org>
429
430         * LyXAction.C:
431         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
432
433         * BufferView_pimpl.C (dispatch): act on these LFUNs.
434
435         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
436         functions replacing find, replace and replaceAll.
437
438         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
439         LFUN_WORDFIND(FORWARD|BACKWARD).
440
441 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
442
443         * text.C (breakParagraph): remove an outdated #warning
444
445 2004-01-07  André Pönitz  <poenitz@gmx.net>
446
447         * lyxfind.C: somewhat clearer logic
448
449         * text.C: prevent crash in cursorX on unitialized row cache
450
451 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
452
453         * lyxcursor.[Ch] (operator>): add
454         * textcursor.C (selStart, selEnd): use std::min and std::max
455
456 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
457
458         * Chktex.C: include boost/format.hpp
459
460 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
461
462         * InsetList.C: replace functor MathcIt with adaptable functor
463         InsetTablePosLess
464         (insetIterator): modify accordingly
465
466         * BranchList.h: move the BranchNamesEqual functor here from...
467         * BranchList.C: ... to here
468
469         * BranchList.C: new BranchListEqual fuctor, use it. Remove
470         SameName and match.
471         (add): replace a finding loop with std::find_if.
472
473 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
474
475         * output_docbook.C: moving LatexParam functionality into
476         .layout files
477
478 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
479
480         * buffer.C: increment format to 229.
481
482 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
483
484         * LaTeXFeatures.C:
485         * lyx_sty.[Ch]: remove minipageindent_def
486
487         * LyXAction.C:
488         * factory.C:
489         * lfuns.h:
490         * lyxfunc.C:
491         * text3.C: remove LFUN_INSET_MINIPAGE
492
493 2003-12-28  Angus Leeming  <leeming@lyx.org>
494
495         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
496
497 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
498
499         * text2.C (setParagraph): fix off-by-one crash
500
501 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
502
503         * output_docbook.C: header stuff for AGU
504
505 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
506
507         * text2.C (redoCursor): remove
508         * text.C:
509         * text3.C:
510         * BufferView_pimpl.C: remove calls to redoCursor and
511         setCursor(cursor.par(), cursor.pos()) all around
512
513 2003-12-15  Angus Leeming  <leeming@lyx.org>
514
515         * buffer.C: up the format to 228.
516
517 2003-12-15  André Pönitz  <poenitz@gmx.net>
518
519         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
520         slices
521
522         * Makefile.am:
523
524         * BufferView_pimpl.C:
525         * cursor.[Ch]:
526         * lyxcursor.[Ch]:
527         * rowpainter.[Ch]:
528         * lyxtext.h:
529         * text.C:
530         * text2.C:
531         * text3.C: adjust
532
533 2003-12-15  Angus Leeming  <leeming@lyx.org>
534
535         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
536         than getFromGUIName to manipulate the color.
537
538 2003-12-14  Angus Leeming  <leeming@lyx.org>
539
540         * BranchList.[Ch]: minimize the API.
541         (Branch::getBranch, getColor): now return a 'const &'.
542         (Branch::setSelected) now returns a bool set to true if the
543         selection status changes.
544         (BranchList::clear, size, getColor, setColor, setSelected,
545         allBranches, allSelected, separator): removed.
546         (BranchList::find): new functions, returning the Branch with
547         the given name.
548         (BranchList::add, remove): return a bool indicating that
549         the operation was successful.
550
551         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
552         new InsetBranch::isBranchSlected member function.
553
554         * LColor.[Ch]: mimimize the API.
555         (fill): renamed as addColor and made private.
556         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
557         versions of these functions taking a string arg have been removed.
558
559         * bufferparams.C (readToken):
560         * lyxfunc.C (dispatch):
561         * lyxrc.C (read): changes due to the altered BranchList and
562         LColor APIs.
563
564         * factory.C (createInset, readInset): changes due to altered
565         InsetBranch c-tor.
566
567 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
568
569         * factory.C:
570         * lyxfunc.C: remove insetminipage. "minipage-insert"
571         now produces a frameless minipage box inset.
572
573 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
574
575         * textcursor.[Ch] (selStart,selEnd): add new methods
576         remove selection::start, end, use LyXCursor::operator<
577         * lyxcursor.[Ch] (operator<): add
578         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
579         * BufferView.[Ch] (unsetXSel): add
580         * text2.C (clearSelection): use unsetXSel,adjust
581         * text.C: adjust
582         * text3.C: adjust
583         * rowpainter.C: adjust
584         * bufferview_funcs.C (put_selection_at): adjust
585
586 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
587
588         * BufferView_pimpl.C: small coord. correction
589
590 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
591
592         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
593         dragging over the splash screen.
594
595 2003-12-11  Angus Leeming  <leeming@lyx.org>
596
597         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
598         as it is now handled in LyXText::dispatch.
599
600         * text3.C (doInsertInset): remove a level of nesting.
601
602 2003-12-11  Angus Leeming  <leeming@lyx.org>
603
604         * factory.C (createInset): changes due to the changed interface to
605         InsetCommandMailer::string2params.
606
607 2003-12-10  Angus Leeming  <leeming@lyx.org>
608
609         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
610         'dialog-show-new-inset <inset name>'
611
612 2003-12-10  Angus Leeming  <leeming@lyx.org>
613
614         * buffer.C: up the format to 227.
615
616         * factory.C: the box inset is now identified simply by 'Box'.
617
618 2003-12-10  Angus Leeming  <leeming@lyx.org>
619
620         * buffer.C: up the format to 226.
621
622         * factory.C: the note inset is now identified simply by 'Note'.
623
624 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
625
626         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
627         when a pit is enough. Standarize a couple of loops.
628
629 2003-12-05  Angus Leeming  <leeming@lyx.org>
630
631         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
632         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
633         data to the re-worked "log" dialog.
634
635 2003-12-03  André Pönitz  <poenitz@gmx.net>
636
637         * PosIterator.C:
638         * iterators.C:
639         * lyxtext.h:
640         * output_latex.C:
641         * paragraph_funcs.C:
642         * text.C:
643         * text2.C: use Inset::getText instead of Inset::getParagraph
644
645 2003-12-03  André Pönitz  <poenitz@gmx.net>
646
647         * buffer.[Ch]:
648         * lyxtext.h:
649         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
650         InsetText::read() as LyXText::read()
651
652 2003-12-02  Angus Leeming  <leeming@lyx.org>
653
654         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
655         type. Add a comment in the implementation that the function uses
656         the stream's bad() function rather than fail() as the std::streams
657         would do.
658
659 2003-12-02  André Pönitz  <poenitz@gmx.net>
660
661         * lyxlex.[Ch]: make interface more similar to std::stream
662
663         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
664
665 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
666
667         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
668
669 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
670
671         * vspace.[Ch]: remove VSpace::NONE
672
673 2003-12-01  André Pönitz  <poenitz@gmx.net>
674
675         * buffer.[Ch]:
676         * lyxtext.h: move ParagraphList member to LyXText
677         rename LyXText::ownerParagraphs to LyXText::paragraph
678
679         * CutAndPaste.C:
680         * bufferview_funcs.C:
681         * iterators.[Ch]:
682         * lyx_cb.C:
683         * paragraph.C:
684         * rowpainter.C:
685         * tabular.C:
686         * text.C:
687         * text2.C:
688         * text3.C: adjust
689
690         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
691
692         * undo.C: fix cursor positioning
693
694 2003-12-01  John Levon  <levon@movementarian.org>
695
696         * BufferView_pimpl.C: fix a crash on exit with
697         a buffer open
698
699 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
700
701         * BranchList.C: fix setSelected() method.
702
703 2003-11-28  André Pönitz  <poenitz@gmx.net>
704
705         * ParagraphParameters.[Ch]:
706         * ParameterStruct.h: remove space above/below from Paragraph to
707          InsetVSpace
708
709         * BufferView_pimpl.C:
710         * factory.C:
711         * lyxfunc.C:
712         * lyxtext.h:
713         * output_latex.C:
714         * paragraph.C:
715         * paragraph_funcs.C:
716         * rowpainter.[Ch]:
717         * text.C:
718         * text2.C:
719         * text3.C: adjust
720
721 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
722
723         * factory.C: Syntax change for CharStyles
724
725 2003-11-28  André Pönitz  <poenitz@gmx.net>
726
727         * BufferView.[Ch]:
728         * BufferView.[Ch]:
729         * buffer.[Ch]:
730         * buffer.[Ch]: move LyXText member
731
732 2003-11-28  André Pönitz  <poenitz@gmx.net>
733
734         * BufferView.[Ch]: make LyXText * text a private member
735
736         * BufferView_pimpl.C:
737         * cursor.C:
738         * iterators.C:
739         * lyx_cb.C:
740         * lyxfind.C:
741         * lyxtext.h:
742         * rowpainter.[Ch]:
743         * text.C:
744         * text2.C:
745         * undo.C: adjust
746
747         * output_plaintext.C: cleanup
748
749 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
750
751         * buffer.C:
752         * lyxtextclass.[Ch]: parametrize SGML document header
753
754 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
755
756         * converter.[Ch]:
757         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
758         getFlavor().
759
760 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
761
762         * text2.C (setFont): rework using PosIterator (no more recursive)
763         (setCharFont): no more needed
764         (setLayout): no more selection cursors fiddling (done by redoCursor)
765         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
766         destroy remaining ones)
767
768 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
769
770         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
771         * lyxtext.h: ditto
772         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
773         selection cursors
774         * lyxfunc.C: adjust
775         * text3.C: adjust + re-allow multi par depth changes
776         * textcursor.C: simplify a bit
777
778 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
779
780         * src/buffer.C:
781         * src/lyxlayout.C:
782         * src/lyxlayout.h:
783         * src/lyxtext.h:
784         * src/output_docbook.C:
785         * src/output_latex.C:
786         * src/paragraph.C:
787         * src/paragraph.h:
788         * src/sgml.C:
789         * src/sgml.h:
790         * src/text2.C: Introducing a number of tags parametrizing various
791         XML formats that we may want to support
792
793 2003-11-25  André Pönitz  <poenitz@gmx.net>
794
795         * InsetList.[Ch] (begein, end): inline as suggested by profiler
796
797         * lyxtext.h (leftMargin/rightMargin): simplify interface
798
799         * rowpainter.C:
800         * text.C:
801         * text2.C:
802         * text3.C: adjust
803
804 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
805
806         * lyxfunc.C (dispatch): propogate the bibtex databases from the
807         master file to any child files. Fixes bug 546.
808
809 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
810
811         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
812
813 2003-11-24  André Pönitz  <poenitz@gmx.net>
814
815         * rowpainter.C: simplification
816
817         * text2.C (updateCounters): remove call to redoParagraph on
818         changed labels as this is far too expensive.
819
820 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
821
822         * converter.C (convert): fix a crash: this function gets
823         called with buffer == 0 from importer code.
824
825 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
826
827         * text3.C (cursorPrevious): make sure that we do not compare
828         iterators form different containers.
829         (cursorNext): ditto
830
831         * rowpainter.C (paintSelection): make sure that we do not compare
832         iterators from different containers.
833
834         * text3.C (dispatch): [PRIOR] make sure that we do not compare
835         iterators from different ParagraphList containers.
836         [NEXT] ditto
837
838         * text2.C (LyXText): change order of initialization slightly
839         (operator=): new function. copy all variables except cache_par_
840         (moveUp): make sure that we do not compare iterators from
841         different ParagraphList constainers.
842         (moveDown): ditto
843
844         * text.C (firstPar): new function
845         (lastPar): new function
846         (endPar): new function
847
848         * lyxtext.h: move things around and group public functions, public
849         variables, private functions, private variables
850
851 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
852
853         * factory.C: change call to InsetERT constructor to avoid
854         additional invocation of method status
855         * text2.C (toggleInset): remove redundant update() call
856         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
857         instead of a Bufferview pointer
858
859 2003-11-21  André Pönitz  <poenitz@gmx.net>
860
861         * rowpainter.C: simplification
862
863 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
864
865         * text3.C (dispatch): make possible to extend a word/row selection
866         with the mouse
867
868 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
869
870         * lyxtext.h: x0_,y0_ -> xo_,yo_
871         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
872         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
873         * rowpainter.C (paintRows): paint full paragraphs
874
875 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
876
877         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
878         screen coordinates)
879
880 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
881
882         * lyxtext.h: add x0_, y0_
883         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
884         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
885
886 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
887
888         * text2.C (setCursorIntern): move the x_target update here *
889         * text3.C: change some bv() to true/false in calls to
890         cursorUp/Down/Right/Left
891         * cursor.C: use helper function.
892
893 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
894
895         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
896         * paragraph_funcs.[Ch]: correct comment
897         * rowpainter.C: do not paint selections away from bv->cursor()
898         Fix a long standing selection painting bug.
899         * text3.C: generalize mouse-selection code to LyXTexts other that
900         top one
901         * textcursor.C: do not use y coords if we can use par offsets
902
903 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
904
905         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
906         cursor position after e.g. inset insert)
907
908 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
909
910         * lyxfind.C (replace): adjust to locking removal + some
911         code simplification
912
913 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
914
915         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
916         of the path
917
918 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
919
920         * lyxlayout.[Ch]:
921         * output_docbook.C: XML sanitation: new layout
922         parameters InnerTag and CommandDepth
923
924 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
925
926         * BufferView_pimpl.C:
927         * factory.C:
928         * text3.C: Fix the insertion and modification of button-style
929         insets
930
931 2003-11-13  André Pönitz  <poenitz@gmx.net>
932
933         * InsetList.[Ch]: remove deleteLyXText
934
935         * paragraph.[Ch]: cache beginOfBody position
936
937         * Bidi.C:
938         * text.C:
939         * text2.C:
940         * text3.C: remove superfluous update() calls
941
942         * vspace.C: cleanup
943
944 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
945
946         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
947         * BufferView.C (fitLockedInsetCursor): remove
948         * cursor.[Ch] (getDim): add
949         * text.C (getRowNearY): add faster version
950         * text3.C: remove some update calls
951
952 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
953
954         * LaTeXFeatures.C:
955         * LyXAction.C:
956         * MenuBackend.C:
957         * MenuBackend.h:
958         * dispatchresult.h:
959         * factory.C:
960         * lfuns.h:
961         * lyxfunc.C:
962         * lyxtextclass.C:
963         * lyxtextclass.h:
964         * text3.C: The Character Style /XML short element patch.
965
966 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
967
968         * text3.C:
969         * factory.C: Small step to solving 'unable to insert some insets'
970         problem
971
972 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
973
974         * cursor.[Ch] (updatePos): new function for updating the y
975         position of the tip inset
976         * bufferview_funcs.C (put_selection_at):
977         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
978
979 2003-11-11  André Pönitz  <poenitz@gmx.net>
980
981         * text.C: remove big comment on invalid Paragraph pointers as it is
982         not valid anymore
983
984 2003-11-11  André Pönitz  <poenitz@gmx.net>
985
986         * text_funcs.[Ch]: merge with ...
987
988         * text.C: ... this
989
990         * lyxtext.h:
991         * text2.C:
992         * text3.C: adjust
993
994         * Makefile.am: remove text_funcs.[Ch]
995
996 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
997
998         * cursor.C (getPos): return absolute cached y coord
999
1000         * BufferView_pimpl.C (fitCursor): new simplistic code
1001         (workAreaDispatch): add a fitCursor call
1002
1003 2003-11-10  André Pönitz  <poenitz@gmx.net>
1004
1005         * BufferView.[Ch]:
1006         * BufferView_pimpl.[Ch]: merge update() and updateInset()
1007
1008 2003-11-10  André Pönitz  <poenitz@gmx.net>
1009
1010         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
1011         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
1012         indicate that the cursor needs to leave an inset
1013
1014         * lyxtext.h: remove inset locking
1015
1016         * cursor.[Ch]: re-implement functionality provided by inset locking
1017
1018         * BufferView.[Ch]:
1019         * BufferView_pimpl.[Ch]:
1020         * LyXAction.C:
1021         * bufferview_funcs.[Ch]:
1022         * factory.C:
1023         * funcrequest.[Ch]:
1024         * iterators.C:
1025         * lyx_cb.C:
1026         * lyxfind.C:
1027         * lyxfunc.C:
1028         * text.C:
1029         * text2.C:
1030         * text3.C:
1031         * undo.C: adjust
1032
1033 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1034
1035         * PosIterator.[Ch]: replace the stack with a vector, add inset
1036         accesor
1037         * iterators.[C]: adjust
1038
1039 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1040
1041         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1042         replaced
1043         * paragraph_funcs.C (readParToken): put the correct id in the
1044         error item, not the id of the top paragraph
1045
1046 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1047
1048         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1049         * bufferview_funcs.C (put_selection_at): use the above
1050
1051 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1052
1053         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1054
1055 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1056
1057         * output_linuxdoc.h:
1058         * output_plaintext.h:
1059         * output.h:
1060         * output_docbook.h: add #include statements
1061
1062 2003-11-05  José Matos  <jamatos@lyx.org>
1063
1064         * output_docbook.[Ch]:
1065         * output_latex.[Ch]:
1066         * output_linuxdoc.[Ch]:
1067         * output_plaintext.[Ch]: New files for output formats.
1068         * output.[Ch]: New file for helper functions.
1069
1070         * buffer.[Ch]:
1071         * paragraph_funcs.[Ch]: output functions moved to new files.
1072
1073         * outputparams.h: rename of latexrunparams.h
1074
1075         * LaTeX.[Ch]:
1076         * buffer.[Ch]:
1077         * bufferlist.[Ch]:
1078         * converter.[Ch]:
1079         * exporter.C:
1080         * paragraph.[Ch]:
1081         * paragraph_funcs.[Ch]:
1082         * paragraph_pimpl.[Ch]:
1083         * tabular.[Ch]: rename ascii to plaintext
1084         and LatexRunParams to OutputParams.
1085
1086 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1087
1088         * iterators.[Ch] (text): require bv argument
1089         * undo.C (recordUndo):
1090         * lyxfunc.C (dispatch):
1091         * bufferview_funcs.C (put_selection_at): adjust
1092
1093 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1094
1095         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1096
1097 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1098
1099         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1100         nestings
1101
1102 2003-11-04  André Pönitz  <poenitz@gmx.net>
1103
1104         * cursor.[Ch]: restructure
1105
1106         * BufferView.[Ch]:
1107         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1108
1109         * iterators.[Ch] (asCursor): remove
1110
1111         * lfuns.h: remove LFUN_INSET_EDIT
1112
1113         * lyxfunc.C:
1114         * tabular.C:
1115         * text.C:
1116         * text2.C:
1117         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1118
1119 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1120
1121         * lyxfind.[Ch]: complete overhaul
1122         * BufferView_pimpl.C:
1123         * lyxfunc.C: adjust
1124         * paragraph.[Ch] (insert): add
1125
1126 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1127
1128         * BufferView.[Ch]:
1129         * lyxtext.h:
1130         * text.C: remove dead spellcheck code
1131
1132 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1133
1134         * dispatchresult.h: add a val setter
1135
1136         * cursor.C (dispatch): use a tempvar for data_[i]
1137
1138 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1139
1140         * PosIterator.[Ch]: compile fix
1141
1142 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1143
1144         * text.C (cursorPar): deactivate the cursor cache
1145
1146 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1147
1148         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1149
1150 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1151
1152         * text3.C (dispatch): adjust for new DisptchResult semantics.
1153
1154         * lyxfunc.C (dispatch): handle update when return from
1155         Cursor::dispatch, adjust for new DispatchResult semantics.
1156
1157         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1158         DispatchResult(true) mean to not update. Add class functions for
1159         setting dispatched and update, as well as reading.
1160
1161         * cursor.C (dispatch): don't handle update here
1162
1163 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1164
1165         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1166         * trans_mgr.C: adjust
1167
1168         * paragraph_funcs.C (readParToken): exception safety
1169
1170         * lyxvc.h: store the vcs pointer in a scoped_ptr
1171         * lyxvc.C: adjust
1172
1173         * lyxsocket.C (serverCallback): exception safety
1174
1175         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1176
1177         * ispell.C (clone): make it return a auto_ptr
1178
1179         * factory.C (createInset): exception safety
1180         (readInset): exception safety
1181
1182         * bufferlist.C (newBuffer): exception safety
1183
1184         * Thesaurus.C (Thesaurus): use initialization for aik_
1185
1186         * MenuBackend.C (expandToc): exception safety.
1187
1188 2003-11-03  André Pönitz  <poenitz@gmx.net>
1189
1190         * buffer.C:
1191         * buffer.h:
1192         * bufferview_funcs.C: remove getInsetFromId()
1193
1194         * lyxcursor.[Ch]:
1195         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1196
1197         * lyxfunc.C:
1198         * text2.C:
1199         * text3.C: adjust
1200
1201 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1202
1203         * PosIterator.C (distance, advance): new
1204         * bufferview_funcs.[Ch] (put_selection_at): new
1205         * iterators.[Ch] (lockPath): new
1206
1207 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1208
1209         * iterators.[Ch] (asPosIterator): added
1210         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1211         * PosIterator.[Ch]: added
1212
1213 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1214
1215         * text3.C:
1216         * lyxfunc.C:
1217         * cursor.C (dispatch):
1218         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1219
1220         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1221         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1222         contructor, add a class function dispatched. Remove operator>=
1223
1224 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1225
1226         * debug.C: only use the default constructor for debugstream
1227         (lyxerr) here.
1228
1229         * main.C (main): include debug.h and setup the lyxerr streambuf
1230         here.
1231
1232 2003-10-31  José Matos  <jamatos@lyx.org>
1233
1234         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1235
1236         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1237         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1238         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1239         * paragraph_pimpl.C (simpleTeXSpecialC):
1240         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1241         add LatexRunParams argument.
1242
1243         * exporter.C (Export): change call accordingly.
1244
1245         * latexrunparams.h: add new member to take care of the other backends.
1246 2003-10-30  José Matos  <jamatos@lyx.org>
1247
1248         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1249         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1250         factorise code for paragraph output.
1251         * buffer.[Ch]:
1252         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1253         move functions.
1254
1255 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1256
1257         * text3.C (dispatch):
1258         * lyxfunc.C (dispatch):
1259         * cursor.C (dispatch):
1260         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1261
1262         * dispatchresult.h: make the dispatch_result_t ctor explicit
1263
1264 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1265
1266         * sgml.[Ch]:
1267         * buffer.C: small refactoring of docbook stuff
1268
1269 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1270
1271         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1272         meaning.
1273
1274 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1275
1276         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1277         operator dispatch_result_t, and operators for == != and >=
1278
1279         * cursor.C (dispatch): adjust for operator dispatch_result_t
1280         removal. comment out call to update
1281
1282         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1283
1284 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1285
1286         * text3.C:
1287         * text2.C:
1288         * text.C:
1289         * lyxtext.h:
1290         * lyxfunc.C:
1291         * cursor.C:
1292         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1293         (dispatch):
1294
1295         * dispatchresult.h: new file, DispatchResult broken out of
1296         insets/insetbase.h
1297
1298         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1299
1300 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1301
1302         * text.C (rowBreakPoint): put a hack inside #if 0
1303
1304 2003-10-28  André Pönitz  <poenitz@gmx.net>
1305
1306         * lyxtext.h:
1307         * metricsinfo.C:
1308         * paragraph_funcs.C:
1309         * rowpainter.C:
1310         * text.C:
1311         * text2.C: general cleanup (lots of small stuff)
1312
1313 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1314
1315         * text2.C (cursorEnd): simple fix to the "end key goes to one
1316         before the end on last row" bug
1317
1318 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1319
1320         * text.C (backspace): fix the "zombie characters"
1321
1322 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1323
1324         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1325
1326 2003-10-27  André Pönitz  <poenitz@gmx.net>
1327
1328         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1329
1330         * factory.C: handle new InsetPagebreak, InsetLine
1331
1332         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1333         and move handling into new InsetPagebreak, InsetLine
1334
1335         * BufferView_pimpl.C:
1336         * LyXAction.C:
1337         * ParagraphParameters.C:
1338         * ParameterStruct.h:
1339         * lyxfunc.C:
1340         * lyxtext.h:
1341         * paragraph.C:
1342         * paragraph.h:
1343         * paragraph_funcs.C:
1344         * paragraph_pimpl.C:
1345         * rowpainter.C:
1346         * text.C:
1347         * text2.C:
1348         * text3.C: adjust
1349
1350 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1351
1352         * text.C:
1353         * lyxrow_funcs.[Ch]:
1354         * Bidi.C:
1355         * paragraph.C:
1356         * lyxtext.h:
1357         * rowpainter.C:
1358         * text2.C:
1359         * text3.C: remove lastPos uses in favour of Row::endpos
1360
1361 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1362
1363         * undo.C (performUndoOrRedo): fix two crashes by setting a
1364         cursor by hand and reordering some calls. Use bv->lockInset instead
1365         of inset->edit because the latter loses cursor information
1366
1367 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
1368
1369         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
1370         by Martin
1371         (rowBreakPoint): fix width. change point to point + 1.
1372         Add a missing check.
1373
1374 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
1375
1376         * MenuBackend.C:
1377         * lyxfunc.C: fix (at least partly) the problems
1378         with the Nav menu and headers inside branch insets
1379         reported by Kayvan
1380
1381 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
1382
1383         * paragraph.C (getChar): add strong asserts
1384
1385         * lyxrow_funcs.C (lastPos): remove hideous hack
1386
1387         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
1388         (fill): adjust to that (avoid an infinite loop)
1389
1390 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1391
1392         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
1393
1394 2003-10-23  André Pönitz  <poenitz@gmx.net>
1395
1396         * RowList_fwd.h: change list<> to vector<> to gain speed
1397         after suggestion from Alfredo
1398
1399 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1400
1401         * lyxtext.h: move the bidi stuff from here...
1402         * text.C: and here
1403         * text2.C: and here
1404         * Bidi.[Ch]: ... to here
1405
1406 2003-10-23  André Pönitz  <poenitz@gmx.net>
1407
1408         * lyxtext.h:
1409         * text.C (isLastRow, isFirstRow): new functions
1410
1411         * paragraph.h: new width cache member
1412
1413         * rowpainter.C: replace RowList::iterator with Row & where possible
1414
1415         * lyxfunc.C: replace several view()->text with a single call
1416
1417         * toc.C: fix 'unused' warning
1418
1419 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1420
1421         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
1422         when woring with stream::pos_type
1423         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
1424
1425 2003-10-22  André Pönitz  <poenitz@gmx.net>
1426
1427         * lyxtext.h:
1428         * text.C: use Row & instead of RowList::iterator
1429
1430         * lyxrow.h: rename end() to endpos()
1431
1432         * rowpainter.C:
1433         * text.C:
1434         * text2.C: adjust
1435
1436 2003-10-22  Angus Leeming  <leeming@lyx.org>
1437
1438         * buffer.[Ch] (fully_loaded): new member function, returning true
1439         only when the file has been loaded fully.
1440         Used to prevent the premature generation of previews and by the
1441         citation inset to prevent computation of the natbib-style label.
1442
1443         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
1444         templates are all set up.
1445
1446         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
1447
1448 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
1449
1450         * text.C: fixed an "oops" in the "is a bit silly"
1451         bug fix
1452
1453 2003-10-21  André Pönitz  <poenitz@gmx.net>
1454
1455         * FuncStatus.[Ch]: small stuff, whitespace
1456
1457         * lyxfont.[Ch]: operator<<() for debug reasons
1458
1459         * lyxfunc.C:
1460         * lyxrow_funcs.C:
1461         * lyxtext.h: whitespace, spelling
1462
1463         * paragraph.C: naming of variables
1464
1465         * text.C:
1466         * text2.C: small stuff
1467
1468
1469 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
1470
1471         * text.C: (1) finish off the inset display() work;
1472         (2) fix the "is a bit silly" bug (accessing char
1473         past end of par).
1474
1475 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
1476
1477         * text.C: re-introduce display() for insets, fixing the
1478         various bugs (stretch of line above, math inset
1479         positioning, ...)
1480
1481 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1482
1483         * text.C (rightMargin): remove spurious semicolon
1484
1485         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
1486         1415)
1487
1488 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
1489
1490         * text3.C: fix one crash due to wrong cursor def
1491
1492 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1493
1494         * vc-backend.C (scanMaster): make the regex static
1495
1496         * LaTeX.C (scanAuxFile): make the regexs static
1497
1498         * text3.C (doInsertInset, dispatch, dispatch):
1499         * text2.C (cursorUp, cursorDown):
1500         * text.C (selectNextWordToSpellcheck):
1501         * BufferView_pimpl.C (dispatch):
1502         * lyxfunc.C (dispatch):  localDispatch -> dispatch
1503
1504 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1505
1506         * lyxsocket.C: include <cerrno>
1507
1508 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1509
1510         * lyxfunc.C (dispatch): remove textcache stuff
1511
1512         * bufferlist.C (release): remove textcache stuff
1513         (closeAll): ditto
1514
1515         * TextCache.C: delete file
1516         * TextCache.h: delete file
1517
1518         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
1519
1520         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
1521         delete of the bv_->text.
1522         (resizeCurrentBuffer): remove texcache stuff
1523         (workAreaResize): ditto
1524
1525 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1526
1527         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
1528         action.
1529
1530 2003-10-16  André Pönitz  <poenitz@gmx.net>
1531
1532         * lyxrow.[Ch]:
1533         * paragraph.h:
1534         * rowpainter.C:
1535         * text.C:
1536         * text2.C:
1537         * text3.C: speed up by storing y positions per paragraph plus per-row
1538         offset instead of having a 'full' y position in the row.
1539
1540 2003-10-15  André Pönitz  <poenitz@gmx.net>
1541
1542         * iterators.[Ch]:
1543         * iterators.[Ch]:
1544         * undo.[Ch]: make undo aware of inner insets
1545
1546 2003-10-14  Angus Leeming  <leeming@lyx.org>
1547
1548         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
1549         static member functions LyX::ref() and LyX::cref.
1550         (lastfiles): new accessor functions for the new lastfiles_ member var.
1551         (addLyXView, views_): add a new LyXView to the list of views_.
1552         (updateInset): loop over all LyXViews to call their own updateInset
1553         member function, returning a pointer to the Buffer owning the inset.
1554
1555         * BufferView_pimpl.C (loadLyXFile):
1556         * MenuBackend.C (expandLastfiles):
1557         * bufferlist.C (MenuWrite, QuitLyX):
1558         lastfiles is no longer a global variable.
1559         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
1560
1561         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
1562         static function. Access through LyX::cref().emergencyCleanup().
1563
1564 2003-10-14  André Pönitz  <poenitz@gmx.net>
1565
1566         * iterators.[Ch]: new direct access to innermost LyXText and Inset
1567
1568         * undo.[Ch]: restoring part of 'undo in insets'
1569
1570         * Makefile.am:
1571         * undo_funcs.[Ch]: merge with undo.[Ch]
1572
1573         * tabular.C: small cleansing stuff
1574
1575 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
1576
1577         * paragraph_funcs.C (readParToken): report unknown insets as error
1578         boxes. Use the outer paragraph as location (also for unknown
1579         tokens).
1580
1581         * factory.C (readInset): do not abort on reading an unknown inset.
1582         Eat it and return 0.
1583
1584 2003-10-13  Angus Leeming  <leeming@lyx.org>
1585
1586         * lyx_main.C (LyX): remove call to setDisplayTranslator().
1587
1588         * lyxrc.C: displayTranslator is now a function,
1589         declared in GraphicsTypes.h.
1590
1591 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1592
1593         * format.C: new placeholder $$a to pass the socket address.
1594
1595         * bufferlist.[Ch]: new function getBufferFromTmp.
1596
1597         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
1598           files in the temporary dir.
1599
1600 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1601
1602         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
1603
1604         * Makefile.am: add lyxsocket.[Ch].
1605
1606         * lyx_main.C (error_handler): handle SIGPIPE.
1607
1608 2003-10-13  André Pönitz  <poenitz@gmx.net>
1609
1610         * BufferView_pimpl.C:
1611         * lyxtext.h:
1612         * text.C:
1613         * text2.C:
1614         * text3.C:
1615         * undo_funcs.[Ch]: use paroffset_type instead of
1616           ParagraphList::iterators to prevent multiple conversion
1617           (and get a more robust interface)
1618
1619 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1620
1621         * lyxfunc.C (dispatch): RESULT -> dispatch_result
1622         * lyxtext.h: ditto
1623         * text3.C (dispatch): ditto
1624
1625 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1626
1627         * LaTeX.C (handleFoundFile): move the static to smaller scope,
1628         move the onlyfile, use onlyfile instead of foundfile in a couple
1629         of places.
1630
1631         * DepTable.C (update): flush the error stream a bit more
1632
1633 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1634
1635         * lyxserver.C (callback): adjust
1636
1637         * lyxfunc.C (getStatus): add a missing brace in commented code
1638         (ensureBufferClean): reindent
1639         (dispatch): delete version taking a string
1640
1641 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1642
1643         * LaTeX.C (deplog): move found file handlig from here...
1644         (handleFoundFile): .. to new function here.
1645         (deplog): make sure to discover several files mentioned on the
1646         same log line.
1647
1648 2003-10-10  André Pönitz  <poenitz@gmx.net>
1649
1650         * lyxfunc.C:
1651         * lyxtext.h:
1652         * tabular.C:
1653         * text.C:
1654         * text2.C:
1655         * text3.C: fix some of the tabular crashes
1656
1657 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1658
1659         * MenuBackend.C (binding): put debug message into Debug::KBMAP
1660
1661         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
1662
1663 2003-10-09  André Pönitz  <poenitz@gmx.net>
1664
1665         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
1666
1667         * BufferView.C:
1668         * BufferView_pimpl.C:
1669         * bufferview_funcs.C:
1670         * lyx_cb.C:
1671         * lyxcursor.C:
1672         * lyxfind.C:
1673         * lyxfunc.C:
1674         * lyxtext.h:
1675         * text.C:
1676         * text2.C:
1677         * text3.C:
1678         * text_funcs.[Ch]:
1679         * textcursor.[Ch]:
1680         * undo_funcs.C: adjust
1681
1682 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1683
1684         * text2.C (incrementItemDepth): new function, use a backtracking
1685         algorithm to discover the correct item depth.
1686         (resetEnumCounterIfNeeded): new function, use a backtracking
1687         algorithm to discover if counter reset is needed.
1688         (setCounter): use them. Simplify a bit. Add different labels for
1689         different item depths for itemize.
1690
1691         * paragraph.C (Paragraph): remove initialization of enumdepth
1692         (operator=): ditto
1693
1694         * paragraph.h: get rid of enumdepth, and use itemdepth both for
1695         enumerate and itemize. Change the type of itemdepth to signed char.
1696
1697 2003-10-08  André Pönitz  <poenitz@gmx.net>
1698
1699         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
1700           thing assignable.
1701         * text.C:
1702         * text2.C: adjust
1703
1704         * tabular.[Ch]: fix crash after 'row-insert'
1705
1706 2003-10-08  Angus Leeming  <leeming@lyx.org>
1707
1708         Fix doxygen warnings.
1709
1710         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
1711         Remove CutAndPaste:: prefix from header file declaration.
1712
1713         * LColor.h (fill): remove LColor:: prefix from declaration.
1714
1715         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
1716         use lyx::depth_type rather than Paragraph::depth_type so that
1717         header file and .C file match.
1718
1719         * converter.h (intToFormat): remove Converters:: prefix from declaration.
1720
1721         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
1722         * aspell.C: \file aspell_local.C -> \file aspell.C
1723         * gettext.C: \file gettext.C -> \file src/gettext.C
1724         * gettext.h: \file gettext.h -> \file src/gettext.h
1725         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
1726         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
1727         * text.C: \file text.C -> \file src/text.C
1728
1729         * toc.C: move comment so that doxygen is not confused.
1730
1731 2003-10-07  Angus Leeming  <leeming@lyx.org>
1732
1733         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
1734
1735 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1736
1737         * aspell.C:
1738         * aspell_local.h: add forgotten std::string's.
1739
1740 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1741
1742         * LaTeXFeatures.C:
1743         * LyXAction.C:
1744         * factory.C:
1745         * lfuns.h:
1746         * lyxfunc.C:
1747         * text3.C: The Box patch. Fancybox support, minipage, parbox
1748
1749 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1750
1751         * CutAndPaste.h:
1752         * DepTable.h:
1753         * FloatList.h:
1754         * LaTeXFeatures.h:
1755         * ParagraphParameters.h:
1756         * TextCache.h:
1757         * Thesaurus.h:
1758         * bufferlist.h:
1759         * exporter.h:
1760         * importer.h:
1761         * lastfiles.h:
1762         * lyxfind.h:
1763         * lyxfont.h:
1764         * lyxlex.h:
1765         * lyxtextclasslist.h:
1766         * messages.h:
1767         * paragraph.h:
1768         * paragraph_pimpl.C:
1769         * textcursor.h: add <string> and other small fixes to make Lars'
1770         std::string patch compile with STLport.
1771
1772 2003-10-06  Angus Leeming  <leeming@lyx.org>
1773
1774         * LColor.h: Add missing #include <string>.
1775
1776 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1777
1778         * All most all file in all subdirs: Make <string> be the prefered
1779         way of getting to std::string, add using declarations.
1780
1781 2003-10-06  André Pönitz  <poenitz@gmx.net>
1782
1783         * metricsinfo.C: initialize LyXFont before changing attribute.
1784         (fixes the 'math in \emph is upright' bug)
1785
1786 2003-10-06  André Pönitz  <poenitz@gmx.net>
1787
1788         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
1789
1790 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
1791
1792         * graph.C:
1793         * paragraph_pimpl.C: Small fixes to build using STLport
1794
1795 2003-10-02  André Pönitz  <poenitz@gmx.net>
1796
1797         * lyxfunc.C:
1798         * text3.C: move handling of LFUN_DEPTH *; fix #1360
1799
1800 2003-10-01  André Pönitz  <poenitz@gmx.net>
1801
1802         * factory.C: assert early
1803
1804 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1805
1806         * lyx_main.C: remove the global debug object
1807
1808         * debug.h: adjust for new debugstream
1809
1810         * debug.C: adjust for new debugstream and keep the global debug
1811         object here.
1812
1813 2003-09-22  Angus Leeming  <leeming@lyx.org>
1814
1815         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
1816         of g++ which otherwise complain that the scoped_ptr destructor can't delete
1817         an incomplete class LyXFont.
1818
1819 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
1820
1821         * factory.C: bug fix in branches
1822
1823 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1824
1825         * lyxfunc.C (processKeySym): adjust
1826         (dispatch): adjust
1827         (dispatch): change arg name from ev to func, adjust
1828         (sendDispatchMessage): ditto
1829
1830         * lyx_main.C (defaultKeyBindings): adjust keybindings
1831         (deadKeyBindings): ditto
1832
1833         * kbsequence.C (addkey): return a FuncRequest
1834
1835         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
1836
1837         * kbmap.C (bind): take a FuncRequest as arg, adjust
1838         (read): adjust
1839         (lookup): adjust
1840         (defkey): change to take a FuncRequest as arg, adjust
1841         (findbinding): take a FuncRequest as arg, adjust.
1842
1843         * funcrequest.h (operator=): added
1844
1845         * funcrequest.C (FuncRequest): default kb_action changed from
1846         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
1847
1848         * buffer.C (dispatch): simplify
1849         (dispatch): adjust to take a FuncRequest as arg, adjust
1850
1851         * boost.C (assertion_failed): change assertion message slightly
1852
1853         * ToolbarBackend.C (read): simplify
1854
1855         * MenuBackend.C (binding): adjust call to findbinding, add a
1856         message if no binding is found.
1857         (read): simplify
1858         (expandToc): correct by adding a empty FuncRequest
1859
1860         * LyXAction.C: include <boost/assert.hpp>
1861         (isPseudoAction): delete function
1862         (LookupFunc): change name to...
1863         (lookupFunc): this. change return type to FuncRequest.
1864         (getActionName): take kb_action as arg, simplify
1865         (funcHasFlag): add an assert, simplify.
1866
1867 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1868
1869         * toc.C (action): return a FuncRequest, simplify
1870
1871         * lyxfunc.C (processKeySym): adjust
1872         (getStatus): delete version that takes an int.
1873         (getStatus): adjust
1874         (dispatch): delete version that takes action as int
1875         (dispatch): adjust
1876         (sendDispatchMessage): simplify and adjust
1877
1878         * funcrequest.C (getArg): take unsigned int as arg
1879
1880         * ToolbarBackend.C (read): adjust
1881         (add): delete version that takes func as a string.
1882         (getIton): take a FuncRequest as arg
1883
1884         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
1885         action.
1886
1887         * MenuBackend.C (MenuItem): add a new construct that only takes a
1888         Kind, simplify the constructor use for submenus.
1889         (add): adjust
1890         (expandLastfiles): adjust
1891         (expandDocuments): adjust
1892         (expandFormats): adjust
1893         (expandFloatListInsert): adjust
1894         (expandFloatInsert): adjust
1895         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
1896
1897         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
1898         Remove class variables lyx_pseudo_map and lyx_arg_map
1899
1900         * LyXAction.C (searchActionArg): delete function
1901         (getPseudoAction): delete function
1902         (retrieveActionArg): delete function
1903         (LookupFunc): make it return kb_action, simplify.
1904         (getActionName): simplify
1905
1906         * factory.C (createInset): fix new bug
1907
1908 2003-09-19  Angus Leeming  <leeming@lyx.org>
1909
1910         * CutAndPaste.C (pasteSelection): remove fudge used to set the
1911         masterFilename_ parameter in the include inset.
1912
1913         * factory.C (createInset): changes due to the changes to InsetInclude.
1914
1915 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1916
1917         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
1918
1919 2003-09-18  Angus Leeming  <leeming@lyx.org>
1920
1921         * buffer.C:
1922         * BufferView.C: pass the buffer when calling Inset::getLabelList,
1923         Inset::fillWithBibKeys.
1924         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
1925
1926 2003-09-18  Angus Leeming  <leeming@lyx.org>
1927
1928         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
1929         variables.
1930         (ctor): pass and store a 'Buffer const &'
1931         (buffer): new member function.
1932
1933         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
1934         '*this' to the LaTeXFeatures ctor.
1935
1936 2003-09-18  Angus Leeming  <leeming@lyx.org>
1937
1938         * LColor.h:
1939         * lyxfont.C:
1940         * lyxfont.h:
1941         * lyxtext.h:
1942         * text.C: rename EnumLColor as LColor_color.
1943
1944 2003-09-18  Angus Leeming  <leeming@lyx.org>
1945
1946         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
1947         remove #include "insets/insetbase.h" from cursor.h.
1948
1949 2003-09-18  Angus Leeming  <leeming@lyx.org>
1950
1951         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
1952         InsetOld_code to remove #include "inset.h".
1953
1954         * iterators.C: add #include "insets/inset.h"
1955
1956 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
1957
1958         * BufferView.C: remove more locking stuff that apparently doesn't
1959         do anything sensible.
1960
1961 2003-09-16  André Pönitz  <poenitz@gmx.net>
1962
1963         * paragraph.[Ch]:
1964         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
1965           performance boost.
1966
1967 2003-09-16  Angus Leeming  <leeming@lyx.org>
1968
1969         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
1970
1971         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
1972         arg/return type.
1973
1974         * paragraph.h: remove #include "lyxfont.h". Forward declare
1975         LyXFont_size.
1976
1977 2003-09-16  Angus Leeming  <leeming@lyx.org>
1978
1979         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
1980         of support/textutils.h.
1981         (isWord): move the contents of support/textutils.h's IsWordChar here.
1982
1983         * buffer.C:
1984         * lyxfind.C:
1985         * rowpainter.C:
1986         * text.C:
1987         * text2.C: add #include "paragraph.h".
1988
1989         * rowpainter.C:
1990         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
1991
1992 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1993
1994         * main.C:
1995         * lyx_main.C:
1996         * lyx_cb.C:
1997         * buffer.C:
1998         * LaTeX.C: use namespace alias for lyx::support::os
1999
2000 2003-09-16  Angus Leeming  <leeming@lyx.org>
2001
2002         * bufferparams.C:
2003         * bufferview_funcs.C:
2004         * factory.C:
2005         * lyxfunc.C:
2006         * paragraph_pimpl.C:
2007         * rowpainter.C:
2008         * text.C: add #include "LColor.h".
2009
2010 2003-09-16  Angus Leeming  <leeming@lyx.org>
2011
2012         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
2013         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
2014         return LyXFont &.
2015         Store the FontBits::color variable as an int rather than as an
2016         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2017         file.
2018
2019         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2020         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2021         string calls together.
2022
2023         * lyxrc.C: add #include "LColor.h".
2024
2025 2003-09-15  Angus Leeming  <leeming@lyx.org>
2026
2027         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2028         a cow_ptr.
2029
2030 2003-09-15  Angus Leeming  <leeming@lyx.org>
2031
2032         * LColor.h: add an EnumLColor wrapper for LColor::color.
2033
2034         * lyxfont.[Ch] (color, setColor, realColor):
2035         * lyxtext.h, text.C (backgroundColor):
2036         pass EnumLColor args to/from the functions, rather than LColor::color
2037         ones.
2038
2039         * lyxfont.h:
2040         * lyxtext.h: forward declare EnumLColor.
2041
2042         * lyx_main.C: add #include "LColor.h".
2043
2044 2003-09-15  Angus Leeming  <leeming@lyx.org>
2045
2046         * .cvsignore: add lyx-gtk.
2047
2048 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2049
2050         * Chktex.C
2051         * LaTeX.C
2052         * LaTeXFeatures.C
2053         * ParagraphParameters.C
2054         * Spacing.C
2055         * buffer.C
2056         * bufferparams.C
2057         * bufferview_funcs.C
2058         * chset.C
2059         * counters.C
2060         * funcrequest.C
2061         * lyxfont.C
2062         * lyxgluelength.C
2063         * lyxlength.C
2064         * paragraph.C
2065         * paragraph_funcs.C
2066         * text3.C
2067         * vc-backend.C: remove usage of STRCONV
2068
2069 2003-09-15  Angus Leeming  <leeming@lyx.org>
2070
2071         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2072         explicitly define the color passed to the painter.
2073
2074 2003-09-15  Angus Leeming  <leeming@lyx.org>
2075
2076         * bufferparams.C (BufferParams): reorder member initializers to avoid
2077         compiler warning.
2078
2079 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2080
2081         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2082         * text.C (updateRowPositions): remove an unusual nop
2083
2084 2003-09-12  André Pönitz  <poenitz@gmx.net>
2085
2086         * BufferView_pimpl.C:
2087         * Bullet.C:
2088         * layout.h:
2089         * lyxfunc.C:
2090         * lyxlayout.[Ch]:
2091         * lyxtextclass.C:
2092         * rowpainter.C:
2093         * text.C:
2094         * text2.C:
2095         * Counters.[Ch]: finish the 'automatic counters' job
2096
2097 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2098
2099         * aspell.C: include <boost/assert.cpp> (compile fix)
2100
2101 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2102
2103         * boost.C (assertion_failed): use lyx::support::abort instead of
2104         assert.
2105
2106 2003-09-10  Angus Leeming  <leeming@lyx.org>
2107
2108         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2109         with their _fwd progeny.
2110
2111 2003-09-09  Angus Leeming  <leeming@lyx.org>
2112
2113         134 files throughtout the source tree: replace 'using namespace abc;'
2114         directives with the appropriate 'using abc::xyz;' declarations.
2115
2116 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2117
2118         * boost.C (emergencyCleanup): moved here from LAssert.c
2119         (assertion_failed): new function, called by BOOST_ASSERT
2120
2121         * several files: change Assert to BOOST_ASSERT
2122
2123 2003-09-09  Angus Leeming  <leeming@lyx.org>
2124
2125         * buffer.[Ch]: Add an Impl class and move Buffer's member
2126         variables into it. As a result move several header files out of
2127         buffer.h.
2128
2129         Add header files to lots of .C files all over the tree as a result.
2130
2131 2003-09-09  Angus Leeming  <leeming@lyx.org>
2132
2133         * buffer.[Ch]: make Buffer's member variables private. Add
2134         accessor functions.
2135
2136         Lots of changes all over the tree as a result.
2137
2138 2003-09-08  Angus Leeming  <leeming@lyx.org>
2139
2140         * graph.C: #include <config.h>.
2141
2142 2003-09-08  Angus Leeming  <leeming@lyx.org>
2143
2144         * BranchList.C:
2145         * BufferView.C:
2146         * BufferView_pimpl.C:
2147         * CutAndPaste.C:
2148         * DepTable.C:
2149         * LaTeX.C:
2150         * LaTeXFeatures.C:
2151         * LyXAction.C:
2152         * MenuBackend.C:
2153         * TextCache.C:
2154         * aspell.C:
2155         * buffer.C:
2156         * bufferlist.C:
2157         * changes.C:
2158         * chset.C:
2159         * converter.C:
2160         * counters.C:
2161         * debug.C:
2162         * graph.C:
2163         * ispell.C:
2164         * lyx_cb.C:
2165         * lyxfind.C:
2166         * lyxfunc.C:
2167         * lyxlex_pimpl.C:
2168         * lyxrc.C:
2169         * lyxrow.C:
2170         * paragraph.C:
2171         * rowpainter.C:
2172         * texrow.C:
2173         * text.C:
2174         * text2.C:
2175         * toc.C: remove redundant using directives.
2176
2177 2003-09-07  Angus Leeming  <leeming@lyx.org>
2178
2179         * LaTeXFeatures.h: remove #include "support/types.h".
2180         * ToolbarBackend.h: remove #include <algorithm>.
2181         * changes.h: remove #include <ctime>.
2182         * debug.h: remove #include <iosfwd>.
2183         * graph.h: remove #include "support/std_string.h".
2184         * lyx_main.h: remove #include <csignal>.
2185         * lyxlex_pimpl.h: remove #include <fstream>.
2186         * sgml.h: remove #include <algorithm>, <utility>.
2187         * toc.h: remove #include "support/std_ostream.h".
2188         Add #include <iosfwd>.
2189
2190 2003-09-07  Angus Leeming  <leeming@lyx.org>
2191
2192         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2193
2194         * converter.h: forward declare LatexRunParams.
2195         * encoding.h: remove #include "lyxrc.h".
2196         * lyxtext.h: remove #include "LColor.h".
2197         * lyxtextclass.h: remove #include "support/types.h".
2198         * trans.h: remove #include "tex-accent.h".
2199         * trans_mgr.h: remove #include "tex-accent.h".
2200         * insets/inset.h: remove #include "support/types.h", <vector>.
2201         * insets/insetcollapsable.h: remove #include "LColor.h".
2202         * insets/insetinclude.h: remove #include "dimension.h".
2203         * insets/insetlatexaccent.h: remove #include "dimension.h".
2204         * insets/insetoptarg.h:: remove #include "insettext.h".
2205         * insets/insettext.h: remove #include "dimension.h",
2206         <boost/shared_ptr.hpp>
2207
2208         * insets/renderers.h: add #include "dimension.h".
2209         * insets/updatableinset.h: add #include "support/types.h".
2210
2211         * many .C files: Associated changes.
2212
2213 2003-09-06  Angus Leeming  <leeming@lyx.org>
2214
2215         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2216         one, inside testInvariant.
2217
2218         * PrinterParams.C: new file.
2219         * PrinterParams.[Ch]: move the function bodies out of line.
2220
2221 2003-09-06  Angus Leeming  <leeming@lyx.org>
2222
2223         * ParagraphParameters.h: forward declare ParameterStruct rather than
2224         including its header file.
2225         (depth): moved out-of-line.
2226
2227 2003-09-06  Angus Leeming  <leeming@lyx.org>
2228
2229         * BufferView_pimpl.h:
2230         * kbmap.h:
2231         * kbsequence.h:
2232         * lyxfunc.h: forward declare LyXKeySym rather than
2233         #include "frontends/LyXKeySym.h".
2234
2235         * BufferView_pimpl.C:
2236         * kbmap.C:
2237         * kbsequence.C:
2238         * lyxfunc.C: associated changes.
2239
2240 2003-09-06  Angus Leeming  <leeming@lyx.org>
2241
2242         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2243         As a result, can remove the #include "insets/inset.h" from BufferView.h
2244
2245 2003-09-06  Angus Leeming  <leeming@lyx.org>
2246
2247         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2248         As a result, can remove the #include "insets/inset.h" from BufferView.h
2249
2250 2003-09-06  Angus Leeming  <leeming@lyx.org>
2251
2252         * buffer_funcs.C:
2253         * buffer.h:
2254         * bufferlist.C:
2255         * BufferView.C:
2256         * bufferview_funcs.C:
2257         * BufferView_pimpl.C:
2258         * CutAndPaste.C:
2259         * lyx_cb.C:
2260         * lyxfunc.C:
2261         * paragraph.h:
2262         * ParagraphParameters.C:
2263         * tabular.C:
2264         * text3.C:
2265         * toc.C:
2266         * undo_funcs.C:
2267         * frontends/controllers/ControlDocument.C:
2268         * insets/insetcaption.C: rearrange the #includes into some sort of
2269         coherent order.
2270
2271         * buffer.h: remove #includes ErrorList.h, undo.h
2272
2273 2003-09-06  Angus Leeming  <leeming@lyx.org>
2274
2275         * support/types.h: add a 'depth_type' typedef, used to store the
2276         nesting depth of a paragraph.
2277
2278         * paragraph.h:
2279         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2280         defining explicitly.
2281
2282         * buffer.h:
2283         * paragraph_funcs.h:
2284         * ParagraphParameters.h:
2285         * sgml.h: use lyx::depth_type rather than Paragraph or
2286         ParameterStruct's depth_type.
2287
2288         * buffer.h
2289         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2290
2291         * BufferView.C:
2292         * BufferView_pimpl.C:
2293         * CutAndPaste.C:
2294         * ParagraphParameters.C:
2295         * buffer_funcs.C:
2296         * bufferlist.C:
2297         * bufferview_funcs.C:
2298         * lyx_cb.C:
2299         * lyxfunc.C:
2300         * tabular.C:
2301         * text3.C:
2302         * toc.C:
2303         * undo_funcs.C:
2304         * frontends/LyXView.C:
2305         * frontends/controllers/ControlDocument.C:
2306         * frontends/controllers/ControlErrorList.C:
2307         * insets/insetbibitem.C:
2308         * insets/insetbranch.C:
2309         * insets/insetcaption.C:
2310         * insets/insetcollapsable.C:
2311         * insets/insetenv.C:
2312         * insets/insetert.C:
2313         * insets/insetfloat.C:
2314         * insets/insetfoot.C:
2315         * insets/insetfootlike.C:
2316         * insets/insetnewline.C:
2317         * insets/insetquotes.C:
2318         * insets/insettabular.C:
2319         * insets/insettext.C:
2320         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2321
2322         * frontends/controllers/ControlChanges.C: #include "changes.h".
2323
2324 2003-09-06  Angus Leeming  <leeming@lyx.org>
2325
2326         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2327         than #including paragraph.h.
2328
2329         * ParagraphList.h:
2330         * RowList.h: deleted. Superfluous.
2331
2332         * CutAndPaste.h:
2333         * iterators.h:
2334         * lyxcursor.h:
2335         * lyxtext.h:
2336         * text_funcs.h:
2337         * undo.h:
2338         * undo_funcs.h:
2339         * insets/inset.h:
2340         * insets/insettext.h: use ParagraphList_fwd.h rather than
2341         ParagraphList.h.
2342
2343         * paragraph.h: don't forward declare ParagraphList.
2344
2345         * buffer.h:
2346         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2347         rather than ParagraphList.h. paragraph.h is still needed for the
2348         Paragraph::depth_type parameters.
2349
2350         * textcursor.h: enable it to compile stand-alone in light of the
2351         above changes.
2352
2353         * bufferview_funcs.C:
2354         * iterators.C:
2355         * lyxfunc.C:
2356         * lyxrow_funcs.C:
2357         * paragraph.C:
2358         * rowpainter.C:
2359         * text.C:
2360         * text2.C:
2361         * text3.C:
2362         * text_funcs.C:
2363         * textcursor.C:
2364         * undo.C:
2365         * frontends/controllers/ControlParagraph.C:
2366         * frontends/controllers/ControlTabular.C:
2367         * insets/insetmarginal.C:
2368         * insets/insetminipage.C:
2369         * insets/insetnote.C:
2370         * insets/insetoptarg.C: add header files needed to compile again.
2371
2372 2003-09-06  Angus Leeming  <leeming@lyx.org>
2373
2374         * RowList_fwd.h: new file, forward-declaring Row rather than
2375         #including lyxrow.h.
2376
2377         * lyxrow_funcs.h:
2378         * lyxtext.h:
2379         * paragraph.h:
2380         * insets/insettext.h: use it instead of RowList.h
2381
2382         * bufferview_funcs.C:
2383         * lyxfunc.C:
2384         * lyxrow_funcs.C:
2385         * paragraph.C:
2386         * rowpainter.C:
2387         * text.C:
2388         * text2.C:
2389         * text3.C: #include "RowList.h".
2390
2391 2003-09-05  Angus Leeming  <leeming@lyx.org>
2392
2393         * factory.C (createInset):
2394         * vspace.C (c-tor): replace sscanf call with an istringstream.
2395         * ispell.C: re-add missing HP/UX headers.
2396         * lyxserver.C: re-add missing  os2 headers.
2397
2398 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
2399
2400         * BranchList.C:
2401         * graph.C:
2402         * ispell.C:
2403         * lastfiles.C:
2404         * lyx_cb.C:
2405         * lyxserver.C:
2406         * texrow.C:
2407         * text3.C: re-add missing system headers, needed for 2.95.2.
2408
2409 2003-09-05  Angus Leeming  <leeming@lyx.org>
2410
2411         Changes most place everywhere due to the removal of using directives
2412         from support/std_sstream.h.
2413
2414 2003-09-05  Angus Leeming  <leeming@lyx.org>
2415
2416         Replace LString.h with support/std_string.h,
2417         Lsstream.h with support/std_sstream.h,
2418         support/LIstream.h with support/std_istream.h,
2419         support/LOstream.h with support/std_ostream.h.
2420
2421         Changes resulting throughout the tree.
2422
2423 2003-09-05  Angus Leeming  <leeming@lyx.org>
2424
2425         * sgml.h: ensure that the header file can be compiled stand-alone.
2426         * *.C: strip out redundant #includes. (320 in total.)
2427
2428 2003-09-04  Angus Leeming  <leeming@lyx.org>
2429
2430         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
2431         here (from getPackages).
2432
2433         * debug.[Ch]: add a new EXTERNAL tag.
2434
2435 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2436
2437         * text2.C (cursorEnd): simplify
2438         (setCursor): adjust
2439         (getColumnNearX): adjust
2440
2441         * text.C (computeBidiTables): adjust
2442         (fill): adjust
2443
2444         * rowpainter.C (paintChars): adjust
2445         (paintSelection): adjust
2446         (paintChangeBar): adjust
2447         (paintText): adjust
2448
2449         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
2450         lastPos instead.
2451         (numberOfSeparators): adjust
2452
2453 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2454
2455         * LyXAction.C:
2456         * box.[Ch]:
2457         * lfuns.h:
2458         * lyxfunc.C:
2459         * text3.C: Restricts the mouse click functionality
2460         of insets like bibtex, include, toc and floatlist to the visible
2461         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
2462         up the dialogs. Cursor has to be in front of the inset (i.e.
2463         start of row) for this to function.
2464
2465 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2466
2467         * bufferview_funcs.C (currentState): output row information
2468
2469 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2470
2471         * bufferview_funcs.C (currentState): output paragraph position
2472
2473 2003-09-04  Angus Leeming  <leeming@lyx.org>
2474
2475         * FloatList.h: move out #include "Floating.h".
2476         * LaTeX.h: move out #include "DepTable.h".
2477         * LyXAction.h: move out #include "funcrequest.h".
2478         * buffer.h: move out #include "author.h", "iterators.h".
2479         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
2480         * lyx_main.h: move out #include "errorlist.h".
2481         * lyxfunc.h: move out #include "FuncStatus.h".
2482         * lyxtext: move out #include "lyxcursor.h".
2483         * paragraph_pimpl.h: move out #include "counters.h".
2484
2485 2003-09-03  Angus Leeming  <leeming@lyx.org>
2486
2487         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
2488         preamble_snippets list, enabling us to add snippets to the preamble
2489         only if the snippet was not there already.
2490
2491 2003-09-04  Angus Leeming  <leeming@lyx.org>
2492
2493         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
2494
2495 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2496
2497         * lyxfunc.C (dispatch): if fitCursor did something be sure to
2498         update
2499
2500 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2501
2502         * BranchList.C: point fix, earlier forgotten
2503
2504 2003-09-02  Angus Leeming  <leeming@lyx.org>
2505
2506         * box.C (contains): renamed from 'contained' after a fantastic
2507         amount of hot air.
2508
2509 2003-09-02  John Levon  <levon@movementarian.org>
2510
2511         * BufferView.C:
2512         * lyxcursor.h:
2513         * lyxcursor.C:
2514         * lyxfunc.C:
2515         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
2516
2517 2003-09-02  John Levon  <levon@movementarian.org>
2518
2519         * text2.C: simplification of cursorEnd(), including partial
2520         fix for bug 1376
2521
2522 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2523
2524         * buffer.C (readFile): add a space
2525
2526 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
2527
2528         * BufferView_pimpl.C (update): remove bogus fitCursor() call
2529
2530 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2531
2532         * buffer.C (readFile): new function, take a filename and a
2533         ParagraphList::iterator
2534         (readFile): adjust
2535         (readFile): adjust, make it private. don't use setStream, make
2536         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
2537         always contain the filename.
2538
2539         * BufferView.C (insertLyXFile): simplify and make it work for
2540         gzipped files.
2541
2542 2003-08-30  John Levon  <levon@movementarian.org>
2543
2544         * Makefile.am: fix dist (from Kayvan)
2545
2546 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2547
2548         * most files: change to use const Buffer refs
2549
2550 2003-08-27  André Pönitz  <poenitz@gmx.net>
2551
2552         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
2553         on top of ownerPar().
2554
2555 2003-08-27  John Levon  <levon@movementarian.org>
2556
2557         * funcrequest.C: properly initialise POD members
2558
2559 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2560
2561         * lyxtext.h (top_y): move top_y from here
2562         * text.C:
2563         * text2.C:
2564         * text3.C:
2565         * BufferView.[Ch]:
2566         * BufferView_pimpl.[Ch]: to here
2567         * frontends/screen.C:
2568         * insets/insettabular.C:
2569         * insets/insettext.C: adjust
2570         * rowpainter.[Ch] (paintRows): remove LyXText & argument
2571
2572 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2573
2574         * BufferView.[Ch]:
2575         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
2576
2577 2003-08-26  André Pönitz  <poenitz@gmx.net>
2578
2579         * paragraph_func.[Ch] (outerPar): new function
2580
2581         * paragraph.C:
2582         * paragraph_funcs.C:
2583         * paragraph_funcs.h:
2584         * paragraph_pimpl.C:
2585         * text2.C: remove Inset::par_owner
2586
2587 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
2588
2589         * lyxrow_funcs.C:
2590         * lyxtext.h:
2591         * text.C:
2592         * text2.C: eliminates the needFullRow/display() stuff
2593         altogether, putting the logic in metrics/draw in the insets.
2594
2595 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
2596
2597         * text2.C (redoParagraphInternal, redoParagraphs):
2598         * text.C (redoParagraph): add a call to updateRowPositions at the
2599         end of each 'metrics-like' call. Remove all others.
2600         (getRow): remove the 'y-computing' version.
2601         (getRowNearY): do not compute nor return the real y. Solve the
2602         'y < 0' problem and simplify.
2603
2604 2003-08-22  Angus Leeming  <leeming@lyx.org>
2605
2606         * *.[Ch]: clean-up of licence and author blurbs.
2607         Also move config.h out of a few .h files and into a few .C files.
2608
2609 2003-08-22  André Pönitz  <poenitz@gmx.net>
2610
2611         * lyxrow.[Ch]: add x_ and *fill_ members
2612
2613         * lyxtext.h:
2614         * text.C:
2615         * rowpainter.C:
2616         * text2.C: adjust/remove prepareToPrint() calls
2617
2618 2003-08-22  André Pönitz  <poenitz@gmx.net>
2619
2620         * lyxrow.[Ch]: add  end_ member
2621
2622         * lyxrow_funcs.C: use LyXRow::end_
2623
2624         * lyxtext.h (singleWidth): add LyXFont parameter
2625
2626         * rowpainter.C:
2627         * text2.C: adjust LyXText::singleWidth() calls
2628
2629         * text.C (redoParagraph): simplify row breaking logic
2630
2631
2632 2003-08-19  André Pönitz  <poenitz@gmx.net>
2633
2634         * funcrequest.C: initialize button_ member
2635
2636         * text3.C:
2637         * rowpainter.[Ch]: interface consolidation
2638
2639 2003-08-18  André Pönitz  <poenitz@gmx.net>
2640
2641         * BufferView.C:
2642         * BufferView_pimpl.C:
2643         * lyxfind.C:
2644         * paragraph_funcs.C:
2645         * rowpainter.C:
2646         * text3.C: remove LyXScreen::draw() and fitCursor calls
2647
2648         * BranchList.h: remove spurious semicolons
2649
2650         * MenuBackend.C: fix branchlist related crash
2651
2652 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
2653
2654         * BranchList.[Ch]:
2655         * InsetList.[Ch]:
2656         * LColor.[Ch]:
2657         * LyXAction.C:
2658         * Makefile.am:
2659         * MenuBackend.[Ch]:
2660         * bufferparams.[Ch]:
2661         * factory.C:
2662         * lfuns.h:
2663         * lyxfunc.C:
2664         * text3.C: implements the 'branch inset'
2665         idea. This allows the output of various versions of a document
2666         from a single source version, selectively outputing or suppressing
2667         output of parts of the text.
2668         This implementation contains a 'branch list editor' in a separate
2669         tab of the document settings dialog. Branches are user definable
2670         and have a "display colour" to distinguish them on-screen.
2671
2672         ColorHandler was somewhat cleaned up.
2673         (1) make possible a dynamically growing LColor list by allowing
2674         the graphic context cache to grow along (vector);
2675         (2) eliminate an IMHO unnecessary step in colour allocation.
2676
2677 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
2678
2679         * BufferView_pimpl.C: compile fix
2680
2681 2003-08-15  André Pönitz  <poenitz@gmx.net>
2682
2683         * rowpainter.C: remove extra metrics calls
2684
2685         * lyxtext.h: merge the two constructors into a single one,
2686           pass reference to owner's par list
2687
2688         * BufferView_pimpl.C:
2689         * text.C:
2690         * text2.C: adjust
2691
2692 2003-08-15  André Pönitz  <poenitz@gmx.net>
2693
2694         * lyxrow_funcs.[Ch]:
2695         * lyxtext.h:
2696         * paragraph.h:
2697         * paragraph_funcs.C:
2698         * rowpainter.C:
2699         * text.C:
2700         * text2.C:
2701         * text3.C:
2702         * text_funcs.C: split LyXText::rowlist_ into individual
2703         Paragraph::rows_ chunks
2704
2705         * BufferView.[Ch]:
2706         * BufferView_pimpl.[Ch]:
2707         * lyxfind.C:
2708         * lyxtext.h:
2709         * text3.C: remove toggleSelection()
2710
2711 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
2712
2713         * bufferlist.C: beautify two alerts (shorter text of buttons)
2714         * buffer.C: Remove redundant ' ' from message
2715         * tabular.h:
2716         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
2717         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
2718         rename VALIGN_CENTER to VALIGN_MIDDLE
2719
2720 2003-08-11  André Pönitz  <poenitz@gmx.net>
2721
2722         * lyxtext.h (getPar):
2723         * text.C: new function
2724
2725 2003-08-11  André Pönitz  <poenitz@gmx.net>
2726
2727         * Makefile.am:
2728         * tracer.[Ch]: remove unneeded files
2729
2730         * InsetList.[Ch]: remove resizeInsetsLyXText()
2731
2732         * lyxtext.h:
2733         * text.C:
2734         * text2.C:
2735         * text3.C: merge insertParagraphs() and appendParagraph()
2736         remove breakAgain(), update()
2737
2738         * BufferView_pimpl.[Ch]:
2739         * bufferview_funcs.[Ch]:
2740         * lyxfunc.C:
2741         * paragraph.[Ch]:
2742         * rowpainter.C:
2743         * tabular.C: adjust after text & InsetList changes.
2744
2745 2003-08-08  André Pönitz  <poenitz@gmx.net>
2746
2747         * text.C (insertChar, backspace): replace rowlist fiddling
2748         with rebreak of full par
2749
2750         * lyxtext.h:
2751         * text.C (breakAgainOneRow, redoHeightOfParagraph,
2752         checkParagraph, updateInset): removed
2753
2754 2003-08-07  André Pönitz  <poenitz@gmx.net>
2755
2756         * paragraph.C:
2757         * text3.C: merge some LFUN handlers, remove dead code
2758
2759 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2760
2761         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
2762
2763 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
2764
2765         * text2.C (DEPM): fix part of bug 1255 and 1256
2766
2767 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2768
2769         * BufferView_pimpl.C (workAreaDispatch): change to use
2770         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
2771         that are no mouse related.
2772
2773 2003-08-05  André Pönitz  <poenitz@gmx.net>
2774
2775         * BufferView.[Ch]:
2776         * BufferView_pimpl.[Ch]:
2777         * bufferview_funcs.C:
2778         * text2.C:
2779         * text3.C: rip out "deep update"
2780
2781         * textcursor.[Ch] (last_sel_cursor): remove unused member
2782
2783 2003-08-04  André Pönitz  <poenitz@gmx.net>
2784
2785         * BufferView.[Ch]:
2786         * BufferView_pimpl.[Ch]:
2787         * ParagraphParameters.C:
2788         * bufferview_funcs.C:
2789         * lyx_cb.C:
2790         * lyxfind.C:
2791         * lyxfunc.C:
2792         * text.C:
2793         * text2.C:
2794         * text3.C: replace "complicated" BufferView::update(...) calls with
2795         simpler ones.
2796
2797         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
2798
2799 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
2800
2801         * Makefile.am (lyx_SOURCES): add paper.h
2802
2803 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2804
2805         * Makefile.am: move things around so that both lyx-qt and
2806         lyx-xforms can be built (according to --with-frontend). Then lyx
2807         is a symbolic link to lyx-[firstfrontend]
2808
2809 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2810
2811         * Always use std::endl with lyxerr
2812
2813 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2814
2815         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
2816
2817 2003-08-01  André Pönitz  <poenitz@gmx.net>
2818
2819         * BufferView.[Ch]:
2820         * BufferView_pimpl.[Ch]:
2821         * lyxfunc.C:
2822         * text3.C: merge BufferView::repaint() and BufferView::update()
2823
2824 2003-08-01  José Matos  <jamatos@lyx.org>
2825
2826         * buffer.[Ch]: file_format is no longer a buffer data element.
2827
2828 2003-08-01  André Pönitz  <poenitz@gmx.net>
2829
2830         * BufferView.C:
2831         * lyxtext.h:
2832         * text.C:
2833         * text2.C: make redoParagraph more independent of current cursor
2834
2835         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
2836         * text.C:
2837         * text2.C: remove unneeded members
2838
2839 2003-07-30  André Pönitz  <poenitz@gmx.net>
2840
2841         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
2842
2843         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
2844           create a single function...
2845
2846         * paragraph_funcs.C (moveItem): ... here.
2847
2848         * text.C:
2849           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
2850
2851 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
2852
2853         * LColor.[Ch]: Add comment and greyedout logical colors.
2854
2855 2003-07-30  André Pönitz  <poenitz@gmx.net>
2856
2857         * tabular.C: don't use Assert too heavily. This crashes where it
2858           shouldn't
2859
2860 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
2861
2862         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
2863         is disabled (bug 1232)
2864
2865 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2866
2867         * factory.C: limited 'arg' scope
2868
2869 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2870
2871         * factory.C: fixed Note submenu issues
2872
2873 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2874
2875         * factory.C: submenu for Note/Comment/Greyedout
2876
2877 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
2878
2879         * lyx_main.C (LyX):
2880         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
2881
2882 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
2883
2884         * LaTeXFeatures.C:
2885         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
2886         greyedout. Patch provided by Jürgen Spitzmüller.
2887
2888 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2889
2890         * kbmap.C (read): fix error message when reading bind files
2891
2892 2003-07-29  Angus Leeming  <leeming@lyx.org>
2893
2894         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
2895         certainly does not do what it purports to do. I am doing it, and
2896         us, a favour by killing it.
2897
2898 2003-07-28  José Matos  <jamatos@lyx.org>
2899
2900         * buffer.C (readBody, do_writeFile):
2901         * paragraph.C(readParagraph): \end_document replaces \the_end.
2902
2903 2003-07-29  André Pönitz  <poenitz@gmx.net>
2904
2905         * BufferView.[Ch]:
2906         * BufferView_pimpl.[Ch]:
2907         * lyxfunc.C:
2908         * text2.C:
2909         * text3.C:
2910         * textcursor.[Ch]: remove toggleToggle & Co
2911
2912 2003-07-28  José Matos  <jamatos@fep.up.pt>
2913
2914         * buffer.C (readParagraph):
2915         * params_func (readParToken, readParagraph):
2916         * paragraph.C (write): \layout -> \begin_layout.
2917
2918 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2919
2920         * lyxlex_pimpl.C (setFile): clean up slightly.
2921
2922         * bufferparams.h: add compressed var
2923
2924         * buffer_funcs.C (readFile): adjust for LyXLex change
2925         (newFile): ditto + simplify
2926
2927         * buffer.C (writeFile): handle writing of compressed files
2928
2929         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
2930         Check if the file is compressed and set a bufferparm if so.
2931
2932         * Makefile.am (lyx_LDADD): remove explicit -lz
2933
2934 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2935
2936         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
2937         makeDocBookFile): put the real LyX version in the first line of
2938         the file
2939
2940         * version.h:
2941         * version.C.in: remove lyx_docversion
2942
2943         * tabular.C (write_attribute): add a template-based version to
2944         write enums properly
2945
2946 2003-07-28  André Pönitz  <poenitz@gmx.net>
2947
2948         * lyxtext.h:
2949         * text.C:
2950         * text2.C:
2951         * text3.C: use doubles again for x-coordinates. They are needed.
2952
2953 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2954
2955         * messages.C (getLocaleDir): use lyx_localedir()
2956
2957         * lyxlex_pimpl.C (setFile): compress stuff
2958
2959         * buffer.C (writeFile): add some compression stuff
2960         (do_writeFile): new func, dont call expliti close... will this
2961         breake anything?
2962
2963         * Makefile.am (lyx_LDADD): add -lz
2964
2965 2003-07-28  José Matos  <jamatos@fep.up.pt>
2966
2967         * buffer.C: increment file format.
2968         * paragraph_funcs (readParagraph, readParToken):
2969         * paragraph.C (readParagraph): add \end_layout.
2970
2971 2003-07-27  Angus Leeming  <leeming@lyx.org>
2972
2973         * Makefile.am: remove special casing for configure-time setting of
2974         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
2975
2976         * lyx_main.C (init): remove all Jean-Marc's magic setting of
2977         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
2978
2979 2003-07-26  André Pönitz  <poenitz@gmx.net>
2980
2981         * paragraph_func.[Ch]:
2982         * paragraph.C (realizeFont): inline it whereever it is used
2983
2984         * rowpainter.C:
2985         * text.C:
2986         * text2.C:
2987         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
2988
2989
2990 2003-07-26  André Pönitz  <poenitz@gmx.net>
2991
2992         *       lyxtext.h:
2993         * text.C:
2994         * text2.C: get rid of LyXText::need_break_row
2995
2996 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2997
2998         * toc.[Ch]: put namespace toc inside namespace lyx
2999
3000         * MenuBackend.C (expandToc2): adjust for lyx::toc
3001         (expandToc): ditto
3002
3003         * lyxfunc.C (dispatch): adjust for lyx::find
3004
3005         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
3006         lyx::find instead. Reorganize a bit.
3007         (LyXReplace): rename to replace
3008         (LyXFind): rename to find
3009
3010         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
3011         (dispatch): ditto
3012
3013 2003-07-26  André Pönitz  <poenitz@gmx.net>
3014
3015         * text.C (setHeightOfRow): restrict scope of temporary variable
3016
3017         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3018           code (never has been used?)
3019
3020 2003-07-27  Asger Alstrup  <alstrup@local>
3021
3022         * text.C (fill): Optimise algorithm to exploit that we can reuse
3023         the LyXFont for many characters.
3024         (setHeightOfRow): Same thing.
3025         (rowBreakPoint): Same thing.
3026
3027 2003-07-26  Asger Alstrup  <alstrup@local>
3028
3029         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3030
3031         * text.C (singleWidth): Spurious font copying in hot-spot
3032         singleWidth avoided. Reorder tests for arabic for efficiency.
3033
3034         * text.C (fill): handle empty paragraphs better.
3035
3036 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3037
3038         * ispell.C:
3039         * encoding.h: add includes
3040
3041         * lyxrc.C: remove reading of bind files
3042
3043         * lyx_main.C (init): setup bindings and menus only if we have a
3044         gui.
3045
3046         * kbmap.C (read): new method. Do the actual reading of bind
3047         files.
3048
3049         * converter.C (dvipdfm_options):
3050         * bufferparams.C:
3051         * lyxrc.C (read):
3052         (output): adapt PAPER_* enums.
3053
3054         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3055
3056         * bufferparams.h: remove paper-related enums from there
3057
3058         * paper.h: New file. A trivial header file to hold paper-related
3059         enums. It should later expand to contain many paper-related
3060         horrors access.
3061
3062         * lyxrc.C: declare extern displayTranslator
3063
3064 2003-07-27  José Matos  <jamatos@fep.up.pt>
3065
3066         * tabular.[Ch] (linuxdoc): add support for tables and figures
3067         (linuxdoc).
3068
3069 2003-07-27  José Matos  <jamatos@fep.up.pt>
3070
3071         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3072         consistency in both functions.
3073         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3074
3075 2003-07-26  Asger Alstrup  <alstrup@local>
3076
3077         * rowpainter.C (paintRows): Change algorithm to work directly on
3078         the insets rather than asking every character in the document
3079         whether its an inset.
3080
3081 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3082
3083         * buffer.C (openFileWrite): factorize some code
3084
3085 2003-07-26  Angus Leeming  <leeming@lyx.org>
3086
3087         * lyx_cb.C:
3088         * lyx_main.[Ch]: replace occurances of system_tempdir with
3089         os::getTmpDir().
3090
3091 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3092
3093         * rename Inset to InsetOld
3094
3095 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3096
3097         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3098         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3099         which I think is a bit clearer. EDIT is gone, since it was
3100         premature optimisation, and broken for mathed anyway.
3101         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3102         with cursor positioning in insets as well (math insets still do not
3103         work, but that's a different story anyway.) It mysteriously
3104         crashes sometimes with undo in the first paragraph, but I'm fairly
3105         confident that this is a compiler bug.
3106
3107 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3108
3109         * paragraph.C (Paragraph): adjust for new clone return type
3110         (operator==): ditto
3111         (copyIntoMinibuffer): ditto
3112
3113 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3114
3115         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3116         by not having a special case, and always doing a full rebreak of
3117         the document after undo.
3118
3119 2003-07-23  Angus Leeming  <leeming@lyx.org>
3120
3121         * factory.C (createInset): InsetExternal::setParams now takes a
3122         Buffer const * arg.
3123
3124 2003-07-23  Angus Leeming  <leeming@lyx.org>
3125
3126         * factory.C (createInset): changed interface to the external and
3127         graphics mailers' string2params functions.
3128
3129 2003-07-23  Angus Leeming  <leeming@lyx.org>
3130
3131         * factory.C (createInset): pass a
3132         Buffer const * parameter to InsetExternalMailer's string2params.
3133
3134 2003-07-22  John Levon  <levon@movementarian.org>
3135
3136         * Thesaurus.h: include the right aiksaurus header
3137
3138 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3139
3140         * MenuBackend.C (expand): check menu shortcuts unconditionally
3141
3142 2003-07-21  Angus Leeming  <leeming@lyx.org>
3143
3144         * factory.C (createInset): pass a
3145         buffer_path parameter to InsetGraphicsMailer's string2params.
3146
3147 2003-07-21  Angus Leeming  <leeming@lyx.org>
3148
3149         * BufferView_pimpl.C (buffer):
3150         * buffer.C (d-tor):
3151         * lyx_main.C (LyX):
3152         * lyxfunc.C (dispatch):
3153         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3154         rather than the grfx shortcut.
3155
3156 2003-07-21  André Pönitz  <poenitz@gmx.net>
3157
3158         * rowpainter.C: remove unused variables
3159
3160         * tabular_funcs.C:
3161         * tabular_funcs.h: move to tabular.C
3162         * Makefile.am: adjust
3163
3164         * tabular.[Ch]: basic optical cleaning
3165
3166         * author.h: pass references, not values
3167
3168 2003-07-18  André Pönitz  <poenitz@gmx.net>
3169
3170         * lyxtext.h:
3171         * metricsinfo.C:
3172         * metricsinfo.h:
3173         * rowpainter.C:
3174         * text.C:
3175         * text2.C:
3176         * text3.C: two-phase drawing for InsetText and InsetTabular
3177         some float -> int changes.
3178
3179 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3180
3181         * lyx_main.C: fix the fix
3182
3183 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3184
3185         * lyx_main.C: fix a crash in batch mode if no files specified
3186         * converter.C: ws
3187
3188 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3189
3190         * format.[Ch] (papersize): moved to BufferParams
3191         * converter.[Ch] (dvips_options): moved to BufferParams
3192         (dvipdfm_options): moved to anon namespace
3193         * bufferparams.[Ch]: added above functions.
3194
3195 2003-07-17  André Pönitz  <poenitz@gmx.net>
3196
3197         * lyxtext.h:
3198         * rowpainter.C:
3199         * text2.C: don't call inset->update() anymore
3200
3201         * metricsinfo.[Ch]: add convenience constructor
3202
3203 2003-07-16  André Pönitz  <poenitz@gmx.net>
3204
3205         * lyxcursor.[Ch]:
3206         * lyxfunc.[Ch]:
3207         * text.C:
3208         * text2.C: replace the LyXCursor::irow_ member with
3209          on-demand computation of the value
3210
3211 2003-07-16  John Levon  <levon@movementarian.org>
3212
3213         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3214
3215 2003-07-15  André Pönitz  <poenitz@gmx.net>
3216
3217         * text.C:
3218         * text2.C: remove no more needed refresh_row
3219
3220 2003-07-15  André Pönitz  <poenitz@gmx.net>
3221
3222         * lyxtext.h:
3223         * rowpainter.C:
3224         * text2.C:
3225         * text3.C: refresh_status tristate -> need_update bool
3226
3227 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3228
3229         * lyxtext.h (init): remove reinit argument (act as if always true)
3230         * text2.C: adjust to that
3231
3232 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3233
3234         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3235         * text3.C: use it to delete selections in some cases
3236         (bugs 441, 673, 702, 954).
3237
3238 2003-07-14  André Pönitz  <poenitz@gmx.net>
3239
3240         * rowpainter.[Ch]: reduce interface
3241
3242 2003-07-14  André Pönitz  <poenitz@gmx.net>
3243
3244         * BufferView_pimpl.C:
3245         * text2.C: adjust after removing unused BufferView * argument
3246
3247 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3248
3249         * text2.C (init): fix a crash fired on resize
3250
3251 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3252
3253         * buffer.[Ch]: added new closing signal
3254         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3255         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3256         BufferView::Pimpl via the closing the signal
3257
3258 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3259
3260         * buffer.[Ch]: take out all bv-related from buffer
3261         * BufferView.C:
3262         * BufferView_pimpl.[Ch]: connect to new signals
3263         * CutAndPaste.C: removed useless asserts
3264         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3265         * lyxvc.[Ch]:
3266         * vc-backend.[Ch]:
3267         * lyxfunc.C: moved view-related funciontality from vc here
3268         * paragraph.C: removed outdated comments
3269         * text.C: ws
3270
3271 2003-07-10  André Pönitz  <poenitz@gmx.net>
3272
3273         * BufferView_pimpl.C:
3274         * tabular.h:
3275         * tabular_funcs.C:
3276         * text.C:
3277         * text2.C: remove InsetText::InnerCache, clean up consequences
3278
3279 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3280
3281         * ispell.C: fix two typos in error messages
3282
3283 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3284
3285         * Extend Note inset to other forms of annotation like Comment
3286         and Greyedout. Right button click gives dialog.
3287
3288         Files modified or added (+):
3289
3290         * insetnote.[Ch]
3291         * FormNote.[Ch]      +
3292         * ControlNote.[Ch]   +
3293         * form_note.fd       +
3294         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3295         frontends/controllers
3296         * xforms/Dialogs.C
3297         * factory.C
3298
3299 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3300
3301         * aspell.C: add missing namespace lyx::support
3302
3303 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3304
3305         * BufferView.[Ch] (newFile): Add
3306         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3307         * LaTeX.[Ch] (message): added this signal and use it
3308         * buffer.[Ch] (busy, message): added these signals and use them
3309         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3310         * converter.C:
3311         * exporter.C:
3312         * format.C:
3313         * importer.C: use buffer signals instead of direct bv calling
3314         * lyx_cb.[Ch] (ShowMessage): removed
3315         * lyx_main.C:
3316         * lyxfunc.C:
3317         * paragraph_funcs.C:
3318         * text2.C: use buffer signals
3319
3320 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3321
3322         * introduce namespace lyx::graphics
3323
3324 2003-07-02  André Pönitz  <poenitz@gmx.net>
3325
3326         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3327
3328 2003-07-01  André Pönitz  <poenitz@gmx.net>
3329
3330         * text.C:
3331         * text2.C:
3332         * text3.C:
3333         * text_funcs.[Ch]:
3334         * textcursor.h:
3335         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3336           text*.C to text_func.C
3337
3338 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3339
3340         * introduce namespace lyx::support
3341
3342 2003-06-30  André Pönitz  <poenitz@gmx.net>
3343
3344         * Chktex.C:
3345         * funcrequest.C:
3346         * lyxtext.h:
3347         * text.C: re-enable --with-included-string
3348
3349 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3350
3351         * textcursor.C: add <config.h>
3352
3353         * text.C (getWord): remove const from word_location arg
3354
3355         * lyxvc.C (getLogFile): fix const type order
3356
3357         * lyxtext.h: remove const from word_location arg, add arg name
3358
3359         * lyxlayout.h: currect type on labeltype.
3360
3361         * importer.C: correct \file
3362
3363         * converter.C (intToFormat): use std:: on ret val, ws changes
3364
3365         * bufferlist.h: correct \file
3366
3367         * buffer.C (makeLinuxDocFile): fix const type order
3368         (makeDocBookFile): ditto
3369         (fillWithBibKeys): use std:: on stdlib args.
3370
3371         * CutAndPaste.C: fix authors.
3372         (availableSelections): use std:: on return vector
3373
3374 2003-06-27  André Pönitz  <poenitz@gmx.net>
3375
3376         * BufferView_pimpl.C:
3377         * bufferview_funcs.C:
3378         * lyxcursor.C:
3379         * lyxcursor.h:
3380         * lyxfunc.C:
3381         * lyxtext.h:
3382         * rowpainter.C:
3383         * text.C:
3384         * text2.C:
3385         * text3.C: remove LyXCursor::row_ member
3386
3387         * lyxtext.h:
3388         * text.C: rename fullRebreak() to partialRebreak() and implement
3389           a fullRebreak() that really bereks fully
3390
3391         * textcursor.h: new struct for cursor-related data
3392
3393 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
3394
3395         * lyx_main.C (LyX): get full path of document loaded on the
3396         command line
3397
3398 2003-06-26  André Pönitz  <poenitz@gmx.net>
3399
3400         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
3401           remove unused/broken operator>,<,>=.
3402
3403         *       text.C: remove only use of broken operator<= in an Assert().
3404
3405 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3406
3407         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
3408         moved errorlist_.clear to showErrorList
3409
3410 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3411
3412         * converter.C (scanLog, runLaTeX):
3413         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
3414         move the bv->showErrorList call to the callers
3415         * lyxfunc.C: i.e. here...
3416         * text2.C: and here
3417         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
3418         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
3419         namespace, the second to...
3420         * buffer_funcs (BufferFormat, parseErrors): added
3421         * errorlist.C (ErrorList(TeXErrors const &)): removed
3422
3423 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3424
3425         * ToolbarBackend.C (getIcon): complain when icon cannot be found
3426
3427 2003-06-24  "Garst R. Reese" <reese@isn.net>
3428
3429         * debug.C: fix typo
3430
3431 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3432
3433         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
3434
3435         * version.C.in: change docversion to 1.4
3436
3437 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
3438
3439         * buffer.C: fix a bug just introduced
3440
3441 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
3442
3443         * buffer.[Ch]: added the parseError signal and use it, removed
3444         sgmlError
3445         * BufferView.[Ch] (addError): moved to ...
3446         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
3447         to the Buffer::parseError signal to catch (guess what) parse errors
3448         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
3449
3450 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
3451
3452         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
3453         ability to create a buffer and to return an existing one from
3454         the list. Moved these functions to...
3455         * buffer_funcs.[Ch]: added
3456         * BufferView.[Ch] (loadLyXFile): added
3457         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
3458         job removed from bufferlist::loadLyXFile.
3459         * buffer.C (setReadOnly): make it work without view
3460         (i.e added an if (users))
3461
3462 2003-06-19  Angus Leeming  <leeming@lyx.org>
3463
3464         * lfuns.h:
3465         * LyXAction.C (init):
3466         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
3467         with LFUN_DIALOG_SHOW <name> <data>.
3468
3469 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3470
3471         * CutAndPaste.C (availableSelections): small compilation fix for
3472         ancient (gcc 2.9x) compilers
3473
3474 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
3475
3476         * text3.C (cursorNext): add tmp var
3477
3478         * text2.C (updateCounters): for function calling out of for clause
3479         (replaceSelectionWithString): ditto
3480         (insertStringAsParagraphs): ditto
3481         (getColumnNearX): add tmp var
3482         (setCursorFromCoordinates): add tmp var
3483         (cursorDownParagraph): add tmp var
3484         (deleteEmptyParagraphMechanism): add tmp var
3485
3486         * text.C (insertChar): add tmp var
3487
3488         * rowpainter.C (paintDepthBar): add tmp var
3489
3490         * CutAndPaste.C (availableSelections): potentially check all
3491         paragraphs in a cut to fill the shown strings.
3492
3493 2003-06-18  André Pönitz  <poenitz@gmx.net>
3494
3495         * kbmap.[Ch]: use vector<> instead of list<>
3496
3497 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3498
3499         * text3.C (dispatch): handle arg to LFUN_PASTE, call
3500         pasteSelection with index
3501
3502         * text2.C (pasteSelection): modify, call pasteSelection with index
3503
3504         * paragraph.C (asString): reimplement version with no interval to
3505         call the one with interval.
3506
3507         * lyxtext.h: add index arg to pasteSelection
3508
3509         * MenuBackend.C (MenuItem): handle PasteRecent
3510         (Menu::read::Menutags): add md_pasterecent
3511         (read): handle it
3512         (expandPasteRecent): new function
3513         (expand): use it
3514
3515         * MenuBackend.h: add PasteRecent to MenuItem::Kind
3516
3517         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
3518         the limited stack
3519         (availableSelections): new function
3520
3521 2003-06-17  Angus Leeming  <leeming@lyx.org>
3522
3523         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
3524
3525 2003-06-17  Angus Leeming  <leeming@lyx.org>
3526
3527         * lfuns.h:
3528         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
3529
3530         * lyxfunc.C (dispatch): invoke it.
3531
3532 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3533
3534         * iterators.C (operator++, ParPosition): reintroduce some
3535         const_cast for the benefit of older compilers.
3536
3537 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3538
3539         * text3.C (dispatch): do not modify clipboard when doing
3540         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
3541         LFUN_DELETE_SKIP on a selection selection
3542
3543 2003-06-16  André Pönitz  <poenitz@gmx.net>
3544
3545         * BufferView.C:
3546         * buffer.C:
3547         * buffer.h:
3548         * paragraph.C:
3549         * tabular.[Ch]: IU of clone() and getLabelList();
3550
3551 2003-06-13  André Pönitz  <poenitz@gmx.net>
3552
3553         * tabular.h: compactification
3554
3555 2003-06-12  André Pönitz  <poenitz@gmx.net>
3556
3557         * tabular.C:
3558         * tabular.h:
3559         * tabular_funcs.h: some renaming plus whitespace
3560
3561 2003-06-12  André Pönitz  <poenitz@gmx.net>
3562
3563         * BufferView.C:
3564         * BufferView_pimpl.C:
3565         * CutAndPaste.C:
3566         * buffer.C:
3567         * iterators.[Ch]:
3568         * lyxfunc.C:
3569         * text.C:
3570         * toc.C: Return a Paragraph & for ParIterator::operator*()
3571
3572 2003-06-11  John Levon  <levon@movementarian.org>
3573
3574         * lyx_main.C:
3575         * ToolbarBackend.h:
3576         * ToolbarBackend.C: add "Toolbars" section and
3577         put the flags there
3578
3579 2003-06-10  Angus Leeming  <leeming@lyx.org>
3580
3581         * lfuns.h:
3582         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
3583
3584         * lyxfunc.C (dispatch): invoke it.
3585
3586 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3587
3588         * main.C: protect <ios> with HAVE_IOS
3589         (main): protect sync_with_stdio with HAVE_IOS
3590
3591 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3592
3593         * text2.C (cutSelection): adjust
3594         (pasteSelection): adjust
3595
3596         * messages.C: handle get of empty string
3597
3598         * main.C (main): use sync_with_stdio(false)
3599
3600         * lyxfunc.C (dispatch): adjust
3601
3602         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
3603         (WriteAs): remove unneeded BufferView arg.
3604
3605         * bufferparams.h: use correct types on papersize, papersize2 and
3606         paperpackage.
3607
3608         * bufferparams.C (readToken): adjust for type
3609         (writeLaTeX): add missing cases to switch.
3610
3611         * bufferlist.C (quitWriteBuffer): adjust
3612         (close): adjust
3613
3614         * buffer.C (asciiParagraph): remove some commented code.
3615
3616         * CutAndPaste.C: remove current_view extern variable.
3617         (cutSelection): add BufferParams arg.
3618         (eraseSelection): add BufferParams arg.
3619         (pasteSelection): add Buffer const & arg
3620
3621 2003-06-07  John Levon  <levon@movementarian.org>
3622
3623         * buffer.C:
3624         * paragraph_funcs.C:
3625         * paragraph_pimpl.C:
3626         * text.C:
3627         * text2.C:
3628         * paragraph.h:
3629         * paragraph.C: allow InsetERT to freely space lines,
3630         and some consolidation of code
3631
3632 2003-06-06  José Matos  <jamatos@fep.up.pt>
3633
3634         * buffer.C (makeDocBookFile): fix bug #821
3635
3636 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
3637
3638         * BufferView_pimpl.C (dispatch): use Dialogs::visible
3639
3640 2003-06-04  Angus Leeming  <leeming@lyx.org>
3641
3642         * buffer.C: bump format to 224.
3643
3644 2003-06-05  André Pönitz  <poenitz@gmx.net>
3645
3646         * text2.C (redoParagraphs): remove two const_cast<>
3647
3648 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3649
3650         * ParagraphList.h: remove last remnants of NO_STD_LIST
3651
3652 2003-06-03  Angus Leeming  <leeming@lyx.org>
3653
3654         * factory.C (createInset): small change to the way InsetExternal's params
3655         are set.
3656
3657 2003-06-04  André Pönitz  <poenitz@gmx.net>
3658
3659         * buffer.h: use Undo directly instead of shared_ptr<Undo>
3660
3661         * paragraph_pimpl.h:
3662         * paragraph.[Ch]: some Inset -> UpdatableInset changes
3663
3664         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
3665
3666         * undo_funcs.C: make some simple cases of undo work again
3667
3668 2003-06-03  John Levon  <levon@movementarian.org>
3669
3670         * ispell.C: HPUX doesn't have sys/select.h
3671         (from Albert Chin)
3672
3673 2003-06-03  John Levon  <levon@movementarian.org>
3674
3675         * CutAndPaste.C: update tabular and include inset
3676         buffer references
3677
3678         * buffer.h:
3679         * paragraph.h:
3680         * paragraph.C: remove owningBuffer(), don't pass Buffer
3681         to clone()
3682
3683         * factory.C: insetGraphicsParams changed
3684
3685 2003-06-02  John Levon  <levon@movementarian.org>
3686
3687         * LyXAction.C:
3688         * factory.C:
3689         * lfuns.h:
3690         * lyxfunc.C:
3691         * text3.C: remove insetparent
3692
3693 2003-06-02  John Levon  <levon@movementarian.org>
3694
3695         * buffer.h:
3696         * buffer.C: fix inset_iterator.end(), move out of line
3697         (bug 1149)
3698
3699 2003-06-01  John Levon  <levon@movementarian.org>
3700
3701         * text3.C: use a proper cut/paste when doing inset
3702         insert (from Jürgen Spitzmüller)
3703
3704 2003-06-01  John Levon  <levon@movementarian.org>
3705
3706         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
3707
3708 2003-05-30  André Pönitz  <poenitz@gmx.net>
3709
3710         * rowpainter.C: unify second drawing phase
3711
3712 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3713
3714         * trans_mgr.C: remove one case of current_view
3715
3716         * text2.C (cursorBottom): delete NO_STD_LIST stuff
3717
3718         * paragraph_funcs.h: remove paragraph.h include
3719
3720         * paragraph.h: delete NO_STD_LIST stuff
3721
3722         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
3723
3724         * buffer.h: remove paragraph.h include
3725
3726         * ParagraphList.C: delete file
3727
3728         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
3729
3730         * toc.C (getTocList): adjust
3731
3732         * paragraph_pimpl.C (validate): adjust
3733
3734         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
3735
3736         * paragraph.C (Paragraph): adjust
3737         (getPositionOfInset): use const_iterator, adjust
3738         (bibitem): use const_iterator, adjust
3739         (setInsetOwner): adjust
3740
3741         * iterators.C (operator++): adjust
3742
3743         * InsetList.[Ch]: Replace selfmade iterator with standard
3744         vector::iterator also introduce const_iterator. Remove getPos,
3745         getInset and setInset from InsetTable. Adjust accordingly.
3746
3747         * BufferView.C (lockInset): adjust
3748         (ChangeInsets): adjust
3749
3750         * tabular.[Ch]: delete commented same_id functions
3751
3752 2003-05-28  John Levon  <levon@movementarian.org>
3753
3754         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
3755
3756 2003-05-28  André Pönitz  <poenitz@gmx.net>
3757
3758         * metricsinfo.[Ch]: remove 'fullredraw' member
3759
3760 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3761
3762         * lyxtextclass.C (operator): remove caching.
3763
3764 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3765
3766         * text3.C: adjust
3767
3768         * text2.C (cursorBottom): adjust
3769         (setCounter): use ParagraphList::find, adjust
3770
3771         * text.C (workWidth): use ParagraphList::find, adjust
3772
3773         * lyxcursor.C (LyXCursor): adjust
3774
3775         * buffer.C (inset_iterator): adjust
3776
3777         * ParagraphList.h: make iterator(value_type) private, make
3778         ParagraphList a friend of iterator.
3779
3780         * ParagraphList.C (find): new function
3781
3782         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3783
3784 2003-05-27  André Pönitz  <poenitz@gmx.net>
3785
3786         * dimension.[Ch]: a -> asc, d -> des, w -> wid
3787
3788 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3789
3790         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
3791
3792 2003-05-26  John Levon  <levon@movementarian.org>
3793
3794         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
3795
3796 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3797
3798         * remove same_id from function signatures, adjust.
3799
3800 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3801
3802         * undo_funcs.C (createUndo): use the id functions directly, adjust.
3803
3804         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
3805
3806         * paragraph.C (Paragraph): get rid of same_ids parameter
3807
3808         * ParagraphList.C (insert): adjust
3809         (push_back): adjust
3810
3811 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3812
3813         * paragraph_funcs.C (breakParagraph): adjust
3814         (breakParagraphConservative): adjust
3815
3816         * buffer.C (readParagraph): adjust
3817
3818         * ParagraphList.C (insert): take a reference instead of a pointer
3819         (insert): adjust
3820
3821         * paragraph.[Ch] (id): new function
3822
3823         * bufferlist.C (newFile): adjust
3824
3825         * ParagraphList.C (ParagraphList): adjust
3826         (assign): adjust
3827         (push_back): take a reference instead of a pointer.
3828
3829         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
3830
3831         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
3832         instead.
3833
3834         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
3835         set else use old code.
3836
3837         * ParagraphList.C: remove all NO_NEXT code and only compile this
3838         code of NO_STD_LIST is set.
3839
3840 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3841
3842         * BufferView_pimpl.C:
3843         * TextCache.C:
3844         * TextCache.h:
3845         * bufferlist.C:
3846         * errorlist.h:
3847         * format.C:
3848         * format.h:
3849         * graph.C:
3850         * lyxfunc.C:
3851         * lyxrc.C:
3852         * graphics/GraphicsConverter.C:
3853         * graphics/PreviewLoader.C: header adjustment
3854
3855 2003-05-23  Angus Leeming  <leeming@lyx.org>
3856
3857         * LaTeXFeatures.[Ch] (useBabel): new method.
3858         * bufferparams.C (writeLaTeX): use it.
3859
3860 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3861
3862         * ParagraphList.h (set): remove unused function.
3863
3864 2003-05-23  André Pönitz  <poenitz@gmx.net>
3865
3866         * BufferView.C:
3867         * BufferView_pimpl.C:
3868         * buffer.C:
3869         * buffer.h:
3870         * lyxfunc.C:
3871         * undo_funcs.C: setUndo reworked
3872
3873         * iterators.[Ch]: add access to topmost ParagraphList
3874
3875         * lyxtext.[Ch] (workWidth): add a const
3876
3877 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3878
3879         * texrow.[Ch] (increasePos): remove function
3880         * exporter.C (export): removed unused var and outdated comment
3881
3882 2003-05-23  Angus Leeming  <leeming@lyx.org>
3883
3884         * latexrunparams.h: rename fragile as moving_arg.
3885         * paragraph.C (simpleTeXOnePar): ditto.
3886         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
3887
3888 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3889
3890         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
3891         (createUndo): ditto
3892         (textUndoOrRedo): comment out a currently unused var.
3893
3894         * paragraph.h (NO_NEXT): enable NO_NEXT
3895
3896         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
3897
3898         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
3899
3900         * exporter.C (Export): adjust for removeAutoInsets removal.
3901
3902         * buffer.C (runChktex): adjust for removeAutoInsets removal.
3903
3904         * LyXAction.C (init): remove LFUN_REMOVEERRORS
3905
3906         * BufferView.[Ch] (removeAutoInsets): delete function
3907
3908 2003-05-22  Angus Leeming  <leeming@lyx.org>
3909
3910         * latexrunparams.h: add a free_spacing variable.
3911
3912         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
3913         to pass moving_arg, as the data is stored in runparams.fragile.
3914
3915         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
3916         to Inset::latexOptional or to simpleTeXOnePar.
3917
3918         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
3919         free_spacing arg to Inset::latexOptional.
3920
3921         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3922         free_spacing arg.
3923
3924 2003-05-22  Angus Leeming  <leeming@lyx.org>
3925
3926         * latexrunparams.h: add fragile and use_babel variables.
3927
3928         * bufferparams.[Ch] (writeLaTeX): return use_babel.
3929         * buffer.C (makeLaTeXFile): store this returned value in
3930         runparams.use_babel, thus passing it to the inset::latex methods.
3931
3932         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
3933         simpleTeXSpecialChars as it is now stored in runparams.fragile.
3934
3935         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
3936         longer has a fragile arg, as it is stored in runparams.fragile.
3937
3938         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
3939         moving_arg parameter as the data is stored in runparams.fragile.
3940
3941         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3942         a fragile parameter as the data is stored in runparams.fragile.
3943
3944 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3945
3946         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
3947
3948 2003-05-22  Angus Leeming  <leeming@lyx.org>
3949
3950         * latexrunparams.h: add a 'bool nice' which defaults to false.
3951
3952         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
3953         now encapsulated within runparams.
3954
3955         * bufferlist.C (updateIncludedTeXfiles):
3956         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
3957
3958 2003-05-22  Angus Leeming  <leeming@lyx.org>
3959
3960         * latexrunparams.h: new file containing struct LatexRunParams.
3961         * Makefile.am: add new file.
3962
3963         * LaTeX.[Ch] (c-tor, run):
3964         * buffer.[Ch] (makeLaTeXFile):
3965         * bufferlist.[Ch] (updateIncludedTeXfiles):
3966         * converter.C (convert, scanLog):
3967         * converter.[Ch] (runLaTeX):
3968         * exporter.C (Export):
3969         * paragraph.[Ch] (simpleTeXOnePar):
3970         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
3971         * paragraph_funcs.[Ch] (latexParagraphs):
3972         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
3973         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
3974         pass around a LatexRunParams parameter.
3975
3976 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3977
3978         * paragraph.[Ch]: remove unused constructor
3979
3980         * ParagraphList.C (erase): new function, taking two iterators
3981
3982 2003-05-22  André Pönitz  <poenitz@gmx.net>
3983
3984         * undo_funcs.C: remove duplicated code
3985
3986         * iterator.[Ch]: operator=
3987
3988 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3989
3990         * tabular.C (SetMultiColumn): ws changes
3991
3992         * rowpainter.C (paintFirst): get rid of a ->previous
3993
3994         * lyx_cb.C (getPossibleLabel): parlist simplification
3995
3996         * BufferView.C (ChangeInsets): simplify slightly.
3997
3998 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3999
4000         * LyXAction.C: new lfun space-insert, kill protected-space-insert
4001         * lfuns.h: new LFUN_SPACE
4002         * lyxfunc.C: protected space has a new lfun
4003         * paragraph_funcs.C: read new space insets
4004         * text3.C:
4005         * factory.C: handle new space insets
4006
4007 2003-05-22  André Pönitz  <poenitz@gmx.net>
4008
4009         * BufferView.C:
4010         * BufferView_pimpl.C:
4011         * buffer.[Ch]:
4012         * lyxfunc.C:
4013         * undo_funcs.C: return a ParIterator from getParFromID.
4014
4015         * iterators.[Ch]: add two const's
4016
4017 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4018
4019         * toc.C (getTocList): adjust
4020
4021         * iterators.[Ch]: rework for parlist
4022
4023         * buffer.C (par_iterator_begin): adjust
4024         (par_iterator_end): adjust
4025
4026         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4027
4028         * BufferView.C (removeAutoInsets): adjust
4029         (ChangeInsets): adjust
4030
4031 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4032
4033         * text.C (top_y): fix bug 1110
4034
4035 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4036
4037         * errorlist.[Ch]: added
4038         * buffer.C:
4039         * BufferView.[Ch]:
4040         * BufferView_pimpl.C:
4041         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4042         instead
4043
4044 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4045
4046         * Makefile.am: ensure that lyx is relinked upon changes to the
4047         various "convenience" libs.
4048
4049 2003-05-20  Angus Leeming  <leeming@lyx.org>
4050
4051         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4052         files are compiled in alphabetical order again.
4053
4054         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4055
4056 2003-05-19  Angus Leeming  <leeming@lyx.org>
4057
4058         * gettext.[Ch]: remove "char const * _(char const *)".
4059
4060 2003-05-19  André Pönitz  <poenitz@gmx.net>
4061
4062         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4063
4064         * Makefile.am:
4065         * BufferView.C:
4066         * DepTable.h:
4067         * LaTeXFeatures.C:
4068         * buffer.C:
4069         * lyxfont.C:
4070         * lyxlex.h:
4071         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4072
4073 2003-05-19  André Pönitz  <poenitz@gmx.net>
4074
4075         * buffer.C:
4076         * lyxlayout.[Ch]:
4077         * lyxtextclass.[Ch]:
4078         * paragraph.C:
4079         * paragraph_funcs.[Ch]:
4080         * text2.C:
4081         * text3.C: more insetenv work
4082
4083 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4084
4085         * ParagraphParameters.C (params2string): small bug fixed
4086
4087 2003-05-16  André Pönitz  <poenitz@gmx.net>
4088
4089         * debug.C:
4090         * bufferview_funcs.C: patch from Kornel Benko to prevent
4091           crash when _(...) is called twice in a statement
4092
4093 2003-05-16  André Pönitz  <poenitz@gmx.net>
4094
4095         * BufferView.C:
4096         * lyxfunc.C:
4097         * text.C:
4098         * text2.C:
4099         * text3.C:
4100         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4101
4102 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4103
4104         * lyx_main.C (init): remove spurious static_cast
4105
4106 2003-05-14  André Pönitz  <poenitz@gmx.net>
4107
4108         * BufferView.C: fix format string
4109
4110 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4111
4112         * BufferView.[Ch] (insertErrors): removed
4113         * BufferView.[Ch] (showErrorList): added
4114         * buffer.C (runChkTeX):
4115         * converter.C (scanLog): call showErrorList instead of inserterrors
4116
4117 2003-05-13  André Pönitz  <poenitz@gmx.net>
4118
4119         * BufferView_pimpl.C:
4120         * buffer.C:
4121         * bufferview_func.C:
4122         * MenuBackend.C:
4123         * lyxfunc.C:
4124         * lyxrc.C:
4125         * tex-accent.C:
4126         * text3.C:
4127         * toc.C:
4128         * tabular_funcs.h: tostr() from its own header
4129
4130         * ParagraphParameters.C:
4131         * ToolbarBackend.C:
4132         * bufferparams.C:
4133         * format.C:
4134         * lyxlex_pimpl.C:
4135         * text3.C: STRCONV()
4136
4137 2003-05-12  André Pönitz  <poenitz@gmx.net>
4138
4139         * BufferView.C:
4140         * BufferView_pimpl.C:
4141         * CutAndPaste.C:
4142         * LaTeX.C:
4143         * LaTeXFeatures.C:
4144         * ParagraphParameters.C:
4145         * buffer.C:
4146         * bufferlist.C:
4147         * bufferparams.C:
4148         * bufferview_funcs.C:
4149         * converter.C:
4150         * counters.C:
4151         * debug.C:
4152         * exporter.C:
4153         * format.C:
4154         * importer.C:
4155         * lyx_cb.C:
4156         * lyx_main.C:
4157         * lyxfont.C:
4158         * lyxfunc.C:
4159         * lyxvc.C:
4160         * paragraph.C:
4161         * paragraph_funcs.C:
4162         * tabular.C:
4163         * tabular_funcs.C:
4164         * text2.C:
4165         * text3.C:  boost::format -> bformat  all over the place
4166
4167
4168 2003-05-09  André Pönitz  <poenitz@gmx.net>
4169
4170         * LColor.[Ch]: Pimpl the #include <map> away
4171
4172 2003-05-09  John Levon  <levon@movementarian.org>
4173
4174         * bufferlist.C: never remove emergency saves
4175
4176 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4177
4178         * Makefile.am: better lib building
4179
4180 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4181
4182         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4183         instead.
4184         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4185         (simpleTeXSpecialChars): adjust
4186         (simpleTeXSpecialChars): adjust
4187         * paragraph.C (simpleTeXOnePar): adjust
4188         * buffer.C (makeLaTeXFile): adjust
4189
4190         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4191
4192         * text2.C (changeDepth): parlist cleanup
4193         (getColumnNearX): ditto
4194
4195         * rowpainter.C (getLabelFont): parlist cleanup
4196
4197         * bufferlist.C (newFile): parlist cleanup
4198
4199         * CutAndPaste.C (eraseSelection): parlist cleanup
4200
4201         * BufferView_pimpl.C (trackChanges): parlist cleanup
4202         (dispatch): ditto
4203
4204         * BufferView.C (lockInset): parlist cleanup.
4205         (ChangeInsets): ditto
4206
4207 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4208
4209         * CutAndPaste.h: Update file header.
4210
4211         * CutAndPaste.C: Update file header.
4212         Store the parts cut out of the Document in a limited_stack.
4213         (copySelection): adjust
4214         (pasteSelection): new function, takes the index in the limited stack.
4215         (nrOfParagraphs): adjust
4216         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4217         simplify error inset insertion.
4218         (checkPastePossible): adjust
4219
4220 2003-05-06  John Levon  <levon@movementarian.org>
4221
4222         * text2.C: don't cast wrap inset to float
4223
4224 2003-05-05  André Pönitz  <poenitz@gmx.net>
4225
4226         * iterator.C:
4227         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4228
4229         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4230           few naked Paragraph *.
4231
4232 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4233
4234         * bufferparams.C: Output warning if a document with missing
4235         TeX document class is loaded
4236         * exporter.C: Disable TeX exports if the document class is missing
4237         * lyxtextclass.C:
4238         * lyxtextclass.h:
4239         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4240         isTeXClassAvailable()
4241
4242 2003-05-03  John Levon  <levon@movementarian.org>
4243
4244         * BufferView.h:
4245         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4246         explicit cursor show/hide
4247
4248         * BufferView_pimpl.h:
4249         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4250         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4251
4252         * lyxfunc.C: hide cursor before dispatching.
4253
4254         * lyx_cb.C:
4255         * lyxfind.C:
4256         * text.C:
4257         * text3.C: remove explicit cursor hides
4258
4259 2003-05-02  André Pönitz  <poenitz@gmx.net>
4260
4261         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4262
4263         * undo_funcs.C:
4264         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4265           linked lists
4266
4267         * text2.C: tiny whitespace
4268
4269 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4270
4271         * undo_funcs.C: almost only ws changes.
4272
4273         * ParagraphList.C (splice): just return if pl is empty.
4274
4275 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4276
4277         * ParagraphList.C (splice): new function.
4278
4279         * CutAndPaste.C (pasteSelection): use it
4280
4281 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4282
4283         * CutAndPaste.C (pasteSelection): remove the last next and
4284         previous from this file.
4285
4286 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4287
4288         * CutAndPaste.C (pasteSelection): more clean up, user proper
4289         ParagraphList functions for pasteing.
4290
4291         * ParagraphList.C (insert): new function, three arg insert
4292
4293 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4294
4295         * ParagraphList.C (insert): new function, three arg insert
4296
4297         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4298         not on paragraphs.
4299
4300 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4301
4302         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4303
4304 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4305
4306         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4307
4308 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4309
4310         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4311         (copySelection): clean up a bit.
4312         (pasteSelection): use make_pair
4313
4314         * ParagraphList.C (ParagraphList): implement copy constructor
4315         (operator=): implement, base on copy constructor.
4316         (assign): new func
4317
4318         * paragraph.C (erase): return a bool
4319
4320         * paragraph_pimpl.C (erasePos): remove function, move contents...
4321         (erase): ... here. Return a bool.
4322         (erase): call erase instead of erasePos.
4323
4324 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4325
4326         * ParagraphList.h: define PitPosPair
4327         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4328         ParagraphList, fix a bug on pasting multiple pars
4329         * text2.C: change interface to C&P
4330
4331 2003-04-30  André Pönitz  <poenitz@gmx.net>
4332
4333         * undo_func.C: revert part of yesterday's patch 2
4334
4335 2003-04-30  John Levon  <levon@movementarian.org>
4336
4337         * LColor.C: s/tabular/table/
4338
4339 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4340
4341         * text3.C (dispatch): do not convert iterator -> pointer
4342         * undo_funcs.C (setCursorParUndo): ditto
4343         * text_funcs.C (transposeChars): ditto
4344
4345         * text2.C (setLayout): ws changes only
4346
4347         * text.C (breakParagraph): do not convert iterator -> pointer
4348         (insertChar): ditto
4349         (acceptChange): ditto
4350         (rejectChange): ditto
4351         (changeCase): ditto
4352         (Delete): ditto
4353         (backspace): ditto
4354
4355         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
4356         pointer
4357
4358 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4359
4360         * text3.C (gotoInset): YABG (yet another bad getChar)
4361
4362 2003-04-29  André Pönitz  <poenitz@gmx.net>
4363
4364         * paragraph.h: make operator= private unimplemented as long as
4365           it is unusable
4366
4367         * ParagraphList.C: whitespace
4368
4369         * paragraph.[Ch]:
4370         * paragraph_pimpl.[Ch]:
4371         * paragraph_funcs.C:
4372         * CutAndPaste.C:
4373         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
4374
4375         * text2.C:
4376           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
4377
4378 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4379
4380         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
4381         * paragraph.[Ch] (erase):
4382         * paragraph_pimpl.[Ch] (erase): change return type and value
4383         * text2.C (cutSelection): some rework
4384
4385 2003-04-28  John Levon  <levon@movementarian.org>
4386
4387         * bufferlist.C: changes for unsaved changes dialog
4388
4389 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4390
4391         * bufferlist.C (newFile): set language (messages_) for new
4392         documents also.
4393
4394         * buffer.C (readFile): ws changes only.
4395
4396 2003-04-28  André Pönitz  <poenitz@gmx.net>
4397
4398         * undo_funcs.C:
4399         * lyxfunc.C:
4400         * buffer.[Ch]:
4401         * BufferView_pimpl.C:
4402         * BufferView.C: getParFromID related ParagraphList::iterator changes
4403
4404 2003-04-28  André Pönitz  <poenitz@gmx.net>
4405
4406         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
4407           Changes
4408
4409 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4410
4411         * messages.C: remove one more localedir class variable.
4412
4413 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4414
4415         * messages.C (getLocaleDir): singleton generation function
4416         (Pimpl): use it.
4417         (Messages): add a default constructor.
4418
4419         * main.C (main): do not setup localedir here, do not call
4420         gettext_init.
4421
4422         * gettext.C (_): use it.
4423         (gettext_init): delete funciton
4424
4425 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4426
4427         * gettext.C (getLyXMessages): new singleton generating function.
4428
4429         * buffer.C (updateDocLang): adjust
4430
4431         * Makefile.am (messages.o): add target
4432         (main.o): remove target
4433
4434 2003-04-27  John Levon  <levon@movementarian.org>
4435
4436         * bufferlist.C:
4437         * lyx_cb.C:
4438         * lyxfunc.C:
4439         * lyxvc.C: specify cancel button in Alert::prompt
4440
4441 2003-04-26  John Levon  <levon@movementarian.org>
4442
4443         * text3.C:
4444         * lyxfunc.C:
4445         * lfuns.h:
4446         * LyXAction.C: add LFUN_INSET_SETTINGS
4447
4448         * lyxfunc.C: don't enable tabular-feature when there's
4449         just any locking inset
4450
4451 2003-04-26  John Levon  <levon@movementarian.org>
4452
4453         * bufferlist.C: re-add Cancel to buffer close question
4454
4455         * lyxfunc.C: fix import UI a bit
4456
4457 2003-04-25  John Levon  <levon@movementarian.org>
4458
4459         * gettext.C: remove the broken asserts for now
4460
4461 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4462
4463         * messages.C: make case where setlocale cannot comply work better.
4464
4465         * buffer.C (updateDocLang): new function
4466         (changeLanguage): use it
4467         (readFile): use it
4468
4469         * text2.C (setCounter): use B_ a bit.
4470
4471         * lyxlayout.C (Read): be sure to trim the label strings.
4472
4473         * messages.C (Messages): fix typo in comment
4474
4475         * buffer.C (readFile): set message_ after file is loaded.
4476         (makeDocBookFile): remove double return
4477         (changeLanguage): reset message_ upon language change.
4478         (B_): new func, use this to get translated buffer strings.
4479
4480         * main.C: add myself and Jean Marc as authors.
4481
4482 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4483
4484         * messages.[hC]: pimplify Messages, and three different pimpls to be
4485         used in different circumstances.
4486
4487         * gettext.[Ch]: change for use with new message code.
4488
4489 2003-04-24 André Pönitz <poenitz@gmx.net>
4490
4491         * factory.C: support for eqref
4492
4493 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4494
4495         * messages.[Ch]: add missing char
4496
4497         * Makefile.am (lyx_SOURCES): add messages.[Ch]
4498
4499         * messages.[Ch]: New files
4500
4501 2003-04-18  John Levon  <levon@movementarian.org>
4502
4503         * BufferView.h:
4504         * BufferView.C:
4505         * BufferView_pimpl.C:
4506         * lfuns.h:
4507         * LyXAction.C:
4508         * lyxtext.h:
4509         * text2.C: remove layout-copy/paste (bug 778)
4510
4511 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4512
4513         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
4514
4515 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4516
4517         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
4518         if they succeed. Act accordingly.
4519
4520 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4521
4522         * text2.C (setCharFont): adjust
4523         (setCounter): adjust
4524         (insertStringAsLines): adjust
4525
4526         * text.C (leftMargin): adjust
4527         (setHeightOfRow): adjust
4528
4529         * rowpainter.C (paintFirst): adjust
4530         (paintLast): adjust
4531
4532         * paragraph_funcs.C (depthHook): ParagraphList::iterators
4533         (outerHook): ditto
4534         (isFirstInSequence): ditto
4535         (getEndLabel): ditto
4536         (outerFont): adjust
4537
4538         * paragraph.C (getParLanguage): comment out some hard stuff.
4539
4540         * buffer.C (insertStringAsLines): take a ParagraphList as arg
4541         (sgmlError): ditto
4542         (simpleDocBookOnePar): ditto
4543         (makeDocBookFile): use ParagraphList::iterator
4544
4545         * CutAndPaste.C (pasteSelection): adjust
4546
4547 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4548
4549         * text2.C (getFont): adjust
4550         (getLayoutFont): adjust
4551         (getLabelFont): adjust
4552
4553         * paragraph_funcs.C (TeXOnePar): adjust
4554
4555         * buffer.C (simpleLinuxDocOnePar): adjust
4556         (simpleDocBookOnePar): adjust
4557
4558         * CutAndPaste.C (pasteSelection): adjust
4559
4560         * BufferView.C (getEncoding): adjust
4561
4562         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
4563
4564 2003-04-16  John Levon  <levon@movementarian.org>
4565
4566         * lyxfind.C: use parlist stuff for search/changes
4567
4568 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4569
4570         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
4571
4572         * text2.C (deleteEmptyParagraphMechanism): adjust
4573
4574         * text2.[Ch] (ownerParagraph): delete func (both of them
4575
4576 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4577
4578         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
4579
4580 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4581
4582         * ParagraphList.C: prepare for NO_NEXT
4583
4584 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4585
4586         * text2.C (getFont): adjust
4587         (getLayoutFont): adjust
4588         (getLabelFont): adjust
4589
4590         * paragraph.C (getFont): adjust
4591         (getLabelFont): adjust
4592         (getLayoutFont): adjust
4593
4594         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
4595
4596 2003-04-15  John Levon  <levon@movementarian.org>
4597
4598         From Angus Leeming
4599
4600         * lyx_main.C: handle Include in .ui files
4601
4602 2003-04-15  John Levon  <levon@movementarian.org>
4603
4604         * MenuBackend.C: make the doc files length shorter
4605
4606         * ToolbarBackend.h:
4607         * ToolbarBackend.C: handle toolbar placement flags,
4608         Minibuffer
4609
4610 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4611
4612         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
4613         adjust
4614
4615         * paragraph_funcs.C (TeXOnePar): adjust
4616
4617         * paragraph.C (getLabelFont): add outerfont arg, adjust
4618         (getLayoutFont): ditto
4619         (simpleTeXOnePar): adjust
4620
4621         * paragraph_pimpl.C (realizeFont): delete func
4622
4623 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
4624
4625         * text2.C (beforeFullRowInset): added a bad getchar check, removed
4626         row argument, constify cur argument.
4627
4628 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4629
4630         * text2.C (getFont): adjust
4631         (getLayoutFont): adjust
4632         (getLabelFont): adjust
4633
4634         * paragraph_funcs.C (TeXOnePar): adjust
4635         (outerFont): new func...
4636         (realizeFont): ...moved out from here, changed this to facilitate
4637         transition
4638
4639         * paragraph.C (getFont): take outerfont as arg, adjust
4640         (simpleTeXOnePar): add outerfont arg, adjust
4641
4642         * buffer.C (simpleLinuxDocOnePar): adjust
4643         (simpleDocBookOnePar): adjust
4644
4645         * CutAndPaste.C (pasteSelection): adjust
4646
4647         * BufferView.C (getEncoding): adjust
4648
4649 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4650
4651         * text2.C (setCharFont): adjust
4652         (setCounter): adjust
4653
4654         * text.C (leftMargin): adjust
4655         (setHeightOfRow): adjust
4656
4657         * rowpainter.C (paintFirst): adjust
4658         (paintLast): adjust
4659
4660         * paragraph_pimpl.C (realizeFont): adjust
4661
4662         * paragraph.C (isFirstInSequence): move from here...
4663         * paragraph_funcs.C (isFirstInSequence): ...to here
4664
4665         * paragraph.C (outerHook): move from here...
4666         * paragraph_funcs.C (outerHook): ...to here
4667
4668         * paragraph.C (depthHook): move from here...
4669         * paragraph_funcs.C (depthHook): ...to here
4670
4671         * paragraph.C (getEndLabel): move from here...
4672         * paragraph_funcs.C (getEndLabel): ...to here
4673
4674         * text2.C (realizeFont): move from here...
4675         * paragraph_funcs.C (realizeFont): ...to here
4676
4677 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4678
4679         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
4680
4681 2003-04-14  Angus Leeming  <leeming@lyx.org>
4682
4683         * LColor.[Ch]: scrap LColor mathcursor.
4684
4685 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4686
4687         * lyxlex.[Ch] (text): delete function
4688         * trans.C (Load): adjust
4689         * paragraph_funcs.C (readParToken): adjust
4690
4691 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4692
4693         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
4694         vector<char> instead of a char[].
4695
4696         * lyxlex_pimpl.C (getString): adjust
4697         (next): adjust
4698         (lex): use getString
4699         (eatLine): adjust
4700         (nextToken): adjust
4701
4702         * lyxlex.C (text): use pimpl_->getString()
4703         (getBool): ditto
4704         (findToken): ditto
4705
4706 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4707
4708         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
4709         (makeFontEntriesLayoutSpecific): temp var for par.size()
4710         (setLayout): temp var for ownerParagraphs().end()
4711         (fullRebreak): temp var for rows().end()
4712         (selectionAsString): temp var for boost::next(startpit), realize
4713         that the while really is a regular for loop.
4714         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
4715         setCursor in one place.
4716         (setParagraph): temp vr for ownerParagraphs().end()
4717         (updateCounters): make the while loop a for loop
4718         (cutSelection): temp var for ownerParagraphs().end()
4719         (updateInset): make the do {} while() a regular for loop
4720         (getCursorX): use temp vars
4721         (setCurrentFont): use temp vars
4722         (getColumnNearX): use temp vars
4723
4724 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4725
4726         * text.C (transformChar): use temp var for getChar
4727         (computeBidiTables): use temp var for row->par()
4728         (fill): move temp vars for row->par() and pit->layout() earlier in
4729         the function.
4730         (labelFill): use temp var for row->par()
4731         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
4732         asc and desc, realize that pit never changes and that firstpit is
4733         just a duplicate and not needed. Exchange rit->par() with pit in a
4734         lot of places.
4735         (breakAgain): use a temp var for boost::next(rit)
4736         (breakAgainOneRow): ditto
4737         (breakParagraph): use a temp var for rows().begin()
4738         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
4739         (cursorRightOneWord): use temp var for cursor.par() and
4740         cursor.pos(), remove usage of tmpcursor.
4741         (cursorLeftOneWord): use temp var for cursor.par() and
4742         cursor.pos() only set cur at end of function.
4743
4744 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4745
4746         * text.C, text2.C: exchange all usage of Paragraph::next with
4747         boost::next(ParagraphList::iterator)
4748
4749         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
4750
4751         * text2.C (cursorTop): simplify implementation
4752         (cursorBottom): ditto
4753         (setParagraph): use ParagraphList::iterator
4754         (setCurrentFont): adjust
4755         (getColumnNearX): adjust
4756         (cursorRight): adjust
4757         (cursorLeft): remove usage of Paragraph::previous
4758         (cursorUpParagraph): ditto
4759         (deleteEmptyParagraphMechanism): slight cleanup
4760
4761         * text.C (isBoundary): take a Paragraph const & instead of a
4762         pointer as arg.
4763         (addressBreakPoint): ditto
4764         (leftMargin): remove usage of Paragraph::previous.
4765         (setHeightOfRow): ditto
4766         (cursorLeftOneWord): ditto
4767         (selectNextWordToSpellcheck): ditto
4768         (Delete): ditto
4769         (backspace): ditto
4770         (breakParagraph): remove one usage of Paragraph::next
4771         (redoParagraph): ditto
4772         (acceptChange): ditto
4773         (insertChar): adjust
4774         (rowBreakPoint): adjust
4775
4776         * bufferview_funcs.C (toggleAndShow): adjust
4777
4778 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
4779
4780         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
4781         methods to access it.
4782         * lyxtext.h:
4783         * text.C: Added updateRowPositions to compute all row positions.
4784         Make top_y and getRowNearY() to use the cached y position
4785
4786 2003-04-11  John Levon  <levon@movementarian.org>
4787
4788         * text.C (rowBreakPoint): reintroduce the labelEnd
4789         checks, code copied from the row fill stuff. Deep voodoo.
4790
4791         * text.C (fill): add a comment and debugging for the
4792         next poor soul.
4793
4794 2003-04-11  John Levon  <levon@movementarian.org>
4795
4796         * text.C: make sure fullrow insets get wrapped to the next line,
4797         even when they're in a manual label
4798
4799 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4800
4801         * text2.C (insertParagraph): make it take ParagraphList::iterator
4802         as arg.
4803         (setLayout): make it return ParagraphList::iterator
4804         (redoParagraphs): ditto
4805         (setCounter): ditto
4806         (checkParagraph): ditto
4807
4808         * text.C (getRow): make getrow take ParagraphList::iterator as arg
4809
4810         * text2.C: adjust several funcs.
4811         (realizeFont): take a ParagraphList::iterator as arg.
4812         (getLayoutFont): ditto
4813         (getLabelFont): ditto
4814         (setCharFont): ditto
4815
4816         * text.C: adjust several funcs.
4817
4818 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4819
4820         * text.C (selectNextWordToSpellcheck): don't accidentally
4821         skip insets
4822
4823 2003-04-10  John Levon  <levon@movementarian.org>
4824
4825         * ToolbarBackend.C (getIcon): special handling for
4826         LFUN_MATH_DELIM
4827
4828 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4829
4830         * text2.C (cursorRight): a getChar assert fixed
4831
4832 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4833
4834         * text2.C (getFont): change to take a ParagraphList::iterator
4835         instead of Paragraph*
4836         Adjust several functions.
4837
4838         * text.C (transformChar): change to take a ParagraphList::iterator
4839         instead of Paragraph*
4840         (singleWidth): ditto
4841         Adjust several functions.
4842
4843         * rowpainter.C: adjust several functions
4844         * rowpainter.h:store a ParagraphList::iterator and not a
4845         Paragraph&.
4846
4847
4848 2003-04-09  John Levon  <levon@movementarian.org>
4849
4850         * lyxfunc.C:
4851         * lfuns.h:
4852         * LyXAction.h:
4853         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
4854         and the "help" bits as well
4855
4856 2003-04-09  John Levon  <levon@movementarian.org>
4857
4858         * ToolbarBackend.h:
4859         * ToolbarBackend.C: allow multiple toolbars
4860
4861 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4862
4863         * undo_funcs.C (setCursorParUndo): adjust
4864
4865         * text_funcs.C (transposeChars): adjust
4866
4867         * text3.C (gotoNextInset): adjust
4868         (dispatch): adjust
4869
4870         * text2.C (setLayout): adjust
4871         (changeDepth): adjust
4872         (setFont): adjust
4873         (redoParagraphs): adjust
4874         (selectionAsString): adjust
4875         (setParagraph): adjust
4876         (insertInset): adjust
4877         (cutSelection): adjust
4878         (copySelection): adjust
4879         (pasteSelection): adjust
4880         (insertStringAsLines): adjust
4881         (updateInset): adjust
4882         (setCursor): change to take a ParagraphList::iterator parameter
4883         (setCursorIntern): change to take a ParagraphList::iterator parameter
4884         (setCurrentFont): adjust
4885         (cursorLeft): adjust
4886         (cursorRight): adjust
4887         (deleteEmptyParagraphMechanism): adjust
4888
4889         * text.C (breakParagraph): adjust
4890         (insertChar): adjust
4891         (acceptChange): adjust
4892         (rejectChange): adjust
4893         (selectNextWordToSpellcheck): adjust
4894         (changeCase): adjust
4895         (Delete): adjust
4896         (backspace): adjust
4897
4898         * lyxfind.C (SearchForward): adjust
4899         (SearchBackward): adjust
4900         (nextChange): adjust
4901
4902         * lyxcursor.C (par): adjust
4903
4904         * lyxcursor.h: store a ParagraphList::iterator instead of a
4905         Paragraph*
4906
4907         * lyx_cb.C (getPossibleLabel): adjust
4908
4909         * bufferview_funcs.C (toggleAndShow): adjust
4910
4911         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4912         (dispatch): adjust
4913
4914         * BufferView.C (removeAutoInsets): adjust
4915         (lockedInsetStoreUndo): adjust
4916
4917 2003-04-09  John Levon  <levon@movementarian.org>
4918
4919         * ToolbarBackend.C: try icon without argument
4920         if with argument fails
4921
4922 2003-04-08  John Levon  <levon@movementarian.org>
4923
4924         * ToolbarBackend.h:
4925         * ToolbarBackend.C: add getIcon(), handle tooltip,
4926         and change from "Icon" to "Item".
4927
4928 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4929
4930         * BufferView.C (lockInset): another bad getchar crunched
4931
4932 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4933
4934         * text2.C (changeDepth): do not setUndo on test_only (make undo work
4935         again)
4936
4937 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
4938
4939         * lyxfind.C (searchForward, searchBackwards): bug 782
4940
4941 2003-04-07  John Levon  <levon@movementarian.org>
4942
4943         * paragraph.C: remove dead comment
4944
4945         * text.C: remove troublesome depth-fiddling code
4946         in leftMargin() and rightMargin() (bug 1017)
4947
4948         * text.C: fix breaking of rows in nested lists
4949         (bug 1004)
4950
4951         * text2.C (updateCounters): fix up depth values
4952         (bug 1013)
4953
4954 2003-04-07  John Levon  <levon@movementarian.org>
4955
4956         * BufferView_pimpl.C: clear message when doc finishes resizing,
4957         and after a mouse event
4958
4959         * lyxfunc.C: clear message after exiting inset
4960
4961 2003-04-07  John Levon  <levon@movementarian.org>
4962
4963         * bufferview_funcs.C: show math status not outside
4964         status in the statusbar
4965
4966 2003-04-07  John Levon  <levon@movementarian.org>
4967
4968         * lyxfunc.C: note status changed after a depth change
4969
4970 2003-04-04  Angus Leeming  <leeming@lyx.org>
4971
4972         * LaTeX.h: move AuxInfo operator==, != out of line.
4973         Remove LaTeX virtual destructor; nothing derives from it.
4974         Move operator()() out of public area and rename it startscript().
4975         Change protected for private.
4976
4977 2003-04-04  Angus Leeming  <leeming@lyx.org>
4978
4979         * lyxfunc.C:
4980         * text2.C: remove unneeded #includes.
4981
4982 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4983
4984         * text2.C (dEPM): fix the heigth of the next row
4985
4986 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4987
4988         * text.C: squashed an invalid getChar requester + some ws changes
4989
4990 2003-04-03  John Levon  <levon@movementarian.org>
4991
4992         * bufferview_funcs.h:
4993         * bufferview_funcs.C:
4994         * lyxfunc.C:
4995         * lyxtext.h:
4996         * text2.C: make getStatus work for the env depth lfuns
4997
4998 2003-04-03  John Levon  <levon@movementarian.org>
4999
5000         * bufferview_funcs.h:
5001         * bufferview_funcs.C:
5002         * lyxfunc.C:
5003         * lyxtext.h:
5004         * text2.C: parlistize decDepth(), by merging it with incDepth()
5005
5006 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5007
5008         * lyxrow.h: store a ParagraphList::iterator instead of a
5009         Paragraph* and adjust other class functions to suit.
5010
5011         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
5012         above.
5013
5014 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5015
5016         * text2.C (setCursor): do not anchor to cursor row for the time being
5017
5018 2003-04-02  John Levon  <levon@movementarian.org>
5019
5020         * LyXAction.C:
5021         * lfuns.h:
5022         * lyx_main.C:
5023         * lyxtext.h:
5024         * text.C:
5025         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5026
5027 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5028
5029         * paragraph.h: make ParagraphList and ParagraphList::iterator
5030         friends of Paragraph.
5031
5032         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5033
5034         * ParagraphList.C: Use the private next_ and previous_ from
5035         Paragraph.
5036
5037 2003-04-01  John Levon  <levon@movementarian.org>
5038
5039         * ToolbarBackend.h:
5040         * ToolbarBackend.C:
5041         * Makefile.am: rename, remove defaults gunk
5042
5043         * MenuBackend.h:
5044         * MenuBackend.C: remove defaults gunk
5045
5046         * Languages.h:
5047         * Languages.C: remove defaults gunk
5048
5049         * lyx_main.h:
5050         * lyx_main.C: error out if files couldn't be found.
5051
5052 2003-04-02  John Levon  <levon@movementarian.org>
5053
5054         * text2.C: make incDepth() use parlist
5055
5056 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5057
5058         * undo_funcs.C (firstUndoParagraph): adjust
5059
5060         * text3.C (gotoInset): adjust
5061         (dispatch): adjust, and rewrite loop.
5062
5063         * text2.C (init): adjust, and rewrite loop.
5064         (redoParagraphs): adjust
5065         (updateInset): adjust, and rewrite loop.
5066         (deleteEmptyParagraphMechanism): adjust
5067
5068         * tabular.C (LyXTabular): adjust
5069         (SetMultiColumn): adjust
5070         (TeXRow): adjust
5071
5072         * lyxtext.[Ch] (ownerParagraph): delete function
5073         (ownerParagraphs): new function returns a ParagraphList.
5074
5075         * BufferView.C (removeAutoInsets): adjust
5076         (insertErrors): adjust
5077         (setCursorFromRow): adjust
5078
5079 2003-04-01  Angus Leeming  <leeming@lyx.org>
5080
5081         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5082         in the frontends.
5083
5084 2003-04-02  John Levon  <levon@movementarian.org>
5085
5086         * lyxtext.h:
5087         * text.C:
5088         * Makefile.am:
5089         * text_funcs.h:
5090         * text_funcs.C: make transposeChars a free function
5091
5092         * lyxrow_funcs.C: remove wrong comment
5093
5094 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5095
5096         * lyxtext.h: adjust
5097         * rowpainter.C: adjust
5098         * text.C: adjust
5099         * text2.C: adjust
5100         * text3.C: adjust
5101
5102         * lyxrow_funcs. [Ch]: new files
5103
5104         * lyxrow.[Ch]: remove next and previous pointers
5105         (next,previous): remove accessor functions
5106         (isParEnd): move to lyxrow_funcs
5107         (lastPos): move to lyxrow_funcs
5108         (nextRowIsAllInset): move to lyxrow_funcs
5109         (lastPrintablePos): move to lyxrow_funcs
5110         (numberOfSeparators): move to lyxrow_funcs
5111         (numberOfHfills): move to lyxrow_funcs
5112         (numberOfLabelHfills): move to lyxrow_funcs
5113         (hfillExpansion): move to lyxrow_funcs
5114
5115         * lyxfunc.C: adjust
5116
5117         * bufferview_funcs.C (toggleAndShow): adjust
5118
5119         * RowList.h: Remove class RowList from file leave just a
5120         std::list<Row>.
5121
5122         * RowList.C: delete file
5123
5124         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5125         and lyxrow_funcs.h
5126
5127 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5128
5129         * text3.C (cursorPrevious): adjust
5130         (cursorNext): adjust
5131         (dispatch): adjust
5132
5133         * text2.C (redoHeightOfParagraph): adjust
5134         (redoDrawingOfParagraph): adjust
5135         (setCursor): adjust
5136
5137         * text.C (breakParagraph): adjust
5138         (insertChar): adjust
5139         (backspace): adjust
5140
5141         * rowpainter.C (RowPainter): adjust
5142         (leftMargin): simplify and adjust
5143         (most rowpainter functions): adjust.
5144
5145         * rowpainter.h: store the row as RowList::iterator not as Row*
5146
5147         * lyxcursor.C (row): taka RowList::iterator as arg
5148         (irow): ditto
5149
5150         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5151         of Row*.
5152
5153 2003-04-01  Angus Leeming  <leeming@lyx.org>
5154
5155         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5156         stuff like bool Bool.
5157
5158 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5159
5160         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5161         rewrite a loop
5162
5163 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5164
5165         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5166         RowList::iterator.
5167
5168         * lyxtext.h (rows): drop one version and leve a const variant that
5169         returns a RowList::iterator.
5170
5171 2003-03-31  Angus Leeming  <leeming@lyx.org>
5172
5173         * text.C (fill): ensure that the signature is the same as that in the
5174         header file.
5175
5176 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5177
5178         * text2.C (redoParagraphs): adjust
5179         (updateCounters): adjust
5180         (checkParagraph): adjust
5181         (getColumnNearX): adjust and reformat a bit.
5182
5183         * text.C (top_y): adjust
5184         (workWidth): adjust
5185         (leftMargin): adjust
5186         (prepareToPrint): adjust
5187         (getRow): adjust
5188         (getRowNearY): adjust
5189
5190         * lyxtext.h: make rowlist_ mutable.
5191
5192         * RowList.h: add const_iterator
5193         * RowList.C: adjust for RowList::const_iterator.
5194
5195         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5196         adjust.
5197
5198 2003-03-31  John Levon  <levon@movementarian.org>
5199
5200         * lyxrc.h:
5201         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5202
5203         * lyx_main.C: set default fonts from using lyx_gui funcs
5204
5205         * exporter.C: pdf_mode moved from lyxrc
5206
5207         * lyx_cb.C:
5208         * lyxfunc.C: changes from above
5209
5210 2003-03-31  John Levon  <levon@movementarian.org>
5211
5212         * lyx_main.C: fix to the last fix
5213
5214 2003-03-31  John Levon  <levon@movementarian.org>
5215
5216         * bufferlist.C: "Load original" -> "Load Original"
5217
5218         * converter.C:
5219         * exporter.C:
5220         * importer.C:
5221         * lyx_main.C:
5222         * format.C: more Alert cleanups
5223
5224 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5225
5226         * text2.C (removeParagraph): make it take a RowList::iterator as
5227         arg, adjust.
5228         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5229         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5230
5231         * text.C (anchor_row): make it take a RowList::iterator as arg,
5232         adjust.
5233         (computeBidiTables): make it take a const reference to Row instead
5234         of Row pointer, adjust.
5235         (leftMargin): make it take a RowList::iterator as arg, adjust.
5236         (rowBreakPoint): adjust
5237         (breakAgainOneRow): make it take a RowList::iterator as arg,
5238         adjust.
5239         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5240
5241         * bufferview_funcs.C (toggleAndShow): adjust
5242
5243 2003-03-30  John Levon  <levon@movementarian.org>
5244
5245         * Makefile.am:
5246         * BoostFormat.h:
5247         * boost-inst.C: moved to support
5248
5249         * several files: changes as a result
5250
5251 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5252
5253         * text2.C (LyXText): adjust.
5254         (init): adjust
5255         (removeRow): make it take a RowList::iterator as arg, adjust.
5256         (fullRebreak): adjust
5257         (deleteEmptyParagraphMechanism): adjust
5258         (clearPaint): adjust
5259         (postPaint): adjust
5260
5261         * text.C (top_y): adjust
5262         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5263         (breakAgain): make it take a RowList::iterator as arg, adjust.
5264         (breakParagraph): adjust
5265         (insertChar): adjust
5266         (backspace): adjust
5267
5268         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5269         need_break_row, and refresh_row.
5270
5271         * text3.C (dispatch): adjust
5272
5273         * text2.C (checkParagraph): adjust
5274         (setCursor): adjust
5275         (setCursorFromCoordinates): adjust
5276
5277         * text.C (top_y): adjust
5278         (workWidth): adjust
5279         (getRow): make it return a RowList::iterator, adjust
5280         (getRowNearY): make it return a RowList::iterator, adjust
5281
5282         * text2.C (init): adjust
5283         (insertRow): remove function
5284         (insertParagraph): adjust
5285         (redoParagraphs): adjust
5286         (fullRebreak): adjust
5287         (updateCounters): adjust
5288
5289         * text.C (top_y): rewrite to use RowList iterators.
5290         (top_y): adjust
5291         (setHeightOfRow): rewrite to sue RowList iterators.
5292         (appendParagraph): adjust
5293         (breakAgain): adjust
5294         (breakAgainOneRow): adjust
5295         (breakParagraph): adjust
5296         (getRow): adjust
5297         (getRowNearY): adjust, and remove commented code.
5298
5299         * lyxtext.h (firstRow): delete function
5300         (lastRow): delete function
5301         (rows): new function (const and non-const versions.)
5302         (insertRow): delete function
5303
5304         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5305
5306 2003-03-29  John Levon  <levon@movementarian.org>
5307
5308         * BufferView_pimpl.C: always update scrollbar top
5309         because pasting text when we're anchored could mean we
5310         miss an update altogether
5311
5312 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5313
5314         * text2.C (init): use rowlist_.end() and not 0.
5315         (insertRow): change to take a RowList::iterator as arg, adjust
5316         for this.
5317         (insertParagraph): change to take a RowList::iterator as arg,
5318         adjust for this.
5319         (redoParagraphs): remove some debug msgs.
5320
5321         * text.C (appendParagraph): change to take a RowList::iterator
5322         arg, adjust for this.
5323         (breakAgain): add an assert
5324         (breakAgainOneRow): ditto
5325
5326 2003-03-29  John Levon  <levon@movementarian.org>
5327
5328         * text2.C: do not clear selection after inc/decDepth
5329         (bug 550)
5330
5331 2003-03-29  John Levon  <levon@movementarian.org>
5332
5333         * BufferView.C:
5334         * buffer.C: fix broken strerrors according to Lars
5335
5336 2003-03-29  John Levon  <levon@movementarian.org>
5337
5338         * converters.C: more Alert cleanups
5339
5340 2003-03-29  John Levon  <levon@movementarian.org>
5341
5342         * bufferview_funcs.C: remove pointless Alert
5343
5344         * buffer.C: fix confusing error message when
5345         a template is chmoded 000
5346
5347 2003-03-29  John Levon  <levon@movementarian.org>
5348
5349         * BufferView.C:
5350         * BufferView.h:
5351         * BufferView_pimpl.C: Alert fixes
5352
5353         * Makefile.am:
5354         * tabular.C:
5355         * tabular-old.C: remove unused table compat reading
5356
5357 2003-03-29  John Levon  <levon@movementarian.org>
5358
5359         * BufferView.C:
5360         * buffer.C:
5361         * lyx_cb.h:
5362         * lyx_cb.C: more Alert cleanups
5363
5364         * lyxfunc.C: don't allow chktex if not latex document
5365
5366 2003-03-29  John Levon  <levon@movementarian.org>
5367
5368         * lyx_cb.C:
5369         * BufferView.C:
5370         * buffer.C: warnings pushed down from support/,
5371         kill err_alert
5372
5373 2003-03-29  John Levon  <levon@movementarian.org>
5374
5375         * lyxfunc.C: safety check for C-r (revert)
5376
5377 2003-03-29  John Levon  <levon@movementarian.org>
5378
5379         * bufferlist.h:
5380         * bufferlist.C: several UI fixes using Alert::prompt.
5381         Fix the pointless looping quit code. Fix stupid revert
5382         behaviour (bug 938)
5383
5384         * lyxvc.h:
5385         * lyxvc.C:
5386         * lyx_cb.C: use Alert::prompt
5387
5388         * lyx_main.C: remove a silly question
5389
5390         * lyxfunc.C: remove a couple of silly questions,
5391         use Alert::prompt
5392
5393 2003-03-28  John Levon  <levon@movementarian.org>
5394
5395         * text2.C: fix bug 974 (End on empty par)
5396
5397 2003-03-28  John Levon  <levon@movementarian.org>
5398
5399         * BufferView_pimpl.C:
5400         * LyXAction.C:
5401         * lfuns.h: remove do-nothing math greek lfuns
5402
5403 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5404
5405         * lyxgluelength.h (isValidGlueLength): add default arg on
5406         parameter 2. Remove default arg from friend in class.
5407
5408         * lyxlength.h (isValidLength): add default arg on parameter 2.
5409         Remove default arg from friend in class.
5410
5411         * text2.C (LyXText): adjust, initialize refresh_row.
5412         (init): adjust
5413         (removeRow): adjust
5414         (insertRow): adjust
5415         (insertParagraph): adjst
5416         (redoParagraphs): adjust
5417         (fullRebreak): adjust
5418         (updateCounters): adjust
5419         (deleteEmptyParagraphMechanism): first attempt at fixing a
5420         crashing bug.
5421
5422         * text.C (top_y): adjust
5423         (setHeightOfRow): adjust
5424         (getRow): adjust
5425         (getRowNearY): adjust
5426
5427         * lyxtext.h: include RowList.h
5428         (~LyXText): not needed anymore, deleted.
5429         (firstRow): modify for RowList
5430         (lastRow): new function
5431         Delete firstrow and lastrow class variables, add a Rowlist
5432         rowlist_ class variable.
5433
5434         * lyxrow.C (lastPos): use empty() and not !size() to check if a
5435         paragraph is empty.
5436
5437         * RowList.C (insert): fix case where it == begin().
5438
5439 2003-03-26  Angus Leeming  <leeming@lyx.org>
5440
5441         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
5442         the thesaurus dialog.
5443
5444 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5445
5446         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
5447
5448         * RowList.[Ch]: new files
5449
5450         * ParagraphList.C (erase): handle the case where it == begin
5451         correctly.
5452
5453 2003-03-25  John Levon  <levon@movementarian.org>
5454
5455         * Makefile.am:
5456         * aspell_local.h:
5457         * aspell.C: add new aspell support
5458
5459         * lyxrc.h:
5460         * lyxrc.C: Make use_pspell be use_spell_lib. Always
5461         have it accessible.
5462
5463 2003-03-25  Angus Leeming  <leeming@lyx.org>
5464
5465         * lfuns.h:
5466         * LyXAction.C (init): new LFUN_INSET_INSERT.
5467
5468         * BufferView_pimpl.C (dispatch): split out part of the
5469         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
5470
5471         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
5472         LFUN_INSET_APPLY.
5473
5474 2003-03-25  Angus Leeming  <leeming@lyx.org>
5475
5476         * lyxfunc.C (dispatch): changes to the Dialogs interface.
5477
5478 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
5479
5480         * text2.C:
5481         * text3.C: remove useless row->height(0)
5482
5483 2003-03-25  John Levon  <levon@movementarian.org>
5484
5485         * lyxtext.h:
5486         * text2.C:
5487         * text3.C: rename the refreshing stuff to better names
5488
5489 2003-03-24  John Levon  <levon@movementarian.org>
5490
5491         * BufferView_pimpl.h:
5492         * BufferView_pimpl.C: update layout choice on a mouse
5493         press/release
5494
5495 2003-03-23  John Levon  <levon@movementarian.org>
5496
5497         * Makefile.am: fix commandtags.h reference
5498
5499 2003-03-22  John Levon  <levon@movementarian.org>
5500
5501         * BufferView_pimpl.C:
5502         * lyxtext.h:
5503         * rowpainter.C:
5504         * rowpainter.h:
5505         * text.C:
5506         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
5507
5508 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
5509
5510         * lyxtext.h:
5511         * text.C: take the rtl methods out of line
5512
5513 2003-03-21 André Pönitz <poenitz@gmx.net>
5514
5515         * metricsinfo.[Ch]: new files containing structures to be passed around
5516         during the two-phase-drawing...
5517
5518 2003-03-21 André Pönitz <poenitz@gmx.net>
5519
5520         * lyxtextclass.C: read 'environment' tag.
5521
5522 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
5523
5524         * text2.C (removeRow): fix bug 964
5525
5526 2003-03-20  John Levon  <levon@movementarian.org>
5527
5528         * rowpainter.C:
5529         * text.C:
5530         * text2.C: paint cleanups. Inset::update() dropped font
5531         parameter
5532
5533 2003-03-19  John Levon  <levon@movementarian.org>
5534
5535         * lyxfunc.C: only fitcursor/markDirty if available()
5536
5537 2003-03-19  John Levon  <levon@movementarian.org>
5538
5539         * commandtags.h: rename to ...
5540
5541         * lfuns.h: ... this, and renumber / cleanup
5542
5543 2003-03-19  John Levon  <levon@movementarian.org>
5544
5545         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
5546         fit the cursor after an lfun
5547
5548         * BufferView.h:
5549         * BufferView.C:
5550         * BufferView_pimpl.h:
5551         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
5552
5553         * LyXAction.C: layout-character should have ReadOnly
5554
5555         * ParagraphParameters.C:
5556         * buffer.C:
5557         * bufferview_funcs.C:
5558         * lyx_cb.C:
5559         * lyxfind.C:
5560         * lyxtext.h:
5561         * text.C:
5562         * text2.C:
5563         * text3.C:
5564         * undo_funcs.C: changes from above
5565
5566 2003-03-18  John Levon  <levon@movementarian.org>
5567
5568         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
5569         remove it from update()
5570
5571         * lyxfunc.C: update layout choice after an lfun
5572
5573         * text3.C: remove extra updateLayoutChoice()s
5574
5575 2003-03-18  John Levon  <levon@movementarian.org>
5576
5577         * text.C: top_y change means full repaint, fix
5578         a drawing bug with cursor movement
5579
5580 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5581
5582         * lyxtext.h:
5583         * text.C:
5584         * text2.C: anchor row on setCursor
5585
5586 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5587
5588         * lyxtext.h: remove almost all mutable keywords
5589         * text.C:
5590         * text2.C:
5591         * text3.C: remove const keywords accordingly
5592
5593 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5594
5595         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
5596         anon namespace
5597         (TeXEnvironment): ditto
5598         (TeXOnePar): ditto
5599
5600 2003-03-17  John Levon  <levon@movementarian.org>
5601
5602         * text.C (rowBreakPoint): remove attempt to fix displayed
5603         math insets inside a manual label
5604
5605 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5606
5607         * lyxtext.h: remove BufferView* as first arg from almost all class
5608         functions.
5609         * other files: adjust.
5610
5611 2003-03-17  John Levon  <levon@movementarian.org>
5612
5613         * lyxtext.h:
5614         * undo_funcs.C:
5615         * text2.C: more paint cleanups
5616
5617         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
5618
5619         * rowpainter.h:
5620         * rowpainter.C: remove "smart" background painting code
5621
5622 2003-03-16  John Levon  <levon@movementarian.org>
5623
5624         * lyxtext.h:
5625         * text.C:
5626         * text2.C:
5627         * text3.C: add helper functions for setting refresh_row/y
5628
5629 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
5630
5631         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
5632         newline inset which *can* get inserted in the pass_thru layouts.
5633         This is primarily for literate documents.
5634
5635 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
5636
5637         * buffer.C: increment LYX_FORMAT to 223
5638
5639 2003-03-14 André Pönitz <poenitz@gmx.net>
5640
5641         * textclass.h: prepare for environment handling, ws changes
5642         * lyxlayout.C: read latexheader and latexfooter tags
5643
5644 2003-03-14  John Levon  <levon@movementarian.org>
5645
5646         * text2.C: rewrite ::status() a bit
5647
5648 2003-03-13  John Levon  <levon@movementarian.org>
5649
5650         * lyxtext.h: add some docs
5651
5652 2003-03-13  John Levon  <levon@movementarian.org>
5653
5654         * lyxtext.h:
5655         * text.C:
5656         * text2.C:
5657         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
5658
5659 2003-03-13  John Levon  <levon@movementarian.org>
5660
5661         * text3.C: fix appendix redrawing
5662
5663 2003-03-13  John Levon  <levon@movementarian.org>
5664
5665         * text.C (setHeightOfRow):
5666         * rowpainter.h:
5667         * rowpainter.C: make appendix mark have the text
5668           "Appendix" so the user knows what it is
5669
5670         * LColor.h:
5671         * LColor.C: s/appendixline/appendix/ from above
5672
5673 2003-03-13  John Levon  <levon@movementarian.org>
5674
5675         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
5676
5677         * text.C: fix a getChar(pos) bug properly
5678
5679 2003-03-13  Angus Leeming  <leeming@lyx.org>
5680
5681         * commandtags.h:
5682         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
5683         Probably only temporary. Let's see how things pan out.
5684
5685         * BufferView.C (unlockInset):
5686         * BufferView_pimpl.C (fitCursor):
5687         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
5688
5689         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
5690         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
5691
5692         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
5693         new functions that convert ParagraphParameters to and from a string.
5694
5695         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
5696         BufferView::Pimpl's dispatch.
5697         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
5698
5699 2003-03-13 André Pönitz <poenitz@gmx.net>
5700
5701         * lyxfunc.C:
5702         * text3.C:
5703         * factory.C: make it aware of InsetEnv
5704
5705 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5706
5707         * text2.C (setCursor): never ask for one past last
5708         (setCursor): add some debugging messages.
5709
5710         * text.C (singleWidth): never ask for one past last
5711         (singleWidth): ditto
5712         (leftMargin): ditto
5713         (rightMargin): ditto
5714         (rowBreakPoint): ditto
5715         (setHeightOfRow): ditto
5716         (prepareToPrint): ditto
5717
5718         * rowpainter.C (paintBackground): never ask for one past last
5719         (paintText): never ask for one past last
5720
5721         * paragraph_pimpl.C (getChar): make the assert stricter, never
5722         allow the one past last pos to be taken
5723
5724         * paragraph.C (getChar): ws changes only
5725
5726         * lyxrow.C (nextRowIsAllInset): never ask for one past last
5727         (numberOfSeparators): ditto
5728         (numberOfHfills): ditto
5729
5730 2003-03-12  John Levon  <levon@movementarian.org>
5731
5732         * author.h:
5733         * author.C:
5734         * bufferparams.h:
5735         * bufferparams.C:
5736         * paragraph_funcs.C: fix per-buffer authorlists
5737
5738 2003-03-12  John Levon  <levon@movementarian.org>
5739
5740         * text.C: fix newline in right address
5741
5742 2003-03-12  Angus Leeming  <leeming@lyx.org>
5743
5744         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
5745         duplicate those in LyXFunc::dispatch.
5746
5747         * commandtags.h:
5748         * LyXAction.C:
5749         * ToolbarDefaults.C:
5750         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
5751         Add LFUN_FONTFREE_UPDATE.
5752
5753         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
5754         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
5755
5756         * bufferview_func.[Ch]: several new functions to facilliate
5757         transfer of data to and from the character dialog.
5758
5759 2003-03-12  John Levon  <levon@movementarian.org>
5760
5761         * buffer.C:
5762         * paragraph.h:
5763         * paragraph.C:
5764         * paragraph_funcs.C:
5765         * paragraph_pimpl.C:
5766         * sgml.C:
5767         * tabular.C:
5768         * text.C:
5769         * text3.C: remove META_NEWLINE in favour of an inset
5770
5771         * rowpainter.h:
5772         * rowpainter.C: remove paintNewline (done by inset)
5773
5774 2003-03-12  John Levon  <levon@movementarian.org>
5775
5776         * paragraph_pimpl.C: complain about bad getChar()s
5777         for a while at least
5778
5779 2003-03-12  John Levon  <levon@movementarian.org>
5780
5781         * buffer.h:
5782         * buffer.C: move paragraph read into a separate function,
5783         a little renaming to reflect that.
5784
5785         * bufferparams.h:
5786         * bufferparams.C: remove the author_ids map, not necessary now
5787
5788         * factory.h:
5789         * factory.C: moved Buffer::readInset to here
5790
5791         * paragraph_funcs.h:
5792         * paragraph_funcs.C: readParagraph free function moved from
5793         buffer.C
5794
5795         * tabular.C: name change
5796
5797 2003-03-12  John Levon  <levon@movementarian.org>
5798
5799         * buffer.C:
5800         * ParagraphParameters.C: move par params input to
5801         a read() method
5802
5803         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
5804         behave like a normal read from the stream wrt reading
5805         a line vs. a \\token
5806
5807 2003-03-12  John Levon  <levon@movementarian.org>
5808
5809         * paragraph.C:
5810         * ParagraphParameters.h:
5811         * ParagraphParameters.C: move output code to a
5812         ::write() method
5813
5814 2003-03-12  John Levon  <levon@movementarian.org>
5815
5816         * BufferView.C (insertLyXFile):
5817         * buffer.h:
5818         * buffer.C:
5819         * tabular.C: use a parlist iterator for creating the
5820           document.
5821
5822 2003-03-12  John Levon  <levon@movementarian.org>
5823
5824         * buffer.C: make current_change static local not
5825           static file-scope
5826
5827 2003-03-12  John Levon  <levon@movementarian.org>
5828
5829         * buffer.C: fix insertStringAsLines for change tracking
5830
5831 2003-03-12  John Levon  <levon@movementarian.org>
5832
5833         * BufferView.C:
5834         * tabular.C:
5835         * buffer.h:
5836         * buffer.C:
5837         * bufferparams.h:
5838         * bufferparams.C: move author list into params. Rename some
5839           functions. Move the header reading into a separate token
5840           loop. Move the header token reading into BufferParams.
5841
5842 2003-03-12  John Levon  <levon@movementarian.org>
5843
5844         * changes.C: put debug inside lyxerr.debugging() checks
5845
5846 2003-03-11 André Pönitz <poenitz@gmx.net>
5847
5848         * factory.C: make it aware of InsetHFill
5849
5850 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5851
5852         * buffer.C (latexParagraphs): move function from here...
5853         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
5854         args.
5855
5856 2003-03-10  Angus Leeming  <leeming@lyx.org>
5857
5858         * LyXAction.C (init): fix bug in poplating array with multiple entries
5859         with the same LFUN (spotted by JMarc).
5860
5861 2003-03-10  John Levon  <levon@movementarian.org>
5862
5863         * text.C:
5864         * text2.C: move getColumnNearX() near its
5865         only call site
5866
5867 2003-03-10  John Levon  <levon@movementarian.org>
5868
5869         * text.C: fix break before a minipage
5870
5871 2003-03-10  John Levon  <levon@movementarian.org>
5872
5873         * text.C: fix the last commit
5874
5875 2003-03-09  John Levon  <levon@movementarian.org>
5876
5877         * lyxtext.h:
5878         * text.C:
5879         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
5880         bug 365 (don't break before insets unless needed). Don't
5881         return a value > last under any circumstances.
5882
5883 2003-03-09  Angus Leeming  <leeming@lyx.org>
5884
5885         * BufferView_pimpl.C (trackChanges, dispatch): call
5886         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
5887
5888 2003-03-09  Angus Leeming  <leeming@lyx.org>
5889
5890         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
5891         than Dialogs::showAboutlyx().
5892
5893 2003-03-09  Angus Leeming  <leeming@lyx.org>
5894
5895         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
5896         than Dialogs::showTabularCreate().
5897
5898 2003-03-09  John Levon  <levon@movementarian.org>
5899
5900         * lyxtext.h:
5901         * text.C:
5902         * text2.C: 3rd arg to nextBreakPoint was always the same.
5903           Use references.
5904
5905 2003-03-08  John Levon  <levon@movementarian.org>
5906
5907         * lyxrow.C:
5908         * paragraph.C:
5909         * paragraph.h:
5910         * rowpainter.C:
5911         * text.C:
5912         * text2.C: Remove the "main" bit from the "main body"
5913           notion.
5914
5915 2003-03-08  John Levon  <levon@movementarian.org>
5916
5917         * text.C (leftMargin): The left margin of an empty
5918         manual label paragraph should not include the label width
5919         string length.
5920
5921         * text.C (prepareToPrint): don't attempt to measure hfills
5922         for empty manual label paragraphs - the answer should be 0
5923
5924 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5925
5926         * CutAndPaste.C: remove commented code and reindent.
5927
5928 2003-03-08  John Levon  <levon@movementarian.org>
5929
5930         * lyxfunc.h:
5931         * lyxfunc.C: move reloadBuffer()
5932
5933         * BufferView.h:
5934         * BufferView.C: to here
5935
5936         * lyxvc.C: add comment
5937
5938         * vc-backend.h:
5939         * vc-backend.C: call bv->reload() to avoid
5940           getStatus() check on MENURELOAD
5941
5942 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
5943
5944         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
5945         to an old format .dep file.
5946
5947 2003-03-07  Angus Leeming  <leeming@lyx.org>
5948
5949         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
5950         when the LFUN_MOUSE_RELEASE should have been handled by
5951         inset->localDispatch.
5952
5953 2003-03-07  Angus Leeming  <leeming@lyx.org>
5954
5955         * BufferView_pimpl.C (dispatch):
5956         * LyXAction.C (init):
5957         * ToolbarDefaults.C (init):
5958         * commandtags.h:
5959         * lyxfunc.C (getStatus):
5960         remove LFUN_INSET_GRAPHICS.
5961
5962         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
5963
5964 2003-03-07  Angus Leeming  <leeming@lyx.org>
5965
5966         * commandtags.h:
5967         * LyXAction.C (init):
5968         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
5969
5970         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
5971
5972         * commandtags.h:
5973         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
5974
5975         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
5976         localDispatch method LFUN_INSET_DIALOG_UPDATE.
5977
5978 2003-03-07  Angus Leeming  <leeming@lyx.org>
5979
5980         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
5981         remove "ert".
5982
5983 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5984
5985         * ParagraphList.C (front): new function
5986         (back): implement
5987
5988 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
5989
5990         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
5991         and top_row_offset_. removed var first_y.
5992         * text.C (top_y):
5993         * text2.C (LyXText, removeRow):
5994         * text3.C:
5995         * BufferView_pimpl.C:
5996         use these methods instead of using first_y
5997
5998 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5999
6000         * text2.C (pasteSelection): adjust for checkPastePossible
6001
6002         * CutAndPaste.C: remove Paragraph * buf and replace with
6003         ParagraphList paragraphs.
6004         (DeleteBuffer): delete
6005         (cutSelection): change the tc type to textclass_type
6006         (copySelection): change the tc type to textclass_type
6007         (copySelection): adjust for ParagraphList
6008         (pasteSelection): change the tc type to textclass_type
6009         (pasteSelection): adjust for Paragraphlist
6010         (nrOfParagraphs): simplify for ParagraphList
6011         (checkPastePossible): simplify for ParagraphList
6012         (checkPastePossible): remove unused arg
6013
6014         * ParagraphList.C (insert): handle the case where there are no
6015         paragraphs yet.
6016
6017         * CutAndPaste.h: make CutAndPaste a namespace.
6018
6019         * text3.C (dispatch): adjust
6020
6021         * text.C (breakParagraph): add a ParagraphList as arg
6022
6023         * paragraph_funcs.C (breakParagraph): change to take a
6024         BufferParams and a ParagraphList as args.
6025         (breakParagraphConservative): ditto
6026         (mergeParagraph): ditto
6027         (TeXDeeper): add a ParagraphList arg
6028         (TeXEnvironment): ditto
6029         (TeXOnePar): ditto
6030
6031         * buffer.C (readLyXformat2): adjust
6032         (insertStringAsLines): adjust
6033         (latexParagraphs): adjust
6034
6035         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6036         (cutSelection): adjust
6037         (pasteSelection): adjust
6038
6039         * BufferView_pimpl.C (insertInset): adjust
6040
6041 2003-03-05  Angus Leeming  <leeming@lyx.org>
6042
6043         * commandtags.h:
6044         * LyXAction.C (init):
6045         * BufferView_pimpl.C (dispatch):
6046         * lyxfunc.C (getStatus):
6047         remove LFUN_CHILD_INSERT.
6048
6049         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6050
6051 2003-03-05  Angus Leeming  <leeming@lyx.org>
6052
6053         * commandtags.h:
6054         * LyXAction.C (init):
6055         * src/factory.C (createInset):
6056         * lyxfunc.C (getStatus):
6057         * text3.C (dispatch):
6058         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6059
6060         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6061
6062 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6063
6064         * ParagraphList.C (insert): handle insert right before end()
6065         (erase): fix cases where it can be first or last paragraph.
6066
6067 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6068
6069         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6070         Paragraph::next and Paragraph::previous
6071         (TeXOnePar): ditto
6072
6073         * text.C (breakParagraph): adjust
6074
6075         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6076         BufferParams& as arg.
6077         (breakParagraph): use ParagraphList::insert
6078         (breakParagraphConservative): take a Buffer* instead of a
6079         BufferParams& as arg.
6080         (breakParagraphConservative): use ParagraphList::insert.
6081
6082         * buffer.C (insertStringAsLines): un-const it
6083         (insertStringAsLines): adjust
6084
6085         * ParagraphList.C (insert): new function
6086
6087         * CutAndPaste.C (pasteSelection): adjust
6088
6089         * text.C (backspace): adjust
6090
6091         * tabular.C (SetMultiColumn): adjust
6092
6093         * CutAndPaste.C (cutSelection): adjust
6094         (pasteSelection): adjust
6095
6096         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6097         Buffer const * as arg
6098
6099         * ParagraphList.C (erase): new function
6100         * paragraph_funcs.C (mergeParagraph): use it
6101         (mergeParagraph): make it take a Buffer* instead of a
6102         BufferParams* as arg
6103
6104         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6105         as arg
6106         (breakParagraphConservative): ditto
6107
6108         * paragraph.h: remove the breakParagraph friend
6109
6110         * paragraph.C (eraseIntern): new function
6111         (setChange): new function
6112
6113         * paragraph_funcs.C (mergeParagraph): make it take a
6114         ParagraphList::iterator instead of a Paragraph *, adjust
6115         accordingly.
6116
6117         * paragraph.h: move an #endif so that the change tracking stuff
6118         also works in the NO_NEXT case.
6119
6120 2003-03-04  Angus Leeming  <leeming@lyx.org>
6121
6122         * commandtags.h:
6123         * LyXAction.C: new LFUN_INSET_MODIFY.
6124
6125         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6126         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6127
6128 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6129
6130         * several files: ws changes only
6131
6132         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6133         (TeXEnvironment): ditto
6134         (TeXDeeper): ditto
6135
6136         * buffer.C (makeLaTeXFile): adjust
6137         (latexParagraphs): make it take ParagraphList::iterator as args
6138
6139 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6140
6141         * buffer.C (latexParagraphs): adjust
6142
6143         * paragraph.C (TeXOnePar): move function...
6144         (optArgInset): move function...
6145         (TeXEnvironment): move function...
6146         * paragraph_pimpl.C (TeXDeeper): move function...
6147         * paragraph_funcs.C: ...here
6148
6149         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6150
6151 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6152
6153         * buffer.C (readInset): remove compability code for old Figure and
6154         InsetInfo insets
6155
6156 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6157
6158         * buffer.C: ws changes
6159         (readInset):
6160
6161         * BufferView_pimpl.C: ditto
6162         * author.C: ditto
6163         * buffer.h: ditto
6164         * bufferlist.h: ditto
6165         * changes.h: ditto
6166         * lyxfunc.C: ditto
6167
6168 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6169
6170         * converter.[Ch]: split into itself +
6171         * graph.[Ch]
6172         * format.[Ch]
6173         * Makefile.am: += graph.[Ch] + format.[Ch]
6174         * MenuBackend.C
6175         * buffer.C
6176         * exporter.C
6177         * importer.C
6178         * lyx_main.C
6179         * lyxfunc.C
6180         * lyxrc.C: added #include "format.h"
6181
6182 2003-02-27  Angus Leeming  <leeming@lyx.org>
6183
6184         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6185           a label.
6186
6187         * factory.C (createInset): add "label" to the factory.
6188
6189         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6190           string and do no more.
6191
6192 2003-02-27  Angus Leeming  <leeming@lyx.org>
6193
6194         * commandtags.h:
6195         * LyXAction.C (init):
6196         * factory.C (createInset):
6197         * BufferView_pimpl.C (dispatch):
6198           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6199
6200         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6201
6202         * lyxfunc.C (dispatch):
6203         * text3.C (dispatch): pass name to params2string.
6204
6205 2003-02-26  Angus Leeming  <leeming@lyx.org>
6206
6207         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6208           blocks together.
6209           Rearrange the ~includes. Strip out the unnecessary ones.
6210
6211         * factory.C (createInset): reformat.
6212           create new insets for the various LFUN_XYZ_APPLY lfuns.
6213
6214 2003-02-26  John Levon  <levon@movementarian.org>
6215
6216         * lyxrow.h:
6217         * lyxrow.C: add isParStart,isParEnd helpers
6218
6219         * paragraph.h: make isInserted/DeletedText take refs
6220
6221         * paragraph_funcs.h:
6222         * paragraph_funcs.C: remove #if 0'd code
6223
6224         * lyxtext.h:
6225         * text3.C:
6226         * text2.C:
6227         * text.C: use lyxrow helpers above.
6228           Move draw and paint routines to RowPainter.
6229           Make several methods use refs not pointers.
6230           Make backgroundColor() const.
6231           Add markChangeInDraw(), isInInset().
6232           Merge changeRegionCase into changeCase.
6233           Make workWidth() shouldn't-happen code into an Assert.
6234
6235         * rowpainter.h:
6236         * rowpainter.C: new class for painting a row.
6237
6238         * vspace.h:
6239         * vspace.C: make inPixels take a ref
6240
6241 2003-02-26  Angus Leeming  <leeming@lyx.org>
6242
6243         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6244         LFUN_REF_APPLY.
6245
6246 2003-02-25  John Levon  <levon@movementarian.org>
6247
6248         * ispell.C: give the forked command a more accurate name
6249
6250 2003-02-22  John Levon  <levon@movementarian.org>
6251
6252         * toc.h:
6253         * toc.C: make TocItem store an id not a Paragraph *
6254           (bug #913)
6255
6256 2003-02-21  Angus Leeming  <leeming@lyx.org>
6257
6258         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6259           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6260           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6261           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6262           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6263           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6264
6265         * BufferView_pimpl.C (dispatch):
6266         * LyXAction.C (init):
6267         * factory.C (createInset):
6268         * lyxfunc.C (getStatus, dispatch):
6269         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6270
6271 2003-02-21  Angus Leeming  <leeming@lyx.org>
6272
6273         * BufferView_pimpl.C (MenuInsertLyXFile):
6274         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6275         * lyxfunc.C (menuNew, open, doImport):
6276           no longer pass a LyXView & to fileDlg.
6277
6278 2003-02-21  Angus Leeming  <leeming@lyx.org>
6279
6280         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6281         * LyXAction.C: change, BIBKEY to BIBITEM.
6282         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6283         Change InsetBibKey to InsetBibitem.
6284         Change BIBKEY_CODE to BIBITEM_CODE.
6285         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6286         * factory.C: replace insetbib.h with insetbibitem.h.
6287         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6288         * paragraph.C: replace insetbib.h with insetbibitem.h.
6289         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6290         Change bibkey() to bibitem().
6291         * text.C: remove insetbib.h.
6292         * text2.C: replace insetbib.h with insetbibitem.h.
6293         change bibkey() to bibitem().
6294         * text3.C: remove insetbib.h.
6295         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6296
6297 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6298
6299         * lyxrc.C (output): enclose user email in quotes (in case there are
6300         several words)
6301
6302 2003-02-18  John Levon  <levon@movementarian.org>
6303
6304         * buffer.h: add std::
6305
6306 2003-02-17  John Levon  <levon@movementarian.org>
6307
6308         * SpellBase.h:
6309         * ispell.h:
6310         * ispell.C:
6311         * pspell.h:
6312         * pspell.C: reworking. Especially in ispell, a large
6313           number of clean ups and bug fixes.
6314
6315         * lyxfunc.C: fix revert to behave sensibly
6316
6317 2003-02-17 André Pönitz <poenitz@gmx.net>
6318
6319         * LyXAction.C:
6320         * commandtags.h: new LFUN_INSERT_BIBKEY
6321
6322         * layout.h:
6323         * lyxlayout.C:
6324         * buffer.C:
6325         * factory.C:
6326         * text.C:
6327         * text2.C:
6328         * text3.C:
6329         * paragraph.[Ch]:
6330         * paragraph_func.C: remove special bibkey handling
6331
6332 2003-02-17  John Levon  <levon@movementarian.org>
6333
6334         * text.C (Delete): fix case where delete at the end of
6335           the very first paragraph would not merge the pars
6336
6337 2003-02-17  John Levon  <levon@movementarian.org>
6338
6339         * lyxrow.C: fix lastPrintablePos()
6340
6341 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6342
6343         * bufferparams.C (writeLaTeX): add a std:here
6344
6345         * buffer.C: and remove a using directive there
6346
6347 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6348
6349         * buffer.C (makeLaTeXFile): move the code that generates the
6350           preamble...
6351
6352         * bufferparams.C (writeLaTeX): ... in this new method
6353
6354         * LaTeXFeatures.C (getEncodingSet): make const
6355           (getLanguages): make const
6356
6357         * MenuBackend.C (binding): returns the binding associated to this
6358           action
6359           (add): sets the status of each item by calling getStatus. Adds
6360           some intelligence.
6361           (read): add support for OptSubMenu
6362           (expand): remove extra separator at the end of expanded menu
6363
6364 2003-02-15  John Levon  <levon@movementarian.org>
6365
6366         * BufferView.C:
6367         * BufferView_pimpl.C:
6368         * bufferlist.h:
6369         * bufferlist.C: remove pointless BufferStorage bloat. Remove
6370           inset code that had no actual effect. Remove unneeded status
6371           code.
6372
6373 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6374
6375         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
6376           in preamble
6377
6378 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
6379
6380         * text.C (drawLengthMarker): also draw an arrow marker for
6381           symbolic lengths (medskip...)
6382
6383 2003-02-14  John Levon  <levon@movementarian.org>
6384
6385         * tabular.h:
6386         * tabular.C: better method names
6387
6388 2003-02-14  John Levon  <levon@movementarian.org>
6389
6390         * BufferView_pimpl.C:
6391         * bufferlist.C:
6392         * buffer.C:
6393         * converter.C:
6394         * lyx_cb.C:
6395         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
6396           it's a more accurate name. Remove some pointless uses.
6397
6398 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6399
6400         * text2.C (LyXText): change order of initilizers to shut off
6401           warnings
6402
6403 2003-02-14  John Levon  <levon@movementarian.org>
6404
6405         * buffer.C: use ParIterator for getParFromID()
6406
6407         * paragraph.h:
6408         * paragraph.C:
6409         * paragraph_pimpl.h:
6410         * paragraph_pimpl.C: remove unused getParFromID()
6411
6412 2003-02-14  John Levon  <levon@movementarian.org>
6413
6414         * buffer.C: remove some very old #if 0'd parse code
6415
6416 2003-02-13  John Levon  <levon@movementarian.org>
6417
6418         * text.h:
6419         * text.C:
6420         * text2.C: move hfillExpansion(), numberOfSeparators(),
6421           rowLast(), rowLastPrintable(), numberofHfills(),
6422           numberOfLabelHfills() ...
6423
6424         * lyxrow.h:
6425         * lyxrow.C: ... to member functions here.
6426
6427         * paragraph.h:
6428         * paragraph.C:
6429         * lyxtext.h:
6430         * text.C: remove LyXText::beginningOfMainBody(), and call
6431           p->beginningOfMainBody() directly. Move the check for
6432           LABEL_MANUAL into the latter.
6433
6434         * text.h:
6435         * text.C:
6436         * text2.C:
6437         * vspace.C:
6438         * BufferView.h:
6439         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
6440
6441         * text.h:
6442         * text.C:
6443         * text2.C:
6444         * text3.C:
6445         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
6446           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
6447
6448 2003-02-13  John Levon  <levon@movementarian.org>
6449
6450         * CutAndPaste.C: remove debug
6451
6452 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6453
6454         * paragraph.C (asString): remove two unused variables
6455
6456         * lyxtextclass.C (readTitleType):
6457           (Read):
6458           (LyXTextClass): handle new members titletype_ and titlename_
6459
6460         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
6461
6462 2003-02-09  John Levon  <levon@movementarian.org>
6463
6464         * buffer.h:
6465         * buffer.C: replace hand-coded list with a map for the dep clean
6466
6467 2003-02-08  John Levon  <levon@movementarian.org>
6468
6469         * LaTeX.C: consolidate code into showRunMessage() helper
6470
6471 2003-02-08  John Levon  <levon@movementarian.org>
6472
6473         * lyxfind.C:
6474         * lyxtext.h:
6475         * text2.C:
6476         * BufferView.C: change setSelectionOverString() to setSelectionRange()
6477           and pass the size in explicitly
6478
6479         * BufferView_pimpl.h:
6480         * BufferView_pimpl.C:
6481         * BufferView.h:
6482         * BufferView.C: add getCurrentChange()
6483
6484         * BufferView_pimpl.h:
6485         * BufferView_pimpl.C: handle change lfuns
6486
6487         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
6488           for changes. Mark pasted paragraphs as new.
6489
6490         * support/lyxtime.h:
6491         * support/lyxtime.C:
6492         * DepTable.C: abstract time_t as lyx::time_type
6493
6494         * LColor.h:
6495         * LColor.C: add colours for new text, deleted text, changebars
6496
6497         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
6498           package use "usenames" option.
6499
6500         * commandtags.h:
6501         * lyxfunc.C:
6502         * LyXAction.C: add change lfuns
6503
6504         * Makefile.am:
6505         * author.h:
6506         * author.C: author handling
6507
6508         * buffer.h:
6509         * buffer.C: add a per-buffer author list, with first entry as
6510           current author. Handle new .lyx tokens for change tracking. Output
6511           author list to .lyx file. Output dvipost stuff to .tex preamble.
6512           Bump lyx format to 222.
6513
6514         * bufferlist.h:
6515         * bufferlist.C: add setCurrentAuthor() to reset current author details
6516           in all buffers.
6517
6518         * bufferparams.h:
6519         * bufferparams.C: add param for tracking
6520
6521         * bufferview_funcs.C: output change info in minibuffer
6522
6523         * Makefile.am:
6524         * changes.h:
6525         * changes.C: add change-tracking structure
6526
6527         * debug.h:
6528         * debug.C: add CHANGES debug flag
6529
6530         * lyxfind.h:
6531         * lyxfind.C: add code for finding the next change piece
6532
6533         * lyxrc.h:
6534         * lyxrc.C: add user_name and user_email
6535
6536         * lyxrow.h:
6537         * lyxrow.C: add a metric for the top of the text line
6538
6539         * lyxtext.h:
6540         * text.C: implement accept/rejectChange()
6541
6542         * lyxtext.h:
6543         * text.C: paint changebars. Paint new/deleted text in the chosen
6544         colours. Strike through deleted text.
6545
6546         * paragraph.h:
6547         * paragraph.C:
6548         * paragraph_pimpl.h:
6549         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
6550           in the current change to the insert functions. Rework erase to
6551           mark text as deleted, adding an eraseIntern() and a range-based
6552           erase(). Implement per-paragraph change lookup and
6553           accept/reject.
6554
6555         * paragraph_funcs.C: Fixup paste for change tracking.
6556
6557         * tabular.C: mark added row/columns as new.
6558
6559         * text.C: fix rowLast() to never return -1. Don't allow
6560           spellchecking of deleted text. Track transpose changes. Don't
6561           allow paragraph break or merge where appropriate.
6562
6563         * text2.C: leave cursor at end of selection after a cut.
6564
6565 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6566
6567         * text.C (getLengthMarkerHeight):
6568         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
6569         visible on screen too.
6570
6571 2003-02-07  John Levon  <levon@movementarian.org>
6572
6573         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
6574
6575 2003-02-05  Angus Leeming  <leeming@lyx.org>
6576
6577         * lyxserver.C (read_ready): revert my patch of 11 September last year
6578         as it sends PC cpu through the roof. Presumably this means that
6579         the lyxserver will no longer run on an Alpha...
6580
6581 2003-01-30  Angus Leeming  <leeming@lyx.org>
6582
6583         * factory.C (createInset): create an InsetCommandParam of type "index"
6584         and use it to 'do the right thing'.
6585
6586         * text2.C (getStringToIndex): ensure that cursor position is always
6587         reset to the reset_cursor position.
6588
6589 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6590
6591         * lyxfunc.C (getStatus): "buffer-export custom" should never be
6592         disabled.
6593
6594 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
6595
6596         * bufferview.C:
6597         * lyxcb.C:
6598         * lyxfunc.C: Output messages with identical spelling, punctuation,
6599         and spaces
6600
6601 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
6602
6603         * MenuBackend.C (expandFormats): List only viewable export formats
6604         in "View" menu
6605
6606         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
6607         message
6608
6609         * lyxfunc.C (getStatus): Make sure that formats other than
6610         "fax" can also be disabled
6611
6612 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6613
6614         * text3.C (dispatch): put the lfuns that insert insets in 3
6615         groups, and call doInsertInset with appropriate arguments.
6616         (doInsertInset): new function, that creates an inset and inserts
6617         it according to some boolean parameters.
6618
6619 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
6620
6621         * buffer.C (readFile): remember to pass on 'par' when calling
6622         readFile recursively.
6623
6624 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6625
6626         * MenuBackend.C (expandFormats): add "..." to import formats.
6627
6628 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6629
6630         * paragraph.C (asString): Remove XForms RTL hacks.
6631
6632 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
6633         * buffer.C: fix typo
6634
6635 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6636
6637         * Makefile.am (LIBS): delete var
6638         (lyx_LDADD): add @LIBS@ here instead.
6639
6640 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
6641
6642         * Clarify the meaning of "wheel mouse jump"
6643
6644 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6645
6646         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
6647         tabular in a float
6648
6649 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6650
6651         * importer.C (Loaders): do not preallocate 3 elements in the
6652         vector, since one ends up with 6 elements otherwise
6653
6654 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6655
6656         * DepTable.C (write): write the file name as last element of the
6657         .dep file (because it may contain spaces)
6658         (read): read info in the right order
6659
6660 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6661
6662         * paragraph_pimpl.C (simpleTeXBlanks):
6663         (simpleTeXSpecialChars):
6664         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
6665
6666         * tabular.C (latex): add some missing case statements. Reindent.
6667
6668         * MenuBackend.C (expandToc): remove unused variable.
6669
6670 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
6671
6672         * LColor.C:
6673         * LaTeX.C:
6674         * LyXAction.C:
6675         * MenuBackend.C:
6676         * buffer.C:
6677         * exporter.C:
6678         * lyxfunc.C:
6679         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
6680         and the like.
6681
6682 2003-01-05  John Levon  <levon@movementarian.org>
6683
6684         * BufferView.h:
6685         * BufferView.C: add getEncoding()
6686
6687         * kbsequence.h:
6688         * kbsequence.C: do not store last keypress
6689
6690         * lyxfunc.h:
6691         * lyxfunc.C: store last keypress here instead. Pass encoding
6692           to getISOEncoded()
6693
6694 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6695
6696         * lyx_main.C (init): remove annoying error message when following
6697         symbolic links (bug #780)
6698
6699 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6700
6701         * text.C (insertChar):
6702         * lyxrc.C (getDescription): remove extra spaces
6703
6704 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6705
6706         * lyxrc.C (getDescription): remove extra spaces
6707
6708 2002-12-20  John Levon  <levon@movementarian.org>
6709
6710         * text3.C: hack fix for page up/down across tall rows
6711
6712 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6713
6714         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
6715         not been invoked
6716
6717 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6718
6719         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
6720         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
6721         thesaurus is not compiled in
6722
6723 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
6724
6725         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
6726
6727 2002-12-16  Angus Leeming  <leeming@lyx.org>
6728
6729         * lyxrc.[Ch]:
6730         * lyx_main.C (init): remove override_x_deadkeys stuff.
6731
6732 2002-12-12  John Levon  <levon@movementarian.org>
6733
6734         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
6735           insert. Only remove shift modifier under strict
6736           circumstances.
6737
6738 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6739
6740         * MenuBackend.C (expandToc): fix crash.
6741
6742 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6743
6744         * MenuBackend.C (expandToc): gettext on float names.
6745
6746 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6747
6748         * lyxlength.[Ch]: set default unit to UNIT_NONE,
6749         implement bool empty() [bug 490]
6750
6751 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6752
6753         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
6754
6755 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6756
6757         * several files: ws changes
6758
6759 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6760
6761         * text2.C (setCounter): clean up a bit, use boost.format.
6762         (updateCounters): initialize par upon declaration.
6763
6764         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
6765         if the layout exists. We do not just store the layout any more.
6766         (SwitchLayoutsBetweenClasses): use boost.format
6767
6768 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6769
6770         * converter.C (convert): if from and to files are the same, use a
6771         temporary files as intermediary
6772
6773 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6774
6775         * commandtags.h:
6776         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
6777
6778 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
6779
6780         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
6781
6782 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6783
6784         * tabular.C (asciiPrintCell): use string(size, char) instead of
6785         explicit loop.
6786
6787         * sgml.C (openTag): fix order of arguments to string constructor
6788         (closeTag): ditto
6789
6790         * lyxfunc.C (dispatch): use boost.format
6791
6792         * lots of files: change "c" -> 'c'
6793
6794 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
6795
6796         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
6797
6798 2002-11-25  Angus Leeming  <leeming@lyx.org>
6799
6800         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
6801
6802         * lyx_main.C (init): compile fix.
6803
6804 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6805
6806         * lyx_cb.C (start): boost.formatify
6807         do not include <iostream>
6808
6809         * lengthcommon.C: ws only
6810
6811         * boost-inst.C,BoostFormat.h: add more explict instantations
6812
6813 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6814
6815         * lots of files: handle USE_BOOST_FORMAT
6816
6817 2002-11-21  John Levon  <levon@movementarian.org>
6818
6819         * pspell.C: fix compile
6820
6821 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6822
6823         * lyxfunc.C (dispatch): use boost::format
6824         (open): ditto
6825         (doImport): ditto
6826
6827         * lyxfont.C (stateText): use boost::format
6828
6829         * lyx_main.C (LyX): use boost::format
6830         (init): ditto
6831         (queryUserLyXDir): ditto
6832         (readRcFile): ditto
6833         (parse_dbg): ditto
6834         (typedef boost::function): use the recommened syntax.
6835
6836         * importer.C (Import): use boost::format
6837
6838         * debug.C (showLevel): use boost::format
6839
6840         * converter.C (view): use boost::format
6841         (convert): ditto
6842         (move): ditto
6843         (scanLog): ditto
6844
6845         * bufferview_funcs.C (currentState): use boost::format
6846
6847         * bufferlist.C (emergencyWrite): use boost::format
6848
6849         * buffer.C (readLyXformat2): use boost::format
6850         (parseSingleLyXformat2Token): ditto
6851
6852         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
6853
6854         * LaTeX.C (run): use boost::format
6855
6856         * Chktex.C (scanLogFile): use boost::format
6857
6858         * BufferView_pimpl.C (savePosition): use boost::format
6859         (restorePosition): ditto
6860         (MenuInsertLyXFile): ditto
6861
6862         * BoostFormat.h: help file for explicit instation.
6863
6864 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
6865
6866         * tabular.C (latex): Support for block alignment in fixed width
6867         columns.
6868
6869 2002-11-17  John Levon  <levon@movementarian.org>
6870
6871         * BufferView_pimpl.C:
6872         * lyx_cb.C:
6873         * lyxfunc.C: split filedialog into open/save
6874
6875 2002-11-08  Juergen Vigna  <jug@sad.it>
6876
6877         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
6878         by my last patch (hopefully).
6879
6880 2002-11-08  John Levon  <levon@movementarian.org>
6881
6882         * iterators.h:
6883         * iterators.C:
6884         * buffer.h:
6885         * buffer.C:
6886         * paragraph.h:
6887         * paragraph.C:
6888         * toc.h:
6889         * toc.C: ParConstIterator, and use it (from Lars)
6890
6891 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
6892
6893         * lyxtextclass.[Ch]: revise and add doxygen comments
6894
6895 2002-11-07  John Levon  <levon@movementarian.org>
6896
6897         * text.C: fix progress value for spellchecker
6898
6899         * toc.C: fix navigate menu for insetwrap inside minipage
6900
6901         * paragraph_funcs.C: added FIXME for suspect code
6902
6903 2002-11-07  John Levon  <levon@movementarian.org>
6904
6905         * BufferView_pimpl.C: fix redrawing of insets
6906           on buffer switch
6907
6908 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6909
6910         * text2.C (updateCounters): fix bug 668
6911
6912 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
6913
6914         * text3.C (dispatch): Do not make the buffer dirty when moving the
6915         cursor.
6916
6917 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6918
6919         * vc-backend.C: STRCONV
6920         (scanMaster): ditto
6921
6922         * text2.C (setCounter): STRCONV
6923
6924         * paragraph.C (asString): STRCONV
6925
6926         * lyxlength.C (asString): STRCONV
6927         (asLatexString): ditto
6928
6929         * lyxgluelength.C (asString): STRCONV
6930         (asLatexString): ditto
6931
6932         * lyxfunc.C (dispatch): STRCONV
6933         (open): ditto
6934
6935         * lyxfont.C (stateText): STRCONV
6936
6937         * importer.C (Import): STRCONV
6938
6939         * counters.C (labelItem): STRCONV
6940         (numberLabel): ditto
6941         (numberLabel): remove unused ostringstream o
6942
6943         * chset.C: STRCONV
6944         (loadFile): ditto
6945
6946         * bufferview_funcs.C (currentState): STRCONV
6947
6948         * buffer.C (readFile): STRCONV
6949         (asciiParagraph): ditto
6950         (makeLaTeXFile): ditto
6951
6952         * Spacing.C (writeEnvirBegin): STRCONV
6953
6954         * LaTeXFeatures.C (getLanguages): STRCONV
6955         (getPackages): ditto
6956         (getMacros): ditto
6957         (getBabelOptions): ditto
6958         (getTClassPreamble): ditto
6959         (getLyXSGMLEntities): ditto
6960         (getIncludedFiles): ditto
6961
6962         * LaTeX.C: STRCONV
6963         (run): ditto
6964         (scanAuxFile): ditto
6965         (deplog): ditto
6966
6967         * LString.h: add the STRCONV macros
6968
6969         * BufferView_pimpl.C (savePosition): STRCONV
6970         (restorePosition): ditto
6971         (MenuInsertLyXFile): ditto
6972
6973         * vc-backend.C (scanMaster): change from submatch[...] to
6974         submatch.str(...)
6975
6976         * funcrequest.C: include config.h
6977
6978         * factory.C: include config.h
6979
6980         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
6981
6982         * box.C: include config.h
6983
6984         * LaTeX.C (scanAuxFile): change from submatch[...] to
6985         submatch.str(...)
6986         (deplog): ditto
6987
6988 2002-10-25  Angus Leeming  <leeming@lyx.org>
6989
6990         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
6991
6992         * ispell.[Ch] (setError): new method.
6993         * ispell.C (c-tor): move out child process into new class LaunchIspell.
6994         Use setError() insetead of goto END.
6995
6996         * lyx_cb.C (AutoSave): move out child process into new class
6997         AutoSaveBuffer.
6998
6999 2002-10-30  John Levon  <levon@movementarian.org>
7000
7001         * text3.C: make start appendix undoable
7002
7003 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
7004
7005         * lyxlength.C (inPixels): Fix returned value.
7006
7007         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
7008         environment.
7009
7010 2002-10-24  Angus Leeming  <leeming@lyx.org>
7011
7012         * lyxgluelength.h: no need to forward declare BufferParams
7013         or BufferView, so don't.
7014
7015 2002-10-21  John Levon  <levon@movementarian.org>
7016
7017         * BufferView.C: menuUndo ->undo, redo
7018
7019         * BufferView.h: document, remove dead, make some methods private
7020
7021         * paragraph_funcs.h:
7022         * paragraph_funcs.C:
7023         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7024
7025         * buffer.h:
7026         * buffer.C:
7027         * sgml.h:
7028         * sgml.C: move sgml open/close tag into sgml.C
7029
7030         * bufferview_funcs.h: unused prototype
7031
7032         * lyxfunc.h:
7033         * lyxfunc.C: remove unused
7034
7035         * lyxtext.h:
7036         * text.C: remove unused
7037
7038 2002-10-21  John Levon  <levon@movementarian.org>
7039
7040         * BufferView.h:
7041         * BufferView.C:
7042         * BufferView_pimpl.h:
7043         * BufferView_pimpl.C: fix mouse wheel handling based on
7044           patch from Darren Freeman
7045
7046 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7047
7048         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7049
7050 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7051
7052         * lyxlength.C (inPixels): Fix hanfling of negative length.
7053         Fix LyXLength::MU case.
7054
7055 2002-10-16  John Levon  <levon@movementarian.org>
7056
7057         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7058
7059 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7060
7061         * converter.C (view): add support for $$i (file name) and $$p
7062         (file path) for the viewer command. If $$i is not specified, then
7063         it is appended to the command (for compatibility with old syntax)
7064
7065 2002-10-14  Juergen Vigna  <jug@sad.it>
7066
7067         * undo_funcs.C (textHandleUndo): alter the order in which the
7068         new undopar is added to the LyXText, as we have to set first
7069         the right prev/next and then add it as otherwise the rebuild of
7070         LyXText is not correct. Also reset the cursor to the right paragraph,
7071         with this IMO we could remove the hack in "redoParagraphs()".
7072
7073 2002-10-09  Angus Leeming  <leeming@lyx.org>
7074
7075         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7076         to turn off an optimisation if a new inset is to be inserted.
7077
7078 2002-10-11 André Pönitz <poenitz@gmx.net>
7079
7080         * lyxtext.h: make some functions public to allow access
7081         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7082
7083 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7084
7085         * text3.C (dispatch): when changing layout, avoid an infinite loop
7086         [bug #652]
7087
7088 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7089
7090         * lyxrc.C (read): treat a viewer or converter command of "none" as
7091         if it were empty.
7092
7093         * MenuBackend.C (expandFormats): for an update, also allow the
7094         formats that are not viewable
7095
7096         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7097         script if it is newer than the lyxrc.defaults in user directory
7098
7099 2002-10-07 André Pönitz <poenitz@gmx.net>
7100
7101         * text.C: Vitaly Lipatov's small i18n fix
7102
7103 2002-09-25  Angus Leeming  <leeming@lyx.org>
7104
7105         * ispell.h: doxygen fix.
7106
7107 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7108
7109         * buffer.h (readFile): Add a new argument to the method, to allow
7110         reading of old-format templates.
7111
7112 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7113
7114         * toc.C (getTocList): Get TOC from InsetWrap.
7115
7116 2002-09-16  John Levon  <levon@movementarian.org>
7117
7118         * lyxfunc.C: check tabular for cut/copy too
7119
7120 2002-09-12  John Levon  <levon@movementarian.org>
7121
7122         * LyXAction.C: tidy
7123
7124         * factory.h:
7125         * factory.C: add header
7126
7127         * paragraph_funcs.h:
7128         * paragraph_funcs.C: cleanup
7129
7130 2002-09-11  John Levon  <levon@movementarian.org>
7131
7132         * PrinterParams.h: odd/even default to true
7133
7134 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7135
7136         * PrinterParams.h: update printer parameters for new xforms dialog
7137
7138 2002-09-11  Angus Leeming  <leeming@lyx.org>
7139
7140         * lyxserver.C (read_ready): re-write to make it more transparent
7141         and to make it work in coherent fashion under Tru64 Unix.
7142
7143 2002-09-11  André Pönitz <poenitz@gmx.net>
7144
7145         * commandtags.h:
7146         * LyXAction.C:
7147         * text3.C: implement LFUN_WORDSEL
7148
7149 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7150
7151         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7152         make floatlist_ a boost::shared_ptr<FloatList>
7153
7154         * lyxtextclass.C: include FloatList.h
7155         (LyXTextClass): initialize floatlist_
7156         (TextClassTags): add TC_NOFLOAT
7157         (Read): match "nofloat" to TC_NOFLOAT and use it.
7158         (readFloat): modify call to floatlist_
7159         (floats): ditto
7160         (floats): ditto
7161
7162         * FloatList.[Ch] (FloatList): remove commented out float
7163         initialization.
7164         (erase): new function
7165
7166 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7167
7168         * MenuBackend.C (expandToc): fix crash when there is no document
7169         open
7170
7171 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7172
7173         * many files: Add insetwrap.
7174
7175 2002-09-09  John Levon  <levon@movementarian.org>
7176
7177         * text2.C: remove confusing and awkward depth wraparound
7178
7179 2002-09-09  John Levon  <levon@movementarian.org>
7180
7181         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7182
7183         * buffer.h:
7184         * buffer.C: remove getIncludeonlyList()
7185
7186         * paragraph.C:
7187         * lyxfunc.C: remove headers
7188
7189 2002-09-09  Juergen Vigna  <jug@sad.it>
7190
7191         * text.C (getColumnNearX): fix form Michael this is most
7192         probably a cut&paste bug.
7193
7194 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7195
7196         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7197
7198         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7199         references, ws changes.
7200
7201         * text2.C (init): update counters after init
7202         (insertParagraph): no need to set counter on idividual paragraphs.
7203         (setCounter): access the counters object in the textclass object
7204         on in the buffer object.
7205         (updateCounters): ditto
7206
7207         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7208         shared_ptr<Counters> to avoid loading counters.h in all
7209         compilation units.
7210         (LyXTextClass): initialize ctrs_
7211         (TextClassTags): add TC_COUNTER, and ...
7212         (Read): use it here.
7213         (CounterTags): new tags
7214         (readCounter): new function
7215         (counters): new funtion
7216         (defaultLayoutName): return a const reference
7217
7218         * counters.C (Counters): remove contructor
7219         (newCounter): remove a couple of unneeded statements.
7220         (newCounter): simplify a bit.
7221         (numberLabel): some small formatting changes.
7222
7223         * buffer.[Ch]: remove all traces of counters, move the Counters
7224         object to the LyXTextClass.
7225
7226 2002-09-06  Alain Castera  <castera@in2p3.fr>
7227
7228         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7229         package to set the horizontal alignment on fixed width columns.
7230
7231         * lyx_sty.C:
7232         * lyx_sty.h: added tabularnewline macro def.
7233
7234         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7235
7236 2002-09-06  John Levon  <levon@movementarian.org>
7237
7238         * LyXAction.C: tooltips for sub/superscript
7239
7240         * MenuBackend.C: a bit more verbose
7241
7242         * lyxfunc.C: tiny clean
7243
7244         * undo_funcs.C: document undo_frozen
7245
7246 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7247
7248         * counters.C (Counters): add missing algorithm counter.
7249
7250         * text2.C (setCounter): lookup the counter with layouts latexname
7251         instead of by section number.
7252         (setCounter): use a hackish way to lookup the correct enum
7253         counter.
7254         a float name->type change
7255         reset enum couners with counter name directly instead of depth value.
7256
7257         * counters.C (Counters): remove the push_backs, change to use the
7258         float type not the float name.
7259         (labelItem): remove unused string, float name->type change
7260
7261         * counters.h: don't include vector, loose the enums and sects vectors
7262
7263 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7264
7265         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7266         (Read): add float->TC_FLOAT to textclassTags
7267         (Read): and handle it in the switch
7268         (readFloat): new function
7269
7270         * FloatList.C (FloatList): comment out the hardcoded float
7271         definitions.
7272
7273         * lyxlayout.h: ws change.
7274
7275 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7276
7277         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7278
7279 2002-09-03  Angus Leeming  <leeming@lyx.org>
7280
7281         * BufferView_pimpl.h: qualified name is not allowed in member
7282         declaration: WorkArea & Pimpl::workarea() const;
7283
7284         * factory.C: added using std::endl directive.
7285
7286         * text3.C: added using std::find and std::vector directives.
7287
7288 2002-08-29  André Pönitz <poenitz@gmx.net>
7289
7290         * lyxtext.h:
7291         * text2.C: remove unused member number_of_rows
7292
7293         * Makefile.am:
7294         * BufferView2.C: remove file, move contents to...
7295         * BufferView.C: ... here
7296
7297         * BufferView_pimpl.C:
7298         * factory.C: move more inset creation to factory
7299
7300         * vspace.C: avoid direct usage of LyXText, ws changes
7301
7302         * BufferView.[Ch]:
7303                 don't provide direct access to WorkArea, use two simple
7304                 acessors haveSelction() and workHeight() instead
7305
7306
7307 2002-08-29  John Levon  <levon@movementarian.org>
7308
7309         * BufferView_pimpl.C (dispatch): do not continue when
7310           no buffer
7311
7312 2002-08-28  André Pönitz <poenitz@gmx.net>
7313
7314         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7315
7316         * BufferView.h:
7317         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7318
7319 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7320
7321         * buffer.C: increment LYX_FORMAT to 221
7322
7323         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7324         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7325
7326         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7327
7328         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7329
7330 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7331
7332         * factory.C (createInset): use LyXTextClass::floats
7333
7334         * MenuBackend.C (expandFloatListInsert):
7335         (expandFloatInsert):
7336         (expandToc):
7337
7338         * text2.C (setCounter):
7339
7340         * LaTeXFeatures.C (useFloat):
7341         (getFloatDefinitions):
7342
7343         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7344
7345         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7346         floatlist_, with accessor floats().
7347
7348         * FloatList.h: remove global FloatList
7349
7350 2002-08-26  André Pönitz <poenitz@gmx.net>
7351
7352         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
7353
7354         * BufferView.h:
7355         * BufferView2.C:
7356         * BufferView_pimpl.C:
7357         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
7358
7359 2002-08-25  John Levon  <levon@movementarian.org>
7360
7361         * LyXAction.C: fix margin note description
7362
7363 2002-08-24  John Levon  <levon@movementarian.org>
7364
7365         * buffer.C:
7366         * bufferlist.C:
7367         * bufferview_funcs.C:
7368         * lyxfont.C:
7369         * undo_funcs.C: cleanups
7370
7371         * lyxfunc.C: disable CUT/COPY when no selection
7372
7373 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
7374
7375         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
7376         in "enum UNIT"; e.g. PTW for Percent of TextWidth
7377
7378         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
7379         Add backward compatibility to "mono", "gray" and "no".
7380
7381 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
7382
7383         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
7384         (and file_format >= 200).
7385
7386 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7387
7388         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
7389
7390 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7391
7392         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
7393
7394 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
7395
7396         * BufferView_pimpl.C:
7397         * LyXAction.C:
7398         * buffer.C:
7399         * commandtags.h:
7400         * lyxfunc.C:
7401         * paragraph.[Ch]:
7402         * text2.C:
7403         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
7404         inset and code to make it  work with the paragraph code. The inset
7405         can be anywhere in the paragraph, but will only do the expected
7406         thing in LaTeX if the layout file contains the parameter line
7407                         OptionalArgs    1
7408         (or more generally, a nonzero value) for that layout.
7409
7410 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7411
7412         * paragraph.h: remove the declaration of undefined counters class
7413         function.
7414
7415 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
7416
7417         * text2.C (setCounter):  fixed enumeration mis-count as reported by
7418         Dr. Richard Hawkins.
7419
7420 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7421
7422         * paragraph_funcs.h: remove some unneeded includes
7423
7424         * text.C (backspace): pasteParagraph now in global scipe
7425
7426         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
7427         (pasteSelection): ditto
7428
7429         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
7430         * paragraph_funcs.C (pasteParagraph): ... here
7431
7432 2002-08-20  André Pönitz <poenitz@gmx.net>
7433
7434         * commandtags.h: new LFUNs for swapping/copying table row/colums
7435
7436         * LyXAction.C:
7437         * lyxfunc.C: support for new lfuns
7438
7439 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7440
7441         * tabular.C:
7442         * buffer.[Ch]: remove NO_COMPABILITY stuff
7443
7444 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
7445
7446         * boost.C (throw_exception): new file, with helper function for
7447         boost compiled without exceptions.
7448
7449         * paragraph.h:
7450         * lyxlength.C:
7451         * buffer.C:
7452         * ParameterStruct.h:
7453         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
7454
7455         * bufferlist.C (emergencyWriteAll): use boost bind
7456
7457         * BufferView_pimpl.C (moveCursorUpdate): remove inline
7458
7459         * text.C: include paragraph_funcs.h
7460         (breakParagraph): breakParagraph is now in global scope
7461
7462         * paragraph_funcs.[Ch]: new files
7463
7464         * paragraph.C (breakParagraph,breakParagraphConservative): move to
7465         global scope
7466
7467         * buffer.C: include paragraph_funcs.h
7468         (insertStringAsLines): breakParagraph is now in global scope
7469
7470         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
7471         paragraph_funcs.C
7472
7473         * CutAndPaste.C: include paragraph_funcs.h
7474         (cutSelection): breakParagraphConservative is now in global scope
7475         (pasteSelection): ditto
7476
7477         * buffer.h: declare oprator== and operator!= for
7478         Buffer::inset_iterator
7479
7480         * bufferlist.C (emergencyWrite): don't use fmt(...)
7481
7482         * text3.C: add using std::endl
7483
7484         * BufferView.C (moveCursorUpdate): remove default arg
7485
7486 2002-08-20  André Pönitz <poenitz@gmx.net>
7487
7488         * buffer.[Ch]: move inline functions to .C
7489
7490         * BufferView2.C:
7491         * BufferView_pimpl.C:
7492         * text.C:
7493         * buffer.[Ch]: use improved inset_iterator
7494
7495         * buffer.C:
7496         * paragraph.[Ch]: write one paragraph at a time
7497
7498 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
7499
7500         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
7501         style if style is not specified.
7502
7503 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7504
7505         * text2.C (setCounter): when searching for right label for a
7506         caption, make sure to recurse to parent insets (so that a caption
7507         in a minipage in a figure float works) (bug #568)
7508
7509 2002-08-20  André Pönitz <poenitz@gmx.net>
7510
7511         * text3.C: new file for LyXText::dispatch() and helpers
7512
7513         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
7514
7515         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
7516
7517 2002-08-19  André Pönitz <poenitz@gmx.net>
7518
7519         * lyxtext.h:
7520         * text.C: new LyXText::dispatch()
7521
7522         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
7523
7524 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
7525
7526         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
7527
7528         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
7529         Hebrew text.
7530
7531 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7532
7533         * Makefile.am: use $(variables) instead of @substitutions@
7534
7535 2002-08-15  André Pönitz <poenitz@gmx.net>
7536
7537         * lyxfunc.C:
7538         * BufferView_pimpl.C: streamlining mathed <-> outer world
7539         interaction
7540
7541         * commandtags.h:
7542         * LyXAction.C: remove unused LFUN_MATH
7543
7544 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7545
7546         * paragraph.[Ch]: add some NO_NEXT ifdefs.
7547
7548 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7549
7550         * paragraph.C (Paragraph): reformat a bit
7551         (cutIntoMinibuffer): use builtin InsetList function instad of
7552         doing it manually.
7553         (getInset): ditto
7554
7555         * buffer.C: include boost/bind.hpp, add using std::for_each
7556         (writeFileAscii): use ParagraphList iterators
7557         (validate): use for_each for validate traversal of paragraphs
7558         (getBibkeyList): use ParagraphList iterators
7559         (resizeInsets): use for_each to resizeInsetsLyXText for all
7560         paragraphs.
7561         (getParFromID): use ParagraphList iterators
7562
7563         * BufferView2.C (lockInset): use paragraph list and iterators
7564
7565 2002-08-14  John Levon  <levon@movementarian.org>
7566
7567         * lyxserver.C: remove spurious xforms include
7568
7569 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7570
7571         * lyxfunc.C (getStatus): disable math-extern outside of math mode
7572
7573 2002-08-13  André Pönitz <poenitz@gmx.net>
7574
7575         * LyXAction.[Ch]:
7576         * lyxfunc.C: further cleaning
7577
7578 2002-08-13  André Pönitz <poenitz@gmx.net>
7579
7580         * funcrequest.h: new constructor
7581
7582         * funcrequest.C: move stuff here from .h
7583
7584         * Makefile.am:
7585         * BufferView_pimpl.C:
7586         * LyXAction.C:
7587         * toc.C:
7588         * lyxfunc.C: subsequent changes
7589
7590         * lyxfunc.h: new view() member function
7591
7592         * lyxfunc.C: subsequent changes
7593
7594 2002-08-13  Angus Leeming  <leeming@lyx.org>
7595
7596         * BufferView2.C:
7597         * BufferView_pimpl.C:
7598         * buffer.C:
7599         * converter.C:
7600         * importer.C:
7601         * lyxfunc.C:
7602         * lyxvc.C:
7603         * toc.C:
7604         * vc-backend.C:
7605         changes due to the changed LyXView interface that now returns references
7606         to member variables not pointers.
7607
7608 2002-08-13  Angus Leeming  <leeming@lyx.org>
7609
7610         * WordLangTuple (word, lang_code): return references to strings,
7611         not strings.
7612
7613         * BufferView.h:
7614         * SpellBase.h:
7615         * lyxtext.h: forward-declare WordLangTuple.
7616
7617         * BufferView2.C:
7618         * ispell.C:
7619         * pspell.C:
7620         * text.C: #include "WordLangTuple.h".
7621
7622         * lyxtext.h:
7623         * text.C: (selectNextWordToSpellcheck): constify return type.
7624
7625 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
7626
7627         * buffer.C:
7628         * buffer.h:
7629         * lyxtext.h:
7630         * paragraph.C:
7631         * paragraph_pimpl.h:
7632         * text.C:
7633         * text2.C:
7634         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
7635         suggested by Angus.
7636         Made updateCounter always count from start of buffer, and removed
7637         second argument (par).
7638         Reverted floats number display to '#'. Perhaps I'll try again when the
7639         code base is sanitized a bit.
7640
7641 2002-08-12  Angus Leeming  <leeming@lyx.org>
7642
7643         * buffer.[Ch] (getLabelList): constify.
7644
7645 2002-08-07  André Pönitz <poenitz@gmx.net>
7646
7647         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
7648
7649         * funcrequest.h: extension to keep mouse (x,y) position
7650
7651 2002-08-12  Juergen Vigna  <jug@sad.it>
7652
7653         * BufferView2.C (insertErrors): forbid undo when inserting error
7654         insets.
7655
7656         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
7657
7658 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7659
7660         * ParagraphList.[Ch]: new files
7661
7662         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
7663
7664         * BufferView2.C (lockInset): ParagraphList changes
7665         * toc.C: ditto
7666         * text2.C: ditto
7667         * bufferlist.C: ditto
7668         * buffer.h: ditto
7669         * buffer.C: ditto
7670
7671 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7672
7673         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
7674         unused class variable counter_,
7675
7676         * paragraph.[Ch] (getFirstCounter): delete unused function
7677
7678         * counters.C: include LAssert.h
7679         (reset): add a new function with no arg, change other version to
7680         not have def. arg and to not allow empty arg.
7681
7682         * text2.C (setCounter): remove empty arg from call to Counters::reset
7683
7684 2002-08-11  John Levon  <levon@movementarian.org>
7685
7686         * Makefile.am: add WordLangTuple.h
7687
7688 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7689
7690         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
7691         lyxfunc.C lyxlex_pimpl.C: ws changes only.
7692
7693         * insets/insettext.C: InsetList changes
7694
7695         * graphics/GraphicsSupport.C (operator()): InsetList changes
7696
7697         * toc.C (getTocList): InsetList changes
7698
7699         * paragraph_pimpl.[Ch]: InsetList changes
7700
7701         * paragraph.[Ch]: InsetList changes
7702
7703         * buffer.C (inset_iterator): InsetList changes
7704         (setParagraph): ditto
7705         * buffer.h (inset_iterator): ditto
7706         * iterators.C (operator++): ditto
7707         * iterators.h: ditto
7708
7709         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
7710
7711         * InsetList.[Ch]: new files, most InsetList handling moved out of
7712         paragraph.C.
7713
7714         * BufferView2.C (removeAutoInsets): InsetList changes
7715         (lockInset): ditto
7716         (ChangeInsets): ditto
7717
7718 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7719
7720         * paragraph_pimpl.h (empty): new function
7721
7722         * paragraph.[Ch] (empty): new function
7723
7724         * other files: use the new Paragraph::empty function
7725
7726 2002-08-09  John Levon  <levon@movementarian.org>
7727
7728         * lyxtext.h: remove unused refresh_height
7729
7730 2002-08-09  John Levon  <levon@movementarian.org>
7731
7732         * Makefile.am:
7733         * sgml.h:
7734         * sgml.C:
7735         * buffer.C:
7736         * paragraph.h:
7737         * paragraph.C: move sgml char escaping out of paragraph
7738
7739         * paragraph.h:
7740         * paragraph.C: remove id setter
7741
7742         * buffer.C:
7743         * paragraph.C:
7744         * paragraph_pimpl.C: remove dead tex_code_break_column
7745
7746         * bufferview_funcs.C: small cleanup
7747
7748         * lyxfunc.C: remove dead proto
7749
7750         * lyxtext.h: make some stuff private. Remove some dead stuff.
7751
7752         * lyxgluelength.C: make as[LyX]String() readable
7753
7754 2002-08-08  John Levon  <levon@movementarian.org>
7755
7756         * LyXAction.h:
7757         * LyXAction.C:
7758         * MenuBackend.C:
7759         * ToolbarDefaults.C:
7760         * lyxfunc.C:
7761         * lyxrc.C:
7762         * toc.C: lyxaction cleanup
7763
7764 2002-08-08  John Levon  <levon@movementarian.org>
7765
7766         * BufferView2.C: small cleanup
7767
7768         * lyxfind.h:
7769         * lyxfind.C: move unnecessary header into the .C
7770
7771 2002-08-08  John Levon  <levon@movementarian.org>
7772
7773         * funcrequest.h: just tedious nonsense
7774
7775         * lyx_main.h:
7776         * lyx_main.C: cleanups
7777
7778         * buffer.C:
7779         * vspace.C: remove dead header lyx_main.h
7780
7781 2002-08-07  Angus Leeming  <leeming@lyx.org>
7782
7783         * Paragraph.[Ch]:
7784         * paragraph_pimpl.h:
7785         Forward declare class Counters in paragraph.h by moving the ctrs member
7786         variable into Paragraph::Pimpl.
7787         (counters): new method, returning a reference to pimpl_->ctrs.
7788
7789         * text2.C: ensuing changes.
7790
7791 2002-08-07  John Levon  <levon@movementarian.org>
7792
7793         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
7794
7795         * BufferView_pimpl.C: announce X selection on double/triple
7796           click
7797
7798         * lyx_main.C: use correct bool in batch dispatch
7799
7800         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
7801
7802 2002-08-07  André Pönitz <poenitz@gmx.net>
7803
7804         * funcrequest.h: new class to wrap a kb_action and its argument
7805
7806         * BufferView.[Ch]:
7807         * BufferView_pimpl[Ch]:
7808         * LaTeX.C:
7809         * LyXAction.[Ch]:
7810         * lyxfunc.[Ch]:
7811         * lyxrc.C: subsequent changes
7812
7813
7814 2002-08-07  John Levon  <levon@movementarian.org>
7815
7816         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
7817           document options change.
7818
7819 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
7820
7821         * counters.[Ch]
7822         * text2.C
7823         * paragraph.[Ch]
7824         * makefile.am: move counters functionality over from
7825         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
7826
7827 2002-08-06  John Levon  <levon@movementarian.org>
7828
7829         * WordLangTuple.h: new file for word + language code tuple
7830
7831         * SpellBase.h:
7832         * pspell.h:
7833         * pspell.C:
7834         * ispell.h:
7835         * ispell.C:
7836         * lyxtext.h:
7837         * text.C:
7838         * text2.C:
7839         * BufferView.h:
7840         * BufferView2.C: use WordLangTuple
7841
7842         * layout.h:
7843         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
7844
7845 2002-08-06  John Levon  <levon@movementarian.org>
7846
7847         * lyx_main.C: fix cmdline batch handling
7848
7849 2002-08-06  André Pönitz <poenitz@gmx.net>
7850
7851         * lyxrc.C: set default for show_banner to true
7852
7853 2002-08-06  John Levon  <levon@movementarian.org>
7854
7855         * pspell.C: fix a crash, and allow new aspell to work
7856
7857 2002-08-06  John Levon  <levon@movementarian.org>
7858
7859         * lyxfunc.C:
7860         * kbmap.C: small cleanup
7861
7862         * vspace.h:
7863         * vspace.C: add const
7864
7865 2002-08-05  John Levon  <levon@movementarian.org>
7866
7867         * LyXAction.C: back to tabular-insert
7868
7869 2002-08-04  John Levon  <levon@movementarian.org>
7870
7871         * BufferView.h:
7872         * BufferView.C: cosmetic change
7873
7874         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
7875
7876         * bufferlist.C:
7877         * buffer.h:
7878         * buffer.C:
7879         * lyxcb.h:
7880         * lyxcb.C:
7881         * lyxserver.C:
7882         * lyxvc.C:
7883         * vc-backend.C:
7884         * BufferView2.C: purge all "Lyx" not "LyX" strings
7885
7886         * lyxcursor.h:
7887         * lyxcursor.C: attempt to add some documentation
7888
7889         * lyxfunc.C:
7890         * commandtags.h:
7891         * LyXAction.C:
7892         * ToolbarDefaults.C:
7893         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
7894           merge with LFUN_TABULAR_INSERT
7895
7896         * Makefile.am:
7897         * SpellBase.h:
7898         * ispell.h:
7899         * ispell.C:
7900         * pspell.h:
7901         * pspell.C: split up i/pspell implementations into separate
7902           files, many cleanups
7903
7904         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
7905
7906         * text2.C: some cleanup
7907
7908         * lyxfunc.C: don't check for isp_command == "none" any more, it
7909           didn't make any sense
7910
7911 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
7912
7913         * counters.[Ch]
7914         * text2.C
7915         * paragraph.[Ch]
7916         * makefile.am: move counters functionality over
7917         from text2.C/paragraph.[Ch] to counters.[Ch], and
7918         make proper C++.
7919 2002-08-02  John Levon  <levon@movementarian.org>
7920
7921         * buffer.C: s/lyxconvert/lyx2lyx/
7922
7923 2002-08-02  Angus Leeming  <leeming@lyx.org>
7924
7925         * lyxlex.C: revert John's change as it breaks reading of the user
7926         preamble.
7927
7928 2002-08-02  Angus Leeming  <leeming@lyx.org>
7929
7930         * importer.C (Import):
7931         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
7932         changes due to LyXView::view() now returning a boost::shared_ptr.
7933
7934 2002-08-02  John Levon  <levon@movementarian.org>
7935
7936         * lyxlex.C: small cleanup
7937
7938 2002-08-02  John Levon  <levon@movementarian.org>
7939
7940         * text2.C (status): small cleanup, no logic change
7941
7942 2002-08-01  John Levon  <levon@movementarian.org>
7943
7944         * buffer.h:
7945         * buffer.C (writeFile): don't output alerts, caller
7946           handles this
7947
7948         * bufferlist.C:
7949         * lyx_cb.C: from above
7950
7951         * lyxfunc.C: allow to open non-existent files
7952
7953 2002-07-31  John Levon  <levon@movementarian.org>
7954
7955         * lyxserver.C: don't let incidental errors get
7956           in the way (errno)
7957
7958 2002-07-30  John Levon  <levon@movementarian.org>
7959
7960         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
7961
7962 2002-07-30  John Levon  <levon@movementarian.org>
7963
7964         * lyxserver.h:
7965         * lyxserver.C: remove I/O callback too
7966
7967 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7968
7969         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
7970         log.
7971
7972 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7973
7974         * many files: strip,frontStrip -> trim,ltrim,rtrim
7975
7976 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7977
7978         * PrinterParams.h: remove extern containsOnly, and include
7979         support/lstrings.h instead.
7980
7981         * LaTeX.C (scanAuxFile): modify because of strip changes
7982         (deplog): ditto
7983         * buffer.C (makeLaTeXFile): ditto
7984         * bufferparams.C (writeFile): ditt
7985         * lyxfont.C (stateText): ditto
7986         * lyxserver.C (read_ready): ditto
7987         * vc-backend.C (scanMaster): ditto
7988
7989         * BufferView_pimpl.h: ws changes
7990
7991         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
7992
7993 2002-07-26  André Pönitz <poenitz@gmx.net>
7994
7995         * kb_sequence.C: remove unnedred usings
7996
7997 2002-07-26  Juergen Vigna  <jug@sad.it>
7998
7999         * lyxfind.C (LyXReplace): we have to check better if the returned
8000         text is not of theLockingInset()->getLockingInset().
8001
8002 2002-07-25  Juergen Vigna  <jug@sad.it>
8003
8004         * lyxfind.C (LyXReplace): don't replace if we don't get the
8005         right LyXText.
8006
8007         * undo_funcs.C (createUndo): remove debugging code.
8008
8009 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
8010
8011         * buffer.C (parseSingleLyXformat2Token): Use default placement
8012         when reading old floats.
8013
8014         * FloatList.C (FloatList): Change the default placement of figure
8015         and tables to "tbp".
8016
8017 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8018
8019         * MenuBackend.C: using std::max
8020
8021 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8022
8023         * MenuBackend.C (expandToc):
8024         (expandToc2): code moved from xforms menu frontend. It is now
8025         generic and TOCs are transparent to menu frontends.
8026
8027 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8028
8029         * toc.C (getTocList): protect against buf=0
8030
8031         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8032         Menu as first parameter. Now, this calls itself recursively to
8033         expand a whole tree (this will be useful for TOC handling)
8034         (expandFloatInsert): remove 'wide' version of floats
8035
8036         * MenuBackend.h (submenuname): returns the name of the submenu.
8037         (submenu): returns the submenu itself, provided it has been
8038         created by MenuBackend::expand
8039
8040 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8041
8042         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8043         insets which have noFontChange == true. (bug #172)
8044
8045 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8046
8047         * BufferView_pimpl.C: add connection objects and use them...
8048         (Pimpl): here.
8049
8050 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8051
8052         * MenuBackend.C (expandLastfiles):
8053         (expandDocuments):
8054         (expandFormats):
8055         (expandFloatListInsert):
8056         (expandFloatInsert):
8057         (expand): split expand in parts
8058
8059 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8060
8061         * lyx_gui.C: use lyx_gui::exit()
8062
8063 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8064
8065         * LyXAction.C: show the failing pseudo action
8066
8067 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8068
8069         * buffer.C (readFile): Run the lyxconvert script in order to read
8070         old files.
8071
8072 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8073
8074         * LyXAction.C:
8075         * commandtags.h:
8076         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8077
8078 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8079
8080         * LyXAction.C:
8081         * commandtags.h:
8082         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8083
8084 2002-07-22  Herbert Voss  <voss@lyx.org>
8085
8086         * lengthcommon.C:
8087         * lyxlength.[Ch]: add support for the vertical lengths
8088
8089 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8090
8091         * toc.[Ch]: std:: fixes
8092
8093 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8094
8095         * lyxrc.C: do not include lyx_main.h
8096
8097         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8098         for layouts
8099
8100         * lyxrc.C:
8101         * encoding.C:
8102         * bufferlist.C:
8103         * BufferView2.C: include "lyxlex.h"
8104
8105         * tabular.h:
8106         * bufferparams.h: do not #include "lyxlex.h"
8107
8108         * lyxtextclasslist.C (Add): remove method
8109         (classlist): renamed to classlist_
8110
8111         * paragraph_pimpl.C:
8112         * paragraph.C:
8113         * text2.C:
8114         * CutAndPaste.C:
8115         * bufferview_funcs.C:
8116         * bufferlist.C:
8117         * text.C:
8118         * LaTeXFeatures.C:
8119         * buffer.C:
8120         * toc.C (getTocList): use BufferParams::getLyXTextClass
8121
8122         * toc.C (getTocList): use InsetFloat::addToToc
8123
8124         * toc.[Ch]: new files, containing helper functions to handle table
8125         of contents
8126
8127         * lyxfunc.C (dispatch): no need to remove spaces around command
8128         given as a string
8129         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8130         first command of the sequence; it is not very clever, but I do not
8131         have a better idea, actually
8132
8133         * LyXAction.C (LookupFunc): make sure to remove space at the
8134         beginning and end of the command
8135
8136 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8137
8138         * MenuBackend.C (getMenubar): new method: return the menubar of
8139         this menu set
8140         (read): treat differently reading of menu and menubar (in
8141         particular, the menubar has no name now)
8142         (Menu::menubar): remove
8143
8144         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8145         saving is finished
8146
8147 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8148
8149         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8150         a bibitem inset in a RTL paragraph.
8151
8152 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8153
8154         * paragraph_pimpl.C: constify
8155
8156         * BufferView_pimpl.C:
8157         * LaTeX.C:
8158         * lyxfunc.C: fix dispatch in a nicer way
8159
8160 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8161
8162         * lyxfunc.C (dispatch):
8163         * BufferView_pimpl.C:
8164         * BufferView_pimpl.h:
8165         * BufferView.C:
8166         * BufferView.h: rename Dispatch() to dispatch()
8167
8168         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8169
8170         * lyxlayout.C (Read): honor DependsOn tag
8171
8172         * lyxlayout.[Ch] (depends_on): new method
8173
8174         * version.C.in: update lyx_docversion
8175
8176         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8177
8178         * paragraph.C (validate): remove from here...
8179         * paragraph_pimpl.C (validate): ... and move here
8180         (isTextAt): make it const
8181
8182         * buffer.C (getLists): ws cleanup
8183
8184 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8185
8186         * language.C (read): Use iso8859-1 encoding in latex_lang
8187         (this prevents LyX from crashing when using iso10646-1 encoding).
8188
8189 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8190
8191         * text2.C (toggleInset): if cursor is inside an inset, close the
8192         inset and leave cursor _after_ it
8193
8194 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8195
8196         * lyxfunc.C: move minibuffer completion handling out of here
8197
8198 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8199
8200         * BufferView_pimpl.C:
8201         * LaTeX.C: fix dispatch calls
8202
8203 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8204
8205         * text.C (drawChars): Fix Arabic text rendering.
8206
8207 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8208
8209         * LyXAction.C:
8210         * commandtags.h:
8211         * lyxfunc.C: remove message-push/pop
8212
8213         * lyxserver.C:
8214         * lyxfunc.h:
8215         * lyxfunc.C: rationalise some code by removing verboseDispatch
8216           in favour of a bool argument to dispatch()
8217
8218 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8219
8220         * lyx_main.C (init): make sure to read symlinks as absolute paths
8221
8222 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8223
8224         * lyxfunc.h:
8225         * lyxfunc.C: no need for commandshortcut to be a member
8226
8227 2002-07-15  André Pönitz <poenitz@gmx.net>
8228
8229         * converter.C: add support for $$s (scripts from lib/scripts dir)
8230         * lyx_main.C: white space
8231
8232 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8233
8234         * bufferlist.C:
8235         * lyxrc.h:
8236         * lyxrc.C: remove second exit confirmation
8237
8238 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8239
8240         * BufferView.h:
8241         * BufferView.C:
8242         * BufferView2.C:
8243         * BufferView_pimpl.h:
8244         * BufferView_pimpl.C:
8245         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8246
8247 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8248
8249         * MenuBackend.C (expand): add numeric shortcuts to document menu
8250
8251         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8252
8253 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8254
8255         * lyxfont.C (setLyXFamily):
8256         (setLyXSeries):
8257         (setLyXShape):
8258         (setLyXSize):
8259         (setLyXMisc):
8260         (lyxRead):
8261         * debug.C (value):
8262         * buffer.C (asciiParagraph): use ascii_lowercase
8263
8264 2002-07-15  Mike Fabian  <mfabian@suse.de>
8265
8266         * lyxlex_pimpl.C (search_kw):
8267         * lyxlex.C (getLongString):
8268         * converter.h (operator<):
8269         * converter.C (operator<):
8270         * buffer.C (parseSingleLyXformat2Token):
8271         (asciiParagraph):
8272         * ToolbarDefaults.C (read):
8273         * MenuBackend.C (checkShortcuts):
8274         (read):
8275         * LColor.C (getFromGUIName):
8276         (getFromLyXName): use the compare_ascii_no_case instead of
8277         compare_no_case, because in turkish, 'i' is not the lowercase
8278         version of 'I', and thus turkish locale breaks parsing of tags.
8279
8280 2002-07-16  Angus Leeming  <leeming@lyx.org>
8281
8282         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8283         now takes a Buffer const & argument.
8284
8285 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8286
8287         * BufferView.C (resize): check there's a buffer to resize
8288
8289 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8290
8291         * lyxfunc.C: remove dead code
8292
8293         * lyxserver.h:
8294         * lyxserver.C: use lyx_guii::set_read_callback
8295
8296 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8297
8298         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8299         an inset in a RTL paragraph.
8300
8301 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8302
8303         * lyxfunc.C: repaint after a font size update
8304
8305 2002-07-15  André Pönitz <poenitz@gmx.net>
8306
8307         * lyxlength.C: inBP should be able to return negative values
8308
8309 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8310
8311         * lyxfunc.C: use lyx_gui::update_fonts()
8312
8313 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8314
8315         * lyxfunc.C: use lyx_gui::update_color()
8316
8317 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8318
8319         * bufferlist.C:
8320         * lyxfunc.h:
8321         * lyxfunc.C:
8322         * lyxrc.h:
8323         * lyxrc.C: remove file->new asks for name option, and let
8324           buffer-new take an argument
8325
8326 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8327
8328         * BufferView_pimpl.C: remove unneeded extra repaint()
8329
8330 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8331
8332         * LyXAction.C: allow command-sequence with NoBuffer
8333
8334         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8335
8336 2002-07-10  Angus Leeming  <leeming@lyx.org>
8337
8338         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8339
8340 2002-07-09  Angus Leeming  <leeming@lyx.org>
8341
8342         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8343
8344 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8345
8346         * lengthcommon.h: whitespace
8347
8348         * lyxfunc.C: update scrollbar after goto paragraph
8349
8350         * lyxtext.h: factor out page break drawing, and fix it so
8351           page break/added space paints as selected nicely
8352
8353 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8354
8355         * BufferView_pimpl.C: add FIXMEs, clean up a little
8356
8357 2002-07-09  André Pönitz <poenitz@gmx.net>
8358
8359         * lyxfont.[Ch]: support for wasy symbols
8360
8361 2002-07-08  André Pönitz <poenitz@gmx.net>
8362
8363         * BufferView_pimpl.C: apply John's patch for #93.
8364
8365 2002-07-05  Angus Leeming  <leeming@lyx.org>
8366
8367         * BufferView_pimpl.C (buffer): generate previews if desired.
8368
8369         * LColor.h: add "preview" to the color enum.
8370
8371         * LColor.C (LColor): add a corresponding entry to the items array.
8372
8373         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
8374         with this buffer.
8375
8376 2002-07-05  Angus Leeming  <leeming@lyx.org>
8377
8378         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
8379         The body of the code is now in the method that is passed an ostream &
8380         rather than a file name.
8381         Pass an additional only_preamble parameter, useful for the forthcoming
8382         preview stuff.
8383
8384 2002-07-03  André Pönitz <poenitz@gmx.net>
8385
8386         * lyxfunc.C: simplify getStatus() a bit for math stuff
8387
8388 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8389
8390         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
8391
8392 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8393
8394         * text.C (changeRegionCase): do not change case of all the
8395         document when region ends at paragraph end (bug #461)
8396
8397 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8398
8399         * paragraph.C (startTeXParParams):
8400         (endTeXParParams): add \protect when necessary
8401
8402 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8403
8404         * BufferView_pimpl.C (workAreaExpose): remove warning
8405
8406 2002-06-27  Angus Leeming  <leeming@lyx.org>
8407
8408         * Makefile.am: add lyxlayout_ptr_fwd.h.
8409
8410 2002-06-26  André Pönitz <poenitz@gmx.net>
8411
8412         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
8413
8414 2002-06-25  Angus Leeming  <leeming@lyx.org>
8415
8416         * lyxfunc.C (dispatch): Comment out the call to
8417         grfx::GCache::changeDisplay. The method no longer exists now that the
8418         pixmap generation part of the graphics loader has been moved into
8419         InsetGraphics.
8420
8421 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8422
8423         * text2.C: layout as layout
8424
8425         * text.C: layout as layout
8426
8427         * tabular.C (OldFormatRead): layout as layout
8428
8429         * paragraph_pimpl.C (TeXDeeper): layout as layout
8430         (realizeFont): layout as layout
8431
8432         * paragraph.C (writeFile): layout as layout
8433         (validate): layout as layout
8434         (getFont): layout as layout
8435         (getLabelFont): layout as layout
8436         (getLayoutFont): layout as layout
8437         (breakParagraph): layout as layout
8438         (stripLeadingSpaces): layout as layout
8439         (getEndLabel): layout as layout
8440         (getMaxDepthAfter): layout as layout
8441         (applyLayout): layout as layout
8442         (TeXOnePar): layout as layout
8443         (simpleTeXOnePar): layout as layout
8444         (TeXEnvironment): layout as layout
8445         (layout): layout as layout
8446         (layout): layout as layout
8447
8448         * lyxtextclass.C (compare_name): new functor to work with
8449         shared_ptr, layout as layout
8450         (Read): layout as layout
8451         (hasLayout): layout as layout
8452         (operator): layout as layout
8453         (delete_layout): layout as layout
8454         (defaultLayout): layout as layout
8455
8456         * lyxlayout_ptr_fwd.h: new file
8457
8458         * lyxlayout.C (Read): layout as layout
8459
8460         * lyx_cb.C (MenuInsertLabel): layout as layout
8461
8462         * bufferlist.C (newFile): layout as layout
8463
8464         * buffer.C (readLyXformat2): layout as layout
8465         (parseSingleLyXformat2Token): layout as layout
8466         (insertStringAsLines): layout as layout
8467         (asciiParagraph): layout as layout
8468         (latexParagraphs): layout as layout
8469         (makeLinuxDocFile): layout as layout
8470         (simpleLinuxDocOnePar): layout as layout
8471         (makeDocBookFile): layout as layout
8472         (simpleDocBookOnePar): layout as layout
8473         (getLists): layout as layout
8474
8475         * LaTeXFeatures.C (getTClassPreamble): layout as layout
8476
8477         * CutAndPaste.C (cutSelection): layout as layout
8478         (pasteSelection): layout as layout
8479         (SwitchLayoutsBetweenClasses): layout as layout
8480
8481         * BufferView_pimpl.C (Dispatch): layout as layout
8482         (smartQuote): layout as layout
8483
8484         * BufferView2.C (unlockInset): layout as layout
8485
8486 2002-06-24  André Pönitz <poenitz@gmx.net>
8487
8488         * lyxfunc.C: fix #487
8489
8490 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8491
8492         * lyxrc.h:
8493         * lyxrc.C:
8494         * lyxfunc.C: remove display_shortcuts, show_banner
8495
8496 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8497
8498         * Buffer_pimpl.C: oops, update on resize
8499
8500 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8501
8502         * buffer.C:
8503         * converter.C:
8504         * exporter.C:
8505         * lyxfunc.C:
8506         * BufferView.h:
8507         * BufferView.C: use repaint()
8508
8509         * BufferView_pimpl.h:
8510         * BufferView_pimpl.C: s/updateScreen()/repaint()/
8511           as it's a clearer description. Remove superfluous
8512           redraws.
8513
8514 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8515
8516         * text.C: fix bug 488. Not ideal, but getting
8517           getWord() to work properly for the insets that
8518           matter is more difficult ...
8519
8520 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8521
8522         * BufferView_pimpl.C:
8523         * LyXAction.C:
8524         * commandtags.h:
8525         * lyxfunc.C: remove the six million index lyxfuncs to just
8526           one, and DTRT (bug 458)
8527
8528 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8529
8530         * BufferView.h:
8531         * BufferView.C:
8532         * BufferView_pimpl.h:
8533         * BufferView_pimpl.C: clean up resize() stuff,
8534           and unnecessary updateScreen()s
8535
8536 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8537
8538         * BufferView.h:
8539         * BufferView.C:
8540         * BufferView_pimpl.h:
8541         * BufferView_pimpl.C:
8542         * lyxfind.h:
8543         * lyxfind.C:
8544         * minibuffer.C: remove focus management of workarea,
8545           not needed. Use screen's greyOut()
8546
8547 2002-06-17  Herbert Voss  <voss@lyx.org>
8548
8549         * converter.C: (convert) do not post a message, when converting
8550         fails, let the calling function decide what to do in this case
8551
8552 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
8553
8554         * lyxfunc.C: tidy up a little
8555
8556 2002-06-16    <alstrup@diku.dk>
8557
8558         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
8559         Got rid of FORMS_H_LOCATION include. Now we are
8560         GUII.
8561
8562 2002-06-15  LyX Development team  <lyx@rilke>
8563
8564         * buffer.[Ch] (sgmlOpenTag):
8565         (sgmlCloseTag): Added support for avoiding pernicious mixed
8566         content. Return number of lines written.
8567
8568         (makeLinuxDocFile):
8569         (makeDocBookFile): Fixed calls to sgml*Tag.
8570         Simple white space clean.
8571
8572         (simpleDocBookOnePar): Simple white space clean.
8573
8574         * tabular.[Ch] (docBook): Renamed to docbook and got another
8575         argument to related with the pernicious mixed content.
8576
8577         (docbookRow): Fixed calls for docbook inset method.
8578
8579 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
8580
8581         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
8582         so it's X11 independent.
8583
8584         * kb*.[Ch]: ditto.
8585
8586         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
8587
8588 2002-06-15  Lyx Development team  <lyx@electronia>
8589
8590         * intl.h: Renamed getTrans to getTransManager.
8591
8592 2002-06-14  Angus Leeming  <leeming@lyx.org>
8593
8594         * Makefile.am: nuke forgotten stl_string_fwd.h.
8595
8596 2002-06-12  Angus Leeming  <leeming@lyx.org>
8597
8598         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
8599
8600 2002-06-13  Angus Leeming  <leeming@lyx.org>
8601
8602         * LaTeX.C:
8603         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
8604
8605 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
8606
8607         * kbmap.C (getiso): add support for cyrillic and greek
8608
8609 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8610
8611         * BufferView.h:
8612         * BufferView.C:
8613         * BufferView_pimpl.h:
8614         * BufferView_pimpl.C: move bogus scrolling logic
8615           to xforms
8616
8617 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8618
8619         * lyxfunc.C:
8620         * BufferView_pimpl.C: view->resize() change
8621
8622 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8623
8624         * BufferView_pimpl.C: topCursorVisible
8625           prototype change
8626
8627 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8628
8629         * Makefile.am:
8630         * lyx_gui.h:
8631         * lyx_gui.C: move to frontends/
8632
8633         * main.C:
8634         * lyx_main.h:
8635         * lyx_main.C: changes from above
8636
8637 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8638
8639         * intl.C:
8640         * intl.h:
8641         * kbmap.C:
8642         * kbsequence.C:
8643         * lyx_cb.C:
8644         * lyx_main.C: minor tidy
8645
8646 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8647
8648         * BufferView_pimpl.h:
8649         * BufferView_pimpl.C:
8650         * BufferView.h:
8651         * BufferView.C: make painter() const,
8652           remove dead code
8653
8654         * BufferView2.C: use screen() accessor
8655
8656         * lyx_main.h:
8657         * lyx_main.C: some minor cleanup
8658
8659 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8660
8661         * BufferView_pimpl.h:
8662         * BufferView_pimpl.C: remove enter/leaveView,
8663           use workHeight()
8664
8665 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8666
8667         * BufferView.h:
8668         * BufferView.C:
8669         * BufferView2.C:
8670         * BufferView_pimpl.h:
8671         * BufferView_pimpl.C: only construct screen once,
8672           rename
8673
8674         * lyxrc.C: remove pointless comment
8675
8676 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8677
8678         * BufferView.h:
8679         * BufferView.C: remove active() and belowMouse()
8680
8681         * BufferView_pimpl.h:
8682         * BufferView_pimpl.C: use workarea() not workarea_,
8683           and make it use a scoped_ptr instead
8684
8685 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8686
8687         * lyx_gui.C: add debug message on BadWindow
8688
8689 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8690
8691         * sp_spell.C: fdopen is not part of the C++ standard.
8692
8693         * paragraph.C (InsetIterator): use >= instead of ==
8694
8695 2002-06-07  Angus Leeming  <leeming@lyx.org>
8696
8697         Fixes needed to compile with Compaq cxx 6.5.
8698         * BufferView_pimpl.C:
8699         * DepTable.C:
8700         * buffer.C:
8701         * converter.C:
8702         * encoding.C:
8703         * lyx_gui.C:
8704         * lyx_main.C:
8705         * lyxtextclasslist.C:
8706         * minibuffer.C:
8707         * sp_spell.C:
8708         * tabular_funcs.C:
8709         * vc-backend.C:
8710         all c-library variables have been moved into namespace std. Wrap
8711         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
8712
8713         * lyxlength.C:
8714         * tabular-old.C:
8715         * tabular.C:
8716         Add a using std::abs declaration.
8717
8718         * kbmap.h (modifier_pair):
8719         * paragraph.h (InsetTable, InsetList):
8720         * lyxfont.h (FontBits):
8721         type definition made public.
8722
8723         * bufferlist.C (emergencyWriteAll): the compiler complains that
8724         there is more than one possible lyx::class_fun template to choose from.
8725         I re-named the void specialisation as lyx::void_class_fun.
8726
8727         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
8728
8729         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
8730         the compiler is is unable to find tostr in write_attribute.
8731
8732 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8733
8734         * buffer.C (sgmlError): hide #warning
8735
8736 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8737
8738         * xtl/*: get rid of xtl, which is not in use anyway
8739
8740         * LyXAction.C (init):
8741         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
8742         were unimplemented xtl experimentation
8743
8744 2002-06-04  André Pönitz <poenitz@gmx.net>
8745
8746         * lyxfunc.C: disable array operation on simple formulae
8747
8748 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
8749
8750         * converter.C: constify a bit
8751
8752 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
8753
8754         * lyx_gui.C: check xforms version correctly
8755
8756 2002-04-30  Herbert Voss  <voss@lyx.org>
8757
8758         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
8759         "keep" option
8760
8761 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
8762
8763         * lyxvc.C: fix bug 416 (make sure buffer is saved before
8764           attempt to register it with a VCS)
8765
8766 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8767
8768         * lyx_main.C (init): honor variables LYX_DIR_13x and
8769         LYX_USERDIR_13x
8770
8771 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8772
8773         * buffer.h:
8774         * buffer.C:
8775         * lyx_main.C: fix a crash on bad command line,
8776           and give a useful exit status on error
8777
8778         * lyxfunc.C (doImport): allow -i lyx to work
8779
8780 2002-03-30  André Pönitz <poenitz@gmx.net>
8781
8782         * lyxfunc.C: mathed font changes
8783
8784 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8785
8786         * LaTeX.C:
8787         * importer.h:
8788         * importer.C:
8789         * lyx_sty.h:
8790         * lyx_sty.C:
8791         * lyxlex.C:
8792         * lyxrow.h:
8793         * lyxtext.h:
8794         * paragraph.h:
8795         * paragraph.C:
8796         * texrow.h:
8797         * texrow.C:
8798         * text.C:
8799         * trans_mgr.h: srcdocs, and some minor cleanups
8800
8801 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8802
8803         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
8804         call getFont all the time)
8805
8806 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8807
8808         * switch from SigC signals to boost::signals
8809
8810 2002-05-29  André Pönitz <poenitz@gmx.net>
8811
8812         * paragraph_pimpl.C (getChar): don't call size() too often...
8813
8814 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8815
8816         * paragraph_pimpl.C (insertChar): do not try to update tables when
8817         appending (pos == size())
8818
8819         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
8820         in order to reduce drastically the number of comparisons needed to
8821         parse a large document
8822
8823 2002-05-29  André Pönitz <poenitz@gmx.net>
8824
8825         * text.C:
8826         * text2.C:
8827         * lyxtextclass.C:
8828         * sp_pspell.h:
8829         * textclasslist.[Ch]:
8830         * sp_ispell.h: whitespace change
8831
8832 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8833
8834         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
8835         lyxaction directly now.
8836
8837 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
8838
8839         * trans.C:
8840         * lyxfont.C:
8841         * lyxvc.C: remove unused headers
8842
8843 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8844
8845         * Makefile.am:
8846         * buffer.h:
8847         * undostack.h:
8848         * undostack.C:
8849         * undo_funcs.h:
8850         * undo_funcs.C: some cleanups. Use shared_ptr
8851           and a template for the undo stacks.
8852
8853 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8854
8855         * BufferView_pimpl.h:
8856         * BufferView_pimpl.C:
8857         * kbmap.h:
8858         * kbmap.C:
8859         * kbsequence.h:
8860         * kbsequence.C:
8861         * lyxfunc.h:
8862         * lyxfunc.C:
8863         * text2.C: use key_state/mouse_state
8864
8865 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8866
8867         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
8868         and LSubstring
8869
8870         * chset.C: change include order
8871         (loadFile): use boost regex and get rid of LRegex and LSubstring
8872
8873         * Makefile.am (BOOST_LIBS): new variable
8874         (lyx_LDADD): use it
8875
8876         * LaTeX.C: change include order.
8877         (scanAuxFile): use boost regex and get rid of LRegex and
8878         LSubstring
8879         (deplog): ditto
8880
8881 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8882
8883         * ColorHandler.h:
8884         * ColorHandler.C:
8885         * FontInfo.h:
8886         * FontInfo.C: moved to frontends/xforms/
8887
8888         * FontLoader.h:
8889         * FontLoader.C: moved into frontends for GUIIzation
8890
8891         * Makefile.am:
8892         * lyx_gui.C:
8893         * lyxfont.C:
8894         * lyxfunc.C: changes from above
8895
8896 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8897
8898         * LColor.C: remove spurious X include
8899
8900         * BufferView_pimpl.C:
8901         * Makefile.am:
8902         * font.h:
8903         * font.C:
8904         * text.C:
8905         * text2.C: move font metrics to frontends/
8906
8907 2002-05-24  Juergen Vigna  <jug@sad.it>
8908
8909         * undo_funcs.C (textHandleUndo): fix the cursor selection after
8910         setting the undo_cursor.
8911
8912         * ParagraphParameters.h: include local includes first.
8913
8914 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8915
8916         * BufferView_pimpl.C:
8917         * BufferView_pimpl.h:
8918         * Makefile.am:
8919         * WorkArea.h:
8920         * WorkArea.C:
8921         * screen.C: move WorkArea into frontends/
8922
8923         * lyxscreen.h:
8924         * screen.C:
8925         * text.C:
8926         * BufferView.C:
8927         * BufferView2.C: move LyXScreen into frontends/
8928
8929         * lyxlookup.h:
8930         * lyxlookup.C:
8931         * lyx_gui.C: move lyxlookup into frontends/xforms/
8932
8933 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8934
8935         * BufferView2.C:
8936         * BufferView_pimpl.C:
8937         * FontLoader.C:
8938         * LyXView.h:
8939         * LyXView.C:
8940         * Makefile.am:
8941         * WorkArea.C:
8942         * XFormsView.h:
8943         * XFormsView.C:
8944         * buffer.C:
8945         * bufferlist.C:
8946         * bufferview_funcs.C:
8947         * converter.C:
8948         * importer.C:
8949         * lyx_cb.C:
8950         * lyx_gui.C:
8951         * lyx_main.C:
8952         * lyx_find.C:
8953         * lyxfunc.C:
8954         * lyxvc.C:
8955         * minibuffer.C:
8956         * text.C:
8957         * text2.C:
8958         * trans.C:
8959         * vc-backend.C: move LyX/XFormsView into frontends/
8960
8961 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8962
8963         * Makefile.am:
8964         * PainterBase.C:
8965         * PainterBase.h:
8966         * Painter.C:
8967         * Painter.h:
8968         * WorkArea.C:
8969         * WorkArea.h:
8970         * screen.C:
8971         * tabular.C:
8972         * text.C:
8973         * text2.C: move Painter to frontends/
8974
8975 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8976
8977         * buffer.C: comment out some some code that depend upon lyx_format
8978         < 220
8979
8980         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
8981         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
8982
8983         * buffer.h (NO_COMPABILITY): turn off compability
8984
8985         * ColorHandler.C: include scoped_array.hpp
8986
8987         * font.C: Use more specific smart_ptr header.
8988         * Painter.C: ditto
8989         * gettext.C: ditto
8990         * ShareContainer.h: ditto
8991         * lyx_main.h: ditto
8992         * kbmap.h: ditto
8993         * FontInfo.h: ditto
8994         * BufferView_pimpl.h: ditto
8995         * ColorHandler.h: ditto
8996
8997         * kbmap.C (defkey): change call to shared_ptr::reset
8998
8999 2002-05-21  Juergen Vigna  <jug@sad.it>
9000
9001         * buffer.C (insertErtContents): fix to insert ert asis if it is
9002         non empty. Skip it completely if it contains only whitespaces.
9003
9004 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
9005
9006         * BufferView_pimpl.C:
9007         * BufferView2.C: clear selection on paste (bug 393)
9008
9009 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9010
9011         * DepTable.C: include ctime
9012
9013 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
9014
9015         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9016
9017 2002-05-14  Juergen Vigna  <jug@sad.it>
9018
9019         * text.C (breakParagraph): fixed function to honor the keepempty
9020         layout in the right maner and also to permit the right breaking
9021         algorithm on empty or non empyt keepempty paragraphs.
9022
9023         * paragraph.C (breakParagraph): we have to check also if the par
9024         is really empty (!size()) for isempty otherwise we do the wrong
9025         paragraph break.
9026
9027 2002-05-10  Juergen Vigna  <jug@sad.it>
9028
9029         * buffer.[Ch] : The following are only changes to the ert
9030         compatibility read reading old LaTeX layout and font stuff and
9031         convert it to ERTInsets.
9032
9033         * buffer.h: added isErtInset().
9034
9035         * buffer.C (struct ErtComp): add a fromlayout bool to check
9036         if we're inside a LaTeX layout.
9037         (isErtInset): new helper function.
9038         (insertErtContents): look for other ert insets before this one
9039         and insert the contents there, so that we don't have subsequent
9040         ERT insets with nothing between them. This way we create only one
9041         inset with multiple paragraphs. Also check if we don't insert only
9042         spaces ' ' as they are ignored anyway afterwards in the .tex file
9043         so if we have only spaces we will ignore this latex part in the
9044         new file.
9045         (parseSingleLyXformat2Token \\layout): better compatibility when
9046         reading layout-latex stuff.
9047         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9048         language tag.
9049         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9050         stuff after reading the inset only get the information back from
9051         the stack.
9052
9053 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9054
9055         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9056
9057         * LaTeXFeatures.C (getBabelOptions): New method.
9058
9059 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9060
9061         * BufferView_pimpl.C (Dispatch): work around missing argument for
9062         'layout'
9063
9064 2002-05-08  Juergen Vigna  <jug@sad.it>
9065
9066         * text.C (leftMargin): handle paragraph leftindent.
9067
9068         * paragraph.C (writeFile): write the new \\leftindent tag.
9069         (validate): handle leftindent code.
9070         (TeXEnvironment): handle paragraphleftindent code again.
9071
9072         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9073
9074         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9075         for paragrap_extra indent code and new token \\leftindent.
9076         (latexParagraphs): handle the leftindent as environment.
9077
9078         * ParameterStruct.h: added leftindent support.
9079
9080         * ParagraphParameters.C (leftIndent): added support functions for
9081         the paragraph left indent.
9082
9083         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9084         more appropriate.
9085
9086 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9087
9088         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9089         inside insetERT.
9090
9091         * text.C (computeBidiTables): No bidi in insetERT.
9092
9093         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9094         in RTL documents.
9095
9096 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9097
9098         * version.C.in: pre 5
9099
9100 2002-05-02  José Matos  <jamatos@fep.up.pt>
9101         * buffer.C (makeDocBookFile): white space changes, add newline to
9102         command styles.
9103         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9104
9105         * tabular.C (docBook): fix typo.
9106
9107 2002-05-03  Juergen Vigna  <jug@sad.it>
9108
9109         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9110         change in LyXText as we can not be sure it was not freed.
9111         (drawOneRow): remove unused code.
9112
9113         * text.C (drawInset): redo the calculation of the need_break_row as
9114         it could have a row which was already freed.
9115         (draw): look at the return value of drawInset and return false if
9116         it also returned false.
9117         (paintRowText): look at the return value of draw and return false if
9118         it also returned false.
9119
9120         * lyxtext.h: added bool return type to drawInset() and draw() so that
9121         if we have a change in the row so that the rowbreak has to be redone
9122         we abort drawing as it will be called again.
9123
9124 2002-05-02  Juergen Vigna  <jug@sad.it>
9125
9126         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9127         a change in the maintext also if we're inside an inset.
9128         (Dispatch): set the cursor again after a break line and after the
9129         screen has been updated as it could be we're in a different row.
9130
9131         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9132         to set the cursor behind the pargraph with > size().
9133         (setCursor): check also for the same paragraph when checking where
9134         to put the cursor if we have a NFR inset.
9135
9136         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9137         parts of layout read further up as it still was in the wrong
9138         position.
9139
9140 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9141
9142         * screen.C (drawFromTo): change sine fullRebreak always return
9143         true.
9144
9145         * buffer.C (parseSingleLyXformat2Token): reindent some
9146
9147         * BufferView_pimpl.C (update): change since fullRebreak always
9148         return true.
9149         (Dispatch): git rid of the last hardcoded "Standard"s.
9150
9151 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9152
9153         * text2.[Ch] (fullRebreak): make it return void now that we always
9154         returned true.
9155
9156 2002-04-30  Juergen Vigna  <jug@sad.it>
9157
9158         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9159         ert compatibility check for "latex" layout.
9160
9161 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9162
9163         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9164         minipages: use col% instead of p%, and also use the current font.
9165         (makeLaTeXFile): Fix use babel condition.
9166         (parseSingleLyXformat2Token): Correct font when reading old floats.
9167
9168 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9169
9170         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9171         inserting list of floats.
9172
9173 2002-04-25  Herbert Voss  <voss@lyx.org>
9174
9175         * MenuBackend.C (expand): don't add the graphics extensions to the
9176         export menu
9177
9178 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9179
9180         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9181         non-existing layout, do not complain if it was the default layout
9182         of the original class (bug #342)
9183
9184 2002-04-24  Juergen Vigna  <jug@sad.it>
9185
9186         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9187         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9188
9189 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9190
9191         * buffer.C (getBibkeyList): If using \bibliography, return the
9192         option field with the reference itself. Enables us to provide natbib
9193         support when using \bibliography.
9194
9195 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9196
9197         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9198
9199         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9200         natbib is provided by the LaTeX class.
9201
9202 2002-04-23  Juergen Vigna  <jug@sad.it>
9203
9204         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9205         Wakeup functions.
9206
9207         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9208
9209 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9210
9211         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9212
9213         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9214         ensuremath around textordmasculine, textordfeminine and
9215         textdegree.
9216
9217 2002-04-19  Juergen Vigna  <jug@sad.it>
9218
9219         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9220         reinitializing the buffer otherwise row-dimensions may be wrong.
9221         (update): reset also the selection cursors if they do exits otherwise
9222         their x/y positions may be wrong.
9223
9224         * text2.C (cursorDown): don't enter the inset if we came from a row
9225         above and are one row over the inset.
9226
9227         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9228         really leaving an inset.
9229
9230 2002-04-18  Juergen Vigna  <jug@sad.it>
9231
9232         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9233         of the selected paragraph does not have the selected layout also if
9234         the last one had!
9235
9236         * text2.C (setLayout): fixed bug which did not change last selected
9237         paragraph.
9238
9239         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9240         changed the read and substituted \\end_float with \\end_inset!
9241
9242         * BufferView_pimpl.C (cursorPrevious):
9243         (cursorNext): fixed to make it work with rows heigher than the work
9244         area without moving the cursor only the draw of the row.
9245         (workAreaMotionNotify): fix jumping over high rows.
9246
9247 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9248
9249         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9250         Ressler.
9251
9252 2002-04-16  Juergen Vigna  <jug@sad.it>
9253
9254         * text2.C (setCursor): set also the irow().
9255         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9256         (cursorUp):
9257         (cursorDown): support for locking an inset if the x_fix value goes
9258         inside it. That way I can transverse insets too with cursor up/down.
9259
9260         * lyxrow.h: added irow helper function same as other (i) functions.
9261
9262         * BufferView_pimpl.C (cursorPrevious):
9263         (cursorNext): fixed for insets!
9264
9265 2002-04-15  Juergen Vigna  <jug@sad.it>
9266
9267         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9268         position otherwise it is wrong in some cases.
9269
9270         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9271         inside the inset before the call.
9272
9273 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9274
9275         * buffer.[Ch] (getBibkeyList): make it const.
9276
9277 2002-04-12  Juergen Vigna  <jug@sad.it>
9278
9279         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9280
9281         * text2.C (getCursorX): new helper function
9282         (setCursor): compute also ix_
9283         (setCursorFromCoordinates): set also ix.
9284
9285         * lyxcursor.h: added ix_ and helper functions.
9286
9287         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9288
9289         * buffer.C (insertStringAsLines): dont break paragraph if the this
9290         paragraph is inside an inset which does not permit it!
9291
9292         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9293         also with no chars on this paragraph.
9294         (paintRowText): only paint stuff if it's inside the workarea!
9295
9296         * paragraph.C (breakParagraph): honor keepempty flag and break the
9297         paragraph always below not above.
9298
9299         * BufferView2.C (unlockInset): update the paragraph layout on inset
9300         unlock as we changed paragraph in such a case.
9301
9302         * lyxfind.C (LyXFind): clear the former selection if not found!
9303
9304         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9305         again called in insertChar().
9306
9307         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9308         an inset which uses the whole row!
9309         (rightMargin): ditto.
9310         (insertChar): force a rebreak if we inserted an inset!
9311
9312 2002-03-28  Herbert Voss  <voss@lyx.org>
9313
9314         * lyxlength.[Ch]: add inBP() to get the right PS-point
9315         units (BigPoint). With inPixels we have rounding errors
9316
9317 2002-04-11  Juergen Vigna  <jug@sad.it>
9318
9319         * text2.C (setCursorFromCoordinates): set iy to the right value.
9320         (setCursor): add check if row->previous exists!
9321
9322         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9323         an old float_type as this was the case in the old code!
9324
9325         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9326
9327         * BufferView2.C (showLockedInsetCursor): use iy
9328         (fitLockedInsetCursor): ditto
9329
9330         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9331         locked insets as there we have the right value now.
9332
9333         * lyxcursor.C: added iy_ variable and iy functions to set to the
9334         baseline of cursor-y of the locked inset.
9335
9336         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9337         (setCursor): fixed for insets which need a full row.
9338
9339         * text.C (rowLastPrintable): don't ignore the last space when before
9340         an inset which needs a full row.
9341         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9342         as last character of a row when before a inset which needs a full row.
9343
9344 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9345
9346         * version.C.in: update date
9347
9348         * text2.C (fullRebreak): try to always return true and see what
9349         happens...
9350
9351 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9352
9353         * MenuBackend.C (expand): use Floating::listName
9354
9355         * FloatList.C (FloatList): add listName argument to the built-in
9356         floats
9357
9358         * Floating.[Ch]: add listName member, which is the 'List of XXX'
9359         text associated with the float.
9360
9361 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9362
9363         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
9364
9365 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9366
9367         * ShareContainer.h: add a couple of missing typenames.
9368
9369 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
9370
9371         * lyxrc.C (getDescription): use _() correctly rather than N_().
9372
9373 2002-03-28  Herbert Voss  <voss@lyx.org>
9374
9375         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
9376         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
9377
9378 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9379
9380         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
9381         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
9382
9383 2002-03-29  Juergen Vigna  <jug@sad.it>
9384
9385         * lyxfunc.C (dispatch): add a missing fitCursor call.
9386
9387         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
9388         it was scrolled by a cursor move, so return the bool status.
9389
9390         * BufferView.C (fitCursor): return the bool flag also to the outside
9391         world as this is needed.
9392
9393         * screen.C (toggleToggle): don't subtract the offset if it's positive.
9394
9395         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
9396         call the edit() as it is not needed (and wrong) IMO.
9397         (workAreaButtonPress): set the screen_first variable before evt.
9398         unlock the inset as this may change screen_first and then we have
9399         a wrong y position for the click!
9400
9401 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9402
9403         * MenuBackend.C (expand): another translation that I missed
9404
9405 2002-03-28  Juergen Vigna  <jug@sad.it>
9406
9407         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
9408
9409         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
9410
9411 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9412
9413         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
9414
9415         * MenuBackend.C (expand): fix export/view/update when there is no
9416         document open.
9417
9418 2002-03-27  Herbert Voss  <voss@lyx.org>
9419
9420         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
9421         and text%
9422
9423 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9424
9425         * bufferview_funcs.C (currentState): only show paragraph number
9426         for is DEVEL_VERSION is set.
9427
9428         * lyxfunc.C (dispatch): put warning in INFO channel
9429
9430         * MenuBackend.C (expand): translate the name of floats
9431
9432         * FloatList.C (FloatList): mark the float names for translation
9433
9434         * converter.C (convert): use LibScriptSearch
9435
9436 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9437
9438         * MenuBackend.C (defaults): fix default menu (we might as well get
9439         rid of it...)
9440
9441 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9442
9443         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
9444         directory.
9445
9446 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9447
9448         * lyxvc.C: reorder includes.
9449
9450 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
9451
9452         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
9453           properly
9454
9455 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
9456
9457         * CutAndPaste.C: change layouts earlier on paste
9458           to avoid crashing when calling getFont()
9459
9460 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
9461
9462         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
9463         irritating #error.
9464
9465 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9466
9467         * WorkArea.C: remove 'Pending' debug message.
9468
9469         * most files: ws cleanup
9470
9471         * buffer.[Ch]: ws changes
9472
9473         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
9474
9475 2002-03-21  Juergen Vigna  <jug@sad.it>
9476
9477         * tabular.C (SetMultiColumn): collapse also the contents of the
9478         cells and set the last border right. Added a Buffer const * param.
9479
9480 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9481
9482         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
9483         linking or not.
9484
9485 2002-03-19  Juergen Vigna  <jug@sad.it>
9486
9487         * text2.C (clearSelection): reset also xsel_cache.
9488
9489         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
9490         where it needs to be called (John tells us to do so too :)
9491         (selectionLost): reset sel_cache.
9492
9493         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
9494
9495 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9496
9497         * text2.C (setCursorIntern): put debuging code in INSETS channel
9498
9499 2002-03-19  André Pönitz <poenitz@gmx.net>
9500
9501         * lyxfunc.C: tiny whitespace change
9502
9503 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9504
9505         * ToolbarDefaults.C (init):
9506         * LyXAction.C (init):
9507         * commandtags.h:
9508         * BufferView_pimpl.C (Dispatch):
9509         * lyxfunc.C (dispatch): remove LFUN_DEPTH
9510
9511 2002-03-19  Allan Rae  <rae@lyx.org>
9512
9513         * exporter.C (Export): removeAutoInsets before doing anything else.
9514         While I've just introduced a dependency on BufferView this really is
9515         the best place to clean the buffer otherwise you need to cleanup in
9516         a dozen places before calling export or cleanup in a dozen functions
9517         that export calls.
9518
9519         * converter.C (runLaTeX):
9520         (scanLog): Better handling of removeAutoInsets and screen updates.
9521
9522         * lyxfunc.C (dispatch): small whitespace changes
9523
9524 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9525
9526         * WorkArea.C (C_WorkAreaEvent): return a value.
9527         (event_cb): return 1 if we handled the event, 0 otherwise.
9528
9529         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
9530
9531 2002-03-18  Juergen Vigna  <jug@sad.it>
9532
9533         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
9534         (GetAdditionalWidth): ditto.
9535         (RightLine): ditto.
9536         (LeftLine): ditto.
9537
9538         * BufferView2.C (copy): use getLyXText() so that we do it inside an
9539         inset if we're there actually (probably not used right now but this
9540         is the direction to go for unifying code).
9541         (paste): disable code to clear the selection.
9542
9543         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
9544         inside an InsetText and move the check further up as it is in the
9545         wrong place.
9546
9547         * text2.C (pasteSelection): set a selection over the pasted text.
9548
9549 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
9550
9551         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
9552         and libgraphics to build on Cygwin.
9553
9554 2002-03-15  Juergen Vigna  <jug@sad.it>
9555
9556         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
9557         inserting an Inset into the paragraph. I know this is not the best
9558         fix but we already use current_view in CutAndPaste so we will remove
9559         all of it's using at the same time.
9560
9561         * buffer.C (sgmlError): deactivated function till it is rewritten in
9562         the right mode, now it can create problems.
9563
9564         * paragraph.C (isLineSeparator): check if getInset returns != 0,
9565         before accessing it.
9566
9567 2002-03-14  Juergen Vigna  <jug@sad.it>
9568
9569         * undo_funcs.C (textHandleUndo): do the right thing when updating
9570         the inset after the undo/redo.
9571
9572         * text2.C (setCursor): just some testcode for #44 not ready yet.
9573
9574         * undo_funcs.C (textHandleUndo): set the next() and previous()
9575         pointers of the paragraph to 0 before deleting otherwise we have
9576         problems with the Paragraph::[destructor].
9577
9578         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
9579         on a paragraph insertion.
9580
9581 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9582
9583         * buffer.C (asciiParagraph): use += operator for char append to
9584         string.
9585
9586         * paragraph.C (getFontSettings): compare >= not just >
9587         (highestFontInRange): ditto
9588         (setFont): ditto
9589
9590 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9591
9592         * paragraph.C: change several algorithm to be more appripriate for
9593         the problem domain. This is lookip in FontList and in the InsetList.
9594
9595 2002-03-13  André Pönitz <poenitz@gmx.net>
9596
9597         * commandtags.h:
9598         * LyXAction.C: remove unused LFUN_MATH_MACROARG
9599
9600 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
9601
9602         * commandtags.h:
9603         * LyXAction.C:
9604         * lyxfunc.C:
9605         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
9606
9607 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9608
9609         * Painter.C (display): anon helper function, adjust code for this
9610         change.
9611         (pixmap): remove function.
9612
9613         * Painter.h: remove private display variable.
9614
9615         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
9616
9617 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
9618
9619         * WorkArea.[Ch]: remove figinset_canvas cruft.
9620
9621 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9622
9623         * lyxtextclass.C (operator): add one item cache optimization.
9624
9625         * bufferlist.h: doxy changes
9626
9627         * bufferlist.C: ws changes
9628
9629         * DepTable.[Ch] (ext_exist): place const in the right spot.
9630
9631         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
9632         call resizeInsets.
9633         (workAreaExpose): call resizeInsets when the with BufferView changes.
9634         (Dispatch): adjust for protectedBlank removal
9635         (specialChar): call updateInset if the insert went ok.
9636
9637         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
9638         specialChar instead.
9639
9640         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
9641
9642         * BufferView.h: doxy change
9643
9644         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
9645
9646         * lyxtextclass.C (operator[]): remove non-const version
9647         (defaultLayout): remove non-const version
9648
9649 2002-03-12  Juergen Vigna  <jug@sad.it>
9650
9651         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
9652         did resize the LyXText too.
9653
9654         * buffer.C (readLyXformat2): set layout information on newly allocated
9655         paragraphs.
9656
9657         * tabular.C (OldFormatRead): set layout information on the paragraph.
9658
9659 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9660
9661         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
9662
9663 2002-03-11  Juergen Vigna  <jug@sad.it>
9664
9665         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
9666         plainly wrong.
9667         (resizeCurrentBuffer): force also the insets to resize themselfes.
9668         (moveCursorUpdate): fixed up for InsetText.
9669
9670 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
9671
9672         * commandtags.h:
9673         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
9674         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
9675         value of Dialogs::tooltipsEnabled().
9676         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
9677
9678 2002-03-08  Juergen Vigna  <jug@sad.it>
9679
9680         * BufferView_pimpl.C (updateInset): update inset inside inset also
9681         if it isn't inside theLockingInset().
9682
9683 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9684
9685         * buffer.C (asciiParagraph): redo some of the word and line length
9686         handling.
9687         (getLists): look for Caption instead of caption.
9688
9689 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9690
9691         * buffer.C (Buffer): initialize niceFile to true
9692         (makeLaTeXFile):
9693         (makeLinuxDocFile):
9694         (makeDocBookFile): make sure niceFile is true on exit
9695
9696 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9697
9698         * buffer.C (makeLaTeXFile): escape ~ in \input@path
9699
9700 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
9701
9702         * LyXSendto.C: remove.
9703         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
9704         * lyx_gui.C: remove now-redundant comment.
9705         * ColorHandler.h: remove forward declaration of class WorkArea.
9706         * lyxfunc.C: remove #include "WorkArea.h".
9707
9708 2002-03-07  Juergen Vigna  <jug@sad.it>
9709
9710         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
9711         got moved away with the DEPM and also set the inset_owner always
9712         right which before could have been omitted.
9713
9714 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9715
9716         * buffer.C (parseSingleLyXformat2Token): use default layout is the
9717         wanted layout is not found.
9718
9719 2002-03-07  Juergen Vigna  <jug@sad.it>
9720
9721         * CutAndPaste.C (cutSelection): another layout settings forgotten.
9722
9723 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9724
9725         * paragraph.C (breakParagraph): use default layout not layout of
9726         prev paragraph.
9727         (Paragraph): clear ParagraphParameters.
9728
9729 2002-03-06  Juergen Vigna  <jug@sad.it>
9730
9731         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
9732         otherwise it would not be a valid lenght. Fixed a special case in
9733         the minipage compatibility read where we end the document with a
9734         minipage.
9735
9736         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
9737         was set as it could be 0 for InsetTexts first entry.
9738
9739 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9740
9741         * paragraph.C (writeFile): if layout is empty write out
9742         defaultLayoutName().
9743
9744         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
9745         file without named layout we set layout to defaultLayoutName().
9746
9747 2002-03-06  Juergen Vigna  <jug@sad.it>
9748
9749         * CutAndPaste.C (copySelection): set layout for new paragraph.
9750
9751         * text.C (prepareToPrint): leave ERT inset left aligned
9752         (leftMargin): don't indent paragraphs inside ERT insets
9753
9754 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9755
9756         * paragraph.C (breakParagraph): dont call clear do the work manually
9757
9758         * paragraph.[Ch] (clear): remove function
9759
9760 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9761
9762         * paragraph.C (Paragraph): dont call clear, the work has already
9763         been done.
9764
9765         * lyxtextclass.C (operator): assert if n is empty
9766
9767         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
9768         work manually instead.
9769
9770 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9771
9772         * BufferView_pimpl.C: protect selectionLost against text == 0
9773
9774 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9775
9776         * text.C (breakParagraph): fix a setting layout to '0' problem.
9777
9778 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9779
9780         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
9781         final location of file, for the included files, and graphics.
9782
9783 2002-03-05  Juergen Vigna  <jug@sad.it>
9784
9785         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
9786
9787 2002-03-04  Juergen Vigna  <jug@sad.it>
9788
9789         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
9790
9791         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
9792         last column of multicolumn cells.
9793         (SetWidthOfMulticolCell): recalculate NMC and real columns.
9794
9795 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9796
9797         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
9798         file if it doesn't go to a temporary file.
9799
9800         * buffer.C (sgmlOpenTag):
9801         (sgmlCloseTag):  remove extra newline insertion.
9802
9803 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9804
9805         * text.C (getRowNearY): comment out debug msg
9806
9807 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9808
9809         * text2.C: first -> first_y
9810
9811         * text.C (getRowNearY): add some attemts at a possible
9812         optimization, not working.
9813
9814         * tabular.[Ch]: add BufferParams to several function so that newly
9815         created paragraph can be initialized to he default layotu for the
9816         buffers textclass.
9817
9818         * tabular-old.C (ReadOld): add buf->params to call of Init
9819
9820         * screen.C: rename text->first to text->first_y
9821
9822         * paragraph.C (breakParagraph): always set layout in the broken
9823         paragraph
9824
9825         * lyxtextclass.C (Read): remove lowercase
9826         (hasLayout): ditto
9827         (operator): ditto
9828         (delete_layout): ditto
9829
9830         * lyxtext.h: rename first -> first_y
9831
9832         * lyxlayout.C (Read): remove lowercase
9833         (name): ditto
9834         (setName): ditto
9835         (obsoleted_by): ditto
9836
9837         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
9838
9839         * buffer.C (insertErtContents): add params are to InsetERT
9840         (parseSingleLyXformat2Token): add code to check if a paragraphs
9841         layout really exist.
9842         (parseSingleLyXformat2Token): add params to several inset
9843         constructors
9844         (asciiParagraph): remove lowercase, do the layout comparisons with
9845         no_case
9846
9847         * BufferView_pimpl.C (cursorNext): first -> first_y
9848         (resizeCurrentBuffer): first -> first_y
9849         (updateScrollbar): first -> first_y
9850         (scrollCB): first -> first_y
9851         (workAreaMotionNotify): first -> first_y
9852         (workAreaButtonPress): first -> first_y
9853         (checkInsetHit): first -> first_y
9854         (cursorPrevious): first -> first_y
9855         (cursorNext): first -> first_y
9856         (Dispatch): add buffer_->params to severl inset contructors
9857
9858 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9859
9860         * lyxlayout.C (Read): remove some debug info that I forgot.
9861
9862         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
9863         clean up the code slightly.
9864         (makeLinuxDocFile): ditto
9865         (makeDocBookFile): ditto
9866
9867         * text2.C: layout as string
9868
9869         * text.C: layout as string
9870
9871         * paragraph_pimpl.C: layout as string
9872
9873         * paragraph.[Ch]: layout as string
9874
9875         * lyxtextclasslist.[Ch]: layout as string
9876
9877         * lyxtextclass.[Ch]: layout as string
9878
9879         * lyxtext.h: layout as string
9880
9881         * lyxlayout.[Ch]: layout as string
9882
9883         * lyx_cb.C: layout as string
9884
9885         * bufferview_funcs.C: layout as string
9886
9887         * bufferparams.C: layout as string
9888
9889         * buffer.C: layout as string
9890
9891         * LyXView.[Ch]: layout as string
9892
9893         * LaTeXFeatures.[Ch]: layout as string
9894
9895         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
9896
9897         * BufferView_pimpl.C: change current_layout to string, remove
9898         lyx::layout_type.
9899         (Dispatch):
9900         (smartQuote):
9901         (insertInset):
9902         (workAreaButtonRelease): layout as string
9903
9904         * BufferView2.C (unlockInset): adjust
9905
9906         * vspace.C (asLatexCommand): use an explict temp variable.
9907
9908 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9909
9910         * Makefile.am: use FRONTEND_*
9911
9912 2002-03-01  Juergen Vigna  <jug@sad.it>
9913
9914         * tabular.C (SetWidthOfMulticolCell): changed to something better
9915         I hope but still work in progress.
9916         (recalculateMulticolumnsOfColumn): renamed function from
9917         recalculateMulticolCells as it is more appropriate now.
9918         (SetWidthOfCell): calculate multicols better.
9919
9920 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9921
9922         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
9923
9924         * lyxfunc.C (processKeySym): print sequence also if it is
9925         `deleted' (complete)
9926
9927         * kbsequence.C (print): print sequence even if it is deleted
9928         (complete would be a better word, actually).
9929
9930         * lyxfunc.C (dispatch): print complete options after a prefix key
9931
9932         * vspace.C (asLatexCommand): rewrite in a slightly different form.
9933
9934 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
9935
9936         * text2.C (setCharFont): eliminate setCharFont code duplication.
9937
9938 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9939
9940         * BufferView_pimpl.C (Dispatch): remove bogus handling of
9941         LFUN_TABULAR_FEATURE (bug #177)
9942
9943 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
9944
9945         * Makefile.am: remove figure.h
9946
9947 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
9948
9949         * Bufferview_pimpl.C:
9950         * CutAndPasteC:
9951         * LaTeX.C:
9952         * LyXSendto.C:
9953         * buffer.C:
9954         * bufferlist.C:
9955         * converter.C:
9956         * language.C:
9957         * lyxfunc.C:
9958         * lyxvc.C:
9959         * paragraph.C:
9960         * text.C:
9961         * text2.C: remove #include "lyx_gui_misc.h".
9962
9963         * LaTeX.C: added #include <cstdio>
9964
9965 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9966
9967         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
9968         that the paragraph following this one can have.
9969
9970         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
9971
9972         * vspace.C (asLatexCommand): fix bogus gcc warning
9973
9974         * Makefile.am (lyx_SOURCES): remove vms_defines.h
9975
9976 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
9977
9978         * text2.C (setLayout): get rid of redundant code
9979
9980 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
9981
9982         * text2.C (incDepth): make sure depth cannot be increased beyond
9983         reasonable values.
9984
9985 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
9986
9987         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
9988         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
9989
9990         * PainterBase.h (image):
9991         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
9992         a LyXImage const *.
9993
9994 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9995
9996         * BufferView.C:
9997         * BufferView.h:
9998         * BufferView_pimpl.C:
9999         * BufferView_pimpl.h:
10000         * LaTeXFeatures.C:
10001         * LyXAction.C:
10002         * LyXView.C:
10003         * Makefile.am:
10004         * UpdateList.h:
10005         * UpdateList.C:
10006         * buffer.C:
10007         * figure.h:
10008         * figureForm.C:
10009         * figureForm.h:
10010         * figure_form.C:
10011         * figure_form.h:
10012         * lyx_cb.C:
10013         * lyx_gui.C:
10014         * lyx_gui_misc.C:
10015         * lyxfunc.C:
10016         * sp_base.h:
10017         * sp_ispell.h:
10018         * sp_pspell.h:
10019         * sp_spell.C: remove fig inset, and the crap house of
10020           cards that follows it
10021
10022 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10023
10024         * Makefile.am:
10025         * lyxserver.C:
10026         * os2_defines.h:
10027         * os2_errortable.h:
10028         * nt_defines.h: move .h into support/
10029
10030         * vms_defines.h: remove
10031
10032         * WorkArea.C: add space in debug output
10033
10034         * text2.C:
10035         * paragraph.C:
10036         * buffer.C: add WITH_WARNINGS
10037
10038         * vc-backend.h:
10039         * vc-backend.C:
10040         * bufferlist.C: s/retrive/retrieve/, add docs
10041
10042         * vspace.h:
10043         * vspace.C:
10044         * kbmap.h:
10045         * lyxlength.h:
10046         * lyxgluelength.h:
10047         * length_common.h:
10048         * chset.h:
10049         * chset.C: add docs
10050
10051         * lyxgui.C: add ID to X error handler
10052
10053         * lyxtestclass.c: fix typo
10054
10055 2002-02-26  Juergen Vigna  <jug@sad.it>
10056
10057         * tabular_funcs.C (write_attribute): changed so that some default
10058         attributes are not written at all.
10059         (getTokenValue): set default values before trying to read the
10060         value so we have the return value always set as default if we don't
10061         find the token we search for.
10062
10063         * tabular.C (Write): write bools as bools not as strings!
10064
10065 2002-02-22  Juergen Vigna  <jug@sad.it>
10066
10067         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10068         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10069
10070         * text.C (leftMargin): don't add an indent for paragraphs inside
10071         tabular cells (fix #208).
10072
10073 2002-02-21  José Matos  <jamatos@fep.up.pt>
10074
10075         * tabular.C (docBook): fixed support for long tables.
10076
10077 2002-02-20  Juergen Vigna  <jug@sad.it>
10078
10079         * text2.C (getFont): get the drawing font of the Inset if this
10080         paragraph is inside an inset (only important for InsetERT for now).
10081
10082         * buffer.C (insertErtContents): use new lanugage params in ERT
10083         constructor.
10084
10085         * CutAndPaste.C: commenting out seemingly uneeded code.
10086
10087 2002-02-19  Allan Rae  <rae@lyx.org>
10088
10089         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10090         Iterators might be simple to use but they also get invalidated.
10091         (removeAutoInsets): renamed saved cursor tracking variables and added
10092         some comments to clarify what everything does.
10093
10094 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10095
10096         * Chktex.C:
10097         * LaTeX.C:
10098         * LyXSendto.C:
10099         * converter.C:
10100         * lyx_cb.C:
10101         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10102         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10103
10104         * lyxfunc.C:
10105         * vc-backend.h: remove #include "support/syscall.h"
10106
10107         * LaTeX.C:
10108         * LyXSendto.C:
10109         * converter.C: rearrange #includes in Lars' approved fashion.
10110
10111         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10112         forward declare class Timeout in the header file.
10113
10114         * XFormsView.C: changes due to the above.
10115
10116         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10117         similar to LyXView.
10118
10119         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10120         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10121
10122 2002-02-18  José Matos  <jamatos@fep.up.pt>
10123
10124         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10125         insets contents.
10126
10127 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10128
10129         * a lot of small ws changes
10130         * add a lot of using std::XXX
10131         * use std construcs some places where approp.
10132         * use some exisint stuff from lyxfunctional where approp.
10133         * Make file changes to use partial linking (lets test this now...)
10134
10135 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10136
10137         * Chktex.C:
10138         * buffer.C:
10139         remove #include "support/syscontr.h" as it's redundant. Always has been.
10140
10141         * Chktex.C:
10142         * LaTeX.C:
10143         * LyXSendto.C:
10144         * converter.C:
10145         * lyx_cb.C:
10146         * vc-backend.C:
10147         change Systemcalls::System to Systemcalls::Wait and
10148         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10149         No change of functionality, just reflects the stripped down Systemcalls
10150         class.
10151
10152 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10153
10154         * debug.[Ch]: add a GRAPHICS type to the enum.
10155
10156 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10157
10158         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10159
10160         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10161         there is an inset.
10162
10163 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10164
10165         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10166         match the changes below.
10167
10168         * text2.C (toggleInset): if there is not editable inset at cursor
10169         position, try to see if cursor is _inside_ a collapsable inset
10170         and close it.
10171
10172 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10173
10174         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10175         document menu has a nice checkbox
10176
10177 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10178
10179         * lyxlength.C (asLatexString): change PW to output as percent of
10180         \textwidth.
10181
10182         * lengthcommon.C: change '%' to 't%'
10183
10184         * lyxfunc.C (dispatch): a few comments from Martin
10185
10186 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10187
10188         * WorkArea.h:
10189         * WorkArea.C:
10190         * BufferView_pimpl.h:
10191         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10192           the X selection.
10193
10194 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10195
10196         * vspace.C (inPixels): fix compiler warning
10197
10198 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10199
10200         * lyxfunc.C (getStatus): fix status message for disabled commands.
10201
10202 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10203
10204         * BufferView_pimpl.C: fix crash on close buffer
10205         during selection (#227)
10206
10207 2002-01-27  Herbert Voss  <voss@lyx.org>
10208
10209         * buffer.C: link old Figure to new graphic inset
10210
10211 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10212
10213         * FontLoader.C (getFontinfo): Change the latex font names in order
10214         to match the names of type1inst.
10215
10216 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10217
10218         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10219
10220         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10221         (extchanged): ditto
10222         (ext_exist): ditto
10223         (remove_files_with_extension): ditto
10224         (remove_file): ditto
10225         (write): ditto
10226
10227         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10228         document is smaller than the work area height. Do not initialize
10229         static variables to 0.
10230
10231 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10232
10233         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10234
10235         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10236         LFUN_LAYOUT_PARAGRAPHS.
10237
10238         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10239         tabular. It is possible to provide a possible cell, which will
10240         typically be the actcell from the corresponding insettabular
10241
10242         * lyxfunc.C (getStatus): small cleanup; disable
10243         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10244         true
10245
10246 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10247
10248         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10249
10250         * paragraph.C (startTeXParParams):
10251         (endTeXParParams): new methods. The LaTeX code to
10252         start/end paragraph formatting
10253         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10254         empty (fixes bug #200)
10255
10256         * vspace.C (inPixels): adapt to the change below
10257         (inPixels): [later] more cleanups (remove unused variables)
10258
10259         * lyxlength.C (inPixels): change to use a width and a height as
10260         parameter.
10261
10262 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10263
10264         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10265         Replaced with \paperwidth
10266
10267         * DepTable.C (insert): add std:: qualifier
10268
10269 2002-01-18  Allan Rae  <rae@lyx.org>
10270
10271         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10272         updated also?
10273
10274         * text.C (drawInset): Turned out I didn't know enough about how
10275         rebreaking worked.  This fixes most of the redraw problems.  I see
10276         an occasional cursor trail when a line is broken now and the cursor
10277         placement can seem out by a few pixels also after a rebreak.
10278
10279 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10280
10281         * buffer.C (parseSingleLyXformat2Token): update because minipage
10282         width is now a LyXLength
10283
10284         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10285
10286         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10287         math insets
10288
10289 2002-01-17  Juergen Vigna  <jug@sad.it>
10290
10291         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10292
10293         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10294         is set correctly and the inset is updated correctly.
10295
10296 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10297
10298         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10299         the beginning of the loop.
10300
10301 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10302
10303         * lyxrc.C: improve help for use_scalable_fonts
10304
10305 2002-01-17  Allan Rae  <rae@lyx.org>
10306
10307         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10308
10309 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10310
10311         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10312         make sure to set their inset_owner to the right value (bug #171)
10313
10314 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10315
10316         * DepTable.h
10317         * DepTable.C: Implement mtime checking to reduce time spent doing
10318         CRCs.
10319
10320 2002-01-16  Juergen Vigna  <jug@sad.it>
10321
10322         * tabular.C (GetAdditionalHeight): one of error fixed.
10323
10324         * lyxrc.C (output): small fix in writing use_pspell.
10325
10326 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10327
10328         * sp_base.h: #include LString.h
10329
10330 2002-01-16  Allan Rae  <rae@lyx.org>
10331
10332         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10333         Can someone check this please?
10334
10335         * text.C (drawInset): It was possible that p.row would be removed by
10336         breakAgainOneRow upsetting a few other settings.  There may be another
10337         small tweak possible by setting need_break_row = 0 when p.row has been
10338         removed but I don't know enough about the logic here.
10339
10340 2002-01-15  Allan Rae  <rae@lyx.org>
10341
10342         * text.C (insertChar): removed conditional truism.
10343
10344         * BufferView2.C (removeAutoInsets): More tweaks.
10345         cur_par_prev could be a stray pointer.  Check for trailing empty line
10346         in case last line was cur_par and only had an error inset on it.
10347
10348 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10349
10350         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
10351         absolute
10352
10353         * vc-backend.C (most methods):
10354         * exporter.C (Export):
10355         * converter.C (convert):
10356         (runLaTeX):
10357         * LyXSendto.C (SendtoApplyCB):
10358         * lyxfunc.C (dispatch):
10359         (menuNew):
10360         (open):
10361         (doImport):
10362         * lyx_cb.C (AutoSave):
10363         (InsertAsciiFile):
10364         * BufferView_pimpl.C (MenuInsertLyXFile):
10365         * buffer.C (runChktex): use Buffer::filePath().
10366
10367         * buffer.h: rename filename to filename_; rename filepath to
10368         filepath_ and make it private
10369         (filePath): new method
10370
10371         * buffer.C (writeFile): use fileName()
10372         (getLatexName):
10373
10374         * lyx_main.C (init): fix starting  of LyX when the binary is a
10375         link from so,ewhere else.
10376
10377         * minibuffer.C: include <cctype> for isprint
10378
10379 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10380
10381         * buffer.C (parseSingleLyXformat2Token): changes associated with the
10382         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
10383         name clash with InsetCollapsable's width function.
10384
10385 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10386
10387         * lastfiles.C: include <iterator>
10388
10389 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10390
10391         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
10392         std::count.
10393
10394         * buffer.C (makeLaTeXFile): ditto.
10395         Also make loop operation more transparent.
10396
10397 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10398
10399         * ToolbarDefaults.C: remove trailing comma closing namespace.
10400
10401         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
10402
10403         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
10404         as in WorkArea.
10405
10406         * trans.C (Load): comment out unused variable, allowed.
10407
10408 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10409
10410         * minibuffer.[Ch] (append_char): new method to recieve input from the
10411         drop-down completion browser. If a key was pressed, then recieve this
10412         char and append it to the existing string.
10413         (peek_event): modify the positioning data passed to the completion
10414         browser so that it can be placed above the minibuffer rather than below.
10415 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10416
10417         * LyXAction.C (init): alloe error-next for readonly documents.
10418
10419         * BufferView2.C (ChangeRefsIfUnique): use standard version of
10420         count.
10421
10422 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10423
10424         * bufferlist.C (readFile): create the buffer _after_ checking that
10425         the file exists.
10426
10427         * lyxfunc.C (verboseDispatch): fix handling of arguments
10428
10429         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
10430
10431         * lyxrc.C: use string::erase() instead of initializing to "".
10432
10433
10434 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10435
10436         * BufferView_pimpl.h:
10437         * BufferView_pimpl.C:
10438         * WorkArea.h:
10439         * WorkArea.C:
10440         * text2.C: tell X when we have made a selection for copying
10441
10442 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10443
10444         * BufferView_pimpl.C (MenuInsertLyXFile):
10445         * lyxfunc.C (menuNew):
10446         (open):
10447         (doImport): add shortcuts to directory buttons
10448
10449         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
10450         open a float)
10451
10452         * lyxfunc.C (setStatusMessage):
10453         (getStatusMessage): new methods
10454         (getStatus):use setStatusMessage instead of setErrorMessage
10455         (dispatch): when function is disabled, set error message here
10456         [instead of in getStatus previously]
10457
10458         * BufferView_pimpl.C (workAreaButtonRelease): update
10459         toolbar/menubar here too.
10460
10461 2002-01-13  Allan Rae  <rae@lyx.org>
10462
10463         * BufferView2.C (removeAutoInsets): finished off earlier fix.
10464         Now seems indestructible.  Remaining task is to audit all other
10465         code affected by deleteEmptyParagraphMechanism.  One small quirk
10466         left is that an empty document with an error in the preamble can
10467         be made to report an error but no error box appears.  I don't know
10468         where it goes.
10469         (removeAutoInsets): Improved comments.
10470
10471 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
10472
10473         * Thesaurus.h:
10474         * Thesaurus.C: update for Aiksaurus 0.14
10475
10476 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10477
10478         * text2.C (firstParagraph): removed member function, all uses
10479         replaces with ownerParagraph
10480         (redoParagraphs): here
10481         (updateInset): here
10482         (toggleAppendix): here
10483         * BufferView2.C (insertErrors): here
10484         (setCursorFromRow): here
10485
10486 2002-01-13  Allan Rae  <rae@lyx.org>
10487
10488         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
10489         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
10490         There is still a way to segfault this although you may have to do this
10491         multiple times: Have an InsetERT with an unknown command in it.
10492         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
10493         <down-arrow>, <Enter> again, View->DVI, BANG!
10494
10495         * text2.C (setCursor):
10496         (deleteEmptyParagraphMechanism):
10497         * lyxtext.h (setCursor):
10498         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
10499         Making use of the return value may help fix other bugs.
10500
10501 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10502
10503         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
10504
10505         * LyXView.C (updateMenubar): call MenuBar::update here
10506         (updateToolbar): but not here
10507         (showState): do not update toolbar/menubar
10508
10509         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
10510         should need to care about that.
10511
10512         * lyxfunc.C (verboseDispatch): simplify a bit
10513         (getStatus): have a version which takes a pseudoaction, and
10514         another which requires a (kb_action,string).
10515
10516         * LyXAction.C (retrieveActionArg): make it work also when action
10517         is not a pseudo-action.
10518         (getActionName): simplify a bit
10519         (helpText):
10520
10521 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10522
10523         * lyxfunc.C (verboseDispatch): new families of methods with
10524         several ways to specify a command and a bool to indicate whether
10525         the command name and shortcut should be displayed in minibuffer
10526         (eventually, we could extend that to a finer bitmask like
10527         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
10528         (dispatch): the pristine dispatch command which just, well,
10529         dispatchs! Note it still sets its result to minibuffer; I'm not
10530         sure we want that.
10531
10532         * lyxfunc.h: remove setHintMessage
10533
10534         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
10535
10536 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10537
10538         * BufferView_pimpl.C (specialChar): delete new inset if we have
10539         not been able to insert it.
10540
10541         * kbmap.C: revert to using int instead of kb_action, since all we
10542         are dealing with is pseudo-actions.
10543
10544         * LyXAction.C (searchActionArg): change to return int instead of
10545         kb_action, since the result is a pseudoaction.
10546
10547 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
10548
10549         * buffer.C (insertErtContents): Fix (partially) the font bug.
10550
10551 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10552
10553         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
10554         as the other one is broken on my machine!
10555
10556 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
10557
10558         * commandtags.h:
10559         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
10560
10561 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
10562
10563         * lyxrc.[Ch]: change names and descriptions of popup font variables to
10564         reflect their actual use. Provide compatibility code for older lyxrc
10565         files.
10566
10567         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
10568         FL_NORMAL_STYLE.
10569         change names of popup font variables in line with the changes to lyxrc.C
10570
10571 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10572
10573         * buffer.C (asciiParagraph): avoid outputing a word twice after
10574         an inset.
10575
10576         * lyxrc.C (getDescription): document that document_path and
10577         template_path can be empty.
10578
10579 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10580
10581         * LaTeXFeatures.C (getMacros):
10582         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
10583
10584         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
10585
10586         * LaTeXFeatures.C (useFloat): require "float" here instead of in
10587         getPackages.
10588         (getPackages): rename feature "floats" to "float". Use an array to
10589         iterate over 'simple' features (i.e. just a \usepackage). Add
10590         handling of "amsmath" (renamed from "amsstyle").
10591
10592 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
10593
10594         * LaTeXFeatures.C (require): Prevent duplicate entries in the
10595         features list.
10596
10597 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
10598
10599         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
10600         FuncStaus::FuncStatus & FuncStaus::some_method().
10601
10602 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
10603
10604         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
10605         of the func_satus stuff. Edited and massaged in various ways by
10606         JMarc.
10607
10608         * lyxfunc.C (getStatus): use FuncStatus
10609
10610 2002-01-08  Juergen Vigna  <jug@sad.it>
10611
10612         * text.C (nextBreakPoint): use function Inset::isChar().
10613
10614         * paragraph.C (TeXOnePar): use function
10615         Inset::forceDefaultParagraphs.
10616
10617         * buffer.C (latexParagraphs): use function
10618         Inset::forceDefaultParagraphs.
10619
10620 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10621
10622         * lyx_gui.C (init): set the style of the menu popups to
10623         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
10624
10625 2002-01-07  Juergen Vigna  <jug@sad.it>
10626
10627         * text.C (setHeightOfRow): small fix
10628         (prepareToPrint): don't look at alignment if we don't have the place
10629         for doing it.
10630
10631 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10632
10633         * box.C: New file. Move the Box methods and functions out of box.h,
10634         following Lars' suggestion.
10635
10636 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10637
10638         * box.h: #include "support/LOstream.h", needed for inlined function.
10639
10640         * lyxtextclass.C:
10641         * lyxtextclasslist.C: added some using std declarations.
10642
10643 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
10644
10645         * box.h: make signed dimensions to allow insets wider than
10646           the screen (bug #162)
10647
10648         * BufferView_pimpl.C: add some insetHit debug
10649
10650 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
10651
10652         * vc-backend.C: add FIXME
10653
10654 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10655
10656         * lyxfunc.C (getStatus): enable code for showing math font status
10657         in toolbar/menu.
10658
10659 2002-01-07  Juergen Vigna  <jug@sad.it>
10660
10661         * text.C (nextBreakPoint): removed debug output not needed anymore.
10662
10663 2002-01-06  Juergen Vigna  <jug@sad.it>
10664
10665         * text.C (nextBreakPoint): fixed up this function we had this bug
10666         since ever but now hopefully we break row better.
10667         (insertChar): we have to check if an inset is the next char as it
10668         could now happen that a large inset is causing a break.
10669
10670 2002-01-05  Juergen Vigna  <jug@sad.it>
10671
10672         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
10673         if it doesn't like to be drawed.
10674
10675 2002-01-04  Juergen Vigna  <jug@sad.it>
10676
10677         * BufferView2.C (lockInset): forgot to set a cursor.
10678
10679         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
10680
10681 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
10682
10683         * FormMathsPanel.C:
10684         * FormMathsPanel.h
10685         * MathsSymbols.C:
10686         * form_maths_panel.C:
10687         * form_maths_panel.h:
10688         * form_maths_panel.fd: implemented sub- and super- buttons in math
10689         panel.
10690
10691         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
10692         (or ^ space) to be used as in TeX (req'd by André).
10693
10694         * lyxfunc.C: Allow ^ and _ again to be used both as
10695         super/subscript (mathed) and as themselves (in text).
10696
10697 2002-01-03  Allan Rae  <rae@lyx.org>
10698
10699         * LyXView.C (updateWindowTitle): Setup a short icon title of either
10700         "LyX" or the filename of the current buffer if it has one.  This is a
10701         modified form of John Levon's patch.
10702
10703         * XFormsView.C (setWindowTitle): also set icon title.
10704
10705         * LyXView.h (setWindowTitle): signature changed.
10706         * XFormsView.h (setWindowTitle): ditto.
10707
10708 2002-01-02  Juergen Vigna  <jug@sad.it>
10709
10710         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
10711
10712 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10713
10714         * screen.C (topCursorVisible): introduce a temp var for
10715         text->cursor.row(), handle the case where this row is null. (kindo
10716         hachish)
10717
10718         * text2.C (setCursor): add a couple of asserts.
10719
10720         * paragraph.h (inset_iterator): add -> operator
10721
10722         * paragraph.[Ch] (autoDeleteInsets): remove member function
10723
10724         * BufferView2.C (removeAutoInsets): rewrite to handle the old
10725         cursor pos correctly and handle inset deletion by itself.
10726         (insertErrors): move iterator declaration out of for expression
10727
10728         * lyxtextclass.C: add <algorithm>
10729
10730         * Makefile.am: added the new files to sources, removed layout.C
10731
10732         * layout.C: removed file
10733
10734         * layout.h: remove LYX_DUMMY_LAYOUT
10735
10736         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
10737         layout.
10738
10739         * lyxlayout.[Ch]:
10740         * lyxtextclass.[Ch]:
10741         * lyxtextclasslist.[Ch]: new files
10742
10743         * include order changes to a lot of files, also changes because of
10744         the six new files.
10745
10746 2001-12-27  Juergen Vigna  <jug@sad.it>
10747
10748         * buffer.C (asciiParagraph): more fixes.
10749
10750         * tabular.C (ascii): make ascii export support export of only the
10751         data separated by a column-delimiter.
10752         (ascii): better support for ascii export.
10753
10754         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
10755
10756 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10757
10758         * tabular_funcs.C: use a "using std::getline" instead of the
10759         previous fix from Angus (necessary for cxx + lyxstring)
10760
10761 2001-12-24  Juergen Vigna  <jug@sad.it>
10762
10763         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
10764
10765         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
10766         problems. First check a minipage also if we have some ert-contents
10767         (not only on par->size(), second set the right depth of the paragraph
10768         on the relink to the root-paragraph-list!
10769
10770         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
10771         which then did not anymore update the main paragraphs on undo/redo!
10772
10773 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10774
10775         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
10776         code. Support all font-changing funcs (even those which are not in
10777         menu currently). Support for reporting font settings in
10778         mathed (disabled until Andre provides a function on mathed's side).
10779
10780         * func_status.h (toggle): small helper function to set toggle
10781         state on a flag.
10782
10783 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
10784
10785         * tabular_funcs.C: getline -> std::getline
10786
10787 2001-12-21  Juergen Vigna  <jug@sad.it>
10788
10789         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
10790         accessed and could be 0 (I couldn't generate this but it seems
10791         Michael could!).
10792
10793 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10794
10795         * tabular_funcs.C: add LIstream.h, move write_attribute to..
10796         * tabular_funcs.h: here and include iosfwd
10797
10798 2001-12-20  Juergen Vigna  <jug@sad.it>
10799
10800         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
10801         inside inset but undo_par was.
10802
10803 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10804
10805         * Thesaurus.C: always include <config.h> in sources.
10806
10807         * Painter.h:
10808         * lyxlookup.h:
10809         * box.h: do not include <config.h> in header files
10810
10811         * text.C (paintLastRow): remove unused variable
10812
10813         * text.C (transformChar):
10814         (insertChar):
10815         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
10816
10817         * Painter.C (text):
10818         * font.C (width): rewrite to use uppercase() instead of
10819         islower/toupper.
10820
10821         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
10822
10823 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
10824
10825         * lyxfind.C: clean up of find failure position change
10826
10827 2001-12-20  Juergen Vigna  <jug@sad.it>
10828
10829         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
10830
10831         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
10832         (TeXRow): added to LaTeX a single tabular row.
10833         (TeXLongtableHeaderFooter): added to output LT-h/f data.
10834         (Latex): simplified and finally good LT-h/f support.
10835         (various_functions): just small adaptions for LT-h/f support.
10836
10837         * tabular_funcs.[hC]: added and moved here all not classfunctions
10838         of LyXTabular.
10839
10840 2001-12-19  Juergen Vigna  <jug@sad.it>
10841
10842         * tabular.[Ch]: better support for longtabular options (not finished
10843         yet!)
10844
10845 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10846
10847         * text.C (paintLastRow): use the label font instead of the font of
10848         the last character to compute the size of *_BOX. This makes more
10849         sense and avoids a crash with empty paragraphs.
10850         Use Painter::rectangle to draw EMPTY_BOX.
10851
10852 2001-12-19  Juergen Vigna  <jug@sad.it>
10853
10854         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
10855         the paragraphs if the replaced paragraph is not the first one!
10856         Tried to delete not used paragraphs but does not work yet so for
10857         now it's inside #ifdef's and by default off!
10858
10859 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10860
10861         * MenuBackend.C: include "lyx_main.h" instead of declaring
10862         lastfiles (actually was declared as LastFiles* instead of a
10863         scoped_ptr).
10864
10865 2001-12-17  Juergen Vigna  <jug@sad.it>
10866
10867         * tabular.C (AppendColumn): applied John's fix
10868
10869 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
10870
10871         * BufferView.h:
10872         * BufferView.C:
10873         * BufferView_pimpl.h:
10874         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
10875
10876         * Makefile.am:
10877         * box.h: new start of class for above
10878
10879         * lyxfunc.C: ignore space-only minibuffer dispatches.
10880           Show the command name when it doesn't exist
10881
10882         * minibuffer.C: don't add empty lines to the history
10883
10884         * minibuffer.C: add a space on dropdown completion
10885
10886 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
10887
10888         * text.C: fix line above/below drawing in insets
10889
10890 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10891
10892         * lyxlength.C (LyXLength): Initialize private variables.
10893
10894 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
10895
10896         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
10897         when inserting error insets.
10898
10899 2001-12-13  Juergen Vigna  <jug@sad.it>
10900
10901         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
10902         actually sometimes the before-paragraph.
10903         (setUndo): don't clear the redostack if we're not actually undoing!
10904
10905 2001-12-06  Juergen Vigna  <jug@sad.it>
10906
10907         * undo_funcs.C (textHandleUndo): well after John's hint I got here
10908         and fixed redoing of main paragraph, so we can use it now ;)
10909
10910         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
10911
10912 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10913
10914         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
10915         Juergen's request
10916
10917 2001-12-13  André Pönitz <poenitz@gmx.net>
10918
10919         * undostack.[Ch]:
10920         * undo_func.C: minor cleanup
10921
10922 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10923
10924         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
10925         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
10926         font in urw-fonts package which is marked as -urw-fontspecific and
10927         does not work (incidentally, changing the encoding in the
10928         fonts.dir of this package to -adobe-fontspecific fixes the
10929         problem).
10930
10931         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
10932         is a crash when undoing first paragraph (Juergen, please take a
10933         look). THis does not mean the undo fix is wrong, just that it
10934         uncovers problems.
10935
10936         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
10937         the (Paragraph*) version when needed instead of duplicating the
10938         code.
10939
10940         * text.C (workWidth): use Inset::parOwner to find out where the
10941         inset has been inserted. This is a huge performance gain for large
10942         documents with lots of insets. If Inset::parOwner is not set, fall
10943         back on the brute force method
10944
10945         * paragraph_pimpl.C (insertInset):
10946         * paragraph.C (Paragraph):
10947         (cutIntoMinibuffer): set parOwner of insets when
10948         inserting/removing them
10949
10950         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10951
10952 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
10953
10954         * commandtags.h:
10955         * LyXAction.C:
10956         * lyx_main.C:
10957         * lyxfunc.C:
10958         * mathed/formulabase.C:
10959         * mathed/math_cursor.[Ch]:
10960         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
10961
10962
10963 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10964
10965         * lyxlength.[Ch] (operator!=): new function
10966
10967 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10968
10969         * text.C (workWidth): use Inset::parOwner to find out where the
10970         inset has been inserted. This is a huge performance gain for large
10971         documents with lots of insets. If Inset::parOwner is not set, fall
10972         back on the brute force method
10973
10974         * paragraph_pimpl.C (insertInset):
10975         * paragraph.C (Paragraph):
10976         (cutIntoMinibuffer): set parOwner of insets when
10977         inserting/removing them
10978
10979         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10980
10981 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10982
10983         * tabular-old.C (getTokenValue):
10984         * tabular.C (getTokenValue):
10985         (write_attribute): new versions for LyXLength
10986         (everywhere): adjust the use of widths
10987
10988         * tabular.h: change the type of widths from string to LyXLength
10989
10990 2001-12-11  Ben Stanley <bds02@uow.edu.au>
10991
10992         * paragraph.C: fixed missing line number count when exporting
10993         Environments to LaTeX file
10994
10995         * buffer.C: added informational message for checking line numbers.
10996
10997 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10998
10999         * text2.C (deleteEmptyParagraphMechanism): if there is only one
11000         paragraph, do the 'double space' part, but not the 'empty
11001         paragraph' one.
11002
11003         * text.C (workWidth): small optimization
11004         (getLengthMarkerHeight): use minimal size for negative lengths.
11005
11006 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
11007
11008         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
11009
11010         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
11011
11012 2001-12-11  André Pönitz <poenitz@gmx.net>
11013
11014         * FontLoader.C:
11015         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11016
11017 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11018
11019         * text2.C: keep selection on a setFont()
11020
11021 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11022
11023         * lyx_cb.C: another bv->text misuse, from insert label
11024
11025 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11026
11027         * kbsequence.h:
11028         * kbsequence.C: re-instate nmodifier mask
11029
11030 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11031
11032         * lyx_main.h: make lyxGUI private.
11033
11034 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11035
11036         * lyxfind.C: place the cursor correctly on failed search
11037
11038 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11039
11040         * text.C (getLengthMarkerHeight): for small heights, the arrows
11041         are not always on top/bottom of the text
11042         (drawLengthMarker): smaller arrows; take the left margin in
11043         account; draw also vfills.
11044         (paintFirstRow):
11045         (paintLastRow): remove special code for vfill and standard spaces,
11046         since everything is handled in drawLengthMarker now.
11047
11048 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11049
11050         * buffer.C (insertErtContents): try to handle font and language
11051         interaction a bit better.g
11052
11053         * ColorHandler.C (updateColor): change the hash to cover the whole
11054         LColor enum, ws cleanup
11055         (getGCLinepars): ditto
11056         (getGCLinepars): only lookup in the linecache once.
11057
11058 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11059
11060         * iterators.C (operator++): Make the iterator more robust
11061
11062         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11063         (John's patch)
11064         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11065
11066 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11067
11068         * lyxtext.h:
11069         * text.C: better added space drawing
11070
11071 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11072
11073         * LyXView.C:
11074         * BufferView2.C: fix layout combo update on inset unlock
11075
11076 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11077
11078         * Makefile.am: don't compile unused files
11079
11080 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11081
11082         * lyxfunc.C:
11083         * commandtags.h:
11084         * LyXAction.C: remove old LFUN_LAYOUTNO
11085
11086 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11087
11088         * paragraph_pimpl.h:
11089         * paragraph_pimpl.C: isTextAt() doesn't need font param
11090
11091 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11092
11093         * lyxlex.h:
11094         * lyxlex.C: little cleanup
11095
11096 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11097
11098         * BufferView_pimpl.C: fix insertAscii for insets
11099
11100 2001-12-05  Juergen Vigna  <jug@sad.it>
11101
11102         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11103         set the right font on the "multi" paragraph paste!
11104
11105 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11106
11107         * trans_decl.h:
11108         * trans_mgr.[Ch]:
11109         * trans.[Ch]:
11110         * lyxgluelength.C:
11111         * lyxlength.C: remove out-commented code.
11112
11113         * BufferView_pimpl:
11114         * CutAndPaste.C:
11115         * DepTable.C:
11116         * buffer.C:
11117         * chset.C:
11118         * lastfiles.C:
11119         * lyxlex.C:
11120         * lyxlex_pimpl.C:
11121         * lyxserver.C:
11122         * screen.C:
11123         * tabular-old.C:
11124         * tabular.C:
11125         * text.C:
11126         * trans_mgr.C:
11127         * vc-backend.C: change "while(" to "while ("
11128
11129         * lyxlength.[Ch]: add zero function to check if length is zero or
11130         not
11131         * lyxgluelength.C: use it
11132
11133 2001-12-05  Allan Rae  <rae@lyx.org>
11134
11135         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11136         Works for 2.95.3, from what I understand of Garst's reports this should
11137         work for other g++ versions.  We're screwed if the abs(int) definition
11138         changed between bugfix releases of gcc.
11139
11140 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11141
11142         * text.C: fix chapter label offset !
11143
11144 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11145
11146         * lyxtext.h:
11147         * text.C: fix hfill at end of line, clean up
11148
11149 2001-12-04  Juergen Vigna  <jug@sad.it>
11150
11151         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11152         that we force an update of the inset and it's owners if neccessary.
11153
11154 2001-12-03  Juergen Vigna  <jug@sad.it>
11155
11156         * text.C (rowLast): simplified code
11157
11158 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11159
11160         * lyxfunc.C: fix show options on timeout
11161
11162 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11163
11164         * screen.C (topCursorVisible): scroll half a page when the cursor
11165         reached top of bottom of screen
11166
11167 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11168
11169         * minibuffer.C: deactivate on loss of focus
11170
11171 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11172
11173         * vspace.[Ch] (operator!=): add operator.
11174
11175 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11176
11177         * BufferView_pimpl.C: refuse to open an inset when
11178         there's a selection.
11179
11180 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11181
11182         * BufferView_pimpl.C: allow to click on RHS of full row insets
11183
11184 2001-11-30  Juergen Vigna  <jug@sad.it>
11185
11186         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11187         insets for undo reasons.
11188
11189 2001-11-28  André Pönitz <poenitz@gmx.net>
11190
11191         * vspace.[Ch]: cosmetical changes
11192
11193 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11194
11195         * LyXAction.h:
11196         * LyXAction.C:
11197         * lyxfunc.h:
11198         * lyxfunc.C:
11199         * kbmap.h:
11200         * kbmap.C:
11201         * lyxrc.C:
11202         * kbsequence.h:
11203         * kbsequence.C: part re-write of old kb code
11204
11205         * Painter.C:
11206         * WorkArea.C: remove Lgb_bug_find_hack
11207
11208 2001-11-30  José Matos <jamatos@fep.up.pt>
11209
11210         * buffer.C (makeDocBookFile): add a comment to point a hack.
11211         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11212         Fixed a double write of labels.
11213
11214 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11215
11216         * LaTeX.C:
11217         * LaTeX.h Fixed bug in LaTeX class where it would not
11218         re-run latex if no depfiles were changed, but the .dvi was removed.
11219
11220 2001-11-28  André Pönitz <poenitz@gmx.net>
11221
11222         * all the files from the change on 2001/11/26:
11223         use lyx::layout_type instead of LyXTextClass::size_type
11224         use lyx::textclass_type instead of LyXTextClassList::size_type
11225
11226 2001-11-29  Juergen Vigna  <jug@sad.it>
11227
11228         * text.C: added support for paragraph::isFreeSpacing()
11229
11230         * buffer.C: same as above
11231
11232         * paragraph.h: inserted isFreeSpacing() function to enable
11233         FreeSpacing inside InsetERT.
11234
11235         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11236         of the paragraph's in the cut/copy buffer to 0!
11237
11238         * text2.C (removeRow): remove the assert as it can!
11239
11240         * lyxtext.h: added helper function firstRow returning firstrow and
11241         made firstrow private again.
11242
11243         * BufferView2.C (lockInset): don't relock if we're already locked!
11244
11245         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11246         the only paragraph.
11247         (removeRow): added Assert::(firstrow)
11248
11249         * debug.C: forgot to add INSETTEXT here.
11250
11251 2001-11-28  Juergen Vigna  <jug@sad.it>
11252
11253         * sp_spell.C (initialize): changed error text to more general
11254         spellchecker command use (not only ispell!)
11255
11256         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11257
11258         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11259
11260 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11261
11262         * vspace.C: initialise lyxgluelength on failure
11263
11264 2001-11-28  Allan Rae  <rae@lyx.org>
11265
11266         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11267         declaration & definition that looks like a function declaration.
11268
11269 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11270
11271         * BufferView2.C (copy):
11272         (copyEnvironment): do not clear the selection when doing a copy.
11273
11274         * text.C (paintFirstRow): compilation fix
11275
11276 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11277
11278         * tabular.C (Latex): correct line count when writing latex.
11279
11280 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11281
11282         * paragraph_pimpl.h:
11283         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11284           bug a bit
11285
11286 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11287
11288         * text.C:
11289         * LColor.h:
11290         * LColor.C: change vfillline->added_space
11291
11292         * text.C: add markers and text for added space
11293
11294         * vspace.C: fix comment
11295
11296 2001-11-28  André Pönitz <poenitz@gmx.net>
11297
11298         * paragraph.C: whitespace changes
11299         * all the other files from the change on 2001/11/26:
11300         change *::pos_type into lyx::pos_type
11301
11302 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11303
11304         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11305         language of the document when inserting error insets.
11306
11307 2001-11-26  André Pönitz <poenitz@gmx.net>
11308
11309         * BufferView_pimpl.[Ch]:
11310         *       CutAndPaste.C:
11311         * buffer.[Ch]:
11312         * lyxcursor.[Ch]:
11313         * lyxfind.C:
11314         * lyxfunc.C:
11315         * lyxrow.[Ch]:
11316         * paragraph.[Ch]:
11317         * paragraph_pimpl.[Ch]:
11318         * sp_spell.C:
11319         * text.C:
11320         * text2.C: reduce header dependencies, introduce type for positions
11321
11322 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11323
11324         * <various>: change to use Alert.h
11325
11326 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11327
11328         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11329         when encountering an unknown token.
11330         (readLyXformat2): Show an error message if there were unknown tokens.
11331
11332 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11333
11334         * BufferView2.C:
11335         * BufferView_pimpl.C:
11336         * buffer.C:
11337         * paragraph.h:
11338         * text.C:
11339         * text2.C: use par->isInset()
11340
11341 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11342
11343         * paragraph_pimpl.h:
11344         * paragraph_pimpl.C: cleanup
11345
11346 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11347
11348         * text2.C (removeRow):
11349         * text.C (setHeightOfRow): remove useless (and costly) call to
11350         getRow.
11351
11352 2001-11-20  Allan Rae  <rae@lyx.org>
11353
11354         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
11355         Now need Inset*::checkInsertChar() to return true for appropriate
11356         cases so that the characters in the minibuffer will actually be
11357         inserted.
11358
11359 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11360
11361         * text.C: change the order of the includes.
11362         (workWidth): initialize it at once.
11363         (workWidth): make maxw unsigned
11364         (setHeightOfRow): remove unused variable (inset)
11365         (selectSelectedWord): remove unused variable (inset)
11366         (paintRowText): fix drawing of hfill characters, and clean up a bit.
11367
11368 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11369
11370         * lyxserver.C (emergencyCleanup): do not try to close pipes if
11371         server is not running.
11372         (openConnection):
11373         (closeConnection): add debug info when server is disabled.
11374
11375         * ColorHandler.C (getGCForeground): send debug message to GUI
11376         channel.
11377
11378         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
11379
11380         * kbmap.C (bind): modify because return conventions of
11381         kb_sequence::parse have changed.
11382
11383         * kbsequence.C (parse): only ignore spaces and not any stupid
11384         control character. This avoids tests like s[i] <= ' ', which are
11385         guaranteed to fail with 8bit characters and signed chars.
11386         Change return code to string::npos when there have been no error
11387         (0 was a bad idea when error is at first character)
11388
11389 2001-11-14  José Matos  <jamatos@fep.up.pt>
11390
11391         * buffer.h:
11392         * buffer.C (simpleDocBookOnePar): removed unused argument.
11393
11394 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11395
11396         * text.C (selectNextWordToSpellcheck): do not test explicitely for
11397         insets which are part of a word. Paragraph::isLetter takes care of
11398         that now. Use Paragraph::isInset to identify insets.
11399         (selectSelectedWord): do not test for hyphenation break.
11400
11401         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
11402         that protected spaces are considered as spaces.
11403
11404         * paragraph.C (isLetter): cleanup the code for ispell extras; use
11405         Inset::isLetter.
11406
11407 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
11408
11409         * lyxserver.h:
11410         * lyxserver.C: fix it. and small cleanup.
11411
11412 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11413
11414         * BufferView_pimpl.C: use inline helpers
11415
11416         * LaTeXFeatures.h:
11417         * LaTeXFeatures.C: fix typos
11418
11419         * Spacing.h:
11420         * Spacing.C: move spacing_string into class
11421
11422         * ToolbarDefaults.C: move stuff into namespace anon
11423
11424         * layout.h: update enum
11425
11426         * lyxfunc.C: use better debug
11427
11428         * minibuffer.h: fix typo
11429
11430         * debug.h:
11431         * debug.C:
11432         * WorkArea.C: add and use Debug::WORKAREA
11433
11434         * lyxtext.h:
11435         * text.C:
11436         * text2.C: code re-organisation, inline helpers
11437
11438 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
11439
11440         * Layout.C: replaced a few cases of std::vector.size() == 0 with
11441         std::vector.empty().
11442
11443 2001-11-09  Allan Rae  <rae@lyx.org>
11444
11445         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
11446         '\n's after tables.  Tabular and ERT inset work now makes this no
11447         longer necessary.
11448
11449 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11450
11451         * minibuffer.h:
11452         * minibuffer.C: fix crash, improve drop-down completion
11453
11454 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
11455
11456         * lyxserver.h:
11457         * lyxserver.C: invalidate fd's when doing endPipe()
11458
11459 2001-11-08  José Matos  <jamatos@fep.up.pt>
11460
11461         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
11462         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
11463
11464         * paragraph.h:
11465         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
11466
11467 2001-11-07  José Matos  <jamatos@fep.up.pt>
11468
11469         * buffer.h:
11470         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
11471         const qualifier.
11472
11473         * buffer.C (sgmlOpenTag):
11474         * buffer.C (sgmlCloseTag): removed debug info.
11475
11476         * buffer.h (sgmlOpenTag):
11477         * buffer.h (sgmlCloseTag): made public.
11478
11479 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11480
11481         * buffer.C (saveParamsAsDefaults):
11482         * lyx_cb.C (MenuLayoutSave): remove
11483
11484         * LyXAction.C (init):
11485         * commandtags.h:
11486         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
11487
11488 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11489
11490         * buffer.C (setPaperStuff): removed from here...
11491
11492         * bufferparams.C (setPaperStuff): ... and moved there.
11493
11494 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
11495
11496         * minibuffer.h:
11497         * minibuffer.C:
11498         * XFormsView.C: add support for drop-down completion
11499
11500 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
11501
11502         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
11503         commands.
11504
11505 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11506
11507         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
11508         disabled.
11509
11510 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
11511
11512         * lyx_main.C: change ref to known bugs
11513
11514 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
11515
11516         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
11517         to work around older babel problems.
11518
11519 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11520
11521         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
11522
11523 2001-10-24  Juergen Vigna  <jug@sad.it>
11524
11525         * tabular-old.C (ReadOld): below variable changes reflected.
11526
11527         * tabular.[Ch]: added ltType struct for longtable header/footer
11528         defines and changed all instances where they are used. Added
11529         future support for double top/bottom rows.
11530
11531 2001-10-24  José Matos  <jamatos@fep.up.pt>
11532
11533         * buffer.h (docbookHandleCaption):
11534         * buffer.C (docbookHandleCaption): removed unused function.
11535         (makeDocBookFile): moved docbook supported version to v4.1.
11536
11537 2001-10-24  José Matos  <jamatos@fep.up.pt>
11538
11539         * tabular.h:
11540         * tabular.C (docbookRow): new function to export docbook code of a row.
11541         (DocBook): now honors the longtable flags.
11542
11543 2001-10-23  José Matos  <jamatos@fep.up.pt>
11544
11545         * LaTeXFeatures.h:
11546         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
11547         of the lyx defined sgml entities used in a docbook/linuxdoc document.
11548
11549         * buffer.C (makeLinuxDocFile):
11550         (makeDocBookFile): reworked the preamble, more clean, and with
11551         support for lyx defined entities. Changed the document declaration
11552         to be more XML friendly.
11553
11554         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
11555         if we need to output XML that should be done with a filter.
11556
11557 2001-10-22  Juergen Vigna  <jug@sad.it>
11558
11559         * sp_pspell.h (class PSpell): add alive function needed in the
11560         controller to see if the spellchecker could be started.
11561
11562 2001-10-22  Juergen Vigna  <jug@sad.it>
11563
11564         * buffer.C (insertStringAsLines): modify the font for inserting
11565         chars in certain conditions by calling checkInsertChar(font).
11566
11567 2001-10-19  Juergen Vigna  <jug@sad.it>
11568
11569         * text.C (workWidth): use getRow instead of wrong algorithm.
11570         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
11571
11572 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
11573
11574         * lyxserver.h:
11575         * lyxserver.C:
11576         * lyx_main.h:
11577         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
11578
11579 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11580
11581         * text.C (workWidth): do not search for the exact row when
11582         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
11583         optimization for big documents.
11584
11585 2001-10-18  Juergen Vigna  <jug@sad.it>
11586
11587         * text.C (workWidth): new function with added Inset * parameter.
11588
11589 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11590
11591         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
11592
11593         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
11594         change return type of getColumnNearX.
11595
11596
11597         * text.C (changeRegionCase): use uppercase/lowercase instead of
11598         toupper/tolower.
11599         (leftMargin):
11600         (rightMargin): simplify code by factoring out the uses of
11601         textclasslist.
11602         (labelFill):
11603         (numberOfHfills):
11604         (setHeightOfRow):
11605         (appendParagraph): use Paragraph::size_type
11606
11607 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11608
11609         * vspace.C (asLatexString): add a missing break
11610
11611 2001-10-15  Herbert Voss  <voss@perce.de>
11612
11613         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
11614
11615 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11616
11617         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
11618         is not available.
11619
11620 2001-10-10  André Pönitz <poenitz@gmx.net>
11621
11622         * lyxfunc.C: removed greek_kb_flag.
11623
11624 2001-10-10  Herbert Voss  <voss@perce.de>
11625
11626         * lyx_main.C: delete global string help_lyxdir.
11627
11628 2001-10-09  Herbert Voss  <voss@perce.de>
11629
11630         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
11631
11632         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
11633
11634         * lyx_main.C: added global string help_lyxdir.
11635
11636         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
11637
11638 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11639
11640         * lyxrc.C (set_font_norm_type): support iso8859-4
11641
11642 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
11643
11644         * LaTeX.C (deplog): add another regex for MikTeX
11645
11646 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11647
11648         * lyxrc.C (set_font_norm_type): support iso8859-3
11649
11650 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11651
11652         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
11653
11654         * LaTeXFeatures.C: remove special case of french and index
11655
11656         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
11657         before \begin{document}). This solves several incompatibilities.
11658
11659 2001-10-03  Garst Reese  <reese@isn.net>
11660
11661         * lyx_cb.C: change CheckTex error msg.
11662
11663 2001-10-03  José Matos  <jamatos@fep.up.pt>
11664
11665         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
11666
11667 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11668
11669         * .cvsignore: update
11670
11671         * lyx_main.C (commandLineVersionInfo): use new style version info.
11672
11673         * buffer.C (writeFile):
11674         (makeLaTeXFile):
11675         (makeLinuxDocFile):
11676         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
11677
11678         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
11679
11680         * version.h: update to use stuff in version.C
11681
11682         * version.C.in: new file. Contains version information determined
11683         at compile time. This is a merging of version.h and
11684         version_info.h.in.
11685
11686 2001-10-03  Juergen Vigna  <jug@sad.it>
11687
11688         * BufferView_pimpl.C (update): don't change "dirty" status in
11689         updateInset call.
11690
11691 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
11692
11693         * WorkArea.C (c-tor): re-position version string slightly.
11694
11695 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
11696
11697         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
11698         revert to previous code.
11699
11700         WorkArea.[Ch]: (show, destroySplash): methods removed.
11701
11702         WorkArea.C: rework code so that it's an amalgam of the codes before and
11703         after the splash screen was moved to WorkArea.
11704
11705 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11706
11707         * lyxrc.C (read):
11708         * vspace.C (inPixels):
11709         (lyx_advance):
11710         * kbmap.C (bind):
11711         * buffer.C (insertStringAsLines):
11712         (asciiParagraph): fix types to be large enough
11713
11714         * lyxlex_pimpl.h: change member status from short to int
11715
11716         * layout.h: fix type of endlabeltype
11717
11718         * kbmap.C (bind):
11719         * kbsequence.C (parse): change return type to string::size_type
11720
11721         * LaTeX.C (updateBibtexDependencies): comment out unneeded
11722         variable
11723
11724         * Bullet.C (bulletSize):
11725         (bulletEntry): do not use short ints as parameters
11726
11727         * BufferView2.C (insertLyXFile): change a char to an int.
11728
11729         * WorkArea.C (WorkArea): remove unneeded floats in computation
11730
11731 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
11732
11733         * buffer.C (asciiParagraph): Treat '\\' as other chars.
11734
11735         * paragraph.C (asString): Do not ignore newline/hfill chars when
11736         copying to the clipboard.
11737
11738 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
11739
11740         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
11741         after a multi-line inset.
11742
11743 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
11744
11745         * paragraph.C (validate): Set NeedLyXFootnoteCode
11746
11747 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11748
11749         * lyxfont.C (LyXSizeNames): changed increase-error to increase
11750         and decrease-error to decrease.
11751
11752 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11753
11754         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
11755         it more readable (should be equivalent)
11756
11757 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11758
11759         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
11760
11761 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11762
11763         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
11764         of a cursor (row, etc.) after a character has been deleted
11765         (deleteEmptyParagraphMechanism): call the method above on _all_
11766         cursors held by the LyXText when a double space has been
11767         detected/deleted.
11768
11769 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11770
11771         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
11772         pixmap.
11773         (resizeCurrentBuff): remove code to destroy the old splash dialog.
11774
11775         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
11776         background. Use greyOut() and the new show() methods to toggle between
11777         the foreground and background. Add code to remove the splash after
11778         its initial showing.
11779
11780         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
11781         (create_forms): no longer call Dialogs::showSplash.
11782
11783 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11784
11785         * .cvsignore: add version_info.h
11786
11787 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11788
11789         * version_info.h.in: new file
11790
11791         * Makefile.am: add version_info.h.in
11792
11793         * lyx_main.C (commandLineVersionInfo): use version_info defined in
11794         version_info.h instead of VERSION_INFO
11795
11796 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
11797
11798         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
11799         The ERT inset now returns string().
11800
11801 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
11802
11803         * lyxtext.h, text.C (selectNextWord): renamed as
11804         selectNextWordToSpellcheck.
11805
11806         * text.C (selectNextWordToSpellcheck): Modified to not select
11807         words inside an ERT inset.
11808
11809 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11810
11811         * lyx_cb.C (MenuLayoutSave): change a bit the question
11812
11813         * sp_base.h: include <sys/types.h>
11814
11815 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
11816
11817         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
11818
11819 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
11820
11821         * several files: fix typos in user-visible strings
11822
11823 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11824
11825         * text2.C (pasteSelection): do not set the selection, since it
11826         will be cleared later. Actually, the intent was to fix the way the
11827         selection was set, but I figured rmoving the code was just as good.
11828
11829 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
11830
11831         * FontLoader.C (available): Check if font is available without
11832         loading the font.
11833
11834 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
11835
11836         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
11837
11838 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
11839
11840         * lyxrc.[Ch]: added display_graphics variable and associated code.
11841
11842 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11843
11844         * bufferparams.C (hasClassDefaults): new method. Returns true if
11845         the buffer parameters correspond to known class defaults
11846
11847 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
11848
11849         * XFormsView.C (show): set minimum size to the main window.
11850
11851 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11852
11853         * text2.C (copySelection):
11854         (cutSelection):
11855         * lyxfind.C (LyXReplace):
11856         * BufferView_pimpl.C (Dispatch): pass the correct flag to
11857         LyXText::selectionAsString.
11858
11859         * paragraph.C (asString): add "label" argument to the second form
11860
11861         * text2.C (selectionAsString): add "label" argument and pass it to
11862         Paragraph::asString.
11863
11864 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11865
11866         * lyx_main.C (commandLineHelp): remove version information
11867
11868 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
11869
11870         * lyx_main.C: add -version commandline option
11871
11872 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11873
11874         * paragraph.h: make the optional constructor arg required instead.
11875         some modifications to other files because of this.
11876
11877         * minibuffer.C (C_MiniBuffer_peek_event): make it static
11878
11879         * lyxserver.C (C_LyXComm_callback): make it static
11880
11881         * lyx_main.C (error_handler): make it static
11882
11883         * lyx_gui.C (LyX_XErrHandler): make it static
11884
11885         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
11886
11887         * WorkArea.C: make the extern "C" methods static.
11888
11889         * Makefile.am (lyx_LDADD): simplify
11890
11891 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11892
11893         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
11894         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
11895
11896         * LyXAction.C (init):
11897         * lyxfunc.C (dispatch): associated code removal.
11898
11899 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11900
11901         * lyxfont.h (isSymbolFont): shut off warning
11902
11903         * text.C (setHeightOfRow):
11904         (getVisibleRow): fix crash with empty paragraphs which have a
11905         bottom line
11906
11907 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
11908
11909         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
11910         code.
11911
11912 2001-09-04  José Matos  <jamatos@fep.up.pt>
11913         * buffer.C
11914         * buffer.h
11915         * tabular.C (docbook): rename docBook method to docbook.
11916
11917 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11918
11919         * Makefile.am: add dependencies to main.o.
11920
11921 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
11922
11923         * FontLoader.C (available): Return false if !lyxrc.use_gui
11924
11925 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
11926
11927         * FontInfo.C (query):
11928         * converter.C (view):
11929         * importer.C (Import):
11930         * exporter.C (Export): Can not -> cannot.
11931
11932 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
11933
11934         * BufferView_pimpl.C: allow to create index inset even if
11935           string is empty
11936
11937 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11938
11939         * buffer.C (getLists): replace boost::tie code with an explicit pair
11940         as boost::tie can break some compilers.
11941
11942         * iterators.h: Added a std:: declaration to the return type of
11943         ParIterator::size.
11944
11945 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
11946
11947         * lyxrc.C: add help for view_dvi_paper_option, default to safe
11948           case.
11949
11950 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
11951
11952         * iterators.[Ch]: New files. Provide paragraph iterators.
11953
11954         * buffer.C (changeLanguage): Use paragraph iterators.
11955         (isMultiLingual): ditto
11956
11957         * BufferView2.C (ChangeInsets): Use paragraph iterators.
11958
11959 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
11960
11961         * FontLoader.C: Support for cmr font.
11962
11963 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
11964
11965         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
11966         (available): New method.
11967
11968         * FontInfo.C (getFontname): Use scalable fonts even when
11969         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
11970         found.
11971
11972 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11973
11974         * converter.C (Formats::view): reverted! Incorrect fix.
11975
11976 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11977
11978         * converter.C (Formats::view): only output the -paper option
11979         if the dvi viewer is xdvi, thereby fixing bug #233429.
11980
11981 2001-08-23  Herbert Voss  <voss@perce>
11982
11983         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
11984
11985 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11986
11987         * Spacing.h (Spacing): Set space to Default on in the default
11988         constructor.
11989
11990 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11991
11992         * vc-backend.h (RCS::versionString): add RCS to version
11993         (CVS::versionString): add CVS to version
11994
11995         * vc-backend.C (scanMaster): do not add CVS to version.
11996         (scanMaster): do not add RCS to version
11997
11998         * lyxvc.C (versionString): new method
11999
12000         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
12001
12002 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12003
12004         * Spacing.C (set): initialize fval
12005
12006 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
12007
12008         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
12009         " or \.
12010
12011 2001-08-16  Juergen Vigna  <jug@sad.it>
12012
12013         * lyxfunc.C (dispatch): implemented the new FINISHED states.
12014
12015 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12016
12017         * BufferView_pimpl.C:
12018         * figureForm.C:
12019         * lyxtext.h:
12020         * text2.C: setParagraph takes linespacing now
12021
12022 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12023
12024         * LyxAction.C: add internal LFUN_CITATION_INSERT
12025
12026         * LyXView.C: actually apply fix
12027
12028         * bufferlist.C: fix open non-existent file
12029
12030         * lyxfind.C: fix indentation
12031
12032         * lyxfunc.C: remove unneeded assert, fix typo
12033
12034 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12035
12036         * MenuBackend.C: use "Floatname List"
12037
12038 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12039
12040         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12041         when converting LaTeX layout to insetERT.
12042         Generate a non-collapsed float when reading old float
12043
12044 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12045
12046         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12047         ERT insets.
12048
12049 2001-08-13  Juergen Vigna  <jug@sad.it>
12050
12051         * text.C (fill): return 0 instead of 20 as this seems to be the more
12052         correct value.
12053
12054 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12055
12056         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12057         lyxrc.font_norm.
12058
12059 2001-08-13  Juergen Vigna  <jug@sad.it>
12060
12061         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12062         casesensitive off.
12063         (SearchBackward): comment out the unlocking of the inset_owner this
12064         should not be needed!
12065
12066 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12067
12068         * Many files: Remove inherit_language, and add latex_language
12069
12070         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12071         collapsible insets.
12072
12073 2001-08-10  Juergen Vigna  <jug@sad.it>
12074
12075         * text.C (prepareToPrint): fixed hfill-width in draw!
12076
12077         * BufferView2.C (selectLastWord): save the selection cursor as this
12078         now is cleared in the function LyXText::clearSelection!
12079
12080 2001-08-08  Juergen Vigna  <jug@sad.it>
12081
12082         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12083         BACKSPACE type functions.
12084
12085         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12086         is only cutted from the document but not put in the cut-buffer, where
12087         still the old stuff should be.
12088
12089         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12090
12091         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12092
12093         * tabular.C (SetWidthOfCell): fixed special case where the width
12094         was not updated!
12095         (LeftLine): handle '|' in align_special.
12096         (RightLine): ditto
12097         (LeftAlreadyDrawed): ditto
12098         (SetWidthOfCell): ditto
12099
12100 2001-08-07  Juergen Vigna  <jug@sad.it>
12101
12102         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12103
12104 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12105
12106         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12107         * lyxlex.[hC]: ditto
12108
12109 2001-08-06  Juergen Vigna  <jug@sad.it>
12110
12111         * text.C (getVisibleRow): fix up row clearing a bit.
12112
12113 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12114
12115         * minibuffer.C: make sure the X server sees the changes in the input.
12116
12117 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12118
12119         * paragraph.C (getFont): split into...
12120         (getLabelFont): this
12121         (getLayoutFont): and this
12122         * paragraph_pimpl.C (realizeFont): calling this
12123
12124         * text2.C (getFont): split into...
12125         (getLayoutFont): this
12126         (getLabelFont): and this
12127         (realizeFont): all three calling this
12128
12129         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12130         files where used.
12131
12132 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12133
12134         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12135
12136 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12137
12138         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12139         layouts from the Quote inset insertion.
12140
12141 2001-08-03  Juergen Vigna  <jug@sad.it>
12142
12143         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12144
12145         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12146         only if status not is already CHANGED_IN_DRAW (second level).
12147
12148         * text.C (draw): don't set the need_break_row when inside an
12149         InsetText LyXText.
12150
12151 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12152
12153         * buffer.C (parseSingleLyXformat2Token): handle more latex
12154         conversion cases.
12155
12156         * bufferview_funcs.[hC]: change function names to
12157         begin with small char, adjust other files.
12158
12159 2001-08-02  André Pönitz <poenitz@gmx.net>
12160
12161         * lyxfunc.C:
12162         BufferView_pimpl.C: remove broken special code for math-greek
12163
12164 2001-08-02  Juergen Vigna  <jug@sad.it>
12165
12166         * BufferView_pimpl.C (update): redone this function so that we
12167         update the text again if there was a CHANGE_IN_DRAW.
12168
12169         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12170         (drawFromTo): added a new internal bool which is used by draw() and
12171         redraw() function.
12172         (general): some cursor drawing problems fixed.
12173
12174 2001-08-01  Juergen Vigna  <jug@sad.it>
12175
12176         * lyxfind.C (LyXFind): fixed
12177         (SearchForward): ditto
12178         (SearchBackward): ditto
12179
12180         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12181         spurius drawing of the cursor in the main area.
12182
12183         * text2.C (status): small fix which could lead to a segfault!
12184         (clearSelection): remove unneeded BufferView param.
12185
12186 2001-08-01  André Pönitz <poenitz@gmx.net>
12187
12188         * lyxfunc.C: small change due to changed mathed interface
12189
12190 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12191
12192         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12193
12194 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12195
12196         * lyxfunc.c: fail gracefully if file doesn't exist
12197
12198         * LyXSendto.C:
12199         * buffer.C:
12200         * lyxfunc.C:
12201         * BufferView_pimpl.C: IsDirWriteable() proto changed
12202
12203         * LyXView.C: fix updateWindowTitle() to store the last title
12204
12205 2001-07-31  Juergen Vigna  <jug@sad.it>
12206
12207         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12208         the font (wrong since using of Paragraph::highestFontInRange).
12209
12210         * paragraph.C (highestFontInRange): added a default_size parameter.
12211
12212         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12213         (setHeightOfRow): reformat
12214
12215 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12216
12217         * converter.[hC] + affected files: move to (inital-char)lowercase
12218         function names.
12219
12220         * ParagraphParameters.C (ParagraphParameters): remove commented code
12221
12222         * PainterBase.[Ch]: remove commented code
12223
12224         * LaTeXFeatures.h: add "bool floats" for float.sty
12225
12226         * LaTeXFeatures.C (LaTeXFeatures): init floats
12227         (require): handle float
12228         (getPackages): do it with floats
12229
12230 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12231
12232         * BufferView_pimpl.C (Dispatch): improve handling of
12233         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12234
12235         * commandtags.h: #include lyxfont.h here temporarily to avoid
12236         keybinding bug.
12237
12238         * bufferlist.h: include LString.h here.
12239
12240 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12241
12242         * text2.C (getStringToIndex): new method.
12243
12244 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12245
12246         * *: Reduced header file dependencies all over.
12247
12248 2001-07-30  Baruch Even  <baruch@lyx.org>
12249
12250         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12251
12252 2001-07-29  Baruch Even  <baruch@lyx.org>
12253
12254         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12255
12256 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12257
12258         * ParameterStruct.h (endif): add a default constructor to make
12259         sure that all variables is initialized.
12260
12261         * ParagraphParameters.C (ParagraphParameters): adjust
12262
12263 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12264
12265         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12266         index; also, check that there is something to index, and that it
12267         does not span over several paragraphs.
12268         (doubleClick): use WHOLE_WORD_STRICT for double click.
12269
12270         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12271
12272         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12273         scheme.
12274
12275 2001-07-26  Baruch Even  <baruch@lyx.org>
12276
12277         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12278         an InsetFig figure, backwards compatible reading of old figure code.
12279
12280 2001-07-27  Juergen Vigna  <jug@sad.it>
12281
12282         * text2.C: font.realize function adaption.
12283
12284         * text.C (draw): add a warnings lyxerr text if needed.
12285
12286         * layout.C: font.realize function adaption.
12287
12288         * language.C: add inherit_language and implement it's handlings
12289
12290         * bufferview_funcs.C (StyleReset): remove language parameter from
12291         font creation (should be language_inherit now).
12292
12293         * bufferparams.C (writeFile): handle ignore_language.
12294
12295         * paragraph.C (getFontSettings): the language has to be resolved
12296         otherwise we have problems in LyXFont!
12297
12298         * lyxfont.C (lyxWriteChanges): added document_language parameter
12299         (update): removed unneeded language parameter
12300
12301         * paragraph.C (validate): fixed wrong output of color-package when
12302         using interface colors for certain fonts in certain environments,
12303         which should not seen as that on the final output.
12304
12305 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12306
12307         * BufferView_pimpl.C:
12308         * Thesaurus.h:
12309         * Thesaurus.C:
12310         * Makefile.am:
12311         * commandtags.h:
12312         * LyXAction.C: add thesaurus support
12313
12314         * lyxfind.h:
12315         * lyxfind.C: add "once" parameter, for thesaurus, to not
12316           move to the next match
12317
12318 2001-07-26  Juergen Vigna  <jug@sad.it>
12319
12320         * lyxfont.C (realize): honor ignore_language too!
12321         (resolved): ditto.
12322
12323         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12324
12325         * text.C (draw): one place more for ignore_language to not draw
12326         itself!
12327
12328 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12329
12330         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12331
12332 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12333
12334         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12335         the minipage conversion problem.
12336
12337 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12338
12339         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12340         insert an inset.
12341
12342 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12343
12344         * BufferView.h: don't forward declare WorkArea
12345
12346         * BufferView.C: don't include WorkArea.h
12347
12348 2001-07-25  André Pönitz <poenitz@gmx.net>
12349
12350         * commandtags.h:
12351         * LyXAction.C:
12352         * lyxfunc.C:  new LFUN 'math-space'
12353
12354         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
12355
12356 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12357
12358         * text2.C (toggleInset): call open/close
12359
12360 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12361
12362         * lyxfunc.C (dispatch): add debug for the disabled case
12363
12364         * font.C (buttonText): make similar to rectText
12365
12366         * buffer.C (readInset): comment out parsing of insetlist and
12367         insttheorem
12368
12369         * PainterBase.C (rectText): small correction
12370
12371         * BufferView_pimpl.C: comment out insettheorem and insetlist
12372         * LyXAction.C: ditto
12373         * commandtags.h: ditto
12374
12375 2001-07-24  Juergen Vigna  <jug@sad.it>
12376
12377         * text.C (draw): honor the ignore_language.
12378
12379         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
12380
12381 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12382
12383         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
12384         char inset.
12385
12386 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12387
12388         * lyxtext.h: remove unused (and unimplemented) methods
12389
12390 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12391
12392         * text.C (getVisibleRow): honor background color
12393
12394         * PainterBase.h:
12395         * Painter.h: remove default color argument for fillRectangle
12396
12397         * text.C (backgroundColor): new method
12398
12399 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12400
12401         * text.C (getVisibleRow): adjust
12402
12403         * font.[Ch] (rectText): new method, metrics
12404         (buttonText): new method, metrics
12405
12406         * PainterBase.[hC]: make rectText and buttonText always draw and take
12407         fewer paramteres.
12408
12409 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12410
12411         * ToolbarDefaults.C (read):
12412         * MenuBackend.C (read): allow escaping in all strings
12413
12414         * BufferView_pimpl.C (insertAndEditInset): new method.
12415         (Dispatch): use insertAndEditInset whenever appropriate.
12416
12417         * BufferView_pimpl.C (insertNote): removed
12418
12419         * BufferView_pimpl.C (smartQuote): new method, moved from
12420         BufferView; if an insetquote cannot be inserted, insert a '"'
12421         character instead.
12422
12423         * BufferView2.C: remove insertCorrectQuote();
12424
12425         * lyxfunc.C (getStatus): Add support for all remaingin
12426         inset-insert lfuns.
12427
12428         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
12429
12430         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
12431         command (necessary to pass " as parameter of self-insert.
12432
12433         * text.C (selectWordWhenUnderCursor):
12434         (selectWord): add word_location parameter
12435         (selectWordWhenUnderCursor): same + remove special code for word
12436         boundary.
12437         (selectNextWord): use kind() to guess type of insetspecialchar,
12438         not latex().
12439
12440         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
12441         (insertErtContents): create ert insets as collapsed.
12442         (readInset): better compatibility code for Info inset.
12443
12444 2001-07-20  Juergen Vigna  <jug@sad.it>
12445
12446         * lyxfunc.C (dispatch): use always LyXFind now!
12447
12448         * text2.C (init): add a reinit flag so that the LyXText can be
12449         reinited instead of deleted and reallocated (used in InsetText).
12450
12451         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
12452
12453         * text.C: ditto
12454
12455         * text2.C: ditto
12456
12457 2001-07-18  Juergen Vigna  <jug@sad.it>
12458
12459         * text.C (selectNextWord): handle insets inside inset by calling
12460         always the bv->text functions so that we can go up the_locking_inset!
12461
12462         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
12463         in strange locations when inside an inset!
12464
12465         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
12466         handling to include insets.
12467
12468         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
12469
12470 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12471
12472         * LyXAction.C (init):
12473         * commandtags.h:
12474         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
12475         LIGATURE_BREAK, since the name is so stupid.
12476
12477 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12478
12479         * buffer.C (readInset): enable reading of new InsetNotes as well as old
12480         InsetInfos.
12481
12482         * FontLoader.C: remove FORMS_H_LOCATION cruft.
12483
12484         * sp_form.[Ch]: remove.
12485
12486         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
12487
12488         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
12489         InsetInfo.
12490
12491         * src/buffer.C (readInset): ditto.
12492
12493 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12494
12495         * BufferView_pimpl.C (specialChar): new method. Obsoletes
12496         menuSeparator(), endOfSentenceDot(), ldots() and
12497         hyphenationPoint(), which are therefore removed.
12498         (Dispatch): handle LFUN_HYPHENATION_BREAK.
12499
12500         * LyXAction.C (init):
12501         * commandtags.h: add LFUN_HYPHENATION_BREAK.
12502
12503         * paragraph.C (getWord): removed.
12504
12505         * BufferView_pimpl.C (Dispatch): use last word or selection for
12506         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
12507
12508         * lyx_main.C (queryUserLyXDir): do not ask before creating
12509         user_dir, except if it has been named explicitely.
12510
12511 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12512
12513         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
12514         a document of zero size.
12515
12516 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
12517
12518         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
12519         approriately in the c-tor and in require().
12520         (getPackages): output the appropriate LaTeX for natbib support.
12521
12522         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
12523         variables "use_natbib" and "use_numerical_citations" when reading the
12524         LyX file.
12525         (readInset): read the various natbib cite commands.
12526         (validate): white-space change.
12527
12528         * bufferparams.[Ch]: new variables "bool use_natbib" and
12529         "bool use_numerical_citations".
12530         (writeFile): output them in the LyX file.
12531
12532 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12533
12534         * lyxfunc.C (getStatus): add support for all the inset insertion
12535         commands.
12536
12537         * text2.C (insertInset):
12538         * paragraph.C (insetAllowed):
12539         * BufferView_pimpl.C (insertInset): update to take in account the
12540         renaming of insertInsetAllowed
12541
12542         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
12543
12544         * text2.C (getInset): new method. returns inset at cursor position.
12545
12546         * BufferView_pimpl.C (Dispatch): changes because of this.
12547
12548         * LyXAction.C (init): rename open-stuff to inset-toggle.
12549
12550         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
12551
12552         * text2.C (toggleInset): renamed from openStuff; use
12553         Inset::open().
12554
12555 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
12556
12557         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
12558
12559         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
12560
12561 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
12562
12563         * buffer.C (readLyXformat2): Add filename to the error dialog
12564
12565 2001-07-18  Juergen Vigna  <jug@sad.it>
12566
12567         * tabular.C (GetCellNumber): put an assert here instead of the check!
12568
12569 2001-07-17  Juergen Vigna  <jug@sad.it>
12570
12571         * BufferView_pimpl.C (toggleSelection): adapted too.
12572
12573         * text.C (selectNextWord): adapted for use with insets.
12574         (selectSelectedWord): ditto
12575
12576 2001-07-17  Juergen Vigna  <jug@sad.it>
12577
12578         * sp_spell.C (PSpell): fix initialitation order.
12579
12580 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12581
12582         * paragraph.C: spacing
12583
12584 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
12585
12586         * sp_spell.C: repair language selection for pspell
12587
12588 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12589
12590         * lyxfunc.h: change more methods to begin with lower char.
12591
12592 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
12593
12594         * buffer.C (parseSingleLyXformat2Token): Generate error insets
12595         for unknown layouts.
12596
12597 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
12598
12599         * buffer.C (readLyXformat2): Generate an error dialog if there are
12600         unknown layouts.
12601
12602 2001-07-16  Juergen Vigna  <jug@sad.it>
12603
12604         * sp_spell.C: always compile ISpell part.
12605
12606         * lyxrc.C: added use_pspell entry and it's handling.
12607
12608 2001-07-13  Juergen Vigna  <jug@sad.it>
12609
12610         * sp_spell.C: removed double includes.
12611
12612 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
12613
12614         Consistent use of Lsstream.h:
12615         * Lsstream.h: added using std::stringstream for consistencies sake.
12616
12617         * buffer.C: removed using std::stringstream
12618
12619         * lyxfont.C (stateText):
12620         * paragraph.C (asString):
12621         * text.C (selectNextWord, selectSelectedWord):
12622         * text2.C (setCounter):
12623         * vspace.C (asString, asLatexString):
12624         std::ostringstream -> ostringstream.
12625
12626 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12627
12628         * LyXAction.C: add LFUN_HELP_ABOUTLYX
12629         * commandtags.h: add LFUN_HELP_ABOUTLYX
12630         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
12631
12632 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12633
12634         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
12635         cursorToggle()
12636         * lyx_gui_misc.C: remove spellchecker
12637         * lyxfunc.C: showSpellchecker
12638         * sp_base.h: added
12639         * sp_ispell.h: added
12640         * sp_pspell.h: added
12641         * sp_spell.C: added
12642         * sp_form.[Ch]: removed
12643         * spellchecker.[Ch]: removed
12644
12645 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
12646
12647         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
12648         is set.
12649         (simpleTeXSpecialChars): Simply print the input character without
12650         any special translation if pass_thru is set.
12651
12652         * layout.h: Added bool pass_thru to layout class for being able to
12653         implement pass through of a paragraph for Literate Programming.
12654
12655         * layout.C: add LT_PASS_THRU to LayoutTags enum.
12656         * layout.C (LyXLayout): set pass_thru to flase in constructor.
12657         * layout.C (Read): add "passthru" to list of layout tags and add
12658         code to set the pass_thru boolean when it is read.
12659
12660 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12661
12662         * trans_decl.h: remove allowed from KmodInfo
12663
12664         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
12665         remove allowed code
12666         (Load): adjust
12667
12668         * paragraph_pimpl.C (erase): use boost::prior
12669
12670         * Painter.C (text): use data() instead of c_str() when length is
12671         also provided.
12672         * WorkArea.C (putClipboard): ditto
12673         * font.h (width): ditto
12674
12675         * BufferView2.C: use it-> instead of (*it). for iterators
12676         * texrow.C: ditto
12677         * paragraph_pimpl.C: ditto
12678         * paragraph.C: ditto
12679         * minibuffer.C: ditto
12680         * language.C: ditto
12681         * kbmap.C: ditto
12682         * encoding.C: ditto
12683         * counters.C: ditto
12684         * converter.C: ditto
12685         * chset.C: ditto
12686         * Variables.C: ditto
12687         * TextCache.C: ditto
12688         * MenuBackend.C: ditto
12689         * LyXAction.C: ditto
12690         * LColor.C: ditto
12691         * FloatList.C: ditto
12692         * DepTable.C: ditto
12693         * ColorHandler.C (LyXColorHandler): ditto
12694
12695 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12696
12697         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
12698
12699         * text2.C (openStuff): reintroduce this method (which had been
12700         nuked in NEW_INSETS frenzy).
12701
12702         * lyxfunc.C (Dispatch): when an action has not been handled, use
12703         its name in the error message, not its number.
12704
12705         * paragraph.C (inInset): change method name to begin with lowercase.
12706
12707         * undo_funcs.C:
12708         * text2.C: updates because of this.
12709
12710 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12711
12712         * ToolbarDefaults.C (add): add spaces in error message
12713
12714 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12715
12716         * buffer.C (readLyXformat2): initialize the ert comp. variables.
12717         (readLyXformat2): rename return_par to first_par, use lyxlex's
12718         pushToken and remove the manual push handling.
12719         (parseSingleLyXformat2Token): add another ert comp. variable:
12720         in_tabular, rename return_par to first_par. handle newlines better
12721
12722 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12723
12724         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
12725
12726 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12727
12728         * text2.C (getParFromID): removed
12729
12730         * buffer.C (getParFromID): new method moved form lyxtext.
12731         * BufferView2.C (insertErrors): adjust
12732         (setCursorFromRow): adjust
12733         * BufferView_pimpl.C (restorePosition): adjust
12734         * lyxfunc.C (Dispatch): adjust
12735         * undo_funcs.C (textUndo): adjust
12736         (textRedo): adjust
12737         (textHandleUndo): adjust
12738         (textHandleUndo): adjust
12739
12740 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12741
12742         * buffer.C: up' the LYX_FORMAT
12743
12744         * lyxfont.h: turn NO_LATEX on as default
12745
12746         * buffer.C (insertErtContents): new methods of tex style compability.
12747         (parseSingleLyXformat2Token): use it several places.
12748         * tabular.C (OldFormatRead): and here
12749
12750 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12751
12752         * text2.C: remove some commented code.
12753         reindent file.
12754
12755         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
12756         * trans.C: changes because of the above.
12757
12758 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
12759
12760         * text2.C (setCounter): Fix counters bug with bibliography layout.
12761
12762 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12763
12764         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
12765         own member functions
12766         (simpleTeXSpecialChars): ditto
12767
12768 2001-07-06  Juergen Vigna  <jug@sad.it>
12769
12770         * a lot of files: changed the access to LyXText::status and the
12771         call of undo-functions.
12772
12773         * undo.[Ch]: added a inset_id to the undo informations.
12774
12775         * undo_funcs.[Ch]: added and moved here all undo functions.
12776
12777         * lyxtext.h: give the status enum a weight, made status_ a private
12778         variable and made accessor functions for it, removed the whole bunch
12779         of undo-functions as they are now in their own file, make some
12780         functions publically available. Added function ownerParagraph with
12781         int parameter.
12782
12783         * paragraph.[Ch]: added "bool same_ids" to the constructor,
12784         made InInset() a const function, added getParFromID() function.
12785
12786         * buffer.[Ch]: added const version for inset_iterator functions,
12787         added getInsetFromID() function.
12788
12789         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
12790         changed undo functions for new version.
12791
12792 2001-07-05  Juergen Vigna  <jug@sad.it>
12793
12794         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
12795         unknow mechanism does not call the proper constructor but only this
12796         one also if I request the other!?
12797
12798 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12799
12800         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
12801
12802         * text2.C (LyXText): use initialization lists.
12803
12804         * lyxtext.h (Selection): initialize set_ and mark_
12805         (init): remove method
12806
12807 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
12808
12809         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
12810
12811 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12812
12813         * screen.[Ch]: change method names to begin with lowercase
12814
12815         * BufferView_pimpl.C (updateScrollbar): simplify further and
12816         hopefully make it a bit faster.
12817
12818 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12819
12820         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
12821         calling directly xforms functions.
12822
12823         * Painter.C (Painter):
12824         * lyx_cb.C (MenuWrite):
12825         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
12826         fl_display.
12827
12828         * lyx_gui.C: remove bogus guiruntime extern declaration.
12829
12830 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12831
12832         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
12833         in NEW_INSETS
12834         (redoDrawingOfParagraph): ditto
12835         (redoParagraphs): ditto
12836         (cutSelection): don't create a object for CutAndPaste use the
12837         static method directly
12838         (pasteSelection): ditto
12839
12840         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
12841         LyXview (+ rename)
12842
12843 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12844
12845         * modifications to some other files because of this.
12846
12847         * Makefile.am (lyx_SOURCES): add XFormsView
12848
12849         * XFormsView.[Ch]: new files
12850
12851         * LyXView.[Ch]: make LyXView a base class for the gui handling for
12852         the main window. Move the gui dependent stuff to XFormsView
12853
12854 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12855
12856         * tabular.C (GetCellInset): update cur_cell also in the row/col
12857         version of this function.
12858
12859         * lyxfunc.C: no need to include figure_form.h here.
12860
12861         * FontLoader.h:
12862         * lyxfunc.h:
12863         * lyxscreen.h:
12864         * text2.C:
12865         * lyxvc.C: no need to include forms.h here.
12866
12867 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12868
12869         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
12870
12871         * lyxfunc.C (Dispatch):
12872         * Spacing.C (set):
12873         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
12874         constructor argument.
12875
12876 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12877
12878         * paragraph.C (Paragraph): dont't clear, and just set layout.
12879         (makeSameLayout): use params's copy contructor.
12880
12881         * ParagraphParameters.[Ch] (makeSame): delete method
12882
12883 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
12884
12885         * Variables.[Ch]: fix indentation, rename set to isSet
12886
12887 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12888
12889         * lyxfunc.C (Dispatch): fix typo
12890
12891 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12892
12893         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
12894         upper_bound.
12895
12896         * bufferlist.C: include assert.h for emergencyWrite().
12897
12898 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12899
12900         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
12901           give up at last (bug #425202) !
12902
12903 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
12904
12905         * lyx_gui_misc.C:
12906         * sp_form.h:
12907         * sp_form.C:
12908         * spellchecker.h:
12909         * spellchecker.C: strip spellchecker options and bring up
12910           preferences tab instead
12911
12912 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12913
12914         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
12915         the istringstream constructor
12916
12917 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12918
12919         * paragraph.C (getLayout): fix return value
12920
12921         * paragraph.h: do not declare getLayout as inline.
12922
12923         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
12924
12925 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12926
12927         * lyxcursor.h (operator<): new func
12928         (operator>): new func
12929         (operator>=): new func
12930         (operator<=): new func
12931
12932         * text.C (changeCase): use selection.start and selection.end
12933         (changeRegionCase): require from to be <= to. Require par to be a
12934         valid paragraph.
12935
12936         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
12937
12938 2001-06-27  Juergen Vigna  <jug@sad.it>
12939
12940         * text.C (cursorLeftOneWord): changed to return the cursor and added
12941         overlay with BufferView * parameter which calls this one.
12942         (getWord): added
12943         (selectWord): use new getWord function.
12944         (changeCase): renamed from changeWordCase as and extended to work
12945         also on selections.
12946
12947         * lyxtext.h: added enum word_location
12948
12949         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
12950         changeCase as this operates now also on selections.
12951
12952 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
12953
12954         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
12955
12956         * many files: send debug output to Debug::INFO instead of
12957         Debug::ANY.
12958
12959         * converter.C (View):
12960         (Convert):
12961         (Move): send debug output to Debug::FILES instead of console.
12962
12963 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
12964
12965         * lyxfunc.C (getStatus): use func_status
12966
12967         * func_status.h: new header, describing the results of
12968         LyXFunc::getStatus;
12969
12970         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
12971         LFUN_MATH_HALIGN.
12972
12973 2001-06-25  The LyX Project  <jug@sad.it>
12974
12975         * buffer.C (sgmlOpenTag):
12976         (sgmlCloseTag):
12977         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
12978
12979 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12980
12981         * text2.C: remove some dead code
12982
12983         * tabular.C (GetCellInset): store the last cell checked (gotten)
12984
12985         * tabular.h: add the helper for the speedup
12986
12987         * lyxtext.h: remove some dead code
12988
12989 2001-06-26  The LyX Project  <Asger>
12990
12991         * paragraph.C: Change export to LaTeX of alignment to
12992         \begin{center} and family for better roundtrip work with reLyX.
12993
12994         * Tune the math drawing a bit.
12995
12996 2001-06-25  The LyX Project  <Asger>
12997
12998         * LColor.C (LColor): New color for math background. New color
12999         for buttons.
13000
13001 2001-06-25  The LyX Project  <jug@sad.it>
13002
13003         * lyxfunc.C (MenuNew): remove extra check for .lyx file
13004
13005         * lyxfunc.C (Open):
13006         * bufferlist.C (newFile): do not restrict to files ending with
13007         .lyx
13008
13009         * BufferView_pimpl.C (MenuInsertLyXFile):
13010
13011 2001-06-24  The LyX Project  <jug@sad.it>
13012
13013         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
13014         of compare_no_case
13015
13016 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13017
13018         * lyxtext.h: rename most methods to begin with a small char.
13019         Lots of changes because of this.
13020
13021         * paragraph.C (Paragraph): do not call fitToSize
13022         (erase): call Pimpl::erase
13023         (insertChar): call Pimpl::insertChar
13024         (insertInset): call Pipl::insertInset
13025         (breakParagraph): do not call fitToSize
13026         (breakParagraphConservative): do not call fitToSize
13027         (fitToSize): remove method
13028
13029         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13030
13031 2001-06-24  The LyX Project  <Asger>
13032
13033         * Fix Qt compilation^2
13034
13035 2001-06-24  The LyX Project  <jug@sad.it>
13036
13037         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13038         depthHook(getDepth()-1).
13039
13040         * paragraph.h:
13041         * ParagraphParameters.h:
13042         * ParameterStruct.h: change type of depth to unsigned int ==
13043         depth_type. Many adaptations to other files before of that.
13044
13045 2001-06-24  The LyX Project  <Asger>
13046
13047         * Fix Qt compilation.
13048
13049 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13050
13051         * paragraph.h: renamed several methods to begin with small letter.
13052         several changes to many parts of the code because of this.
13053
13054 2001-06-23  The LyX Project  <jug@sad.it>
13055
13056         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13057         rewritten to discard all double spaces when KeepEmpty is off
13058         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13059         to only handle newlines but not fiddle with spaces and friends.
13060
13061         * lyxfunc.C (MenuNew): when doing 'new from template', use
13062         template_path as default directory
13063
13064 2001-06-23  The LyX Project  <Asger>
13065
13066         * Clean-up of header file includes all over
13067         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13068
13069 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13070
13071         * paragraph.h: renamed from lyxparagraph.h
13072
13073 2001-06-23  Asger  <lyx@violet.home.sad.it>
13074
13075         * Buffer.h: Removed Buffer::resize
13076         * BufferList.h: Removed BufferList::resize
13077         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13078         the document lazily when we change the width, or the font settings.
13079
13080 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13081
13082         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13083
13084 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13085
13086         * buffer.h: remove out of date comment
13087
13088 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13089
13090         * lyxscreen.h:
13091         * screen.C: fix "theoretical" GC leak
13092
13093 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13094
13095         * LaTeX.C (scanAuxFile):
13096         (deplog): remove trailing \r when reading stream (useful under
13097         win32)
13098
13099 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13100
13101         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13102         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13103         and BufferView::theLockingInset(Inset*), so should use them and not
13104         access bv_->text->the_locking_inset directly.
13105
13106         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13107
13108 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13109
13110         * Makefile.am:
13111         * tex-defs.h: remove old unused file
13112
13113 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13114
13115         * BufferView_pimpl.C: fix typo, remove minibuffer message
13116           when buffer has loaded
13117
13118 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13119
13120         * lyxfunc.C (Dispatch): use stringstream
13121         (MenuNew): use stringstream
13122         (Open): use stringstream
13123
13124         * importer.C (Import): use stringstream
13125
13126         * bufferview_funcs.C (CurrentState): use stringstream
13127
13128         * LaTeX.C (run): use stringstream
13129
13130         * BufferView_pimpl.C (savePosition): use stringstream
13131         (restorePosition): use stringstream
13132         (MenuInsertLyXFile): use stringstream
13133
13134 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13135
13136         * BufferView.C:
13137         * Bullet.C:
13138         * ColorHandler.C:
13139         * FontInfo.C:
13140         * FontLoader.C:
13141         * LColor.C:
13142         * LaTeXFeatures.C:
13143         * Painter.C:
13144         * gettext.C:
13145         * lyx_gui_misc.C:
13146         * lyxserver.C:
13147         * vspace.C: removed // -*- C++ -*- as first line.
13148
13149         * lyxfind.h:
13150         * version.h: added // -*- C++ -*- as first line.
13151
13152 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13153
13154         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13155
13156         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13157         of string
13158
13159 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13160
13161         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13162         of floats.
13163
13164 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13165
13166         * gettext.C: include LString.h even when --disable-nls is on.
13167
13168 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13169
13170         * converter.h (Get): changed argument type from int to
13171         FormatList::size_type to avoid unnecessary conversion.
13172
13173         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13174         before using it.
13175
13176 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13177
13178         * gettext.h: include LString.h even when --disable-nls is on.
13179
13180 2001-06-07  Juergen Vigna  <jug@sad.it>
13181
13182         * text.C (BreakAgain): subst spaces with tabs.
13183
13184         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13185         (resizeInsetsLyXText): set force on resizeLyXText.
13186
13187 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13188
13189         * gettext.h (gettext_init):
13190         (locale_init): use a real definition instead of a macro
13191
13192 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13193
13194         * Bufferview_pimpl.C:
13195         * LColor.h:
13196         * LColor.C: further lcolor tidies
13197
13198 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13199
13200         * BufferView_pimpl.C (updateScrollbar): simplify.
13201
13202         * BufferView2.C: don't include insets/insetinfo.h, change
13203         prototype for insertInset and call the Pimpl version. let
13204         updateInset call Pimpl version.
13205
13206         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13207         gotoInset to BufferView::Pimpl
13208
13209 2001-06-01  Juergen Vigna  <jug@sad.it>
13210
13211         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13212         inside a LockingInset (is the update needed at all?).
13213
13214 2001-05-31  Juergen Vigna  <jug@sad.it>
13215
13216         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13217         here not the old one otherwise how should we compare it afterwards
13218         if it's the same!
13219
13220 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13221
13222         * lyxfont.C:
13223         * tabular.C:
13224         * tabular-old.C:
13225         * FontInfo.C: bring C functions into global namespace when
13226         necessary
13227
13228 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13229
13230         * LString.h: make sure config.h has been loaded before LString.h.
13231
13232         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13233         (one for each char read by EatLine!).
13234
13235         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13236         variables.
13237
13238 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13239
13240         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13241         to the same as the par we break from
13242
13243 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13244
13245         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13246
13247         * MenuBackend.C (expand): also create menu entries for wide
13248         versions of the floats.
13249
13250         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13251
13252         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13253
13254         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13255         frontends/Makefile.am
13256
13257         * text2.C: adjust
13258         * text.C: adjust
13259
13260
13261         * tabular.C (getTokenValue): add std::
13262
13263         * tabular-old.C (getTokenValue): add std::
13264         (getTokenValue): ditto
13265         (getTokenValue): ditto
13266
13267         * screen.C (ToggleSelection): adjust
13268
13269         * lyxtext.h: put selection cursors inside a Selection struct.
13270
13271         * lyxfunc.C (moveCursorUpdate): adjust
13272
13273         * lyxfont.C (latexWriteStartChanges): add std::
13274
13275         * lyxfind.C: adjust
13276
13277         * font.h: delete with(char const *, LyXFont const &)
13278
13279         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13280
13281         * FontInfo.C (getFontname): add std::
13282
13283         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13284         (workAreaButtonPress): adjust
13285         (tripleClick): adjust
13286         (update): adjust
13287         (moveCursorUpdate): adjust
13288         (Dispatch): adjust
13289
13290         * BufferView2.C (gotoInset): adjust
13291
13292 2001-05-30  Juergen Vigna  <jug@sad.it>
13293
13294         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13295         to check pspell I add this as default as I now have new pspell
13296         libraries and they seem to use this.
13297
13298 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13299
13300         * text2.C (CutSelection): make the cursor valid before the call to
13301         ClearSelection.
13302
13303 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13304
13305         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13306         relied on 0 terminated strings and other horrors. Bug found due to
13307         the new assert in lyxstring!
13308
13309         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13310         KP_ keys.
13311
13312 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13313
13314         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13315         to latinkeys.bind.
13316
13317         * lyxfunc.C (processKeySym): change method of getting to the
13318         self-insert char.
13319
13320         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13321         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13322         * BufferView_pimpl.[Ch]: here as private methods.
13323
13324 2001-05-28  Juergen Vigna  <jug@sad.it>
13325
13326         * text.C (SetHeightOfRow): added the update() call again as it is
13327         needed to initialize inset dimensions!
13328
13329 2001-05-16  Juergen Vigna  <jug@sad.it>
13330
13331         * text2.C (SetCharFont): Add new function with BufferView * and
13332         bool toggleall parameters for setting insets internal fonts.
13333         (SetFont): Freeze the undo as we may change fonts in Insets and
13334         all this change should be inside only one Undo!
13335
13336         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13337         setting font's in insets as for them we have the SetFont function!
13338
13339 2001-05-15  Juergen Vigna  <jug@sad.it>
13340
13341         * text2.C (ClearSelection): to be sure we REALLY don't have any
13342         selection anymore!
13343
13344         * tabular.C (TeXCellPreamble): fixed the left border problem for
13345         multicolumn cells.
13346
13347 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13348
13349         * LaTeX.C (deplog): Make sure that the main .tex file is in the
13350         dependancy file
13351
13352 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13353
13354         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
13355         LFUN_BREAKPARAGRAPH.
13356
13357         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
13358         help test to "internal only", similar for LFUN_INSERT_URL
13359
13360         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
13361         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
13362         auto_region_delete and deadkeys.
13363
13364 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
13365
13366         * LColor.h:
13367         * LColor.C: remove some dead entries, tidy a little
13368
13369 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13370
13371         * lyxfunc.C (processKeySym): comment the Escape handling, remove
13372         commented code.
13373         (Dispatch): implement LFUN_ESCAPE
13374
13375         * commandtags.h: add LFUN_ESCAPE
13376
13377         * LyXAction.C (init): add entry for LFUN_ESCAPE
13378
13379         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
13380         Remove commented code.
13381         (insertNote): moved here
13382         (open_new_inset): moved here
13383
13384         * BufferView[2].[Ch]: move insertNote and open_new_inset to
13385         BufferView_pimpl
13386
13387 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13388
13389         * kbmap.C (findbinding): clean it up and make it work correctly.
13390
13391         * lyx_main.C (init): do not pass argc and argv as parameters
13392
13393 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
13394
13395         * buffer.C: fix path for OS/2 & Win32
13396
13397         * lyx_gui.C:
13398         * lyx_main:
13399         * lyx_main.C: Added os:: class.
13400
13401         * os2_defines.h: update
13402
13403 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13404
13405         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
13406         better by trying again with reduced state.
13407
13408 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13409
13410         * lyxrc.C (read): print error about invalid key sequence only when
13411         debugging (because not all latinX keysyms are known to some X
13412         servers)
13413
13414         * kbsequence.C (getiso): add a few std:: qualifiers
13415         (getiso): comment out extra return statement.
13416
13417 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13418
13419         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
13420         handling.
13421         (Dispatch): enhance the accent inset a bit. (not perfect)
13422
13423 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13424
13425         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
13426
13427 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13428
13429         * bufferlist.C (emergencyWrite): fix assert() call
13430
13431 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
13432
13433         * text.C (InsertChar): Added trivial patch to only send the "you
13434         can not do multiple spaces this way" message once during a
13435         session.
13436
13437 2001-05-08  Baruch Even  <baruch@lyx.org>
13438
13439         * Makefile.am: Changed order of libraries to get LyX to link properly
13440         with the gnome frontend.
13441
13442 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13443
13444         * LaTeXFeatures.h: add a std:: qualifier
13445
13446 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13447
13448         * paragraph.C (String): use stringstream
13449
13450 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13451
13452         * paragraph.C (writeFile): remove footflag arg
13453
13454         * buffer.C (makeLaTeXFile): use stringstream
13455         (latexParagraphs): remove footnot gurba
13456
13457         * LaTeXFeatures.C (getPackages): use stringstream
13458         (getMacros): likewise
13459         (getTClassPreamble): likewise
13460         (getFloatDefinitions): new method
13461
13462         * paragraph.C (writeFile): reindent
13463         (Erase): reindent
13464
13465         * WorkArea.h: revert the xpos + etc changes.
13466
13467         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
13468
13469         * lyxparagraph.[Ch]: add copy constructor, remove Clone
13470
13471         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
13472         (pasteSelection): likewise
13473         * text2.C (CreateUndo): likewise
13474
13475 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13476
13477         * minibuffer.C (peek_event): temporarily reduce the functionality
13478         of the minibuffer (to allow args on lfuns)
13479
13480         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
13481         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
13482
13483         * buffer.C (readInset): add compability reading of old float
13484         lists, add reading of new style float list.
13485         (readInset): avoid reevaluation of inscmd.getCmdName()
13486         (getLists): reindent
13487
13488         * MenuBackend.C (MenuItem): implement parsing of
13489         md_floatlistinsert and md_floatinsert.
13490         (expand::LastFiles): move initalizaton of iterators out of loop,
13491         avoid reevaluation.
13492         (expand::Documents): introduce typdedef vector<string> Strings,
13493         and use it.
13494         (expand::ExportFormats): introduce typedef vector<Format const *>
13495         Formats, and use it.
13496         (expand): implement FloatListInsert and FloatInsert.
13497
13498         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
13499         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
13500         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
13501
13502         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
13503         handling.
13504         (Dispatch::LFUN_FLOAT_LIST): implement
13505
13506 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
13507
13508         * LaTeX.C (run): Fix problem with --export code.
13509
13510 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13511
13512         * BufferView.[Ch] (workarea): removed.
13513         (getClipboard) new method; wrapper for workarea()->getClipboard()
13514
13515         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
13516         bug.
13517
13518         * WorkArea.h (width, height, xpos, ypos): These methods all
13519         returned the dimensions of the work_area sub-area of WorkArea,
13520         resulting in a position error if the WorkArea were resized. Now
13521         return the dimensions of the entire WorkArea.
13522
13523         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
13524
13525 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13526
13527         * LaTeX.C (deplog): correct the syntax of regex reg1
13528
13529 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13530
13531         * undo.C: remove !NEW_INSETS cruft
13532
13533 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13534
13535         * text2.C: remove !NEW_INSETS cruft
13536
13537         * text.C: remove !NEW_INSETS cruft
13538
13539         * tabular.C: remove !NEW_INSETS cruft
13540
13541         * spellchecker.C: remove !NEW_INSETS cruft
13542
13543         * lyxtext.h: remove !NEW_INSETS cruft
13544
13545         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
13546
13547         * lyxfunc.C: remove !NEW_INSETS cruft
13548
13549         * lyxfind.C: remove !NEW_INSETS cruft
13550
13551         * lyx_cb.C: remove !NEW_INSETS cruft
13552
13553         * figureForm.C: remove  !NEW_INSETS cruft
13554
13555         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
13556
13557         * buffer.[Ch]: remove !NEW_INSETS cruft
13558
13559         * ToolbarDefaults.C: remove !NEW_INSETS cruft
13560
13561         * CutAndPaste.C: remove !NEW_INSETS cruft
13562
13563         * BufferView_pimpl.C: remove !NEW_INSETS cruft
13564
13565         * BufferView2.C: remove !NEW_INSETS cruft
13566
13567         * BufferView.h: remove !NEW_INSETS cruft
13568
13569 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13570
13571         * Lsstream.h: include LString.h before the sstream headers to
13572         fix problem with gcc 2.95.3 and lyxstring
13573
13574 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13575
13576         * lyx_main.C: add using directives when needed for C functions
13577         declared in std:: namespace.
13578
13579 2001-04-27  Juergen Vigna  <jug@sad.it>
13580
13581         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
13582         (SetHeightOfRow): comment out the update call should not be needed!
13583
13584 2001-04-13  Juergen Vigna  <jug@sad.it>
13585
13586         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
13587         (LyXTabular): tried to minimize operator= operations (and realized
13588         hopfully Lars wish).
13589
13590 2001-04-27  Juergen Vigna  <jug@sad.it>
13591
13592         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
13593
13594 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13595
13596         * lyxfunc.C (Dispatch): hack to make listof algorithm work
13597
13598         * buffer.C (readInset): hack to make listof algorithm work
13599
13600         * BufferView_pimpl.C: hack to make listof algorithm work
13601
13602 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13603
13604         * LyXAction.C: removed all !NEW_INSETS cruft
13605         (init): moved lfun_item in method
13606
13607         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
13608
13609 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13610
13611         * BufferView2.C (theLockingInset): white space.
13612
13613 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13614
13615         * minibuffer.C: include <iostream>
13616
13617         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
13618
13619         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
13620
13621         * commandtags.h: add LFUN_TRANSPOSE_CHARS
13622
13623         * text.[Ch] (TransposeChars): new method
13624
13625 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13626
13627         * call message directly through LyXView instead of through LyXFunc
13628         * BufferView2.C: adjust
13629         * BufferView_pimpl.C: adjust
13630         * FontLoader.C: adjust
13631         * buffer.C: adjust
13632         * bufferview_funcs.C: adjust
13633         * converter.C: adjust
13634         * figureForm.C: adjust
13635         * importer.C: adjust
13636         * lyx_cb.C: adjust
13637         * lyx_gui_misc.C: adjust
13638         * lyxfunc.C: adjust
13639         * lyxvc.C: adjust
13640         * text2.C: adjust
13641         + more files in subdirs
13642
13643         * lyxparagraph.h (size): move up int file
13644         (GetLayout): ditto
13645
13646         * adjust all uses of Assert to lyx::Assert.
13647
13648         * BufferView2.C (ChangeCitationsIfUnique): adjust for
13649         lyxfunctional in namespace lyx
13650         * layout.C (hasLayout): ditto
13651         (GetLayout): ditto
13652         (GetLayout): ditto
13653         (delete_layout): ditto
13654         (NumberOfClass): ditto
13655         * converter.C (GetFormat): ditto
13656         (GetNumber): ditto
13657         (Add): ditto
13658         (Delete): ditto
13659         (SetViewer): ditto
13660         * bufferlist.C (getFileNames): ditto
13661         (emergencyWriteAll): ditto
13662         (exists): ditto
13663         (getBuffer): ditto
13664         * MenuBackend.C (hasSubmenu): ditto
13665         (hasMenu): ditto
13666         (getMenu): ditto
13667         * BufferView_pimpl.C (getInsetByCode): ditto
13668
13669 2001-04-18  Juergen Vigna  <jug@sad.it>
13670
13671         * vspace.C (asLatexString): fixed the 100% problem.
13672
13673 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13674
13675         * lyxfunc.C (Dispatch):
13676         * minibuffer.C:
13677         * minibuffer.h: add a few std:: qualifiers
13678
13679 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13680
13681         * minibuffer.[Ch]: reimplement so that commands is initiated and
13682         run from lyxfunc, simplified som handling, and made the completion
13683         and history code for complete. wip.
13684
13685         * lyxfunc.C (processKeySym): call message
13686         (miniDispatch): new temporary method
13687         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
13688         (LFUN_MESSAGE): implement
13689         (LFUN_MESSAGE_PUSH): implement
13690         (LFUN_MESSAGE_POP): implement
13691         (initMiniBuffer): the initial/defualt minibuffer message.
13692
13693         * lyxfont.[Ch]: inline some more getters
13694
13695         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
13696
13697         * lyx_gui_misc.[Ch] (WriteStatus): remove method
13698
13699         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
13700         (AutoSave): use LFUN_MESSAGE
13701         (Reconfigure): ditto
13702
13703         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
13704
13705         * figureForm.C: use LFUN_MESSAGE
13706
13707         * converter.C (runLaTeX): use LFUN_MESSAGE
13708
13709         * bufferview_funcs.C: use LFUN_MESSAGE
13710         (Melt): ditto
13711         (changeDepth): ditto
13712
13713         * bufferparams.h: use boost::
13714
13715         * bufferlist.h: inherit privately from noncopyable
13716
13717         * bufferlist.C (loadLyXFile): remove some commented code.
13718
13719         * buffer.C (runChktex): use LFUN_MESSAGE
13720
13721         * ShareContainer.h: inherit privately from noncopyable
13722
13723         * ParagraphParameters.[hC] (depth): inline it.
13724
13725         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
13726         methods.
13727         (message): new method
13728         (messagePush): ditto
13729         (messagePop): ditto
13730         (show): init minibuffer
13731         (showState): direct call
13732
13733         * LaTeX.[Ch]: inherit privately from noncopyable
13734         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
13735         instead of WriteStatus.
13736
13737         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
13738
13739         * BufferView_pimpl.C (buffer): don't init minibuffer
13740         (workAreaButtonPress): use LFUN_MESSAGE
13741         (workAreaButtonRelease): ditto
13742         (savePosition): ditto
13743         (restorePosition): ditto
13744         (MenuInsertLyXFile): ditto
13745         (workAreaExpose): don't init minibuffer
13746         (update): remove commented code, simplify
13747
13748         * BufferView2.C (openStuff): use LFUN_MESSAGE
13749         (toggleFloat): ditto
13750         (menuUndo): ditto
13751         (menuRedo): ditto
13752         (copyEnvironment): ditto
13753         (pasteEnvironment): ditto
13754         (copy): ditto
13755         (cut): ditto
13756         (paste): ditto
13757         (gotoInset): ditto
13758         (updateInset): remove some commented code
13759
13760         * lastfiles.h: inherit privately from noncopyable
13761         * layout.h: ditto
13762         * lyx_gui.h: ditto
13763         * lyx_main.h: ditto
13764         * lyxlex.h: ditto
13765         * lyxlex_pimpl.h: ditto
13766
13767         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
13768         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
13769         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13770
13771         * LyXAction.h: inherit privately from noncopyable, add methods
13772         func_begin, func_end, returning iterators to the func map.
13773
13774         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
13775         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13776         (func_begin): new method
13777         (func_end): new method
13778
13779         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
13780         and not)
13781         (copySelection): ditto
13782         (pasteSelection): ditto
13783
13784         * BufferView.C: whitespace change
13785         * BufferView.h: inherit privately from noncopyable
13786
13787 2001-04-16  Allan Rae  <rae@lyx.org>
13788
13789         * tabular-old.C (l_getline):
13790         * spellchecker.C (sc_check_word):
13791         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
13792         an unrecognised preprocessor directive.  So ensure they're wrapped.
13793
13794 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
13795
13796         * src/exporter.C (Export): Give an error message when path to file
13797         contains spaces.
13798
13799 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
13800
13801         * LaTeX.C (deplog): Always check that foundfile exists.
13802
13803 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13804
13805         * lyx_main.h:
13806         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
13807
13808 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13809
13810         * tabular.[Ch] (getLabelList): implement new method
13811
13812         * minibuffer.h: comment ouf setTiimer
13813
13814         * minibuffer.C (ExecutingCB): constify res
13815         (peek_event): constify s
13816         (Set): constify ntext
13817         (Init): constify nicename
13818
13819         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
13820
13821         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
13822         (savePosition): use two params to Minibuffer::Set
13823         (restorePosition): ditto
13824
13825 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13826
13827         * lyx_main.C: include language.h
13828
13829         * Makefile.am (lyx_main.o): add language.h
13830
13831 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13832
13833         * exporter.C:
13834         * paragraph.C:
13835         * screen.C:
13836         * tabular.C:
13837         * CutAndPaste.C: include gettext.h
13838
13839         * lyxfont.h: remove old hack with ON and OFF.
13840
13841         * lyxparagraph.h:
13842         * lyxfont.h: do not include language.h...
13843
13844         * BufferView2.C:
13845         * LaTeXFeatures.C:
13846         * Painter.C:
13847         * bufferview_funcs.C:
13848         * font.C:
13849         * lyxfont.C:
13850         * text.C:
13851         * text2.C:
13852         * trans_mgr.C:
13853         * paragraph.C: ... but do it here instead
13854
13855 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13856
13857         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
13858
13859         * tabular.C: small reformat
13860
13861         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
13862         NEW_INSETS version
13863         (GetChar): ditto
13864         (BreakParagraph): ditto
13865         (SetOnlyLayout): ditto
13866         (SetLayout): ditto
13867
13868         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
13869         with one arg less.
13870
13871         * lastfiles.C: removed most using decl, add std:: where needed
13872
13873         * buffer.C: ws changes
13874
13875         * MenuBackend.C (class compare_format): put into anon namespace
13876         (expand): constify label, names, action, action2
13877         (expand):
13878
13879         * text.C (SingleWidth): constify font
13880         (IsBoundary): constify rtl2
13881         (GetVisibleRow): constify ww
13882
13883         * LaTeX.C (deplog): constify logfile
13884
13885         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
13886         start_x, end_x
13887         (workAreaExpose): constify widthChange, heightChange
13888
13889         * lyxrow.C (par): moved
13890         (height): moved
13891         (next): moved
13892         * lyxrow.h: as inlines here
13893
13894         * lyxfont.h (shape): moved from lyxfont.C
13895         (emph): moved from lyxfont.C
13896
13897         * lyxfont.C (LyXFont): use initialization list for all
13898         constructors
13899         (shape): move to lyxfont.h as inline
13900         (emph): move to lyxfont.h as inline
13901
13902
13903 2001-04-04  Juergen Vigna  <jug@sad.it>
13904
13905         * vspace.C: had to include stdio.h for use of sscanf
13906
13907 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
13908
13909         * BufferView.h:
13910         * BufferView_pimpl.h: remove xforms cruft. Both classes are
13911         independent of xforms.
13912
13913 2001-04-02  Juergen Vigna  <jug@sad.it>
13914
13915         * spellchecker.C: fixed namespace placing!
13916
13917 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
13918
13919         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
13920         the LyXParagraph * is 0.
13921
13922 2001-03-29  Juergen Vigna  <jug@sad.it>
13923
13924         * vspace.C: added support for %, c%, p%, l%.
13925         (stringFromUnit): added helper function.
13926         (asLatexString): changed to give right results for the %-values.
13927
13928         * buffer.C: convert the widthp in a width%.
13929
13930 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
13931
13932         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
13933         figureForm.[Ch].
13934
13935         * figureForm.[Ch]: stripped the FD_from_figure manipulation
13936         code out of lux_cb.[Ch], ready for its (imminent?) removal.
13937
13938         * lyx_cb.[Ch]: see above.
13939
13940         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
13941         form1.[Ch].
13942
13943         * form1.[Ch]:
13944         * lyx.[Ch]: replaced by figure_form.[Ch].
13945
13946         * lyx_gui.C:
13947         * lyx_gui_misc.C:
13948         * lyxfunc.C: changed headers associated with above changes.
13949
13950 2001-03-27  Juergen Vigna  <jug@sad.it>
13951
13952         * BufferView_pimpl.C: set the temporary cursor right!
13953
13954 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
13955
13956         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
13957
13958 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
13959
13960         * LString.h: removed "using std::getline"!
13961
13962         * BufferView_pimpl.C (Dispatch): changes due to changes in
13963         InsetInclude::Params.
13964
13965         * buffer.C (tag_name): removed redundant break statements as they were
13966         producing lots of warnings with my compiler.
13967
13968 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13969
13970         * LString.h: add "using std::getline" when using the real <string>.
13971
13972 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
13973
13974         * buffer.C: removed bitset usage.
13975         PAR_TAG moved to an anonymous name space.
13976         (tag_name): new funtion, also in the anonymous namespace.
13977         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
13978         (makeDocBookFile): clean code. Completed transition from string arrays
13979         to string vectors.
13980         (SimpleDocBookOnePar): code clean.
13981
13982 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13983
13984         * tabular.C: add some comments.
13985
13986 2001-03-22  Juergen Vigna  <jug@sad.it>
13987
13988         * buffer.C (parseSingleLyXformat2Token): redone the minipage
13989         compatibility read a bit and fixed bug with minipage in different
13990         depth.
13991
13992 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
13993
13994         * buffer.C (pop_tag): removed.
13995         (push_tag): removed.
13996         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
13997         array replaced with vector. Added support for CDATA sections.
13998         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
13999         at any nest level.
14000         (makeDocBookFile): XML conformant declaration of CDATA section,
14001         fixed bug related to <emphasis> in the first paragraph char.
14002         (sgmlOpenTag): exclude empty tags.
14003         (sgmlCloseTag): ditto.
14004
14005         * buffer.h (pop_tag): removed.
14006         (push_tag): removed.
14007
14008 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
14009
14010         * language.h (Languages): added size_type and size().
14011
14012 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14013
14014         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14015         response on compability reading of minipages. One probliem is that
14016         the old usage of minipages was «flertydig»
14017
14018         * several files here and in subdirs: don't use static at file
14019         scope use anon namespaces instead.
14020
14021 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14022
14023         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14024         LaTeX output. This is necessary for Literate document
14025         processing.
14026
14027 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14028
14029         * buffer.C: insert hfill when needed.
14030
14031         * tabular.C (l_getline): use string::erase, small whitespace change.
14032
14033         * BufferView_pimpl.C: try the anon namespace.
14034         * WorkArea.C: ditto
14035
14036 2001-03-16  Juergen Vigna  <jug@sad.it>
14037
14038         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14039         otherwise it won't open options-dialogs.
14040
14041         * buffer.C: honor pextraWidth(p) on converting minipages.
14042
14043         * tabular.C (l_getline): changed the functions to strip trailing \r.
14044
14045 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14046
14047         * BufferView_pimpl.C:
14048         * minibuffer..C: added "using SigC::slot" declaration.
14049
14050 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14051
14052         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14053
14054         * text2.C: ditto
14055
14056         * text.C: ditto
14057
14058         * paragraph.C: ditto
14059
14060         * lyxtext.h: NO_PEXTRA
14061
14062         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14063
14064         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14065         * ParameterStruct.h: ditto
14066         * ParagraphParameters.h: ditto
14067         * lyxparagraph.h: ditto
14068
14069 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14070
14071         * buffer.C: add compability for minipage alignment.
14072         (latexParagraphs): remove unwanted pextra check.
14073
14074         * several files: remove CXX_WORKING_NAMESPACES
14075
14076         * buffer.C (pop_tag): tie is in namespace boost
14077
14078         * BufferView.h: noncopyable is in namespace boost
14079         * lyxlex.h: ditto
14080         * lyx_main.h: ditto
14081         * lyx_gui.h: ditto
14082         * layout.h: ditto
14083         * lastfiles.h: ditto
14084         * bufferlist.h: ditto
14085         * ShareContainer.h: ditto
14086         * LyXView.h: ditto
14087         * LyXAction.h: ditto
14088         * LaTeX.h: ditto
14089
14090 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14091
14092         * Merging changes from BRANCH_MVC back into HEAD.
14093
14094         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14095
14096 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14097
14098         * BufferView_pimpl.C: change from intl.C
14099
14100         * combox.h:
14101         * combox.C:
14102         * Makefile.am: move combox.*
14103
14104         * form1.h:
14105         * form1.C:
14106         * lyx_gui.C:
14107         * intl.h:
14108         * intl.C: remove dialog (covered by prefs)
14109
14110 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14111
14112         * lyxfunc.C (Dispatch): removed redundant break statement.
14113
14114 2001-03-14  Juergen Vigna  <jug@sad.it>
14115
14116         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14117
14118 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14119
14120         * buffer.C: add hack to fix compability reading of minipages.
14121
14122 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14123
14124         * buffer.C (getLists): Cleanup.
14125
14126 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14127
14128         * lyxfont.C (update): don't honor toggleall on font size.
14129
14130 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14131
14132         * bmtable.c:
14133         * bmtable.h:
14134         * Makefile.am: moved to frontends/xforms/
14135
14136         * lyx_gui_misc.C:
14137         * lyxfunc.C:
14138         * BufferView_pimpl.C: changes for moved mathpanel
14139
14140 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14141
14142         * gettext.h: fix gettext_init() in --disable-nls
14143
14144 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14145
14146         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14147
14148 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14149
14150         * lyx.C:
14151         * lyx.h: strip external form
14152
14153 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14154
14155         * BufferView_pimpl.C: add comment, destroySplash()
14156
14157 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14158
14159         * BufferView_pimpl.C:
14160         * LyXAction.C:
14161         * buffer.C:
14162         * commandtags.h:
14163         * lyxfunc.C: use re-worked insetinclude
14164
14165 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14166
14167         * buffer.C: add using std::stringstream.
14168
14169         * lyx_cb.C: readd using std::ios.
14170
14171         * buffer.C: add using std::map.
14172
14173         * BufferView_pimpl.C: add using std::vector.
14174
14175         * ShareContainer.h: add std:: to swap.
14176
14177         * buffer.h: add some typedefs
14178         * buffer.C (getLists): use them
14179         (getLists): renamed from getTocList.
14180         add a counter for the different float types and use it in the
14181         generated string.
14182         (getLists): use the same counter for the NEW_INSETS and the "non"
14183         NEW_INSETS
14184
14185         * lyx_cb.h: remove unused items, includes, using etc.
14186
14187         * ShareContainer.h: remove some commented code, add more comments
14188         and "documentation".
14189
14190 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14191
14192         * buffer.C (getTocList): make the list also when NEW_INSETS is
14193         defined.
14194
14195         * buffer.h: remove TocType
14196
14197         * buffer.C (getTocList): change to return a map<string,
14198         vector<TocItem> >, implement for dynamic number of list.
14199
14200         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14201         * text2.C (PasteSelection): adjust
14202         * CutAndPaste.C (pasteSelection): adjust
14203
14204         * FloatList.C (FloatList): update from the new_insets branch.
14205         * Floating.[Ch]: ditto
14206         * LaTeXFeatures.C: ditto
14207         * buffer.C: ditto
14208         * lyxlex_pimpl.C: ditto
14209
14210         * paragraph.C (Last): remove when NEW_INSETS is defined.
14211
14212         * other file: changes because of the above.
14213
14214 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14215
14216         * lyxparagraph.h: rename next to next_, previous to previous_,
14217         make them private for NEW_INSETS. Rename Next() to next(),
14218         Previous() to previous().
14219
14220         * other files: changes because of the above.
14221
14222 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14223
14224         * BufferView.h:
14225         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14226         problem.
14227
14228 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14229
14230         * main.C (main): pass lyx_localedir to gettext_init().
14231
14232         * gettext.h: remove locale_init and gettext_init macros
14233
14234         * gettext.C (locale_init): new function
14235         (gettext_init): new function
14236
14237         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14238         setlocale().
14239
14240 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14241
14242         * Moved credits to frontends:
14243         * credits.[Ch]: removed
14244         * credits_form.[Ch]: removed
14245         * lyx_gui_misc.C: remove credits stuff
14246         * Makefile.am:
14247
14248 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14249
14250         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14251
14252         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14253         unneeded destructor.
14254
14255         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14256         a standalone pointer again.
14257
14258         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14259
14260 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14261
14262         * Makefile.am:
14263         * filedlg.h:
14264         * filedlg.C:
14265         * LyXAction.C:
14266         * ToolbarDefaults.C:
14267         * bufferlist.C:
14268         * commandtags.h:
14269         * form1.C:
14270         * form1.h:
14271         * lyx_cb.C:
14272         * lyx_cb.h:
14273         * lyxfunc.h:
14274         * lyxfunc.C:
14275         * BufferView_pimpl.C: use new file dialog in GUII
14276
14277         * lyx_cb.h:
14278         * lyx_cb.C: remove LayoutsCB to Toolbar
14279
14280 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14281
14282         * ShareContainer.h (get): add std:: qualifier
14283
14284 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14285
14286         * ShareContainer.h: define a proper ShareContainer::value_type
14287         type (and use typename to please compaq cxx)
14288
14289 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14290
14291         * lyxparagraph.h: move serveral local vars to
14292         ParameterStruct/ParagraphParameters., use ShareContainer in
14293         FontTable., make vars in FontTable private and add getter and
14294         setter.
14295
14296         * paragraph.C: changes because of the above.
14297
14298         * lyxfont.h: remove copy constructor and copy assignment. (the
14299         default ones is ok), move number inside FontBits. move inlines to
14300         lyxfont.C
14301
14302         * lyxfont.C: add number to initializaton of statics, move several
14303         inlines here. constify several local vars. some whitespace
14304         cleanup. Dont hide outerscope variables.
14305
14306         * Spacing.h: add two new constructors to match the set methods.
14307
14308         * ShareContainer.h: new file, will perhaps be moved to support
14309
14310         * ParameterStruct.h: new file
14311
14312         * ParagraphParameters.h: new file
14313
14314         * ParagraphParameters.C: new file
14315
14316         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14317         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14318
14319         * BufferView_pimpl.C: ParagraphParameter changes.
14320         * buffer.C: Likewise.
14321         * bufferview_funcs.C: Likewise.
14322         * text.C: Likewise.
14323         * text2.C: Likewise.
14324
14325 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14326
14327         * lyxfind.C (LyXReplace): do not redefine default argument in
14328         implementation.
14329         (IsStringInText): ditto
14330         (SearchForward): ditto
14331         (SearchBackward): ditto
14332
14333 2001-03-06  Juergen Vigna  <jug@sad.it>
14334
14335         * lyxfind.C (IsStringInText): put parentes around expressions.
14336
14337 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14338
14339         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14340
14341 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14342
14343         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14344
14345         * stl_string_fwd.h: add comment
14346
14347         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14348
14349         * tabular.h:
14350         * tabular.C: remove unused DocBook methods
14351
14352         * intl.C:
14353         * language.C:
14354         * paragraph.C:
14355         * buffer.C:
14356         killed DO_USE_DEFAULT_LANGUAGE
14357
14358 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14359
14360         * lyx_gui.C: do not include language.h.
14361
14362         * bufferview_funcs.C (ToggleAndShow): do not provide optional
14363         arguments in function implementation.
14364
14365 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14366
14367         * BufferView_pimpl.C: add <ctime>
14368
14369 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14370
14371         * BufferView_pimpl.C: add using std::find_if
14372
14373 2001-02-27  José Matos  <jamatos@fep.up.pt>
14374
14375         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
14376         by OnlyPath.
14377
14378 2001-02-11  José Matos  <jamatos@fep.up.pt>
14379
14380         * buffer.C (makeDocBookFile): command styles now have a parameter as
14381         "title" by default.
14382
14383 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
14384
14385         * layout_forms.[Ch]: removed
14386         * lyx_cb.[Ch]: out character
14387         * lyx_gui.C: out character
14388         * lyx_gui_misc.C: out character
14389         * bufferview_funcs.C: : out character,
14390         added toggleall as parameter in ToggleAndShow
14391
14392 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
14393
14394         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
14395
14396         * text2.C (SetCurrentFont): Disable number property at boundary.
14397
14398 2001-02-26  Juergen Vigna  <jug@sad.it>
14399
14400         * lyxfunc.C (getStatus): added a string argument override function so
14401         that this is correctly called from LyXFunc::Dispatch if it contains a
14402         do_not_use_argument which is used!
14403         (Dispatch): added check for "custom" export and call appropriate func.
14404
14405 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
14406
14407         * lyxrc.C: Add language_command_local, language_use_babel and
14408         language_global_options.
14409
14410         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
14411
14412         * buffer.C (makeLaTeXFile): Use language_use_babel and
14413         language_global_options.
14414
14415 2001-02-23  Juergen Vigna  <jug@sad.it>
14416
14417         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
14418         which works with LyXText and putted it inside BufferView. Here now we
14419         only call for that part the BufferView::Dispatch() function.
14420
14421         * BufferView.C (Dispatch): added.
14422
14423         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
14424         functions which needs to use a LyXText over from LyXFunc.
14425         (MenuInsertLyXFile): added
14426         (getInsetByCode): added
14427         (moveCursorUpdate): added
14428         (static TEXT): added
14429
14430 2001-02-22  Juergen Vigna  <jug@sad.it>
14431
14432         * BufferView_pimpl.C (update): call a status update to see if LyXText
14433         needs it.
14434
14435 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14436
14437         * vc-backend.C (revert): implement for CVS
14438         (getLog): implement for CVS
14439
14440 2001-02-20  Juergen Vigna  <jug@sad.it>
14441
14442         * text2.C (ClearSelection): added BufferView param for inset_owner call
14443
14444         * lyxfunc.C (TEXT): added this function and use it instead of
14445         directly owner->view()-text of getLyXText().
14446
14447 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
14448
14449         * src/layout_forms.C: out preamble
14450         * src/layout_forms.h: out preamble
14451         * src/lyx_cb.C: out preamble
14452         * src/lyx_cb.h: out preamble
14453         * src/lyx_gui.C: out preamble
14454         * src/lyx_gui_misc.C: out preamble
14455         * src/lyxfunc.C: connect with guii preamble
14456
14457 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
14458
14459         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
14460
14461 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
14462
14463         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
14464         whether to run bibtex.
14465
14466 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
14467
14468         * Makefile.am (lyx_SOURCES): Remove BackStack.h
14469
14470 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
14471
14472         * Makefile.am (lyx_SOURCES): removed bibforms.h
14473
14474         * vspace.h: doxygen
14475
14476         * text.C (GetVisibleRow): make several local vars const
14477
14478         * tabular.C: small cleanup.
14479
14480         * lyxserver.C (callback): use compare instead of strncmp
14481
14482         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
14483         inlines to after class or to paragraph.C
14484
14485         * lyxfont.h: remove friend operator!=
14486
14487         * converter.h: move friend bool operator< to non friend and after
14488         class def.
14489
14490         * combox.h: small cleanup
14491
14492         * buffer.h: doxygen, remove unused constructor, move inclas inlies
14493         to inlines after class def.
14494
14495         * buffer.C (pop_tag): use string operations instead of strcmp
14496
14497         * bmtable.c: doxygen, small cleanup
14498
14499         * LaTeX.h: remove friend operator==
14500
14501 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
14502
14503         * screen.C:
14504         * lyxrc.[Ch]:
14505         * lyxfunc.C:
14506         * lyxfont.[Ch]:
14507         * lyx_cb.C:
14508         * intl.[Ch]:
14509         * commandtags.h:
14510         * buffer.C:
14511         * WorkArea.[Ch]:
14512         * LyXAction.C:
14513         * BufferView_pimpl.C:
14514         * BufferView.[Ch]: remove cruft
14515
14516 2001-02-14  Juergen Vigna  <jug@sad.it>
14517
14518         * lyxfunc.C: removed #if 0 unused code
14519
14520         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
14521
14522         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
14523
14524         * text2.C (SetSelection): added a BufferView * parameter
14525
14526 2001-02-13  Juergen Vigna  <jug@sad.it>
14527
14528         * lyxfunc.C (Dispatch): fixed protected blank problem.
14529         * BufferView2.C (protectedBlank): added LyxText * parameter.
14530
14531         * tabular.C (AppendRow): forgot to set row_info of newly added row.
14532         (AppendColumn): same as above for column_info.
14533
14534         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
14535         (moveCursorUpdate): use a LyXText param for support of InsetText.
14536
14537         * BufferView_pimpl.C (doubleClick): added support for InsetText.
14538         (tripleClick): ditto
14539
14540         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
14541
14542         * BufferView_pimpl.C (update): added LyXText param to honor insets.
14543
14544         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
14545
14546         * text2.C (SetSelection): set correct update status if inset_owner
14547         (ToggleFree): ditto
14548
14549 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
14550
14551         * tabular.C: remove some commented code.
14552
14553 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
14554
14555         * BufferView_pimpl.C: call hideSplash()
14556
14557         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
14558
14559         * include_form.h:
14560         * bibforms.h: remove
14561
14562         * lyxfunc.C:
14563         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
14564           add LFUN_CHILD_CREATE
14565
14566         * counters.h: fix tiny typo
14567
14568         * lyx_cb.C:
14569         * lyx.h:
14570         * lyx_gui.C:
14571         * lyx.C: move splash to frontends/xforms/
14572
14573         * lyx_gui_misc.C: move Include and Bibform to frontends
14574
14575         * lyxvc.h: clarify comment
14576
14577         * vspace.C: tiny housekeeping
14578
14579 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
14580
14581         * text.C (PrepareToPrint): RTL Fix.
14582
14583         * paragraph.C (GetUChar): New method.
14584         (String):  Use GetUChar.
14585
14586         * buffer.C (asciiParagraph): Use GetUChar.
14587
14588 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
14589
14590         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
14591
14592 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
14593
14594         * buffer.h:
14595         * buffer.C: rename to getLogName(), handle
14596           build log / latex log nicely
14597
14598 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14599
14600         * MenuBackend.C:
14601         * MenuBackend.h: remove support for reference menuitem type.
14602
14603 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
14604
14605         * BufferView_pimpl.C: housekeeping
14606         * BufferView_pimpl.h:
14607         * LyXView.h:
14608         * Makefile.am:
14609         * Timeout.C:
14610         * Timeout.h:
14611         * minibuffer.h: move Timeout GUI-I
14612
14613 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
14614
14615         * lyxrc.C (read): Update converters data-structures.
14616
14617 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
14618
14619         * LaTeX.h (operator!=): add operator != for Aux_Info
14620
14621 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
14622
14623         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
14624
14625         * LaTeXLog.C: deleted, useful code moved to Buffer
14626
14627         * buffer.h:
14628         * buffer.C: new function getLatexLogName()
14629
14630         * lyx_gui_misc.C:
14631         * lyx_gui.C:
14632         * lyxvc.C:
14633         * lyxvc.h:
14634         * lyxfunc.C: use frontends for LaTeX and VC logs
14635
14636 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14637
14638         * LaTeX.h: yet another std:: that Allan forgot.
14639
14640         * Variables.C (set): renamed from isset(), because this clashes
14641         with some HP-UX macros (grr).
14642
14643 2001-02-06  Allan Rae  <rae@lyx.org>
14644
14645         * LaTeX.h: Another bug fix.  Missing std:: this time.
14646
14647 2001-02-04  Allan Rae  <rae@lyx.org>
14648
14649         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
14650         floats problem. I've left it commented out because it's not quite
14651         correct.  It should also test that the current object is a table or
14652         figure inset.  But I haven't gotten around to figuring out how to do
14653         that.  I *think* it'll be something like: "table" == inset.type()
14654
14655         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
14656         bool.
14657
14658 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
14659
14660         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
14661         all the citation/databases/styles in the auxilary file.
14662         (run): Rerun latex if there was a babel language error.
14663
14664 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
14665
14666         * text.C (Backspace): Preserve the font when changing newline char
14667         with a space.
14668         (BreakParagraph): If the cursor is before a space, delete the space.
14669
14670         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
14671
14672 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
14673
14674         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
14675         new argument (code).
14676         (ChangeCitationsIfUnique): New method.
14677
14678         * paragraph.C (GetPositionOfInset): Handle bibkey.
14679
14680 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14681
14682         * BufferView_pimpl.h: change type of Position::par_pos to
14683         LyXParagraph::size_type.
14684
14685 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
14686
14687         * BufferView_pimpl.C (savePosition, restorePosition): Write
14688         messages to minibuffer.
14689
14690 2001-01-28  José Matos  <jamatos@fep.up.pt>
14691
14692         * buffer.C (makeDocBookFile): adds support for document language.
14693         A silly restriction on the name of LatexCommand types where removed.
14694         Added support for CDATA sections, allows to chars unescaped, used
14695         among others in code, to avoid escape < and >.
14696
14697 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14698
14699         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
14700         saved positions instrad of a stack. Furthermore, a position is
14701         stored using paragraph id/paragraph position.
14702
14703         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
14704         Remove LFUN_REF_BACK.
14705
14706 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14707
14708         * converter.C (dvipdfm_options): New method.
14709
14710 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
14711
14712         * vspace.C (isValidLength): Fix for empty input string.
14713
14714 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14715
14716         * LyXAction.C (init): change description of LFUN_FIGURE to
14717         "Insert Graphics"
14718
14719 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14720
14721         * LaTeX.C: add using directive
14722
14723 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14724
14725         * MenuBackend.C (expand): Fix the sorting of the formats.
14726
14727 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
14728
14729         * lyx_main.C: tiny error message fix
14730
14731 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14732
14733         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
14734         calling fl_initialize(). This fixes the problem with ',' as
14735         decimal separator in text files.
14736
14737 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14738
14739         * trans.C (process): Fix the keymap bug.
14740
14741 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
14742
14743         * LaTeX.C (scanAuxFiles): New method. Provides support for
14744         multiple bibliographies (when using the bibtopic/bibunits pacakges).
14745         (scanLogFile) Scan for "run BibTeX" messages.
14746
14747         * buffer.C (makeLaTeXFile): Do not load the ae package when using
14748         OT1 font encoding. Also, load the aecompl package if the ae
14749         package is loaded.
14750
14751         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
14752
14753 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14754
14755         * texrow.C (increasePos): turn two error messages into debug
14756         messages.
14757
14758 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
14759
14760         * LaTeX.C (scanAux): Handle the \@input macro.
14761         (runBibTeX): Use scanAux().
14762
14763         * language.C (latex_options_): New field.
14764
14765         * LaTeXFeatures.C (getMacros): Add language macros.
14766
14767         * buffer.C (makeLaTeXFile): Small fix.
14768
14769 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14770
14771         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
14772
14773         * text2.C: add a using directive.
14774
14775 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
14776
14777         * BufferView2.C:
14778         * lyx_gui_misc.h:
14779         * lyxfr1.C:
14780         * lyxfunc.C: kill LyXBell.
14781
14782 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
14783
14784         * text.C (IsBoundary): Remove the error message
14785
14786         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
14787
14788         * lyxrc.C (setDefaults): Correct initialization value for
14789         font_norm_type.
14790
14791 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
14792
14793         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
14794         gotoError().
14795
14796         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
14797         and GotoNextNote().
14798
14799         * src/LyXAction.C: Added reference-next.
14800
14801         * text.C (InsertChar): Use contains instead of strchr.
14802
14803         * lyx_cb.C (MenuInsertLabel): Enable default value code.
14804
14805 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
14806
14807         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
14808         alignment commands (when needed).
14809
14810         * text.C (InsertChar): Add ':' to number separator chars.