]> git.lyx.org Git - features.git/blob - src/ChangeLog
small fix to today's commit
[features.git] / src / ChangeLog
1 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2
3         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
4         screen coordinates)
5
6 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
7
8         * lyxtext.h: add x0_, y0_
9         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
10         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
11
12 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
13
14         * text2.C (setCursorIntern): move the x_target update here *
15         * text3.C: change some bv() to true/false in calls to
16         cursorUp/Down/Right/Left
17         * cursor.C: use helper function.
18
19 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
20
21         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
22         * paragraph_funcs.[Ch]: correct comment
23         * rowpainter.C: do not paint selections away from bv->cursor()
24         Fix a long standing selection painting bug.
25         * text3.C: generalize mouse-selection code to LyXTexts other that
26         top one
27         * textcursor.C: do not use y coords if we can use par offsets
28
29 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
30
31         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
32         cursor position after e.g. inset insert)
33
34 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
35
36         * lyxfind.C (replace): adjust to locking removal + some
37         code simplification
38
39 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
40
41         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
42         of the path
43
44 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
45
46         * lyxlayout.[Ch]: 
47         * output_docbook.C: XML sanitation: new layout 
48         parameters InnerTag and CommandDepth
49
50 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
51
52         * BufferView_pimpl.C:
53         * factory.C:
54         * text3.C: Fix the insertion and modification of button-style
55         insets
56
57 2003-11-13  André Pönitz  <poenitz@gmx.net>
58
59         * InsetList.[Ch]: remove deleteLyXText
60
61         * paragraph.[Ch]: cache beginOfBody position
62
63         * Bidi.C:
64         * text.C:
65         * text2.C:
66         * text3.C: remove superfluous update() calls
67
68         * vspace.C: cleanup
69
70 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
71
72         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
73         * BufferView.C (fitLockedInsetCursor): remove
74         * cursor.[Ch] (getDim): add
75         * text.C (getRowNearY): add faster version
76         * text3.C: remove some update calls
77
78 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
79
80         * LaTeXFeatures.C:
81         * LyXAction.C:
82         * MenuBackend.C:
83         * MenuBackend.h:
84         * dispatchresult.h:
85         * factory.C:
86         * lfuns.h:
87         * lyxfunc.C:
88         * lyxtextclass.C:
89         * lyxtextclass.h:
90         * text3.C: The Character Style /XML short element patch.
91
92 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
93
94         * text3.C:
95         * factory.C: Small step to solving 'unable to insert some insets'
96         problem
97
98 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
99
100         * cursor.[Ch] (updatePos): new function for updating the y
101         position of the tip inset
102         * bufferview_funcs.C (put_selection_at): 
103         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
104
105 2003-11-11  André Pönitz  <poenitz@gmx.net>
106
107         * text.C: remove big comment on invalid Paragraph pointers as it is
108         not valid anymore
109
110 2003-11-11  André Pönitz  <poenitz@gmx.net>
111
112         * text_funcs.[Ch]: merge with ...
113
114         * text.C: ... this
115
116         * lyxtext.h:
117         * text2.C:
118         * text3.C: adjust
119
120         * Makefile.am: remove text_funcs.[Ch]
121
122 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
123
124         * cursor.C (getPos): return absolute cached y coord
125
126         * BufferView_pimpl.C (fitCursor): new simplistic code
127         (workAreaDispatch): add a fitCursor call
128
129 2003-11-10  André Pönitz  <poenitz@gmx.net>
130
131         * BufferView.[Ch]:
132         * BufferView_pimpl.[Ch]: merge update() and updateInset()
133
134 2003-11-10  André Pönitz  <poenitz@gmx.net>
135
136         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
137         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
138         indicate that the cursor needs to leave an inset
139
140         * lyxtext.h: remove inset locking
141
142         * cursor.[Ch]: re-implement functionality provided by inset locking
143
144         * BufferView.[Ch]:
145         * BufferView_pimpl.[Ch]:
146         * LyXAction.C:
147         * bufferview_funcs.[Ch]:
148         * factory.C:
149         * funcrequest.[Ch]:
150         * iterators.C:
151         * lyx_cb.C:
152         * lyxfind.C:
153         * lyxfunc.C:
154         * text.C:
155         * text2.C:
156         * text3.C:
157         * undo.C: adjust
158
159 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
160
161         * PosIterator.[Ch]: replace the stack with a vector, add inset 
162         accesor
163         * iterators.[C]: adjust
164
165 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
166
167         * lyxfind.C (replaceAll): mark the buffer dirty if something was
168         replaced
169         * paragraph_funcs.C (readParToken): put the correct id in the
170         error item, not the id of the top paragraph
171
172 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
173
174         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
175         * bufferview_funcs.C (put_selection_at): use the above
176
177 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
178
179         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
180
181 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
182
183         * output_linuxdoc.h: 
184         * output_plaintext.h: 
185         * output.h: 
186         * output_docbook.h: add #include statements
187
188 2003-11-05  José Matos  <jamatos@lyx.org>
189
190         * output_docbook.[Ch]:
191         * output_latex.[Ch]:
192         * output_linuxdoc.[Ch]:
193         * output_plaintext.[Ch]: New files for output formats.
194         * output.[Ch]: New file for helper functions.
195
196         * buffer.[Ch]:
197         * paragraph_funcs.[Ch]: output functions moved to new files.
198
199         * outputparams.h: rename of latexrunparams.h
200
201         * LaTeX.[Ch]:
202         * buffer.[Ch]:
203         * bufferlist.[Ch]:
204         * converter.[Ch]:
205         * exporter.C:
206         * paragraph.[Ch]:
207         * paragraph_funcs.[Ch]:
208         * paragraph_pimpl.[Ch]:
209         * tabular.[Ch]: rename ascii to plaintext
210         and LatexRunParams to OutputParams.
211         
212 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
213
214         * iterators.[Ch] (text): require bv argument
215         * undo.C (recordUndo): 
216         * lyxfunc.C (dispatch): 
217         * bufferview_funcs.C (put_selection_at): adjust
218
219 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
220
221         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
222
223 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
224
225         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
226         nestings
227
228 2003-11-04  André Pönitz  <poenitz@gmx.net>
229
230         * cursor.[Ch]: restructure
231
232         * BufferView.[Ch]:
233         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
234
235         * iterators.[Ch] (asCursor): remove
236
237         * lfuns.h: remove LFUN_INSET_EDIT
238
239         * lyxfunc.C:
240         * tabular.C:
241         * text.C:
242         * text2.C:
243         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
244
245 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
246
247         * lyxfind.[Ch]: complete overhaul
248         * BufferView_pimpl.C:
249         * lyxfunc.C: adjust
250         * paragraph.[Ch] (insert): add
251
252 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
253
254         * BufferView.[Ch]:
255         * lyxtext.h:
256         * text.C: remove dead spellcheck code
257         
258 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
259
260         * dispatchresult.h: add a val setter
261
262         * cursor.C (dispatch): use a tempvar for data_[i]
263
264 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
265
266         * PosIterator.[Ch]: compile fix
267
268 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
269
270         * text.C (cursorPar): deactivate the cursor cache
271
272 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
273
274         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
275
276 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
277
278         * text3.C (dispatch): adjust for new DisptchResult semantics.
279
280         * lyxfunc.C (dispatch): handle update when return from
281         Cursor::dispatch, adjust for new DispatchResult semantics.
282
283         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
284         DispatchResult(true) mean to not update. Add class functions for
285         setting dispatched and update, as well as reading.
286
287         * cursor.C (dispatch): don't handle update here
288
289 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
290
291         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
292         * trans_mgr.C: adjust
293
294         * paragraph_funcs.C (readParToken): exception safety
295
296         * lyxvc.h: store the vcs pointer in a scoped_ptr
297         * lyxvc.C: adjust
298
299         * lyxsocket.C (serverCallback): exception safety
300
301         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
302
303         * ispell.C (clone): make it return a auto_ptr
304
305         * factory.C (createInset): exception safety
306         (readInset): exception safety
307
308         * bufferlist.C (newBuffer): exception safety
309
310         * Thesaurus.C (Thesaurus): use initialization for aik_
311
312         * MenuBackend.C (expandToc): exception safety.
313
314 2003-11-03  André Pönitz  <poenitz@gmx.net>
315
316         * buffer.C:
317         * buffer.h:
318         * bufferview_funcs.C: remove getInsetFromId()
319
320         * lyxcursor.[Ch]:
321         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
322
323         * lyxfunc.C:
324         * text2.C:
325         * text3.C: adjust
326
327 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
328
329         * PosIterator.C (distance, advance): new
330         * bufferview_funcs.[Ch] (put_selection_at): new
331         * iterators.[Ch] (lockPath): new
332
333 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
334
335         * iterators.[Ch] (asPosIterator): added
336         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
337         * PosIterator.[Ch]: added
338
339 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
340
341         * text3.C:
342         * lyxfunc.C:
343         * cursor.C (dispatch):
344         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
345
346         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
347         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
348         contructor, add a class function dispatched. Remove operator>=
349
350 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
351
352         * debug.C: only use the default constructor for debugstream
353         (lyxerr) here.
354
355         * main.C (main): include debug.h and setup the lyxerr streambuf
356         here.
357
358 2003-10-31  José Matos  <jamatos@lyx.org>
359
360         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
361
362         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
363         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
364         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
365         * paragraph_pimpl.C (simpleTeXSpecialC):
366         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
367         add LatexRunParams argument.
368
369         * exporter.C (Export): change call accordingly.
370
371         * latexrunparams.h: add new member to take care of the other backends.
372 2003-10-30  José Matos  <jamatos@lyx.org>
373
374         * buffer.C (makeLinuxDocFile, makeDocBookFile):
375         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
376         factorise code for paragraph output.
377         * buffer.[Ch]:
378         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
379         move functions.
380
381 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
382
383         * text3.C (dispatch):
384         * lyxfunc.C (dispatch):
385         * cursor.C (dispatch):
386         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
387
388         * dispatchresult.h: make the dispatch_result_t ctor explicit
389
390 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
391
392         * sgml.[Ch]:
393         * buffer.C: small refactoring of docbook stuff
394
395 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
396
397         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
398         meaning.
399
400 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
401
402         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
403         operator dispatch_result_t, and operators for == != and >=
404
405         * cursor.C (dispatch): adjust for operator dispatch_result_t
406         removal. comment out call to update
407
408         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
409
410 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
411
412         * text3.C:
413         * text2.C:
414         * text.C:
415         * lyxtext.h:
416         * lyxfunc.C:
417         * cursor.C:
418         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
419         (dispatch):
420
421         * dispatchresult.h: new file, DispatchResult broken out of
422         insets/insetbase.h
423
424         * Makefile.am (lyx_SOURCES): add dispatchresult.h
425
426 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
427
428         * text.C (rowBreakPoint): put a hack inside #if 0
429
430 2003-10-28  André Pönitz  <poenitz@gmx.net>
431
432         * lyxtext.h:
433         * metricsinfo.C:
434         * paragraph_funcs.C:
435         * rowpainter.C:
436         * text.C:
437         * text2.C: general cleanup (lots of small stuff)
438
439 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
440
441         * text2.C (cursorEnd): simple fix to the "end key goes to one
442         before the end on last row" bug
443
444 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
445
446         * text.C (backspace): fix the "zombie characters"
447
448 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
449
450         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
451
452 2003-10-27  André Pönitz  <poenitz@gmx.net>
453
454         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
455
456         * factory.C: handle new InsetPagebreak, InsetLine
457
458         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
459         and move handling into new InsetPagebreak, InsetLine
460
461         * BufferView_pimpl.C:
462         * LyXAction.C:
463         * ParagraphParameters.C:
464         * ParameterStruct.h:
465         * lyxfunc.C:
466         * lyxtext.h:
467         * paragraph.C:
468         * paragraph.h:
469         * paragraph_funcs.C:
470         * paragraph_pimpl.C:
471         * rowpainter.C:
472         * text.C:
473         * text2.C:
474         * text3.C: adjust
475
476 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
477
478         * text.C:
479         * lyxrow_funcs.[Ch]:
480         * Bidi.C:
481         * paragraph.C:
482         * lyxtext.h:
483         * rowpainter.C:
484         * text2.C:
485         * text3.C: remove lastPos uses in favour of Row::endpos
486
487 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
488
489         * undo.C (performUndoOrRedo): fix two crashes by setting a
490         cursor by hand and reordering some calls. Use bv->lockInset instead
491         of inset->edit because the latter loses cursor information
492
493 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
494
495         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
496         by Martin
497         (rowBreakPoint): fix width. change point to point + 1.
498         Add a missing check.
499
500 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
501
502         * MenuBackend.C:
503         * lyxfunc.C: fix (at least partly) the problems
504         with the Nav menu and headers inside branch insets
505         reported by Kayvan
506
507 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
508
509         * paragraph.C (getChar): add strong asserts
510
511         * lyxrow_funcs.C (lastPos): remove hideous hack
512
513         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
514         (fill): adjust to that (avoid an infinite loop)
515
516 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
517
518         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
519
520 2003-10-23  André Pönitz  <poenitz@gmx.net>
521
522         * RowList_fwd.h: change list<> to vector<> to gain speed
523         after suggestion from Alfredo
524
525 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
526
527         * lyxtext.h: move the bidi stuff from here...
528         * text.C: and here
529         * text2.C: and here
530         * Bidi.[Ch]: ... to here
531
532 2003-10-23  André Pönitz  <poenitz@gmx.net>
533
534         * lyxtext.h:
535         * text.C (isLastRow, isFirstRow): new functions
536
537         * paragraph.h: new width cache member
538
539         * rowpainter.C: replace RowList::iterator with Row & where possible
540
541         * lyxfunc.C: replace several view()->text with a single call
542
543         * toc.C: fix 'unused' warning
544
545 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
546
547         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
548         when woring with stream::pos_type
549         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
550
551 2003-10-22  André Pönitz  <poenitz@gmx.net>
552
553         * lyxtext.h:
554         * text.C: use Row & instead of RowList::iterator
555
556         * lyxrow.h: rename end() to endpos()
557
558         * rowpainter.C:
559         * text.C:
560         * text2.C: adjust
561
562 2003-10-22  Angus Leeming  <leeming@lyx.org>
563
564         * buffer.[Ch] (fully_loaded): new member function, returning true
565         only when the file has been loaded fully.
566         Used to prevent the premature generation of previews and by the
567         citation inset to prevent computation of the natbib-style label.
568
569         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
570         templates are all set up.
571
572         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
573
574 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
575
576         * text.C: fixed an "oops" in the "is a bit silly"
577         bug fix
578
579 2003-10-21  André Pönitz  <poenitz@gmx.net>
580
581         * FuncStatus.[Ch]: small stuff, whitespace
582
583         * lyxfont.[Ch]: operator<<() for debug reasons
584
585         * lyxfunc.C:
586         * lyxrow_funcs.C:
587         * lyxtext.h: whitespace, spelling
588
589         * paragraph.C: naming of variables
590
591         * text.C:
592         * text2.C: small stuff
593
594
595 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
596
597         * text.C: (1) finish off the inset display() work;
598         (2) fix the "is a bit silly" bug (accessing char
599         past end of par).
600
601 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
602
603         * text.C: re-introduce display() for insets, fixing the
604         various bugs (stretch of line above, math inset
605         positioning, ...)
606
607 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
608
609         * text.C (rightMargin): remove spurious semicolon
610
611         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
612         1415)
613
614 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
615
616         * text3.C: fix one crash due to wrong cursor def
617
618 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
619
620         * vc-backend.C (scanMaster): make the regex static
621
622         * LaTeX.C (scanAuxFile): make the regexs static
623
624         * text3.C (doInsertInset, dispatch, dispatch):
625         * text2.C (cursorUp, cursorDown):
626         * text.C (selectNextWordToSpellcheck):
627         * BufferView_pimpl.C (dispatch):
628         * lyxfunc.C (dispatch):  localDispatch -> dispatch
629
630 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
631
632         * lyxsocket.C: include <cerrno>
633
634 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
635
636         * lyxfunc.C (dispatch): remove textcache stuff
637
638         * bufferlist.C (release): remove textcache stuff
639         (closeAll): ditto
640
641         * TextCache.C: delete file
642         * TextCache.h: delete file
643
644         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
645
646         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
647         delete of the bv_->text.
648         (resizeCurrentBuffer): remove texcache stuff
649         (workAreaResize): ditto
650
651 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
652
653         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
654         action.
655
656 2003-10-16  André Pönitz  <poenitz@gmx.net>
657
658         * lyxrow.[Ch]:
659         * paragraph.h:
660         * rowpainter.C:
661         * text.C:
662         * text2.C:
663         * text3.C: speed up by storing y positions per paragraph plus per-row
664         offset instead of having a 'full' y position in the row.
665
666 2003-10-15  André Pönitz  <poenitz@gmx.net>
667
668         * iterators.[Ch]:
669         * iterators.[Ch]:
670         * undo.[Ch]: make undo aware of inner insets
671
672 2003-10-14  Angus Leeming  <leeming@lyx.org>
673
674         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
675         static member functions LyX::ref() and LyX::cref.
676         (lastfiles): new accessor functions for the new lastfiles_ member var.
677         (addLyXView, views_): add a new LyXView to the list of views_.
678         (updateInset): loop over all LyXViews to call their own updateInset
679         member function, returning a pointer to the Buffer owning the inset.
680
681         * BufferView_pimpl.C (loadLyXFile):
682         * MenuBackend.C (expandLastfiles):
683         * bufferlist.C (MenuWrite, QuitLyX):
684         lastfiles is no longer a global variable.
685         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
686
687         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
688         static function. Access through LyX::cref().emergencyCleanup().
689
690 2003-10-14  André Pönitz  <poenitz@gmx.net>
691
692         * iterators.[Ch]: new direct access to innermost LyXText and Inset
693
694         * undo.[Ch]: restoring part of 'undo in insets'
695
696         * Makefile.am:
697         * undo_funcs.[Ch]: merge with undo.[Ch]
698
699         * tabular.C: small cleansing stuff
700
701 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
702
703         * paragraph_funcs.C (readParToken): report unknown insets as error
704         boxes. Use the outer paragraph as location (also for unknown
705         tokens).
706
707         * factory.C (readInset): do not abort on reading an unknown inset.
708         Eat it and return 0.
709
710 2003-10-13  Angus Leeming  <leeming@lyx.org>
711
712         * lyx_main.C (LyX): remove call to setDisplayTranslator().
713
714         * lyxrc.C: displayTranslator is now a function,
715         declared in GraphicsTypes.h.
716
717 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
718
719         * format.C: new placeholder $$a to pass the socket address.
720
721         * bufferlist.[Ch]: new function getBufferFromTmp.
722
723         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
724           files in the temporary dir.
725
726 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
727
728         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
729
730         * Makefile.am: add lyxsocket.[Ch].
731
732         * lyx_main.C (error_handler): handle SIGPIPE.
733
734 2003-10-13  André Pönitz  <poenitz@gmx.net>
735
736         * BufferView_pimpl.C:
737         * lyxtext.h:
738         * text.C:
739         * text2.C:
740         * text3.C:
741         * undo_funcs.[Ch]: use paroffset_type instead of
742           ParagraphList::iterators to prevent multiple conversion
743           (and get a more robust interface)
744
745 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
746
747         * lyxfunc.C (dispatch): RESULT -> dispatch_result
748         * lyxtext.h: ditto
749         * text3.C (dispatch): ditto
750
751 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
752
753         * LaTeX.C (handleFoundFile): move the static to smaller scope,
754         move the onlyfile, use onlyfile instead of foundfile in a couple
755         of places.
756
757         * DepTable.C (update): flush the error stream a bit more
758
759 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
760
761         * lyxserver.C (callback): adjust
762
763         * lyxfunc.C (getStatus): add a missing brace in commented code
764         (ensureBufferClean): reindent
765         (dispatch): delete version taking a string
766
767 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
768
769         * LaTeX.C (deplog): move found file handlig from here...
770         (handleFoundFile): .. to new function here.
771         (deplog): make sure to discover several files mentioned on the
772         same log line.
773
774 2003-10-10  André Pönitz  <poenitz@gmx.net>
775
776         * lyxfunc.C:
777         * lyxtext.h:
778         * tabular.C:
779         * text.C:
780         * text2.C:
781         * text3.C: fix some of the tabular crashes
782
783 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
784
785         * MenuBackend.C (binding): put debug message into Debug::KBMAP
786
787         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
788
789 2003-10-09  André Pönitz  <poenitz@gmx.net>
790
791         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
792
793         * BufferView.C:
794         * BufferView_pimpl.C:
795         * bufferview_funcs.C:
796         * lyx_cb.C:
797         * lyxcursor.C:
798         * lyxfind.C:
799         * lyxfunc.C:
800         * lyxtext.h:
801         * text.C:
802         * text2.C:
803         * text3.C:
804         * text_funcs.[Ch]:
805         * textcursor.[Ch]:
806         * undo_funcs.C: adjust
807
808 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
809
810         * text2.C (incrementItemDepth): new function, use a backtracking
811         algorithm to discover the correct item depth.
812         (resetEnumCounterIfNeeded): new function, use a backtracking
813         algorithm to discover if counter reset is needed.
814         (setCounter): use them. Simplify a bit. Add different labels for
815         different item depths for itemize.
816
817         * paragraph.C (Paragraph): remove initialization of enumdepth
818         (operator=): ditto
819
820         * paragraph.h: get rid of enumdepth, and use itemdepth both for
821         enumerate and itemize. Change the type of itemdepth to signed char.
822
823 2003-10-08  André Pönitz  <poenitz@gmx.net>
824
825         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
826           thing assignable.
827         * text.C:
828         * text2.C: adjust
829
830         * tabular.[Ch]: fix crash after 'row-insert'
831
832 2003-10-08  Angus Leeming  <leeming@lyx.org>
833
834         Fix doxygen warnings.
835
836         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
837         Remove CutAndPaste:: prefix from header file declaration.
838
839         * LColor.h (fill): remove LColor:: prefix from declaration.
840
841         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
842         use lyx::depth_type rather than Paragraph::depth_type so that
843         header file and .C file match.
844
845         * converter.h (intToFormat): remove Converters:: prefix from declaration.
846
847         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
848         * aspell.C: \file aspell_local.C -> \file aspell.C
849         * gettext.C: \file gettext.C -> \file src/gettext.C
850         * gettext.h: \file gettext.h -> \file src/gettext.h
851         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
852         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
853         * text.C: \file text.C -> \file src/text.C
854
855         * toc.C: move comment so that doxygen is not confused.
856
857 2003-10-07  Angus Leeming  <leeming@lyx.org>
858
859         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
860
861 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
862
863         * aspell.C:
864         * aspell_local.h: add forgotten std::string's.
865
866 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
867
868         * LaTeXFeatures.C:
869         * LyXAction.C:
870         * factory.C:
871         * lfuns.h:
872         * lyxfunc.C:
873         * text3.C: The Box patch. Fancybox support, minipage, parbox
874
875 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
876
877         * CutAndPaste.h:
878         * DepTable.h:
879         * FloatList.h:
880         * LaTeXFeatures.h:
881         * ParagraphParameters.h:
882         * TextCache.h:
883         * Thesaurus.h:
884         * bufferlist.h:
885         * exporter.h:
886         * importer.h:
887         * lastfiles.h:
888         * lyxfind.h:
889         * lyxfont.h:
890         * lyxlex.h:
891         * lyxtextclasslist.h:
892         * messages.h:
893         * paragraph.h:
894         * paragraph_pimpl.C:
895         * textcursor.h: add <string> and other small fixes to make Lars'
896         std::string patch compile with STLport.
897
898 2003-10-06  Angus Leeming  <leeming@lyx.org>
899
900         * LColor.h: Add missing #include <string>.
901
902 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
903
904         * All most all file in all subdirs: Make <string> be the prefered
905         way of getting to std::string, add using declarations.
906
907 2003-10-06  André Pönitz  <poenitz@gmx.net>
908
909         * metricsinfo.C: initialize LyXFont before changing attribute.
910         (fixes the 'math in \emph is upright' bug)
911
912 2003-10-06  André Pönitz  <poenitz@gmx.net>
913
914         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
915
916 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
917
918         * graph.C:
919         * paragraph_pimpl.C: Small fixes to build using STLport
920
921 2003-10-02  André Pönitz  <poenitz@gmx.net>
922
923         * lyxfunc.C:
924         * text3.C: move handling of LFUN_DEPTH *; fix #1360
925
926 2003-10-01  André Pönitz  <poenitz@gmx.net>
927
928         * factory.C: assert early
929
930 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
931
932         * lyx_main.C: remove the global debug object
933
934         * debug.h: adjust for new debugstream
935
936         * debug.C: adjust for new debugstream and keep the global debug
937         object here.
938
939 2003-09-22  Angus Leeming  <leeming@lyx.org>
940
941         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
942         of g++ which otherwise complain that the scoped_ptr destructor can't delete
943         an incomplete class LyXFont.
944
945 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
946
947         * factory.C: bug fix in branches
948
949 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
950
951         * lyxfunc.C (processKeySym): adjust
952         (dispatch): adjust
953         (dispatch): change arg name from ev to func, adjust
954         (sendDispatchMessage): ditto
955
956         * lyx_main.C (defaultKeyBindings): adjust keybindings
957         (deadKeyBindings): ditto
958
959         * kbsequence.C (addkey): return a FuncRequest
960
961         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
962
963         * kbmap.C (bind): take a FuncRequest as arg, adjust
964         (read): adjust
965         (lookup): adjust
966         (defkey): change to take a FuncRequest as arg, adjust
967         (findbinding): take a FuncRequest as arg, adjust.
968
969         * funcrequest.h (operator=): added
970
971         * funcrequest.C (FuncRequest): default kb_action changed from
972         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
973
974         * buffer.C (dispatch): simplify
975         (dispatch): adjust to take a FuncRequest as arg, adjust
976
977         * boost.C (assertion_failed): change assertion message slightly
978
979         * ToolbarBackend.C (read): simplify
980
981         * MenuBackend.C (binding): adjust call to findbinding, add a
982         message if no binding is found.
983         (read): simplify
984         (expandToc): correct by adding a empty FuncRequest
985
986         * LyXAction.C: include <boost/assert.hpp>
987         (isPseudoAction): delete function
988         (LookupFunc): change name to...
989         (lookupFunc): this. change return type to FuncRequest.
990         (getActionName): take kb_action as arg, simplify
991         (funcHasFlag): add an assert, simplify.
992
993 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
994
995         * toc.C (action): return a FuncRequest, simplify
996
997         * lyxfunc.C (processKeySym): adjust
998         (getStatus): delete version that takes an int.
999         (getStatus): adjust
1000         (dispatch): delete version that takes action as int
1001         (dispatch): adjust
1002         (sendDispatchMessage): simplify and adjust
1003
1004         * funcrequest.C (getArg): take unsigned int as arg
1005
1006         * ToolbarBackend.C (read): adjust
1007         (add): delete version that takes func as a string.
1008         (getIton): take a FuncRequest as arg
1009
1010         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
1011         action.
1012
1013         * MenuBackend.C (MenuItem): add a new construct that only takes a
1014         Kind, simplify the constructor use for submenus.
1015         (add): adjust
1016         (expandLastfiles): adjust
1017         (expandDocuments): adjust
1018         (expandFormats): adjust
1019         (expandFloatListInsert): adjust
1020         (expandFloatInsert): adjust
1021         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
1022
1023         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
1024         Remove class variables lyx_pseudo_map and lyx_arg_map
1025
1026         * LyXAction.C (searchActionArg): delete function
1027         (getPseudoAction): delete function
1028         (retrieveActionArg): delete function
1029         (LookupFunc): make it return kb_action, simplify.
1030         (getActionName): simplify
1031
1032         * factory.C (createInset): fix new bug
1033
1034 2003-09-19  Angus Leeming  <leeming@lyx.org>
1035
1036         * CutAndPaste.C (pasteSelection): remove fudge used to set the
1037         masterFilename_ parameter in the include inset.
1038
1039         * factory.C (createInset): changes due to the changes to InsetInclude.
1040
1041 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1042
1043         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
1044
1045 2003-09-18  Angus Leeming  <leeming@lyx.org>
1046
1047         * buffer.C:
1048         * BufferView.C: pass the buffer when calling Inset::getLabelList,
1049         Inset::fillWithBibKeys.
1050         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
1051
1052 2003-09-18  Angus Leeming  <leeming@lyx.org>
1053
1054         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
1055         variables.
1056         (ctor): pass and store a 'Buffer const &'
1057         (buffer): new member function.
1058
1059         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
1060         '*this' to the LaTeXFeatures ctor.
1061
1062 2003-09-18  Angus Leeming  <leeming@lyx.org>
1063
1064         * LColor.h:
1065         * lyxfont.C:
1066         * lyxfont.h:
1067         * lyxtext.h:
1068         * text.C: rename EnumLColor as LColor_color.
1069
1070 2003-09-18  Angus Leeming  <leeming@lyx.org>
1071
1072         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
1073         remove #include "insets/insetbase.h" from cursor.h.
1074
1075 2003-09-18  Angus Leeming  <leeming@lyx.org>
1076
1077         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
1078         InsetOld_code to remove #include "inset.h".
1079
1080         * iterators.C: add #include "insets/inset.h"
1081
1082 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
1083
1084         * BufferView.C: remove more locking stuff that apparently doesn't
1085         do anything sensible.
1086
1087 2003-09-16  André Pönitz  <poenitz@gmx.net>
1088
1089         * paragraph.[Ch]:
1090         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
1091           performance boost.
1092
1093 2003-09-16  Angus Leeming  <leeming@lyx.org>
1094
1095         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
1096
1097         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
1098         arg/return type.
1099
1100         * paragraph.h: remove #include "lyxfont.h". Forward declare
1101         LyXFont_size.
1102
1103 2003-09-16  Angus Leeming  <leeming@lyx.org>
1104
1105         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
1106         of support/textutils.h.
1107         (isWord): move the contents of support/textutils.h's IsWordChar here.
1108
1109         * buffer.C:
1110         * lyxfind.C:
1111         * rowpainter.C:
1112         * text.C:
1113         * text2.C: add #include "paragraph.h".
1114
1115         * rowpainter.C:
1116         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
1117
1118 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1119
1120         * main.C:
1121         * lyx_main.C:
1122         * lyx_cb.C:
1123         * buffer.C:
1124         * LaTeX.C: use namespace alias for lyx::support::os
1125
1126 2003-09-16  Angus Leeming  <leeming@lyx.org>
1127
1128         * bufferparams.C:
1129         * bufferview_funcs.C:
1130         * factory.C:
1131         * lyxfunc.C:
1132         * paragraph_pimpl.C:
1133         * rowpainter.C:
1134         * text.C: add #include "LColor.h".
1135
1136 2003-09-16  Angus Leeming  <leeming@lyx.org>
1137
1138         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
1139         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
1140         return LyXFont &.
1141         Store the FontBits::color variable as an int rather than as an
1142         LColor::colorso that we can move LColor.h out of the lyxfont.h header
1143         file.
1144
1145         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
1146         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
1147         string calls together.
1148
1149         * lyxrc.C: add #include "LColor.h".
1150
1151 2003-09-15  Angus Leeming  <leeming@lyx.org>
1152
1153         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
1154         a cow_ptr.
1155
1156 2003-09-15  Angus Leeming  <leeming@lyx.org>
1157
1158         * LColor.h: add an EnumLColor wrapper for LColor::color.
1159
1160         * lyxfont.[Ch] (color, setColor, realColor):
1161         * lyxtext.h, text.C (backgroundColor):
1162         pass EnumLColor args to/from the functions, rather than LColor::color
1163         ones.
1164
1165         * lyxfont.h:
1166         * lyxtext.h: forward declare EnumLColor.
1167
1168         * lyx_main.C: add #include "LColor.h".
1169
1170 2003-09-15  Angus Leeming  <leeming@lyx.org>
1171
1172         * .cvsignore: add lyx-gtk.
1173
1174 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1175
1176         * Chktex.C
1177         * LaTeX.C
1178         * LaTeXFeatures.C
1179         * ParagraphParameters.C
1180         * Spacing.C
1181         * buffer.C
1182         * bufferparams.C
1183         * bufferview_funcs.C
1184         * chset.C
1185         * counters.C
1186         * funcrequest.C
1187         * lyxfont.C
1188         * lyxgluelength.C
1189         * lyxlength.C
1190         * paragraph.C
1191         * paragraph_funcs.C
1192         * text3.C
1193         * vc-backend.C: remove usage of STRCONV
1194
1195 2003-09-15  Angus Leeming  <leeming@lyx.org>
1196
1197         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
1198         explicitly define the color passed to the painter.
1199
1200 2003-09-15  Angus Leeming  <leeming@lyx.org>
1201
1202         * bufferparams.C (BufferParams): reorder member initializers to avoid
1203         compiler warning.
1204
1205 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
1206
1207         * CutAndPaste.C (pasteSelection): remove an outdated #warning
1208         * text.C (updateRowPositions): remove an unusual nop
1209
1210 2003-09-12  André Pönitz  <poenitz@gmx.net>
1211
1212         * BufferView_pimpl.C:
1213         * Bullet.C:
1214         * layout.h:
1215         * lyxfunc.C:
1216         * lyxlayout.[Ch]:
1217         * lyxtextclass.C:
1218         * rowpainter.C:
1219         * text.C:
1220         * text2.C:
1221         * Counters.[Ch]: finish the 'automatic counters' job
1222
1223 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1224
1225         * aspell.C: include <boost/assert.cpp> (compile fix)
1226
1227 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1228
1229         * boost.C (assertion_failed): use lyx::support::abort instead of
1230         assert.
1231
1232 2003-09-10  Angus Leeming  <leeming@lyx.org>
1233
1234         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
1235         with their _fwd progeny.
1236
1237 2003-09-09  Angus Leeming  <leeming@lyx.org>
1238
1239         134 files throughtout the source tree: replace 'using namespace abc;'
1240         directives with the appropriate 'using abc::xyz;' declarations.
1241
1242 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1243
1244         * boost.C (emergencyCleanup): moved here from LAssert.c
1245         (assertion_failed): new function, called by BOOST_ASSERT
1246
1247         * several files: change Assert to BOOST_ASSERT
1248
1249 2003-09-09  Angus Leeming  <leeming@lyx.org>
1250
1251         * buffer.[Ch]: Add an Impl class and move Buffer's member
1252         variables into it. As a result move several header files out of
1253         buffer.h.
1254
1255         Add header files to lots of .C files all over the tree as a result.
1256
1257 2003-09-09  Angus Leeming  <leeming@lyx.org>
1258
1259         * buffer.[Ch]: make Buffer's member variables private. Add
1260         accessor functions.
1261
1262         Lots of changes all over the tree as a result.
1263
1264 2003-09-08  Angus Leeming  <leeming@lyx.org>
1265
1266         * graph.C: #include <config.h>.
1267
1268 2003-09-08  Angus Leeming  <leeming@lyx.org>
1269
1270         * BranchList.C:
1271         * BufferView.C:
1272         * BufferView_pimpl.C:
1273         * CutAndPaste.C:
1274         * DepTable.C:
1275         * LaTeX.C:
1276         * LaTeXFeatures.C:
1277         * LyXAction.C:
1278         * MenuBackend.C:
1279         * TextCache.C:
1280         * aspell.C:
1281         * buffer.C:
1282         * bufferlist.C:
1283         * changes.C:
1284         * chset.C:
1285         * converter.C:
1286         * counters.C:
1287         * debug.C:
1288         * graph.C:
1289         * ispell.C:
1290         * lyx_cb.C:
1291         * lyxfind.C:
1292         * lyxfunc.C:
1293         * lyxlex_pimpl.C:
1294         * lyxrc.C:
1295         * lyxrow.C:
1296         * paragraph.C:
1297         * rowpainter.C:
1298         * texrow.C:
1299         * text.C:
1300         * text2.C:
1301         * toc.C: remove redundant using directives.
1302
1303 2003-09-07  Angus Leeming  <leeming@lyx.org>
1304
1305         * LaTeXFeatures.h: remove #include "support/types.h".
1306         * ToolbarBackend.h: remove #include <algorithm>.
1307         * changes.h: remove #include <ctime>.
1308         * debug.h: remove #include <iosfwd>.
1309         * graph.h: remove #include "support/std_string.h".
1310         * lyx_main.h: remove #include <csignal>.
1311         * lyxlex_pimpl.h: remove #include <fstream>.
1312         * sgml.h: remove #include <algorithm>, <utility>.
1313         * toc.h: remove #include "support/std_ostream.h".
1314         Add #include <iosfwd>.
1315
1316 2003-09-07  Angus Leeming  <leeming@lyx.org>
1317
1318         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
1319
1320         * converter.h: forward declare LatexRunParams.
1321         * encoding.h: remove #include "lyxrc.h".
1322         * lyxtext.h: remove #include "LColor.h".
1323         * lyxtextclass.h: remove #include "support/types.h".
1324         * trans.h: remove #include "tex-accent.h".
1325         * trans_mgr.h: remove #include "tex-accent.h".
1326         * insets/inset.h: remove #include "support/types.h", <vector>.
1327         * insets/insetcollapsable.h: remove #include "LColor.h".
1328         * insets/insetinclude.h: remove #include "dimension.h".
1329         * insets/insetlatexaccent.h: remove #include "dimension.h".
1330         * insets/insetoptarg.h:: remove #include "insettext.h".
1331         * insets/insettext.h: remove #include "dimension.h",
1332         <boost/shared_ptr.hpp>
1333
1334         * insets/renderers.h: add #include "dimension.h".
1335         * insets/updatableinset.h: add #include "support/types.h".
1336
1337         * many .C files: Associated changes.
1338
1339 2003-09-06  Angus Leeming  <leeming@lyx.org>
1340
1341         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
1342         one, inside testInvariant.
1343
1344         * PrinterParams.C: new file.
1345         * PrinterParams.[Ch]: move the function bodies out of line.
1346
1347 2003-09-06  Angus Leeming  <leeming@lyx.org>
1348
1349         * ParagraphParameters.h: forward declare ParameterStruct rather than
1350         including its header file.
1351         (depth): moved out-of-line.
1352
1353 2003-09-06  Angus Leeming  <leeming@lyx.org>
1354
1355         * BufferView_pimpl.h:
1356         * kbmap.h:
1357         * kbsequence.h:
1358         * lyxfunc.h: forward declare LyXKeySym rather than
1359         #include "frontends/LyXKeySym.h".
1360
1361         * BufferView_pimpl.C:
1362         * kbmap.C:
1363         * kbsequence.C:
1364         * lyxfunc.C: associated changes.
1365
1366 2003-09-06  Angus Leeming  <leeming@lyx.org>
1367
1368         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1369         As a result, can remove the #include "insets/inset.h" from BufferView.h
1370
1371 2003-09-06  Angus Leeming  <leeming@lyx.org>
1372
1373         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1374         As a result, can remove the #include "insets/inset.h" from BufferView.h
1375
1376 2003-09-06  Angus Leeming  <leeming@lyx.org>
1377
1378         * buffer_funcs.C:
1379         * buffer.h:
1380         * bufferlist.C:
1381         * BufferView.C:
1382         * bufferview_funcs.C:
1383         * BufferView_pimpl.C:
1384         * CutAndPaste.C:
1385         * lyx_cb.C:
1386         * lyxfunc.C:
1387         * paragraph.h:
1388         * ParagraphParameters.C:
1389         * tabular.C:
1390         * text3.C:
1391         * toc.C:
1392         * undo_funcs.C:
1393         * frontends/controllers/ControlDocument.C:
1394         * insets/insetcaption.C: rearrange the #includes into some sort of
1395         coherent order.
1396
1397         * buffer.h: remove #includes ErrorList.h, undo.h
1398
1399 2003-09-06  Angus Leeming  <leeming@lyx.org>
1400
1401         * support/types.h: add a 'depth_type' typedef, used to store the
1402         nesting depth of a paragraph.
1403
1404         * paragraph.h:
1405         * ParameterStruct.h: use this lyx::depth_type typedef rather than
1406         defining explicitly.
1407
1408         * buffer.h:
1409         * paragraph_funcs.h:
1410         * ParagraphParameters.h:
1411         * sgml.h: use lyx::depth_type rather than Paragraph or
1412         ParameterStruct's depth_type.
1413
1414         * buffer.h
1415         * paragraph_funcs.h: no need to #include paragraph.h anymore.
1416
1417         * BufferView.C:
1418         * BufferView_pimpl.C:
1419         * CutAndPaste.C:
1420         * ParagraphParameters.C:
1421         * buffer_funcs.C:
1422         * bufferlist.C:
1423         * bufferview_funcs.C:
1424         * lyx_cb.C:
1425         * lyxfunc.C:
1426         * tabular.C:
1427         * text3.C:
1428         * toc.C:
1429         * undo_funcs.C:
1430         * frontends/LyXView.C:
1431         * frontends/controllers/ControlDocument.C:
1432         * frontends/controllers/ControlErrorList.C:
1433         * insets/insetbibitem.C:
1434         * insets/insetbranch.C:
1435         * insets/insetcaption.C:
1436         * insets/insetcollapsable.C:
1437         * insets/insetenv.C:
1438         * insets/insetert.C:
1439         * insets/insetfloat.C:
1440         * insets/insetfoot.C:
1441         * insets/insetfootlike.C:
1442         * insets/insetnewline.C:
1443         * insets/insetquotes.C:
1444         * insets/insettabular.C:
1445         * insets/insettext.C:
1446         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
1447
1448         * frontends/controllers/ControlChanges.C: #include "changes.h".
1449
1450 2003-09-06  Angus Leeming  <leeming@lyx.org>
1451
1452         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
1453         than #including paragraph.h.
1454
1455         * ParagraphList.h:
1456         * RowList.h: deleted. Superfluous.
1457
1458         * CutAndPaste.h:
1459         * iterators.h:
1460         * lyxcursor.h:
1461         * lyxtext.h:
1462         * text_funcs.h:
1463         * undo.h:
1464         * undo_funcs.h:
1465         * insets/inset.h:
1466         * insets/insettext.h: use ParagraphList_fwd.h rather than
1467         ParagraphList.h.
1468
1469         * paragraph.h: don't forward declare ParagraphList.
1470
1471         * buffer.h:
1472         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
1473         rather than ParagraphList.h. paragraph.h is still needed for the
1474         Paragraph::depth_type parameters.
1475
1476         * textcursor.h: enable it to compile stand-alone in light of the
1477         above changes.
1478
1479         * bufferview_funcs.C:
1480         * iterators.C:
1481         * lyxfunc.C:
1482         * lyxrow_funcs.C:
1483         * paragraph.C:
1484         * rowpainter.C:
1485         * text.C:
1486         * text2.C:
1487         * text3.C:
1488         * text_funcs.C:
1489         * textcursor.C:
1490         * undo.C:
1491         * frontends/controllers/ControlParagraph.C:
1492         * frontends/controllers/ControlTabular.C:
1493         * insets/insetmarginal.C:
1494         * insets/insetminipage.C:
1495         * insets/insetnote.C:
1496         * insets/insetoptarg.C: add header files needed to compile again.
1497
1498 2003-09-06  Angus Leeming  <leeming@lyx.org>
1499
1500         * RowList_fwd.h: new file, forward-declaring Row rather than
1501         #including lyxrow.h.
1502
1503         * lyxrow_funcs.h:
1504         * lyxtext.h:
1505         * paragraph.h:
1506         * insets/insettext.h: use it instead of RowList.h
1507
1508         * bufferview_funcs.C:
1509         * lyxfunc.C:
1510         * lyxrow_funcs.C:
1511         * paragraph.C:
1512         * rowpainter.C:
1513         * text.C:
1514         * text2.C:
1515         * text3.C: #include "RowList.h".
1516
1517 2003-09-05  Angus Leeming  <leeming@lyx.org>
1518
1519         * factory.C (createInset):
1520         * vspace.C (c-tor): replace sscanf call with an istringstream.
1521         * ispell.C: re-add missing HP/UX headers.
1522         * lyxserver.C: re-add missing  os2 headers.
1523
1524 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
1525
1526         * BranchList.C:
1527         * graph.C:
1528         * ispell.C:
1529         * lastfiles.C:
1530         * lyx_cb.C:
1531         * lyxserver.C:
1532         * texrow.C:
1533         * text3.C: re-add missing system headers, needed for 2.95.2.
1534
1535 2003-09-05  Angus Leeming  <leeming@lyx.org>
1536
1537         Changes most place everywhere due to the removal of using directives
1538         from support/std_sstream.h.
1539
1540 2003-09-05  Angus Leeming  <leeming@lyx.org>
1541
1542         Replace LString.h with support/std_string.h,
1543         Lsstream.h with support/std_sstream.h,
1544         support/LIstream.h with support/std_istream.h,
1545         support/LOstream.h with support/std_ostream.h.
1546
1547         Changes resulting throughout the tree.
1548
1549 2003-09-05  Angus Leeming  <leeming@lyx.org>
1550
1551         * sgml.h: ensure that the header file can be compiled stand-alone.
1552         * *.C: strip out redundant #includes. (320 in total.)
1553
1554 2003-09-04  Angus Leeming  <leeming@lyx.org>
1555
1556         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
1557         here (from getPackages).
1558
1559         * debug.[Ch]: add a new EXTERNAL tag.
1560
1561 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1562
1563         * text2.C (cursorEnd): simplify
1564         (setCursor): adjust
1565         (getColumnNearX): adjust
1566
1567         * text.C (computeBidiTables): adjust
1568         (fill): adjust
1569
1570         * rowpainter.C (paintChars): adjust
1571         (paintSelection): adjust
1572         (paintChangeBar): adjust
1573         (paintText): adjust
1574
1575         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
1576         lastPos instead.
1577         (numberOfSeparators): adjust
1578
1579 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1580
1581         * LyXAction.C:
1582         * box.[Ch]:
1583         * lfuns.h:
1584         * lyxfunc.C:
1585         * text3.C: Restricts the mouse click functionality
1586         of insets like bibtex, include, toc and floatlist to the visible
1587         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
1588         up the dialogs. Cursor has to be in front of the inset (i.e.
1589         start of row) for this to function.
1590
1591 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1592
1593         * bufferview_funcs.C (currentState): output row information
1594
1595 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1596
1597         * bufferview_funcs.C (currentState): output paragraph position
1598
1599 2003-09-04  Angus Leeming  <leeming@lyx.org>
1600
1601         * FloatList.h: move out #include "Floating.h".
1602         * LaTeX.h: move out #include "DepTable.h".
1603         * LyXAction.h: move out #include "funcrequest.h".
1604         * buffer.h: move out #include "author.h", "iterators.h".
1605         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
1606         * lyx_main.h: move out #include "errorlist.h".
1607         * lyxfunc.h: move out #include "FuncStatus.h".
1608         * lyxtext: move out #include "lyxcursor.h".
1609         * paragraph_pimpl.h: move out #include "counters.h".
1610
1611 2003-09-03  Angus Leeming  <leeming@lyx.org>
1612
1613         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
1614         preamble_snippets list, enabling us to add snippets to the preamble
1615         only if the snippet was not there already.
1616
1617 2003-09-04  Angus Leeming  <leeming@lyx.org>
1618
1619         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
1620
1621 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1622
1623         * lyxfunc.C (dispatch): if fitCursor did something be sure to
1624         update
1625
1626 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1627
1628         * BranchList.C: point fix, earlier forgotten
1629
1630 2003-09-02  Angus Leeming  <leeming@lyx.org>
1631
1632         * box.C (contains): renamed from 'contained' after a fantastic
1633         amount of hot air.
1634
1635 2003-09-02  John Levon  <levon@movementarian.org>
1636
1637         * BufferView.C:
1638         * lyxcursor.h:
1639         * lyxcursor.C:
1640         * lyxfunc.C:
1641         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
1642
1643 2003-09-02  John Levon  <levon@movementarian.org>
1644
1645         * text2.C: simplification of cursorEnd(), including partial
1646         fix for bug 1376
1647
1648 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1649
1650         * buffer.C (readFile): add a space
1651
1652 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1653
1654         * BufferView_pimpl.C (update): remove bogus fitCursor() call
1655
1656 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1657
1658         * buffer.C (readFile): new function, take a filename and a
1659         ParagraphList::iterator
1660         (readFile): adjust
1661         (readFile): adjust, make it private. don't use setStream, make
1662         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
1663         always contain the filename.
1664
1665         * BufferView.C (insertLyXFile): simplify and make it work for
1666         gzipped files.
1667
1668 2003-08-30  John Levon  <levon@movementarian.org>
1669
1670         * Makefile.am: fix dist (from Kayvan)
1671
1672 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1673
1674         * most files: change to use const Buffer refs
1675
1676 2003-08-27  André Pönitz  <poenitz@gmx.net>
1677
1678         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
1679         on top of ownerPar().
1680
1681 2003-08-27  John Levon  <levon@movementarian.org>
1682
1683         * funcrequest.C: properly initialise POD members
1684
1685 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1686
1687         * lyxtext.h (top_y): move top_y from here
1688         * text.C:
1689         * text2.C:
1690         * text3.C:
1691         * BufferView.[Ch]:
1692         * BufferView_pimpl.[Ch]: to here
1693         * frontends/screen.C:
1694         * insets/insettabular.C:
1695         * insets/insettext.C: adjust
1696         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1697
1698 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1699
1700         * BufferView.[Ch]:
1701         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1702
1703 2003-08-26  André Pönitz  <poenitz@gmx.net>
1704
1705         * paragraph_func.[Ch] (outerPar): new function
1706
1707         * paragraph.C:
1708         * paragraph_funcs.C:
1709         * paragraph_funcs.h:
1710         * paragraph_pimpl.C:
1711         * text2.C: remove Inset::par_owner
1712
1713 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1714
1715         * lyxrow_funcs.C:
1716         * lyxtext.h:
1717         * text.C:
1718         * text2.C: eliminates the needFullRow/display() stuff
1719         altogether, putting the logic in metrics/draw in the insets.
1720
1721 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1722
1723         * text2.C (redoParagraphInternal, redoParagraphs):
1724         * text.C (redoParagraph): add a call to updateRowPositions at the
1725         end of each 'metrics-like' call. Remove all others.
1726         (getRow): remove the 'y-computing' version.
1727         (getRowNearY): do not compute nor return the real y. Solve the
1728         'y < 0' problem and simplify.
1729
1730 2003-08-22  Angus Leeming  <leeming@lyx.org>
1731
1732         * *.[Ch]: clean-up of licence and author blurbs.
1733         Also move config.h out of a few .h files and into a few .C files.
1734
1735 2003-08-22  André Pönitz  <poenitz@gmx.net>
1736
1737         * lyxrow.[Ch]: add x_ and *fill_ members
1738
1739         * lyxtext.h:
1740         * text.C:
1741         * rowpainter.C:
1742         * text2.C: adjust/remove prepareToPrint() calls
1743
1744 2003-08-22  André Pönitz  <poenitz@gmx.net>
1745
1746         * lyxrow.[Ch]: add  end_ member
1747
1748         * lyxrow_funcs.C: use LyXRow::end_
1749
1750         * lyxtext.h (singleWidth): add LyXFont parameter
1751
1752         * rowpainter.C:
1753         * text2.C: adjust LyXText::singleWidth() calls
1754
1755         * text.C (redoParagraph): simplify row breaking logic
1756
1757
1758 2003-08-19  André Pönitz  <poenitz@gmx.net>
1759
1760         * funcrequest.C: initialize button_ member
1761
1762         * text3.C:
1763         * rowpainter.[Ch]: interface consolidation
1764
1765 2003-08-18  André Pönitz  <poenitz@gmx.net>
1766
1767         * BufferView.C:
1768         * BufferView_pimpl.C:
1769         * lyxfind.C:
1770         * paragraph_funcs.C:
1771         * rowpainter.C:
1772         * text3.C: remove LyXScreen::draw() and fitCursor calls
1773
1774         * BranchList.h: remove spurious semicolons
1775
1776         * MenuBackend.C: fix branchlist related crash
1777
1778 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1779
1780         * BranchList.[Ch]:
1781         * InsetList.[Ch]:
1782         * LColor.[Ch]:
1783         * LyXAction.C:
1784         * Makefile.am:
1785         * MenuBackend.[Ch]:
1786         * bufferparams.[Ch]:
1787         * factory.C:
1788         * lfuns.h:
1789         * lyxfunc.C:
1790         * text3.C: implements the 'branch inset'
1791         idea. This allows the output of various versions of a document
1792         from a single source version, selectively outputing or suppressing
1793         output of parts of the text.
1794         This implementation contains a 'branch list editor' in a separate
1795         tab of the document settings dialog. Branches are user definable
1796         and have a "display colour" to distinguish them on-screen.
1797
1798         ColorHandler was somewhat cleaned up.
1799         (1) make possible a dynamically growing LColor list by allowing
1800         the graphic context cache to grow along (vector);
1801         (2) eliminate an IMHO unnecessary step in colour allocation.
1802
1803 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1804
1805         * BufferView_pimpl.C: compile fix
1806
1807 2003-08-15  André Pönitz  <poenitz@gmx.net>
1808
1809         * rowpainter.C: remove extra metrics calls
1810
1811         * lyxtext.h: merge the two constructors into a single one,
1812           pass reference to owner's par list
1813
1814         * BufferView_pimpl.C:
1815         * text.C:
1816         * text2.C: adjust
1817
1818 2003-08-15  André Pönitz  <poenitz@gmx.net>
1819
1820         * lyxrow_funcs.[Ch]:
1821         * lyxtext.h:
1822         * paragraph.h:
1823         * paragraph_funcs.C:
1824         * rowpainter.C:
1825         * text.C:
1826         * text2.C:
1827         * text3.C:
1828         * text_funcs.C: split LyXText::rowlist_ into individual
1829         Paragraph::rows_ chunks
1830
1831         * BufferView.[Ch]:
1832         * BufferView_pimpl.[Ch]:
1833         * lyxfind.C:
1834         * lyxtext.h:
1835         * text3.C: remove toggleSelection()
1836
1837 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1838
1839         * bufferlist.C: beautify two alerts (shorter text of buttons)
1840         * buffer.C: Remove redundant ' ' from message
1841         * tabular.h:
1842         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1843         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1844         rename VALIGN_CENTER to VALIGN_MIDDLE
1845
1846 2003-08-11  André Pönitz  <poenitz@gmx.net>
1847
1848         * lyxtext.h (getPar):
1849         * text.C: new function
1850
1851 2003-08-11  André Pönitz  <poenitz@gmx.net>
1852
1853         * Makefile.am:
1854         * tracer.[Ch]: remove unneeded files
1855
1856         * InsetList.[Ch]: remove resizeInsetsLyXText()
1857
1858         * lyxtext.h:
1859         * text.C:
1860         * text2.C:
1861         * text3.C: merge insertParagraphs() and appendParagraph()
1862         remove breakAgain(), update()
1863
1864         * BufferView_pimpl.[Ch]:
1865         * bufferview_funcs.[Ch]:
1866         * lyxfunc.C:
1867         * paragraph.[Ch]:
1868         * rowpainter.C:
1869         * tabular.C: adjust after text & InsetList changes.
1870
1871 2003-08-08  André Pönitz  <poenitz@gmx.net>
1872
1873         * text.C (insertChar, backspace): replace rowlist fiddling
1874         with rebreak of full par
1875
1876         * lyxtext.h:
1877         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1878         checkParagraph, updateInset): removed
1879
1880 2003-08-07  André Pönitz  <poenitz@gmx.net>
1881
1882         * paragraph.C:
1883         * text3.C: merge some LFUN handlers, remove dead code
1884
1885 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1886
1887         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1888
1889 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1890
1891         * text2.C (DEPM): fix part of bug 1255 and 1256
1892
1893 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1894
1895         * BufferView_pimpl.C (workAreaDispatch): change to use
1896         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1897         that are no mouse related.
1898
1899 2003-08-05  André Pönitz  <poenitz@gmx.net>
1900
1901         * BufferView.[Ch]:
1902         * BufferView_pimpl.[Ch]:
1903         * bufferview_funcs.C:
1904         * text2.C:
1905         * text3.C: rip out "deep update"
1906
1907         * textcursor.[Ch] (last_sel_cursor): remove unused member
1908
1909 2003-08-04  André Pönitz  <poenitz@gmx.net>
1910
1911         * BufferView.[Ch]:
1912         * BufferView_pimpl.[Ch]:
1913         * ParagraphParameters.C:
1914         * bufferview_funcs.C:
1915         * lyx_cb.C:
1916         * lyxfind.C:
1917         * lyxfunc.C:
1918         * text.C:
1919         * text2.C:
1920         * text3.C: replace "complicated" BufferView::update(...) calls with
1921         simpler ones.
1922
1923         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1924
1925 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1926
1927         * Makefile.am (lyx_SOURCES): add paper.h
1928
1929 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1930
1931         * Makefile.am: move things around so that both lyx-qt and
1932         lyx-xforms can be built (according to --with-frontend). Then lyx
1933         is a symbolic link to lyx-[firstfrontend]
1934
1935 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1936
1937         * Always use std::endl with lyxerr
1938
1939 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1940
1941         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1942
1943 2003-08-01  André Pönitz  <poenitz@gmx.net>
1944
1945         * BufferView.[Ch]:
1946         * BufferView_pimpl.[Ch]:
1947         * lyxfunc.C:
1948         * text3.C: merge BufferView::repaint() and BufferView::update()
1949
1950 2003-08-01  José Matos  <jamatos@lyx.org>
1951
1952         * buffer.[Ch]: file_format is no longer a buffer data element.
1953
1954 2003-08-01  André Pönitz  <poenitz@gmx.net>
1955
1956         * BufferView.C:
1957         * lyxtext.h:
1958         * text.C:
1959         * text2.C: make redoParagraph more independent of current cursor
1960
1961         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1962         * text.C:
1963         * text2.C: remove unneeded members
1964
1965 2003-07-30  André Pönitz  <poenitz@gmx.net>
1966
1967         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1968
1969         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1970           create a single function...
1971
1972         * paragraph_funcs.C (moveItem): ... here.
1973
1974         * text.C:
1975           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1976
1977 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1978
1979         * LColor.[Ch]: Add comment and greyedout logical colors.
1980
1981 2003-07-30  André Pönitz  <poenitz@gmx.net>
1982
1983         * tabular.C: don't use Assert too heavily. This crashes where it
1984           shouldn't
1985
1986 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1987
1988         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1989         is disabled (bug 1232)
1990
1991 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1992
1993         * factory.C: limited 'arg' scope
1994
1995 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1996
1997         * factory.C: fixed Note submenu issues
1998
1999 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2000
2001         * factory.C: submenu for Note/Comment/Greyedout
2002
2003 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
2004
2005         * lyx_main.C (LyX):
2006         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
2007
2008 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
2009
2010         * LaTeXFeatures.C:
2011         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
2012         greyedout. Patch provided by Jürgen Spitzmüller.
2013
2014 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2015
2016         * kbmap.C (read): fix error message when reading bind files
2017
2018 2003-07-29  Angus Leeming  <leeming@lyx.org>
2019
2020         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
2021         certainly does not do what it purports to do. I am doing it, and
2022         us, a favour by killing it.
2023
2024 2003-07-28  José Matos  <jamatos@lyx.org>
2025
2026         * buffer.C (readBody, do_writeFile):
2027         * paragraph.C(readParagraph): \end_document replaces \the_end.
2028
2029 2003-07-29  André Pönitz  <poenitz@gmx.net>
2030
2031         * BufferView.[Ch]:
2032         * BufferView_pimpl.[Ch]:
2033         * lyxfunc.C:
2034         * text2.C:
2035         * text3.C:
2036         * textcursor.[Ch]: remove toggleToggle & Co
2037
2038 2003-07-28  José Matos  <jamatos@fep.up.pt>
2039
2040         * buffer.C (readParagraph):
2041         * params_func (readParToken, readParagraph):
2042         * paragraph.C (write): \layout -> \begin_layout.
2043
2044 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2045
2046         * lyxlex_pimpl.C (setFile): clean up slightly.
2047
2048         * bufferparams.h: add compressed var
2049
2050         * buffer_funcs.C (readFile): adjust for LyXLex change
2051         (newFile): ditto + simplify
2052
2053         * buffer.C (writeFile): handle writing of compressed files
2054
2055         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
2056         Check if the file is compressed and set a bufferparm if so.
2057
2058         * Makefile.am (lyx_LDADD): remove explicit -lz
2059
2060 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2061
2062         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
2063         makeDocBookFile): put the real LyX version in the first line of
2064         the file
2065
2066         * version.h:
2067         * version.C.in: remove lyx_docversion
2068
2069         * tabular.C (write_attribute): add a template-based version to
2070         write enums properly
2071
2072 2003-07-28  André Pönitz  <poenitz@gmx.net>
2073
2074         * lyxtext.h:
2075         * text.C:
2076         * text2.C:
2077         * text3.C: use doubles again for x-coordinates. They are needed.
2078
2079 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2080
2081         * messages.C (getLocaleDir): use lyx_localedir()
2082
2083         * lyxlex_pimpl.C (setFile): compress stuff
2084
2085         * buffer.C (writeFile): add some compression stuff
2086         (do_writeFile): new func, dont call expliti close... will this
2087         breake anything?
2088
2089         * Makefile.am (lyx_LDADD): add -lz
2090
2091 2003-07-28  José Matos  <jamatos@fep.up.pt>
2092
2093         * buffer.C: increment file format.
2094         * paragraph_funcs (readParagraph, readParToken):
2095         * paragraph.C (readParagraph): add \end_layout.
2096
2097 2003-07-27  Angus Leeming  <leeming@lyx.org>
2098
2099         * Makefile.am: remove special casing for configure-time setting of
2100         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
2101
2102         * lyx_main.C (init): remove all Jean-Marc's magic setting of
2103         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
2104
2105 2003-07-26  André Pönitz  <poenitz@gmx.net>
2106
2107         * paragraph_func.[Ch]:
2108         * paragraph.C (realizeFont): inline it whereever it is used
2109
2110         * rowpainter.C:
2111         * text.C:
2112         * text2.C:
2113         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
2114
2115
2116 2003-07-26  André Pönitz  <poenitz@gmx.net>
2117
2118         *       lyxtext.h:
2119         * text.C:
2120         * text2.C: get rid of LyXText::need_break_row
2121
2122 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2123
2124         * toc.[Ch]: put namespace toc inside namespace lyx
2125
2126         * MenuBackend.C (expandToc2): adjust for lyx::toc
2127         (expandToc): ditto
2128
2129         * lyxfunc.C (dispatch): adjust for lyx::find
2130
2131         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
2132         lyx::find instead. Reorganize a bit.
2133         (LyXReplace): rename to replace
2134         (LyXFind): rename to find
2135
2136         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
2137         (dispatch): ditto
2138
2139 2003-07-26  André Pönitz  <poenitz@gmx.net>
2140
2141         * text.C (setHeightOfRow): restrict scope of temporary variable
2142
2143         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
2144           code (never has been used?)
2145
2146 2003-07-27  Asger Alstrup  <alstrup@local>
2147
2148         * text.C (fill): Optimise algorithm to exploit that we can reuse
2149         the LyXFont for many characters.
2150         (setHeightOfRow): Same thing.
2151         (rowBreakPoint): Same thing.
2152
2153 2003-07-26  Asger Alstrup  <alstrup@local>
2154
2155         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
2156
2157         * text.C (singleWidth): Spurious font copying in hot-spot
2158         singleWidth avoided. Reorder tests for arabic for efficiency.
2159
2160         * text.C (fill): handle empty paragraphs better.
2161
2162 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2163
2164         * ispell.C:
2165         * encoding.h: add includes
2166
2167         * lyxrc.C: remove reading of bind files
2168
2169         * lyx_main.C (init): setup bindings and menus only if we have a
2170         gui.
2171
2172         * kbmap.C (read): new method. Do the actual reading of bind
2173         files.
2174
2175         * converter.C (dvipdfm_options):
2176         * bufferparams.C:
2177         * lyxrc.C (read):
2178         (output): adapt PAPER_* enums.
2179
2180         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
2181
2182         * bufferparams.h: remove paper-related enums from there
2183
2184         * paper.h: New file. A trivial header file to hold paper-related
2185         enums. It should later expand to contain many paper-related
2186         horrors access.
2187
2188         * lyxrc.C: declare extern displayTranslator
2189
2190 2003-07-27  José Matos  <jamatos@fep.up.pt>
2191
2192         * tabular.[Ch] (linuxdoc): add support for tables and figures
2193         (linuxdoc).
2194
2195 2003-07-27  José Matos  <jamatos@fep.up.pt>
2196
2197         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
2198         consistency in both functions.
2199         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
2200
2201 2003-07-26  Asger Alstrup  <alstrup@local>
2202
2203         * rowpainter.C (paintRows): Change algorithm to work directly on
2204         the insets rather than asking every character in the document
2205         whether its an inset.
2206
2207 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
2208
2209         * buffer.C (openFileWrite): factorize some code
2210
2211 2003-07-26  Angus Leeming  <leeming@lyx.org>
2212
2213         * lyx_cb.C:
2214         * lyx_main.[Ch]: replace occurances of system_tempdir with
2215         os::getTmpDir().
2216
2217 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2218
2219         * rename Inset to InsetOld
2220
2221 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
2222
2223         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
2224         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
2225         which I think is a bit clearer. EDIT is gone, since it was
2226         premature optimisation, and broken for mathed anyway.
2227         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
2228         with cursor positioning in insets as well (math insets still do not
2229         work, but that's a different story anyway.) It mysteriously
2230         crashes sometimes with undo in the first paragraph, but I'm fairly
2231         confident that this is a compiler bug.
2232
2233 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2234
2235         * paragraph.C (Paragraph): adjust for new clone return type
2236         (operator==): ditto
2237         (copyIntoMinibuffer): ditto
2238
2239 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
2240
2241         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
2242         by not having a special case, and always doing a full rebreak of
2243         the document after undo.
2244
2245 2003-07-23  Angus Leeming  <leeming@lyx.org>
2246
2247         * factory.C (createInset): InsetExternal::setParams now takes a
2248         Buffer const * arg.
2249
2250 2003-07-23  Angus Leeming  <leeming@lyx.org>
2251
2252         * factory.C (createInset): changed interface to the external and
2253         graphics mailers' string2params functions.
2254
2255 2003-07-23  Angus Leeming  <leeming@lyx.org>
2256
2257         * factory.C (createInset): pass a
2258         Buffer const * parameter to InsetExternalMailer's string2params.
2259
2260 2003-07-22  John Levon  <levon@movementarian.org>
2261
2262         * Thesaurus.h: include the right aiksaurus header
2263
2264 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2265
2266         * MenuBackend.C (expand): check menu shortcuts unconditionally
2267
2268 2003-07-21  Angus Leeming  <leeming@lyx.org>
2269
2270         * factory.C (createInset): pass a
2271         buffer_path parameter to InsetGraphicsMailer's string2params.
2272
2273 2003-07-21  Angus Leeming  <leeming@lyx.org>
2274
2275         * BufferView_pimpl.C (buffer):
2276         * buffer.C (d-tor):
2277         * lyx_main.C (LyX):
2278         * lyxfunc.C (dispatch):
2279         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
2280         rather than the grfx shortcut.
2281
2282 2003-07-21  André Pönitz  <poenitz@gmx.net>
2283
2284         * rowpainter.C: remove unused variables
2285
2286         * tabular_funcs.C:
2287         * tabular_funcs.h: move to tabular.C
2288         * Makefile.am: adjust
2289
2290         * tabular.[Ch]: basic optical cleaning
2291
2292         * author.h: pass references, not values
2293
2294 2003-07-18  André Pönitz  <poenitz@gmx.net>
2295
2296         * lyxtext.h:
2297         * metricsinfo.C:
2298         * metricsinfo.h:
2299         * rowpainter.C:
2300         * text.C:
2301         * text2.C:
2302         * text3.C: two-phase drawing for InsetText and InsetTabular
2303         some float -> int changes.
2304
2305 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2306
2307         * lyx_main.C: fix the fix
2308
2309 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2310
2311         * lyx_main.C: fix a crash in batch mode if no files specified
2312         * converter.C: ws
2313
2314 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
2315
2316         * format.[Ch] (papersize): moved to BufferParams
2317         * converter.[Ch] (dvips_options): moved to BufferParams
2318         (dvipdfm_options): moved to anon namespace
2319         * bufferparams.[Ch]: added above functions.
2320
2321 2003-07-17  André Pönitz  <poenitz@gmx.net>
2322
2323         * lyxtext.h:
2324         * rowpainter.C:
2325         * text2.C: don't call inset->update() anymore
2326
2327         * metricsinfo.[Ch]: add convenience constructor
2328
2329 2003-07-16  André Pönitz  <poenitz@gmx.net>
2330
2331         * lyxcursor.[Ch]:
2332         * lyxfunc.[Ch]:
2333         * text.C:
2334         * text2.C: replace the LyXCursor::irow_ member with
2335          on-demand computation of the value
2336
2337 2003-07-16  John Levon  <levon@movementarian.org>
2338
2339         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
2340
2341 2003-07-15  André Pönitz  <poenitz@gmx.net>
2342
2343         * text.C:
2344         * text2.C: remove no more needed refresh_row
2345
2346 2003-07-15  André Pönitz  <poenitz@gmx.net>
2347
2348         * lyxtext.h:
2349         * rowpainter.C:
2350         * text2.C:
2351         * text3.C: refresh_status tristate -> need_update bool
2352
2353 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
2354
2355         * lyxtext.h (init): remove reinit argument (act as if always true)
2356         * text2.C: adjust to that
2357
2358 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2359
2360         * bufferview_funcs.[Ch]: introduce function replaceSelection()
2361         * text3.C: use it to delete selections in some cases
2362         (bugs 441, 673, 702, 954).
2363
2364 2003-07-14  André Pönitz  <poenitz@gmx.net>
2365
2366         * rowpainter.[Ch]: reduce interface
2367
2368 2003-07-14  André Pönitz  <poenitz@gmx.net>
2369
2370         * BufferView_pimpl.C:
2371         * text2.C: adjust after removing unused BufferView * argument
2372
2373 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
2374
2375         * text2.C (init): fix a crash fired on resize
2376
2377 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
2378
2379         * buffer.[Ch]: added new closing signal
2380         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
2381         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
2382         BufferView::Pimpl via the closing the signal
2383
2384 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
2385
2386         * buffer.[Ch]: take out all bv-related from buffer
2387         * BufferView.C:
2388         * BufferView_pimpl.[Ch]: connect to new signals
2389         * CutAndPaste.C: removed useless asserts
2390         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
2391         * lyxvc.[Ch]:
2392         * vc-backend.[Ch]:
2393         * lyxfunc.C: moved view-related funciontality from vc here
2394         * paragraph.C: removed outdated comments
2395         * text.C: ws
2396
2397 2003-07-10  André Pönitz  <poenitz@gmx.net>
2398
2399         * BufferView_pimpl.C:
2400         * tabular.h:
2401         * tabular_funcs.C:
2402         * text.C:
2403         * text2.C: remove InsetText::InnerCache, clean up consequences
2404
2405 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2406
2407         * ispell.C: fix two typos in error messages
2408
2409 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
2410
2411         * Extend Note inset to other forms of annotation like Comment
2412         and Greyedout. Right button click gives dialog.
2413
2414         Files modified or added (+):
2415
2416         * insetnote.[Ch]
2417         * FormNote.[Ch]      +
2418         * ControlNote.[Ch]   +
2419         * form_note.fd       +
2420         * Makefile.am in frontends/xforms, frontends/xforms/forms,
2421         frontends/controllers
2422         * xforms/Dialogs.C
2423         * factory.C
2424
2425 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2426
2427         * aspell.C: add missing namespace lyx::support
2428
2429 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
2430
2431         * BufferView.[Ch] (newFile): Add
2432         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
2433         * LaTeX.[Ch] (message): added this signal and use it
2434         * buffer.[Ch] (busy, message): added these signals and use them
2435         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
2436         * converter.C:
2437         * exporter.C:
2438         * format.C:
2439         * importer.C: use buffer signals instead of direct bv calling
2440         * lyx_cb.[Ch] (ShowMessage): removed
2441         * lyx_main.C:
2442         * lyxfunc.C:
2443         * paragraph_funcs.C:
2444         * text2.C: use buffer signals
2445
2446 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2447
2448         * introduce namespace lyx::graphics
2449
2450 2003-07-02  André Pönitz  <poenitz@gmx.net>
2451
2452         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
2453
2454 2003-07-01  André Pönitz  <poenitz@gmx.net>
2455
2456         * text.C:
2457         * text2.C:
2458         * text3.C:
2459         * text_funcs.[Ch]:
2460         * textcursor.h:
2461         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
2462           text*.C to text_func.C
2463
2464 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2465
2466         * introduce namespace lyx::support
2467
2468 2003-06-30  André Pönitz  <poenitz@gmx.net>
2469
2470         * Chktex.C:
2471         * funcrequest.C:
2472         * lyxtext.h:
2473         * text.C: re-enable --with-included-string
2474
2475 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2476
2477         * textcursor.C: add <config.h>
2478
2479         * text.C (getWord): remove const from word_location arg
2480
2481         * lyxvc.C (getLogFile): fix const type order
2482
2483         * lyxtext.h: remove const from word_location arg, add arg name
2484
2485         * lyxlayout.h: currect type on labeltype.
2486
2487         * importer.C: correct \file
2488
2489         * converter.C (intToFormat): use std:: on ret val, ws changes
2490
2491         * bufferlist.h: correct \file
2492
2493         * buffer.C (makeLinuxDocFile): fix const type order
2494         (makeDocBookFile): ditto
2495         (fillWithBibKeys): use std:: on stdlib args.
2496
2497         * CutAndPaste.C: fix authors.
2498         (availableSelections): use std:: on return vector
2499
2500 2003-06-27  André Pönitz  <poenitz@gmx.net>
2501
2502         * BufferView_pimpl.C:
2503         * bufferview_funcs.C:
2504         * lyxcursor.C:
2505         * lyxcursor.h:
2506         * lyxfunc.C:
2507         * lyxtext.h:
2508         * rowpainter.C:
2509         * text.C:
2510         * text2.C:
2511         * text3.C: remove LyXCursor::row_ member
2512
2513         * lyxtext.h:
2514         * text.C: rename fullRebreak() to partialRebreak() and implement
2515           a fullRebreak() that really bereks fully
2516
2517         * textcursor.h: new struct for cursor-related data
2518
2519 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
2520
2521         * lyx_main.C (LyX): get full path of document loaded on the
2522         command line
2523
2524 2003-06-26  André Pönitz  <poenitz@gmx.net>
2525
2526         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
2527           remove unused/broken operator>,<,>=.
2528
2529         *       text.C: remove only use of broken operator<= in an Assert().
2530
2531 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2532
2533         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
2534         moved errorlist_.clear to showErrorList
2535
2536 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2537
2538         * converter.C (scanLog, runLaTeX):
2539         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
2540         move the bv->showErrorList call to the callers
2541         * lyxfunc.C: i.e. here...
2542         * text2.C: and here
2543         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
2544         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
2545         namespace, the second to...
2546         * buffer_funcs (BufferFormat, parseErrors): added
2547         * errorlist.C (ErrorList(TeXErrors const &)): removed
2548
2549 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2550
2551         * ToolbarBackend.C (getIcon): complain when icon cannot be found
2552
2553 2003-06-24  "Garst R. Reese" <reese@isn.net>
2554
2555         * debug.C: fix typo
2556
2557 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2558
2559         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
2560
2561         * version.C.in: change docversion to 1.4
2562
2563 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
2564
2565         * buffer.C: fix a bug just introduced
2566
2567 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
2568
2569         * buffer.[Ch]: added the parseError signal and use it, removed
2570         sgmlError
2571         * BufferView.[Ch] (addError): moved to ...
2572         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
2573         to the Buffer::parseError signal to catch (guess what) parse errors
2574         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
2575
2576 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
2577
2578         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
2579         ability to create a buffer and to return an existing one from
2580         the list. Moved these functions to...
2581         * buffer_funcs.[Ch]: added
2582         * BufferView.[Ch] (loadLyXFile): added
2583         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
2584         job removed from bufferlist::loadLyXFile.
2585         * buffer.C (setReadOnly): make it work without view
2586         (i.e added an if (users))
2587
2588 2003-06-19  Angus Leeming  <leeming@lyx.org>
2589
2590         * lfuns.h:
2591         * LyXAction.C (init):
2592         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
2593         with LFUN_DIALOG_SHOW <name> <data>.
2594
2595 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2596
2597         * CutAndPaste.C (availableSelections): small compilation fix for
2598         ancient (gcc 2.9x) compilers
2599
2600 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2601
2602         * text3.C (cursorNext): add tmp var
2603
2604         * text2.C (updateCounters): for function calling out of for clause
2605         (replaceSelectionWithString): ditto
2606         (insertStringAsParagraphs): ditto
2607         (getColumnNearX): add tmp var
2608         (setCursorFromCoordinates): add tmp var
2609         (cursorDownParagraph): add tmp var
2610         (deleteEmptyParagraphMechanism): add tmp var
2611
2612         * text.C (insertChar): add tmp var
2613
2614         * rowpainter.C (paintDepthBar): add tmp var
2615
2616         * CutAndPaste.C (availableSelections): potentially check all
2617         paragraphs in a cut to fill the shown strings.
2618
2619 2003-06-18  André Pönitz  <poenitz@gmx.net>
2620
2621         * kbmap.[Ch]: use vector<> instead of list<>
2622
2623 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2624
2625         * text3.C (dispatch): handle arg to LFUN_PASTE, call
2626         pasteSelection with index
2627
2628         * text2.C (pasteSelection): modify, call pasteSelection with index
2629
2630         * paragraph.C (asString): reimplement version with no interval to
2631         call the one with interval.
2632
2633         * lyxtext.h: add index arg to pasteSelection
2634
2635         * MenuBackend.C (MenuItem): handle PasteRecent
2636         (Menu::read::Menutags): add md_pasterecent
2637         (read): handle it
2638         (expandPasteRecent): new function
2639         (expand): use it
2640
2641         * MenuBackend.h: add PasteRecent to MenuItem::Kind
2642
2643         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
2644         the limited stack
2645         (availableSelections): new function
2646
2647 2003-06-17  Angus Leeming  <leeming@lyx.org>
2648
2649         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
2650
2651 2003-06-17  Angus Leeming  <leeming@lyx.org>
2652
2653         * lfuns.h:
2654         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
2655
2656         * lyxfunc.C (dispatch): invoke it.
2657
2658 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2659
2660         * iterators.C (operator++, ParPosition): reintroduce some
2661         const_cast for the benefit of older compilers.
2662
2663 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2664
2665         * text3.C (dispatch): do not modify clipboard when doing
2666         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
2667         LFUN_DELETE_SKIP on a selection selection
2668
2669 2003-06-16  André Pönitz  <poenitz@gmx.net>
2670
2671         * BufferView.C:
2672         * buffer.C:
2673         * buffer.h:
2674         * paragraph.C:
2675         * tabular.[Ch]: IU of clone() and getLabelList();
2676
2677 2003-06-13  André Pönitz  <poenitz@gmx.net>
2678
2679         * tabular.h: compactification
2680
2681 2003-06-12  André Pönitz  <poenitz@gmx.net>
2682
2683         * tabular.C:
2684         * tabular.h:
2685         * tabular_funcs.h: some renaming plus whitespace
2686
2687 2003-06-12  André Pönitz  <poenitz@gmx.net>
2688
2689         * BufferView.C:
2690         * BufferView_pimpl.C:
2691         * CutAndPaste.C:
2692         * buffer.C:
2693         * iterators.[Ch]:
2694         * lyxfunc.C:
2695         * text.C:
2696         * toc.C: Return a Paragraph & for ParIterator::operator*()
2697
2698 2003-06-11  John Levon  <levon@movementarian.org>
2699
2700         * lyx_main.C:
2701         * ToolbarBackend.h:
2702         * ToolbarBackend.C: add "Toolbars" section and
2703         put the flags there
2704
2705 2003-06-10  Angus Leeming  <leeming@lyx.org>
2706
2707         * lfuns.h:
2708         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2709
2710         * lyxfunc.C (dispatch): invoke it.
2711
2712 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2713
2714         * main.C: protect <ios> with HAVE_IOS
2715         (main): protect sync_with_stdio with HAVE_IOS
2716
2717 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2718
2719         * text2.C (cutSelection): adjust
2720         (pasteSelection): adjust
2721
2722         * messages.C: handle get of empty string
2723
2724         * main.C (main): use sync_with_stdio(false)
2725
2726         * lyxfunc.C (dispatch): adjust
2727
2728         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2729         (WriteAs): remove unneeded BufferView arg.
2730
2731         * bufferparams.h: use correct types on papersize, papersize2 and
2732         paperpackage.
2733
2734         * bufferparams.C (readToken): adjust for type
2735         (writeLaTeX): add missing cases to switch.
2736
2737         * bufferlist.C (quitWriteBuffer): adjust
2738         (close): adjust
2739
2740         * buffer.C (asciiParagraph): remove some commented code.
2741
2742         * CutAndPaste.C: remove current_view extern variable.
2743         (cutSelection): add BufferParams arg.
2744         (eraseSelection): add BufferParams arg.
2745         (pasteSelection): add Buffer const & arg
2746
2747 2003-06-07  John Levon  <levon@movementarian.org>
2748
2749         * buffer.C:
2750         * paragraph_funcs.C:
2751         * paragraph_pimpl.C:
2752         * text.C:
2753         * text2.C:
2754         * paragraph.h:
2755         * paragraph.C: allow InsetERT to freely space lines,
2756         and some consolidation of code
2757
2758 2003-06-06  José Matos  <jamatos@fep.up.pt>
2759
2760         * buffer.C (makeDocBookFile): fix bug #821
2761
2762 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2763
2764         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2765
2766 2003-06-04  Angus Leeming  <leeming@lyx.org>
2767
2768         * buffer.C: bump format to 224.
2769
2770 2003-06-05  André Pönitz  <poenitz@gmx.net>
2771
2772         * text2.C (redoParagraphs): remove two const_cast<>
2773
2774 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2775
2776         * ParagraphList.h: remove last remnants of NO_STD_LIST
2777
2778 2003-06-03  Angus Leeming  <leeming@lyx.org>
2779
2780         * factory.C (createInset): small change to the way InsetExternal's params
2781         are set.
2782
2783 2003-06-04  André Pönitz  <poenitz@gmx.net>
2784
2785         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2786
2787         * paragraph_pimpl.h:
2788         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2789
2790         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2791
2792         * undo_funcs.C: make some simple cases of undo work again
2793
2794 2003-06-03  John Levon  <levon@movementarian.org>
2795
2796         * ispell.C: HPUX doesn't have sys/select.h
2797         (from Albert Chin)
2798
2799 2003-06-03  John Levon  <levon@movementarian.org>
2800
2801         * CutAndPaste.C: update tabular and include inset
2802         buffer references
2803
2804         * buffer.h:
2805         * paragraph.h:
2806         * paragraph.C: remove owningBuffer(), don't pass Buffer
2807         to clone()
2808
2809         * factory.C: insetGraphicsParams changed
2810
2811 2003-06-02  John Levon  <levon@movementarian.org>
2812
2813         * LyXAction.C:
2814         * factory.C:
2815         * lfuns.h:
2816         * lyxfunc.C:
2817         * text3.C: remove insetparent
2818
2819 2003-06-02  John Levon  <levon@movementarian.org>
2820
2821         * buffer.h:
2822         * buffer.C: fix inset_iterator.end(), move out of line
2823         (bug 1149)
2824
2825 2003-06-01  John Levon  <levon@movementarian.org>
2826
2827         * text3.C: use a proper cut/paste when doing inset
2828         insert (from Jürgen Spitzmüller)
2829
2830 2003-06-01  John Levon  <levon@movementarian.org>
2831
2832         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2833
2834 2003-05-30  André Pönitz  <poenitz@gmx.net>
2835
2836         * rowpainter.C: unify second drawing phase
2837
2838 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2839
2840         * trans_mgr.C: remove one case of current_view
2841
2842         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2843
2844         * paragraph_funcs.h: remove paragraph.h include
2845
2846         * paragraph.h: delete NO_STD_LIST stuff
2847
2848         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2849
2850         * buffer.h: remove paragraph.h include
2851
2852         * ParagraphList.C: delete file
2853
2854         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2855
2856         * toc.C (getTocList): adjust
2857
2858         * paragraph_pimpl.C (validate): adjust
2859
2860         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2861
2862         * paragraph.C (Paragraph): adjust
2863         (getPositionOfInset): use const_iterator, adjust
2864         (bibitem): use const_iterator, adjust
2865         (setInsetOwner): adjust
2866
2867         * iterators.C (operator++): adjust
2868
2869         * InsetList.[Ch]: Replace selfmade iterator with standard
2870         vector::iterator also introduce const_iterator. Remove getPos,
2871         getInset and setInset from InsetTable. Adjust accordingly.
2872
2873         * BufferView.C (lockInset): adjust
2874         (ChangeInsets): adjust
2875
2876         * tabular.[Ch]: delete commented same_id functions
2877
2878 2003-05-28  John Levon  <levon@movementarian.org>
2879
2880         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2881
2882 2003-05-28  André Pönitz  <poenitz@gmx.net>
2883
2884         * metricsinfo.[Ch]: remove 'fullredraw' member
2885
2886 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2887
2888         * lyxtextclass.C (operator): remove caching.
2889
2890 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2891
2892         * text3.C: adjust
2893
2894         * text2.C (cursorBottom): adjust
2895         (setCounter): use ParagraphList::find, adjust
2896
2897         * text.C (workWidth): use ParagraphList::find, adjust
2898
2899         * lyxcursor.C (LyXCursor): adjust
2900
2901         * buffer.C (inset_iterator): adjust
2902
2903         * ParagraphList.h: make iterator(value_type) private, make
2904         ParagraphList a friend of iterator.
2905
2906         * ParagraphList.C (find): new function
2907
2908         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2909
2910 2003-05-27  André Pönitz  <poenitz@gmx.net>
2911
2912         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2913
2914 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2915
2916         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2917
2918 2003-05-26  John Levon  <levon@movementarian.org>
2919
2920         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2921
2922 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2923
2924         * remove same_id from function signatures, adjust.
2925
2926 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2927
2928         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2929
2930         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2931
2932         * paragraph.C (Paragraph): get rid of same_ids parameter
2933
2934         * ParagraphList.C (insert): adjust
2935         (push_back): adjust
2936
2937 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2938
2939         * paragraph_funcs.C (breakParagraph): adjust
2940         (breakParagraphConservative): adjust
2941
2942         * buffer.C (readParagraph): adjust
2943
2944         * ParagraphList.C (insert): take a reference instead of a pointer
2945         (insert): adjust
2946
2947         * paragraph.[Ch] (id): new function
2948
2949         * bufferlist.C (newFile): adjust
2950
2951         * ParagraphList.C (ParagraphList): adjust
2952         (assign): adjust
2953         (push_back): take a reference instead of a pointer.
2954
2955         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2956
2957         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2958         instead.
2959
2960         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2961         set else use old code.
2962
2963         * ParagraphList.C: remove all NO_NEXT code and only compile this
2964         code of NO_STD_LIST is set.
2965
2966 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2967
2968         * BufferView_pimpl.C:
2969         * TextCache.C:
2970         * TextCache.h:
2971         * bufferlist.C:
2972         * errorlist.h:
2973         * format.C:
2974         * format.h:
2975         * graph.C:
2976         * lyxfunc.C:
2977         * lyxrc.C:
2978         * graphics/GraphicsConverter.C:
2979         * graphics/PreviewLoader.C: header adjustment
2980
2981 2003-05-23  Angus Leeming  <leeming@lyx.org>
2982
2983         * LaTeXFeatures.[Ch] (useBabel): new method.
2984         * bufferparams.C (writeLaTeX): use it.
2985
2986 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2987
2988         * ParagraphList.h (set): remove unused function.
2989
2990 2003-05-23  André Pönitz  <poenitz@gmx.net>
2991
2992         * BufferView.C:
2993         * BufferView_pimpl.C:
2994         * buffer.C:
2995         * buffer.h:
2996         * lyxfunc.C:
2997         * undo_funcs.C: setUndo reworked
2998
2999         * iterators.[Ch]: add access to topmost ParagraphList
3000
3001         * lyxtext.[Ch] (workWidth): add a const
3002
3003 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3004
3005         * texrow.[Ch] (increasePos): remove function
3006         * exporter.C (export): removed unused var and outdated comment
3007
3008 2003-05-23  Angus Leeming  <leeming@lyx.org>
3009
3010         * latexrunparams.h: rename fragile as moving_arg.
3011         * paragraph.C (simpleTeXOnePar): ditto.
3012         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
3013
3014 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3015
3016         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
3017         (createUndo): ditto
3018         (textUndoOrRedo): comment out a currently unused var.
3019
3020         * paragraph.h (NO_NEXT): enable NO_NEXT
3021
3022         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
3023
3024         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
3025
3026         * exporter.C (Export): adjust for removeAutoInsets removal.
3027
3028         * buffer.C (runChktex): adjust for removeAutoInsets removal.
3029
3030         * LyXAction.C (init): remove LFUN_REMOVEERRORS
3031
3032         * BufferView.[Ch] (removeAutoInsets): delete function
3033
3034 2003-05-22  Angus Leeming  <leeming@lyx.org>
3035
3036         * latexrunparams.h: add a free_spacing variable.
3037
3038         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
3039         to pass moving_arg, as the data is stored in runparams.fragile.
3040
3041         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
3042         to Inset::latexOptional or to simpleTeXOnePar.
3043
3044         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
3045         free_spacing arg to Inset::latexOptional.
3046
3047         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3048         free_spacing arg.
3049
3050 2003-05-22  Angus Leeming  <leeming@lyx.org>
3051
3052         * latexrunparams.h: add fragile and use_babel variables.
3053
3054         * bufferparams.[Ch] (writeLaTeX): return use_babel.
3055         * buffer.C (makeLaTeXFile): store this returned value in
3056         runparams.use_babel, thus passing it to the inset::latex methods.
3057
3058         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
3059         simpleTeXSpecialChars as it is now stored in runparams.fragile.
3060
3061         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
3062         longer has a fragile arg, as it is stored in runparams.fragile.
3063
3064         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
3065         moving_arg parameter as the data is stored in runparams.fragile.
3066
3067         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3068         a fragile parameter as the data is stored in runparams.fragile.
3069
3070 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3071
3072         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
3073
3074 2003-05-22  Angus Leeming  <leeming@lyx.org>
3075
3076         * latexrunparams.h: add a 'bool nice' which defaults to false.
3077
3078         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
3079         now encapsulated within runparams.
3080
3081         * bufferlist.C (updateIncludedTeXfiles):
3082         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
3083
3084 2003-05-22  Angus Leeming  <leeming@lyx.org>
3085
3086         * latexrunparams.h: new file containing struct LatexRunParams.
3087         * Makefile.am: add new file.
3088
3089         * LaTeX.[Ch] (c-tor, run):
3090         * buffer.[Ch] (makeLaTeXFile):
3091         * bufferlist.[Ch] (updateIncludedTeXfiles):
3092         * converter.C (convert, scanLog):
3093         * converter.[Ch] (runLaTeX):
3094         * exporter.C (Export):
3095         * paragraph.[Ch] (simpleTeXOnePar):
3096         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
3097         * paragraph_funcs.[Ch] (latexParagraphs):
3098         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
3099         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
3100         pass around a LatexRunParams parameter.
3101
3102 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3103
3104         * paragraph.[Ch]: remove unused constructor
3105
3106         * ParagraphList.C (erase): new function, taking two iterators
3107
3108 2003-05-22  André Pönitz  <poenitz@gmx.net>
3109
3110         * undo_funcs.C: remove duplicated code
3111
3112         * iterator.[Ch]: operator=
3113
3114 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3115
3116         * tabular.C (SetMultiColumn): ws changes
3117
3118         * rowpainter.C (paintFirst): get rid of a ->previous
3119
3120         * lyx_cb.C (getPossibleLabel): parlist simplification
3121
3122         * BufferView.C (ChangeInsets): simplify slightly.
3123
3124 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3125
3126         * LyXAction.C: new lfun space-insert, kill protected-space-insert
3127         * lfuns.h: new LFUN_SPACE
3128         * lyxfunc.C: protected space has a new lfun
3129         * paragraph_funcs.C: read new space insets
3130         * text3.C:
3131         * factory.C: handle new space insets
3132
3133 2003-05-22  André Pönitz  <poenitz@gmx.net>
3134
3135         * BufferView.C:
3136         * BufferView_pimpl.C:
3137         * buffer.[Ch]:
3138         * lyxfunc.C:
3139         * undo_funcs.C: return a ParIterator from getParFromID.
3140
3141         * iterators.[Ch]: add two const's
3142
3143 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3144
3145         * toc.C (getTocList): adjust
3146
3147         * iterators.[Ch]: rework for parlist
3148
3149         * buffer.C (par_iterator_begin): adjust
3150         (par_iterator_end): adjust
3151
3152         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
3153
3154         * BufferView.C (removeAutoInsets): adjust
3155         (ChangeInsets): adjust
3156
3157 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
3158
3159         * text.C (top_y): fix bug 1110
3160
3161 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
3162
3163         * errorlist.[Ch]: added
3164         * buffer.C:
3165         * BufferView.[Ch]:
3166         * BufferView_pimpl.C:
3167         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
3168         instead
3169
3170 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3171
3172         * Makefile.am: ensure that lyx is relinked upon changes to the
3173         various "convenience" libs.
3174
3175 2003-05-20  Angus Leeming  <leeming@lyx.org>
3176
3177         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
3178         files are compiled in alphabetical order again.
3179
3180         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
3181
3182 2003-05-19  Angus Leeming  <leeming@lyx.org>
3183
3184         * gettext.[Ch]: remove "char const * _(char const *)".
3185
3186 2003-05-19  André Pönitz  <poenitz@gmx.net>
3187
3188         * dimension.[Ch]: promote from mathed/dimension.[Ch]
3189
3190         * Makefile.am:
3191         * BufferView.C:
3192         * DepTable.h:
3193         * LaTeXFeatures.C:
3194         * buffer.C:
3195         * lyxfont.C:
3196         * lyxlex.h:
3197         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
3198
3199 2003-05-19  André Pönitz  <poenitz@gmx.net>
3200
3201         * buffer.C:
3202         * lyxlayout.[Ch]:
3203         * lyxtextclass.[Ch]:
3204         * paragraph.C:
3205         * paragraph_funcs.[Ch]:
3206         * text2.C:
3207         * text3.C: more insetenv work
3208
3209 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
3210
3211         * ParagraphParameters.C (params2string): small bug fixed
3212
3213 2003-05-16  André Pönitz  <poenitz@gmx.net>
3214
3215         * debug.C:
3216         * bufferview_funcs.C: patch from Kornel Benko to prevent
3217           crash when _(...) is called twice in a statement
3218
3219 2003-05-16  André Pönitz  <poenitz@gmx.net>
3220
3221         * BufferView.C:
3222         * lyxfunc.C:
3223         * text.C:
3224         * text2.C:
3225         * text3.C:
3226         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
3227
3228 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
3229
3230         * lyx_main.C (init): remove spurious static_cast
3231
3232 2003-05-14  André Pönitz  <poenitz@gmx.net>
3233
3234         * BufferView.C: fix format string
3235
3236 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
3237
3238         * BufferView.[Ch] (insertErrors): removed
3239         * BufferView.[Ch] (showErrorList): added
3240         * buffer.C (runChkTeX):
3241         * converter.C (scanLog): call showErrorList instead of inserterrors
3242
3243 2003-05-13  André Pönitz  <poenitz@gmx.net>
3244
3245         * BufferView_pimpl.C:
3246         * buffer.C:
3247         * bufferview_func.C:
3248         * MenuBackend.C:
3249         * lyxfunc.C:
3250         * lyxrc.C:
3251         * tex-accent.C:
3252         * text3.C:
3253         * toc.C:
3254         * tabular_funcs.h: tostr() from its own header
3255
3256         * ParagraphParameters.C:
3257         * ToolbarBackend.C:
3258         * bufferparams.C:
3259         * format.C:
3260         * lyxlex_pimpl.C:
3261         * text3.C: STRCONV()
3262
3263 2003-05-12  André Pönitz  <poenitz@gmx.net>
3264
3265         * BufferView.C:
3266         * BufferView_pimpl.C:
3267         * CutAndPaste.C:
3268         * LaTeX.C:
3269         * LaTeXFeatures.C:
3270         * ParagraphParameters.C:
3271         * buffer.C:
3272         * bufferlist.C:
3273         * bufferparams.C:
3274         * bufferview_funcs.C:
3275         * converter.C:
3276         * counters.C:
3277         * debug.C:
3278         * exporter.C:
3279         * format.C:
3280         * importer.C:
3281         * lyx_cb.C:
3282         * lyx_main.C:
3283         * lyxfont.C:
3284         * lyxfunc.C:
3285         * lyxvc.C:
3286         * paragraph.C:
3287         * paragraph_funcs.C:
3288         * tabular.C:
3289         * tabular_funcs.C:
3290         * text2.C:
3291         * text3.C:  boost::format -> bformat  all over the place
3292
3293
3294 2003-05-09  André Pönitz  <poenitz@gmx.net>
3295
3296         * LColor.[Ch]: Pimpl the #include <map> away
3297
3298 2003-05-09  John Levon  <levon@movementarian.org>
3299
3300         * bufferlist.C: never remove emergency saves
3301
3302 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3303
3304         * Makefile.am: better lib building
3305
3306 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3307
3308         * texrow.[Ch]: remove dependency on Paragraph and just store a id
3309         instead.
3310         * paragraph_pimpl.C (simpleTeXBlanks): adjust
3311         (simpleTeXSpecialChars): adjust
3312         (simpleTeXSpecialChars): adjust
3313         * paragraph.C (simpleTeXOnePar): adjust
3314         * buffer.C (makeLaTeXFile): adjust
3315
3316         * Makefile.am (BOOST_LIBS): allow boost as system lib.
3317
3318         * text2.C (changeDepth): parlist cleanup
3319         (getColumnNearX): ditto
3320
3321         * rowpainter.C (getLabelFont): parlist cleanup
3322
3323         * bufferlist.C (newFile): parlist cleanup
3324
3325         * CutAndPaste.C (eraseSelection): parlist cleanup
3326
3327         * BufferView_pimpl.C (trackChanges): parlist cleanup
3328         (dispatch): ditto
3329
3330         * BufferView.C (lockInset): parlist cleanup.
3331         (ChangeInsets): ditto
3332
3333 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3334
3335         * CutAndPaste.h: Update file header.
3336
3337         * CutAndPaste.C: Update file header.
3338         Store the parts cut out of the Document in a limited_stack.
3339         (copySelection): adjust
3340         (pasteSelection): new function, takes the index in the limited stack.
3341         (nrOfParagraphs): adjust
3342         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
3343         simplify error inset insertion.
3344         (checkPastePossible): adjust
3345
3346 2003-05-06  John Levon  <levon@movementarian.org>
3347
3348         * text2.C: don't cast wrap inset to float
3349
3350 2003-05-05  André Pönitz  <poenitz@gmx.net>
3351
3352         * iterator.C:
3353         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
3354
3355         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
3356           few naked Paragraph *.
3357
3358 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
3359
3360         * bufferparams.C: Output warning if a document with missing
3361         TeX document class is loaded
3362         * exporter.C: Disable TeX exports if the document class is missing
3363         * lyxtextclass.C:
3364         * lyxtextclass.h:
3365         * lyxtextclasslist.C: Handle new textclass.lst format; new method
3366         isTeXClassAvailable()
3367
3368 2003-05-03  John Levon  <levon@movementarian.org>
3369
3370         * BufferView.h:
3371         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
3372         explicit cursor show/hide
3373
3374         * BufferView_pimpl.h:
3375         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
3376         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
3377
3378         * lyxfunc.C: hide cursor before dispatching.
3379
3380         * lyx_cb.C:
3381         * lyxfind.C:
3382         * text.C:
3383         * text3.C: remove explicit cursor hides
3384
3385 2003-05-02  André Pönitz  <poenitz@gmx.net>
3386
3387         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
3388
3389         * undo_funcs.C:
3390         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
3391           linked lists
3392
3393         * text2.C: tiny whitespace
3394
3395 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3396
3397         * undo_funcs.C: almost only ws changes.
3398
3399         * ParagraphList.C (splice): just return if pl is empty.
3400
3401 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3402
3403         * ParagraphList.C (splice): new function.
3404
3405         * CutAndPaste.C (pasteSelection): use it
3406
3407 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3408
3409         * CutAndPaste.C (pasteSelection): remove the last next and
3410         previous from this file.
3411
3412 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3413
3414         * CutAndPaste.C (pasteSelection): more clean up, user proper
3415         ParagraphList functions for pasteing.
3416
3417         * ParagraphList.C (insert): new function, three arg insert
3418
3419 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3420
3421         * ParagraphList.C (insert): new function, three arg insert
3422
3423         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
3424         not on paragraphs.
3425
3426 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3427
3428         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
3429
3430 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3431
3432         * CutAndPaste.C (pasteSelection): remove some unneeded code.
3433
3434 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3435
3436         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
3437         (copySelection): clean up a bit.
3438         (pasteSelection): use make_pair
3439
3440         * ParagraphList.C (ParagraphList): implement copy constructor
3441         (operator=): implement, base on copy constructor.
3442         (assign): new func
3443
3444         * paragraph.C (erase): return a bool
3445
3446         * paragraph_pimpl.C (erasePos): remove function, move contents...
3447         (erase): ... here. Return a bool.
3448         (erase): call erase instead of erasePos.
3449
3450 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
3451
3452         * ParagraphList.h: define PitPosPair
3453         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
3454         ParagraphList, fix a bug on pasting multiple pars
3455         * text2.C: change interface to C&P
3456
3457 2003-04-30  André Pönitz  <poenitz@gmx.net>
3458
3459         * undo_func.C: revert part of yesterday's patch 2
3460
3461 2003-04-30  John Levon  <levon@movementarian.org>
3462
3463         * LColor.C: s/tabular/table/
3464
3465 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3466
3467         * text3.C (dispatch): do not convert iterator -> pointer
3468         * undo_funcs.C (setCursorParUndo): ditto
3469         * text_funcs.C (transposeChars): ditto
3470
3471         * text2.C (setLayout): ws changes only
3472
3473         * text.C (breakParagraph): do not convert iterator -> pointer
3474         (insertChar): ditto
3475         (acceptChange): ditto
3476         (rejectChange): ditto
3477         (changeCase): ditto
3478         (Delete): ditto
3479         (backspace): ditto
3480
3481         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
3482         pointer
3483
3484 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3485
3486         * text3.C (gotoInset): YABG (yet another bad getChar)
3487
3488 2003-04-29  André Pönitz  <poenitz@gmx.net>
3489
3490         * paragraph.h: make operator= private unimplemented as long as
3491           it is unusable
3492
3493         * ParagraphList.C: whitespace
3494
3495         * paragraph.[Ch]:
3496         * paragraph_pimpl.[Ch]:
3497         * paragraph_funcs.C:
3498         * CutAndPaste.C:
3499         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
3500
3501         * text2.C:
3502           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
3503
3504 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3505
3506         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
3507         * paragraph.[Ch] (erase):
3508         * paragraph_pimpl.[Ch] (erase): change return type and value
3509         * text2.C (cutSelection): some rework
3510
3511 2003-04-28  John Levon  <levon@movementarian.org>
3512
3513         * bufferlist.C: changes for unsaved changes dialog
3514
3515 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3516
3517         * bufferlist.C (newFile): set language (messages_) for new
3518         documents also.
3519
3520         * buffer.C (readFile): ws changes only.
3521
3522 2003-04-28  André Pönitz  <poenitz@gmx.net>
3523
3524         * undo_funcs.C:
3525         * lyxfunc.C:
3526         * buffer.[Ch]:
3527         * BufferView_pimpl.C:
3528         * BufferView.C: getParFromID related ParagraphList::iterator changes
3529
3530 2003-04-28  André Pönitz  <poenitz@gmx.net>
3531
3532         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
3533           Changes
3534
3535 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3536
3537         * messages.C: remove one more localedir class variable.
3538
3539 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3540
3541         * messages.C (getLocaleDir): singleton generation function
3542         (Pimpl): use it.
3543         (Messages): add a default constructor.
3544
3545         * main.C (main): do not setup localedir here, do not call
3546         gettext_init.
3547
3548         * gettext.C (_): use it.
3549         (gettext_init): delete funciton
3550
3551 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3552
3553         * gettext.C (getLyXMessages): new singleton generating function.
3554
3555         * buffer.C (updateDocLang): adjust
3556
3557         * Makefile.am (messages.o): add target
3558         (main.o): remove target
3559
3560 2003-04-27  John Levon  <levon@movementarian.org>
3561
3562         * bufferlist.C:
3563         * lyx_cb.C:
3564         * lyxfunc.C:
3565         * lyxvc.C: specify cancel button in Alert::prompt
3566
3567 2003-04-26  John Levon  <levon@movementarian.org>
3568
3569         * text3.C:
3570         * lyxfunc.C:
3571         * lfuns.h:
3572         * LyXAction.C: add LFUN_INSET_SETTINGS
3573
3574         * lyxfunc.C: don't enable tabular-feature when there's
3575         just any locking inset
3576
3577 2003-04-26  John Levon  <levon@movementarian.org>
3578
3579         * bufferlist.C: re-add Cancel to buffer close question
3580
3581         * lyxfunc.C: fix import UI a bit
3582
3583 2003-04-25  John Levon  <levon@movementarian.org>
3584
3585         * gettext.C: remove the broken asserts for now
3586
3587 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3588
3589         * messages.C: make case where setlocale cannot comply work better.
3590
3591         * buffer.C (updateDocLang): new function
3592         (changeLanguage): use it
3593         (readFile): use it
3594
3595         * text2.C (setCounter): use B_ a bit.
3596
3597         * lyxlayout.C (Read): be sure to trim the label strings.
3598
3599         * messages.C (Messages): fix typo in comment
3600
3601         * buffer.C (readFile): set message_ after file is loaded.
3602         (makeDocBookFile): remove double return
3603         (changeLanguage): reset message_ upon language change.
3604         (B_): new func, use this to get translated buffer strings.
3605
3606         * main.C: add myself and Jean Marc as authors.
3607
3608 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3609
3610         * messages.[hC]: pimplify Messages, and three different pimpls to be
3611         used in different circumstances.
3612
3613         * gettext.[Ch]: change for use with new message code.
3614
3615 2003-04-24 André Pönitz <poenitz@gmx.net>
3616
3617         * factory.C: support for eqref
3618
3619 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3620
3621         * messages.[Ch]: add missing char
3622
3623         * Makefile.am (lyx_SOURCES): add messages.[Ch]
3624
3625         * messages.[Ch]: New files
3626
3627 2003-04-18  John Levon  <levon@movementarian.org>
3628
3629         * BufferView.h:
3630         * BufferView.C:
3631         * BufferView_pimpl.C:
3632         * lfuns.h:
3633         * LyXAction.C:
3634         * lyxtext.h:
3635         * text2.C: remove layout-copy/paste (bug 778)
3636
3637 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3638
3639         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
3640
3641 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3642
3643         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
3644         if they succeed. Act accordingly.
3645
3646 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3647
3648         * text2.C (setCharFont): adjust
3649         (setCounter): adjust
3650         (insertStringAsLines): adjust
3651
3652         * text.C (leftMargin): adjust
3653         (setHeightOfRow): adjust
3654
3655         * rowpainter.C (paintFirst): adjust
3656         (paintLast): adjust
3657
3658         * paragraph_funcs.C (depthHook): ParagraphList::iterators
3659         (outerHook): ditto
3660         (isFirstInSequence): ditto
3661         (getEndLabel): ditto
3662         (outerFont): adjust
3663
3664         * paragraph.C (getParLanguage): comment out some hard stuff.
3665
3666         * buffer.C (insertStringAsLines): take a ParagraphList as arg
3667         (sgmlError): ditto
3668         (simpleDocBookOnePar): ditto
3669         (makeDocBookFile): use ParagraphList::iterator
3670
3671         * CutAndPaste.C (pasteSelection): adjust
3672
3673 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3674
3675         * text2.C (getFont): adjust
3676         (getLayoutFont): adjust
3677         (getLabelFont): adjust
3678
3679         * paragraph_funcs.C (TeXOnePar): adjust
3680
3681         * buffer.C (simpleLinuxDocOnePar): adjust
3682         (simpleDocBookOnePar): adjust
3683
3684         * CutAndPaste.C (pasteSelection): adjust
3685
3686         * BufferView.C (getEncoding): adjust
3687
3688         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3689
3690 2003-04-16  John Levon  <levon@movementarian.org>
3691
3692         * lyxfind.C: use parlist stuff for search/changes
3693
3694 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3695
3696         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3697
3698         * text2.C (deleteEmptyParagraphMechanism): adjust
3699
3700         * text2.[Ch] (ownerParagraph): delete func (both of them
3701
3702 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3703
3704         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3705
3706 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3707
3708         * ParagraphList.C: prepare for NO_NEXT
3709
3710 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3711
3712         * text2.C (getFont): adjust
3713         (getLayoutFont): adjust
3714         (getLabelFont): adjust
3715
3716         * paragraph.C (getFont): adjust
3717         (getLabelFont): adjust
3718         (getLayoutFont): adjust
3719
3720         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3721
3722 2003-04-15  John Levon  <levon@movementarian.org>
3723
3724         From Angus Leeming
3725
3726         * lyx_main.C: handle Include in .ui files
3727
3728 2003-04-15  John Levon  <levon@movementarian.org>
3729
3730         * MenuBackend.C: make the doc files length shorter
3731
3732         * ToolbarBackend.h:
3733         * ToolbarBackend.C: handle toolbar placement flags,
3734         Minibuffer
3735
3736 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3737
3738         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3739         adjust
3740
3741         * paragraph_funcs.C (TeXOnePar): adjust
3742
3743         * paragraph.C (getLabelFont): add outerfont arg, adjust
3744         (getLayoutFont): ditto
3745         (simpleTeXOnePar): adjust
3746
3747         * paragraph_pimpl.C (realizeFont): delete func
3748
3749 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3750
3751         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3752         row argument, constify cur argument.
3753
3754 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3755
3756         * text2.C (getFont): adjust
3757         (getLayoutFont): adjust
3758         (getLabelFont): adjust
3759
3760         * paragraph_funcs.C (TeXOnePar): adjust
3761         (outerFont): new func...
3762         (realizeFont): ...moved out from here, changed this to facilitate
3763         transition
3764
3765         * paragraph.C (getFont): take outerfont as arg, adjust
3766         (simpleTeXOnePar): add outerfont arg, adjust
3767
3768         * buffer.C (simpleLinuxDocOnePar): adjust
3769         (simpleDocBookOnePar): adjust
3770
3771         * CutAndPaste.C (pasteSelection): adjust
3772
3773         * BufferView.C (getEncoding): adjust
3774
3775 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3776
3777         * text2.C (setCharFont): adjust
3778         (setCounter): adjust
3779
3780         * text.C (leftMargin): adjust
3781         (setHeightOfRow): adjust
3782
3783         * rowpainter.C (paintFirst): adjust
3784         (paintLast): adjust
3785
3786         * paragraph_pimpl.C (realizeFont): adjust
3787
3788         * paragraph.C (isFirstInSequence): move from here...
3789         * paragraph_funcs.C (isFirstInSequence): ...to here
3790
3791         * paragraph.C (outerHook): move from here...
3792         * paragraph_funcs.C (outerHook): ...to here
3793
3794         * paragraph.C (depthHook): move from here...
3795         * paragraph_funcs.C (depthHook): ...to here
3796
3797         * paragraph.C (getEndLabel): move from here...
3798         * paragraph_funcs.C (getEndLabel): ...to here
3799
3800         * text2.C (realizeFont): move from here...
3801         * paragraph_funcs.C (realizeFont): ...to here
3802
3803 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3804
3805         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3806
3807 2003-04-14  Angus Leeming  <leeming@lyx.org>
3808
3809         * LColor.[Ch]: scrap LColor mathcursor.
3810
3811 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3812
3813         * lyxlex.[Ch] (text): delete function
3814         * trans.C (Load): adjust
3815         * paragraph_funcs.C (readParToken): adjust
3816
3817 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3818
3819         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3820         vector<char> instead of a char[].
3821
3822         * lyxlex_pimpl.C (getString): adjust
3823         (next): adjust
3824         (lex): use getString
3825         (eatLine): adjust
3826         (nextToken): adjust
3827
3828         * lyxlex.C (text): use pimpl_->getString()
3829         (getBool): ditto
3830         (findToken): ditto
3831
3832 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3833
3834         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3835         (makeFontEntriesLayoutSpecific): temp var for par.size()
3836         (setLayout): temp var for ownerParagraphs().end()
3837         (fullRebreak): temp var for rows().end()
3838         (selectionAsString): temp var for boost::next(startpit), realize
3839         that the while really is a regular for loop.
3840         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3841         setCursor in one place.
3842         (setParagraph): temp vr for ownerParagraphs().end()
3843         (updateCounters): make the while loop a for loop
3844         (cutSelection): temp var for ownerParagraphs().end()
3845         (updateInset): make the do {} while() a regular for loop
3846         (getCursorX): use temp vars
3847         (setCurrentFont): use temp vars
3848         (getColumnNearX): use temp vars
3849
3850 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3851
3852         * text.C (transformChar): use temp var for getChar
3853         (computeBidiTables): use temp var for row->par()
3854         (fill): move temp vars for row->par() and pit->layout() earlier in
3855         the function.
3856         (labelFill): use temp var for row->par()
3857         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3858         asc and desc, realize that pit never changes and that firstpit is
3859         just a duplicate and not needed. Exchange rit->par() with pit in a
3860         lot of places.
3861         (breakAgain): use a temp var for boost::next(rit)
3862         (breakAgainOneRow): ditto
3863         (breakParagraph): use a temp var for rows().begin()
3864         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3865         (cursorRightOneWord): use temp var for cursor.par() and
3866         cursor.pos(), remove usage of tmpcursor.
3867         (cursorLeftOneWord): use temp var for cursor.par() and
3868         cursor.pos() only set cur at end of function.
3869
3870 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3871
3872         * text.C, text2.C: exchange all usage of Paragraph::next with
3873         boost::next(ParagraphList::iterator)
3874
3875         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3876
3877         * text2.C (cursorTop): simplify implementation
3878         (cursorBottom): ditto
3879         (setParagraph): use ParagraphList::iterator
3880         (setCurrentFont): adjust
3881         (getColumnNearX): adjust
3882         (cursorRight): adjust
3883         (cursorLeft): remove usage of Paragraph::previous
3884         (cursorUpParagraph): ditto
3885         (deleteEmptyParagraphMechanism): slight cleanup
3886
3887         * text.C (isBoundary): take a Paragraph const & instead of a
3888         pointer as arg.
3889         (addressBreakPoint): ditto
3890         (leftMargin): remove usage of Paragraph::previous.
3891         (setHeightOfRow): ditto
3892         (cursorLeftOneWord): ditto
3893         (selectNextWordToSpellcheck): ditto
3894         (Delete): ditto
3895         (backspace): ditto
3896         (breakParagraph): remove one usage of Paragraph::next
3897         (redoParagraph): ditto
3898         (acceptChange): ditto
3899         (insertChar): adjust
3900         (rowBreakPoint): adjust
3901
3902         * bufferview_funcs.C (toggleAndShow): adjust
3903
3904 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3905
3906         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3907         methods to access it.
3908         * lyxtext.h:
3909         * text.C: Added updateRowPositions to compute all row positions.
3910         Make top_y and getRowNearY() to use the cached y position
3911
3912 2003-04-11  John Levon  <levon@movementarian.org>
3913
3914         * text.C (rowBreakPoint): reintroduce the labelEnd
3915         checks, code copied from the row fill stuff. Deep voodoo.
3916
3917         * text.C (fill): add a comment and debugging for the
3918         next poor soul.
3919
3920 2003-04-11  John Levon  <levon@movementarian.org>
3921
3922         * text.C: make sure fullrow insets get wrapped to the next line,
3923         even when they're in a manual label
3924
3925 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3926
3927         * text2.C (insertParagraph): make it take ParagraphList::iterator
3928         as arg.
3929         (setLayout): make it return ParagraphList::iterator
3930         (redoParagraphs): ditto
3931         (setCounter): ditto
3932         (checkParagraph): ditto
3933
3934         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3935
3936         * text2.C: adjust several funcs.
3937         (realizeFont): take a ParagraphList::iterator as arg.
3938         (getLayoutFont): ditto
3939         (getLabelFont): ditto
3940         (setCharFont): ditto
3941
3942         * text.C: adjust several funcs.
3943
3944 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3945
3946         * text.C (selectNextWordToSpellcheck): don't accidentally
3947         skip insets
3948
3949 2003-04-10  John Levon  <levon@movementarian.org>
3950
3951         * ToolbarBackend.C (getIcon): special handling for
3952         LFUN_MATH_DELIM
3953
3954 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3955
3956         * text2.C (cursorRight): a getChar assert fixed
3957
3958 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3959
3960         * text2.C (getFont): change to take a ParagraphList::iterator
3961         instead of Paragraph*
3962         Adjust several functions.
3963
3964         * text.C (transformChar): change to take a ParagraphList::iterator
3965         instead of Paragraph*
3966         (singleWidth): ditto
3967         Adjust several functions.
3968
3969         * rowpainter.C: adjust several functions
3970         * rowpainter.h:store a ParagraphList::iterator and not a
3971         Paragraph&.
3972
3973
3974 2003-04-09  John Levon  <levon@movementarian.org>
3975
3976         * lyxfunc.C:
3977         * lfuns.h:
3978         * LyXAction.h:
3979         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3980         and the "help" bits as well
3981
3982 2003-04-09  John Levon  <levon@movementarian.org>
3983
3984         * ToolbarBackend.h:
3985         * ToolbarBackend.C: allow multiple toolbars
3986
3987 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3988
3989         * undo_funcs.C (setCursorParUndo): adjust
3990
3991         * text_funcs.C (transposeChars): adjust
3992
3993         * text3.C (gotoNextInset): adjust
3994         (dispatch): adjust
3995
3996         * text2.C (setLayout): adjust
3997         (changeDepth): adjust
3998         (setFont): adjust
3999         (redoParagraphs): adjust
4000         (selectionAsString): adjust
4001         (setParagraph): adjust
4002         (insertInset): adjust
4003         (cutSelection): adjust
4004         (copySelection): adjust
4005         (pasteSelection): adjust
4006         (insertStringAsLines): adjust
4007         (updateInset): adjust
4008         (setCursor): change to take a ParagraphList::iterator parameter
4009         (setCursorIntern): change to take a ParagraphList::iterator parameter
4010         (setCurrentFont): adjust
4011         (cursorLeft): adjust
4012         (cursorRight): adjust
4013         (deleteEmptyParagraphMechanism): adjust
4014
4015         * text.C (breakParagraph): adjust
4016         (insertChar): adjust
4017         (acceptChange): adjust
4018         (rejectChange): adjust
4019         (selectNextWordToSpellcheck): adjust
4020         (changeCase): adjust
4021         (Delete): adjust
4022         (backspace): adjust
4023
4024         * lyxfind.C (SearchForward): adjust
4025         (SearchBackward): adjust
4026         (nextChange): adjust
4027
4028         * lyxcursor.C (par): adjust
4029
4030         * lyxcursor.h: store a ParagraphList::iterator instead of a
4031         Paragraph*
4032
4033         * lyx_cb.C (getPossibleLabel): adjust
4034
4035         * bufferview_funcs.C (toggleAndShow): adjust
4036
4037         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4038         (dispatch): adjust
4039
4040         * BufferView.C (removeAutoInsets): adjust
4041         (lockedInsetStoreUndo): adjust
4042
4043 2003-04-09  John Levon  <levon@movementarian.org>
4044
4045         * ToolbarBackend.C: try icon without argument
4046         if with argument fails
4047
4048 2003-04-08  John Levon  <levon@movementarian.org>
4049
4050         * ToolbarBackend.h:
4051         * ToolbarBackend.C: add getIcon(), handle tooltip,
4052         and change from "Icon" to "Item".
4053
4054 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4055
4056         * BufferView.C (lockInset): another bad getchar crunched
4057
4058 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4059
4060         * text2.C (changeDepth): do not setUndo on test_only (make undo work
4061         again)
4062
4063 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
4064
4065         * lyxfind.C (searchForward, searchBackwards): bug 782
4066
4067 2003-04-07  John Levon  <levon@movementarian.org>
4068
4069         * paragraph.C: remove dead comment
4070
4071         * text.C: remove troublesome depth-fiddling code
4072         in leftMargin() and rightMargin() (bug 1017)
4073
4074         * text.C: fix breaking of rows in nested lists
4075         (bug 1004)
4076
4077         * text2.C (updateCounters): fix up depth values
4078         (bug 1013)
4079
4080 2003-04-07  John Levon  <levon@movementarian.org>
4081
4082         * BufferView_pimpl.C: clear message when doc finishes resizing,
4083         and after a mouse event
4084
4085         * lyxfunc.C: clear message after exiting inset
4086
4087 2003-04-07  John Levon  <levon@movementarian.org>
4088
4089         * bufferview_funcs.C: show math status not outside
4090         status in the statusbar
4091
4092 2003-04-07  John Levon  <levon@movementarian.org>
4093
4094         * lyxfunc.C: note status changed after a depth change
4095
4096 2003-04-04  Angus Leeming  <leeming@lyx.org>
4097
4098         * LaTeX.h: move AuxInfo operator==, != out of line.
4099         Remove LaTeX virtual destructor; nothing derives from it.
4100         Move operator()() out of public area and rename it startscript().
4101         Change protected for private.
4102
4103 2003-04-04  Angus Leeming  <leeming@lyx.org>
4104
4105         * lyxfunc.C:
4106         * text2.C: remove unneeded #includes.
4107
4108 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4109
4110         * text2.C (dEPM): fix the heigth of the next row
4111
4112 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4113
4114         * text.C: squashed an invalid getChar requester + some ws changes
4115
4116 2003-04-03  John Levon  <levon@movementarian.org>
4117
4118         * bufferview_funcs.h:
4119         * bufferview_funcs.C:
4120         * lyxfunc.C:
4121         * lyxtext.h:
4122         * text2.C: make getStatus work for the env depth lfuns
4123
4124 2003-04-03  John Levon  <levon@movementarian.org>
4125
4126         * bufferview_funcs.h:
4127         * bufferview_funcs.C:
4128         * lyxfunc.C:
4129         * lyxtext.h:
4130         * text2.C: parlistize decDepth(), by merging it with incDepth()
4131
4132 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4133
4134         * lyxrow.h: store a ParagraphList::iterator instead of a
4135         Paragraph* and adjust other class functions to suit.
4136
4137         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
4138         above.
4139
4140 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4141
4142         * text2.C (setCursor): do not anchor to cursor row for the time being
4143
4144 2003-04-02  John Levon  <levon@movementarian.org>
4145
4146         * LyXAction.C:
4147         * lfuns.h:
4148         * lyx_main.C:
4149         * lyxtext.h:
4150         * text.C:
4151         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
4152
4153 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4154
4155         * paragraph.h: make ParagraphList and ParagraphList::iterator
4156         friends of Paragraph.
4157
4158         * buffer.C (makeLinuxDocFile): move towards ParagraphList
4159
4160         * ParagraphList.C: Use the private next_ and previous_ from
4161         Paragraph.
4162
4163 2003-04-01  John Levon  <levon@movementarian.org>
4164
4165         * ToolbarBackend.h:
4166         * ToolbarBackend.C:
4167         * Makefile.am: rename, remove defaults gunk
4168
4169         * MenuBackend.h:
4170         * MenuBackend.C: remove defaults gunk
4171
4172         * Languages.h:
4173         * Languages.C: remove defaults gunk
4174
4175         * lyx_main.h:
4176         * lyx_main.C: error out if files couldn't be found.
4177
4178 2003-04-02  John Levon  <levon@movementarian.org>
4179
4180         * text2.C: make incDepth() use parlist
4181
4182 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4183
4184         * undo_funcs.C (firstUndoParagraph): adjust
4185
4186         * text3.C (gotoInset): adjust
4187         (dispatch): adjust, and rewrite loop.
4188
4189         * text2.C (init): adjust, and rewrite loop.
4190         (redoParagraphs): adjust
4191         (updateInset): adjust, and rewrite loop.
4192         (deleteEmptyParagraphMechanism): adjust
4193
4194         * tabular.C (LyXTabular): adjust
4195         (SetMultiColumn): adjust
4196         (TeXRow): adjust
4197
4198         * lyxtext.[Ch] (ownerParagraph): delete function
4199         (ownerParagraphs): new function returns a ParagraphList.
4200
4201         * BufferView.C (removeAutoInsets): adjust
4202         (insertErrors): adjust
4203         (setCursorFromRow): adjust
4204
4205 2003-04-01  Angus Leeming  <leeming@lyx.org>
4206
4207         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
4208         in the frontends.
4209
4210 2003-04-02  John Levon  <levon@movementarian.org>
4211
4212         * lyxtext.h:
4213         * text.C:
4214         * Makefile.am:
4215         * text_funcs.h:
4216         * text_funcs.C: make transposeChars a free function
4217
4218         * lyxrow_funcs.C: remove wrong comment
4219
4220 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4221
4222         * lyxtext.h: adjust
4223         * rowpainter.C: adjust
4224         * text.C: adjust
4225         * text2.C: adjust
4226         * text3.C: adjust
4227
4228         * lyxrow_funcs. [Ch]: new files
4229
4230         * lyxrow.[Ch]: remove next and previous pointers
4231         (next,previous): remove accessor functions
4232         (isParEnd): move to lyxrow_funcs
4233         (lastPos): move to lyxrow_funcs
4234         (nextRowIsAllInset): move to lyxrow_funcs
4235         (lastPrintablePos): move to lyxrow_funcs
4236         (numberOfSeparators): move to lyxrow_funcs
4237         (numberOfHfills): move to lyxrow_funcs
4238         (numberOfLabelHfills): move to lyxrow_funcs
4239         (hfillExpansion): move to lyxrow_funcs
4240
4241         * lyxfunc.C: adjust
4242
4243         * bufferview_funcs.C (toggleAndShow): adjust
4244
4245         * RowList.h: Remove class RowList from file leave just a
4246         std::list<Row>.
4247
4248         * RowList.C: delete file
4249
4250         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
4251         and lyxrow_funcs.h
4252
4253 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4254
4255         * text3.C (cursorPrevious): adjust
4256         (cursorNext): adjust
4257         (dispatch): adjust
4258
4259         * text2.C (redoHeightOfParagraph): adjust
4260         (redoDrawingOfParagraph): adjust
4261         (setCursor): adjust
4262
4263         * text.C (breakParagraph): adjust
4264         (insertChar): adjust
4265         (backspace): adjust
4266
4267         * rowpainter.C (RowPainter): adjust
4268         (leftMargin): simplify and adjust
4269         (most rowpainter functions): adjust.
4270
4271         * rowpainter.h: store the row as RowList::iterator not as Row*
4272
4273         * lyxcursor.C (row): taka RowList::iterator as arg
4274         (irow): ditto
4275
4276         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
4277         of Row*.
4278
4279 2003-04-01  Angus Leeming  <leeming@lyx.org>
4280
4281         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
4282         stuff like bool Bool.
4283
4284 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4285
4286         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
4287         rewrite a loop
4288
4289 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4290
4291         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
4292         RowList::iterator.
4293
4294         * lyxtext.h (rows): drop one version and leve a const variant that
4295         returns a RowList::iterator.
4296
4297 2003-03-31  Angus Leeming  <leeming@lyx.org>
4298
4299         * text.C (fill): ensure that the signature is the same as that in the
4300         header file.
4301
4302 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
4303
4304         * text2.C (redoParagraphs): adjust
4305         (updateCounters): adjust
4306         (checkParagraph): adjust
4307         (getColumnNearX): adjust and reformat a bit.
4308
4309         * text.C (top_y): adjust
4310         (workWidth): adjust
4311         (leftMargin): adjust
4312         (prepareToPrint): adjust
4313         (getRow): adjust
4314         (getRowNearY): adjust
4315
4316         * lyxtext.h: make rowlist_ mutable.
4317
4318         * RowList.h: add const_iterator
4319         * RowList.C: adjust for RowList::const_iterator.
4320
4321         * text2.C (getCursorX): make it take a RowList::iterator as arg,
4322         adjust.
4323
4324 2003-03-31  John Levon  <levon@movementarian.org>
4325
4326         * lyxrc.h:
4327         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
4328
4329         * lyx_main.C: set default fonts from using lyx_gui funcs
4330
4331         * exporter.C: pdf_mode moved from lyxrc
4332
4333         * lyx_cb.C:
4334         * lyxfunc.C: changes from above
4335
4336 2003-03-31  John Levon  <levon@movementarian.org>
4337
4338         * lyx_main.C: fix to the last fix
4339
4340 2003-03-31  John Levon  <levon@movementarian.org>
4341
4342         * bufferlist.C: "Load original" -> "Load Original"
4343
4344         * converter.C:
4345         * exporter.C:
4346         * importer.C:
4347         * lyx_main.C:
4348         * format.C: more Alert cleanups
4349
4350 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4351
4352         * text2.C (removeParagraph): make it take a RowList::iterator as
4353         arg, adjust.
4354         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
4355         (postRowPaint): make it take a RowList::iterator as arg, adjust.
4356
4357         * text.C (anchor_row): make it take a RowList::iterator as arg,
4358         adjust.
4359         (computeBidiTables): make it take a const reference to Row instead
4360         of Row pointer, adjust.
4361         (leftMargin): make it take a RowList::iterator as arg, adjust.
4362         (rowBreakPoint): adjust
4363         (breakAgainOneRow): make it take a RowList::iterator as arg,
4364         adjust.
4365         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
4366
4367         * bufferview_funcs.C (toggleAndShow): adjust
4368
4369 2003-03-30  John Levon  <levon@movementarian.org>
4370
4371         * Makefile.am:
4372         * BoostFormat.h:
4373         * boost-inst.C: moved to support
4374
4375         * several files: changes as a result
4376
4377 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4378
4379         * text2.C (LyXText): adjust.
4380         (init): adjust
4381         (removeRow): make it take a RowList::iterator as arg, adjust.
4382         (fullRebreak): adjust
4383         (deleteEmptyParagraphMechanism): adjust
4384         (clearPaint): adjust
4385         (postPaint): adjust
4386
4387         * text.C (top_y): adjust
4388         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
4389         (breakAgain): make it take a RowList::iterator as arg, adjust.
4390         (breakParagraph): adjust
4391         (insertChar): adjust
4392         (backspace): adjust
4393
4394         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
4395         need_break_row, and refresh_row.
4396
4397         * text3.C (dispatch): adjust
4398
4399         * text2.C (checkParagraph): adjust
4400         (setCursor): adjust
4401         (setCursorFromCoordinates): adjust
4402
4403         * text.C (top_y): adjust
4404         (workWidth): adjust
4405         (getRow): make it return a RowList::iterator, adjust
4406         (getRowNearY): make it return a RowList::iterator, adjust
4407
4408         * text2.C (init): adjust
4409         (insertRow): remove function
4410         (insertParagraph): adjust
4411         (redoParagraphs): adjust
4412         (fullRebreak): adjust
4413         (updateCounters): adjust
4414
4415         * text.C (top_y): rewrite to use RowList iterators.
4416         (top_y): adjust
4417         (setHeightOfRow): rewrite to sue RowList iterators.
4418         (appendParagraph): adjust
4419         (breakAgain): adjust
4420         (breakAgainOneRow): adjust
4421         (breakParagraph): adjust
4422         (getRow): adjust
4423         (getRowNearY): adjust, and remove commented code.
4424
4425         * lyxtext.h (firstRow): delete function
4426         (lastRow): delete function
4427         (rows): new function (const and non-const versions.)
4428         (insertRow): delete function
4429
4430         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
4431
4432 2003-03-29  John Levon  <levon@movementarian.org>
4433
4434         * BufferView_pimpl.C: always update scrollbar top
4435         because pasting text when we're anchored could mean we
4436         miss an update altogether
4437
4438 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4439
4440         * text2.C (init): use rowlist_.end() and not 0.
4441         (insertRow): change to take a RowList::iterator as arg, adjust
4442         for this.
4443         (insertParagraph): change to take a RowList::iterator as arg,
4444         adjust for this.
4445         (redoParagraphs): remove some debug msgs.
4446
4447         * text.C (appendParagraph): change to take a RowList::iterator
4448         arg, adjust for this.
4449         (breakAgain): add an assert
4450         (breakAgainOneRow): ditto
4451
4452 2003-03-29  John Levon  <levon@movementarian.org>
4453
4454         * text2.C: do not clear selection after inc/decDepth
4455         (bug 550)
4456
4457 2003-03-29  John Levon  <levon@movementarian.org>
4458
4459         * BufferView.C:
4460         * buffer.C: fix broken strerrors according to Lars
4461
4462 2003-03-29  John Levon  <levon@movementarian.org>
4463
4464         * converters.C: more Alert cleanups
4465
4466 2003-03-29  John Levon  <levon@movementarian.org>
4467
4468         * bufferview_funcs.C: remove pointless Alert
4469
4470         * buffer.C: fix confusing error message when
4471         a template is chmoded 000
4472
4473 2003-03-29  John Levon  <levon@movementarian.org>
4474
4475         * BufferView.C:
4476         * BufferView.h:
4477         * BufferView_pimpl.C: Alert fixes
4478
4479         * Makefile.am:
4480         * tabular.C:
4481         * tabular-old.C: remove unused table compat reading
4482
4483 2003-03-29  John Levon  <levon@movementarian.org>
4484
4485         * BufferView.C:
4486         * buffer.C:
4487         * lyx_cb.h:
4488         * lyx_cb.C: more Alert cleanups
4489
4490         * lyxfunc.C: don't allow chktex if not latex document
4491
4492 2003-03-29  John Levon  <levon@movementarian.org>
4493
4494         * lyx_cb.C:
4495         * BufferView.C:
4496         * buffer.C: warnings pushed down from support/,
4497         kill err_alert
4498
4499 2003-03-29  John Levon  <levon@movementarian.org>
4500
4501         * lyxfunc.C: safety check for C-r (revert)
4502
4503 2003-03-29  John Levon  <levon@movementarian.org>
4504
4505         * bufferlist.h:
4506         * bufferlist.C: several UI fixes using Alert::prompt.
4507         Fix the pointless looping quit code. Fix stupid revert
4508         behaviour (bug 938)
4509
4510         * lyxvc.h:
4511         * lyxvc.C:
4512         * lyx_cb.C: use Alert::prompt
4513
4514         * lyx_main.C: remove a silly question
4515
4516         * lyxfunc.C: remove a couple of silly questions,
4517         use Alert::prompt
4518
4519 2003-03-28  John Levon  <levon@movementarian.org>
4520
4521         * text2.C: fix bug 974 (End on empty par)
4522
4523 2003-03-28  John Levon  <levon@movementarian.org>
4524
4525         * BufferView_pimpl.C:
4526         * LyXAction.C:
4527         * lfuns.h: remove do-nothing math greek lfuns
4528
4529 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4530
4531         * lyxgluelength.h (isValidGlueLength): add default arg on
4532         parameter 2. Remove default arg from friend in class.
4533
4534         * lyxlength.h (isValidLength): add default arg on parameter 2.
4535         Remove default arg from friend in class.
4536
4537         * text2.C (LyXText): adjust, initialize refresh_row.
4538         (init): adjust
4539         (removeRow): adjust
4540         (insertRow): adjust
4541         (insertParagraph): adjst
4542         (redoParagraphs): adjust
4543         (fullRebreak): adjust
4544         (updateCounters): adjust
4545         (deleteEmptyParagraphMechanism): first attempt at fixing a
4546         crashing bug.
4547
4548         * text.C (top_y): adjust
4549         (setHeightOfRow): adjust
4550         (getRow): adjust
4551         (getRowNearY): adjust
4552
4553         * lyxtext.h: include RowList.h
4554         (~LyXText): not needed anymore, deleted.
4555         (firstRow): modify for RowList
4556         (lastRow): new function
4557         Delete firstrow and lastrow class variables, add a Rowlist
4558         rowlist_ class variable.
4559
4560         * lyxrow.C (lastPos): use empty() and not !size() to check if a
4561         paragraph is empty.
4562
4563         * RowList.C (insert): fix case where it == begin().
4564
4565 2003-03-26  Angus Leeming  <leeming@lyx.org>
4566
4567         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
4568         the thesaurus dialog.
4569
4570 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4571
4572         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
4573
4574         * RowList.[Ch]: new files
4575
4576         * ParagraphList.C (erase): handle the case where it == begin
4577         correctly.
4578
4579 2003-03-25  John Levon  <levon@movementarian.org>
4580
4581         * Makefile.am:
4582         * aspell_local.h:
4583         * aspell.C: add new aspell support
4584
4585         * lyxrc.h:
4586         * lyxrc.C: Make use_pspell be use_spell_lib. Always
4587         have it accessible.
4588
4589 2003-03-25  Angus Leeming  <leeming@lyx.org>
4590
4591         * lfuns.h:
4592         * LyXAction.C (init): new LFUN_INSET_INSERT.
4593
4594         * BufferView_pimpl.C (dispatch): split out part of the
4595         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
4596
4597         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
4598         LFUN_INSET_APPLY.
4599
4600 2003-03-25  Angus Leeming  <leeming@lyx.org>
4601
4602         * lyxfunc.C (dispatch): changes to the Dialogs interface.
4603
4604 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
4605
4606         * text2.C:
4607         * text3.C: remove useless row->height(0)
4608
4609 2003-03-25  John Levon  <levon@movementarian.org>
4610
4611         * lyxtext.h:
4612         * text2.C:
4613         * text3.C: rename the refreshing stuff to better names
4614
4615 2003-03-24  John Levon  <levon@movementarian.org>
4616
4617         * BufferView_pimpl.h:
4618         * BufferView_pimpl.C: update layout choice on a mouse
4619         press/release
4620
4621 2003-03-23  John Levon  <levon@movementarian.org>
4622
4623         * Makefile.am: fix commandtags.h reference
4624
4625 2003-03-22  John Levon  <levon@movementarian.org>
4626
4627         * BufferView_pimpl.C:
4628         * lyxtext.h:
4629         * rowpainter.C:
4630         * rowpainter.h:
4631         * text.C:
4632         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
4633
4634 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
4635
4636         * lyxtext.h:
4637         * text.C: take the rtl methods out of line
4638
4639 2003-03-21 André Pönitz <poenitz@gmx.net>
4640
4641         * metricsinfo.[Ch]: new files containing structures to be passed around
4642         during the two-phase-drawing...
4643
4644 2003-03-21 André Pönitz <poenitz@gmx.net>
4645
4646         * lyxtextclass.C: read 'environment' tag.
4647
4648 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
4649
4650         * text2.C (removeRow): fix bug 964
4651
4652 2003-03-20  John Levon  <levon@movementarian.org>
4653
4654         * rowpainter.C:
4655         * text.C:
4656         * text2.C: paint cleanups. Inset::update() dropped font
4657         parameter
4658
4659 2003-03-19  John Levon  <levon@movementarian.org>
4660
4661         * lyxfunc.C: only fitcursor/markDirty if available()
4662
4663 2003-03-19  John Levon  <levon@movementarian.org>
4664
4665         * commandtags.h: rename to ...
4666
4667         * lfuns.h: ... this, and renumber / cleanup
4668
4669 2003-03-19  John Levon  <levon@movementarian.org>
4670
4671         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
4672         fit the cursor after an lfun
4673
4674         * BufferView.h:
4675         * BufferView.C:
4676         * BufferView_pimpl.h:
4677         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
4678
4679         * LyXAction.C: layout-character should have ReadOnly
4680
4681         * ParagraphParameters.C:
4682         * buffer.C:
4683         * bufferview_funcs.C:
4684         * lyx_cb.C:
4685         * lyxfind.C:
4686         * lyxtext.h:
4687         * text.C:
4688         * text2.C:
4689         * text3.C:
4690         * undo_funcs.C: changes from above
4691
4692 2003-03-18  John Levon  <levon@movementarian.org>
4693
4694         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4695         remove it from update()
4696
4697         * lyxfunc.C: update layout choice after an lfun
4698
4699         * text3.C: remove extra updateLayoutChoice()s
4700
4701 2003-03-18  John Levon  <levon@movementarian.org>
4702
4703         * text.C: top_y change means full repaint, fix
4704         a drawing bug with cursor movement
4705
4706 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4707
4708         * lyxtext.h:
4709         * text.C:
4710         * text2.C: anchor row on setCursor
4711
4712 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4713
4714         * lyxtext.h: remove almost all mutable keywords
4715         * text.C:
4716         * text2.C:
4717         * text3.C: remove const keywords accordingly
4718
4719 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4720
4721         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4722         anon namespace
4723         (TeXEnvironment): ditto
4724         (TeXOnePar): ditto
4725
4726 2003-03-17  John Levon  <levon@movementarian.org>
4727
4728         * text.C (rowBreakPoint): remove attempt to fix displayed
4729         math insets inside a manual label
4730
4731 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4732
4733         * lyxtext.h: remove BufferView* as first arg from almost all class
4734         functions.
4735         * other files: adjust.
4736
4737 2003-03-17  John Levon  <levon@movementarian.org>
4738
4739         * lyxtext.h:
4740         * undo_funcs.C:
4741         * text2.C: more paint cleanups
4742
4743         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4744
4745         * rowpainter.h:
4746         * rowpainter.C: remove "smart" background painting code
4747
4748 2003-03-16  John Levon  <levon@movementarian.org>
4749
4750         * lyxtext.h:
4751         * text.C:
4752         * text2.C:
4753         * text3.C: add helper functions for setting refresh_row/y
4754
4755 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4756
4757         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4758         newline inset which *can* get inserted in the pass_thru layouts.
4759         This is primarily for literate documents.
4760
4761 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4762
4763         * buffer.C: increment LYX_FORMAT to 223
4764
4765 2003-03-14 André Pönitz <poenitz@gmx.net>
4766
4767         * textclass.h: prepare for environment handling, ws changes
4768         * lyxlayout.C: read latexheader and latexfooter tags
4769
4770 2003-03-14  John Levon  <levon@movementarian.org>
4771
4772         * text2.C: rewrite ::status() a bit
4773
4774 2003-03-13  John Levon  <levon@movementarian.org>
4775
4776         * lyxtext.h: add some docs
4777
4778 2003-03-13  John Levon  <levon@movementarian.org>
4779
4780         * lyxtext.h:
4781         * text.C:
4782         * text2.C:
4783         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4784
4785 2003-03-13  John Levon  <levon@movementarian.org>
4786
4787         * text3.C: fix appendix redrawing
4788
4789 2003-03-13  John Levon  <levon@movementarian.org>
4790
4791         * text.C (setHeightOfRow):
4792         * rowpainter.h:
4793         * rowpainter.C: make appendix mark have the text
4794           "Appendix" so the user knows what it is
4795
4796         * LColor.h:
4797         * LColor.C: s/appendixline/appendix/ from above
4798
4799 2003-03-13  John Levon  <levon@movementarian.org>
4800
4801         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4802
4803         * text.C: fix a getChar(pos) bug properly
4804
4805 2003-03-13  Angus Leeming  <leeming@lyx.org>
4806
4807         * commandtags.h:
4808         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4809         Probably only temporary. Let's see how things pan out.
4810
4811         * BufferView.C (unlockInset):
4812         * BufferView_pimpl.C (fitCursor):
4813         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4814
4815         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4816         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4817
4818         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4819         new functions that convert ParagraphParameters to and from a string.
4820
4821         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4822         BufferView::Pimpl's dispatch.
4823         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4824
4825 2003-03-13 André Pönitz <poenitz@gmx.net>
4826
4827         * lyxfunc.C:
4828         * text3.C:
4829         * factory.C: make it aware of InsetEnv
4830
4831 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4832
4833         * text2.C (setCursor): never ask for one past last
4834         (setCursor): add some debugging messages.
4835
4836         * text.C (singleWidth): never ask for one past last
4837         (singleWidth): ditto
4838         (leftMargin): ditto
4839         (rightMargin): ditto
4840         (rowBreakPoint): ditto
4841         (setHeightOfRow): ditto
4842         (prepareToPrint): ditto
4843
4844         * rowpainter.C (paintBackground): never ask for one past last
4845         (paintText): never ask for one past last
4846
4847         * paragraph_pimpl.C (getChar): make the assert stricter, never
4848         allow the one past last pos to be taken
4849
4850         * paragraph.C (getChar): ws changes only
4851
4852         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4853         (numberOfSeparators): ditto
4854         (numberOfHfills): ditto
4855
4856 2003-03-12  John Levon  <levon@movementarian.org>
4857
4858         * author.h:
4859         * author.C:
4860         * bufferparams.h:
4861         * bufferparams.C:
4862         * paragraph_funcs.C: fix per-buffer authorlists
4863
4864 2003-03-12  John Levon  <levon@movementarian.org>
4865
4866         * text.C: fix newline in right address
4867
4868 2003-03-12  Angus Leeming  <leeming@lyx.org>
4869
4870         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4871         duplicate those in LyXFunc::dispatch.
4872
4873         * commandtags.h:
4874         * LyXAction.C:
4875         * ToolbarDefaults.C:
4876         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4877         Add LFUN_FONTFREE_UPDATE.
4878
4879         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4880         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4881
4882         * bufferview_func.[Ch]: several new functions to facilliate
4883         transfer of data to and from the character dialog.
4884
4885 2003-03-12  John Levon  <levon@movementarian.org>
4886
4887         * buffer.C:
4888         * paragraph.h:
4889         * paragraph.C:
4890         * paragraph_funcs.C:
4891         * paragraph_pimpl.C:
4892         * sgml.C:
4893         * tabular.C:
4894         * text.C:
4895         * text3.C: remove META_NEWLINE in favour of an inset
4896
4897         * rowpainter.h:
4898         * rowpainter.C: remove paintNewline (done by inset)
4899
4900 2003-03-12  John Levon  <levon@movementarian.org>
4901
4902         * paragraph_pimpl.C: complain about bad getChar()s
4903         for a while at least
4904
4905 2003-03-12  John Levon  <levon@movementarian.org>
4906
4907         * buffer.h:
4908         * buffer.C: move paragraph read into a separate function,
4909         a little renaming to reflect that.
4910
4911         * bufferparams.h:
4912         * bufferparams.C: remove the author_ids map, not necessary now
4913
4914         * factory.h:
4915         * factory.C: moved Buffer::readInset to here
4916
4917         * paragraph_funcs.h:
4918         * paragraph_funcs.C: readParagraph free function moved from
4919         buffer.C
4920
4921         * tabular.C: name change
4922
4923 2003-03-12  John Levon  <levon@movementarian.org>
4924
4925         * buffer.C:
4926         * ParagraphParameters.C: move par params input to
4927         a read() method
4928
4929         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4930         behave like a normal read from the stream wrt reading
4931         a line vs. a \\token
4932
4933 2003-03-12  John Levon  <levon@movementarian.org>
4934
4935         * paragraph.C:
4936         * ParagraphParameters.h:
4937         * ParagraphParameters.C: move output code to a
4938         ::write() method
4939
4940 2003-03-12  John Levon  <levon@movementarian.org>
4941
4942         * BufferView.C (insertLyXFile):
4943         * buffer.h:
4944         * buffer.C:
4945         * tabular.C: use a parlist iterator for creating the
4946           document.
4947
4948 2003-03-12  John Levon  <levon@movementarian.org>
4949
4950         * buffer.C: make current_change static local not
4951           static file-scope
4952
4953 2003-03-12  John Levon  <levon@movementarian.org>
4954
4955         * buffer.C: fix insertStringAsLines for change tracking
4956
4957 2003-03-12  John Levon  <levon@movementarian.org>
4958
4959         * BufferView.C:
4960         * tabular.C:
4961         * buffer.h:
4962         * buffer.C:
4963         * bufferparams.h:
4964         * bufferparams.C: move author list into params. Rename some
4965           functions. Move the header reading into a separate token
4966           loop. Move the header token reading into BufferParams.
4967
4968 2003-03-12  John Levon  <levon@movementarian.org>
4969
4970         * changes.C: put debug inside lyxerr.debugging() checks
4971
4972 2003-03-11 André Pönitz <poenitz@gmx.net>
4973
4974         * factory.C: make it aware of InsetHFill
4975
4976 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4977
4978         * buffer.C (latexParagraphs): move function from here...
4979         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4980         args.
4981
4982 2003-03-10  Angus Leeming  <leeming@lyx.org>
4983
4984         * LyXAction.C (init): fix bug in poplating array with multiple entries
4985         with the same LFUN (spotted by JMarc).
4986
4987 2003-03-10  John Levon  <levon@movementarian.org>
4988
4989         * text.C:
4990         * text2.C: move getColumnNearX() near its
4991         only call site
4992
4993 2003-03-10  John Levon  <levon@movementarian.org>
4994
4995         * text.C: fix break before a minipage
4996
4997 2003-03-10  John Levon  <levon@movementarian.org>
4998
4999         * text.C: fix the last commit
5000
5001 2003-03-09  John Levon  <levon@movementarian.org>
5002
5003         * lyxtext.h:
5004         * text.C:
5005         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
5006         bug 365 (don't break before insets unless needed). Don't
5007         return a value > last under any circumstances.
5008
5009 2003-03-09  Angus Leeming  <leeming@lyx.org>
5010
5011         * BufferView_pimpl.C (trackChanges, dispatch): call
5012         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
5013
5014 2003-03-09  Angus Leeming  <leeming@lyx.org>
5015
5016         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
5017         than Dialogs::showAboutlyx().
5018
5019 2003-03-09  Angus Leeming  <leeming@lyx.org>
5020
5021         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
5022         than Dialogs::showTabularCreate().
5023
5024 2003-03-09  John Levon  <levon@movementarian.org>
5025
5026         * lyxtext.h:
5027         * text.C:
5028         * text2.C: 3rd arg to nextBreakPoint was always the same.
5029           Use references.
5030
5031 2003-03-08  John Levon  <levon@movementarian.org>
5032
5033         * lyxrow.C:
5034         * paragraph.C:
5035         * paragraph.h:
5036         * rowpainter.C:
5037         * text.C:
5038         * text2.C: Remove the "main" bit from the "main body"
5039           notion.
5040
5041 2003-03-08  John Levon  <levon@movementarian.org>
5042
5043         * text.C (leftMargin): The left margin of an empty
5044         manual label paragraph should not include the label width
5045         string length.
5046
5047         * text.C (prepareToPrint): don't attempt to measure hfills
5048         for empty manual label paragraphs - the answer should be 0
5049
5050 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5051
5052         * CutAndPaste.C: remove commented code and reindent.
5053
5054 2003-03-08  John Levon  <levon@movementarian.org>
5055
5056         * lyxfunc.h:
5057         * lyxfunc.C: move reloadBuffer()
5058
5059         * BufferView.h:
5060         * BufferView.C: to here
5061
5062         * lyxvc.C: add comment
5063
5064         * vc-backend.h:
5065         * vc-backend.C: call bv->reload() to avoid
5066           getStatus() check on MENURELOAD
5067
5068 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
5069
5070         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
5071         to an old format .dep file.
5072
5073 2003-03-07  Angus Leeming  <leeming@lyx.org>
5074
5075         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
5076         when the LFUN_MOUSE_RELEASE should have been handled by
5077         inset->localDispatch.
5078
5079 2003-03-07  Angus Leeming  <leeming@lyx.org>
5080
5081         * BufferView_pimpl.C (dispatch):
5082         * LyXAction.C (init):
5083         * ToolbarDefaults.C (init):
5084         * commandtags.h:
5085         * lyxfunc.C (getStatus):
5086         remove LFUN_INSET_GRAPHICS.
5087
5088         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
5089
5090 2003-03-07  Angus Leeming  <leeming@lyx.org>
5091
5092         * commandtags.h:
5093         * LyXAction.C (init):
5094         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
5095
5096         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
5097
5098         * commandtags.h:
5099         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
5100
5101         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
5102         localDispatch method LFUN_INSET_DIALOG_UPDATE.
5103
5104 2003-03-07  Angus Leeming  <leeming@lyx.org>
5105
5106         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
5107         remove "ert".
5108
5109 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5110
5111         * ParagraphList.C (front): new function
5112         (back): implement
5113
5114 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
5115
5116         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
5117         and top_row_offset_. removed var first_y.
5118         * text.C (top_y):
5119         * text2.C (LyXText, removeRow):
5120         * text3.C:
5121         * BufferView_pimpl.C:
5122         use these methods instead of using first_y
5123
5124 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5125
5126         * text2.C (pasteSelection): adjust for checkPastePossible
5127
5128         * CutAndPaste.C: remove Paragraph * buf and replace with
5129         ParagraphList paragraphs.
5130         (DeleteBuffer): delete
5131         (cutSelection): change the tc type to textclass_type
5132         (copySelection): change the tc type to textclass_type
5133         (copySelection): adjust for ParagraphList
5134         (pasteSelection): change the tc type to textclass_type
5135         (pasteSelection): adjust for Paragraphlist
5136         (nrOfParagraphs): simplify for ParagraphList
5137         (checkPastePossible): simplify for ParagraphList
5138         (checkPastePossible): remove unused arg
5139
5140         * ParagraphList.C (insert): handle the case where there are no
5141         paragraphs yet.
5142
5143         * CutAndPaste.h: make CutAndPaste a namespace.
5144
5145         * text3.C (dispatch): adjust
5146
5147         * text.C (breakParagraph): add a ParagraphList as arg
5148
5149         * paragraph_funcs.C (breakParagraph): change to take a
5150         BufferParams and a ParagraphList as args.
5151         (breakParagraphConservative): ditto
5152         (mergeParagraph): ditto
5153         (TeXDeeper): add a ParagraphList arg
5154         (TeXEnvironment): ditto
5155         (TeXOnePar): ditto
5156
5157         * buffer.C (readLyXformat2): adjust
5158         (insertStringAsLines): adjust
5159         (latexParagraphs): adjust
5160
5161         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
5162         (cutSelection): adjust
5163         (pasteSelection): adjust
5164
5165         * BufferView_pimpl.C (insertInset): adjust
5166
5167 2003-03-05  Angus Leeming  <leeming@lyx.org>
5168
5169         * commandtags.h:
5170         * LyXAction.C (init):
5171         * BufferView_pimpl.C (dispatch):
5172         * lyxfunc.C (getStatus):
5173         remove LFUN_CHILD_INSERT.
5174
5175         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
5176
5177 2003-03-05  Angus Leeming  <leeming@lyx.org>
5178
5179         * commandtags.h:
5180         * LyXAction.C (init):
5181         * src/factory.C (createInset):
5182         * lyxfunc.C (getStatus):
5183         * text3.C (dispatch):
5184         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
5185
5186         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
5187
5188 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5189
5190         * ParagraphList.C (insert): handle insert right before end()
5191         (erase): fix cases where it can be first or last paragraph.
5192
5193 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5194
5195         * paragraph_funcs.C (TeXEnvironment): remove all usage of
5196         Paragraph::next and Paragraph::previous
5197         (TeXOnePar): ditto
5198
5199         * text.C (breakParagraph): adjust
5200
5201         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
5202         BufferParams& as arg.
5203         (breakParagraph): use ParagraphList::insert
5204         (breakParagraphConservative): take a Buffer* instead of a
5205         BufferParams& as arg.
5206         (breakParagraphConservative): use ParagraphList::insert.
5207
5208         * buffer.C (insertStringAsLines): un-const it
5209         (insertStringAsLines): adjust
5210
5211         * ParagraphList.C (insert): new function
5212
5213         * CutAndPaste.C (pasteSelection): adjust
5214
5215         * text.C (backspace): adjust
5216
5217         * tabular.C (SetMultiColumn): adjust
5218
5219         * CutAndPaste.C (cutSelection): adjust
5220         (pasteSelection): adjust
5221
5222         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
5223         Buffer const * as arg
5224
5225         * ParagraphList.C (erase): new function
5226         * paragraph_funcs.C (mergeParagraph): use it
5227         (mergeParagraph): make it take a Buffer* instead of a
5228         BufferParams* as arg
5229
5230         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
5231         as arg
5232         (breakParagraphConservative): ditto
5233
5234         * paragraph.h: remove the breakParagraph friend
5235
5236         * paragraph.C (eraseIntern): new function
5237         (setChange): new function
5238
5239         * paragraph_funcs.C (mergeParagraph): make it take a
5240         ParagraphList::iterator instead of a Paragraph *, adjust
5241         accordingly.
5242
5243         * paragraph.h: move an #endif so that the change tracking stuff
5244         also works in the NO_NEXT case.
5245
5246 2003-03-04  Angus Leeming  <leeming@lyx.org>
5247
5248         * commandtags.h:
5249         * LyXAction.C: new LFUN_INSET_MODIFY.
5250
5251         * BufferView_pimpl.C (dispatch): if an inset is found to be open
5252         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
5253
5254 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5255
5256         * several files: ws changes only
5257
5258         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
5259         (TeXEnvironment): ditto
5260         (TeXDeeper): ditto
5261
5262         * buffer.C (makeLaTeXFile): adjust
5263         (latexParagraphs): make it take ParagraphList::iterator as args
5264
5265 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5266
5267         * buffer.C (latexParagraphs): adjust
5268
5269         * paragraph.C (TeXOnePar): move function...
5270         (optArgInset): move function...
5271         (TeXEnvironment): move function...
5272         * paragraph_pimpl.C (TeXDeeper): move function...
5273         * paragraph_funcs.C: ...here
5274
5275         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
5276
5277 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5278
5279         * buffer.C (readInset): remove compability code for old Figure and
5280         InsetInfo insets
5281
5282 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5283
5284         * buffer.C: ws changes
5285         (readInset):
5286
5287         * BufferView_pimpl.C: ditto
5288         * author.C: ditto
5289         * buffer.h: ditto
5290         * bufferlist.h: ditto
5291         * changes.h: ditto
5292         * lyxfunc.C: ditto
5293
5294 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
5295
5296         * converter.[Ch]: split into itself +
5297         * graph.[Ch]
5298         * format.[Ch]
5299         * Makefile.am: += graph.[Ch] + format.[Ch]
5300         * MenuBackend.C
5301         * buffer.C
5302         * exporter.C
5303         * importer.C
5304         * lyx_main.C
5305         * lyxfunc.C
5306         * lyxrc.C: added #include "format.h"
5307
5308 2003-02-27  Angus Leeming  <leeming@lyx.org>
5309
5310         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
5311           a label.
5312
5313         * factory.C (createInset): add "label" to the factory.
5314
5315         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
5316           string and do no more.
5317
5318 2003-02-27  Angus Leeming  <leeming@lyx.org>
5319
5320         * commandtags.h:
5321         * LyXAction.C (init):
5322         * factory.C (createInset):
5323         * BufferView_pimpl.C (dispatch):
5324           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
5325
5326         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
5327
5328         * lyxfunc.C (dispatch):
5329         * text3.C (dispatch): pass name to params2string.
5330
5331 2003-02-26  Angus Leeming  <leeming@lyx.org>
5332
5333         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
5334           blocks together.
5335           Rearrange the ~includes. Strip out the unnecessary ones.
5336
5337         * factory.C (createInset): reformat.
5338           create new insets for the various LFUN_XYZ_APPLY lfuns.
5339
5340 2003-02-26  John Levon  <levon@movementarian.org>
5341
5342         * lyxrow.h:
5343         * lyxrow.C: add isParStart,isParEnd helpers
5344
5345         * paragraph.h: make isInserted/DeletedText take refs
5346
5347         * paragraph_funcs.h:
5348         * paragraph_funcs.C: remove #if 0'd code
5349
5350         * lyxtext.h:
5351         * text3.C:
5352         * text2.C:
5353         * text.C: use lyxrow helpers above.
5354           Move draw and paint routines to RowPainter.
5355           Make several methods use refs not pointers.
5356           Make backgroundColor() const.
5357           Add markChangeInDraw(), isInInset().
5358           Merge changeRegionCase into changeCase.
5359           Make workWidth() shouldn't-happen code into an Assert.
5360
5361         * rowpainter.h:
5362         * rowpainter.C: new class for painting a row.
5363
5364         * vspace.h:
5365         * vspace.C: make inPixels take a ref
5366
5367 2003-02-26  Angus Leeming  <leeming@lyx.org>
5368
5369         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
5370         LFUN_REF_APPLY.
5371
5372 2003-02-25  John Levon  <levon@movementarian.org>
5373
5374         * ispell.C: give the forked command a more accurate name
5375
5376 2003-02-22  John Levon  <levon@movementarian.org>
5377
5378         * toc.h:
5379         * toc.C: make TocItem store an id not a Paragraph *
5380           (bug #913)
5381
5382 2003-02-21  Angus Leeming  <leeming@lyx.org>
5383
5384         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
5385           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
5386           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
5387           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
5388           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
5389           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
5390
5391         * BufferView_pimpl.C (dispatch):
5392         * LyXAction.C (init):
5393         * factory.C (createInset):
5394         * lyxfunc.C (getStatus, dispatch):
5395         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
5396
5397 2003-02-21  Angus Leeming  <leeming@lyx.org>
5398
5399         * BufferView_pimpl.C (MenuInsertLyXFile):
5400         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
5401         * lyxfunc.C (menuNew, open, doImport):
5402           no longer pass a LyXView & to fileDlg.
5403
5404 2003-02-21  Angus Leeming  <leeming@lyx.org>
5405
5406         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
5407         * LyXAction.C: change, BIBKEY to BIBITEM.
5408         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
5409         Change InsetBibKey to InsetBibitem.
5410         Change BIBKEY_CODE to BIBITEM_CODE.
5411         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5412         * factory.C: replace insetbib.h with insetbibitem.h.
5413         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5414         * paragraph.C: replace insetbib.h with insetbibitem.h.
5415         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
5416         Change bibkey() to bibitem().
5417         * text.C: remove insetbib.h.
5418         * text2.C: replace insetbib.h with insetbibitem.h.
5419         change bibkey() to bibitem().
5420         * text3.C: remove insetbib.h.
5421         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5422
5423 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5424
5425         * lyxrc.C (output): enclose user email in quotes (in case there are
5426         several words)
5427
5428 2003-02-18  John Levon  <levon@movementarian.org>
5429
5430         * buffer.h: add std::
5431
5432 2003-02-17  John Levon  <levon@movementarian.org>
5433
5434         * SpellBase.h:
5435         * ispell.h:
5436         * ispell.C:
5437         * pspell.h:
5438         * pspell.C: reworking. Especially in ispell, a large
5439           number of clean ups and bug fixes.
5440
5441         * lyxfunc.C: fix revert to behave sensibly
5442
5443 2003-02-17 André Pönitz <poenitz@gmx.net>
5444
5445         * LyXAction.C:
5446         * commandtags.h: new LFUN_INSERT_BIBKEY
5447
5448         * layout.h:
5449         * lyxlayout.C:
5450         * buffer.C:
5451         * factory.C:
5452         * text.C:
5453         * text2.C:
5454         * text3.C:
5455         * paragraph.[Ch]:
5456         * paragraph_func.C: remove special bibkey handling
5457
5458 2003-02-17  John Levon  <levon@movementarian.org>
5459
5460         * text.C (Delete): fix case where delete at the end of
5461           the very first paragraph would not merge the pars
5462
5463 2003-02-17  John Levon  <levon@movementarian.org>
5464
5465         * lyxrow.C: fix lastPrintablePos()
5466
5467 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5468
5469         * bufferparams.C (writeLaTeX): add a std:here
5470
5471         * buffer.C: and remove a using directive there
5472
5473 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5474
5475         * buffer.C (makeLaTeXFile): move the code that generates the
5476           preamble...
5477
5478         * bufferparams.C (writeLaTeX): ... in this new method
5479
5480         * LaTeXFeatures.C (getEncodingSet): make const
5481           (getLanguages): make const
5482
5483         * MenuBackend.C (binding): returns the binding associated to this
5484           action
5485           (add): sets the status of each item by calling getStatus. Adds
5486           some intelligence.
5487           (read): add support for OptSubMenu
5488           (expand): remove extra separator at the end of expanded menu
5489
5490 2003-02-15  John Levon  <levon@movementarian.org>
5491
5492         * BufferView.C:
5493         * BufferView_pimpl.C:
5494         * bufferlist.h:
5495         * bufferlist.C: remove pointless BufferStorage bloat. Remove
5496           inset code that had no actual effect. Remove unneeded status
5497           code.
5498
5499 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5500
5501         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
5502           in preamble
5503
5504 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
5505
5506         * text.C (drawLengthMarker): also draw an arrow marker for
5507           symbolic lengths (medskip...)
5508
5509 2003-02-14  John Levon  <levon@movementarian.org>
5510
5511         * tabular.h:
5512         * tabular.C: better method names
5513
5514 2003-02-14  John Levon  <levon@movementarian.org>
5515
5516         * BufferView_pimpl.C:
5517         * bufferlist.C:
5518         * buffer.C:
5519         * converter.C:
5520         * lyx_cb.C:
5521         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
5522           it's a more accurate name. Remove some pointless uses.
5523
5524 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5525
5526         * text2.C (LyXText): change order of initilizers to shut off
5527           warnings
5528
5529 2003-02-14  John Levon  <levon@movementarian.org>
5530
5531         * buffer.C: use ParIterator for getParFromID()
5532
5533         * paragraph.h:
5534         * paragraph.C:
5535         * paragraph_pimpl.h:
5536         * paragraph_pimpl.C: remove unused getParFromID()
5537
5538 2003-02-14  John Levon  <levon@movementarian.org>
5539
5540         * buffer.C: remove some very old #if 0'd parse code
5541
5542 2003-02-13  John Levon  <levon@movementarian.org>
5543
5544         * text.h:
5545         * text.C:
5546         * text2.C: move hfillExpansion(), numberOfSeparators(),
5547           rowLast(), rowLastPrintable(), numberofHfills(),
5548           numberOfLabelHfills() ...
5549
5550         * lyxrow.h:
5551         * lyxrow.C: ... to member functions here.
5552
5553         * paragraph.h:
5554         * paragraph.C:
5555         * lyxtext.h:
5556         * text.C: remove LyXText::beginningOfMainBody(), and call
5557           p->beginningOfMainBody() directly. Move the check for
5558           LABEL_MANUAL into the latter.
5559
5560         * text.h:
5561         * text.C:
5562         * text2.C:
5563         * vspace.C:
5564         * BufferView.h:
5565         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
5566
5567         * text.h:
5568         * text.C:
5569         * text2.C:
5570         * text3.C:
5571         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
5572           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
5573
5574 2003-02-13  John Levon  <levon@movementarian.org>
5575
5576         * CutAndPaste.C: remove debug
5577
5578 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5579
5580         * paragraph.C (asString): remove two unused variables
5581
5582         * lyxtextclass.C (readTitleType):
5583           (Read):
5584           (LyXTextClass): handle new members titletype_ and titlename_
5585
5586         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
5587
5588 2003-02-09  John Levon  <levon@movementarian.org>
5589
5590         * buffer.h:
5591         * buffer.C: replace hand-coded list with a map for the dep clean
5592
5593 2003-02-08  John Levon  <levon@movementarian.org>
5594
5595         * LaTeX.C: consolidate code into showRunMessage() helper
5596
5597 2003-02-08  John Levon  <levon@movementarian.org>
5598
5599         * lyxfind.C:
5600         * lyxtext.h:
5601         * text2.C:
5602         * BufferView.C: change setSelectionOverString() to setSelectionRange()
5603           and pass the size in explicitly
5604
5605         * BufferView_pimpl.h:
5606         * BufferView_pimpl.C:
5607         * BufferView.h:
5608         * BufferView.C: add getCurrentChange()
5609
5610         * BufferView_pimpl.h:
5611         * BufferView_pimpl.C: handle change lfuns
5612
5613         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
5614           for changes. Mark pasted paragraphs as new.
5615
5616         * support/lyxtime.h:
5617         * support/lyxtime.C:
5618         * DepTable.C: abstract time_t as lyx::time_type
5619
5620         * LColor.h:
5621         * LColor.C: add colours for new text, deleted text, changebars
5622
5623         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
5624           package use "usenames" option.
5625
5626         * commandtags.h:
5627         * lyxfunc.C:
5628         * LyXAction.C: add change lfuns
5629
5630         * Makefile.am:
5631         * author.h:
5632         * author.C: author handling
5633
5634         * buffer.h:
5635         * buffer.C: add a per-buffer author list, with first entry as
5636           current author. Handle new .lyx tokens for change tracking. Output
5637           author list to .lyx file. Output dvipost stuff to .tex preamble.
5638           Bump lyx format to 222.
5639
5640         * bufferlist.h:
5641         * bufferlist.C: add setCurrentAuthor() to reset current author details
5642           in all buffers.
5643
5644         * bufferparams.h:
5645         * bufferparams.C: add param for tracking
5646
5647         * bufferview_funcs.C: output change info in minibuffer
5648
5649         * Makefile.am:
5650         * changes.h:
5651         * changes.C: add change-tracking structure
5652
5653         * debug.h:
5654         * debug.C: add CHANGES debug flag
5655
5656         * lyxfind.h:
5657         * lyxfind.C: add code for finding the next change piece
5658
5659         * lyxrc.h:
5660         * lyxrc.C: add user_name and user_email
5661
5662         * lyxrow.h:
5663         * lyxrow.C: add a metric for the top of the text line
5664
5665         * lyxtext.h:
5666         * text.C: implement accept/rejectChange()
5667
5668         * lyxtext.h:
5669         * text.C: paint changebars. Paint new/deleted text in the chosen
5670         colours. Strike through deleted text.
5671
5672         * paragraph.h:
5673         * paragraph.C:
5674         * paragraph_pimpl.h:
5675         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
5676           in the current change to the insert functions. Rework erase to
5677           mark text as deleted, adding an eraseIntern() and a range-based
5678           erase(). Implement per-paragraph change lookup and
5679           accept/reject.
5680
5681         * paragraph_funcs.C: Fixup paste for change tracking.
5682
5683         * tabular.C: mark added row/columns as new.
5684
5685         * text.C: fix rowLast() to never return -1. Don't allow
5686           spellchecking of deleted text. Track transpose changes. Don't
5687           allow paragraph break or merge where appropriate.
5688
5689         * text2.C: leave cursor at end of selection after a cut.
5690
5691 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5692
5693         * text.C (getLengthMarkerHeight):
5694         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5695         visible on screen too.
5696
5697 2003-02-07  John Levon  <levon@movementarian.org>
5698
5699         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5700
5701 2003-02-05  Angus Leeming  <leeming@lyx.org>
5702
5703         * lyxserver.C (read_ready): revert my patch of 11 September last year
5704         as it sends PC cpu through the roof. Presumably this means that
5705         the lyxserver will no longer run on an Alpha...
5706
5707 2003-01-30  Angus Leeming  <leeming@lyx.org>
5708
5709         * factory.C (createInset): create an InsetCommandParam of type "index"
5710         and use it to 'do the right thing'.
5711
5712         * text2.C (getStringToIndex): ensure that cursor position is always
5713         reset to the reset_cursor position.
5714
5715 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5716
5717         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5718         disabled.
5719
5720 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5721
5722         * bufferview.C:
5723         * lyxcb.C:
5724         * lyxfunc.C: Output messages with identical spelling, punctuation,
5725         and spaces
5726
5727 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5728
5729         * MenuBackend.C (expandFormats): List only viewable export formats
5730         in "View" menu
5731
5732         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5733         message
5734
5735         * lyxfunc.C (getStatus): Make sure that formats other than
5736         "fax" can also be disabled
5737
5738 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5739
5740         * text3.C (dispatch): put the lfuns that insert insets in 3
5741         groups, and call doInsertInset with appropriate arguments.
5742         (doInsertInset): new function, that creates an inset and inserts
5743         it according to some boolean parameters.
5744
5745 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5746
5747         * buffer.C (readFile): remember to pass on 'par' when calling
5748         readFile recursively.
5749
5750 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5751
5752         * MenuBackend.C (expandFormats): add "..." to import formats.
5753
5754 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5755
5756         * paragraph.C (asString): Remove XForms RTL hacks.
5757
5758 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5759         * buffer.C: fix typo
5760
5761 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5762
5763         * Makefile.am (LIBS): delete var
5764         (lyx_LDADD): add @LIBS@ here instead.
5765
5766 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5767
5768         * Clarify the meaning of "wheel mouse jump"
5769
5770 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5771
5772         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5773         tabular in a float
5774
5775 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5776
5777         * importer.C (Loaders): do not preallocate 3 elements in the
5778         vector, since one ends up with 6 elements otherwise
5779
5780 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5781
5782         * DepTable.C (write): write the file name as last element of the
5783         .dep file (because it may contain spaces)
5784         (read): read info in the right order
5785
5786 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5787
5788         * paragraph_pimpl.C (simpleTeXBlanks):
5789         (simpleTeXSpecialChars):
5790         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5791
5792         * tabular.C (latex): add some missing case statements. Reindent.
5793
5794         * MenuBackend.C (expandToc): remove unused variable.
5795
5796 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5797
5798         * LColor.C:
5799         * LaTeX.C:
5800         * LyXAction.C:
5801         * MenuBackend.C:
5802         * buffer.C:
5803         * exporter.C:
5804         * lyxfunc.C:
5805         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5806         and the like.
5807
5808 2003-01-05  John Levon  <levon@movementarian.org>
5809
5810         * BufferView.h:
5811         * BufferView.C: add getEncoding()
5812
5813         * kbsequence.h:
5814         * kbsequence.C: do not store last keypress
5815
5816         * lyxfunc.h:
5817         * lyxfunc.C: store last keypress here instead. Pass encoding
5818           to getISOEncoded()
5819
5820 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5821
5822         * lyx_main.C (init): remove annoying error message when following
5823         symbolic links (bug #780)
5824
5825 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5826
5827         * text.C (insertChar):
5828         * lyxrc.C (getDescription): remove extra spaces
5829
5830 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5831
5832         * lyxrc.C (getDescription): remove extra spaces
5833
5834 2002-12-20  John Levon  <levon@movementarian.org>
5835
5836         * text3.C: hack fix for page up/down across tall rows
5837
5838 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5839
5840         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5841         not been invoked
5842
5843 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5844
5845         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5846         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5847         thesaurus is not compiled in
5848
5849 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5850
5851         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5852
5853 2002-12-16  Angus Leeming  <leeming@lyx.org>
5854
5855         * lyxrc.[Ch]:
5856         * lyx_main.C (init): remove override_x_deadkeys stuff.
5857
5858 2002-12-12  John Levon  <levon@movementarian.org>
5859
5860         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5861           insert. Only remove shift modifier under strict
5862           circumstances.
5863
5864 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5865
5866         * MenuBackend.C (expandToc): fix crash.
5867
5868 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5869
5870         * MenuBackend.C (expandToc): gettext on float names.
5871
5872 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5873
5874         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5875         implement bool empty() [bug 490]
5876
5877 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5878
5879         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5880
5881 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5882
5883         * several files: ws changes
5884
5885 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5886
5887         * text2.C (setCounter): clean up a bit, use boost.format.
5888         (updateCounters): initialize par upon declaration.
5889
5890         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5891         if the layout exists. We do not just store the layout any more.
5892         (SwitchLayoutsBetweenClasses): use boost.format
5893
5894 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5895
5896         * converter.C (convert): if from and to files are the same, use a
5897         temporary files as intermediary
5898
5899 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5900
5901         * commandtags.h:
5902         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5903
5904 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5905
5906         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5907
5908 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5909
5910         * tabular.C (asciiPrintCell): use string(size, char) instead of
5911         explicit loop.
5912
5913         * sgml.C (openTag): fix order of arguments to string constructor
5914         (closeTag): ditto
5915
5916         * lyxfunc.C (dispatch): use boost.format
5917
5918         * lots of files: change "c" -> 'c'
5919
5920 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5921
5922         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5923
5924 2002-11-25  Angus Leeming  <leeming@lyx.org>
5925
5926         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5927
5928         * lyx_main.C (init): compile fix.
5929
5930 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5931
5932         * lyx_cb.C (start): boost.formatify
5933         do not include <iostream>
5934
5935         * lengthcommon.C: ws only
5936
5937         * boost-inst.C,BoostFormat.h: add more explict instantations
5938
5939 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5940
5941         * lots of files: handle USE_BOOST_FORMAT
5942
5943 2002-11-21  John Levon  <levon@movementarian.org>
5944
5945         * pspell.C: fix compile
5946
5947 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5948
5949         * lyxfunc.C (dispatch): use boost::format
5950         (open): ditto
5951         (doImport): ditto
5952
5953         * lyxfont.C (stateText): use boost::format
5954
5955         * lyx_main.C (LyX): use boost::format
5956         (init): ditto
5957         (queryUserLyXDir): ditto
5958         (readRcFile): ditto
5959         (parse_dbg): ditto
5960         (typedef boost::function): use the recommened syntax.
5961
5962         * importer.C (Import): use boost::format
5963
5964         * debug.C (showLevel): use boost::format
5965
5966         * converter.C (view): use boost::format
5967         (convert): ditto
5968         (move): ditto
5969         (scanLog): ditto
5970
5971         * bufferview_funcs.C (currentState): use boost::format
5972
5973         * bufferlist.C (emergencyWrite): use boost::format
5974
5975         * buffer.C (readLyXformat2): use boost::format
5976         (parseSingleLyXformat2Token): ditto
5977
5978         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5979
5980         * LaTeX.C (run): use boost::format
5981
5982         * Chktex.C (scanLogFile): use boost::format
5983
5984         * BufferView_pimpl.C (savePosition): use boost::format
5985         (restorePosition): ditto
5986         (MenuInsertLyXFile): ditto
5987
5988         * BoostFormat.h: help file for explicit instation.
5989
5990 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5991
5992         * tabular.C (latex): Support for block alignment in fixed width
5993         columns.
5994
5995 2002-11-17  John Levon  <levon@movementarian.org>
5996
5997         * BufferView_pimpl.C:
5998         * lyx_cb.C:
5999         * lyxfunc.C: split filedialog into open/save
6000
6001 2002-11-08  Juergen Vigna  <jug@sad.it>
6002
6003         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
6004         by my last patch (hopefully).
6005
6006 2002-11-08  John Levon  <levon@movementarian.org>
6007
6008         * iterators.h:
6009         * iterators.C:
6010         * buffer.h:
6011         * buffer.C:
6012         * paragraph.h:
6013         * paragraph.C:
6014         * toc.h:
6015         * toc.C: ParConstIterator, and use it (from Lars)
6016
6017 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
6018
6019         * lyxtextclass.[Ch]: revise and add doxygen comments
6020
6021 2002-11-07  John Levon  <levon@movementarian.org>
6022
6023         * text.C: fix progress value for spellchecker
6024
6025         * toc.C: fix navigate menu for insetwrap inside minipage
6026
6027         * paragraph_funcs.C: added FIXME for suspect code
6028
6029 2002-11-07  John Levon  <levon@movementarian.org>
6030
6031         * BufferView_pimpl.C: fix redrawing of insets
6032           on buffer switch
6033
6034 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6035
6036         * text2.C (updateCounters): fix bug 668
6037
6038 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
6039
6040         * text3.C (dispatch): Do not make the buffer dirty when moving the
6041         cursor.
6042
6043 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6044
6045         * vc-backend.C: STRCONV
6046         (scanMaster): ditto
6047
6048         * text2.C (setCounter): STRCONV
6049
6050         * paragraph.C (asString): STRCONV
6051
6052         * lyxlength.C (asString): STRCONV
6053         (asLatexString): ditto
6054
6055         * lyxgluelength.C (asString): STRCONV
6056         (asLatexString): ditto
6057
6058         * lyxfunc.C (dispatch): STRCONV
6059         (open): ditto
6060
6061         * lyxfont.C (stateText): STRCONV
6062
6063         * importer.C (Import): STRCONV
6064
6065         * counters.C (labelItem): STRCONV
6066         (numberLabel): ditto
6067         (numberLabel): remove unused ostringstream o
6068
6069         * chset.C: STRCONV
6070         (loadFile): ditto
6071
6072         * bufferview_funcs.C (currentState): STRCONV
6073
6074         * buffer.C (readFile): STRCONV
6075         (asciiParagraph): ditto
6076         (makeLaTeXFile): ditto
6077
6078         * Spacing.C (writeEnvirBegin): STRCONV
6079
6080         * LaTeXFeatures.C (getLanguages): STRCONV
6081         (getPackages): ditto
6082         (getMacros): ditto
6083         (getBabelOptions): ditto
6084         (getTClassPreamble): ditto
6085         (getLyXSGMLEntities): ditto
6086         (getIncludedFiles): ditto
6087
6088         * LaTeX.C: STRCONV
6089         (run): ditto
6090         (scanAuxFile): ditto
6091         (deplog): ditto
6092
6093         * LString.h: add the STRCONV macros
6094
6095         * BufferView_pimpl.C (savePosition): STRCONV
6096         (restorePosition): ditto
6097         (MenuInsertLyXFile): ditto
6098
6099         * vc-backend.C (scanMaster): change from submatch[...] to
6100         submatch.str(...)
6101
6102         * funcrequest.C: include config.h
6103
6104         * factory.C: include config.h
6105
6106         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
6107
6108         * box.C: include config.h
6109
6110         * LaTeX.C (scanAuxFile): change from submatch[...] to
6111         submatch.str(...)
6112         (deplog): ditto
6113
6114 2002-10-25  Angus Leeming  <leeming@lyx.org>
6115
6116         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
6117
6118         * ispell.[Ch] (setError): new method.
6119         * ispell.C (c-tor): move out child process into new class LaunchIspell.
6120         Use setError() insetead of goto END.
6121
6122         * lyx_cb.C (AutoSave): move out child process into new class
6123         AutoSaveBuffer.
6124
6125 2002-10-30  John Levon  <levon@movementarian.org>
6126
6127         * text3.C: make start appendix undoable
6128
6129 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
6130
6131         * lyxlength.C (inPixels): Fix returned value.
6132
6133         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
6134         environment.
6135
6136 2002-10-24  Angus Leeming  <leeming@lyx.org>
6137
6138         * lyxgluelength.h: no need to forward declare BufferParams
6139         or BufferView, so don't.
6140
6141 2002-10-21  John Levon  <levon@movementarian.org>
6142
6143         * BufferView.C: menuUndo ->undo, redo
6144
6145         * BufferView.h: document, remove dead, make some methods private
6146
6147         * paragraph_funcs.h:
6148         * paragraph_funcs.C:
6149         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
6150
6151         * buffer.h:
6152         * buffer.C:
6153         * sgml.h:
6154         * sgml.C: move sgml open/close tag into sgml.C
6155
6156         * bufferview_funcs.h: unused prototype
6157
6158         * lyxfunc.h:
6159         * lyxfunc.C: remove unused
6160
6161         * lyxtext.h:
6162         * text.C: remove unused
6163
6164 2002-10-21  John Levon  <levon@movementarian.org>
6165
6166         * BufferView.h:
6167         * BufferView.C:
6168         * BufferView_pimpl.h:
6169         * BufferView_pimpl.C: fix mouse wheel handling based on
6170           patch from Darren Freeman
6171
6172 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
6173
6174         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
6175
6176 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
6177
6178         * lyxlength.C (inPixels): Fix hanfling of negative length.
6179         Fix LyXLength::MU case.
6180
6181 2002-10-16  John Levon  <levon@movementarian.org>
6182
6183         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
6184
6185 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6186
6187         * converter.C (view): add support for $$i (file name) and $$p
6188         (file path) for the viewer command. If $$i is not specified, then
6189         it is appended to the command (for compatibility with old syntax)
6190
6191 2002-10-14  Juergen Vigna  <jug@sad.it>
6192
6193         * undo_funcs.C (textHandleUndo): alter the order in which the
6194         new undopar is added to the LyXText, as we have to set first
6195         the right prev/next and then add it as otherwise the rebuild of
6196         LyXText is not correct. Also reset the cursor to the right paragraph,
6197         with this IMO we could remove the hack in "redoParagraphs()".
6198
6199 2002-10-09  Angus Leeming  <leeming@lyx.org>
6200
6201         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
6202         to turn off an optimisation if a new inset is to be inserted.
6203
6204 2002-10-11 André Pönitz <poenitz@gmx.net>
6205
6206         * lyxtext.h: make some functions public to allow access
6207         from inset/lyxtext for handling LFUN_PRIOR/NEXT
6208
6209 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6210
6211         * text3.C (dispatch): when changing layout, avoid an infinite loop
6212         [bug #652]
6213
6214 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6215
6216         * lyxrc.C (read): treat a viewer or converter command of "none" as
6217         if it were empty.
6218
6219         * MenuBackend.C (expandFormats): for an update, also allow the
6220         formats that are not viewable
6221
6222         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
6223         script if it is newer than the lyxrc.defaults in user directory
6224
6225 2002-10-07 André Pönitz <poenitz@gmx.net>
6226
6227         * text.C: Vitaly Lipatov's small i18n fix
6228
6229 2002-09-25  Angus Leeming  <leeming@lyx.org>
6230
6231         * ispell.h: doxygen fix.
6232
6233 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
6234
6235         * buffer.h (readFile): Add a new argument to the method, to allow
6236         reading of old-format templates.
6237
6238 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
6239
6240         * toc.C (getTocList): Get TOC from InsetWrap.
6241
6242 2002-09-16  John Levon  <levon@movementarian.org>
6243
6244         * lyxfunc.C: check tabular for cut/copy too
6245
6246 2002-09-12  John Levon  <levon@movementarian.org>
6247
6248         * LyXAction.C: tidy
6249
6250         * factory.h:
6251         * factory.C: add header
6252
6253         * paragraph_funcs.h:
6254         * paragraph_funcs.C: cleanup
6255
6256 2002-09-11  John Levon  <levon@movementarian.org>
6257
6258         * PrinterParams.h: odd/even default to true
6259
6260 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
6261
6262         * PrinterParams.h: update printer parameters for new xforms dialog
6263
6264 2002-09-11  Angus Leeming  <leeming@lyx.org>
6265
6266         * lyxserver.C (read_ready): re-write to make it more transparent
6267         and to make it work in coherent fashion under Tru64 Unix.
6268
6269 2002-09-11  André Pönitz <poenitz@gmx.net>
6270
6271         * commandtags.h:
6272         * LyXAction.C:
6273         * text3.C: implement LFUN_WORDSEL
6274
6275 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6276
6277         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
6278         make floatlist_ a boost::shared_ptr<FloatList>
6279
6280         * lyxtextclass.C: include FloatList.h
6281         (LyXTextClass): initialize floatlist_
6282         (TextClassTags): add TC_NOFLOAT
6283         (Read): match "nofloat" to TC_NOFLOAT and use it.
6284         (readFloat): modify call to floatlist_
6285         (floats): ditto
6286         (floats): ditto
6287
6288         * FloatList.[Ch] (FloatList): remove commented out float
6289         initialization.
6290         (erase): new function
6291
6292 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6293
6294         * MenuBackend.C (expandToc): fix crash when there is no document
6295         open
6296
6297 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
6298
6299         * many files: Add insetwrap.
6300
6301 2002-09-09  John Levon  <levon@movementarian.org>
6302
6303         * text2.C: remove confusing and awkward depth wraparound
6304
6305 2002-09-09  John Levon  <levon@movementarian.org>
6306
6307         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
6308
6309         * buffer.h:
6310         * buffer.C: remove getIncludeonlyList()
6311
6312         * paragraph.C:
6313         * lyxfunc.C: remove headers
6314
6315 2002-09-09  Juergen Vigna  <jug@sad.it>
6316
6317         * text.C (getColumnNearX): fix form Michael this is most
6318         probably a cut&paste bug.
6319
6320 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6321
6322         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
6323
6324         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
6325         references, ws changes.
6326
6327         * text2.C (init): update counters after init
6328         (insertParagraph): no need to set counter on idividual paragraphs.
6329         (setCounter): access the counters object in the textclass object
6330         on in the buffer object.
6331         (updateCounters): ditto
6332
6333         * lyxtextclass.C: include counters.h, add variable ctrs_ as
6334         shared_ptr<Counters> to avoid loading counters.h in all
6335         compilation units.
6336         (LyXTextClass): initialize ctrs_
6337         (TextClassTags): add TC_COUNTER, and ...
6338         (Read): use it here.
6339         (CounterTags): new tags
6340         (readCounter): new function
6341         (counters): new funtion
6342         (defaultLayoutName): return a const reference
6343
6344         * counters.C (Counters): remove contructor
6345         (newCounter): remove a couple of unneeded statements.
6346         (newCounter): simplify a bit.
6347         (numberLabel): some small formatting changes.
6348
6349         * buffer.[Ch]: remove all traces of counters, move the Counters
6350         object to the LyXTextClass.
6351
6352 2002-09-06  Alain Castera  <castera@in2p3.fr>
6353
6354         * tabular.C: uses \tabularnewline; uses >{...} construct from array
6355         package to set the horizontal alignment on fixed width columns.
6356
6357         * lyx_sty.C:
6358         * lyx_sty.h: added tabularnewline macro def.
6359
6360         * LaTeXFeatures.C: added NeedTabularnewline macro feature
6361
6362 2002-09-06  John Levon  <levon@movementarian.org>
6363
6364         * LyXAction.C: tooltips for sub/superscript
6365
6366         * MenuBackend.C: a bit more verbose
6367
6368         * lyxfunc.C: tiny clean
6369
6370         * undo_funcs.C: document undo_frozen
6371
6372 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6373
6374         * counters.C (Counters): add missing algorithm counter.
6375
6376         * text2.C (setCounter): lookup the counter with layouts latexname
6377         instead of by section number.
6378         (setCounter): use a hackish way to lookup the correct enum
6379         counter.
6380         a float name->type change
6381         reset enum couners with counter name directly instead of depth value.
6382
6383         * counters.C (Counters): remove the push_backs, change to use the
6384         float type not the float name.
6385         (labelItem): remove unused string, float name->type change
6386
6387         * counters.h: don't include vector, loose the enums and sects vectors
6388
6389 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6390
6391         * lyxtextclass.C (TextClassTags): add TC_FLOAT
6392         (Read): add float->TC_FLOAT to textclassTags
6393         (Read): and handle it in the switch
6394         (readFloat): new function
6395
6396         * FloatList.C (FloatList): comment out the hardcoded float
6397         definitions.
6398
6399         * lyxlayout.h: ws change.
6400
6401 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
6402
6403         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
6404
6405 2002-09-03  Angus Leeming  <leeming@lyx.org>
6406
6407         * BufferView_pimpl.h: qualified name is not allowed in member
6408         declaration: WorkArea & Pimpl::workarea() const;
6409
6410         * factory.C: added using std::endl directive.
6411
6412         * text3.C: added using std::find and std::vector directives.
6413
6414 2002-08-29  André Pönitz <poenitz@gmx.net>
6415
6416         * lyxtext.h:
6417         * text2.C: remove unused member number_of_rows
6418
6419         * Makefile.am:
6420         * BufferView2.C: remove file, move contents to...
6421         * BufferView.C: ... here
6422
6423         * BufferView_pimpl.C:
6424         * factory.C: move more inset creation to factory
6425
6426         * vspace.C: avoid direct usage of LyXText, ws changes
6427
6428         * BufferView.[Ch]:
6429                 don't provide direct access to WorkArea, use two simple
6430                 acessors haveSelction() and workHeight() instead
6431
6432
6433 2002-08-29  John Levon  <levon@movementarian.org>
6434
6435         * BufferView_pimpl.C (dispatch): do not continue when
6436           no buffer
6437
6438 2002-08-28  André Pönitz <poenitz@gmx.net>
6439
6440         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
6441
6442         * BufferView.h:
6443         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
6444
6445 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
6446
6447         * buffer.C: increment LYX_FORMAT to 221
6448
6449         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
6450         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
6451
6452         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
6453
6454         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
6455
6456 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6457
6458         * factory.C (createInset): use LyXTextClass::floats
6459
6460         * MenuBackend.C (expandFloatListInsert):
6461         (expandFloatInsert):
6462         (expandToc):
6463
6464         * text2.C (setCounter):
6465
6466         * LaTeXFeatures.C (useFloat):
6467         (getFloatDefinitions):
6468
6469         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
6470
6471         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
6472         floatlist_, with accessor floats().
6473
6474         * FloatList.h: remove global FloatList
6475
6476 2002-08-26  André Pönitz <poenitz@gmx.net>
6477
6478         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
6479
6480         * BufferView.h:
6481         * BufferView2.C:
6482         * BufferView_pimpl.C:
6483         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
6484
6485 2002-08-25  John Levon  <levon@movementarian.org>
6486
6487         * LyXAction.C: fix margin note description
6488
6489 2002-08-24  John Levon  <levon@movementarian.org>
6490
6491         * buffer.C:
6492         * bufferlist.C:
6493         * bufferview_funcs.C:
6494         * lyxfont.C:
6495         * undo_funcs.C: cleanups
6496
6497         * lyxfunc.C: disable CUT/COPY when no selection
6498
6499 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
6500
6501         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
6502         in "enum UNIT"; e.g. PTW for Percent of TextWidth
6503
6504         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
6505         Add backward compatibility to "mono", "gray" and "no".
6506
6507 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
6508
6509         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
6510         (and file_format >= 200).
6511
6512 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6513
6514         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
6515
6516 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6517
6518         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
6519
6520 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
6521
6522         * BufferView_pimpl.C:
6523         * LyXAction.C:
6524         * buffer.C:
6525         * commandtags.h:
6526         * lyxfunc.C:
6527         * paragraph.[Ch]:
6528         * text2.C:
6529         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
6530         inset and code to make it  work with the paragraph code. The inset
6531         can be anywhere in the paragraph, but will only do the expected
6532         thing in LaTeX if the layout file contains the parameter line
6533                         OptionalArgs    1
6534         (or more generally, a nonzero value) for that layout.
6535
6536 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6537
6538         * paragraph.h: remove the declaration of undefined counters class
6539         function.
6540
6541 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
6542
6543         * text2.C (setCounter):  fixed enumeration mis-count as reported by
6544         Dr. Richard Hawkins.
6545
6546 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6547
6548         * paragraph_funcs.h: remove some unneeded includes
6549
6550         * text.C (backspace): pasteParagraph now in global scipe
6551
6552         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
6553         (pasteSelection): ditto
6554
6555         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
6556         * paragraph_funcs.C (pasteParagraph): ... here
6557
6558 2002-08-20  André Pönitz <poenitz@gmx.net>
6559
6560         * commandtags.h: new LFUNs for swapping/copying table row/colums
6561
6562         * LyXAction.C:
6563         * lyxfunc.C: support for new lfuns
6564
6565 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6566
6567         * tabular.C:
6568         * buffer.[Ch]: remove NO_COMPABILITY stuff
6569
6570 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
6571
6572         * boost.C (throw_exception): new file, with helper function for
6573         boost compiled without exceptions.
6574
6575         * paragraph.h:
6576         * lyxlength.C:
6577         * buffer.C:
6578         * ParameterStruct.h:
6579         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
6580
6581         * bufferlist.C (emergencyWriteAll): use boost bind
6582
6583         * BufferView_pimpl.C (moveCursorUpdate): remove inline
6584
6585         * text.C: include paragraph_funcs.h
6586         (breakParagraph): breakParagraph is now in global scope
6587
6588         * paragraph_funcs.[Ch]: new files
6589
6590         * paragraph.C (breakParagraph,breakParagraphConservative): move to
6591         global scope
6592
6593         * buffer.C: include paragraph_funcs.h
6594         (insertStringAsLines): breakParagraph is now in global scope
6595
6596         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
6597         paragraph_funcs.C
6598
6599         * CutAndPaste.C: include paragraph_funcs.h
6600         (cutSelection): breakParagraphConservative is now in global scope
6601         (pasteSelection): ditto
6602
6603         * buffer.h: declare oprator== and operator!= for
6604         Buffer::inset_iterator
6605
6606         * bufferlist.C (emergencyWrite): don't use fmt(...)
6607
6608         * text3.C: add using std::endl
6609
6610         * BufferView.C (moveCursorUpdate): remove default arg
6611
6612 2002-08-20  André Pönitz <poenitz@gmx.net>
6613
6614         * buffer.[Ch]: move inline functions to .C
6615
6616         * BufferView2.C:
6617         * BufferView_pimpl.C:
6618         * text.C:
6619         * buffer.[Ch]: use improved inset_iterator
6620
6621         * buffer.C:
6622         * paragraph.[Ch]: write one paragraph at a time
6623
6624 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6625
6626         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
6627         style if style is not specified.
6628
6629 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6630
6631         * text2.C (setCounter): when searching for right label for a
6632         caption, make sure to recurse to parent insets (so that a caption
6633         in a minipage in a figure float works) (bug #568)
6634
6635 2002-08-20  André Pönitz <poenitz@gmx.net>
6636
6637         * text3.C: new file for LyXText::dispatch() and helpers
6638
6639         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
6640
6641         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
6642
6643 2002-08-19  André Pönitz <poenitz@gmx.net>
6644
6645         * lyxtext.h:
6646         * text.C: new LyXText::dispatch()
6647
6648         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
6649
6650 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6651
6652         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
6653
6654         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
6655         Hebrew text.
6656
6657 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6658
6659         * Makefile.am: use $(variables) instead of @substitutions@
6660
6661 2002-08-15  André Pönitz <poenitz@gmx.net>
6662
6663         * lyxfunc.C:
6664         * BufferView_pimpl.C: streamlining mathed <-> outer world
6665         interaction
6666
6667         * commandtags.h:
6668         * LyXAction.C: remove unused LFUN_MATH
6669
6670 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6671
6672         * paragraph.[Ch]: add some NO_NEXT ifdefs.
6673
6674 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6675
6676         * paragraph.C (Paragraph): reformat a bit
6677         (cutIntoMinibuffer): use builtin InsetList function instad of
6678         doing it manually.
6679         (getInset): ditto
6680
6681         * buffer.C: include boost/bind.hpp, add using std::for_each
6682         (writeFileAscii): use ParagraphList iterators
6683         (validate): use for_each for validate traversal of paragraphs
6684         (getBibkeyList): use ParagraphList iterators
6685         (resizeInsets): use for_each to resizeInsetsLyXText for all
6686         paragraphs.
6687         (getParFromID): use ParagraphList iterators
6688
6689         * BufferView2.C (lockInset): use paragraph list and iterators
6690
6691 2002-08-14  John Levon  <levon@movementarian.org>
6692
6693         * lyxserver.C: remove spurious xforms include
6694
6695 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6696
6697         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6698
6699 2002-08-13  André Pönitz <poenitz@gmx.net>
6700
6701         * LyXAction.[Ch]:
6702         * lyxfunc.C: further cleaning
6703
6704 2002-08-13  André Pönitz <poenitz@gmx.net>
6705
6706         * funcrequest.h: new constructor
6707
6708         * funcrequest.C: move stuff here from .h
6709
6710         * Makefile.am:
6711         * BufferView_pimpl.C:
6712         * LyXAction.C:
6713         * toc.C:
6714         * lyxfunc.C: subsequent changes
6715
6716         * lyxfunc.h: new view() member function
6717
6718         * lyxfunc.C: subsequent changes
6719
6720 2002-08-13  Angus Leeming  <leeming@lyx.org>
6721
6722         * BufferView2.C:
6723         * BufferView_pimpl.C:
6724         * buffer.C:
6725         * converter.C:
6726         * importer.C:
6727         * lyxfunc.C:
6728         * lyxvc.C:
6729         * toc.C:
6730         * vc-backend.C:
6731         changes due to the changed LyXView interface that now returns references
6732         to member variables not pointers.
6733
6734 2002-08-13  Angus Leeming  <leeming@lyx.org>
6735
6736         * WordLangTuple (word, lang_code): return references to strings,
6737         not strings.
6738
6739         * BufferView.h:
6740         * SpellBase.h:
6741         * lyxtext.h: forward-declare WordLangTuple.
6742
6743         * BufferView2.C:
6744         * ispell.C:
6745         * pspell.C:
6746         * text.C: #include "WordLangTuple.h".
6747
6748         * lyxtext.h:
6749         * text.C: (selectNextWordToSpellcheck): constify return type.
6750
6751 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6752
6753         * buffer.C:
6754         * buffer.h:
6755         * lyxtext.h:
6756         * paragraph.C:
6757         * paragraph_pimpl.h:
6758         * text.C:
6759         * text2.C:
6760         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6761         suggested by Angus.
6762         Made updateCounter always count from start of buffer, and removed
6763         second argument (par).
6764         Reverted floats number display to '#'. Perhaps I'll try again when the
6765         code base is sanitized a bit.
6766
6767 2002-08-12  Angus Leeming  <leeming@lyx.org>
6768
6769         * buffer.[Ch] (getLabelList): constify.
6770
6771 2002-08-07  André Pönitz <poenitz@gmx.net>
6772
6773         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6774
6775         * funcrequest.h: extension to keep mouse (x,y) position
6776
6777 2002-08-12  Juergen Vigna  <jug@sad.it>
6778
6779         * BufferView2.C (insertErrors): forbid undo when inserting error
6780         insets.
6781
6782         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6783
6784 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6785
6786         * ParagraphList.[Ch]: new files
6787
6788         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6789
6790         * BufferView2.C (lockInset): ParagraphList changes
6791         * toc.C: ditto
6792         * text2.C: ditto
6793         * bufferlist.C: ditto
6794         * buffer.h: ditto
6795         * buffer.C: ditto
6796
6797 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6798
6799         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6800         unused class variable counter_,
6801
6802         * paragraph.[Ch] (getFirstCounter): delete unused function
6803
6804         * counters.C: include LAssert.h
6805         (reset): add a new function with no arg, change other version to
6806         not have def. arg and to not allow empty arg.
6807
6808         * text2.C (setCounter): remove empty arg from call to Counters::reset
6809
6810 2002-08-11  John Levon  <levon@movementarian.org>
6811
6812         * Makefile.am: add WordLangTuple.h
6813
6814 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6815
6816         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6817         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6818
6819         * insets/insettext.C: InsetList changes
6820
6821         * graphics/GraphicsSupport.C (operator()): InsetList changes
6822
6823         * toc.C (getTocList): InsetList changes
6824
6825         * paragraph_pimpl.[Ch]: InsetList changes
6826
6827         * paragraph.[Ch]: InsetList changes
6828
6829         * buffer.C (inset_iterator): InsetList changes
6830         (setParagraph): ditto
6831         * buffer.h (inset_iterator): ditto
6832         * iterators.C (operator++): ditto
6833         * iterators.h: ditto
6834
6835         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6836
6837         * InsetList.[Ch]: new files, most InsetList handling moved out of
6838         paragraph.C.
6839
6840         * BufferView2.C (removeAutoInsets): InsetList changes
6841         (lockInset): ditto
6842         (ChangeInsets): ditto
6843
6844 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6845
6846         * paragraph_pimpl.h (empty): new function
6847
6848         * paragraph.[Ch] (empty): new function
6849
6850         * other files: use the new Paragraph::empty function
6851
6852 2002-08-09  John Levon  <levon@movementarian.org>
6853
6854         * lyxtext.h: remove unused refresh_height
6855
6856 2002-08-09  John Levon  <levon@movementarian.org>
6857
6858         * Makefile.am:
6859         * sgml.h:
6860         * sgml.C:
6861         * buffer.C:
6862         * paragraph.h:
6863         * paragraph.C: move sgml char escaping out of paragraph
6864
6865         * paragraph.h:
6866         * paragraph.C: remove id setter
6867
6868         * buffer.C:
6869         * paragraph.C:
6870         * paragraph_pimpl.C: remove dead tex_code_break_column
6871
6872         * bufferview_funcs.C: small cleanup
6873
6874         * lyxfunc.C: remove dead proto
6875
6876         * lyxtext.h: make some stuff private. Remove some dead stuff.
6877
6878         * lyxgluelength.C: make as[LyX]String() readable
6879
6880 2002-08-08  John Levon  <levon@movementarian.org>
6881
6882         * LyXAction.h:
6883         * LyXAction.C:
6884         * MenuBackend.C:
6885         * ToolbarDefaults.C:
6886         * lyxfunc.C:
6887         * lyxrc.C:
6888         * toc.C: lyxaction cleanup
6889
6890 2002-08-08  John Levon  <levon@movementarian.org>
6891
6892         * BufferView2.C: small cleanup
6893
6894         * lyxfind.h:
6895         * lyxfind.C: move unnecessary header into the .C
6896
6897 2002-08-08  John Levon  <levon@movementarian.org>
6898
6899         * funcrequest.h: just tedious nonsense
6900
6901         * lyx_main.h:
6902         * lyx_main.C: cleanups
6903
6904         * buffer.C:
6905         * vspace.C: remove dead header lyx_main.h
6906
6907 2002-08-07  Angus Leeming  <leeming@lyx.org>
6908
6909         * Paragraph.[Ch]:
6910         * paragraph_pimpl.h:
6911         Forward declare class Counters in paragraph.h by moving the ctrs member
6912         variable into Paragraph::Pimpl.
6913         (counters): new method, returning a reference to pimpl_->ctrs.
6914
6915         * text2.C: ensuing changes.
6916
6917 2002-08-07  John Levon  <levon@movementarian.org>
6918
6919         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6920
6921         * BufferView_pimpl.C: announce X selection on double/triple
6922           click
6923
6924         * lyx_main.C: use correct bool in batch dispatch
6925
6926         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6927
6928 2002-08-07  André Pönitz <poenitz@gmx.net>
6929
6930         * funcrequest.h: new class to wrap a kb_action and its argument
6931
6932         * BufferView.[Ch]:
6933         * BufferView_pimpl[Ch]:
6934         * LaTeX.C:
6935         * LyXAction.[Ch]:
6936         * lyxfunc.[Ch]:
6937         * lyxrc.C: subsequent changes
6938
6939
6940 2002-08-07  John Levon  <levon@movementarian.org>
6941
6942         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6943           document options change.
6944
6945 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6946
6947         * counters.[Ch]
6948         * text2.C
6949         * paragraph.[Ch]
6950         * makefile.am: move counters functionality over from
6951         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6952
6953 2002-08-06  John Levon  <levon@movementarian.org>
6954
6955         * WordLangTuple.h: new file for word + language code tuple
6956
6957         * SpellBase.h:
6958         * pspell.h:
6959         * pspell.C:
6960         * ispell.h:
6961         * ispell.C:
6962         * lyxtext.h:
6963         * text.C:
6964         * text2.C:
6965         * BufferView.h:
6966         * BufferView2.C: use WordLangTuple
6967
6968         * layout.h:
6969         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6970
6971 2002-08-06  John Levon  <levon@movementarian.org>
6972
6973         * lyx_main.C: fix cmdline batch handling
6974
6975 2002-08-06  André Pönitz <poenitz@gmx.net>
6976
6977         * lyxrc.C: set default for show_banner to true
6978
6979 2002-08-06  John Levon  <levon@movementarian.org>
6980
6981         * pspell.C: fix a crash, and allow new aspell to work
6982
6983 2002-08-06  John Levon  <levon@movementarian.org>
6984
6985         * lyxfunc.C:
6986         * kbmap.C: small cleanup
6987
6988         * vspace.h:
6989         * vspace.C: add const
6990
6991 2002-08-05  John Levon  <levon@movementarian.org>
6992
6993         * LyXAction.C: back to tabular-insert
6994
6995 2002-08-04  John Levon  <levon@movementarian.org>
6996
6997         * BufferView.h:
6998         * BufferView.C: cosmetic change
6999
7000         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
7001
7002         * bufferlist.C:
7003         * buffer.h:
7004         * buffer.C:
7005         * lyxcb.h:
7006         * lyxcb.C:
7007         * lyxserver.C:
7008         * lyxvc.C:
7009         * vc-backend.C:
7010         * BufferView2.C: purge all "Lyx" not "LyX" strings
7011
7012         * lyxcursor.h:
7013         * lyxcursor.C: attempt to add some documentation
7014
7015         * lyxfunc.C:
7016         * commandtags.h:
7017         * LyXAction.C:
7018         * ToolbarDefaults.C:
7019         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
7020           merge with LFUN_TABULAR_INSERT
7021
7022         * Makefile.am:
7023         * SpellBase.h:
7024         * ispell.h:
7025         * ispell.C:
7026         * pspell.h:
7027         * pspell.C: split up i/pspell implementations into separate
7028           files, many cleanups
7029
7030         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
7031
7032         * text2.C: some cleanup
7033
7034         * lyxfunc.C: don't check for isp_command == "none" any more, it
7035           didn't make any sense
7036
7037 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
7038
7039         * counters.[Ch]
7040         * text2.C
7041         * paragraph.[Ch]
7042         * makefile.am: move counters functionality over
7043         from text2.C/paragraph.[Ch] to counters.[Ch], and
7044         make proper C++.
7045 2002-08-02  John Levon  <levon@movementarian.org>
7046
7047         * buffer.C: s/lyxconvert/lyx2lyx/
7048
7049 2002-08-02  Angus Leeming  <leeming@lyx.org>
7050
7051         * lyxlex.C: revert John's change as it breaks reading of the user
7052         preamble.
7053
7054 2002-08-02  Angus Leeming  <leeming@lyx.org>
7055
7056         * importer.C (Import):
7057         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
7058         changes due to LyXView::view() now returning a boost::shared_ptr.
7059
7060 2002-08-02  John Levon  <levon@movementarian.org>
7061
7062         * lyxlex.C: small cleanup
7063
7064 2002-08-02  John Levon  <levon@movementarian.org>
7065
7066         * text2.C (status): small cleanup, no logic change
7067
7068 2002-08-01  John Levon  <levon@movementarian.org>
7069
7070         * buffer.h:
7071         * buffer.C (writeFile): don't output alerts, caller
7072           handles this
7073
7074         * bufferlist.C:
7075         * lyx_cb.C: from above
7076
7077         * lyxfunc.C: allow to open non-existent files
7078
7079 2002-07-31  John Levon  <levon@movementarian.org>
7080
7081         * lyxserver.C: don't let incidental errors get
7082           in the way (errno)
7083
7084 2002-07-30  John Levon  <levon@movementarian.org>
7085
7086         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
7087
7088 2002-07-30  John Levon  <levon@movementarian.org>
7089
7090         * lyxserver.h:
7091         * lyxserver.C: remove I/O callback too
7092
7093 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7094
7095         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
7096         log.
7097
7098 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7099
7100         * many files: strip,frontStrip -> trim,ltrim,rtrim
7101
7102 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7103
7104         * PrinterParams.h: remove extern containsOnly, and include
7105         support/lstrings.h instead.
7106
7107         * LaTeX.C (scanAuxFile): modify because of strip changes
7108         (deplog): ditto
7109         * buffer.C (makeLaTeXFile): ditto
7110         * bufferparams.C (writeFile): ditt
7111         * lyxfont.C (stateText): ditto
7112         * lyxserver.C (read_ready): ditto
7113         * vc-backend.C (scanMaster): ditto
7114
7115         * BufferView_pimpl.h: ws changes
7116
7117         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
7118
7119 2002-07-26  André Pönitz <poenitz@gmx.net>
7120
7121         * kb_sequence.C: remove unnedred usings
7122
7123 2002-07-26  Juergen Vigna  <jug@sad.it>
7124
7125         * lyxfind.C (LyXReplace): we have to check better if the returned
7126         text is not of theLockingInset()->getLockingInset().
7127
7128 2002-07-25  Juergen Vigna  <jug@sad.it>
7129
7130         * lyxfind.C (LyXReplace): don't replace if we don't get the
7131         right LyXText.
7132
7133         * undo_funcs.C (createUndo): remove debugging code.
7134
7135 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
7136
7137         * buffer.C (parseSingleLyXformat2Token): Use default placement
7138         when reading old floats.
7139
7140         * FloatList.C (FloatList): Change the default placement of figure
7141         and tables to "tbp".
7142
7143 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
7144
7145         * MenuBackend.C: using std::max
7146
7147 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7148
7149         * MenuBackend.C (expandToc):
7150         (expandToc2): code moved from xforms menu frontend. It is now
7151         generic and TOCs are transparent to menu frontends.
7152
7153 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7154
7155         * toc.C (getTocList): protect against buf=0
7156
7157         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
7158         Menu as first parameter. Now, this calls itself recursively to
7159         expand a whole tree (this will be useful for TOC handling)
7160         (expandFloatInsert): remove 'wide' version of floats
7161
7162         * MenuBackend.h (submenuname): returns the name of the submenu.
7163         (submenu): returns the submenu itself, provided it has been
7164         created by MenuBackend::expand
7165
7166 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7167
7168         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
7169         insets which have noFontChange == true. (bug #172)
7170
7171 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7172
7173         * BufferView_pimpl.C: add connection objects and use them...
7174         (Pimpl): here.
7175
7176 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7177
7178         * MenuBackend.C (expandLastfiles):
7179         (expandDocuments):
7180         (expandFormats):
7181         (expandFloatListInsert):
7182         (expandFloatInsert):
7183         (expand): split expand in parts
7184
7185 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7186
7187         * lyx_gui.C: use lyx_gui::exit()
7188
7189 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7190
7191         * LyXAction.C: show the failing pseudo action
7192
7193 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
7194
7195         * buffer.C (readFile): Run the lyxconvert script in order to read
7196         old files.
7197
7198 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7199
7200         * LyXAction.C:
7201         * commandtags.h:
7202         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
7203
7204 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7205
7206         * LyXAction.C:
7207         * commandtags.h:
7208         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
7209
7210 2002-07-22  Herbert Voss  <voss@lyx.org>
7211
7212         * lengthcommon.C:
7213         * lyxlength.[Ch]: add support for the vertical lengths
7214
7215 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
7216
7217         * toc.[Ch]: std:: fixes
7218
7219 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7220
7221         * lyxrc.C: do not include lyx_main.h
7222
7223         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
7224         for layouts
7225
7226         * lyxrc.C:
7227         * encoding.C:
7228         * bufferlist.C:
7229         * BufferView2.C: include "lyxlex.h"
7230
7231         * tabular.h:
7232         * bufferparams.h: do not #include "lyxlex.h"
7233
7234         * lyxtextclasslist.C (Add): remove method
7235         (classlist): renamed to classlist_
7236
7237         * paragraph_pimpl.C:
7238         * paragraph.C:
7239         * text2.C:
7240         * CutAndPaste.C:
7241         * bufferview_funcs.C:
7242         * bufferlist.C:
7243         * text.C:
7244         * LaTeXFeatures.C:
7245         * buffer.C:
7246         * toc.C (getTocList): use BufferParams::getLyXTextClass
7247
7248         * toc.C (getTocList): use InsetFloat::addToToc
7249
7250         * toc.[Ch]: new files, containing helper functions to handle table
7251         of contents
7252
7253         * lyxfunc.C (dispatch): no need to remove spaces around command
7254         given as a string
7255         (getStatus): handle LFUN_SEQUENCE by returning the status of the
7256         first command of the sequence; it is not very clever, but I do not
7257         have a better idea, actually
7258
7259         * LyXAction.C (LookupFunc): make sure to remove space at the
7260         beginning and end of the command
7261
7262 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7263
7264         * MenuBackend.C (getMenubar): new method: return the menubar of
7265         this menu set
7266         (read): treat differently reading of menu and menubar (in
7267         particular, the menubar has no name now)
7268         (Menu::menubar): remove
7269
7270         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
7271         saving is finished
7272
7273 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7274
7275         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
7276         a bibitem inset in a RTL paragraph.
7277
7278 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
7279
7280         * paragraph_pimpl.C: constify
7281
7282         * BufferView_pimpl.C:
7283         * LaTeX.C:
7284         * lyxfunc.C: fix dispatch in a nicer way
7285
7286 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7287
7288         * lyxfunc.C (dispatch):
7289         * BufferView_pimpl.C:
7290         * BufferView_pimpl.h:
7291         * BufferView.C:
7292         * BufferView.h: rename Dispatch() to dispatch()
7293
7294         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
7295
7296         * lyxlayout.C (Read): honor DependsOn tag
7297
7298         * lyxlayout.[Ch] (depends_on): new method
7299
7300         * version.C.in: update lyx_docversion
7301
7302         * LaTeXFeatures.C (getMacros): only define \LyX when needed
7303
7304         * paragraph.C (validate): remove from here...
7305         * paragraph_pimpl.C (validate): ... and move here
7306         (isTextAt): make it const
7307
7308         * buffer.C (getLists): ws cleanup
7309
7310 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7311
7312         * language.C (read): Use iso8859-1 encoding in latex_lang
7313         (this prevents LyX from crashing when using iso10646-1 encoding).
7314
7315 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7316
7317         * text2.C (toggleInset): if cursor is inside an inset, close the
7318         inset and leave cursor _after_ it
7319
7320 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7321
7322         * lyxfunc.C: move minibuffer completion handling out of here
7323
7324 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7325
7326         * BufferView_pimpl.C:
7327         * LaTeX.C: fix dispatch calls
7328
7329 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
7330
7331         * text.C (drawChars): Fix Arabic text rendering.
7332
7333 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
7334
7335         * LyXAction.C:
7336         * commandtags.h:
7337         * lyxfunc.C: remove message-push/pop
7338
7339         * lyxserver.C:
7340         * lyxfunc.h:
7341         * lyxfunc.C: rationalise some code by removing verboseDispatch
7342           in favour of a bool argument to dispatch()
7343
7344 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7345
7346         * lyx_main.C (init): make sure to read symlinks as absolute paths
7347
7348 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7349
7350         * lyxfunc.h:
7351         * lyxfunc.C: no need for commandshortcut to be a member
7352
7353 2002-07-15  André Pönitz <poenitz@gmx.net>
7354
7355         * converter.C: add support for $$s (scripts from lib/scripts dir)
7356         * lyx_main.C: white space
7357
7358 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7359
7360         * bufferlist.C:
7361         * lyxrc.h:
7362         * lyxrc.C: remove second exit confirmation
7363
7364 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7365
7366         * BufferView.h:
7367         * BufferView.C:
7368         * BufferView2.C:
7369         * BufferView_pimpl.h:
7370         * BufferView_pimpl.C:
7371         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
7372
7373 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7374
7375         * MenuBackend.C (expand): add numeric shortcuts to document menu
7376
7377         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
7378
7379 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7380
7381         * lyxfont.C (setLyXFamily):
7382         (setLyXSeries):
7383         (setLyXShape):
7384         (setLyXSize):
7385         (setLyXMisc):
7386         (lyxRead):
7387         * debug.C (value):
7388         * buffer.C (asciiParagraph): use ascii_lowercase
7389
7390 2002-07-15  Mike Fabian  <mfabian@suse.de>
7391
7392         * lyxlex_pimpl.C (search_kw):
7393         * lyxlex.C (getLongString):
7394         * converter.h (operator<):
7395         * converter.C (operator<):
7396         * buffer.C (parseSingleLyXformat2Token):
7397         (asciiParagraph):
7398         * ToolbarDefaults.C (read):
7399         * MenuBackend.C (checkShortcuts):
7400         (read):
7401         * LColor.C (getFromGUIName):
7402         (getFromLyXName): use the compare_ascii_no_case instead of
7403         compare_no_case, because in turkish, 'i' is not the lowercase
7404         version of 'I', and thus turkish locale breaks parsing of tags.
7405
7406 2002-07-16  Angus Leeming  <leeming@lyx.org>
7407
7408         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
7409         now takes a Buffer const & argument.
7410
7411 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
7412
7413         * BufferView.C (resize): check there's a buffer to resize
7414
7415 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
7416
7417         * lyxfunc.C: remove dead code
7418
7419         * lyxserver.h:
7420         * lyxserver.C: use lyx_guii::set_read_callback
7421
7422 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
7423
7424         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
7425         an inset in a RTL paragraph.
7426
7427 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7428
7429         * lyxfunc.C: repaint after a font size update
7430
7431 2002-07-15  André Pönitz <poenitz@gmx.net>
7432
7433         * lyxlength.C: inBP should be able to return negative values
7434
7435 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7436
7437         * lyxfunc.C: use lyx_gui::update_fonts()
7438
7439 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7440
7441         * lyxfunc.C: use lyx_gui::update_color()
7442
7443 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7444
7445         * bufferlist.C:
7446         * lyxfunc.h:
7447         * lyxfunc.C:
7448         * lyxrc.h:
7449         * lyxrc.C: remove file->new asks for name option, and let
7450           buffer-new take an argument
7451
7452 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7453
7454         * BufferView_pimpl.C: remove unneeded extra repaint()
7455
7456 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
7457
7458         * LyXAction.C: allow command-sequence with NoBuffer
7459
7460         * lyxfunc.C: don't insist on trailing ';' for command-sequence
7461
7462 2002-07-10  Angus Leeming  <leeming@lyx.org>
7463
7464         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
7465
7466 2002-07-09  Angus Leeming  <leeming@lyx.org>
7467
7468         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
7469
7470 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7471
7472         * lengthcommon.h: whitespace
7473
7474         * lyxfunc.C: update scrollbar after goto paragraph
7475
7476         * lyxtext.h: factor out page break drawing, and fix it so
7477           page break/added space paints as selected nicely
7478
7479 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7480
7481         * BufferView_pimpl.C: add FIXMEs, clean up a little
7482
7483 2002-07-09  André Pönitz <poenitz@gmx.net>
7484
7485         * lyxfont.[Ch]: support for wasy symbols
7486
7487 2002-07-08  André Pönitz <poenitz@gmx.net>
7488
7489         * BufferView_pimpl.C: apply John's patch for #93.
7490
7491 2002-07-05  Angus Leeming  <leeming@lyx.org>
7492
7493         * BufferView_pimpl.C (buffer): generate previews if desired.
7494
7495         * LColor.h: add "preview" to the color enum.
7496
7497         * LColor.C (LColor): add a corresponding entry to the items array.
7498
7499         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
7500         with this buffer.
7501
7502 2002-07-05  Angus Leeming  <leeming@lyx.org>
7503
7504         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
7505         The body of the code is now in the method that is passed an ostream &
7506         rather than a file name.
7507         Pass an additional only_preamble parameter, useful for the forthcoming
7508         preview stuff.
7509
7510 2002-07-03  André Pönitz <poenitz@gmx.net>
7511
7512         * lyxfunc.C: simplify getStatus() a bit for math stuff
7513
7514 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7515
7516         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
7517
7518 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7519
7520         * text.C (changeRegionCase): do not change case of all the
7521         document when region ends at paragraph end (bug #461)
7522
7523 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7524
7525         * paragraph.C (startTeXParParams):
7526         (endTeXParParams): add \protect when necessary
7527
7528 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7529
7530         * BufferView_pimpl.C (workAreaExpose): remove warning
7531
7532 2002-06-27  Angus Leeming  <leeming@lyx.org>
7533
7534         * Makefile.am: add lyxlayout_ptr_fwd.h.
7535
7536 2002-06-26  André Pönitz <poenitz@gmx.net>
7537
7538         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
7539
7540 2002-06-25  Angus Leeming  <leeming@lyx.org>
7541
7542         * lyxfunc.C (dispatch): Comment out the call to
7543         grfx::GCache::changeDisplay. The method no longer exists now that the
7544         pixmap generation part of the graphics loader has been moved into
7545         InsetGraphics.
7546
7547 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7548
7549         * text2.C: layout as layout
7550
7551         * text.C: layout as layout
7552
7553         * tabular.C (OldFormatRead): layout as layout
7554
7555         * paragraph_pimpl.C (TeXDeeper): layout as layout
7556         (realizeFont): layout as layout
7557
7558         * paragraph.C (writeFile): layout as layout
7559         (validate): layout as layout
7560         (getFont): layout as layout
7561         (getLabelFont): layout as layout
7562         (getLayoutFont): layout as layout
7563         (breakParagraph): layout as layout
7564         (stripLeadingSpaces): layout as layout
7565         (getEndLabel): layout as layout
7566         (getMaxDepthAfter): layout as layout
7567         (applyLayout): layout as layout
7568         (TeXOnePar): layout as layout
7569         (simpleTeXOnePar): layout as layout
7570         (TeXEnvironment): layout as layout
7571         (layout): layout as layout
7572         (layout): layout as layout
7573
7574         * lyxtextclass.C (compare_name): new functor to work with
7575         shared_ptr, layout as layout
7576         (Read): layout as layout
7577         (hasLayout): layout as layout
7578         (operator): layout as layout
7579         (delete_layout): layout as layout
7580         (defaultLayout): layout as layout
7581
7582         * lyxlayout_ptr_fwd.h: new file
7583
7584         * lyxlayout.C (Read): layout as layout
7585
7586         * lyx_cb.C (MenuInsertLabel): layout as layout
7587
7588         * bufferlist.C (newFile): layout as layout
7589
7590         * buffer.C (readLyXformat2): layout as layout
7591         (parseSingleLyXformat2Token): layout as layout
7592         (insertStringAsLines): layout as layout
7593         (asciiParagraph): layout as layout
7594         (latexParagraphs): layout as layout
7595         (makeLinuxDocFile): layout as layout
7596         (simpleLinuxDocOnePar): layout as layout
7597         (makeDocBookFile): layout as layout
7598         (simpleDocBookOnePar): layout as layout
7599         (getLists): layout as layout
7600
7601         * LaTeXFeatures.C (getTClassPreamble): layout as layout
7602
7603         * CutAndPaste.C (cutSelection): layout as layout
7604         (pasteSelection): layout as layout
7605         (SwitchLayoutsBetweenClasses): layout as layout
7606
7607         * BufferView_pimpl.C (Dispatch): layout as layout
7608         (smartQuote): layout as layout
7609
7610         * BufferView2.C (unlockInset): layout as layout
7611
7612 2002-06-24  André Pönitz <poenitz@gmx.net>
7613
7614         * lyxfunc.C: fix #487
7615
7616 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7617
7618         * lyxrc.h:
7619         * lyxrc.C:
7620         * lyxfunc.C: remove display_shortcuts, show_banner
7621
7622 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7623
7624         * Buffer_pimpl.C: oops, update on resize
7625
7626 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7627
7628         * buffer.C:
7629         * converter.C:
7630         * exporter.C:
7631         * lyxfunc.C:
7632         * BufferView.h:
7633         * BufferView.C: use repaint()
7634
7635         * BufferView_pimpl.h:
7636         * BufferView_pimpl.C: s/updateScreen()/repaint()/
7637           as it's a clearer description. Remove superfluous
7638           redraws.
7639
7640 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7641
7642         * text.C: fix bug 488. Not ideal, but getting
7643           getWord() to work properly for the insets that
7644           matter is more difficult ...
7645
7646 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7647
7648         * BufferView_pimpl.C:
7649         * LyXAction.C:
7650         * commandtags.h:
7651         * lyxfunc.C: remove the six million index lyxfuncs to just
7652           one, and DTRT (bug 458)
7653
7654 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7655
7656         * BufferView.h:
7657         * BufferView.C:
7658         * BufferView_pimpl.h:
7659         * BufferView_pimpl.C: clean up resize() stuff,
7660           and unnecessary updateScreen()s
7661
7662 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7663
7664         * BufferView.h:
7665         * BufferView.C:
7666         * BufferView_pimpl.h:
7667         * BufferView_pimpl.C:
7668         * lyxfind.h:
7669         * lyxfind.C:
7670         * minibuffer.C: remove focus management of workarea,
7671           not needed. Use screen's greyOut()
7672
7673 2002-06-17  Herbert Voss  <voss@lyx.org>
7674
7675         * converter.C: (convert) do not post a message, when converting
7676         fails, let the calling function decide what to do in this case
7677
7678 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
7679
7680         * lyxfunc.C: tidy up a little
7681
7682 2002-06-16    <alstrup@diku.dk>
7683
7684         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
7685         Got rid of FORMS_H_LOCATION include. Now we are
7686         GUII.
7687
7688 2002-06-15  LyX Development team  <lyx@rilke>
7689
7690         * buffer.[Ch] (sgmlOpenTag):
7691         (sgmlCloseTag): Added support for avoiding pernicious mixed
7692         content. Return number of lines written.
7693
7694         (makeLinuxDocFile):
7695         (makeDocBookFile): Fixed calls to sgml*Tag.
7696         Simple white space clean.
7697
7698         (simpleDocBookOnePar): Simple white space clean.
7699
7700         * tabular.[Ch] (docBook): Renamed to docbook and got another
7701         argument to related with the pernicious mixed content.
7702
7703         (docbookRow): Fixed calls for docbook inset method.
7704
7705 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7706
7707         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7708         so it's X11 independent.
7709
7710         * kb*.[Ch]: ditto.
7711
7712         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7713
7714 2002-06-15  Lyx Development team  <lyx@electronia>
7715
7716         * intl.h: Renamed getTrans to getTransManager.
7717
7718 2002-06-14  Angus Leeming  <leeming@lyx.org>
7719
7720         * Makefile.am: nuke forgotten stl_string_fwd.h.
7721
7722 2002-06-12  Angus Leeming  <leeming@lyx.org>
7723
7724         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7725
7726 2002-06-13  Angus Leeming  <leeming@lyx.org>
7727
7728         * LaTeX.C:
7729         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7730
7731 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7732
7733         * kbmap.C (getiso): add support for cyrillic and greek
7734
7735 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7736
7737         * BufferView.h:
7738         * BufferView.C:
7739         * BufferView_pimpl.h:
7740         * BufferView_pimpl.C: move bogus scrolling logic
7741           to xforms
7742
7743 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7744
7745         * lyxfunc.C:
7746         * BufferView_pimpl.C: view->resize() change
7747
7748 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7749
7750         * BufferView_pimpl.C: topCursorVisible
7751           prototype change
7752
7753 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7754
7755         * Makefile.am:
7756         * lyx_gui.h:
7757         * lyx_gui.C: move to frontends/
7758
7759         * main.C:
7760         * lyx_main.h:
7761         * lyx_main.C: changes from above
7762
7763 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7764
7765         * intl.C:
7766         * intl.h:
7767         * kbmap.C:
7768         * kbsequence.C:
7769         * lyx_cb.C:
7770         * lyx_main.C: minor tidy
7771
7772 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7773
7774         * BufferView_pimpl.h:
7775         * BufferView_pimpl.C:
7776         * BufferView.h:
7777         * BufferView.C: make painter() const,
7778           remove dead code
7779
7780         * BufferView2.C: use screen() accessor
7781
7782         * lyx_main.h:
7783         * lyx_main.C: some minor cleanup
7784
7785 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7786
7787         * BufferView_pimpl.h:
7788         * BufferView_pimpl.C: remove enter/leaveView,
7789           use workHeight()
7790
7791 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7792
7793         * BufferView.h:
7794         * BufferView.C:
7795         * BufferView2.C:
7796         * BufferView_pimpl.h:
7797         * BufferView_pimpl.C: only construct screen once,
7798           rename
7799
7800         * lyxrc.C: remove pointless comment
7801
7802 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7803
7804         * BufferView.h:
7805         * BufferView.C: remove active() and belowMouse()
7806
7807         * BufferView_pimpl.h:
7808         * BufferView_pimpl.C: use workarea() not workarea_,
7809           and make it use a scoped_ptr instead
7810
7811 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7812
7813         * lyx_gui.C: add debug message on BadWindow
7814
7815 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7816
7817         * sp_spell.C: fdopen is not part of the C++ standard.
7818
7819         * paragraph.C (InsetIterator): use >= instead of ==
7820
7821 2002-06-07  Angus Leeming  <leeming@lyx.org>
7822
7823         Fixes needed to compile with Compaq cxx 6.5.
7824         * BufferView_pimpl.C:
7825         * DepTable.C:
7826         * buffer.C:
7827         * converter.C:
7828         * encoding.C:
7829         * lyx_gui.C:
7830         * lyx_main.C:
7831         * lyxtextclasslist.C:
7832         * minibuffer.C:
7833         * sp_spell.C:
7834         * tabular_funcs.C:
7835         * vc-backend.C:
7836         all c-library variables have been moved into namespace std. Wrap
7837         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7838
7839         * lyxlength.C:
7840         * tabular-old.C:
7841         * tabular.C:
7842         Add a using std::abs declaration.
7843
7844         * kbmap.h (modifier_pair):
7845         * paragraph.h (InsetTable, InsetList):
7846         * lyxfont.h (FontBits):
7847         type definition made public.
7848
7849         * bufferlist.C (emergencyWriteAll): the compiler complains that
7850         there is more than one possible lyx::class_fun template to choose from.
7851         I re-named the void specialisation as lyx::void_class_fun.
7852
7853         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7854
7855         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7856         the compiler is is unable to find tostr in write_attribute.
7857
7858 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7859
7860         * buffer.C (sgmlError): hide #warning
7861
7862 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7863
7864         * xtl/*: get rid of xtl, which is not in use anyway
7865
7866         * LyXAction.C (init):
7867         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7868         were unimplemented xtl experimentation
7869
7870 2002-06-04  André Pönitz <poenitz@gmx.net>
7871
7872         * lyxfunc.C: disable array operation on simple formulae
7873
7874 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7875
7876         * converter.C: constify a bit
7877
7878 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7879
7880         * lyx_gui.C: check xforms version correctly
7881
7882 2002-04-30  Herbert Voss  <voss@lyx.org>
7883
7884         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7885         "keep" option
7886
7887 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7888
7889         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7890           attempt to register it with a VCS)
7891
7892 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7893
7894         * lyx_main.C (init): honor variables LYX_DIR_13x and
7895         LYX_USERDIR_13x
7896
7897 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7898
7899         * buffer.h:
7900         * buffer.C:
7901         * lyx_main.C: fix a crash on bad command line,
7902           and give a useful exit status on error
7903
7904         * lyxfunc.C (doImport): allow -i lyx to work
7905
7906 2002-03-30  André Pönitz <poenitz@gmx.net>
7907
7908         * lyxfunc.C: mathed font changes
7909
7910 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7911
7912         * LaTeX.C:
7913         * importer.h:
7914         * importer.C:
7915         * lyx_sty.h:
7916         * lyx_sty.C:
7917         * lyxlex.C:
7918         * lyxrow.h:
7919         * lyxtext.h:
7920         * paragraph.h:
7921         * paragraph.C:
7922         * texrow.h:
7923         * texrow.C:
7924         * text.C:
7925         * trans_mgr.h: srcdocs, and some minor cleanups
7926
7927 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7928
7929         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7930         call getFont all the time)
7931
7932 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7933
7934         * switch from SigC signals to boost::signals
7935
7936 2002-05-29  André Pönitz <poenitz@gmx.net>
7937
7938         * paragraph_pimpl.C (getChar): don't call size() too often...
7939
7940 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7941
7942         * paragraph_pimpl.C (insertChar): do not try to update tables when
7943         appending (pos == size())
7944
7945         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7946         in order to reduce drastically the number of comparisons needed to
7947         parse a large document
7948
7949 2002-05-29  André Pönitz <poenitz@gmx.net>
7950
7951         * text.C:
7952         * text2.C:
7953         * lyxtextclass.C:
7954         * sp_pspell.h:
7955         * textclasslist.[Ch]:
7956         * sp_ispell.h: whitespace change
7957
7958 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7959
7960         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7961         lyxaction directly now.
7962
7963 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7964
7965         * trans.C:
7966         * lyxfont.C:
7967         * lyxvc.C: remove unused headers
7968
7969 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7970
7971         * Makefile.am:
7972         * buffer.h:
7973         * undostack.h:
7974         * undostack.C:
7975         * undo_funcs.h:
7976         * undo_funcs.C: some cleanups. Use shared_ptr
7977           and a template for the undo stacks.
7978
7979 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7980
7981         * BufferView_pimpl.h:
7982         * BufferView_pimpl.C:
7983         * kbmap.h:
7984         * kbmap.C:
7985         * kbsequence.h:
7986         * kbsequence.C:
7987         * lyxfunc.h:
7988         * lyxfunc.C:
7989         * text2.C: use key_state/mouse_state
7990
7991 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7992
7993         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7994         and LSubstring
7995
7996         * chset.C: change include order
7997         (loadFile): use boost regex and get rid of LRegex and LSubstring
7998
7999         * Makefile.am (BOOST_LIBS): new variable
8000         (lyx_LDADD): use it
8001
8002         * LaTeX.C: change include order.
8003         (scanAuxFile): use boost regex and get rid of LRegex and
8004         LSubstring
8005         (deplog): ditto
8006
8007 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8008
8009         * ColorHandler.h:
8010         * ColorHandler.C:
8011         * FontInfo.h:
8012         * FontInfo.C: moved to frontends/xforms/
8013
8014         * FontLoader.h:
8015         * FontLoader.C: moved into frontends for GUIIzation
8016
8017         * Makefile.am:
8018         * lyx_gui.C:
8019         * lyxfont.C:
8020         * lyxfunc.C: changes from above
8021
8022 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8023
8024         * LColor.C: remove spurious X include
8025
8026         * BufferView_pimpl.C:
8027         * Makefile.am:
8028         * font.h:
8029         * font.C:
8030         * text.C:
8031         * text2.C: move font metrics to frontends/
8032
8033 2002-05-24  Juergen Vigna  <jug@sad.it>
8034
8035         * undo_funcs.C (textHandleUndo): fix the cursor selection after
8036         setting the undo_cursor.
8037
8038         * ParagraphParameters.h: include local includes first.
8039
8040 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8041
8042         * BufferView_pimpl.C:
8043         * BufferView_pimpl.h:
8044         * Makefile.am:
8045         * WorkArea.h:
8046         * WorkArea.C:
8047         * screen.C: move WorkArea into frontends/
8048
8049         * lyxscreen.h:
8050         * screen.C:
8051         * text.C:
8052         * BufferView.C:
8053         * BufferView2.C: move LyXScreen into frontends/
8054
8055         * lyxlookup.h:
8056         * lyxlookup.C:
8057         * lyx_gui.C: move lyxlookup into frontends/xforms/
8058
8059 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8060
8061         * BufferView2.C:
8062         * BufferView_pimpl.C:
8063         * FontLoader.C:
8064         * LyXView.h:
8065         * LyXView.C:
8066         * Makefile.am:
8067         * WorkArea.C:
8068         * XFormsView.h:
8069         * XFormsView.C:
8070         * buffer.C:
8071         * bufferlist.C:
8072         * bufferview_funcs.C:
8073         * converter.C:
8074         * importer.C:
8075         * lyx_cb.C:
8076         * lyx_gui.C:
8077         * lyx_main.C:
8078         * lyx_find.C:
8079         * lyxfunc.C:
8080         * lyxvc.C:
8081         * minibuffer.C:
8082         * text.C:
8083         * text2.C:
8084         * trans.C:
8085         * vc-backend.C: move LyX/XFormsView into frontends/
8086
8087 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8088
8089         * Makefile.am:
8090         * PainterBase.C:
8091         * PainterBase.h:
8092         * Painter.C:
8093         * Painter.h:
8094         * WorkArea.C:
8095         * WorkArea.h:
8096         * screen.C:
8097         * tabular.C:
8098         * text.C:
8099         * text2.C: move Painter to frontends/
8100
8101 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8102
8103         * buffer.C: comment out some some code that depend upon lyx_format
8104         < 220
8105
8106         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
8107         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
8108
8109         * buffer.h (NO_COMPABILITY): turn off compability
8110
8111         * ColorHandler.C: include scoped_array.hpp
8112
8113         * font.C: Use more specific smart_ptr header.
8114         * Painter.C: ditto
8115         * gettext.C: ditto
8116         * ShareContainer.h: ditto
8117         * lyx_main.h: ditto
8118         * kbmap.h: ditto
8119         * FontInfo.h: ditto
8120         * BufferView_pimpl.h: ditto
8121         * ColorHandler.h: ditto
8122
8123         * kbmap.C (defkey): change call to shared_ptr::reset
8124
8125 2002-05-21  Juergen Vigna  <jug@sad.it>
8126
8127         * buffer.C (insertErtContents): fix to insert ert asis if it is
8128         non empty. Skip it completely if it contains only whitespaces.
8129
8130 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
8131
8132         * BufferView_pimpl.C:
8133         * BufferView2.C: clear selection on paste (bug 393)
8134
8135 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8136
8137         * DepTable.C: include ctime
8138
8139 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
8140
8141         * buffer.C (latexParagraphs): Add new argument (moving_arg).
8142
8143 2002-05-14  Juergen Vigna  <jug@sad.it>
8144
8145         * text.C (breakParagraph): fixed function to honor the keepempty
8146         layout in the right maner and also to permit the right breaking
8147         algorithm on empty or non empyt keepempty paragraphs.
8148
8149         * paragraph.C (breakParagraph): we have to check also if the par
8150         is really empty (!size()) for isempty otherwise we do the wrong
8151         paragraph break.
8152
8153 2002-05-10  Juergen Vigna  <jug@sad.it>
8154
8155         * buffer.[Ch] : The following are only changes to the ert
8156         compatibility read reading old LaTeX layout and font stuff and
8157         convert it to ERTInsets.
8158
8159         * buffer.h: added isErtInset().
8160
8161         * buffer.C (struct ErtComp): add a fromlayout bool to check
8162         if we're inside a LaTeX layout.
8163         (isErtInset): new helper function.
8164         (insertErtContents): look for other ert insets before this one
8165         and insert the contents there, so that we don't have subsequent
8166         ERT insets with nothing between them. This way we create only one
8167         inset with multiple paragraphs. Also check if we don't insert only
8168         spaces ' ' as they are ignored anyway afterwards in the .tex file
8169         so if we have only spaces we will ignore this latex part in the
8170         new file.
8171         (parseSingleLyXformat2Token \\layout): better compatibility when
8172         reading layout-latex stuff.
8173         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
8174         language tag.
8175         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
8176         stuff after reading the inset only get the information back from
8177         the stack.
8178
8179 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
8180
8181         * buffer.C (makeLaTeXFile): Put language options after loading babel.
8182
8183         * LaTeXFeatures.C (getBabelOptions): New method.
8184
8185 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8186
8187         * BufferView_pimpl.C (Dispatch): work around missing argument for
8188         'layout'
8189
8190 2002-05-08  Juergen Vigna  <jug@sad.it>
8191
8192         * text.C (leftMargin): handle paragraph leftindent.
8193
8194         * paragraph.C (writeFile): write the new \\leftindent tag.
8195         (validate): handle leftindent code.
8196         (TeXEnvironment): handle paragraphleftindent code again.
8197
8198         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
8199
8200         * buffer.C (parseSingleLyXformat2Token): added compatibility code
8201         for paragrap_extra indent code and new token \\leftindent.
8202         (latexParagraphs): handle the leftindent as environment.
8203
8204         * ParameterStruct.h: added leftindent support.
8205
8206         * ParagraphParameters.C (leftIndent): added support functions for
8207         the paragraph left indent.
8208
8209         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
8210         more appropriate.
8211
8212 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
8213
8214         * paragraph.C (isRightToLeftPar): Return false for a paragraph
8215         inside insetERT.
8216
8217         * text.C (computeBidiTables): No bidi in insetERT.
8218
8219         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
8220         in RTL documents.
8221
8222 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8223
8224         * version.C.in: pre 5
8225
8226 2002-05-02  José Matos  <jamatos@fep.up.pt>
8227         * buffer.C (makeDocBookFile): white space changes, add newline to
8228         command styles.
8229         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
8230
8231         * tabular.C (docBook): fix typo.
8232
8233 2002-05-03  Juergen Vigna  <jug@sad.it>
8234
8235         * screen.C (drawFromTo): recalculate the rowpointer if we had a
8236         change in LyXText as we can not be sure it was not freed.
8237         (drawOneRow): remove unused code.
8238
8239         * text.C (drawInset): redo the calculation of the need_break_row as
8240         it could have a row which was already freed.
8241         (draw): look at the return value of drawInset and return false if
8242         it also returned false.
8243         (paintRowText): look at the return value of draw and return false if
8244         it also returned false.
8245
8246         * lyxtext.h: added bool return type to drawInset() and draw() so that
8247         if we have a change in the row so that the rowbreak has to be redone
8248         we abort drawing as it will be called again.
8249
8250 2002-05-02  Juergen Vigna  <jug@sad.it>
8251
8252         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
8253         a change in the maintext also if we're inside an inset.
8254         (Dispatch): set the cursor again after a break line and after the
8255         screen has been updated as it could be we're in a different row.
8256
8257         * text2.C (fixCursorAfterDelete): check to make sure we don't request
8258         to set the cursor behind the pargraph with > size().
8259         (setCursor): check also for the same paragraph when checking where
8260         to put the cursor if we have a NFR inset.
8261
8262         * buffer.C (parseSingleLyXformat2Token): move the compatibility
8263         parts of layout read further up as it still was in the wrong
8264         position.
8265
8266 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8267
8268         * screen.C (drawFromTo): change sine fullRebreak always return
8269         true.
8270
8271         * buffer.C (parseSingleLyXformat2Token): reindent some
8272
8273         * BufferView_pimpl.C (update): change since fullRebreak always
8274         return true.
8275         (Dispatch): git rid of the last hardcoded "Standard"s.
8276
8277 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8278
8279         * text2.[Ch] (fullRebreak): make it return void now that we always
8280         returned true.
8281
8282 2002-04-30  Juergen Vigna  <jug@sad.it>
8283
8284         * buffer.C (parseSingleLyXformat2Token): reset the font before the
8285         ert compatibility check for "latex" layout.
8286
8287 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
8288
8289         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
8290         minipages: use col% instead of p%, and also use the current font.
8291         (makeLaTeXFile): Fix use babel condition.
8292         (parseSingleLyXformat2Token): Correct font when reading old floats.
8293
8294 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
8295
8296         * BufferView_pimpl.C (Dispatch): Check that float type exists when
8297         inserting list of floats.
8298
8299 2002-04-25  Herbert Voss  <voss@lyx.org>
8300
8301         * MenuBackend.C (expand): don't add the graphics extensions to the
8302         export menu
8303
8304 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8305
8306         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
8307         non-existing layout, do not complain if it was the default layout
8308         of the original class (bug #342)
8309
8310 2002-04-24  Juergen Vigna  <jug@sad.it>
8311
8312         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
8313         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
8314
8315 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
8316
8317         * buffer.C (getBibkeyList): If using \bibliography, return the
8318         option field with the reference itself. Enables us to provide natbib
8319         support when using \bibliography.
8320
8321 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
8322
8323         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
8324
8325         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
8326         natbib is provided by the LaTeX class.
8327
8328 2002-04-23  Juergen Vigna  <jug@sad.it>
8329
8330         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
8331         Wakeup functions.
8332
8333         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
8334
8335 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8336
8337         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
8338
8339         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
8340         ensuremath around textordmasculine, textordfeminine and
8341         textdegree.
8342
8343 2002-04-19  Juergen Vigna  <jug@sad.it>
8344
8345         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
8346         reinitializing the buffer otherwise row-dimensions may be wrong.
8347         (update): reset also the selection cursors if they do exits otherwise
8348         their x/y positions may be wrong.
8349
8350         * text2.C (cursorDown): don't enter the inset if we came from a row
8351         above and are one row over the inset.
8352
8353         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
8354         really leaving an inset.
8355
8356 2002-04-18  Juergen Vigna  <jug@sad.it>
8357
8358         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
8359         of the selected paragraph does not have the selected layout also if
8360         the last one had!
8361
8362         * text2.C (setLayout): fixed bug which did not change last selected
8363         paragraph.
8364
8365         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
8366         changed the read and substituted \\end_float with \\end_inset!
8367
8368         * BufferView_pimpl.C (cursorPrevious):
8369         (cursorNext): fixed to make it work with rows heigher than the work
8370         area without moving the cursor only the draw of the row.
8371         (workAreaMotionNotify): fix jumping over high rows.
8372
8373 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8374
8375         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
8376         Ressler.
8377
8378 2002-04-16  Juergen Vigna  <jug@sad.it>
8379
8380         * text2.C (setCursor): set also the irow().
8381         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
8382         (cursorUp):
8383         (cursorDown): support for locking an inset if the x_fix value goes
8384         inside it. That way I can transverse insets too with cursor up/down.
8385
8386         * lyxrow.h: added irow helper function same as other (i) functions.
8387
8388         * BufferView_pimpl.C (cursorPrevious):
8389         (cursorNext): fixed for insets!
8390
8391 2002-04-15  Juergen Vigna  <jug@sad.it>
8392
8393         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
8394         position otherwise it is wrong in some cases.
8395
8396         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
8397         inside the inset before the call.
8398
8399 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
8400
8401         * buffer.[Ch] (getBibkeyList): make it const.
8402
8403 2002-04-12  Juergen Vigna  <jug@sad.it>
8404
8405         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
8406
8407         * text2.C (getCursorX): new helper function
8408         (setCursor): compute also ix_
8409         (setCursorFromCoordinates): set also ix.
8410
8411         * lyxcursor.h: added ix_ and helper functions.
8412
8413         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
8414
8415         * buffer.C (insertStringAsLines): dont break paragraph if the this
8416         paragraph is inside an inset which does not permit it!
8417
8418         * text.C (breakParagraph): honor keepempty flag and break the paragraph
8419         also with no chars on this paragraph.
8420         (paintRowText): only paint stuff if it's inside the workarea!
8421
8422         * paragraph.C (breakParagraph): honor keepempty flag and break the
8423         paragraph always below not above.
8424
8425         * BufferView2.C (unlockInset): update the paragraph layout on inset
8426         unlock as we changed paragraph in such a case.
8427
8428         * lyxfind.C (LyXFind): clear the former selection if not found!
8429
8430         * text2.C (insertInset): freeze Undo after setUndo so that it is not
8431         again called in insertChar().
8432
8433         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
8434         an inset which uses the whole row!
8435         (rightMargin): ditto.
8436         (insertChar): force a rebreak if we inserted an inset!
8437
8438 2002-03-28  Herbert Voss  <voss@lyx.org>
8439
8440         * lyxlength.[Ch]: add inBP() to get the right PS-point
8441         units (BigPoint). With inPixels we have rounding errors
8442
8443 2002-04-11  Juergen Vigna  <jug@sad.it>
8444
8445         * text2.C (setCursorFromCoordinates): set iy to the right value.
8446         (setCursor): add check if row->previous exists!
8447
8448         * buffer.C (parseSingleLyXformat2Token): reset font after read of
8449         an old float_type as this was the case in the old code!
8450
8451         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
8452
8453         * BufferView2.C (showLockedInsetCursor): use iy
8454         (fitLockedInsetCursor): ditto
8455
8456         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
8457         locked insets as there we have the right value now.
8458
8459         * lyxcursor.C: added iy_ variable and iy functions to set to the
8460         baseline of cursor-y of the locked inset.
8461
8462         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
8463         (setCursor): fixed for insets which need a full row.
8464
8465         * text.C (rowLastPrintable): don't ignore the last space when before
8466         an inset which needs a full row.
8467         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
8468         as last character of a row when before a inset which needs a full row.
8469
8470 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8471
8472         * version.C.in: update date
8473
8474         * text2.C (fullRebreak): try to always return true and see what
8475         happens...
8476
8477 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8478
8479         * MenuBackend.C (expand): use Floating::listName
8480
8481         * FloatList.C (FloatList): add listName argument to the built-in
8482         floats
8483
8484         * Floating.[Ch]: add listName member, which is the 'List of XXX'
8485         text associated with the float.
8486
8487 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8488
8489         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
8490
8491 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8492
8493         * ShareContainer.h: add a couple of missing typenames.
8494
8495 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
8496
8497         * lyxrc.C (getDescription): use _() correctly rather than N_().
8498
8499 2002-03-28  Herbert Voss  <voss@lyx.org>
8500
8501         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
8502         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
8503
8504 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8505
8506         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
8507         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
8508
8509 2002-03-29  Juergen Vigna  <jug@sad.it>
8510
8511         * lyxfunc.C (dispatch): add a missing fitCursor call.
8512
8513         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
8514         it was scrolled by a cursor move, so return the bool status.
8515
8516         * BufferView.C (fitCursor): return the bool flag also to the outside
8517         world as this is needed.
8518
8519         * screen.C (toggleToggle): don't subtract the offset if it's positive.
8520
8521         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
8522         call the edit() as it is not needed (and wrong) IMO.
8523         (workAreaButtonPress): set the screen_first variable before evt.
8524         unlock the inset as this may change screen_first and then we have
8525         a wrong y position for the click!
8526
8527 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8528
8529         * MenuBackend.C (expand): another translation that I missed
8530
8531 2002-03-28  Juergen Vigna  <jug@sad.it>
8532
8533         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
8534
8535         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
8536
8537 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8538
8539         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
8540
8541         * MenuBackend.C (expand): fix export/view/update when there is no
8542         document open.
8543
8544 2002-03-27  Herbert Voss  <voss@lyx.org>
8545
8546         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
8547         and text%
8548
8549 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8550
8551         * bufferview_funcs.C (currentState): only show paragraph number
8552         for is DEVEL_VERSION is set.
8553
8554         * lyxfunc.C (dispatch): put warning in INFO channel
8555
8556         * MenuBackend.C (expand): translate the name of floats
8557
8558         * FloatList.C (FloatList): mark the float names for translation
8559
8560         * converter.C (convert): use LibScriptSearch
8561
8562 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8563
8564         * MenuBackend.C (defaults): fix default menu (we might as well get
8565         rid of it...)
8566
8567 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8568
8569         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
8570         directory.
8571
8572 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8573
8574         * lyxvc.C: reorder includes.
8575
8576 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
8577
8578         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
8579           properly
8580
8581 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
8582
8583         * CutAndPaste.C: change layouts earlier on paste
8584           to avoid crashing when calling getFont()
8585
8586 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
8587
8588         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
8589         irritating #error.
8590
8591 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8592
8593         * WorkArea.C: remove 'Pending' debug message.
8594
8595         * most files: ws cleanup
8596
8597         * buffer.[Ch]: ws changes
8598
8599         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
8600
8601 2002-03-21  Juergen Vigna  <jug@sad.it>
8602
8603         * tabular.C (SetMultiColumn): collapse also the contents of the
8604         cells and set the last border right. Added a Buffer const * param.
8605
8606 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8607
8608         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
8609         linking or not.
8610
8611 2002-03-19  Juergen Vigna  <jug@sad.it>
8612
8613         * text2.C (clearSelection): reset also xsel_cache.
8614
8615         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
8616         where it needs to be called (John tells us to do so too :)
8617         (selectionLost): reset sel_cache.
8618
8619         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
8620
8621 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8622
8623         * text2.C (setCursorIntern): put debuging code in INSETS channel
8624
8625 2002-03-19  André Pönitz <poenitz@gmx.net>
8626
8627         * lyxfunc.C: tiny whitespace change
8628
8629 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8630
8631         * ToolbarDefaults.C (init):
8632         * LyXAction.C (init):
8633         * commandtags.h:
8634         * BufferView_pimpl.C (Dispatch):
8635         * lyxfunc.C (dispatch): remove LFUN_DEPTH
8636
8637 2002-03-19  Allan Rae  <rae@lyx.org>
8638
8639         * exporter.C (Export): removeAutoInsets before doing anything else.
8640         While I've just introduced a dependency on BufferView this really is
8641         the best place to clean the buffer otherwise you need to cleanup in
8642         a dozen places before calling export or cleanup in a dozen functions
8643         that export calls.
8644
8645         * converter.C (runLaTeX):
8646         (scanLog): Better handling of removeAutoInsets and screen updates.
8647
8648         * lyxfunc.C (dispatch): small whitespace changes
8649
8650 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8651
8652         * WorkArea.C (C_WorkAreaEvent): return a value.
8653         (event_cb): return 1 if we handled the event, 0 otherwise.
8654
8655         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
8656
8657 2002-03-18  Juergen Vigna  <jug@sad.it>
8658
8659         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
8660         (GetAdditionalWidth): ditto.
8661         (RightLine): ditto.
8662         (LeftLine): ditto.
8663
8664         * BufferView2.C (copy): use getLyXText() so that we do it inside an
8665         inset if we're there actually (probably not used right now but this
8666         is the direction to go for unifying code).
8667         (paste): disable code to clear the selection.
8668
8669         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
8670         inside an InsetText and move the check further up as it is in the
8671         wrong place.
8672
8673         * text2.C (pasteSelection): set a selection over the pasted text.
8674
8675 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
8676
8677         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
8678         and libgraphics to build on Cygwin.
8679
8680 2002-03-15  Juergen Vigna  <jug@sad.it>
8681
8682         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
8683         inserting an Inset into the paragraph. I know this is not the best
8684         fix but we already use current_view in CutAndPaste so we will remove
8685         all of it's using at the same time.
8686
8687         * buffer.C (sgmlError): deactivated function till it is rewritten in
8688         the right mode, now it can create problems.
8689
8690         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8691         before accessing it.
8692
8693 2002-03-14  Juergen Vigna  <jug@sad.it>
8694
8695         * undo_funcs.C (textHandleUndo): do the right thing when updating
8696         the inset after the undo/redo.
8697
8698         * text2.C (setCursor): just some testcode for #44 not ready yet.
8699
8700         * undo_funcs.C (textHandleUndo): set the next() and previous()
8701         pointers of the paragraph to 0 before deleting otherwise we have
8702         problems with the Paragraph::[destructor].
8703
8704         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8705         on a paragraph insertion.
8706
8707 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8708
8709         * buffer.C (asciiParagraph): use += operator for char append to
8710         string.
8711
8712         * paragraph.C (getFontSettings): compare >= not just >
8713         (highestFontInRange): ditto
8714         (setFont): ditto
8715
8716 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8717
8718         * paragraph.C: change several algorithm to be more appripriate for
8719         the problem domain. This is lookip in FontList and in the InsetList.
8720
8721 2002-03-13  André Pönitz <poenitz@gmx.net>
8722
8723         * commandtags.h:
8724         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8725
8726 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8727
8728         * commandtags.h:
8729         * LyXAction.C:
8730         * lyxfunc.C:
8731         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8732
8733 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8734
8735         * Painter.C (display): anon helper function, adjust code for this
8736         change.
8737         (pixmap): remove function.
8738
8739         * Painter.h: remove private display variable.
8740
8741         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8742
8743 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8744
8745         * WorkArea.[Ch]: remove figinset_canvas cruft.
8746
8747 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8748
8749         * lyxtextclass.C (operator): add one item cache optimization.
8750
8751         * bufferlist.h: doxy changes
8752
8753         * bufferlist.C: ws changes
8754
8755         * DepTable.[Ch] (ext_exist): place const in the right spot.
8756
8757         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8758         call resizeInsets.
8759         (workAreaExpose): call resizeInsets when the with BufferView changes.
8760         (Dispatch): adjust for protectedBlank removal
8761         (specialChar): call updateInset if the insert went ok.
8762
8763         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8764         specialChar instead.
8765
8766         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8767
8768         * BufferView.h: doxy change
8769
8770         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8771
8772         * lyxtextclass.C (operator[]): remove non-const version
8773         (defaultLayout): remove non-const version
8774
8775 2002-03-12  Juergen Vigna  <jug@sad.it>
8776
8777         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8778         did resize the LyXText too.
8779
8780         * buffer.C (readLyXformat2): set layout information on newly allocated
8781         paragraphs.
8782
8783         * tabular.C (OldFormatRead): set layout information on the paragraph.
8784
8785 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8786
8787         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8788
8789 2002-03-11  Juergen Vigna  <jug@sad.it>
8790
8791         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8792         plainly wrong.
8793         (resizeCurrentBuffer): force also the insets to resize themselfes.
8794         (moveCursorUpdate): fixed up for InsetText.
8795
8796 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8797
8798         * commandtags.h:
8799         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8800         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8801         value of Dialogs::tooltipsEnabled().
8802         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8803
8804 2002-03-08  Juergen Vigna  <jug@sad.it>
8805
8806         * BufferView_pimpl.C (updateInset): update inset inside inset also
8807         if it isn't inside theLockingInset().
8808
8809 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8810
8811         * buffer.C (asciiParagraph): redo some of the word and line length
8812         handling.
8813         (getLists): look for Caption instead of caption.
8814
8815 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8816
8817         * buffer.C (Buffer): initialize niceFile to true
8818         (makeLaTeXFile):
8819         (makeLinuxDocFile):
8820         (makeDocBookFile): make sure niceFile is true on exit
8821
8822 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8823
8824         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8825
8826 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8827
8828         * LyXSendto.C: remove.
8829         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8830         * lyx_gui.C: remove now-redundant comment.
8831         * ColorHandler.h: remove forward declaration of class WorkArea.
8832         * lyxfunc.C: remove #include "WorkArea.h".
8833
8834 2002-03-07  Juergen Vigna  <jug@sad.it>
8835
8836         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8837         got moved away with the DEPM and also set the inset_owner always
8838         right which before could have been omitted.
8839
8840 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8841
8842         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8843         wanted layout is not found.
8844
8845 2002-03-07  Juergen Vigna  <jug@sad.it>
8846
8847         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8848
8849 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8850
8851         * paragraph.C (breakParagraph): use default layout not layout of
8852         prev paragraph.
8853         (Paragraph): clear ParagraphParameters.
8854
8855 2002-03-06  Juergen Vigna  <jug@sad.it>
8856
8857         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8858         otherwise it would not be a valid lenght. Fixed a special case in
8859         the minipage compatibility read where we end the document with a
8860         minipage.
8861
8862         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8863         was set as it could be 0 for InsetTexts first entry.
8864
8865 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8866
8867         * paragraph.C (writeFile): if layout is empty write out
8868         defaultLayoutName().
8869
8870         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8871         file without named layout we set layout to defaultLayoutName().
8872
8873 2002-03-06  Juergen Vigna  <jug@sad.it>
8874
8875         * CutAndPaste.C (copySelection): set layout for new paragraph.
8876
8877         * text.C (prepareToPrint): leave ERT inset left aligned
8878         (leftMargin): don't indent paragraphs inside ERT insets
8879
8880 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8881
8882         * paragraph.C (breakParagraph): dont call clear do the work manually
8883
8884         * paragraph.[Ch] (clear): remove function
8885
8886 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8887
8888         * paragraph.C (Paragraph): dont call clear, the work has already
8889         been done.
8890
8891         * lyxtextclass.C (operator): assert if n is empty
8892
8893         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8894         work manually instead.
8895
8896 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8897
8898         * BufferView_pimpl.C: protect selectionLost against text == 0
8899
8900 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8901
8902         * text.C (breakParagraph): fix a setting layout to '0' problem.
8903
8904 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8905
8906         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8907         final location of file, for the included files, and graphics.
8908
8909 2002-03-05  Juergen Vigna  <jug@sad.it>
8910
8911         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8912
8913 2002-03-04  Juergen Vigna  <jug@sad.it>
8914
8915         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8916
8917         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8918         last column of multicolumn cells.
8919         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8920
8921 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8922
8923         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8924         file if it doesn't go to a temporary file.
8925
8926         * buffer.C (sgmlOpenTag):
8927         (sgmlCloseTag):  remove extra newline insertion.
8928
8929 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8930
8931         * text.C (getRowNearY): comment out debug msg
8932
8933 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8934
8935         * text2.C: first -> first_y
8936
8937         * text.C (getRowNearY): add some attemts at a possible
8938         optimization, not working.
8939
8940         * tabular.[Ch]: add BufferParams to several function so that newly
8941         created paragraph can be initialized to he default layotu for the
8942         buffers textclass.
8943
8944         * tabular-old.C (ReadOld): add buf->params to call of Init
8945
8946         * screen.C: rename text->first to text->first_y
8947
8948         * paragraph.C (breakParagraph): always set layout in the broken
8949         paragraph
8950
8951         * lyxtextclass.C (Read): remove lowercase
8952         (hasLayout): ditto
8953         (operator): ditto
8954         (delete_layout): ditto
8955
8956         * lyxtext.h: rename first -> first_y
8957
8958         * lyxlayout.C (Read): remove lowercase
8959         (name): ditto
8960         (setName): ditto
8961         (obsoleted_by): ditto
8962
8963         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8964
8965         * buffer.C (insertErtContents): add params are to InsetERT
8966         (parseSingleLyXformat2Token): add code to check if a paragraphs
8967         layout really exist.
8968         (parseSingleLyXformat2Token): add params to several inset
8969         constructors
8970         (asciiParagraph): remove lowercase, do the layout comparisons with
8971         no_case
8972
8973         * BufferView_pimpl.C (cursorNext): first -> first_y
8974         (resizeCurrentBuffer): first -> first_y
8975         (updateScrollbar): first -> first_y
8976         (scrollCB): first -> first_y
8977         (workAreaMotionNotify): first -> first_y
8978         (workAreaButtonPress): first -> first_y
8979         (checkInsetHit): first -> first_y
8980         (cursorPrevious): first -> first_y
8981         (cursorNext): first -> first_y
8982         (Dispatch): add buffer_->params to severl inset contructors
8983
8984 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8985
8986         * lyxlayout.C (Read): remove some debug info that I forgot.
8987
8988         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8989         clean up the code slightly.
8990         (makeLinuxDocFile): ditto
8991         (makeDocBookFile): ditto
8992
8993         * text2.C: layout as string
8994
8995         * text.C: layout as string
8996
8997         * paragraph_pimpl.C: layout as string
8998
8999         * paragraph.[Ch]: layout as string
9000
9001         * lyxtextclasslist.[Ch]: layout as string
9002
9003         * lyxtextclass.[Ch]: layout as string
9004
9005         * lyxtext.h: layout as string
9006
9007         * lyxlayout.[Ch]: layout as string
9008
9009         * lyx_cb.C: layout as string
9010
9011         * bufferview_funcs.C: layout as string
9012
9013         * bufferparams.C: layout as string
9014
9015         * buffer.C: layout as string
9016
9017         * LyXView.[Ch]: layout as string
9018
9019         * LaTeXFeatures.[Ch]: layout as string
9020
9021         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
9022
9023         * BufferView_pimpl.C: change current_layout to string, remove
9024         lyx::layout_type.
9025         (Dispatch):
9026         (smartQuote):
9027         (insertInset):
9028         (workAreaButtonRelease): layout as string
9029
9030         * BufferView2.C (unlockInset): adjust
9031
9032         * vspace.C (asLatexCommand): use an explict temp variable.
9033
9034 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9035
9036         * Makefile.am: use FRONTEND_*
9037
9038 2002-03-01  Juergen Vigna  <jug@sad.it>
9039
9040         * tabular.C (SetWidthOfMulticolCell): changed to something better
9041         I hope but still work in progress.
9042         (recalculateMulticolumnsOfColumn): renamed function from
9043         recalculateMulticolCells as it is more appropriate now.
9044         (SetWidthOfCell): calculate multicols better.
9045
9046 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9047
9048         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
9049
9050         * lyxfunc.C (processKeySym): print sequence also if it is
9051         `deleted' (complete)
9052
9053         * kbsequence.C (print): print sequence even if it is deleted
9054         (complete would be a better word, actually).
9055
9056         * lyxfunc.C (dispatch): print complete options after a prefix key
9057
9058         * vspace.C (asLatexCommand): rewrite in a slightly different form.
9059
9060 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
9061
9062         * text2.C (setCharFont): eliminate setCharFont code duplication.
9063
9064 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9065
9066         * BufferView_pimpl.C (Dispatch): remove bogus handling of
9067         LFUN_TABULAR_FEATURE (bug #177)
9068
9069 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
9070
9071         * Makefile.am: remove figure.h
9072
9073 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
9074
9075         * Bufferview_pimpl.C:
9076         * CutAndPasteC:
9077         * LaTeX.C:
9078         * LyXSendto.C:
9079         * buffer.C:
9080         * bufferlist.C:
9081         * converter.C:
9082         * language.C:
9083         * lyxfunc.C:
9084         * lyxvc.C:
9085         * paragraph.C:
9086         * text.C:
9087         * text2.C: remove #include "lyx_gui_misc.h".
9088
9089         * LaTeX.C: added #include <cstdio>
9090
9091 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9092
9093         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
9094         that the paragraph following this one can have.
9095
9096         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
9097
9098         * vspace.C (asLatexCommand): fix bogus gcc warning
9099
9100         * Makefile.am (lyx_SOURCES): remove vms_defines.h
9101
9102 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
9103
9104         * text2.C (setLayout): get rid of redundant code
9105
9106 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
9107
9108         * text2.C (incDepth): make sure depth cannot be increased beyond
9109         reasonable values.
9110
9111 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
9112
9113         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
9114         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
9115
9116         * PainterBase.h (image):
9117         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
9118         a LyXImage const *.
9119
9120 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9121
9122         * BufferView.C:
9123         * BufferView.h:
9124         * BufferView_pimpl.C:
9125         * BufferView_pimpl.h:
9126         * LaTeXFeatures.C:
9127         * LyXAction.C:
9128         * LyXView.C:
9129         * Makefile.am:
9130         * UpdateList.h:
9131         * UpdateList.C:
9132         * buffer.C:
9133         * figure.h:
9134         * figureForm.C:
9135         * figureForm.h:
9136         * figure_form.C:
9137         * figure_form.h:
9138         * lyx_cb.C:
9139         * lyx_gui.C:
9140         * lyx_gui_misc.C:
9141         * lyxfunc.C:
9142         * sp_base.h:
9143         * sp_ispell.h:
9144         * sp_pspell.h:
9145         * sp_spell.C: remove fig inset, and the crap house of
9146           cards that follows it
9147
9148 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9149
9150         * Makefile.am:
9151         * lyxserver.C:
9152         * os2_defines.h:
9153         * os2_errortable.h:
9154         * nt_defines.h: move .h into support/
9155
9156         * vms_defines.h: remove
9157
9158         * WorkArea.C: add space in debug output
9159
9160         * text2.C:
9161         * paragraph.C:
9162         * buffer.C: add WITH_WARNINGS
9163
9164         * vc-backend.h:
9165         * vc-backend.C:
9166         * bufferlist.C: s/retrive/retrieve/, add docs
9167
9168         * vspace.h:
9169         * vspace.C:
9170         * kbmap.h:
9171         * lyxlength.h:
9172         * lyxgluelength.h:
9173         * length_common.h:
9174         * chset.h:
9175         * chset.C: add docs
9176
9177         * lyxgui.C: add ID to X error handler
9178
9179         * lyxtestclass.c: fix typo
9180
9181 2002-02-26  Juergen Vigna  <jug@sad.it>
9182
9183         * tabular_funcs.C (write_attribute): changed so that some default
9184         attributes are not written at all.
9185         (getTokenValue): set default values before trying to read the
9186         value so we have the return value always set as default if we don't
9187         find the token we search for.
9188
9189         * tabular.C (Write): write bools as bools not as strings!
9190
9191 2002-02-22  Juergen Vigna  <jug@sad.it>
9192
9193         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
9194         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
9195
9196         * text.C (leftMargin): don't add an indent for paragraphs inside
9197         tabular cells (fix #208).
9198
9199 2002-02-21  José Matos  <jamatos@fep.up.pt>
9200
9201         * tabular.C (docBook): fixed support for long tables.
9202
9203 2002-02-20  Juergen Vigna  <jug@sad.it>
9204
9205         * text2.C (getFont): get the drawing font of the Inset if this
9206         paragraph is inside an inset (only important for InsetERT for now).
9207
9208         * buffer.C (insertErtContents): use new lanugage params in ERT
9209         constructor.
9210
9211         * CutAndPaste.C: commenting out seemingly uneeded code.
9212
9213 2002-02-19  Allan Rae  <rae@lyx.org>
9214
9215         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
9216         Iterators might be simple to use but they also get invalidated.
9217         (removeAutoInsets): renamed saved cursor tracking variables and added
9218         some comments to clarify what everything does.
9219
9220 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
9221
9222         * Chktex.C:
9223         * LaTeX.C:
9224         * LyXSendto.C:
9225         * converter.C:
9226         * lyx_cb.C:
9227         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
9228         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
9229
9230         * lyxfunc.C:
9231         * vc-backend.h: remove #include "support/syscall.h"
9232
9233         * LaTeX.C:
9234         * LyXSendto.C:
9235         * converter.C: rearrange #includes in Lars' approved fashion.
9236
9237         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
9238         forward declare class Timeout in the header file.
9239
9240         * XFormsView.C: changes due to the above.
9241
9242         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
9243         similar to LyXView.
9244
9245         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
9246         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
9247
9248 2002-02-18  José Matos  <jamatos@fep.up.pt>
9249
9250         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
9251         insets contents.
9252
9253 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9254
9255         * a lot of small ws changes
9256         * add a lot of using std::XXX
9257         * use std construcs some places where approp.
9258         * use some exisint stuff from lyxfunctional where approp.
9259         * Make file changes to use partial linking (lets test this now...)
9260
9261 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9262
9263         * Chktex.C:
9264         * buffer.C:
9265         remove #include "support/syscontr.h" as it's redundant. Always has been.
9266
9267         * Chktex.C:
9268         * LaTeX.C:
9269         * LyXSendto.C:
9270         * converter.C:
9271         * lyx_cb.C:
9272         * vc-backend.C:
9273         change Systemcalls::System to Systemcalls::Wait and
9274         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
9275         No change of functionality, just reflects the stripped down Systemcalls
9276         class.
9277
9278 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9279
9280         * debug.[Ch]: add a GRAPHICS type to the enum.
9281
9282 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9283
9284         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
9285
9286         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
9287         there is an inset.
9288
9289 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9290
9291         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
9292         match the changes below.
9293
9294         * text2.C (toggleInset): if there is not editable inset at cursor
9295         position, try to see if cursor is _inside_ a collapsable inset
9296         and close it.
9297
9298 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9299
9300         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
9301         document menu has a nice checkbox
9302
9303 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9304
9305         * lyxlength.C (asLatexString): change PW to output as percent of
9306         \textwidth.
9307
9308         * lengthcommon.C: change '%' to 't%'
9309
9310         * lyxfunc.C (dispatch): a few comments from Martin
9311
9312 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
9313
9314         * WorkArea.h:
9315         * WorkArea.C:
9316         * BufferView_pimpl.h:
9317         * BufferView_pimpl.C: clear our selection when X tells us we've lost
9318           the X selection.
9319
9320 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9321
9322         * vspace.C (inPixels): fix compiler warning
9323
9324 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9325
9326         * lyxfunc.C (getStatus): fix status message for disabled commands.
9327
9328 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
9329
9330         * BufferView_pimpl.C: fix crash on close buffer
9331         during selection (#227)
9332
9333 2002-01-27  Herbert Voss  <voss@lyx.org>
9334
9335         * buffer.C: link old Figure to new graphic inset
9336
9337 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
9338
9339         * FontLoader.C (getFontinfo): Change the latex font names in order
9340         to match the names of type1inst.
9341
9342 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9343
9344         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
9345
9346         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
9347         (extchanged): ditto
9348         (ext_exist): ditto
9349         (remove_files_with_extension): ditto
9350         (remove_file): ditto
9351         (write): ditto
9352
9353         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
9354         document is smaller than the work area height. Do not initialize
9355         static variables to 0.
9356
9357 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9358
9359         * lyx_gui.C (init): give the toolbar tooltips a normal font.
9360
9361         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
9362         LFUN_LAYOUT_PARAGRAPHS.
9363
9364         * tabular.C (GetCellFromInset): new method. Finds an inset in a
9365         tabular. It is possible to provide a possible cell, which will
9366         typically be the actcell from the corresponding insettabular
9367
9368         * lyxfunc.C (getStatus): small cleanup; disable
9369         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
9370         true
9371
9372 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9373
9374         * tabular.C (Validate): remove broken optimization (fixes bug #201)
9375
9376         * paragraph.C (startTeXParParams):
9377         (endTeXParParams): new methods. The LaTeX code to
9378         start/end paragraph formatting
9379         (simpleTeXOnePar): call startTeXParParams also when paragraph is
9380         empty (fixes bug #200)
9381
9382         * vspace.C (inPixels): adapt to the change below
9383         (inPixels): [later] more cleanups (remove unused variables)
9384
9385         * lyxlength.C (inPixels): change to use a width and a height as
9386         parameter.
9387
9388 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9389
9390         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
9391         Replaced with \paperwidth
9392
9393         * DepTable.C (insert): add std:: qualifier
9394
9395 2002-01-18  Allan Rae  <rae@lyx.org>
9396
9397         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
9398         updated also?
9399
9400         * text.C (drawInset): Turned out I didn't know enough about how
9401         rebreaking worked.  This fixes most of the redraw problems.  I see
9402         an occasional cursor trail when a line is broken now and the cursor
9403         placement can seem out by a few pixels also after a rebreak.
9404
9405 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9406
9407         * buffer.C (parseSingleLyXformat2Token): update because minipage
9408         width is now a LyXLength
9409
9410         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
9411
9412         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
9413         math insets
9414
9415 2002-01-17  Juergen Vigna  <jug@sad.it>
9416
9417         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
9418
9419         * BufferView2.C (lockInset): call edit() so that theLockingInset()
9420         is set correctly and the inset is updated correctly.
9421
9422 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9423
9424         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
9425         the beginning of the loop.
9426
9427 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
9428
9429         * lyxrc.C: improve help for use_scalable_fonts
9430
9431 2002-01-17  Allan Rae  <rae@lyx.org>
9432
9433         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
9434
9435 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9436
9437         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
9438         make sure to set their inset_owner to the right value (bug #171)
9439
9440 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
9441
9442         * DepTable.h
9443         * DepTable.C: Implement mtime checking to reduce time spent doing
9444         CRCs.
9445
9446 2002-01-16  Juergen Vigna  <jug@sad.it>
9447
9448         * tabular.C (GetAdditionalHeight): one of error fixed.
9449
9450         * lyxrc.C (output): small fix in writing use_pspell.
9451
9452 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
9453
9454         * sp_base.h: #include LString.h
9455
9456 2002-01-16  Allan Rae  <rae@lyx.org>
9457
9458         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
9459         Can someone check this please?
9460
9461         * text.C (drawInset): It was possible that p.row would be removed by
9462         breakAgainOneRow upsetting a few other settings.  There may be another
9463         small tweak possible by setting need_break_row = 0 when p.row has been
9464         removed but I don't know enough about the logic here.
9465
9466 2002-01-15  Allan Rae  <rae@lyx.org>
9467
9468         * text.C (insertChar): removed conditional truism.
9469
9470         * BufferView2.C (removeAutoInsets): More tweaks.
9471         cur_par_prev could be a stray pointer.  Check for trailing empty line
9472         in case last line was cur_par and only had an error inset on it.
9473
9474 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9475
9476         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
9477         absolute
9478
9479         * vc-backend.C (most methods):
9480         * exporter.C (Export):
9481         * converter.C (convert):
9482         (runLaTeX):
9483         * LyXSendto.C (SendtoApplyCB):
9484         * lyxfunc.C (dispatch):
9485         (menuNew):
9486         (open):
9487         (doImport):
9488         * lyx_cb.C (AutoSave):
9489         (InsertAsciiFile):
9490         * BufferView_pimpl.C (MenuInsertLyXFile):
9491         * buffer.C (runChktex): use Buffer::filePath().
9492
9493         * buffer.h: rename filename to filename_; rename filepath to
9494         filepath_ and make it private
9495         (filePath): new method
9496
9497         * buffer.C (writeFile): use fileName()
9498         (getLatexName):
9499
9500         * lyx_main.C (init): fix starting  of LyX when the binary is a
9501         link from so,ewhere else.
9502
9503         * minibuffer.C: include <cctype> for isprint
9504
9505 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9506
9507         * buffer.C (parseSingleLyXformat2Token): changes associated with the
9508         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
9509         name clash with InsetCollapsable's width function.
9510
9511 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9512
9513         * lastfiles.C: include <iterator>
9514
9515 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9516
9517         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
9518         std::count.
9519
9520         * buffer.C (makeLaTeXFile): ditto.
9521         Also make loop operation more transparent.
9522
9523 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9524
9525         * ToolbarDefaults.C: remove trailing comma closing namespace.
9526
9527         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
9528
9529         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
9530         as in WorkArea.
9531
9532         * trans.C (Load): comment out unused variable, allowed.
9533
9534 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9535
9536         * minibuffer.[Ch] (append_char): new method to recieve input from the
9537         drop-down completion browser. If a key was pressed, then recieve this
9538         char and append it to the existing string.
9539         (peek_event): modify the positioning data passed to the completion
9540         browser so that it can be placed above the minibuffer rather than below.
9541 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9542
9543         * LyXAction.C (init): alloe error-next for readonly documents.
9544
9545         * BufferView2.C (ChangeRefsIfUnique): use standard version of
9546         count.
9547
9548 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9549
9550         * bufferlist.C (readFile): create the buffer _after_ checking that
9551         the file exists.
9552
9553         * lyxfunc.C (verboseDispatch): fix handling of arguments
9554
9555         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
9556
9557         * lyxrc.C: use string::erase() instead of initializing to "".
9558
9559
9560 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9561
9562         * BufferView_pimpl.h:
9563         * BufferView_pimpl.C:
9564         * WorkArea.h:
9565         * WorkArea.C:
9566         * text2.C: tell X when we have made a selection for copying
9567
9568 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9569
9570         * BufferView_pimpl.C (MenuInsertLyXFile):
9571         * lyxfunc.C (menuNew):
9572         (open):
9573         (doImport): add shortcuts to directory buttons
9574
9575         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
9576         open a float)
9577
9578         * lyxfunc.C (setStatusMessage):
9579         (getStatusMessage): new methods
9580         (getStatus):use setStatusMessage instead of setErrorMessage
9581         (dispatch): when function is disabled, set error message here
9582         [instead of in getStatus previously]
9583
9584         * BufferView_pimpl.C (workAreaButtonRelease): update
9585         toolbar/menubar here too.
9586
9587 2002-01-13  Allan Rae  <rae@lyx.org>
9588
9589         * BufferView2.C (removeAutoInsets): finished off earlier fix.
9590         Now seems indestructible.  Remaining task is to audit all other
9591         code affected by deleteEmptyParagraphMechanism.  One small quirk
9592         left is that an empty document with an error in the preamble can
9593         be made to report an error but no error box appears.  I don't know
9594         where it goes.
9595         (removeAutoInsets): Improved comments.
9596
9597 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
9598
9599         * Thesaurus.h:
9600         * Thesaurus.C: update for Aiksaurus 0.14
9601
9602 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9603
9604         * text2.C (firstParagraph): removed member function, all uses
9605         replaces with ownerParagraph
9606         (redoParagraphs): here
9607         (updateInset): here
9608         (toggleAppendix): here
9609         * BufferView2.C (insertErrors): here
9610         (setCursorFromRow): here
9611
9612 2002-01-13  Allan Rae  <rae@lyx.org>
9613
9614         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
9615         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
9616         There is still a way to segfault this although you may have to do this
9617         multiple times: Have an InsetERT with an unknown command in it.
9618         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
9619         <down-arrow>, <Enter> again, View->DVI, BANG!
9620
9621         * text2.C (setCursor):
9622         (deleteEmptyParagraphMechanism):
9623         * lyxtext.h (setCursor):
9624         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
9625         Making use of the return value may help fix other bugs.
9626
9627 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9628
9629         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
9630
9631         * LyXView.C (updateMenubar): call MenuBar::update here
9632         (updateToolbar): but not here
9633         (showState): do not update toolbar/menubar
9634
9635         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
9636         should need to care about that.
9637
9638         * lyxfunc.C (verboseDispatch): simplify a bit
9639         (getStatus): have a version which takes a pseudoaction, and
9640         another which requires a (kb_action,string).
9641
9642         * LyXAction.C (retrieveActionArg): make it work also when action
9643         is not a pseudo-action.
9644         (getActionName): simplify a bit
9645         (helpText):
9646
9647 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9648
9649         * lyxfunc.C (verboseDispatch): new families of methods with
9650         several ways to specify a command and a bool to indicate whether
9651         the command name and shortcut should be displayed in minibuffer
9652         (eventually, we could extend that to a finer bitmask like
9653         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
9654         (dispatch): the pristine dispatch command which just, well,
9655         dispatchs! Note it still sets its result to minibuffer; I'm not
9656         sure we want that.
9657
9658         * lyxfunc.h: remove setHintMessage
9659
9660         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
9661
9662 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9663
9664         * BufferView_pimpl.C (specialChar): delete new inset if we have
9665         not been able to insert it.
9666
9667         * kbmap.C: revert to using int instead of kb_action, since all we
9668         are dealing with is pseudo-actions.
9669
9670         * LyXAction.C (searchActionArg): change to return int instead of
9671         kb_action, since the result is a pseudoaction.
9672
9673 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
9674
9675         * buffer.C (insertErtContents): Fix (partially) the font bug.
9676
9677 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9678
9679         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
9680         as the other one is broken on my machine!
9681
9682 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
9683
9684         * commandtags.h:
9685         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
9686
9687 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9688
9689         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9690         reflect their actual use. Provide compatibility code for older lyxrc
9691         files.
9692
9693         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9694         FL_NORMAL_STYLE.
9695         change names of popup font variables in line with the changes to lyxrc.C
9696
9697 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9698
9699         * buffer.C (asciiParagraph): avoid outputing a word twice after
9700         an inset.
9701
9702         * lyxrc.C (getDescription): document that document_path and
9703         template_path can be empty.
9704
9705 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9706
9707         * LaTeXFeatures.C (getMacros):
9708         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9709
9710         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9711
9712         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9713         getPackages.
9714         (getPackages): rename feature "floats" to "float". Use an array to
9715         iterate over 'simple' features (i.e. just a \usepackage). Add
9716         handling of "amsmath" (renamed from "amsstyle").
9717
9718 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9719
9720         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9721         features list.
9722
9723 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9724
9725         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9726         FuncStaus::FuncStatus & FuncStaus::some_method().
9727
9728 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9729
9730         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9731         of the func_satus stuff. Edited and massaged in various ways by
9732         JMarc.
9733
9734         * lyxfunc.C (getStatus): use FuncStatus
9735
9736 2002-01-08  Juergen Vigna  <jug@sad.it>
9737
9738         * text.C (nextBreakPoint): use function Inset::isChar().
9739
9740         * paragraph.C (TeXOnePar): use function
9741         Inset::forceDefaultParagraphs.
9742
9743         * buffer.C (latexParagraphs): use function
9744         Inset::forceDefaultParagraphs.
9745
9746 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9747
9748         * lyx_gui.C (init): set the style of the menu popups to
9749         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9750
9751 2002-01-07  Juergen Vigna  <jug@sad.it>
9752
9753         * text.C (setHeightOfRow): small fix
9754         (prepareToPrint): don't look at alignment if we don't have the place
9755         for doing it.
9756
9757 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9758
9759         * box.C: New file. Move the Box methods and functions out of box.h,
9760         following Lars' suggestion.
9761
9762 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9763
9764         * box.h: #include "support/LOstream.h", needed for inlined function.
9765
9766         * lyxtextclass.C:
9767         * lyxtextclasslist.C: added some using std declarations.
9768
9769 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9770
9771         * box.h: make signed dimensions to allow insets wider than
9772           the screen (bug #162)
9773
9774         * BufferView_pimpl.C: add some insetHit debug
9775
9776 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9777
9778         * vc-backend.C: add FIXME
9779
9780 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9781
9782         * lyxfunc.C (getStatus): enable code for showing math font status
9783         in toolbar/menu.
9784
9785 2002-01-07  Juergen Vigna  <jug@sad.it>
9786
9787         * text.C (nextBreakPoint): removed debug output not needed anymore.
9788
9789 2002-01-06  Juergen Vigna  <jug@sad.it>
9790
9791         * text.C (nextBreakPoint): fixed up this function we had this bug
9792         since ever but now hopefully we break row better.
9793         (insertChar): we have to check if an inset is the next char as it
9794         could now happen that a large inset is causing a break.
9795
9796 2002-01-05  Juergen Vigna  <jug@sad.it>
9797
9798         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9799         if it doesn't like to be drawed.
9800
9801 2002-01-04  Juergen Vigna  <jug@sad.it>
9802
9803         * BufferView2.C (lockInset): forgot to set a cursor.
9804
9805         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9806
9807 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9808
9809         * FormMathsPanel.C:
9810         * FormMathsPanel.h
9811         * MathsSymbols.C:
9812         * form_maths_panel.C:
9813         * form_maths_panel.h:
9814         * form_maths_panel.fd: implemented sub- and super- buttons in math
9815         panel.
9816
9817         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9818         (or ^ space) to be used as in TeX (req'd by André).
9819
9820         * lyxfunc.C: Allow ^ and _ again to be used both as
9821         super/subscript (mathed) and as themselves (in text).
9822
9823 2002-01-03  Allan Rae  <rae@lyx.org>
9824
9825         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9826         "LyX" or the filename of the current buffer if it has one.  This is a
9827         modified form of John Levon's patch.
9828
9829         * XFormsView.C (setWindowTitle): also set icon title.
9830
9831         * LyXView.h (setWindowTitle): signature changed.
9832         * XFormsView.h (setWindowTitle): ditto.
9833
9834 2002-01-02  Juergen Vigna  <jug@sad.it>
9835
9836         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9837
9838 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9839
9840         * screen.C (topCursorVisible): introduce a temp var for
9841         text->cursor.row(), handle the case where this row is null. (kindo
9842         hachish)
9843
9844         * text2.C (setCursor): add a couple of asserts.
9845
9846         * paragraph.h (inset_iterator): add -> operator
9847
9848         * paragraph.[Ch] (autoDeleteInsets): remove member function
9849
9850         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9851         cursor pos correctly and handle inset deletion by itself.
9852         (insertErrors): move iterator declaration out of for expression
9853
9854         * lyxtextclass.C: add <algorithm>
9855
9856         * Makefile.am: added the new files to sources, removed layout.C
9857
9858         * layout.C: removed file
9859
9860         * layout.h: remove LYX_DUMMY_LAYOUT
9861
9862         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9863         layout.
9864
9865         * lyxlayout.[Ch]:
9866         * lyxtextclass.[Ch]:
9867         * lyxtextclasslist.[Ch]: new files
9868
9869         * include order changes to a lot of files, also changes because of
9870         the six new files.
9871
9872 2001-12-27  Juergen Vigna  <jug@sad.it>
9873
9874         * buffer.C (asciiParagraph): more fixes.
9875
9876         * tabular.C (ascii): make ascii export support export of only the
9877         data separated by a column-delimiter.
9878         (ascii): better support for ascii export.
9879
9880         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9881
9882 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9883
9884         * tabular_funcs.C: use a "using std::getline" instead of the
9885         previous fix from Angus (necessary for cxx + lyxstring)
9886
9887 2001-12-24  Juergen Vigna  <jug@sad.it>
9888
9889         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9890
9891         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9892         problems. First check a minipage also if we have some ert-contents
9893         (not only on par->size(), second set the right depth of the paragraph
9894         on the relink to the root-paragraph-list!
9895
9896         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9897         which then did not anymore update the main paragraphs on undo/redo!
9898
9899 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9900
9901         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9902         code. Support all font-changing funcs (even those which are not in
9903         menu currently). Support for reporting font settings in
9904         mathed (disabled until Andre provides a function on mathed's side).
9905
9906         * func_status.h (toggle): small helper function to set toggle
9907         state on a flag.
9908
9909 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9910
9911         * tabular_funcs.C: getline -> std::getline
9912
9913 2001-12-21  Juergen Vigna  <jug@sad.it>
9914
9915         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9916         accessed and could be 0 (I couldn't generate this but it seems
9917         Michael could!).
9918
9919 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9920
9921         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9922         * tabular_funcs.h: here and include iosfwd
9923
9924 2001-12-20  Juergen Vigna  <jug@sad.it>
9925
9926         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9927         inside inset but undo_par was.
9928
9929 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9930
9931         * Thesaurus.C: always include <config.h> in sources.
9932
9933         * Painter.h:
9934         * lyxlookup.h:
9935         * box.h: do not include <config.h> in header files
9936
9937         * text.C (paintLastRow): remove unused variable
9938
9939         * text.C (transformChar):
9940         (insertChar):
9941         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9942
9943         * Painter.C (text):
9944         * font.C (width): rewrite to use uppercase() instead of
9945         islower/toupper.
9946
9947         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9948
9949 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9950
9951         * lyxfind.C: clean up of find failure position change
9952
9953 2001-12-20  Juergen Vigna  <jug@sad.it>
9954
9955         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9956
9957         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9958         (TeXRow): added to LaTeX a single tabular row.
9959         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9960         (Latex): simplified and finally good LT-h/f support.
9961         (various_functions): just small adaptions for LT-h/f support.
9962
9963         * tabular_funcs.[hC]: added and moved here all not classfunctions
9964         of LyXTabular.
9965
9966 2001-12-19  Juergen Vigna  <jug@sad.it>
9967
9968         * tabular.[Ch]: better support for longtabular options (not finished
9969         yet!)
9970
9971 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9972
9973         * text.C (paintLastRow): use the label font instead of the font of
9974         the last character to compute the size of *_BOX. This makes more
9975         sense and avoids a crash with empty paragraphs.
9976         Use Painter::rectangle to draw EMPTY_BOX.
9977
9978 2001-12-19  Juergen Vigna  <jug@sad.it>
9979
9980         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9981         the paragraphs if the replaced paragraph is not the first one!
9982         Tried to delete not used paragraphs but does not work yet so for
9983         now it's inside #ifdef's and by default off!
9984
9985 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9986
9987         * MenuBackend.C: include "lyx_main.h" instead of declaring
9988         lastfiles (actually was declared as LastFiles* instead of a
9989         scoped_ptr).
9990
9991 2001-12-17  Juergen Vigna  <jug@sad.it>
9992
9993         * tabular.C (AppendColumn): applied John's fix
9994
9995 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9996
9997         * BufferView.h:
9998         * BufferView.C:
9999         * BufferView_pimpl.h:
10000         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
10001
10002         * Makefile.am:
10003         * box.h: new start of class for above
10004
10005         * lyxfunc.C: ignore space-only minibuffer dispatches.
10006           Show the command name when it doesn't exist
10007
10008         * minibuffer.C: don't add empty lines to the history
10009
10010         * minibuffer.C: add a space on dropdown completion
10011
10012 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
10013
10014         * text.C: fix line above/below drawing in insets
10015
10016 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10017
10018         * lyxlength.C (LyXLength): Initialize private variables.
10019
10020 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
10021
10022         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
10023         when inserting error insets.
10024
10025 2001-12-13  Juergen Vigna  <jug@sad.it>
10026
10027         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
10028         actually sometimes the before-paragraph.
10029         (setUndo): don't clear the redostack if we're not actually undoing!
10030
10031 2001-12-06  Juergen Vigna  <jug@sad.it>
10032
10033         * undo_funcs.C (textHandleUndo): well after John's hint I got here
10034         and fixed redoing of main paragraph, so we can use it now ;)
10035
10036         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
10037
10038 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10039
10040         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
10041         Juergen's request
10042
10043 2001-12-13  André Pönitz <poenitz@gmx.net>
10044
10045         * undostack.[Ch]:
10046         * undo_func.C: minor cleanup
10047
10048 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10049
10050         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
10051         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
10052         font in urw-fonts package which is marked as -urw-fontspecific and
10053         does not work (incidentally, changing the encoding in the
10054         fonts.dir of this package to -adobe-fontspecific fixes the
10055         problem).
10056
10057         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
10058         is a crash when undoing first paragraph (Juergen, please take a
10059         look). THis does not mean the undo fix is wrong, just that it
10060         uncovers problems.
10061
10062         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
10063         the (Paragraph*) version when needed instead of duplicating the
10064         code.
10065
10066         * text.C (workWidth): use Inset::parOwner to find out where the
10067         inset has been inserted. This is a huge performance gain for large
10068         documents with lots of insets. If Inset::parOwner is not set, fall
10069         back on the brute force method
10070
10071         * paragraph_pimpl.C (insertInset):
10072         * paragraph.C (Paragraph):
10073         (cutIntoMinibuffer): set parOwner of insets when
10074         inserting/removing them
10075
10076         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10077
10078 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
10079
10080         * commandtags.h:
10081         * LyXAction.C:
10082         * lyx_main.C:
10083         * lyxfunc.C:
10084         * mathed/formulabase.C:
10085         * mathed/math_cursor.[Ch]:
10086         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
10087
10088
10089 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10090
10091         * lyxlength.[Ch] (operator!=): new function
10092
10093 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10094
10095         * text.C (workWidth): use Inset::parOwner to find out where the
10096         inset has been inserted. This is a huge performance gain for large
10097         documents with lots of insets. If Inset::parOwner is not set, fall
10098         back on the brute force method
10099
10100         * paragraph_pimpl.C (insertInset):
10101         * paragraph.C (Paragraph):
10102         (cutIntoMinibuffer): set parOwner of insets when
10103         inserting/removing them
10104
10105         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10106
10107 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10108
10109         * tabular-old.C (getTokenValue):
10110         * tabular.C (getTokenValue):
10111         (write_attribute): new versions for LyXLength
10112         (everywhere): adjust the use of widths
10113
10114         * tabular.h: change the type of widths from string to LyXLength
10115
10116 2001-12-11  Ben Stanley <bds02@uow.edu.au>
10117
10118         * paragraph.C: fixed missing line number count when exporting
10119         Environments to LaTeX file
10120
10121         * buffer.C: added informational message for checking line numbers.
10122
10123 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10124
10125         * text2.C (deleteEmptyParagraphMechanism): if there is only one
10126         paragraph, do the 'double space' part, but not the 'empty
10127         paragraph' one.
10128
10129         * text.C (workWidth): small optimization
10130         (getLengthMarkerHeight): use minimal size for negative lengths.
10131
10132 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
10133
10134         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
10135
10136         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
10137
10138 2001-12-11  André Pönitz <poenitz@gmx.net>
10139
10140         * FontLoader.C:
10141         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
10142
10143 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10144
10145         * text2.C: keep selection on a setFont()
10146
10147 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10148
10149         * lyx_cb.C: another bv->text misuse, from insert label
10150
10151 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10152
10153         * kbsequence.h:
10154         * kbsequence.C: re-instate nmodifier mask
10155
10156 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
10157
10158         * lyx_main.h: make lyxGUI private.
10159
10160 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10161
10162         * lyxfind.C: place the cursor correctly on failed search
10163
10164 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10165
10166         * text.C (getLengthMarkerHeight): for small heights, the arrows
10167         are not always on top/bottom of the text
10168         (drawLengthMarker): smaller arrows; take the left margin in
10169         account; draw also vfills.
10170         (paintFirstRow):
10171         (paintLastRow): remove special code for vfill and standard spaces,
10172         since everything is handled in drawLengthMarker now.
10173
10174 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10175
10176         * buffer.C (insertErtContents): try to handle font and language
10177         interaction a bit better.g
10178
10179         * ColorHandler.C (updateColor): change the hash to cover the whole
10180         LColor enum, ws cleanup
10181         (getGCLinepars): ditto
10182         (getGCLinepars): only lookup in the linecache once.
10183
10184 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
10185
10186         * iterators.C (operator++): Make the iterator more robust
10187
10188         * BufferView2.C (removeAutoInsets): Use paragraph iterators
10189         (John's patch)
10190         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
10191
10192 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10193
10194         * lyxtext.h:
10195         * text.C: better added space drawing
10196
10197 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10198
10199         * LyXView.C:
10200         * BufferView2.C: fix layout combo update on inset unlock
10201
10202 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10203
10204         * Makefile.am: don't compile unused files
10205
10206 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10207
10208         * lyxfunc.C:
10209         * commandtags.h:
10210         * LyXAction.C: remove old LFUN_LAYOUTNO
10211
10212 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10213
10214         * paragraph_pimpl.h:
10215         * paragraph_pimpl.C: isTextAt() doesn't need font param
10216
10217 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10218
10219         * lyxlex.h:
10220         * lyxlex.C: little cleanup
10221
10222 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10223
10224         * BufferView_pimpl.C: fix insertAscii for insets
10225
10226 2001-12-05  Juergen Vigna  <jug@sad.it>
10227
10228         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
10229         set the right font on the "multi" paragraph paste!
10230
10231 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10232
10233         * trans_decl.h:
10234         * trans_mgr.[Ch]:
10235         * trans.[Ch]:
10236         * lyxgluelength.C:
10237         * lyxlength.C: remove out-commented code.
10238
10239         * BufferView_pimpl:
10240         * CutAndPaste.C:
10241         * DepTable.C:
10242         * buffer.C:
10243         * chset.C:
10244         * lastfiles.C:
10245         * lyxlex.C:
10246         * lyxlex_pimpl.C:
10247         * lyxserver.C:
10248         * screen.C:
10249         * tabular-old.C:
10250         * tabular.C:
10251         * text.C:
10252         * trans_mgr.C:
10253         * vc-backend.C: change "while(" to "while ("
10254
10255         * lyxlength.[Ch]: add zero function to check if length is zero or
10256         not
10257         * lyxgluelength.C: use it
10258
10259 2001-12-05  Allan Rae  <rae@lyx.org>
10260
10261         * lyxlength.C: Attempted a fix for the abs(int) header selection.
10262         Works for 2.95.3, from what I understand of Garst's reports this should
10263         work for other g++ versions.  We're screwed if the abs(int) definition
10264         changed between bugfix releases of gcc.
10265
10266 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10267
10268         * text.C: fix chapter label offset !
10269
10270 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10271
10272         * lyxtext.h:
10273         * text.C: fix hfill at end of line, clean up
10274
10275 2001-12-04  Juergen Vigna  <jug@sad.it>
10276
10277         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
10278         that we force an update of the inset and it's owners if neccessary.
10279
10280 2001-12-03  Juergen Vigna  <jug@sad.it>
10281
10282         * text.C (rowLast): simplified code
10283
10284 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10285
10286         * lyxfunc.C: fix show options on timeout
10287
10288 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10289
10290         * screen.C (topCursorVisible): scroll half a page when the cursor
10291         reached top of bottom of screen
10292
10293 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
10294
10295         * minibuffer.C: deactivate on loss of focus
10296
10297 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10298
10299         * vspace.[Ch] (operator!=): add operator.
10300
10301 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
10302
10303         * BufferView_pimpl.C: refuse to open an inset when
10304         there's a selection.
10305
10306 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
10307
10308         * BufferView_pimpl.C: allow to click on RHS of full row insets
10309
10310 2001-11-30  Juergen Vigna  <jug@sad.it>
10311
10312         * tabular.C (LyXTabular): add a same_id to set the same id's in the
10313         insets for undo reasons.
10314
10315 2001-11-28  André Pönitz <poenitz@gmx.net>
10316
10317         * vspace.[Ch]: cosmetical changes
10318
10319 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10320
10321         * LyXAction.h:
10322         * LyXAction.C:
10323         * lyxfunc.h:
10324         * lyxfunc.C:
10325         * kbmap.h:
10326         * kbmap.C:
10327         * lyxrc.C:
10328         * kbsequence.h:
10329         * kbsequence.C: part re-write of old kb code
10330
10331         * Painter.C:
10332         * WorkArea.C: remove Lgb_bug_find_hack
10333
10334 2001-11-30  José Matos <jamatos@fep.up.pt>
10335
10336         * buffer.C (makeDocBookFile): add a comment to point a hack.
10337         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
10338         Fixed a double write of labels.
10339
10340 2001-11-29 Ben Stanley <bds02@uow.edu.au>
10341
10342         * LaTeX.C:
10343         * LaTeX.h Fixed bug in LaTeX class where it would not
10344         re-run latex if no depfiles were changed, but the .dvi was removed.
10345
10346 2001-11-28  André Pönitz <poenitz@gmx.net>
10347
10348         * all the files from the change on 2001/11/26:
10349         use lyx::layout_type instead of LyXTextClass::size_type
10350         use lyx::textclass_type instead of LyXTextClassList::size_type
10351
10352 2001-11-29  Juergen Vigna  <jug@sad.it>
10353
10354         * text.C: added support for paragraph::isFreeSpacing()
10355
10356         * buffer.C: same as above
10357
10358         * paragraph.h: inserted isFreeSpacing() function to enable
10359         FreeSpacing inside InsetERT.
10360
10361         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
10362         of the paragraph's in the cut/copy buffer to 0!
10363
10364         * text2.C (removeRow): remove the assert as it can!
10365
10366         * lyxtext.h: added helper function firstRow returning firstrow and
10367         made firstrow private again.
10368
10369         * BufferView2.C (lockInset): don't relock if we're already locked!
10370
10371         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
10372         the only paragraph.
10373         (removeRow): added Assert::(firstrow)
10374
10375         * debug.C: forgot to add INSETTEXT here.
10376
10377 2001-11-28  Juergen Vigna  <jug@sad.it>
10378
10379         * sp_spell.C (initialize): changed error text to more general
10380         spellchecker command use (not only ispell!)
10381
10382         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
10383
10384         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
10385
10386 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10387
10388         * vspace.C: initialise lyxgluelength on failure
10389
10390 2001-11-28  Allan Rae  <rae@lyx.org>
10391
10392         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
10393         declaration & definition that looks like a function declaration.
10394
10395 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10396
10397         * BufferView2.C (copy):
10398         (copyEnvironment): do not clear the selection when doing a copy.
10399
10400         * text.C (paintFirstRow): compilation fix
10401
10402 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
10403
10404         * tabular.C (Latex): correct line count when writing latex.
10405
10406 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
10407
10408         * paragraph_pimpl.h:
10409         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
10410           bug a bit
10411
10412 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10413
10414         * text.C:
10415         * LColor.h:
10416         * LColor.C: change vfillline->added_space
10417
10418         * text.C: add markers and text for added space
10419
10420         * vspace.C: fix comment
10421
10422 2001-11-28  André Pönitz <poenitz@gmx.net>
10423
10424         * paragraph.C: whitespace changes
10425         * all the other files from the change on 2001/11/26:
10426         change *::pos_type into lyx::pos_type
10427
10428 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10429
10430         * buffer.C (parseSingleLyXformat2Token): Set the language to the
10431         language of the document when inserting error insets.
10432
10433 2001-11-26  André Pönitz <poenitz@gmx.net>
10434
10435         * BufferView_pimpl.[Ch]:
10436         *       CutAndPaste.C:
10437         * buffer.[Ch]:
10438         * lyxcursor.[Ch]:
10439         * lyxfind.C:
10440         * lyxfunc.C:
10441         * lyxrow.[Ch]:
10442         * paragraph.[Ch]:
10443         * paragraph_pimpl.[Ch]:
10444         * sp_spell.C:
10445         * text.C:
10446         * text2.C: reduce header dependencies, introduce type for positions
10447
10448 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10449
10450         * <various>: change to use Alert.h
10451
10452 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10453
10454         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
10455         when encountering an unknown token.
10456         (readLyXformat2): Show an error message if there were unknown tokens.
10457
10458 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
10459
10460         * BufferView2.C:
10461         * BufferView_pimpl.C:
10462         * buffer.C:
10463         * paragraph.h:
10464         * text.C:
10465         * text2.C: use par->isInset()
10466
10467 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10468
10469         * paragraph_pimpl.h:
10470         * paragraph_pimpl.C: cleanup
10471
10472 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10473
10474         * text2.C (removeRow):
10475         * text.C (setHeightOfRow): remove useless (and costly) call to
10476         getRow.
10477
10478 2001-11-20  Allan Rae  <rae@lyx.org>
10479
10480         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
10481         Now need Inset*::checkInsertChar() to return true for appropriate
10482         cases so that the characters in the minibuffer will actually be
10483         inserted.
10484
10485 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10486
10487         * text.C: change the order of the includes.
10488         (workWidth): initialize it at once.
10489         (workWidth): make maxw unsigned
10490         (setHeightOfRow): remove unused variable (inset)
10491         (selectSelectedWord): remove unused variable (inset)
10492         (paintRowText): fix drawing of hfill characters, and clean up a bit.
10493
10494 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10495
10496         * lyxserver.C (emergencyCleanup): do not try to close pipes if
10497         server is not running.
10498         (openConnection):
10499         (closeConnection): add debug info when server is disabled.
10500
10501         * ColorHandler.C (getGCForeground): send debug message to GUI
10502         channel.
10503
10504         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
10505
10506         * kbmap.C (bind): modify because return conventions of
10507         kb_sequence::parse have changed.
10508
10509         * kbsequence.C (parse): only ignore spaces and not any stupid
10510         control character. This avoids tests like s[i] <= ' ', which are
10511         guaranteed to fail with 8bit characters and signed chars.
10512         Change return code to string::npos when there have been no error
10513         (0 was a bad idea when error is at first character)
10514
10515 2001-11-14  José Matos  <jamatos@fep.up.pt>
10516
10517         * buffer.h:
10518         * buffer.C (simpleDocBookOnePar): removed unused argument.
10519
10520 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10521
10522         * text.C (selectNextWordToSpellcheck): do not test explicitely for
10523         insets which are part of a word. Paragraph::isLetter takes care of
10524         that now. Use Paragraph::isInset to identify insets.
10525         (selectSelectedWord): do not test for hyphenation break.
10526
10527         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
10528         that protected spaces are considered as spaces.
10529
10530         * paragraph.C (isLetter): cleanup the code for ispell extras; use
10531         Inset::isLetter.
10532
10533 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
10534
10535         * lyxserver.h:
10536         * lyxserver.C: fix it. and small cleanup.
10537
10538 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10539
10540         * BufferView_pimpl.C: use inline helpers
10541
10542         * LaTeXFeatures.h:
10543         * LaTeXFeatures.C: fix typos
10544
10545         * Spacing.h:
10546         * Spacing.C: move spacing_string into class
10547
10548         * ToolbarDefaults.C: move stuff into namespace anon
10549
10550         * layout.h: update enum
10551
10552         * lyxfunc.C: use better debug
10553
10554         * minibuffer.h: fix typo
10555
10556         * debug.h:
10557         * debug.C:
10558         * WorkArea.C: add and use Debug::WORKAREA
10559
10560         * lyxtext.h:
10561         * text.C:
10562         * text2.C: code re-organisation, inline helpers
10563
10564 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
10565
10566         * Layout.C: replaced a few cases of std::vector.size() == 0 with
10567         std::vector.empty().
10568
10569 2001-11-09  Allan Rae  <rae@lyx.org>
10570
10571         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
10572         '\n's after tables.  Tabular and ERT inset work now makes this no
10573         longer necessary.
10574
10575 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10576
10577         * minibuffer.h:
10578         * minibuffer.C: fix crash, improve drop-down completion
10579
10580 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
10581
10582         * lyxserver.h:
10583         * lyxserver.C: invalidate fd's when doing endPipe()
10584
10585 2001-11-08  José Matos  <jamatos@fep.up.pt>
10586
10587         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
10588         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
10589
10590         * paragraph.h:
10591         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
10592
10593 2001-11-07  José Matos  <jamatos@fep.up.pt>
10594
10595         * buffer.h:
10596         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
10597         const qualifier.
10598
10599         * buffer.C (sgmlOpenTag):
10600         * buffer.C (sgmlCloseTag): removed debug info.
10601
10602         * buffer.h (sgmlOpenTag):
10603         * buffer.h (sgmlCloseTag): made public.
10604
10605 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10606
10607         * buffer.C (saveParamsAsDefaults):
10608         * lyx_cb.C (MenuLayoutSave): remove
10609
10610         * LyXAction.C (init):
10611         * commandtags.h:
10612         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
10613
10614 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10615
10616         * buffer.C (setPaperStuff): removed from here...
10617
10618         * bufferparams.C (setPaperStuff): ... and moved there.
10619
10620 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
10621
10622         * minibuffer.h:
10623         * minibuffer.C:
10624         * XFormsView.C: add support for drop-down completion
10625
10626 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
10627
10628         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
10629         commands.
10630
10631 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10632
10633         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
10634         disabled.
10635
10636 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
10637
10638         * lyx_main.C: change ref to known bugs
10639
10640 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10641
10642         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
10643         to work around older babel problems.
10644
10645 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10646
10647         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
10648
10649 2001-10-24  Juergen Vigna  <jug@sad.it>
10650
10651         * tabular-old.C (ReadOld): below variable changes reflected.
10652
10653         * tabular.[Ch]: added ltType struct for longtable header/footer
10654         defines and changed all instances where they are used. Added
10655         future support for double top/bottom rows.
10656
10657 2001-10-24  José Matos  <jamatos@fep.up.pt>
10658
10659         * buffer.h (docbookHandleCaption):
10660         * buffer.C (docbookHandleCaption): removed unused function.
10661         (makeDocBookFile): moved docbook supported version to v4.1.
10662
10663 2001-10-24  José Matos  <jamatos@fep.up.pt>
10664
10665         * tabular.h:
10666         * tabular.C (docbookRow): new function to export docbook code of a row.
10667         (DocBook): now honors the longtable flags.
10668
10669 2001-10-23  José Matos  <jamatos@fep.up.pt>
10670
10671         * LaTeXFeatures.h:
10672         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
10673         of the lyx defined sgml entities used in a docbook/linuxdoc document.
10674
10675         * buffer.C (makeLinuxDocFile):
10676         (makeDocBookFile): reworked the preamble, more clean, and with
10677         support for lyx defined entities. Changed the document declaration
10678         to be more XML friendly.
10679
10680         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
10681         if we need to output XML that should be done with a filter.
10682
10683 2001-10-22  Juergen Vigna  <jug@sad.it>
10684
10685         * sp_pspell.h (class PSpell): add alive function needed in the
10686         controller to see if the spellchecker could be started.
10687
10688 2001-10-22  Juergen Vigna  <jug@sad.it>
10689
10690         * buffer.C (insertStringAsLines): modify the font for inserting
10691         chars in certain conditions by calling checkInsertChar(font).
10692
10693 2001-10-19  Juergen Vigna  <jug@sad.it>
10694
10695         * text.C (workWidth): use getRow instead of wrong algorithm.
10696         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10697
10698 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10699
10700         * lyxserver.h:
10701         * lyxserver.C:
10702         * lyx_main.h:
10703         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10704
10705 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10706
10707         * text.C (workWidth): do not search for the exact row when
10708         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10709         optimization for big documents.
10710
10711 2001-10-18  Juergen Vigna  <jug@sad.it>
10712
10713         * text.C (workWidth): new function with added Inset * parameter.
10714
10715 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10716
10717         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10718
10719         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10720         change return type of getColumnNearX.
10721
10722
10723         * text.C (changeRegionCase): use uppercase/lowercase instead of
10724         toupper/tolower.
10725         (leftMargin):
10726         (rightMargin): simplify code by factoring out the uses of
10727         textclasslist.
10728         (labelFill):
10729         (numberOfHfills):
10730         (setHeightOfRow):
10731         (appendParagraph): use Paragraph::size_type
10732
10733 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10734
10735         * vspace.C (asLatexString): add a missing break
10736
10737 2001-10-15  Herbert Voss  <voss@perce.de>
10738
10739         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10740
10741 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10742
10743         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10744         is not available.
10745
10746 2001-10-10  André Pönitz <poenitz@gmx.net>
10747
10748         * lyxfunc.C: removed greek_kb_flag.
10749
10750 2001-10-10  Herbert Voss  <voss@perce.de>
10751
10752         * lyx_main.C: delete global string help_lyxdir.
10753
10754 2001-10-09  Herbert Voss  <voss@perce.de>
10755
10756         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10757
10758         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10759
10760         * lyx_main.C: added global string help_lyxdir.
10761
10762         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10763
10764 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10765
10766         * lyxrc.C (set_font_norm_type): support iso8859-4
10767
10768 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10769
10770         * LaTeX.C (deplog): add another regex for MikTeX
10771
10772 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10773
10774         * lyxrc.C (set_font_norm_type): support iso8859-3
10775
10776 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10777
10778         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10779
10780         * LaTeXFeatures.C: remove special case of french and index
10781
10782         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10783         before \begin{document}). This solves several incompatibilities.
10784
10785 2001-10-03  Garst Reese  <reese@isn.net>
10786
10787         * lyx_cb.C: change CheckTex error msg.
10788
10789 2001-10-03  José Matos  <jamatos@fep.up.pt>
10790
10791         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10792
10793 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10794
10795         * .cvsignore: update
10796
10797         * lyx_main.C (commandLineVersionInfo): use new style version info.
10798
10799         * buffer.C (writeFile):
10800         (makeLaTeXFile):
10801         (makeLinuxDocFile):
10802         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10803
10804         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10805
10806         * version.h: update to use stuff in version.C
10807
10808         * version.C.in: new file. Contains version information determined
10809         at compile time. This is a merging of version.h and
10810         version_info.h.in.
10811
10812 2001-10-03  Juergen Vigna  <jug@sad.it>
10813
10814         * BufferView_pimpl.C (update): don't change "dirty" status in
10815         updateInset call.
10816
10817 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10818
10819         * WorkArea.C (c-tor): re-position version string slightly.
10820
10821 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10822
10823         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10824         revert to previous code.
10825
10826         WorkArea.[Ch]: (show, destroySplash): methods removed.
10827
10828         WorkArea.C: rework code so that it's an amalgam of the codes before and
10829         after the splash screen was moved to WorkArea.
10830
10831 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10832
10833         * lyxrc.C (read):
10834         * vspace.C (inPixels):
10835         (lyx_advance):
10836         * kbmap.C (bind):
10837         * buffer.C (insertStringAsLines):
10838         (asciiParagraph): fix types to be large enough
10839
10840         * lyxlex_pimpl.h: change member status from short to int
10841
10842         * layout.h: fix type of endlabeltype
10843
10844         * kbmap.C (bind):
10845         * kbsequence.C (parse): change return type to string::size_type
10846
10847         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10848         variable
10849
10850         * Bullet.C (bulletSize):
10851         (bulletEntry): do not use short ints as parameters
10852
10853         * BufferView2.C (insertLyXFile): change a char to an int.
10854
10855         * WorkArea.C (WorkArea): remove unneeded floats in computation
10856
10857 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10858
10859         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10860
10861         * paragraph.C (asString): Do not ignore newline/hfill chars when
10862         copying to the clipboard.
10863
10864 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10865
10866         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10867         after a multi-line inset.
10868
10869 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10870
10871         * paragraph.C (validate): Set NeedLyXFootnoteCode
10872
10873 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10874
10875         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10876         and decrease-error to decrease.
10877
10878 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10879
10880         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10881         it more readable (should be equivalent)
10882
10883 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10884
10885         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10886
10887 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10888
10889         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10890         of a cursor (row, etc.) after a character has been deleted
10891         (deleteEmptyParagraphMechanism): call the method above on _all_
10892         cursors held by the LyXText when a double space has been
10893         detected/deleted.
10894
10895 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10896
10897         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10898         pixmap.
10899         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10900
10901         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10902         background. Use greyOut() and the new show() methods to toggle between
10903         the foreground and background. Add code to remove the splash after
10904         its initial showing.
10905
10906         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10907         (create_forms): no longer call Dialogs::showSplash.
10908
10909 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10910
10911         * .cvsignore: add version_info.h
10912
10913 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10914
10915         * version_info.h.in: new file
10916
10917         * Makefile.am: add version_info.h.in
10918
10919         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10920         version_info.h instead of VERSION_INFO
10921
10922 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10923
10924         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10925         The ERT inset now returns string().
10926
10927 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10928
10929         * lyxtext.h, text.C (selectNextWord): renamed as
10930         selectNextWordToSpellcheck.
10931
10932         * text.C (selectNextWordToSpellcheck): Modified to not select
10933         words inside an ERT inset.
10934
10935 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10936
10937         * lyx_cb.C (MenuLayoutSave): change a bit the question
10938
10939         * sp_base.h: include <sys/types.h>
10940
10941 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10942
10943         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10944
10945 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10946
10947         * several files: fix typos in user-visible strings
10948
10949 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10950
10951         * text2.C (pasteSelection): do not set the selection, since it
10952         will be cleared later. Actually, the intent was to fix the way the
10953         selection was set, but I figured rmoving the code was just as good.
10954
10955 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10956
10957         * FontLoader.C (available): Check if font is available without
10958         loading the font.
10959
10960 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10961
10962         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10963
10964 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10965
10966         * lyxrc.[Ch]: added display_graphics variable and associated code.
10967
10968 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10969
10970         * bufferparams.C (hasClassDefaults): new method. Returns true if
10971         the buffer parameters correspond to known class defaults
10972
10973 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10974
10975         * XFormsView.C (show): set minimum size to the main window.
10976
10977 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10978
10979         * text2.C (copySelection):
10980         (cutSelection):
10981         * lyxfind.C (LyXReplace):
10982         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10983         LyXText::selectionAsString.
10984
10985         * paragraph.C (asString): add "label" argument to the second form
10986
10987         * text2.C (selectionAsString): add "label" argument and pass it to
10988         Paragraph::asString.
10989
10990 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10991
10992         * lyx_main.C (commandLineHelp): remove version information
10993
10994 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10995
10996         * lyx_main.C: add -version commandline option
10997
10998 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10999
11000         * paragraph.h: make the optional constructor arg required instead.
11001         some modifications to other files because of this.
11002
11003         * minibuffer.C (C_MiniBuffer_peek_event): make it static
11004
11005         * lyxserver.C (C_LyXComm_callback): make it static
11006
11007         * lyx_main.C (error_handler): make it static
11008
11009         * lyx_gui.C (LyX_XErrHandler): make it static
11010
11011         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
11012
11013         * WorkArea.C: make the extern "C" methods static.
11014
11015         * Makefile.am (lyx_LDADD): simplify
11016
11017 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11018
11019         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
11020         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
11021
11022         * LyXAction.C (init):
11023         * lyxfunc.C (dispatch): associated code removal.
11024
11025 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11026
11027         * lyxfont.h (isSymbolFont): shut off warning
11028
11029         * text.C (setHeightOfRow):
11030         (getVisibleRow): fix crash with empty paragraphs which have a
11031         bottom line
11032
11033 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
11034
11035         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
11036         code.
11037
11038 2001-09-04  José Matos  <jamatos@fep.up.pt>
11039         * buffer.C
11040         * buffer.h
11041         * tabular.C (docbook): rename docBook method to docbook.
11042
11043 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11044
11045         * Makefile.am: add dependencies to main.o.
11046
11047 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
11048
11049         * FontLoader.C (available): Return false if !lyxrc.use_gui
11050
11051 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
11052
11053         * FontInfo.C (query):
11054         * converter.C (view):
11055         * importer.C (Import):
11056         * exporter.C (Export): Can not -> cannot.
11057
11058 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
11059
11060         * BufferView_pimpl.C: allow to create index inset even if
11061           string is empty
11062
11063 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11064
11065         * buffer.C (getLists): replace boost::tie code with an explicit pair
11066         as boost::tie can break some compilers.
11067
11068         * iterators.h: Added a std:: declaration to the return type of
11069         ParIterator::size.
11070
11071 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
11072
11073         * lyxrc.C: add help for view_dvi_paper_option, default to safe
11074           case.
11075
11076 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
11077
11078         * iterators.[Ch]: New files. Provide paragraph iterators.
11079
11080         * buffer.C (changeLanguage): Use paragraph iterators.
11081         (isMultiLingual): ditto
11082
11083         * BufferView2.C (ChangeInsets): Use paragraph iterators.
11084
11085 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
11086
11087         * FontLoader.C: Support for cmr font.
11088
11089 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
11090
11091         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
11092         (available): New method.
11093
11094         * FontInfo.C (getFontname): Use scalable fonts even when
11095         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
11096         found.
11097
11098 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11099
11100         * converter.C (Formats::view): reverted! Incorrect fix.
11101
11102 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11103
11104         * converter.C (Formats::view): only output the -paper option
11105         if the dvi viewer is xdvi, thereby fixing bug #233429.
11106
11107 2001-08-23  Herbert Voss  <voss@perce>
11108
11109         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
11110
11111 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11112
11113         * Spacing.h (Spacing): Set space to Default on in the default
11114         constructor.
11115
11116 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11117
11118         * vc-backend.h (RCS::versionString): add RCS to version
11119         (CVS::versionString): add CVS to version
11120
11121         * vc-backend.C (scanMaster): do not add CVS to version.
11122         (scanMaster): do not add RCS to version
11123
11124         * lyxvc.C (versionString): new method
11125
11126         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
11127
11128 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11129
11130         * Spacing.C (set): initialize fval
11131
11132 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
11133
11134         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
11135         " or \.
11136
11137 2001-08-16  Juergen Vigna  <jug@sad.it>
11138
11139         * lyxfunc.C (dispatch): implemented the new FINISHED states.
11140
11141 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11142
11143         * BufferView_pimpl.C:
11144         * figureForm.C:
11145         * lyxtext.h:
11146         * text2.C: setParagraph takes linespacing now
11147
11148 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
11149
11150         * LyxAction.C: add internal LFUN_CITATION_INSERT
11151
11152         * LyXView.C: actually apply fix
11153
11154         * bufferlist.C: fix open non-existent file
11155
11156         * lyxfind.C: fix indentation
11157
11158         * lyxfunc.C: remove unneeded assert, fix typo
11159
11160 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11161
11162         * MenuBackend.C: use "Floatname List"
11163
11164 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
11165
11166         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
11167         when converting LaTeX layout to insetERT.
11168         Generate a non-collapsed float when reading old float
11169
11170 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11171
11172         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
11173         ERT insets.
11174
11175 2001-08-13  Juergen Vigna  <jug@sad.it>
11176
11177         * text.C (fill): return 0 instead of 20 as this seems to be the more
11178         correct value.
11179
11180 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11181
11182         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
11183         lyxrc.font_norm.
11184
11185 2001-08-13  Juergen Vigna  <jug@sad.it>
11186
11187         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
11188         casesensitive off.
11189         (SearchBackward): comment out the unlocking of the inset_owner this
11190         should not be needed!
11191
11192 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
11193
11194         * Many files: Remove inherit_language, and add latex_language
11195
11196         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
11197         collapsible insets.
11198
11199 2001-08-10  Juergen Vigna  <jug@sad.it>
11200
11201         * text.C (prepareToPrint): fixed hfill-width in draw!
11202
11203         * BufferView2.C (selectLastWord): save the selection cursor as this
11204         now is cleared in the function LyXText::clearSelection!
11205
11206 2001-08-08  Juergen Vigna  <jug@sad.it>
11207
11208         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
11209         BACKSPACE type functions.
11210
11211         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
11212         is only cutted from the document but not put in the cut-buffer, where
11213         still the old stuff should be.
11214
11215         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
11216
11217         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
11218
11219         * tabular.C (SetWidthOfCell): fixed special case where the width
11220         was not updated!
11221         (LeftLine): handle '|' in align_special.
11222         (RightLine): ditto
11223         (LeftAlreadyDrawed): ditto
11224         (SetWidthOfCell): ditto
11225
11226 2001-08-07  Juergen Vigna  <jug@sad.it>
11227
11228         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
11229
11230 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11231
11232         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
11233         * lyxlex.[hC]: ditto
11234
11235 2001-08-06  Juergen Vigna  <jug@sad.it>
11236
11237         * text.C (getVisibleRow): fix up row clearing a bit.
11238
11239 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11240
11241         * minibuffer.C: make sure the X server sees the changes in the input.
11242
11243 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11244
11245         * paragraph.C (getFont): split into...
11246         (getLabelFont): this
11247         (getLayoutFont): and this
11248         * paragraph_pimpl.C (realizeFont): calling this
11249
11250         * text2.C (getFont): split into...
11251         (getLayoutFont): this
11252         (getLabelFont): and this
11253         (realizeFont): all three calling this
11254
11255         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
11256         files where used.
11257
11258 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11259
11260         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
11261
11262 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
11263
11264         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
11265         layouts from the Quote inset insertion.
11266
11267 2001-08-03  Juergen Vigna  <jug@sad.it>
11268
11269         * BufferView_pimpl.C (update): do the fitCursor only at the end!
11270
11271         * screen.C (drawFromTo): don't call fitcursor here and do the loop
11272         only if status not is already CHANGED_IN_DRAW (second level).
11273
11274         * text.C (draw): don't set the need_break_row when inside an
11275         InsetText LyXText.
11276
11277 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11278
11279         * buffer.C (parseSingleLyXformat2Token): handle more latex
11280         conversion cases.
11281
11282         * bufferview_funcs.[hC]: change function names to
11283         begin with small char, adjust other files.
11284
11285 2001-08-02  André Pönitz <poenitz@gmx.net>
11286
11287         * lyxfunc.C:
11288         BufferView_pimpl.C: remove broken special code for math-greek
11289
11290 2001-08-02  Juergen Vigna  <jug@sad.it>
11291
11292         * BufferView_pimpl.C (update): redone this function so that we
11293         update the text again if there was a CHANGE_IN_DRAW.
11294
11295         * screen.C (cursorToggle): removed LyXText parameter and recoded.
11296         (drawFromTo): added a new internal bool which is used by draw() and
11297         redraw() function.
11298         (general): some cursor drawing problems fixed.
11299
11300 2001-08-01  Juergen Vigna  <jug@sad.it>
11301
11302         * lyxfind.C (LyXFind): fixed
11303         (SearchForward): ditto
11304         (SearchBackward): ditto
11305
11306         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
11307         spurius drawing of the cursor in the main area.
11308
11309         * text2.C (status): small fix which could lead to a segfault!
11310         (clearSelection): remove unneeded BufferView param.
11311
11312 2001-08-01  André Pönitz <poenitz@gmx.net>
11313
11314         * lyxfunc.C: small change due to changed mathed interface
11315
11316 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11317
11318         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
11319
11320 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
11321
11322         * lyxfunc.c: fail gracefully if file doesn't exist
11323
11324         * LyXSendto.C:
11325         * buffer.C:
11326         * lyxfunc.C:
11327         * BufferView_pimpl.C: IsDirWriteable() proto changed
11328
11329         * LyXView.C: fix updateWindowTitle() to store the last title
11330
11331 2001-07-31  Juergen Vigna  <jug@sad.it>
11332
11333         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
11334         the font (wrong since using of Paragraph::highestFontInRange).
11335
11336         * paragraph.C (highestFontInRange): added a default_size parameter.
11337
11338         * text.C (getVisibleRow): minor clear row changes (still not perfect).
11339         (setHeightOfRow): reformat
11340
11341 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11342
11343         * converter.[hC] + affected files: move to (inital-char)lowercase
11344         function names.
11345
11346         * ParagraphParameters.C (ParagraphParameters): remove commented code
11347
11348         * PainterBase.[Ch]: remove commented code
11349
11350         * LaTeXFeatures.h: add "bool floats" for float.sty
11351
11352         * LaTeXFeatures.C (LaTeXFeatures): init floats
11353         (require): handle float
11354         (getPackages): do it with floats
11355
11356 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11357
11358         * BufferView_pimpl.C (Dispatch): improve handling of
11359         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
11360
11361         * commandtags.h: #include lyxfont.h here temporarily to avoid
11362         keybinding bug.
11363
11364         * bufferlist.h: include LString.h here.
11365
11366 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11367
11368         * text2.C (getStringToIndex): new method.
11369
11370 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
11371
11372         * *: Reduced header file dependencies all over.
11373
11374 2001-07-30  Baruch Even  <baruch@lyx.org>
11375
11376         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
11377
11378 2001-07-29  Baruch Even  <baruch@lyx.org>
11379
11380         * buffer.C (readInset): Changed GRAPHICS to Graphics.
11381
11382 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11383
11384         * ParameterStruct.h (endif): add a default constructor to make
11385         sure that all variables is initialized.
11386
11387         * ParagraphParameters.C (ParagraphParameters): adjust
11388
11389 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11390
11391         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
11392         index; also, check that there is something to index, and that it
11393         does not span over several paragraphs.
11394         (doubleClick): use WHOLE_WORD_STRICT for double click.
11395
11396         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
11397
11398         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
11399         scheme.
11400
11401 2001-07-26  Baruch Even  <baruch@lyx.org>
11402
11403         * buffer.C (readInset): Changed to call up InsetGraphics when reading
11404         an InsetFig figure, backwards compatible reading of old figure code.
11405
11406 2001-07-27  Juergen Vigna  <jug@sad.it>
11407
11408         * text2.C: font.realize function adaption.
11409
11410         * text.C (draw): add a warnings lyxerr text if needed.
11411
11412         * layout.C: font.realize function adaption.
11413
11414         * language.C: add inherit_language and implement it's handlings
11415
11416         * bufferview_funcs.C (StyleReset): remove language parameter from
11417         font creation (should be language_inherit now).
11418
11419         * bufferparams.C (writeFile): handle ignore_language.
11420
11421         * paragraph.C (getFontSettings): the language has to be resolved
11422         otherwise we have problems in LyXFont!
11423
11424         * lyxfont.C (lyxWriteChanges): added document_language parameter
11425         (update): removed unneeded language parameter
11426
11427         * paragraph.C (validate): fixed wrong output of color-package when
11428         using interface colors for certain fonts in certain environments,
11429         which should not seen as that on the final output.
11430
11431 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
11432
11433         * BufferView_pimpl.C:
11434         * Thesaurus.h:
11435         * Thesaurus.C:
11436         * Makefile.am:
11437         * commandtags.h:
11438         * LyXAction.C: add thesaurus support
11439
11440         * lyxfind.h:
11441         * lyxfind.C: add "once" parameter, for thesaurus, to not
11442           move to the next match
11443
11444 2001-07-26  Juergen Vigna  <jug@sad.it>
11445
11446         * lyxfont.C (realize): honor ignore_language too!
11447         (resolved): ditto.
11448
11449         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
11450
11451         * text.C (draw): one place more for ignore_language to not draw
11452         itself!
11453
11454 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
11455
11456         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
11457
11458 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11459
11460         * buffer.C (parseSingleLyXformat2Token): a more general fix for
11461         the minipage conversion problem.
11462
11463 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11464
11465         * buffer.C (parseSingleLyXformat2Token): check minipage if we
11466         insert an inset.
11467
11468 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11469
11470         * BufferView.h: don't forward declare WorkArea
11471
11472         * BufferView.C: don't include WorkArea.h
11473
11474 2001-07-25  André Pönitz <poenitz@gmx.net>
11475
11476         * commandtags.h:
11477         * LyXAction.C:
11478         * lyxfunc.C:  new LFUN 'math-space'
11479
11480         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
11481
11482 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11483
11484         * text2.C (toggleInset): call open/close
11485
11486 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11487
11488         * lyxfunc.C (dispatch): add debug for the disabled case
11489
11490         * font.C (buttonText): make similar to rectText
11491
11492         * buffer.C (readInset): comment out parsing of insetlist and
11493         insttheorem
11494
11495         * PainterBase.C (rectText): small correction
11496
11497         * BufferView_pimpl.C: comment out insettheorem and insetlist
11498         * LyXAction.C: ditto
11499         * commandtags.h: ditto
11500
11501 2001-07-24  Juergen Vigna  <jug@sad.it>
11502
11503         * text.C (draw): honor the ignore_language.
11504
11505         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
11506
11507 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11508
11509         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
11510         char inset.
11511
11512 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11513
11514         * lyxtext.h: remove unused (and unimplemented) methods
11515
11516 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11517
11518         * text.C (getVisibleRow): honor background color
11519
11520         * PainterBase.h:
11521         * Painter.h: remove default color argument for fillRectangle
11522
11523         * text.C (backgroundColor): new method
11524
11525 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11526
11527         * text.C (getVisibleRow): adjust
11528
11529         * font.[Ch] (rectText): new method, metrics
11530         (buttonText): new method, metrics
11531
11532         * PainterBase.[hC]: make rectText and buttonText always draw and take
11533         fewer paramteres.
11534
11535 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11536
11537         * ToolbarDefaults.C (read):
11538         * MenuBackend.C (read): allow escaping in all strings
11539
11540         * BufferView_pimpl.C (insertAndEditInset): new method.
11541         (Dispatch): use insertAndEditInset whenever appropriate.
11542
11543         * BufferView_pimpl.C (insertNote): removed
11544
11545         * BufferView_pimpl.C (smartQuote): new method, moved from
11546         BufferView; if an insetquote cannot be inserted, insert a '"'
11547         character instead.
11548
11549         * BufferView2.C: remove insertCorrectQuote();
11550
11551         * lyxfunc.C (getStatus): Add support for all remaingin
11552         inset-insert lfuns.
11553
11554         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
11555
11556         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
11557         command (necessary to pass " as parameter of self-insert.
11558
11559         * text.C (selectWordWhenUnderCursor):
11560         (selectWord): add word_location parameter
11561         (selectWordWhenUnderCursor): same + remove special code for word
11562         boundary.
11563         (selectNextWord): use kind() to guess type of insetspecialchar,
11564         not latex().
11565
11566         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
11567         (insertErtContents): create ert insets as collapsed.
11568         (readInset): better compatibility code for Info inset.
11569
11570 2001-07-20  Juergen Vigna  <jug@sad.it>
11571
11572         * lyxfunc.C (dispatch): use always LyXFind now!
11573
11574         * text2.C (init): add a reinit flag so that the LyXText can be
11575         reinited instead of deleted and reallocated (used in InsetText).
11576
11577         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
11578
11579         * text.C: ditto
11580
11581         * text2.C: ditto
11582
11583 2001-07-18  Juergen Vigna  <jug@sad.it>
11584
11585         * text.C (selectNextWord): handle insets inside inset by calling
11586         always the bv->text functions so that we can go up the_locking_inset!
11587
11588         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
11589         in strange locations when inside an inset!
11590
11591         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
11592         handling to include insets.
11593
11594         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
11595
11596 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11597
11598         * LyXAction.C (init):
11599         * commandtags.h:
11600         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
11601         LIGATURE_BREAK, since the name is so stupid.
11602
11603 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11604
11605         * buffer.C (readInset): enable reading of new InsetNotes as well as old
11606         InsetInfos.
11607
11608         * FontLoader.C: remove FORMS_H_LOCATION cruft.
11609
11610         * sp_form.[Ch]: remove.
11611
11612         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
11613
11614         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
11615         InsetInfo.
11616
11617         * src/buffer.C (readInset): ditto.
11618
11619 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11620
11621         * BufferView_pimpl.C (specialChar): new method. Obsoletes
11622         menuSeparator(), endOfSentenceDot(), ldots() and
11623         hyphenationPoint(), which are therefore removed.
11624         (Dispatch): handle LFUN_HYPHENATION_BREAK.
11625
11626         * LyXAction.C (init):
11627         * commandtags.h: add LFUN_HYPHENATION_BREAK.
11628
11629         * paragraph.C (getWord): removed.
11630
11631         * BufferView_pimpl.C (Dispatch): use last word or selection for
11632         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
11633
11634         * lyx_main.C (queryUserLyXDir): do not ask before creating
11635         user_dir, except if it has been named explicitely.
11636
11637 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11638
11639         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
11640         a document of zero size.
11641
11642 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
11643
11644         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
11645         approriately in the c-tor and in require().
11646         (getPackages): output the appropriate LaTeX for natbib support.
11647
11648         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
11649         variables "use_natbib" and "use_numerical_citations" when reading the
11650         LyX file.
11651         (readInset): read the various natbib cite commands.
11652         (validate): white-space change.
11653
11654         * bufferparams.[Ch]: new variables "bool use_natbib" and
11655         "bool use_numerical_citations".
11656         (writeFile): output them in the LyX file.
11657
11658 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11659
11660         * lyxfunc.C (getStatus): add support for all the inset insertion
11661         commands.
11662
11663         * text2.C (insertInset):
11664         * paragraph.C (insetAllowed):
11665         * BufferView_pimpl.C (insertInset): update to take in account the
11666         renaming of insertInsetAllowed
11667
11668         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
11669
11670         * text2.C (getInset): new method. returns inset at cursor position.
11671
11672         * BufferView_pimpl.C (Dispatch): changes because of this.
11673
11674         * LyXAction.C (init): rename open-stuff to inset-toggle.
11675
11676         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
11677
11678         * text2.C (toggleInset): renamed from openStuff; use
11679         Inset::open().
11680
11681 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
11682
11683         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
11684
11685         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
11686
11687 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11688
11689         * buffer.C (readLyXformat2): Add filename to the error dialog
11690
11691 2001-07-18  Juergen Vigna  <jug@sad.it>
11692
11693         * tabular.C (GetCellNumber): put an assert here instead of the check!
11694
11695 2001-07-17  Juergen Vigna  <jug@sad.it>
11696
11697         * BufferView_pimpl.C (toggleSelection): adapted too.
11698
11699         * text.C (selectNextWord): adapted for use with insets.
11700         (selectSelectedWord): ditto
11701
11702 2001-07-17  Juergen Vigna  <jug@sad.it>
11703
11704         * sp_spell.C (PSpell): fix initialitation order.
11705
11706 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11707
11708         * paragraph.C: spacing
11709
11710 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11711
11712         * sp_spell.C: repair language selection for pspell
11713
11714 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11715
11716         * lyxfunc.h: change more methods to begin with lower char.
11717
11718 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11719
11720         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11721         for unknown layouts.
11722
11723 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11724
11725         * buffer.C (readLyXformat2): Generate an error dialog if there are
11726         unknown layouts.
11727
11728 2001-07-16  Juergen Vigna  <jug@sad.it>
11729
11730         * sp_spell.C: always compile ISpell part.
11731
11732         * lyxrc.C: added use_pspell entry and it's handling.
11733
11734 2001-07-13  Juergen Vigna  <jug@sad.it>
11735
11736         * sp_spell.C: removed double includes.
11737
11738 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11739
11740         Consistent use of Lsstream.h:
11741         * Lsstream.h: added using std::stringstream for consistencies sake.
11742
11743         * buffer.C: removed using std::stringstream
11744
11745         * lyxfont.C (stateText):
11746         * paragraph.C (asString):
11747         * text.C (selectNextWord, selectSelectedWord):
11748         * text2.C (setCounter):
11749         * vspace.C (asString, asLatexString):
11750         std::ostringstream -> ostringstream.
11751
11752 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11753
11754         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11755         * commandtags.h: add LFUN_HELP_ABOUTLYX
11756         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11757
11758 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11759
11760         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11761         cursorToggle()
11762         * lyx_gui_misc.C: remove spellchecker
11763         * lyxfunc.C: showSpellchecker
11764         * sp_base.h: added
11765         * sp_ispell.h: added
11766         * sp_pspell.h: added
11767         * sp_spell.C: added
11768         * sp_form.[Ch]: removed
11769         * spellchecker.[Ch]: removed
11770
11771 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11772
11773         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11774         is set.
11775         (simpleTeXSpecialChars): Simply print the input character without
11776         any special translation if pass_thru is set.
11777
11778         * layout.h: Added bool pass_thru to layout class for being able to
11779         implement pass through of a paragraph for Literate Programming.
11780
11781         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11782         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11783         * layout.C (Read): add "passthru" to list of layout tags and add
11784         code to set the pass_thru boolean when it is read.
11785
11786 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11787
11788         * trans_decl.h: remove allowed from KmodInfo
11789
11790         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11791         remove allowed code
11792         (Load): adjust
11793
11794         * paragraph_pimpl.C (erase): use boost::prior
11795
11796         * Painter.C (text): use data() instead of c_str() when length is
11797         also provided.
11798         * WorkArea.C (putClipboard): ditto
11799         * font.h (width): ditto
11800
11801         * BufferView2.C: use it-> instead of (*it). for iterators
11802         * texrow.C: ditto
11803         * paragraph_pimpl.C: ditto
11804         * paragraph.C: ditto
11805         * minibuffer.C: ditto
11806         * language.C: ditto
11807         * kbmap.C: ditto
11808         * encoding.C: ditto
11809         * counters.C: ditto
11810         * converter.C: ditto
11811         * chset.C: ditto
11812         * Variables.C: ditto
11813         * TextCache.C: ditto
11814         * MenuBackend.C: ditto
11815         * LyXAction.C: ditto
11816         * LColor.C: ditto
11817         * FloatList.C: ditto
11818         * DepTable.C: ditto
11819         * ColorHandler.C (LyXColorHandler): ditto
11820
11821 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11822
11823         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11824
11825         * text2.C (openStuff): reintroduce this method (which had been
11826         nuked in NEW_INSETS frenzy).
11827
11828         * lyxfunc.C (Dispatch): when an action has not been handled, use
11829         its name in the error message, not its number.
11830
11831         * paragraph.C (inInset): change method name to begin with lowercase.
11832
11833         * undo_funcs.C:
11834         * text2.C: updates because of this.
11835
11836 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11837
11838         * ToolbarDefaults.C (add): add spaces in error message
11839
11840 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11841
11842         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11843         (readLyXformat2): rename return_par to first_par, use lyxlex's
11844         pushToken and remove the manual push handling.
11845         (parseSingleLyXformat2Token): add another ert comp. variable:
11846         in_tabular, rename return_par to first_par. handle newlines better
11847
11848 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11849
11850         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11851
11852 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11853
11854         * text2.C (getParFromID): removed
11855
11856         * buffer.C (getParFromID): new method moved form lyxtext.
11857         * BufferView2.C (insertErrors): adjust
11858         (setCursorFromRow): adjust
11859         * BufferView_pimpl.C (restorePosition): adjust
11860         * lyxfunc.C (Dispatch): adjust
11861         * undo_funcs.C (textUndo): adjust
11862         (textRedo): adjust
11863         (textHandleUndo): adjust
11864         (textHandleUndo): adjust
11865
11866 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11867
11868         * buffer.C: up' the LYX_FORMAT
11869
11870         * lyxfont.h: turn NO_LATEX on as default
11871
11872         * buffer.C (insertErtContents): new methods of tex style compability.
11873         (parseSingleLyXformat2Token): use it several places.
11874         * tabular.C (OldFormatRead): and here
11875
11876 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11877
11878         * text2.C: remove some commented code.
11879         reindent file.
11880
11881         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11882         * trans.C: changes because of the above.
11883
11884 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11885
11886         * text2.C (setCounter): Fix counters bug with bibliography layout.
11887
11888 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11889
11890         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11891         own member functions
11892         (simpleTeXSpecialChars): ditto
11893
11894 2001-07-06  Juergen Vigna  <jug@sad.it>
11895
11896         * a lot of files: changed the access to LyXText::status and the
11897         call of undo-functions.
11898
11899         * undo.[Ch]: added a inset_id to the undo informations.
11900
11901         * undo_funcs.[Ch]: added and moved here all undo functions.
11902
11903         * lyxtext.h: give the status enum a weight, made status_ a private
11904         variable and made accessor functions for it, removed the whole bunch
11905         of undo-functions as they are now in their own file, make some
11906         functions publically available. Added function ownerParagraph with
11907         int parameter.
11908
11909         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11910         made InInset() a const function, added getParFromID() function.
11911
11912         * buffer.[Ch]: added const version for inset_iterator functions,
11913         added getInsetFromID() function.
11914
11915         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11916         changed undo functions for new version.
11917
11918 2001-07-05  Juergen Vigna  <jug@sad.it>
11919
11920         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11921         unknow mechanism does not call the proper constructor but only this
11922         one also if I request the other!?
11923
11924 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11925
11926         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11927
11928         * text2.C (LyXText): use initialization lists.
11929
11930         * lyxtext.h (Selection): initialize set_ and mark_
11931         (init): remove method
11932
11933 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11934
11935         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11936
11937 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11938
11939         * screen.[Ch]: change method names to begin with lowercase
11940
11941         * BufferView_pimpl.C (updateScrollbar): simplify further and
11942         hopefully make it a bit faster.
11943
11944 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11945
11946         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11947         calling directly xforms functions.
11948
11949         * Painter.C (Painter):
11950         * lyx_cb.C (MenuWrite):
11951         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11952         fl_display.
11953
11954         * lyx_gui.C: remove bogus guiruntime extern declaration.
11955
11956 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11957
11958         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11959         in NEW_INSETS
11960         (redoDrawingOfParagraph): ditto
11961         (redoParagraphs): ditto
11962         (cutSelection): don't create a object for CutAndPaste use the
11963         static method directly
11964         (pasteSelection): ditto
11965
11966         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11967         LyXview (+ rename)
11968
11969 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11970
11971         * modifications to some other files because of this.
11972
11973         * Makefile.am (lyx_SOURCES): add XFormsView
11974
11975         * XFormsView.[Ch]: new files
11976
11977         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11978         the main window. Move the gui dependent stuff to XFormsView
11979
11980 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11981
11982         * tabular.C (GetCellInset): update cur_cell also in the row/col
11983         version of this function.
11984
11985         * lyxfunc.C: no need to include figure_form.h here.
11986
11987         * FontLoader.h:
11988         * lyxfunc.h:
11989         * lyxscreen.h:
11990         * text2.C:
11991         * lyxvc.C: no need to include forms.h here.
11992
11993 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11994
11995         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11996
11997         * lyxfunc.C (Dispatch):
11998         * Spacing.C (set):
11999         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
12000         constructor argument.
12001
12002 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12003
12004         * paragraph.C (Paragraph): dont't clear, and just set layout.
12005         (makeSameLayout): use params's copy contructor.
12006
12007         * ParagraphParameters.[Ch] (makeSame): delete method
12008
12009 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
12010
12011         * Variables.[Ch]: fix indentation, rename set to isSet
12012
12013 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12014
12015         * lyxfunc.C (Dispatch): fix typo
12016
12017 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12018
12019         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
12020         upper_bound.
12021
12022         * bufferlist.C: include assert.h for emergencyWrite().
12023
12024 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12025
12026         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
12027           give up at last (bug #425202) !
12028
12029 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
12030
12031         * lyx_gui_misc.C:
12032         * sp_form.h:
12033         * sp_form.C:
12034         * spellchecker.h:
12035         * spellchecker.C: strip spellchecker options and bring up
12036           preferences tab instead
12037
12038 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12039
12040         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
12041         the istringstream constructor
12042
12043 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12044
12045         * paragraph.C (getLayout): fix return value
12046
12047         * paragraph.h: do not declare getLayout as inline.
12048
12049         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
12050
12051 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12052
12053         * lyxcursor.h (operator<): new func
12054         (operator>): new func
12055         (operator>=): new func
12056         (operator<=): new func
12057
12058         * text.C (changeCase): use selection.start and selection.end
12059         (changeRegionCase): require from to be <= to. Require par to be a
12060         valid paragraph.
12061
12062         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
12063
12064 2001-06-27  Juergen Vigna  <jug@sad.it>
12065
12066         * text.C (cursorLeftOneWord): changed to return the cursor and added
12067         overlay with BufferView * parameter which calls this one.
12068         (getWord): added
12069         (selectWord): use new getWord function.
12070         (changeCase): renamed from changeWordCase as and extended to work
12071         also on selections.
12072
12073         * lyxtext.h: added enum word_location
12074
12075         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
12076         changeCase as this operates now also on selections.
12077
12078 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
12079
12080         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
12081
12082         * many files: send debug output to Debug::INFO instead of
12083         Debug::ANY.
12084
12085         * converter.C (View):
12086         (Convert):
12087         (Move): send debug output to Debug::FILES instead of console.
12088
12089 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
12090
12091         * lyxfunc.C (getStatus): use func_status
12092
12093         * func_status.h: new header, describing the results of
12094         LyXFunc::getStatus;
12095
12096         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
12097         LFUN_MATH_HALIGN.
12098
12099 2001-06-25  The LyX Project  <jug@sad.it>
12100
12101         * buffer.C (sgmlOpenTag):
12102         (sgmlCloseTag):
12103         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
12104
12105 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12106
12107         * text2.C: remove some dead code
12108
12109         * tabular.C (GetCellInset): store the last cell checked (gotten)
12110
12111         * tabular.h: add the helper for the speedup
12112
12113         * lyxtext.h: remove some dead code
12114
12115 2001-06-26  The LyX Project  <Asger>
12116
12117         * paragraph.C: Change export to LaTeX of alignment to
12118         \begin{center} and family for better roundtrip work with reLyX.
12119
12120         * Tune the math drawing a bit.
12121
12122 2001-06-25  The LyX Project  <Asger>
12123
12124         * LColor.C (LColor): New color for math background. New color
12125         for buttons.
12126
12127 2001-06-25  The LyX Project  <jug@sad.it>
12128
12129         * lyxfunc.C (MenuNew): remove extra check for .lyx file
12130
12131         * lyxfunc.C (Open):
12132         * bufferlist.C (newFile): do not restrict to files ending with
12133         .lyx
12134
12135         * BufferView_pimpl.C (MenuInsertLyXFile):
12136
12137 2001-06-24  The LyX Project  <jug@sad.it>
12138
12139         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
12140         of compare_no_case
12141
12142 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12143
12144         * lyxtext.h: rename most methods to begin with a small char.
12145         Lots of changes because of this.
12146
12147         * paragraph.C (Paragraph): do not call fitToSize
12148         (erase): call Pimpl::erase
12149         (insertChar): call Pimpl::insertChar
12150         (insertInset): call Pipl::insertInset
12151         (breakParagraph): do not call fitToSize
12152         (breakParagraphConservative): do not call fitToSize
12153         (fitToSize): remove method
12154
12155         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
12156
12157 2001-06-24  The LyX Project  <Asger>
12158
12159         * Fix Qt compilation^2
12160
12161 2001-06-24  The LyX Project  <jug@sad.it>
12162
12163         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
12164         depthHook(getDepth()-1).
12165
12166         * paragraph.h:
12167         * ParagraphParameters.h:
12168         * ParameterStruct.h: change type of depth to unsigned int ==
12169         depth_type. Many adaptations to other files before of that.
12170
12171 2001-06-24  The LyX Project  <Asger>
12172
12173         * Fix Qt compilation.
12174
12175 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12176
12177         * paragraph.h: renamed several methods to begin with small letter.
12178         several changes to many parts of the code because of this.
12179
12180 2001-06-23  The LyX Project  <jug@sad.it>
12181
12182         * text2.C (InsertStringAsLines): renamed from InsertStringA;
12183         rewritten to discard all double spaces when KeepEmpty is off
12184         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
12185         to only handle newlines but not fiddle with spaces and friends.
12186
12187         * lyxfunc.C (MenuNew): when doing 'new from template', use
12188         template_path as default directory
12189
12190 2001-06-23  The LyX Project  <Asger>
12191
12192         * Clean-up of header file includes all over
12193         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
12194
12195 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12196
12197         * paragraph.h: renamed from lyxparagraph.h
12198
12199 2001-06-23  Asger  <lyx@violet.home.sad.it>
12200
12201         * Buffer.h: Removed Buffer::resize
12202         * BufferList.h: Removed BufferList::resize
12203         * LyXView.h: Added LyXView::resize. This way, we will only reflow
12204         the document lazily when we change the width, or the font settings.
12205
12206 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12207
12208         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
12209
12210 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12211
12212         * buffer.h: remove out of date comment
12213
12214 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12215
12216         * lyxscreen.h:
12217         * screen.C: fix "theoretical" GC leak
12218
12219 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12220
12221         * LaTeX.C (scanAuxFile):
12222         (deplog): remove trailing \r when reading stream (useful under
12223         win32)
12224
12225 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
12226
12227         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
12228         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
12229         and BufferView::theLockingInset(Inset*), so should use them and not
12230         access bv_->text->the_locking_inset directly.
12231
12232         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
12233
12234 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12235
12236         * Makefile.am:
12237         * tex-defs.h: remove old unused file
12238
12239 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
12240
12241         * BufferView_pimpl.C: fix typo, remove minibuffer message
12242           when buffer has loaded
12243
12244 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12245
12246         * lyxfunc.C (Dispatch): use stringstream
12247         (MenuNew): use stringstream
12248         (Open): use stringstream
12249
12250         * importer.C (Import): use stringstream
12251
12252         * bufferview_funcs.C (CurrentState): use stringstream
12253
12254         * LaTeX.C (run): use stringstream
12255
12256         * BufferView_pimpl.C (savePosition): use stringstream
12257         (restorePosition): use stringstream
12258         (MenuInsertLyXFile): use stringstream
12259
12260 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
12261
12262         * BufferView.C:
12263         * Bullet.C:
12264         * ColorHandler.C:
12265         * FontInfo.C:
12266         * FontLoader.C:
12267         * LColor.C:
12268         * LaTeXFeatures.C:
12269         * Painter.C:
12270         * gettext.C:
12271         * lyx_gui_misc.C:
12272         * lyxserver.C:
12273         * vspace.C: removed // -*- C++ -*- as first line.
12274
12275         * lyxfind.h:
12276         * version.h: added // -*- C++ -*- as first line.
12277
12278 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12279
12280         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
12281
12282         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
12283         of string
12284
12285 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12286
12287         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
12288         of floats.
12289
12290 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12291
12292         * gettext.C: include LString.h even when --disable-nls is on.
12293
12294 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
12295
12296         * converter.h (Get): changed argument type from int to
12297         FormatList::size_type to avoid unnecessary conversion.
12298
12299         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
12300         before using it.
12301
12302 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12303
12304         * gettext.h: include LString.h even when --disable-nls is on.
12305
12306 2001-06-07  Juergen Vigna  <jug@sad.it>
12307
12308         * text.C (BreakAgain): subst spaces with tabs.
12309
12310         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
12311         (resizeInsetsLyXText): set force on resizeLyXText.
12312
12313 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12314
12315         * gettext.h (gettext_init):
12316         (locale_init): use a real definition instead of a macro
12317
12318 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12319
12320         * Bufferview_pimpl.C:
12321         * LColor.h:
12322         * LColor.C: further lcolor tidies
12323
12324 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12325
12326         * BufferView_pimpl.C (updateScrollbar): simplify.
12327
12328         * BufferView2.C: don't include insets/insetinfo.h, change
12329         prototype for insertInset and call the Pimpl version. let
12330         updateInset call Pimpl version.
12331
12332         * BufferView.h: move inset_slept to BufferView::Pimpl, move
12333         gotoInset to BufferView::Pimpl
12334
12335 2001-06-01  Juergen Vigna  <jug@sad.it>
12336
12337         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
12338         inside a LockingInset (is the update needed at all?).
12339
12340 2001-05-31  Juergen Vigna  <jug@sad.it>
12341
12342         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
12343         here not the old one otherwise how should we compare it afterwards
12344         if it's the same!
12345
12346 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12347
12348         * lyxfont.C:
12349         * tabular.C:
12350         * tabular-old.C:
12351         * FontInfo.C: bring C functions into global namespace when
12352         necessary
12353
12354 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12355
12356         * LString.h: make sure config.h has been loaded before LString.h.
12357
12358         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
12359         (one for each char read by EatLine!).
12360
12361         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
12362         variables.
12363
12364 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12365
12366         * paragraph.C (BreakParagraph): set the inset_owner in the new par
12367         to the same as the par we break from
12368
12369 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12370
12371         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
12372
12373         * MenuBackend.C (expand): also create menu entries for wide
12374         versions of the floats.
12375
12376         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
12377
12378         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
12379
12380         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
12381         frontends/Makefile.am
12382
12383         * text2.C: adjust
12384         * text.C: adjust
12385
12386
12387         * tabular.C (getTokenValue): add std::
12388
12389         * tabular-old.C (getTokenValue): add std::
12390         (getTokenValue): ditto
12391         (getTokenValue): ditto
12392
12393         * screen.C (ToggleSelection): adjust
12394
12395         * lyxtext.h: put selection cursors inside a Selection struct.
12396
12397         * lyxfunc.C (moveCursorUpdate): adjust
12398
12399         * lyxfont.C (latexWriteStartChanges): add std::
12400
12401         * lyxfind.C: adjust
12402
12403         * font.h: delete with(char const *, LyXFont const &)
12404
12405         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
12406
12407         * FontInfo.C (getFontname): add std::
12408
12409         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
12410         (workAreaButtonPress): adjust
12411         (tripleClick): adjust
12412         (update): adjust
12413         (moveCursorUpdate): adjust
12414         (Dispatch): adjust
12415
12416         * BufferView2.C (gotoInset): adjust
12417
12418 2001-05-30  Juergen Vigna  <jug@sad.it>
12419
12420         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
12421         to check pspell I add this as default as I now have new pspell
12422         libraries and they seem to use this.
12423
12424 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12425
12426         * text2.C (CutSelection): make the cursor valid before the call to
12427         ClearSelection.
12428
12429 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12430
12431         * kbsequence.C (parse): de-uglify a bit the parsing code, which
12432         relied on 0 terminated strings and other horrors. Bug found due to
12433         the new assert in lyxstring!
12434
12435         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
12436         KP_ keys.
12437
12438 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12439
12440         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
12441         to latinkeys.bind.
12442
12443         * lyxfunc.C (processKeySym): change method of getting to the
12444         self-insert char.
12445
12446         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
12447         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
12448         * BufferView_pimpl.[Ch]: here as private methods.
12449
12450 2001-05-28  Juergen Vigna  <jug@sad.it>
12451
12452         * text.C (SetHeightOfRow): added the update() call again as it is
12453         needed to initialize inset dimensions!
12454
12455 2001-05-16  Juergen Vigna  <jug@sad.it>
12456
12457         * text2.C (SetCharFont): Add new function with BufferView * and
12458         bool toggleall parameters for setting insets internal fonts.
12459         (SetFont): Freeze the undo as we may change fonts in Insets and
12460         all this change should be inside only one Undo!
12461
12462         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
12463         setting font's in insets as for them we have the SetFont function!
12464
12465 2001-05-15  Juergen Vigna  <jug@sad.it>
12466
12467         * text2.C (ClearSelection): to be sure we REALLY don't have any
12468         selection anymore!
12469
12470         * tabular.C (TeXCellPreamble): fixed the left border problem for
12471         multicolumn cells.
12472
12473 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
12474
12475         * LaTeX.C (deplog): Make sure that the main .tex file is in the
12476         dependancy file
12477
12478 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12479
12480         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
12481         LFUN_BREAKPARAGRAPH.
12482
12483         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
12484         help test to "internal only", similar for LFUN_INSERT_URL
12485
12486         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
12487         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
12488         auto_region_delete and deadkeys.
12489
12490 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
12491
12492         * LColor.h:
12493         * LColor.C: remove some dead entries, tidy a little
12494
12495 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12496
12497         * lyxfunc.C (processKeySym): comment the Escape handling, remove
12498         commented code.
12499         (Dispatch): implement LFUN_ESCAPE
12500
12501         * commandtags.h: add LFUN_ESCAPE
12502
12503         * LyXAction.C (init): add entry for LFUN_ESCAPE
12504
12505         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
12506         Remove commented code.
12507         (insertNote): moved here
12508         (open_new_inset): moved here
12509
12510         * BufferView[2].[Ch]: move insertNote and open_new_inset to
12511         BufferView_pimpl
12512
12513 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12514
12515         * kbmap.C (findbinding): clean it up and make it work correctly.
12516
12517         * lyx_main.C (init): do not pass argc and argv as parameters
12518
12519 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
12520
12521         * buffer.C: fix path for OS/2 & Win32
12522
12523         * lyx_gui.C:
12524         * lyx_main:
12525         * lyx_main.C: Added os:: class.
12526
12527         * os2_defines.h: update
12528
12529 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12530
12531         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
12532         better by trying again with reduced state.
12533
12534 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12535
12536         * lyxrc.C (read): print error about invalid key sequence only when
12537         debugging (because not all latinX keysyms are known to some X
12538         servers)
12539
12540         * kbsequence.C (getiso): add a few std:: qualifiers
12541         (getiso): comment out extra return statement.
12542
12543 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12544
12545         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
12546         handling.
12547         (Dispatch): enhance the accent inset a bit. (not perfect)
12548
12549 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12550
12551         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
12552
12553 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12554
12555         * bufferlist.C (emergencyWrite): fix assert() call
12556
12557 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
12558
12559         * text.C (InsertChar): Added trivial patch to only send the "you
12560         can not do multiple spaces this way" message once during a
12561         session.
12562
12563 2001-05-08  Baruch Even  <baruch@lyx.org>
12564
12565         * Makefile.am: Changed order of libraries to get LyX to link properly
12566         with the gnome frontend.
12567
12568 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12569
12570         * LaTeXFeatures.h: add a std:: qualifier
12571
12572 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12573
12574         * paragraph.C (String): use stringstream
12575
12576 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12577
12578         * paragraph.C (writeFile): remove footflag arg
12579
12580         * buffer.C (makeLaTeXFile): use stringstream
12581         (latexParagraphs): remove footnot gurba
12582
12583         * LaTeXFeatures.C (getPackages): use stringstream
12584         (getMacros): likewise
12585         (getTClassPreamble): likewise
12586         (getFloatDefinitions): new method
12587
12588         * paragraph.C (writeFile): reindent
12589         (Erase): reindent
12590
12591         * WorkArea.h: revert the xpos + etc changes.
12592
12593         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
12594
12595         * lyxparagraph.[Ch]: add copy constructor, remove Clone
12596
12597         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
12598         (pasteSelection): likewise
12599         * text2.C (CreateUndo): likewise
12600
12601 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12602
12603         * minibuffer.C (peek_event): temporarily reduce the functionality
12604         of the minibuffer (to allow args on lfuns)
12605
12606         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
12607         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
12608
12609         * buffer.C (readInset): add compability reading of old float
12610         lists, add reading of new style float list.
12611         (readInset): avoid reevaluation of inscmd.getCmdName()
12612         (getLists): reindent
12613
12614         * MenuBackend.C (MenuItem): implement parsing of
12615         md_floatlistinsert and md_floatinsert.
12616         (expand::LastFiles): move initalizaton of iterators out of loop,
12617         avoid reevaluation.
12618         (expand::Documents): introduce typdedef vector<string> Strings,
12619         and use it.
12620         (expand::ExportFormats): introduce typedef vector<Format const *>
12621         Formats, and use it.
12622         (expand): implement FloatListInsert and FloatInsert.
12623
12624         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
12625         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
12626         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
12627
12628         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
12629         handling.
12630         (Dispatch::LFUN_FLOAT_LIST): implement
12631
12632 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12633
12634         * LaTeX.C (run): Fix problem with --export code.
12635
12636 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12637
12638         * BufferView.[Ch] (workarea): removed.
12639         (getClipboard) new method; wrapper for workarea()->getClipboard()
12640
12641         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
12642         bug.
12643
12644         * WorkArea.h (width, height, xpos, ypos): These methods all
12645         returned the dimensions of the work_area sub-area of WorkArea,
12646         resulting in a position error if the WorkArea were resized. Now
12647         return the dimensions of the entire WorkArea.
12648
12649         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
12650
12651 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12652
12653         * LaTeX.C (deplog): correct the syntax of regex reg1
12654
12655 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12656
12657         * undo.C: remove !NEW_INSETS cruft
12658
12659 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12660
12661         * text2.C: remove !NEW_INSETS cruft
12662
12663         * text.C: remove !NEW_INSETS cruft
12664
12665         * tabular.C: remove !NEW_INSETS cruft
12666
12667         * spellchecker.C: remove !NEW_INSETS cruft
12668
12669         * lyxtext.h: remove !NEW_INSETS cruft
12670
12671         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
12672
12673         * lyxfunc.C: remove !NEW_INSETS cruft
12674
12675         * lyxfind.C: remove !NEW_INSETS cruft
12676
12677         * lyx_cb.C: remove !NEW_INSETS cruft
12678
12679         * figureForm.C: remove  !NEW_INSETS cruft
12680
12681         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
12682
12683         * buffer.[Ch]: remove !NEW_INSETS cruft
12684
12685         * ToolbarDefaults.C: remove !NEW_INSETS cruft
12686
12687         * CutAndPaste.C: remove !NEW_INSETS cruft
12688
12689         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12690
12691         * BufferView2.C: remove !NEW_INSETS cruft
12692
12693         * BufferView.h: remove !NEW_INSETS cruft
12694
12695 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12696
12697         * Lsstream.h: include LString.h before the sstream headers to
12698         fix problem with gcc 2.95.3 and lyxstring
12699
12700 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12701
12702         * lyx_main.C: add using directives when needed for C functions
12703         declared in std:: namespace.
12704
12705 2001-04-27  Juergen Vigna  <jug@sad.it>
12706
12707         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12708         (SetHeightOfRow): comment out the update call should not be needed!
12709
12710 2001-04-13  Juergen Vigna  <jug@sad.it>
12711
12712         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12713         (LyXTabular): tried to minimize operator= operations (and realized
12714         hopfully Lars wish).
12715
12716 2001-04-27  Juergen Vigna  <jug@sad.it>
12717
12718         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12719
12720 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12721
12722         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12723
12724         * buffer.C (readInset): hack to make listof algorithm work
12725
12726         * BufferView_pimpl.C: hack to make listof algorithm work
12727
12728 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12729
12730         * LyXAction.C: removed all !NEW_INSETS cruft
12731         (init): moved lfun_item in method
12732
12733         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12734
12735 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12736
12737         * BufferView2.C (theLockingInset): white space.
12738
12739 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12740
12741         * minibuffer.C: include <iostream>
12742
12743         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12744
12745         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12746
12747         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12748
12749         * text.[Ch] (TransposeChars): new method
12750
12751 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12752
12753         * call message directly through LyXView instead of through LyXFunc
12754         * BufferView2.C: adjust
12755         * BufferView_pimpl.C: adjust
12756         * FontLoader.C: adjust
12757         * buffer.C: adjust
12758         * bufferview_funcs.C: adjust
12759         * converter.C: adjust
12760         * figureForm.C: adjust
12761         * importer.C: adjust
12762         * lyx_cb.C: adjust
12763         * lyx_gui_misc.C: adjust
12764         * lyxfunc.C: adjust
12765         * lyxvc.C: adjust
12766         * text2.C: adjust
12767         + more files in subdirs
12768
12769         * lyxparagraph.h (size): move up int file
12770         (GetLayout): ditto
12771
12772         * adjust all uses of Assert to lyx::Assert.
12773
12774         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12775         lyxfunctional in namespace lyx
12776         * layout.C (hasLayout): ditto
12777         (GetLayout): ditto
12778         (GetLayout): ditto
12779         (delete_layout): ditto
12780         (NumberOfClass): ditto
12781         * converter.C (GetFormat): ditto
12782         (GetNumber): ditto
12783         (Add): ditto
12784         (Delete): ditto
12785         (SetViewer): ditto
12786         * bufferlist.C (getFileNames): ditto
12787         (emergencyWriteAll): ditto
12788         (exists): ditto
12789         (getBuffer): ditto
12790         * MenuBackend.C (hasSubmenu): ditto
12791         (hasMenu): ditto
12792         (getMenu): ditto
12793         * BufferView_pimpl.C (getInsetByCode): ditto
12794
12795 2001-04-18  Juergen Vigna  <jug@sad.it>
12796
12797         * vspace.C (asLatexString): fixed the 100% problem.
12798
12799 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12800
12801         * lyxfunc.C (Dispatch):
12802         * minibuffer.C:
12803         * minibuffer.h: add a few std:: qualifiers
12804
12805 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12806
12807         * minibuffer.[Ch]: reimplement so that commands is initiated and
12808         run from lyxfunc, simplified som handling, and made the completion
12809         and history code for complete. wip.
12810
12811         * lyxfunc.C (processKeySym): call message
12812         (miniDispatch): new temporary method
12813         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12814         (LFUN_MESSAGE): implement
12815         (LFUN_MESSAGE_PUSH): implement
12816         (LFUN_MESSAGE_POP): implement
12817         (initMiniBuffer): the initial/defualt minibuffer message.
12818
12819         * lyxfont.[Ch]: inline some more getters
12820
12821         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12822
12823         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12824
12825         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12826         (AutoSave): use LFUN_MESSAGE
12827         (Reconfigure): ditto
12828
12829         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12830
12831         * figureForm.C: use LFUN_MESSAGE
12832
12833         * converter.C (runLaTeX): use LFUN_MESSAGE
12834
12835         * bufferview_funcs.C: use LFUN_MESSAGE
12836         (Melt): ditto
12837         (changeDepth): ditto
12838
12839         * bufferparams.h: use boost::
12840
12841         * bufferlist.h: inherit privately from noncopyable
12842
12843         * bufferlist.C (loadLyXFile): remove some commented code.
12844
12845         * buffer.C (runChktex): use LFUN_MESSAGE
12846
12847         * ShareContainer.h: inherit privately from noncopyable
12848
12849         * ParagraphParameters.[hC] (depth): inline it.
12850
12851         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12852         methods.
12853         (message): new method
12854         (messagePush): ditto
12855         (messagePop): ditto
12856         (show): init minibuffer
12857         (showState): direct call
12858
12859         * LaTeX.[Ch]: inherit privately from noncopyable
12860         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12861         instead of WriteStatus.
12862
12863         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12864
12865         * BufferView_pimpl.C (buffer): don't init minibuffer
12866         (workAreaButtonPress): use LFUN_MESSAGE
12867         (workAreaButtonRelease): ditto
12868         (savePosition): ditto
12869         (restorePosition): ditto
12870         (MenuInsertLyXFile): ditto
12871         (workAreaExpose): don't init minibuffer
12872         (update): remove commented code, simplify
12873
12874         * BufferView2.C (openStuff): use LFUN_MESSAGE
12875         (toggleFloat): ditto
12876         (menuUndo): ditto
12877         (menuRedo): ditto
12878         (copyEnvironment): ditto
12879         (pasteEnvironment): ditto
12880         (copy): ditto
12881         (cut): ditto
12882         (paste): ditto
12883         (gotoInset): ditto
12884         (updateInset): remove some commented code
12885
12886         * lastfiles.h: inherit privately from noncopyable
12887         * layout.h: ditto
12888         * lyx_gui.h: ditto
12889         * lyx_main.h: ditto
12890         * lyxlex.h: ditto
12891         * lyxlex_pimpl.h: ditto
12892
12893         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12894         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12895         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12896
12897         * LyXAction.h: inherit privately from noncopyable, add methods
12898         func_begin, func_end, returning iterators to the func map.
12899
12900         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12901         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12902         (func_begin): new method
12903         (func_end): new method
12904
12905         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12906         and not)
12907         (copySelection): ditto
12908         (pasteSelection): ditto
12909
12910         * BufferView.C: whitespace change
12911         * BufferView.h: inherit privately from noncopyable
12912
12913 2001-04-16  Allan Rae  <rae@lyx.org>
12914
12915         * tabular-old.C (l_getline):
12916         * spellchecker.C (sc_check_word):
12917         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12918         an unrecognised preprocessor directive.  So ensure they're wrapped.
12919
12920 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12921
12922         * src/exporter.C (Export): Give an error message when path to file
12923         contains spaces.
12924
12925 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12926
12927         * LaTeX.C (deplog): Always check that foundfile exists.
12928
12929 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12930
12931         * lyx_main.h:
12932         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12933
12934 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12935
12936         * tabular.[Ch] (getLabelList): implement new method
12937
12938         * minibuffer.h: comment ouf setTiimer
12939
12940         * minibuffer.C (ExecutingCB): constify res
12941         (peek_event): constify s
12942         (Set): constify ntext
12943         (Init): constify nicename
12944
12945         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12946
12947         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12948         (savePosition): use two params to Minibuffer::Set
12949         (restorePosition): ditto
12950
12951 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12952
12953         * lyx_main.C: include language.h
12954
12955         * Makefile.am (lyx_main.o): add language.h
12956
12957 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12958
12959         * exporter.C:
12960         * paragraph.C:
12961         * screen.C:
12962         * tabular.C:
12963         * CutAndPaste.C: include gettext.h
12964
12965         * lyxfont.h: remove old hack with ON and OFF.
12966
12967         * lyxparagraph.h:
12968         * lyxfont.h: do not include language.h...
12969
12970         * BufferView2.C:
12971         * LaTeXFeatures.C:
12972         * Painter.C:
12973         * bufferview_funcs.C:
12974         * font.C:
12975         * lyxfont.C:
12976         * text.C:
12977         * text2.C:
12978         * trans_mgr.C:
12979         * paragraph.C: ... but do it here instead
12980
12981 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12982
12983         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12984
12985         * tabular.C: small reformat
12986
12987         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12988         NEW_INSETS version
12989         (GetChar): ditto
12990         (BreakParagraph): ditto
12991         (SetOnlyLayout): ditto
12992         (SetLayout): ditto
12993
12994         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12995         with one arg less.
12996
12997         * lastfiles.C: removed most using decl, add std:: where needed
12998
12999         * buffer.C: ws changes
13000
13001         * MenuBackend.C (class compare_format): put into anon namespace
13002         (expand): constify label, names, action, action2
13003         (expand):
13004
13005         * text.C (SingleWidth): constify font
13006         (IsBoundary): constify rtl2
13007         (GetVisibleRow): constify ww
13008
13009         * LaTeX.C (deplog): constify logfile
13010
13011         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
13012         start_x, end_x
13013         (workAreaExpose): constify widthChange, heightChange
13014
13015         * lyxrow.C (par): moved
13016         (height): moved
13017         (next): moved
13018         * lyxrow.h: as inlines here
13019
13020         * lyxfont.h (shape): moved from lyxfont.C
13021         (emph): moved from lyxfont.C
13022
13023         * lyxfont.C (LyXFont): use initialization list for all
13024         constructors
13025         (shape): move to lyxfont.h as inline
13026         (emph): move to lyxfont.h as inline
13027
13028
13029 2001-04-04  Juergen Vigna  <jug@sad.it>
13030
13031         * vspace.C: had to include stdio.h for use of sscanf
13032
13033 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
13034
13035         * BufferView.h:
13036         * BufferView_pimpl.h: remove xforms cruft. Both classes are
13037         independent of xforms.
13038
13039 2001-04-02  Juergen Vigna  <jug@sad.it>
13040
13041         * spellchecker.C: fixed namespace placing!
13042
13043 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
13044
13045         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
13046         the LyXParagraph * is 0.
13047
13048 2001-03-29  Juergen Vigna  <jug@sad.it>
13049
13050         * vspace.C: added support for %, c%, p%, l%.
13051         (stringFromUnit): added helper function.
13052         (asLatexString): changed to give right results for the %-values.
13053
13054         * buffer.C: convert the widthp in a width%.
13055
13056 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
13057
13058         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
13059         figureForm.[Ch].
13060
13061         * figureForm.[Ch]: stripped the FD_from_figure manipulation
13062         code out of lux_cb.[Ch], ready for its (imminent?) removal.
13063
13064         * lyx_cb.[Ch]: see above.
13065
13066         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
13067         form1.[Ch].
13068
13069         * form1.[Ch]:
13070         * lyx.[Ch]: replaced by figure_form.[Ch].
13071
13072         * lyx_gui.C:
13073         * lyx_gui_misc.C:
13074         * lyxfunc.C: changed headers associated with above changes.
13075
13076 2001-03-27  Juergen Vigna  <jug@sad.it>
13077
13078         * BufferView_pimpl.C: set the temporary cursor right!
13079
13080 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
13081
13082         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
13083
13084 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
13085
13086         * LString.h: removed "using std::getline"!
13087
13088         * BufferView_pimpl.C (Dispatch): changes due to changes in
13089         InsetInclude::Params.
13090
13091         * buffer.C (tag_name): removed redundant break statements as they were
13092         producing lots of warnings with my compiler.
13093
13094 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13095
13096         * LString.h: add "using std::getline" when using the real <string>.
13097
13098 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
13099
13100         * buffer.C: removed bitset usage.
13101         PAR_TAG moved to an anonymous name space.
13102         (tag_name): new funtion, also in the anonymous namespace.
13103         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
13104         (makeDocBookFile): clean code. Completed transition from string arrays
13105         to string vectors.
13106         (SimpleDocBookOnePar): code clean.
13107
13108 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13109
13110         * tabular.C: add some comments.
13111
13112 2001-03-22  Juergen Vigna  <jug@sad.it>
13113
13114         * buffer.C (parseSingleLyXformat2Token): redone the minipage
13115         compatibility read a bit and fixed bug with minipage in different
13116         depth.
13117
13118 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
13119
13120         * buffer.C (pop_tag): removed.
13121         (push_tag): removed.
13122         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
13123         array replaced with vector. Added support for CDATA sections.
13124         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
13125         at any nest level.
13126         (makeDocBookFile): XML conformant declaration of CDATA section,
13127         fixed bug related to <emphasis> in the first paragraph char.
13128         (sgmlOpenTag): exclude empty tags.
13129         (sgmlCloseTag): ditto.
13130
13131         * buffer.h (pop_tag): removed.
13132         (push_tag): removed.
13133
13134 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
13135
13136         * language.h (Languages): added size_type and size().
13137
13138 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13139
13140         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
13141         response on compability reading of minipages. One probliem is that
13142         the old usage of minipages was «flertydig»
13143
13144         * several files here and in subdirs: don't use static at file
13145         scope use anon namespaces instead.
13146
13147 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
13148
13149         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
13150         LaTeX output. This is necessary for Literate document
13151         processing.
13152
13153 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13154
13155         * buffer.C: insert hfill when needed.
13156
13157         * tabular.C (l_getline): use string::erase, small whitespace change.
13158
13159         * BufferView_pimpl.C: try the anon namespace.
13160         * WorkArea.C: ditto
13161
13162 2001-03-16  Juergen Vigna  <jug@sad.it>
13163
13164         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
13165         otherwise it won't open options-dialogs.
13166
13167         * buffer.C: honor pextraWidth(p) on converting minipages.
13168
13169         * tabular.C (l_getline): changed the functions to strip trailing \r.
13170
13171 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
13172
13173         * BufferView_pimpl.C:
13174         * minibuffer..C: added "using SigC::slot" declaration.
13175
13176 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13177
13178         * lyxlex_pimpl.h: noncopyable is in namespace boost.
13179
13180         * text2.C: ditto
13181
13182         * text.C: ditto
13183
13184         * paragraph.C: ditto
13185
13186         * lyxtext.h: NO_PEXTRA
13187
13188         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
13189
13190         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
13191         * ParameterStruct.h: ditto
13192         * ParagraphParameters.h: ditto
13193         * lyxparagraph.h: ditto
13194
13195 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13196
13197         * buffer.C: add compability for minipage alignment.
13198         (latexParagraphs): remove unwanted pextra check.
13199
13200         * several files: remove CXX_WORKING_NAMESPACES
13201
13202         * buffer.C (pop_tag): tie is in namespace boost
13203
13204         * BufferView.h: noncopyable is in namespace boost
13205         * lyxlex.h: ditto
13206         * lyx_main.h: ditto
13207         * lyx_gui.h: ditto
13208         * layout.h: ditto
13209         * lastfiles.h: ditto
13210         * bufferlist.h: ditto
13211         * ShareContainer.h: ditto
13212         * LyXView.h: ditto
13213         * LyXAction.h: ditto
13214         * LaTeX.h: ditto
13215
13216 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13217
13218         * Merging changes from BRANCH_MVC back into HEAD.
13219
13220         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
13221
13222 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
13223
13224         * BufferView_pimpl.C: change from intl.C
13225
13226         * combox.h:
13227         * combox.C:
13228         * Makefile.am: move combox.*
13229
13230         * form1.h:
13231         * form1.C:
13232         * lyx_gui.C:
13233         * intl.h:
13234         * intl.C: remove dialog (covered by prefs)
13235
13236 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13237
13238         * lyxfunc.C (Dispatch): removed redundant break statement.
13239
13240 2001-03-14  Juergen Vigna  <jug@sad.it>
13241
13242         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
13243
13244 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13245
13246         * buffer.C: add hack to fix compability reading of minipages.
13247
13248 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
13249
13250         * buffer.C (getLists): Cleanup.
13251
13252 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13253
13254         * lyxfont.C (update): don't honor toggleall on font size.
13255
13256 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
13257
13258         * bmtable.c:
13259         * bmtable.h:
13260         * Makefile.am: moved to frontends/xforms/
13261
13262         * lyx_gui_misc.C:
13263         * lyxfunc.C:
13264         * BufferView_pimpl.C: changes for moved mathpanel
13265
13266 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13267
13268         * gettext.h: fix gettext_init() in --disable-nls
13269
13270 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13271
13272         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
13273
13274 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
13275
13276         * lyx.C:
13277         * lyx.h: strip external form
13278
13279 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13280
13281         * BufferView_pimpl.C: add comment, destroySplash()
13282
13283 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13284
13285         * BufferView_pimpl.C:
13286         * LyXAction.C:
13287         * buffer.C:
13288         * commandtags.h:
13289         * lyxfunc.C: use re-worked insetinclude
13290
13291 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13292
13293         * buffer.C: add using std::stringstream.
13294
13295         * lyx_cb.C: readd using std::ios.
13296
13297         * buffer.C: add using std::map.
13298
13299         * BufferView_pimpl.C: add using std::vector.
13300
13301         * ShareContainer.h: add std:: to swap.
13302
13303         * buffer.h: add some typedefs
13304         * buffer.C (getLists): use them
13305         (getLists): renamed from getTocList.
13306         add a counter for the different float types and use it in the
13307         generated string.
13308         (getLists): use the same counter for the NEW_INSETS and the "non"
13309         NEW_INSETS
13310
13311         * lyx_cb.h: remove unused items, includes, using etc.
13312
13313         * ShareContainer.h: remove some commented code, add more comments
13314         and "documentation".
13315
13316 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13317
13318         * buffer.C (getTocList): make the list also when NEW_INSETS is
13319         defined.
13320
13321         * buffer.h: remove TocType
13322
13323         * buffer.C (getTocList): change to return a map<string,
13324         vector<TocItem> >, implement for dynamic number of list.
13325
13326         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
13327         * text2.C (PasteSelection): adjust
13328         * CutAndPaste.C (pasteSelection): adjust
13329
13330         * FloatList.C (FloatList): update from the new_insets branch.
13331         * Floating.[Ch]: ditto
13332         * LaTeXFeatures.C: ditto
13333         * buffer.C: ditto
13334         * lyxlex_pimpl.C: ditto
13335
13336         * paragraph.C (Last): remove when NEW_INSETS is defined.
13337
13338         * other file: changes because of the above.
13339
13340 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13341
13342         * lyxparagraph.h: rename next to next_, previous to previous_,
13343         make them private for NEW_INSETS. Rename Next() to next(),
13344         Previous() to previous().
13345
13346         * other files: changes because of the above.
13347
13348 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
13349
13350         * BufferView.h:
13351         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
13352         problem.
13353
13354 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13355
13356         * main.C (main): pass lyx_localedir to gettext_init().
13357
13358         * gettext.h: remove locale_init and gettext_init macros
13359
13360         * gettext.C (locale_init): new function
13361         (gettext_init): new function
13362
13363         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
13364         setlocale().
13365
13366 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
13367
13368         * Moved credits to frontends:
13369         * credits.[Ch]: removed
13370         * credits_form.[Ch]: removed
13371         * lyx_gui_misc.C: remove credits stuff
13372         * Makefile.am:
13373
13374 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13375
13376         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
13377
13378         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
13379         unneeded destructor.
13380
13381         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
13382         a standalone pointer again.
13383
13384         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
13385
13386 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
13387
13388         * Makefile.am:
13389         * filedlg.h:
13390         * filedlg.C:
13391         * LyXAction.C:
13392         * ToolbarDefaults.C:
13393         * bufferlist.C:
13394         * commandtags.h:
13395         * form1.C:
13396         * form1.h:
13397         * lyx_cb.C:
13398         * lyx_cb.h:
13399         * lyxfunc.h:
13400         * lyxfunc.C:
13401         * BufferView_pimpl.C: use new file dialog in GUII
13402
13403         * lyx_cb.h:
13404         * lyx_cb.C: remove LayoutsCB to Toolbar
13405
13406 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13407
13408         * ShareContainer.h (get): add std:: qualifier
13409
13410 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13411
13412         * ShareContainer.h: define a proper ShareContainer::value_type
13413         type (and use typename to please compaq cxx)
13414
13415 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13416
13417         * lyxparagraph.h: move serveral local vars to
13418         ParameterStruct/ParagraphParameters., use ShareContainer in
13419         FontTable., make vars in FontTable private and add getter and
13420         setter.
13421
13422         * paragraph.C: changes because of the above.
13423
13424         * lyxfont.h: remove copy constructor and copy assignment. (the
13425         default ones is ok), move number inside FontBits. move inlines to
13426         lyxfont.C
13427
13428         * lyxfont.C: add number to initializaton of statics, move several
13429         inlines here. constify several local vars. some whitespace
13430         cleanup. Dont hide outerscope variables.
13431
13432         * Spacing.h: add two new constructors to match the set methods.
13433
13434         * ShareContainer.h: new file, will perhaps be moved to support
13435
13436         * ParameterStruct.h: new file
13437
13438         * ParagraphParameters.h: new file
13439
13440         * ParagraphParameters.C: new file
13441
13442         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
13443         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
13444
13445         * BufferView_pimpl.C: ParagraphParameter changes.
13446         * buffer.C: Likewise.
13447         * bufferview_funcs.C: Likewise.
13448         * text.C: Likewise.
13449         * text2.C: Likewise.
13450
13451 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13452
13453         * lyxfind.C (LyXReplace): do not redefine default argument in
13454         implementation.
13455         (IsStringInText): ditto
13456         (SearchForward): ditto
13457         (SearchBackward): ditto
13458
13459 2001-03-06  Juergen Vigna  <jug@sad.it>
13460
13461         * lyxfind.C (IsStringInText): put parentes around expressions.
13462
13463 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
13464
13465         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
13466
13467 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
13468
13469         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
13470
13471         * stl_string_fwd.h: add comment
13472
13473         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
13474
13475         * tabular.h:
13476         * tabular.C: remove unused DocBook methods
13477
13478         * intl.C:
13479         * language.C:
13480         * paragraph.C:
13481         * buffer.C:
13482         killed DO_USE_DEFAULT_LANGUAGE
13483
13484 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13485
13486         * lyx_gui.C: do not include language.h.
13487
13488         * bufferview_funcs.C (ToggleAndShow): do not provide optional
13489         arguments in function implementation.
13490
13491 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13492
13493         * BufferView_pimpl.C: add <ctime>
13494
13495 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13496
13497         * BufferView_pimpl.C: add using std::find_if
13498
13499 2001-02-27  José Matos  <jamatos@fep.up.pt>
13500
13501         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
13502         by OnlyPath.
13503
13504 2001-02-11  José Matos  <jamatos@fep.up.pt>
13505
13506         * buffer.C (makeDocBookFile): command styles now have a parameter as
13507         "title" by default.
13508
13509 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
13510
13511         * layout_forms.[Ch]: removed
13512         * lyx_cb.[Ch]: out character
13513         * lyx_gui.C: out character
13514         * lyx_gui_misc.C: out character
13515         * bufferview_funcs.C: : out character,
13516         added toggleall as parameter in ToggleAndShow
13517
13518 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
13519
13520         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
13521
13522         * text2.C (SetCurrentFont): Disable number property at boundary.
13523
13524 2001-02-26  Juergen Vigna  <jug@sad.it>
13525
13526         * lyxfunc.C (getStatus): added a string argument override function so
13527         that this is correctly called from LyXFunc::Dispatch if it contains a
13528         do_not_use_argument which is used!
13529         (Dispatch): added check for "custom" export and call appropriate func.
13530
13531 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
13532
13533         * lyxrc.C: Add language_command_local, language_use_babel and
13534         language_global_options.
13535
13536         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
13537
13538         * buffer.C (makeLaTeXFile): Use language_use_babel and
13539         language_global_options.
13540
13541 2001-02-23  Juergen Vigna  <jug@sad.it>
13542
13543         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
13544         which works with LyXText and putted it inside BufferView. Here now we
13545         only call for that part the BufferView::Dispatch() function.
13546
13547         * BufferView.C (Dispatch): added.
13548
13549         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
13550         functions which needs to use a LyXText over from LyXFunc.
13551         (MenuInsertLyXFile): added
13552         (getInsetByCode): added
13553         (moveCursorUpdate): added
13554         (static TEXT): added
13555
13556 2001-02-22  Juergen Vigna  <jug@sad.it>
13557
13558         * BufferView_pimpl.C (update): call a status update to see if LyXText
13559         needs it.
13560
13561 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13562
13563         * vc-backend.C (revert): implement for CVS
13564         (getLog): implement for CVS
13565
13566 2001-02-20  Juergen Vigna  <jug@sad.it>
13567
13568         * text2.C (ClearSelection): added BufferView param for inset_owner call
13569
13570         * lyxfunc.C (TEXT): added this function and use it instead of
13571         directly owner->view()-text of getLyXText().
13572
13573 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
13574
13575         * src/layout_forms.C: out preamble
13576         * src/layout_forms.h: out preamble
13577         * src/lyx_cb.C: out preamble
13578         * src/lyx_cb.h: out preamble
13579         * src/lyx_gui.C: out preamble
13580         * src/lyx_gui_misc.C: out preamble
13581         * src/lyxfunc.C: connect with guii preamble
13582
13583 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
13584
13585         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
13586
13587 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
13588
13589         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
13590         whether to run bibtex.
13591
13592 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
13593
13594         * Makefile.am (lyx_SOURCES): Remove BackStack.h
13595
13596 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13597
13598         * Makefile.am (lyx_SOURCES): removed bibforms.h
13599
13600         * vspace.h: doxygen
13601
13602         * text.C (GetVisibleRow): make several local vars const
13603
13604         * tabular.C: small cleanup.
13605
13606         * lyxserver.C (callback): use compare instead of strncmp
13607
13608         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
13609         inlines to after class or to paragraph.C
13610
13611         * lyxfont.h: remove friend operator!=
13612
13613         * converter.h: move friend bool operator< to non friend and after
13614         class def.
13615
13616         * combox.h: small cleanup
13617
13618         * buffer.h: doxygen, remove unused constructor, move inclas inlies
13619         to inlines after class def.
13620
13621         * buffer.C (pop_tag): use string operations instead of strcmp
13622
13623         * bmtable.c: doxygen, small cleanup
13624
13625         * LaTeX.h: remove friend operator==
13626
13627 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
13628
13629         * screen.C:
13630         * lyxrc.[Ch]:
13631         * lyxfunc.C:
13632         * lyxfont.[Ch]:
13633         * lyx_cb.C:
13634         * intl.[Ch]:
13635         * commandtags.h:
13636         * buffer.C:
13637         * WorkArea.[Ch]:
13638         * LyXAction.C:
13639         * BufferView_pimpl.C:
13640         * BufferView.[Ch]: remove cruft
13641
13642 2001-02-14  Juergen Vigna  <jug@sad.it>
13643
13644         * lyxfunc.C: removed #if 0 unused code
13645
13646         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
13647
13648         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
13649
13650         * text2.C (SetSelection): added a BufferView * parameter
13651
13652 2001-02-13  Juergen Vigna  <jug@sad.it>
13653
13654         * lyxfunc.C (Dispatch): fixed protected blank problem.
13655         * BufferView2.C (protectedBlank): added LyxText * parameter.
13656
13657         * tabular.C (AppendRow): forgot to set row_info of newly added row.
13658         (AppendColumn): same as above for column_info.
13659
13660         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
13661         (moveCursorUpdate): use a LyXText param for support of InsetText.
13662
13663         * BufferView_pimpl.C (doubleClick): added support for InsetText.
13664         (tripleClick): ditto
13665
13666         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
13667
13668         * BufferView_pimpl.C (update): added LyXText param to honor insets.
13669
13670         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
13671
13672         * text2.C (SetSelection): set correct update status if inset_owner
13673         (ToggleFree): ditto
13674
13675 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13676
13677         * tabular.C: remove some commented code.
13678
13679 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
13680
13681         * BufferView_pimpl.C: call hideSplash()
13682
13683         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
13684
13685         * include_form.h:
13686         * bibforms.h: remove
13687
13688         * lyxfunc.C:
13689         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13690           add LFUN_CHILD_CREATE
13691
13692         * counters.h: fix tiny typo
13693
13694         * lyx_cb.C:
13695         * lyx.h:
13696         * lyx_gui.C:
13697         * lyx.C: move splash to frontends/xforms/
13698
13699         * lyx_gui_misc.C: move Include and Bibform to frontends
13700
13701         * lyxvc.h: clarify comment
13702
13703         * vspace.C: tiny housekeeping
13704
13705 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13706
13707         * text.C (PrepareToPrint): RTL Fix.
13708
13709         * paragraph.C (GetUChar): New method.
13710         (String):  Use GetUChar.
13711
13712         * buffer.C (asciiParagraph): Use GetUChar.
13713
13714 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13715
13716         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13717
13718 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13719
13720         * buffer.h:
13721         * buffer.C: rename to getLogName(), handle
13722           build log / latex log nicely
13723
13724 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13725
13726         * MenuBackend.C:
13727         * MenuBackend.h: remove support for reference menuitem type.
13728
13729 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13730
13731         * BufferView_pimpl.C: housekeeping
13732         * BufferView_pimpl.h:
13733         * LyXView.h:
13734         * Makefile.am:
13735         * Timeout.C:
13736         * Timeout.h:
13737         * minibuffer.h: move Timeout GUI-I
13738
13739 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13740
13741         * lyxrc.C (read): Update converters data-structures.
13742
13743 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13744
13745         * LaTeX.h (operator!=): add operator != for Aux_Info
13746
13747 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13748
13749         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13750
13751         * LaTeXLog.C: deleted, useful code moved to Buffer
13752
13753         * buffer.h:
13754         * buffer.C: new function getLatexLogName()
13755
13756         * lyx_gui_misc.C:
13757         * lyx_gui.C:
13758         * lyxvc.C:
13759         * lyxvc.h:
13760         * lyxfunc.C: use frontends for LaTeX and VC logs
13761
13762 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13763
13764         * LaTeX.h: yet another std:: that Allan forgot.
13765
13766         * Variables.C (set): renamed from isset(), because this clashes
13767         with some HP-UX macros (grr).
13768
13769 2001-02-06  Allan Rae  <rae@lyx.org>
13770
13771         * LaTeX.h: Another bug fix.  Missing std:: this time.
13772
13773 2001-02-04  Allan Rae  <rae@lyx.org>
13774
13775         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13776         floats problem. I've left it commented out because it's not quite
13777         correct.  It should also test that the current object is a table or
13778         figure inset.  But I haven't gotten around to figuring out how to do
13779         that.  I *think* it'll be something like: "table" == inset.type()
13780
13781         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13782         bool.
13783
13784 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13785
13786         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13787         all the citation/databases/styles in the auxilary file.
13788         (run): Rerun latex if there was a babel language error.
13789
13790 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13791
13792         * text.C (Backspace): Preserve the font when changing newline char
13793         with a space.
13794         (BreakParagraph): If the cursor is before a space, delete the space.
13795
13796         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13797
13798 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13799
13800         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13801         new argument (code).
13802         (ChangeCitationsIfUnique): New method.
13803
13804         * paragraph.C (GetPositionOfInset): Handle bibkey.
13805
13806 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13807
13808         * BufferView_pimpl.h: change type of Position::par_pos to
13809         LyXParagraph::size_type.
13810
13811 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13812
13813         * BufferView_pimpl.C (savePosition, restorePosition): Write
13814         messages to minibuffer.
13815
13816 2001-01-28  José Matos  <jamatos@fep.up.pt>
13817
13818         * buffer.C (makeDocBookFile): adds support for document language.
13819         A silly restriction on the name of LatexCommand types where removed.
13820         Added support for CDATA sections, allows to chars unescaped, used
13821         among others in code, to avoid escape < and >.
13822
13823 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13824
13825         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13826         saved positions instrad of a stack. Furthermore, a position is
13827         stored using paragraph id/paragraph position.
13828
13829         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13830         Remove LFUN_REF_BACK.
13831
13832 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13833
13834         * converter.C (dvipdfm_options): New method.
13835
13836 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13837
13838         * vspace.C (isValidLength): Fix for empty input string.
13839
13840 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13841
13842         * LyXAction.C (init): change description of LFUN_FIGURE to
13843         "Insert Graphics"
13844
13845 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13846
13847         * LaTeX.C: add using directive
13848
13849 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13850
13851         * MenuBackend.C (expand): Fix the sorting of the formats.
13852
13853 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13854
13855         * lyx_main.C: tiny error message fix
13856
13857 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13858
13859         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13860         calling fl_initialize(). This fixes the problem with ',' as
13861         decimal separator in text files.
13862
13863 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13864
13865         * trans.C (process): Fix the keymap bug.
13866
13867 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13868
13869         * LaTeX.C (scanAuxFiles): New method. Provides support for
13870         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13871         (scanLogFile) Scan for "run BibTeX" messages.
13872
13873         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13874         OT1 font encoding. Also, load the aecompl package if the ae
13875         package is loaded.
13876
13877         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13878
13879 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13880
13881         * texrow.C (increasePos): turn two error messages into debug
13882         messages.
13883
13884 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13885
13886         * LaTeX.C (scanAux): Handle the \@input macro.
13887         (runBibTeX): Use scanAux().
13888
13889         * language.C (latex_options_): New field.
13890
13891         * LaTeXFeatures.C (getMacros): Add language macros.
13892
13893         * buffer.C (makeLaTeXFile): Small fix.
13894
13895 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13896
13897         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13898
13899         * text2.C: add a using directive.
13900
13901 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13902
13903         * BufferView2.C:
13904         * lyx_gui_misc.h:
13905         * lyxfr1.C:
13906         * lyxfunc.C: kill LyXBell.
13907
13908 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13909
13910         * text.C (IsBoundary): Remove the error message
13911
13912         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13913
13914         * lyxrc.C (setDefaults): Correct initialization value for
13915         font_norm_type.
13916
13917 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13918
13919         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13920         gotoError().
13921
13922         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13923         and GotoNextNote().
13924
13925         * src/LyXAction.C: Added reference-next.
13926
13927         * text.C (InsertChar): Use contains instead of strchr.
13928
13929         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13930
13931 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13932
13933         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13934         alignment commands (when needed).
13935
13936         * text.C (InsertChar): Add ':' to number separator chars.