]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
remove an unusual nop and an outdated warning
[lyx.git] / src / ChangeLog
1 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2
3         * CutAndPaste.C (pasteSelection): remove an outdated #warning
4         * text.C (updateRowPositions): remove an unusual nop
5
6 2003-09-12  André Pönitz  <poenitz@gmx.net>
7
8         * BufferView_pimpl.C:
9         * Bullet.C:
10         * layout.h:
11         * lyxfunc.C:
12         * lyxlayout.[Ch]:
13         * lyxtextclass.C:
14         * rowpainter.C:
15         * text.C:
16         * text2.C:
17         * Counters.[Ch]: finish the 'automatic counters' job
18
19 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
20
21         * aspell.C: include <boost/assert.cpp> (compile fix)
22
23 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
24
25         * boost.C (assertion_failed): use lyx::support::abort instead of
26         assert.
27
28 2003-09-10  Angus Leeming  <leeming@lyx.org>
29
30         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h with their
31         _fwd progeny.
32
33 2003-09-09  Angus Leeming  <leeming@lyx.org>
34
35         134 files throughtout the source tree: replace 'using namespace abc;'
36         directives with the appropriate 'using abc::xyz;' declarations.
37
38 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
39
40         * boost.C (emergencyCleanup): moved here from LAssert.c
41         (assertion_failed): new function, called by BOOST_ASSERT
42
43         * several files: change Assert to BOOST_ASSERT
44
45 2003-09-09  Angus Leeming  <leeming@lyx.org>
46
47         * buffer.[Ch]: Add an Impl class and move Buffer's member
48         variables into it. As a result move several header files out of
49         buffer.h.
50
51         Add header files to lots of .C files all over the tree as a result.
52
53 2003-09-09  Angus Leeming  <leeming@lyx.org>
54
55         * buffer.[Ch]: make Buffer's member variables private. Add
56         accessor functions.
57
58         Lots of changes all over the tree as a result.
59
60 2003-09-08  Angus Leeming  <leeming@lyx.org>
61
62         * graph.C: #include <config.h>.
63
64 2003-09-08  Angus Leeming  <leeming@lyx.org>
65
66         * BranchList.C:
67         * BufferView.C:
68         * BufferView_pimpl.C:
69         * CutAndPaste.C:
70         * DepTable.C:
71         * LaTeX.C:
72         * LaTeXFeatures.C:
73         * LyXAction.C:
74         * MenuBackend.C:
75         * TextCache.C:
76         * aspell.C:
77         * buffer.C:
78         * bufferlist.C:
79         * changes.C:
80         * chset.C:
81         * converter.C:
82         * counters.C:
83         * debug.C:
84         * graph.C:
85         * ispell.C:
86         * lyx_cb.C:
87         * lyxfind.C:
88         * lyxfunc.C:
89         * lyxlex_pimpl.C:
90         * lyxrc.C:
91         * lyxrow.C:
92         * paragraph.C:
93         * rowpainter.C:
94         * texrow.C:
95         * text.C:
96         * text2.C:
97         * toc.C: remove redundant using directives.
98
99 2003-09-07  Angus Leeming  <leeming@lyx.org>
100
101         * LaTeXFeatures.h: remove #include "support/types.h".
102         * ToolbarBackend.h: remove #include <algorithm>.
103         * changes.h: remove #include <ctime>.
104         * debug.h: remove #include <iosfwd>.
105         * graph.h: remove #include "support/std_string.h".
106         * lyx_main.h: remove #include <csignal>.
107         * lyxlex_pimpl.h: remove #include <fstream>.
108         * sgml.h: remove #include <algorithm>, <utility>.
109         * toc.h: remove #include "support/std_ostream.h". Add #include <iosfwd>.
110
111 2003-09-07  Angus Leeming  <leeming@lyx.org>
112
113         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
114
115         * converter.h: forward declare LatexRunParams.
116         * encoding.h: remove #include "lyxrc.h".
117         * lyxtext.h: remove #include "LColor.h".
118         * lyxtextclass.h: remove #include "support/types.h".
119         * trans.h: remove #include "tex-accent.h".
120         * trans_mgr.h: remove #include "tex-accent.h".
121         * insets/inset.h: remove #include "support/types.h", <vector>.
122         * insets/insetcollapsable.h: remove #include "LColor.h".
123         * insets/insetinclude.h: remove #include "dimension.h".
124         * insets/insetlatexaccent.h: remove #include "dimension.h".
125         * insets/insetoptarg.h:: remove #include "insettext.h".
126         * insets/insettext.h: remove #include "dimension.h", <boost/shared_ptr.hpp>
127
128         * insets/renderers.h: add #include "dimension.h".
129         * insets/updatableinset.h: add #include "support/types.h".
130
131         * many .C files: Associated changes.
132
133 2003-09-06  Angus Leeming  <leeming@lyx.org>
134
135         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just one,
136         inside testInvariant.
137
138         * PrinterParams.C: new file.
139         * PrinterParams.[Ch]: move the function bodies out of line.
140
141 2003-09-06  Angus Leeming  <leeming@lyx.org>
142
143         * ParagraphParameters.h: forward declare ParameterStruct rather than
144         including its header file.
145         (depth): moved out-of-line.
146
147 2003-09-06  Angus Leeming  <leeming@lyx.org>
148
149         * BufferView_pimpl.h:
150         * kbmap.h:
151         * kbsequence.h:
152         * lyxfunc.h: forward declare LyXKeySym rather than
153         #include "frontends/LyXKeySym.h".
154
155         * BufferView_pimpl.C:
156         * kbmap.C:
157         * kbsequence.C:
158         * lyxfunc.C: associated changes.
159
160 2003-09-06  Angus Leeming  <leeming@lyx.org>
161
162         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
163         As a result, can remove the #include "insets/inset.h" from BufferView.h
164
165 2003-09-06  Angus Leeming  <leeming@lyx.org>
166
167         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
168         As a result, can remove the #include "insets/inset.h" from BufferView.h
169
170 2003-09-06  Angus Leeming  <leeming@lyx.org>
171
172         * buffer_funcs.C:
173         * buffer.h:
174         * bufferlist.C:
175         * BufferView.C:
176         * bufferview_funcs.C:
177         * BufferView_pimpl.C:
178         * CutAndPaste.C:
179         * lyx_cb.C:
180         * lyxfunc.C:
181         * paragraph.h:
182         * ParagraphParameters.C:
183         * tabular.C:
184         * text3.C:
185         * toc.C:
186         * undo_funcs.C:
187         * frontends/controllers/ControlDocument.C:
188         * insets/insetcaption.C: rearrange the #includes into some sort of
189         coherent order.
190
191         * buffer.h: remove #includes ErrorList.h, undo.h
192
193 2003-09-06  Angus Leeming  <leeming@lyx.org>
194
195         * support/types.h: add a 'depth_type' typedef, used to store the
196         nesting depth of a paragraph.
197
198         * paragraph.h:
199         * ParameterStruct.h: use this lyx::depth_type typedef rather than
200         defining explicitly.
201
202         * buffer.h:
203         * paragraph_funcs.h:
204         * ParagraphParameters.h:
205         * sgml.h: use lyx::depth_type rather than Paragraph or
206         ParameterStruct's depth_type.
207
208         * buffer.h
209         * paragraph_funcs.h: no need to #include paragraph.h anymore.
210
211         * BufferView.C:
212         * BufferView_pimpl.C:
213         * CutAndPaste.C:
214         * ParagraphParameters.C:
215         * buffer_funcs.C:
216         * bufferlist.C:
217         * bufferview_funcs.C:
218         * lyx_cb.C:
219         * lyxfunc.C:
220         * tabular.C:
221         * text3.C:
222         * toc.C:
223         * undo_funcs.C:
224         * frontends/LyXView.C:
225         * frontends/controllers/ControlDocument.C:
226         * frontends/controllers/ControlErrorList.C:
227         * insets/insetbibitem.C:
228         * insets/insetbranch.C:
229         * insets/insetcaption.C:
230         * insets/insetcollapsable.C:
231         * insets/insetenv.C:
232         * insets/insetert.C:
233         * insets/insetfloat.C:
234         * insets/insetfoot.C:
235         * insets/insetfootlike.C:
236         * insets/insetnewline.C:
237         * insets/insetquotes.C:
238         * insets/insettabular.C:
239         * insets/insettext.C:
240         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
241
242         * frontends/controllers/ControlChanges.C: #include "changes.h".
243
244 2003-09-06  Angus Leeming  <leeming@lyx.org>
245
246         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather than
247         #including paragraph.h.
248
249         * ParagraphList.h:
250         * RowList.h: deleted. Superfluous.
251
252         * CutAndPaste.h:
253         * iterators.h:
254         * lyxcursor.h:
255         * lyxtext.h:
256         * text_funcs.h:
257         * undo.h:
258         * undo_funcs.h:
259         * insets/inset.h:
260         * insets/insettext.h: use ParagraphList_fwd.h rather than ParagraphList.h.
261
262         * paragraph.h: don't forward declare ParagraphList.
263
264         * buffer.h:
265         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
266         rather than ParagraphList.h. paragraph.h is still needed for the
267         Paragraph::depth_type parameters.
268
269         * textcursor.h: enable it to compile stand-alone in light of the
270         above changes.
271
272         * bufferview_funcs.C:
273         * iterators.C:
274         * lyxfunc.C:
275         * lyxrow_funcs.C:
276         * paragraph.C:
277         * rowpainter.C:
278         * text.C:
279         * text2.C:
280         * text3.C:
281         * text_funcs.C:
282         * textcursor.C:
283         * undo.C:
284         * frontends/controllers/ControlParagraph.C:
285         * frontends/controllers/ControlTabular.C:
286         * insets/insetmarginal.C:
287         * insets/insetminipage.C:
288         * insets/insetnote.C:
289         * insets/insetoptarg.C: add header files needed to compile again.
290
291 2003-09-06  Angus Leeming  <leeming@lyx.org>
292
293         * RowList_fwd.h: new file, forward-declaring Row rather than
294         #including lyxrow.h.
295
296         * lyxrow_funcs.h:
297         * lyxtext.h:
298         * paragraph.h:
299         * insets/insettext.h: use it instead of RowList.h
300
301         * bufferview_funcs.C:
302         * lyxfunc.C:
303         * lyxrow_funcs.C:
304         * paragraph.C:
305         * rowpainter.C:
306         * text.C:
307         * text2.C:
308         * text3.C: #include "RowList.h".
309
310 2003-09-05  Angus Leeming  <leeming@lyx.org>
311
312         * factory.C (createInset):
313         * vspace.C (c-tor): replace sscanf call with an istringstream.
314         * ispell.C: re-add missing HP/UX headers.
315         * lyxserver.C: re-add missing  os2 headers.
316
317 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
318
319         * BranchList.C:
320         * graph.C:
321         * ispell.C:
322         * lastfiles.C:
323         * lyx_cb.C:
324         * lyxserver.C:
325         * texrow.C:
326         * text3.C: re-add missing system headers, needed for 2.95.2.
327
328 2003-09-05  Angus Leeming  <leeming@lyx.org>
329
330         Changes most place everywhere due to the removal of using directives
331         from support/std_sstream.h.
332
333 2003-09-05  Angus Leeming  <leeming@lyx.org>
334
335         Replace LString.h with support/std_string.h,
336         Lsstream.h with support/std_sstream.h,
337         support/LIstream.h with support/std_istream.h,
338         support/LOstream.h with support/std_ostream.h.
339
340         Changes resulting throughout the tree.
341
342 2003-09-05  Angus Leeming  <leeming@lyx.org>
343
344         * sgml.h: ensure that the header file can be compiled stand-alone.
345         * *.C: strip out redundant #includes. (320 in total.)
346
347 2003-09-04  Angus Leeming  <leeming@lyx.org>
348
349         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
350         here (from getPackages).
351
352         * debug.[Ch]: add a new EXTERNAL tag.
353
354 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
355
356         * text2.C (cursorEnd): simplify
357         (setCursor): adjust
358         (getColumnNearX): adjust
359
360         * text.C (computeBidiTables): adjust
361         (fill): adjust
362
363         * rowpainter.C (paintChars): adjust
364         (paintSelection): adjust
365         (paintChangeBar): adjust
366         (paintText): adjust
367
368         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
369         lastPos instead.
370         (numberOfSeparators): adjust
371
372 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
373
374         * LyXAction.C:
375         * box.[Ch]:
376         * lfuns.h:
377         * lyxfunc.C:
378         * text3.C: Restricts the mouse click functionality
379         of insets like bibtex, include, toc and floatlist to the visible
380         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
381         up the dialogs. Cursor has to be in front of the inset (i.e.
382         start of row) for this to function.
383
384 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
385
386         * bufferview_funcs.C (currentState): output row information
387
388 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
389
390         * bufferview_funcs.C (currentState): output paragraph position
391
392 2003-09-04  Angus Leeming  <leeming@lyx.org>
393
394         * FloatList.h: move out #include "Floating.h".
395         * LaTeX.h: move out #include "DepTable.h".
396         * LyXAction.h: move out #include "funcrequest.h".
397         * buffer.h: move out #include "author.h", "iterators.h".
398         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
399         * lyx_main.h: move out #include "errorlist.h".
400         * lyxfunc.h: move out #include "FuncStatus.h".
401         * lyxtext: move out #include "lyxcursor.h".
402         * paragraph_pimpl.h: move out #include "counters.h".
403
404 2003-09-03  Angus Leeming  <leeming@lyx.org>
405
406         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
407         preamble_snippets list, enabling us to add snippets to the preamble only
408         if the snippet was not there already.
409
410 2003-09-04  Angus Leeming  <leeming@lyx.org>
411
412         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
413
414 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
415
416         * lyxfunc.C (dispatch): if fitCursor did something be sure to
417         update
418
419 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
420
421         * BranchList.C: point fix, earlier forgotten
422
423 2003-09-02  Angus Leeming  <leeming@lyx.org>
424
425         * box.C (contains): renamed from 'contained' after a fantastic
426         amount of hot air.
427
428 2003-09-02  John Levon  <levon@movementarian.org>
429
430         * BufferView.C:
431         * lyxcursor.h:
432         * lyxcursor.C:
433         * lyxfunc.C:
434         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
435
436 2003-09-02  John Levon  <levon@movementarian.org>
437
438         * text2.C: simplification of cursorEnd(), including partial
439         fix for bug 1376
440
441 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
442
443         * buffer.C (readFile): add a space
444
445 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
446
447         * BufferView_pimpl.C (update): remove bogus fitCursor() call
448
449 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
450
451         * buffer.C (readFile): new function, take a filename and a
452         ParagraphList::iterator
453         (readFile): adjust
454         (readFile): adjust, make it private. don't use setStream, make
455         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
456         always contain the filename.
457
458         * BufferView.C (insertLyXFile): simplify and make it work for
459         gzipped files.
460
461 2003-08-30  John Levon  <levon@movementarian.org>
462
463         * Makefile.am: fix dist (from Kayvan)
464
465 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
466
467         * most files: change to use const Buffer refs
468
469 2003-08-27  André Pönitz  <poenitz@gmx.net>
470
471         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
472         on top of ownerPar().
473
474 2003-08-27  John Levon  <levon@movementarian.org>
475
476         * funcrequest.C: properly initialise POD members
477
478 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
479
480         * lyxtext.h (top_y): move top_y from here
481         * text.C:
482         * text2.C:
483         * text3.C:
484         * BufferView.[Ch]:
485         * BufferView_pimpl.[Ch]: to here
486         * frontends/screen.C:
487         * insets/insettabular.C:
488         * insets/insettext.C: adjust
489         * rowpainter.[Ch] (paintRows): remove LyXText & argument
490
491 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
492
493         * BufferView.[Ch]:
494         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
495
496 2003-08-26  André Pönitz  <poenitz@gmx.net>
497
498         * paragraph_func.[Ch] (outerPar): new function
499
500         * paragraph.C:
501         * paragraph_funcs.C:
502         * paragraph_funcs.h:
503         * paragraph_pimpl.C:
504         * text2.C: remove Inset::par_owner
505
506 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
507
508         * lyxrow_funcs.C:
509         * lyxtext.h:
510         * text.C:
511         * text2.C: eliminates the needFullRow/display() stuff
512         altogether, putting the logic in metrics/draw in the insets.
513
514 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
515
516         * text2.C (redoParagraphInternal, redoParagraphs):
517         * text.C (redoParagraph): add a call to updateRowPositions at the
518         end of each 'metrics-like' call. Remove all others.
519         (getRow): remove the 'y-computing' version.
520         (getRowNearY): do not compute nor return the real y. Solve the
521         'y < 0' problem and simplify.
522
523 2003-08-22  Angus Leeming  <leeming@lyx.org>
524
525         * *.[Ch]: clean-up of licence and author blurbs.
526         Also move config.h out of a few .h files and into a few .C files.
527
528 2003-08-22  André Pönitz  <poenitz@gmx.net>
529
530         * lyxrow.[Ch]: add x_ and *fill_ members
531
532         * lyxtext.h:
533         * text.C:
534         * rowpainter.C:
535         * text2.C: adjust/remove prepareToPrint() calls
536
537 2003-08-22  André Pönitz  <poenitz@gmx.net>
538
539         * lyxrow.[Ch]: add  end_ member
540
541         * lyxrow_funcs.C: use LyXRow::end_
542
543         * lyxtext.h (singleWidth): add LyXFont parameter
544
545         * rowpainter.C:
546         * text2.C: adjust LyXText::singleWidth() calls
547
548         * text.C (redoParagraph): simplify row breaking logic
549
550
551 2003-08-19  André Pönitz  <poenitz@gmx.net>
552
553         * funcrequest.C: initialize button_ member
554
555         * text3.C:
556         * rowpainter.[Ch]: interface consolidation
557
558 2003-08-18  André Pönitz  <poenitz@gmx.net>
559
560         * BufferView.C:
561         * BufferView_pimpl.C:
562         * lyxfind.C:
563         * paragraph_funcs.C:
564         * rowpainter.C:
565         * text3.C: remove LyXScreen::draw() and fitCursor calls
566
567         * BranchList.h: remove spurious semicolons
568
569         * MenuBackend.C: fix branchlist related crash
570
571 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
572
573         * BranchList.[Ch]:
574         * InsetList.[Ch]:
575         * LColor.[Ch]:
576         * LyXAction.C:
577         * Makefile.am:
578         * MenuBackend.[Ch]:
579         * bufferparams.[Ch]:
580         * factory.C:
581         * lfuns.h:
582         * lyxfunc.C:
583         * text3.C: implements the 'branch inset'
584         idea. This allows the output of various versions of a document
585         from a single source version, selectively outputing or suppressing
586         output of parts of the text.
587         This implementation contains a 'branch list editor' in a separate
588         tab of the document settings dialog. Branches are user definable
589         and have a "display colour" to distinguish them on-screen.
590
591         ColorHandler was somewhat cleaned up.
592         (1) make possible a dynamically growing LColor list by allowing
593         the graphic context cache to grow along (vector);
594         (2) eliminate an IMHO unnecessary step in colour allocation.
595
596 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
597
598         * BufferView_pimpl.C: compile fix
599
600 2003-08-15  André Pönitz  <poenitz@gmx.net>
601
602         * rowpainter.C: remove extra metrics calls
603
604         * lyxtext.h: merge the two constructors into a single one,
605           pass reference to owner's par list
606
607         * BufferView_pimpl.C:
608         * text.C:
609         * text2.C: adjust
610
611 2003-08-15  André Pönitz  <poenitz@gmx.net>
612
613         * lyxrow_funcs.[Ch]:
614         * lyxtext.h:
615         * paragraph.h:
616         * paragraph_funcs.C:
617         * rowpainter.C:
618         * text.C:
619         * text2.C:
620         * text3.C:
621         * text_funcs.C: split LyXText::rowlist_ into individual
622         Paragraph::rows_ chunks
623
624         * BufferView.[Ch]:
625         * BufferView_pimpl.[Ch]:
626         * lyxfind.C:
627         * lyxtext.h:
628         * text3.C: remove toggleSelection()
629
630 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
631
632         * bufferlist.C: beautify two alerts (shorter text of buttons)
633         * buffer.C: Remove redundant ' ' from message
634         * tabular.h:
635         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
636         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
637         rename VALIGN_CENTER to VALIGN_MIDDLE
638
639 2003-08-11  André Pönitz  <poenitz@gmx.net>
640
641         * lyxtext.h (getPar):
642         * text.C: new function
643
644 2003-08-11  André Pönitz  <poenitz@gmx.net>
645
646         * Makefile.am:
647         * tracer.[Ch]: remove unneeded files
648
649         * InsetList.[Ch]: remove resizeInsetsLyXText()
650
651         * lyxtext.h:
652         * text.C:
653         * text2.C:
654         * text3.C: merge insertParagraphs() and appendParagraph()
655         remove breakAgain(), update()
656
657         * BufferView_pimpl.[Ch]:
658         * bufferview_funcs.[Ch]:
659         * lyxfunc.C:
660         * paragraph.[Ch]:
661         * rowpainter.C:
662         * tabular.C: adjust after text & InsetList changes.
663
664 2003-08-08  André Pönitz  <poenitz@gmx.net>
665
666         * text.C (insertChar, backspace): replace rowlist fiddling
667         with rebreak of full par
668
669         * lyxtext.h:
670         * text.C (breakAgainOneRow, redoHeightOfParagraph,
671         checkParagraph, updateInset): removed
672
673 2003-08-07  André Pönitz  <poenitz@gmx.net>
674
675         * paragraph.C:
676         * text3.C: merge some LFUN handlers, remove dead code
677
678 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
679
680         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
681
682 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
683
684         * text2.C (DEPM): fix part of bug 1255 and 1256
685
686 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
687
688         * BufferView_pimpl.C (workAreaDispatch): change to use
689         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
690         that are no mouse related.
691
692 2003-08-05  André Pönitz  <poenitz@gmx.net>
693
694         * BufferView.[Ch]:
695         * BufferView_pimpl.[Ch]:
696         * bufferview_funcs.C:
697         * text2.C:
698         * text3.C: rip out "deep update"
699
700         * textcursor.[Ch] (last_sel_cursor): remove unused member
701
702 2003-08-04  André Pönitz  <poenitz@gmx.net>
703
704         * BufferView.[Ch]:
705         * BufferView_pimpl.[Ch]:
706         * ParagraphParameters.C:
707         * bufferview_funcs.C:
708         * lyx_cb.C:
709         * lyxfind.C:
710         * lyxfunc.C:
711         * text.C:
712         * text2.C:
713         * text3.C: replace "complicated" BufferView::update(...) calls with
714         simpler ones.
715
716         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
717
718 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
719
720         * Makefile.am (lyx_SOURCES): add paper.h
721
722 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
723
724         * Makefile.am: move things around so that both lyx-qt and
725         lyx-xforms can be built (according to --with-frontend). Then lyx
726         is a symbolic link to lyx-[firstfrontend]
727
728 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
729
730         * Always use std::endl with lyxerr
731
732 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
733
734         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
735
736 2003-08-01  André Pönitz  <poenitz@gmx.net>
737
738         * BufferView.[Ch]:
739         * BufferView_pimpl.[Ch]:
740         * lyxfunc.C:
741         * text3.C: merge BufferView::repaint() and BufferView::update()
742
743 2003-08-01  José Matos  <jamatos@lyx.org>
744
745         * buffer.[Ch]: file_format is no longer a buffer data element.
746
747 2003-08-01  André Pönitz  <poenitz@gmx.net>
748
749         * BufferView.C:
750         * lyxtext.h:
751         * text.C:
752         * text2.C: make redoParagraph more independent of current cursor
753
754         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
755         * text.C:
756         * text2.C: remove unneeded members
757
758 2003-07-30  André Pönitz  <poenitz@gmx.net>
759
760         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
761
762         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
763           create a single function...
764
765         * paragraph_funcs.C (moveItem): ... here.
766
767         * text.C:
768           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
769
770 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
771
772         * LColor.[Ch]: Add comment and greyedout logical colors.
773
774 2003-07-30  André Pönitz  <poenitz@gmx.net>
775
776         * tabular.C: don't use Assert too heavily. This crashes where it
777           shouldn't
778
779 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
780
781         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
782         is disabled (bug 1232)
783
784 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
785
786         * factory.C: limited 'arg' scope
787
788 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
789
790         * factory.C: fixed Note submenu issues
791
792 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
793
794         * factory.C: submenu for Note/Comment/Greyedout
795
796 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
797
798         * lyx_main.C (LyX):
799         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
800
801 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
802
803         * LaTeXFeatures.C:
804         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
805         greyedout. Patch provided by Jürgen Spitzmüller.
806
807 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
808
809         * kbmap.C (read): fix error message when reading bind files
810
811 2003-07-29  Angus Leeming  <leeming@lyx.org>
812
813         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
814         certainly does not do what it purports to do. I am doing it, and
815         us, a favour by killing it.
816
817 2003-07-28  José Matos  <jamatos@lyx.org>
818
819         * buffer.C (readBody, do_writeFile):
820         * paragraph.C(readParagraph): \end_document replaces \the_end.
821
822 2003-07-29  André Pönitz  <poenitz@gmx.net>
823
824         * BufferView.[Ch]:
825         * BufferView_pimpl.[Ch]:
826         * lyxfunc.C:
827         * text2.C:
828         * text3.C:
829         * textcursor.[Ch]: remove toggleToggle & Co
830
831 2003-07-28  José Matos  <jamatos@fep.up.pt>
832
833         * buffer.C (readParagraph):
834         * params_func (readParToken, readParagraph):
835         * paragraph.C (write): \layout -> \begin_layout.
836
837 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
838
839         * lyxlex_pimpl.C (setFile): clean up slightly.
840
841         * bufferparams.h: add compressed var
842
843         * buffer_funcs.C (readFile): adjust for LyXLex change
844         (newFile): ditto + simplify
845
846         * buffer.C (writeFile): handle writing of compressed files
847
848         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
849         Check if the file is compressed and set a bufferparm if so.
850
851         * Makefile.am (lyx_LDADD): remove explicit -lz
852
853 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
854
855         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
856         makeDocBookFile): put the real LyX version in the first line of
857         the file
858
859         * version.h:
860         * version.C.in: remove lyx_docversion
861
862         * tabular.C (write_attribute): add a template-based version to
863         write enums properly
864
865 2003-07-28  André Pönitz  <poenitz@gmx.net>
866
867         * lyxtext.h:
868         * text.C:
869         * text2.C:
870         * text3.C: use doubles again for x-coordinates. They are needed.
871
872 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
873
874         * messages.C (getLocaleDir): use lyx_localedir()
875
876         * lyxlex_pimpl.C (setFile): compress stuff
877
878         * buffer.C (writeFile): add some compression stuff
879         (do_writeFile): new func, dont call expliti close... will this
880         breake anything?
881
882         * Makefile.am (lyx_LDADD): add -lz
883
884 2003-07-28  José Matos  <jamatos@fep.up.pt>
885
886         * buffer.C: increment file format.
887         * paragraph_funcs (readParagraph, readParToken):
888         * paragraph.C (readParagraph): add \end_layout.
889
890 2003-07-27  Angus Leeming  <leeming@lyx.org>
891
892         * Makefile.am: remove special casing for configure-time setting of
893         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
894
895         * lyx_main.C (init): remove all Jean-Marc's magic setting of
896         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
897
898 2003-07-26  André Pönitz  <poenitz@gmx.net>
899
900         * paragraph_func.[Ch]:
901         * paragraph.C (realizeFont): inline it whereever it is used
902
903         * rowpainter.C:
904         * text.C:
905         * text2.C:
906         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
907
908
909 2003-07-26  André Pönitz  <poenitz@gmx.net>
910
911         *       lyxtext.h:
912         * text.C:
913         * text2.C: get rid of LyXText::need_break_row
914
915 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
916
917         * toc.[Ch]: put namespace toc inside namespace lyx
918
919         * MenuBackend.C (expandToc2): adjust for lyx::toc
920         (expandToc): ditto
921
922         * lyxfunc.C (dispatch): adjust for lyx::find
923
924         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
925         lyx::find instead. Reorganize a bit.
926         (LyXReplace): rename to replace
927         (LyXFind): rename to find
928
929         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
930         (dispatch): ditto
931
932 2003-07-26  André Pönitz  <poenitz@gmx.net>
933
934         * text.C (setHeightOfRow): restrict scope of temporary variable
935
936         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
937           code (never has been used?)
938
939 2003-07-27  Asger Alstrup  <alstrup@local>
940
941         * text.C (fill): Optimise algorithm to exploit that we can reuse
942         the LyXFont for many characters.
943         (setHeightOfRow): Same thing.
944         (rowBreakPoint): Same thing.
945
946 2003-07-26  Asger Alstrup  <alstrup@local>
947
948         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
949
950         * text.C (singleWidth): Spurious font copying in hot-spot
951         singleWidth avoided. Reorder tests for arabic for efficiency.
952
953         * text.C (fill): handle empty paragraphs better.
954
955 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
956
957         * ispell.C:
958         * encoding.h: add includes
959
960         * lyxrc.C: remove reading of bind files
961
962         * lyx_main.C (init): setup bindings and menus only if we have a
963         gui.
964
965         * kbmap.C (read): new method. Do the actual reading of bind
966         files.
967
968         * converter.C (dvipdfm_options):
969         * bufferparams.C:
970         * lyxrc.C (read):
971         (output): adapt PAPER_* enums.
972
973         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
974
975         * bufferparams.h: remove paper-related enums from there
976
977         * paper.h: New file. A trivial header file to hold paper-related
978         enums. It should later expand to contain many paper-related
979         horrors access.
980
981         * lyxrc.C: declare extern displayTranslator
982
983 2003-07-27  José Matos  <jamatos@fep.up.pt>
984
985         * tabular.[Ch] (linuxdoc): add support for tables and figures
986         (linuxdoc).
987
988 2003-07-27  José Matos  <jamatos@fep.up.pt>
989
990         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
991         consistency in both functions.
992         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
993
994 2003-07-26  Asger Alstrup  <alstrup@local>
995
996         * rowpainter.C (paintRows): Change algorithm to work directly on
997         the insets rather than asking every character in the document
998         whether its an inset.
999
1000 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1001
1002         * buffer.C (openFileWrite): factorize some code
1003
1004 2003-07-26  Angus Leeming  <leeming@lyx.org>
1005
1006         * lyx_cb.C:
1007         * lyx_main.[Ch]: replace occurances of system_tempdir with
1008         os::getTmpDir().
1009
1010 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1011
1012         * rename Inset to InsetOld
1013
1014 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1015
1016         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1017         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1018         which I think is a bit clearer. EDIT is gone, since it was
1019         premature optimisation, and broken for mathed anyway.
1020         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1021         with cursor positioning in insets as well (math insets still do not
1022         work, but that's a different story anyway.) It mysteriously
1023         crashes sometimes with undo in the first paragraph, but I'm fairly
1024         confident that this is a compiler bug.
1025
1026 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1027
1028         * paragraph.C (Paragraph): adjust for new clone return type
1029         (operator==): ditto
1030         (copyIntoMinibuffer): ditto
1031
1032 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1033
1034         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1035         by not having a special case, and always doing a full rebreak of
1036         the document after undo.
1037
1038 2003-07-23  Angus Leeming  <leeming@lyx.org>
1039
1040         * factory.C (createInset): InsetExternal::setParams now takes a
1041         Buffer const * arg.
1042
1043 2003-07-23  Angus Leeming  <leeming@lyx.org>
1044
1045         * factory.C (createInset): changed interface to the external and
1046         graphics mailers' string2params functions.
1047
1048 2003-07-23  Angus Leeming  <leeming@lyx.org>
1049
1050         * factory.C (createInset): pass a
1051         Buffer const * parameter to InsetExternalMailer's string2params.
1052
1053 2003-07-22  John Levon  <levon@movementarian.org>
1054
1055         * Thesaurus.h: include the right aiksaurus header
1056
1057 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1058
1059         * MenuBackend.C (expand): check menu shortcuts unconditionally
1060
1061 2003-07-21  Angus Leeming  <leeming@lyx.org>
1062
1063         * factory.C (createInset): pass a
1064         buffer_path parameter to InsetGraphicsMailer's string2params.
1065
1066 2003-07-21  Angus Leeming  <leeming@lyx.org>
1067
1068         * BufferView_pimpl.C (buffer):
1069         * buffer.C (d-tor):
1070         * lyx_main.C (LyX):
1071         * lyxfunc.C (dispatch):
1072         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1073         rather than the grfx shortcut.
1074
1075 2003-07-21  André Pönitz  <poenitz@gmx.net>
1076
1077         * rowpainter.C: remove unused variables
1078
1079         * tabular_funcs.C:
1080         * tabular_funcs.h: move to tabular.C
1081         * Makefile.am: adjust
1082
1083         * tabular.[Ch]: basic optical cleaning
1084
1085         * author.h: pass references, not values
1086
1087 2003-07-18  André Pönitz  <poenitz@gmx.net>
1088
1089         * lyxtext.h:
1090         * metricsinfo.C:
1091         * metricsinfo.h:
1092         * rowpainter.C:
1093         * text.C:
1094         * text2.C:
1095         * text3.C: two-phase drawing for InsetText and InsetTabular
1096         some float -> int changes.
1097
1098 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1099
1100         * lyx_main.C: fix the fix
1101
1102 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1103
1104         * lyx_main.C: fix a crash in batch mode if no files specified
1105         * converter.C: ws
1106
1107 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1108
1109         * format.[Ch] (papersize): moved to BufferParams
1110         * converter.[Ch] (dvips_options): moved to BufferParams
1111         (dvipdfm_options): moved to anon namespace
1112         * bufferparams.[Ch]: added above functions.
1113
1114 2003-07-17  André Pönitz  <poenitz@gmx.net>
1115
1116         * lyxtext.h:
1117         * rowpainter.C:
1118         * text2.C: don't call inset->update() anymore
1119
1120         * metricsinfo.[Ch]: add convenience constructor
1121
1122 2003-07-16  André Pönitz  <poenitz@gmx.net>
1123
1124         * lyxcursor.[Ch]:
1125         * lyxfunc.[Ch]:
1126         * text.C:
1127         * text2.C: replace the LyXCursor::irow_ member with
1128          on-demand computation of the value
1129
1130 2003-07-16  John Levon  <levon@movementarian.org>
1131
1132         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1133
1134 2003-07-15  André Pönitz  <poenitz@gmx.net>
1135
1136         * text.C:
1137         * text2.C: remove no more needed refresh_row
1138
1139 2003-07-15  André Pönitz  <poenitz@gmx.net>
1140
1141         * lyxtext.h:
1142         * rowpainter.C:
1143         * text2.C:
1144         * text3.C: refresh_status tristate -> need_update bool
1145
1146 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1147
1148         * lyxtext.h (init): remove reinit argument (act as if always true)
1149         * text2.C: adjust to that
1150
1151 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1152
1153         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1154         * text3.C: use it to delete selections in some cases
1155         (bugs 441, 673, 702, 954).
1156
1157 2003-07-14  André Pönitz  <poenitz@gmx.net>
1158
1159         * rowpainter.[Ch]: reduce interface
1160
1161 2003-07-14  André Pönitz  <poenitz@gmx.net>
1162
1163         * BufferView_pimpl.C:
1164         * text2.C: adjust after removing unused BufferView * argument
1165
1166 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1167
1168         * text2.C (init): fix a crash fired on resize
1169
1170 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1171
1172         * buffer.[Ch]: added new closing signal
1173         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1174         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1175         BufferView::Pimpl via the closing the signal
1176
1177 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1178
1179         * buffer.[Ch]: take out all bv-related from buffer
1180         * BufferView.C:
1181         * BufferView_pimpl.[Ch]: connect to new signals
1182         * CutAndPaste.C: removed useless asserts
1183         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1184         * lyxvc.[Ch]:
1185         * vc-backend.[Ch]:
1186         * lyxfunc.C: moved view-related funciontality from vc here
1187         * paragraph.C: removed outdated comments
1188         * text.C: ws
1189
1190 2003-07-10  André Pönitz  <poenitz@gmx.net>
1191
1192         * BufferView_pimpl.C:
1193         * tabular.h:
1194         * tabular_funcs.C:
1195         * text.C:
1196         * text2.C: remove InsetText::InnerCache, clean up consequences
1197
1198 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1199
1200         * ispell.C: fix two typos in error messages
1201
1202 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1203
1204         * Extend Note inset to other forms of annotation like Comment
1205         and Greyedout. Right button click gives dialog.
1206
1207         Files modified or added (+):
1208
1209         * insetnote.[Ch]
1210         * FormNote.[Ch]      +
1211         * ControlNote.[Ch]   +
1212         * form_note.fd       +
1213         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1214         frontends/controllers
1215         * xforms/Dialogs.C
1216         * factory.C
1217
1218 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1219
1220         * aspell.C: add missing namespace lyx::support
1221
1222 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1223
1224         * BufferView.[Ch] (newFile): Add
1225         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1226         * LaTeX.[Ch] (message): added this signal and use it
1227         * buffer.[Ch] (busy, message): added these signals and use them
1228         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1229         * converter.C:
1230         * exporter.C:
1231         * format.C:
1232         * importer.C: use buffer signals instead of direct bv calling
1233         * lyx_cb.[Ch] (ShowMessage): removed
1234         * lyx_main.C:
1235         * lyxfunc.C:
1236         * paragraph_funcs.C:
1237         * text2.C: use buffer signals
1238
1239 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1240
1241         * introduce namespace lyx::graphics
1242
1243 2003-07-02  André Pönitz  <poenitz@gmx.net>
1244
1245         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1246
1247 2003-07-01  André Pönitz  <poenitz@gmx.net>
1248
1249         * text.C:
1250         * text2.C:
1251         * text3.C:
1252         * text_funcs.[Ch]:
1253         * textcursor.h:
1254         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1255           text*.C to text_func.C
1256
1257 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1258
1259         * introduce namespace lyx::support
1260
1261 2003-06-30  André Pönitz  <poenitz@gmx.net>
1262
1263         * Chktex.C:
1264         * funcrequest.C:
1265         * lyxtext.h:
1266         * text.C: re-enable --with-included-string
1267
1268 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1269
1270         * textcursor.C: add <config.h>
1271
1272         * text.C (getWord): remove const from word_location arg
1273
1274         * lyxvc.C (getLogFile): fix const type order
1275
1276         * lyxtext.h: remove const from word_location arg, add arg name
1277
1278         * lyxlayout.h: currect type on labeltype.
1279
1280         * importer.C: correct \file
1281
1282         * converter.C (intToFormat): use std:: on ret val, ws changes
1283
1284         * bufferlist.h: correct \file
1285
1286         * buffer.C (makeLinuxDocFile): fix const type order
1287         (makeDocBookFile): ditto
1288         (fillWithBibKeys): use std:: on stdlib args.
1289
1290         * CutAndPaste.C: fix authors.
1291         (availableSelections): use std:: on return vector
1292
1293 2003-06-27  André Pönitz  <poenitz@gmx.net>
1294
1295         * BufferView_pimpl.C:
1296         * bufferview_funcs.C:
1297         * lyxcursor.C:
1298         * lyxcursor.h:
1299         * lyxfunc.C:
1300         * lyxtext.h:
1301         * rowpainter.C:
1302         * text.C:
1303         * text2.C:
1304         * text3.C: remove LyXCursor::row_ member
1305
1306         * lyxtext.h:
1307         * text.C: rename fullRebreak() to partialRebreak() and implement
1308           a fullRebreak() that really bereks fully
1309
1310         * textcursor.h: new struct for cursor-related data
1311
1312 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1313
1314         * lyx_main.C (LyX): get full path of document loaded on the
1315         command line
1316
1317 2003-06-26  André Pönitz  <poenitz@gmx.net>
1318
1319         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1320           remove unused/broken operator>,<,>=.
1321
1322         *       text.C: remove only use of broken operator<= in an Assert().
1323
1324 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1325
1326         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1327         moved errorlist_.clear to showErrorList
1328
1329 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1330
1331         * converter.C (scanLog, runLaTeX):
1332         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1333         move the bv->showErrorList call to the callers
1334         * lyxfunc.C: i.e. here...
1335         * text2.C: and here
1336         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1337         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1338         namespace, the second to...
1339         * buffer_funcs (BufferFormat, parseErrors): added
1340         * errorlist.C (ErrorList(TeXErrors const &)): removed
1341
1342 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1343
1344         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1345
1346 2003-06-24  "Garst R. Reese" <reese@isn.net>
1347
1348         * debug.C: fix typo
1349
1350 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1351
1352         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1353
1354         * version.C.in: change docversion to 1.4
1355
1356 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1357
1358         * buffer.C: fix a bug just introduced
1359
1360 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1361
1362         * buffer.[Ch]: added the parseError signal and use it, removed
1363         sgmlError
1364         * BufferView.[Ch] (addError): moved to ...
1365         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1366         to the Buffer::parseError signal to catch (guess what) parse errors
1367         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1368
1369 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1370
1371         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1372         ability to create a buffer and to return an existing one from
1373         the list. Moved these functions to...
1374         * buffer_funcs.[Ch]: added
1375         * BufferView.[Ch] (loadLyXFile): added
1376         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1377         job removed from bufferlist::loadLyXFile.
1378         * buffer.C (setReadOnly): make it work without view
1379         (i.e added an if (users))
1380
1381 2003-06-19  Angus Leeming  <leeming@lyx.org>
1382
1383         * lfuns.h:
1384         * LyXAction.C (init):
1385         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1386         with LFUN_DIALOG_SHOW <name> <data>.
1387
1388 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1389
1390         * CutAndPaste.C (availableSelections): small compilation fix for
1391         ancient (gcc 2.9x) compilers
1392
1393 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1394
1395         * text3.C (cursorNext): add tmp var
1396
1397         * text2.C (updateCounters): for function calling out of for clause
1398         (replaceSelectionWithString): ditto
1399         (insertStringAsParagraphs): ditto
1400         (getColumnNearX): add tmp var
1401         (setCursorFromCoordinates): add tmp var
1402         (cursorDownParagraph): add tmp var
1403         (deleteEmptyParagraphMechanism): add tmp var
1404
1405         * text.C (insertChar): add tmp var
1406
1407         * rowpainter.C (paintDepthBar): add tmp var
1408
1409         * CutAndPaste.C (availableSelections): potentially check all
1410         paragraphs in a cut to fill the shown strings.
1411
1412 2003-06-18  André Pönitz  <poenitz@gmx.net>
1413
1414         * kbmap.[Ch]: use vector<> instead of list<>
1415
1416 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1417
1418         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1419         pasteSelection with index
1420
1421         * text2.C (pasteSelection): modify, call pasteSelection with index
1422
1423         * paragraph.C (asString): reimplement version with no interval to
1424         call the one with interval.
1425
1426         * lyxtext.h: add index arg to pasteSelection
1427
1428         * MenuBackend.C (MenuItem): handle PasteRecent
1429         (Menu::read::Menutags): add md_pasterecent
1430         (read): handle it
1431         (expandPasteRecent): new function
1432         (expand): use it
1433
1434         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1435
1436         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1437         the limited stack
1438         (availableSelections): new function
1439
1440 2003-06-17  Angus Leeming  <leeming@lyx.org>
1441
1442         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1443
1444 2003-06-17  Angus Leeming  <leeming@lyx.org>
1445
1446         * lfuns.h:
1447         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1448
1449         * lyxfunc.C (dispatch): invoke it.
1450
1451 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1452
1453         * iterators.C (operator++, ParPosition): reintroduce some
1454         const_cast for the benefit of older compilers.
1455
1456 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1457
1458         * text3.C (dispatch): do not modify clipboard when doing
1459         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1460         LFUN_DELETE_SKIP on a selection selection
1461
1462 2003-06-16  André Pönitz  <poenitz@gmx.net>
1463
1464         * BufferView.C:
1465         * buffer.C:
1466         * buffer.h:
1467         * paragraph.C:
1468         * tabular.[Ch]: IU of clone() and getLabelList();
1469
1470 2003-06-13  André Pönitz  <poenitz@gmx.net>
1471
1472         * tabular.h: compactification
1473
1474 2003-06-12  André Pönitz  <poenitz@gmx.net>
1475
1476         * tabular.C:
1477         * tabular.h:
1478         * tabular_funcs.h: some renaming plus whitespace
1479
1480 2003-06-12  André Pönitz  <poenitz@gmx.net>
1481
1482         * BufferView.C:
1483         * BufferView_pimpl.C:
1484         * CutAndPaste.C:
1485         * buffer.C:
1486         * iterators.[Ch]:
1487         * lyxfunc.C:
1488         * text.C:
1489         * toc.C: Return a Paragraph & for ParIterator::operator*()
1490
1491 2003-06-11  John Levon  <levon@movementarian.org>
1492
1493         * lyx_main.C:
1494         * ToolbarBackend.h:
1495         * ToolbarBackend.C: add "Toolbars" section and
1496         put the flags there
1497
1498 2003-06-10  Angus Leeming  <leeming@lyx.org>
1499
1500         * lfuns.h:
1501         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1502
1503         * lyxfunc.C (dispatch): invoke it.
1504
1505 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1506
1507         * main.C: protect <ios> with HAVE_IOS
1508         (main): protect sync_with_stdio with HAVE_IOS
1509
1510 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1511
1512         * text2.C (cutSelection): adjust
1513         (pasteSelection): adjust
1514
1515         * messages.C: handle get of empty string
1516
1517         * main.C (main): use sync_with_stdio(false)
1518
1519         * lyxfunc.C (dispatch): adjust
1520
1521         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1522         (WriteAs): remove unneeded BufferView arg.
1523
1524         * bufferparams.h: use correct types on papersize, papersize2 and
1525         paperpackage.
1526
1527         * bufferparams.C (readToken): adjust for type
1528         (writeLaTeX): add missing cases to switch.
1529
1530         * bufferlist.C (quitWriteBuffer): adjust
1531         (close): adjust
1532
1533         * buffer.C (asciiParagraph): remove some commented code.
1534
1535         * CutAndPaste.C: remove current_view extern variable.
1536         (cutSelection): add BufferParams arg.
1537         (eraseSelection): add BufferParams arg.
1538         (pasteSelection): add Buffer const & arg
1539
1540 2003-06-07  John Levon  <levon@movementarian.org>
1541
1542         * buffer.C:
1543         * paragraph_funcs.C:
1544         * paragraph_pimpl.C:
1545         * text.C:
1546         * text2.C:
1547         * paragraph.h:
1548         * paragraph.C: allow InsetERT to freely space lines,
1549         and some consolidation of code
1550
1551 2003-06-06  José Matos  <jamatos@fep.up.pt>
1552
1553         * buffer.C (makeDocBookFile): fix bug #821
1554
1555 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1556
1557         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1558
1559 2003-06-04  Angus Leeming  <leeming@lyx.org>
1560
1561         * buffer.C: bump format to 224.
1562
1563 2003-06-05  André Pönitz  <poenitz@gmx.net>
1564
1565         * text2.C (redoParagraphs): remove two const_cast<>
1566
1567 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1568
1569         * ParagraphList.h: remove last remnants of NO_STD_LIST
1570
1571 2003-06-03  Angus Leeming  <leeming@lyx.org>
1572
1573         * factory.C (createInset): small change to the way InsetExternal's params
1574         are set.
1575
1576 2003-06-04  André Pönitz  <poenitz@gmx.net>
1577
1578         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1579
1580         * paragraph_pimpl.h:
1581         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1582
1583         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1584
1585         * undo_funcs.C: make some simple cases of undo work again
1586
1587 2003-06-03  John Levon  <levon@movementarian.org>
1588
1589         * ispell.C: HPUX doesn't have sys/select.h
1590         (from Albert Chin)
1591
1592 2003-06-03  John Levon  <levon@movementarian.org>
1593
1594         * CutAndPaste.C: update tabular and include inset
1595         buffer references
1596
1597         * buffer.h:
1598         * paragraph.h:
1599         * paragraph.C: remove owningBuffer(), don't pass Buffer
1600         to clone()
1601
1602         * factory.C: insetGraphicsParams changed
1603
1604 2003-06-02  John Levon  <levon@movementarian.org>
1605
1606         * LyXAction.C:
1607         * factory.C:
1608         * lfuns.h:
1609         * lyxfunc.C:
1610         * text3.C: remove insetparent
1611
1612 2003-06-02  John Levon  <levon@movementarian.org>
1613
1614         * buffer.h:
1615         * buffer.C: fix inset_iterator.end(), move out of line
1616         (bug 1149)
1617
1618 2003-06-01  John Levon  <levon@movementarian.org>
1619
1620         * text3.C: use a proper cut/paste when doing inset
1621         insert (from Jürgen Spitzmüller)
1622
1623 2003-06-01  John Levon  <levon@movementarian.org>
1624
1625         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1626
1627 2003-05-30  André Pönitz  <poenitz@gmx.net>
1628
1629         * rowpainter.C: unify second drawing phase
1630
1631 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1632
1633         * trans_mgr.C: remove one case of current_view
1634
1635         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1636
1637         * paragraph_funcs.h: remove paragraph.h include
1638
1639         * paragraph.h: delete NO_STD_LIST stuff
1640
1641         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1642
1643         * buffer.h: remove paragraph.h include
1644
1645         * ParagraphList.C: delete file
1646
1647         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1648
1649         * toc.C (getTocList): adjust
1650
1651         * paragraph_pimpl.C (validate): adjust
1652
1653         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1654
1655         * paragraph.C (Paragraph): adjust
1656         (getPositionOfInset): use const_iterator, adjust
1657         (bibitem): use const_iterator, adjust
1658         (setInsetOwner): adjust
1659
1660         * iterators.C (operator++): adjust
1661
1662         * InsetList.[Ch]: Replace selfmade iterator with standard
1663         vector::iterator also introduce const_iterator. Remove getPos,
1664         getInset and setInset from InsetTable. Adjust accordingly.
1665
1666         * BufferView.C (lockInset): adjust
1667         (ChangeInsets): adjust
1668
1669         * tabular.[Ch]: delete commented same_id functions
1670
1671 2003-05-28  John Levon  <levon@movementarian.org>
1672
1673         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1674
1675 2003-05-28  André Pönitz  <poenitz@gmx.net>
1676
1677         * metricsinfo.[Ch]: remove 'fullredraw' member
1678
1679 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1680
1681         * lyxtextclass.C (operator): remove caching.
1682
1683 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1684
1685         * text3.C: adjust
1686
1687         * text2.C (cursorBottom): adjust
1688         (setCounter): use ParagraphList::find, adjust
1689
1690         * text.C (workWidth): use ParagraphList::find, adjust
1691
1692         * lyxcursor.C (LyXCursor): adjust
1693
1694         * buffer.C (inset_iterator): adjust
1695
1696         * ParagraphList.h: make iterator(value_type) private, make
1697         ParagraphList a friend of iterator.
1698
1699         * ParagraphList.C (find): new function
1700
1701         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1702
1703 2003-05-27  André Pönitz  <poenitz@gmx.net>
1704
1705         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1706
1707 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1708
1709         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
1710
1711 2003-05-26  John Levon  <levon@movementarian.org>
1712
1713         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
1714
1715 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1716
1717         * remove same_id from function signatures, adjust.
1718
1719 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1720
1721         * undo_funcs.C (createUndo): use the id functions directly, adjust.
1722
1723         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
1724
1725         * paragraph.C (Paragraph): get rid of same_ids parameter
1726
1727         * ParagraphList.C (insert): adjust
1728         (push_back): adjust
1729
1730 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1731
1732         * paragraph_funcs.C (breakParagraph): adjust
1733         (breakParagraphConservative): adjust
1734
1735         * buffer.C (readParagraph): adjust
1736
1737         * ParagraphList.C (insert): take a reference instead of a pointer
1738         (insert): adjust
1739
1740         * paragraph.[Ch] (id): new function
1741
1742         * bufferlist.C (newFile): adjust
1743
1744         * ParagraphList.C (ParagraphList): adjust
1745         (assign): adjust
1746         (push_back): take a reference instead of a pointer.
1747
1748         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
1749
1750         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
1751         instead.
1752
1753         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
1754         set else use old code.
1755
1756         * ParagraphList.C: remove all NO_NEXT code and only compile this
1757         code of NO_STD_LIST is set.
1758
1759 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1760
1761         * BufferView_pimpl.C:
1762         * TextCache.C:
1763         * TextCache.h:
1764         * bufferlist.C:
1765         * errorlist.h:
1766         * format.C:
1767         * format.h:
1768         * graph.C:
1769         * lyxfunc.C:
1770         * lyxrc.C:
1771         * graphics/GraphicsConverter.C:
1772         * graphics/PreviewLoader.C: header adjustment
1773
1774 2003-05-23  Angus Leeming  <leeming@lyx.org>
1775
1776         * LaTeXFeatures.[Ch] (useBabel): new method.
1777         * bufferparams.C (writeLaTeX): use it.
1778
1779 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1780
1781         * ParagraphList.h (set): remove unused function.
1782
1783 2003-05-23  André Pönitz  <poenitz@gmx.net>
1784
1785         * BufferView.C:
1786         * BufferView_pimpl.C:
1787         * buffer.C:
1788         * buffer.h:
1789         * lyxfunc.C:
1790         * undo_funcs.C: setUndo reworked
1791
1792         * iterators.[Ch]: add access to topmost ParagraphList
1793
1794         * lyxtext.[Ch] (workWidth): add a const
1795
1796 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1797
1798         * texrow.[Ch] (increasePos): remove function
1799         * exporter.C (export): removed unused var and outdated comment
1800
1801 2003-05-23  Angus Leeming  <leeming@lyx.org>
1802
1803         * latexrunparams.h: rename fragile as moving_arg.
1804         * paragraph.C (simpleTeXOnePar): ditto.
1805         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
1806
1807 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1808
1809         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
1810         (createUndo): ditto
1811         (textUndoOrRedo): comment out a currently unused var.
1812
1813         * paragraph.h (NO_NEXT): enable NO_NEXT
1814
1815         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
1816
1817         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
1818
1819         * exporter.C (Export): adjust for removeAutoInsets removal.
1820
1821         * buffer.C (runChktex): adjust for removeAutoInsets removal.
1822
1823         * LyXAction.C (init): remove LFUN_REMOVEERRORS
1824
1825         * BufferView.[Ch] (removeAutoInsets): delete function
1826
1827 2003-05-22  Angus Leeming  <leeming@lyx.org>
1828
1829         * latexrunparams.h: add a free_spacing variable.
1830
1831         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
1832         to pass moving_arg, as the data is stored in runparams.fragile.
1833
1834         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
1835         to Inset::latexOptional or to simpleTeXOnePar.
1836
1837         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
1838         free_spacing arg to Inset::latexOptional.
1839
1840         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1841         free_spacing arg.
1842
1843 2003-05-22  Angus Leeming  <leeming@lyx.org>
1844
1845         * latexrunparams.h: add fragile and use_babel variables.
1846
1847         * bufferparams.[Ch] (writeLaTeX): return use_babel.
1848         * buffer.C (makeLaTeXFile): store this returned value in
1849         runparams.use_babel, thus passing it to the inset::latex methods.
1850
1851         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
1852         simpleTeXSpecialChars as it is now stored in runparams.fragile.
1853
1854         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
1855         longer has a fragile arg, as it is stored in runparams.fragile.
1856
1857         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
1858         moving_arg parameter as the data is stored in runparams.fragile.
1859
1860         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1861         a fragile parameter as the data is stored in runparams.fragile.
1862
1863 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1864
1865         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
1866
1867 2003-05-22  Angus Leeming  <leeming@lyx.org>
1868
1869         * latexrunparams.h: add a 'bool nice' which defaults to false.
1870
1871         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
1872         now encapsulated within runparams.
1873
1874         * bufferlist.C (updateIncludedTeXfiles):
1875         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
1876
1877 2003-05-22  Angus Leeming  <leeming@lyx.org>
1878
1879         * latexrunparams.h: new file containing struct LatexRunParams.
1880         * Makefile.am: add new file.
1881
1882         * LaTeX.[Ch] (c-tor, run):
1883         * buffer.[Ch] (makeLaTeXFile):
1884         * bufferlist.[Ch] (updateIncludedTeXfiles):
1885         * converter.C (convert, scanLog):
1886         * converter.[Ch] (runLaTeX):
1887         * exporter.C (Export):
1888         * paragraph.[Ch] (simpleTeXOnePar):
1889         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
1890         * paragraph_funcs.[Ch] (latexParagraphs):
1891         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
1892         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
1893         pass around a LatexRunParams parameter.
1894
1895 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1896
1897         * paragraph.[Ch]: remove unused constructor
1898
1899         * ParagraphList.C (erase): new function, taking two iterators
1900
1901 2003-05-22  André Pönitz  <poenitz@gmx.net>
1902
1903         * undo_funcs.C: remove duplicated code
1904
1905         * iterator.[Ch]: operator=
1906
1907 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1908
1909         * tabular.C (SetMultiColumn): ws changes
1910
1911         * rowpainter.C (paintFirst): get rid of a ->previous
1912
1913         * lyx_cb.C (getPossibleLabel): parlist simplification
1914
1915         * BufferView.C (ChangeInsets): simplify slightly.
1916
1917 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1918
1919         * LyXAction.C: new lfun space-insert, kill protected-space-insert
1920         * lfuns.h: new LFUN_SPACE
1921         * lyxfunc.C: protected space has a new lfun
1922         * paragraph_funcs.C: read new space insets
1923         * text3.C:
1924         * factory.C: handle new space insets
1925
1926 2003-05-22  André Pönitz  <poenitz@gmx.net>
1927
1928         * BufferView.C:
1929         * BufferView_pimpl.C:
1930         * buffer.[Ch]:
1931         * lyxfunc.C:
1932         * undo_funcs.C: return a ParIterator from getParFromID.
1933
1934         * iterators.[Ch]: add two const's
1935
1936 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1937
1938         * toc.C (getTocList): adjust
1939
1940         * iterators.[Ch]: rework for parlist
1941
1942         * buffer.C (par_iterator_begin): adjust
1943         (par_iterator_end): adjust
1944
1945         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
1946
1947         * BufferView.C (removeAutoInsets): adjust
1948         (ChangeInsets): adjust
1949
1950 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
1951
1952         * text.C (top_y): fix bug 1110
1953
1954 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
1955
1956         * errorlist.[Ch]: added
1957         * buffer.C:
1958         * BufferView.[Ch]:
1959         * BufferView_pimpl.C:
1960         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
1961         instead
1962
1963 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1964
1965         * Makefile.am: ensure that lyx is relinked upon changes to the
1966         various "convenience" libs.
1967
1968 2003-05-20  Angus Leeming  <leeming@lyx.org>
1969
1970         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
1971         files are compiled in alphabetical order again.
1972
1973         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
1974
1975 2003-05-19  Angus Leeming  <leeming@lyx.org>
1976
1977         * gettext.[Ch]: remove "char const * _(char const *)".
1978
1979 2003-05-19  André Pönitz  <poenitz@gmx.net>
1980
1981         * dimension.[Ch]: promote from mathed/dimension.[Ch]
1982
1983         * Makefile.am:
1984         * BufferView.C:
1985         * DepTable.h:
1986         * LaTeXFeatures.C:
1987         * buffer.C:
1988         * lyxfont.C:
1989         * lyxlex.h:
1990         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
1991
1992 2003-05-19  André Pönitz  <poenitz@gmx.net>
1993
1994         * buffer.C:
1995         * lyxlayout.[Ch]:
1996         * lyxtextclass.[Ch]:
1997         * paragraph.C:
1998         * paragraph_funcs.[Ch]:
1999         * text2.C:
2000         * text3.C: more insetenv work
2001
2002 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2003
2004         * ParagraphParameters.C (params2string): small bug fixed
2005
2006 2003-05-16  André Pönitz  <poenitz@gmx.net>
2007
2008         * debug.C:
2009         * bufferview_funcs.C: patch from Kornel Benko to prevent
2010           crash when _(...) is called twice in a statement
2011
2012 2003-05-16  André Pönitz  <poenitz@gmx.net>
2013
2014         * BufferView.C:
2015         * lyxfunc.C:
2016         * text.C:
2017         * text2.C:
2018         * text3.C:
2019         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2020
2021 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2022
2023         * lyx_main.C (init): remove spurious static_cast
2024
2025 2003-05-14  André Pönitz  <poenitz@gmx.net>
2026
2027         * BufferView.C: fix format string
2028
2029 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2030
2031         * BufferView.[Ch] (insertErrors): removed
2032         * BufferView.[Ch] (showErrorList): added
2033         * buffer.C (runChkTeX):
2034         * converter.C (scanLog): call showErrorList instead of inserterrors
2035
2036 2003-05-13  André Pönitz  <poenitz@gmx.net>
2037
2038         * BufferView_pimpl.C:
2039         * buffer.C:
2040         * bufferview_func.C:
2041         * MenuBackend.C:
2042         * lyxfunc.C:
2043         * lyxrc.C:
2044         * tex-accent.C:
2045         * text3.C:
2046         * toc.C:
2047         * tabular_funcs.h: tostr() from its own header
2048
2049         * ParagraphParameters.C:
2050         * ToolbarBackend.C:
2051         * bufferparams.C:
2052         * format.C:
2053         * lyxlex_pimpl.C:
2054         * text3.C: STRCONV()
2055
2056 2003-05-12  André Pönitz  <poenitz@gmx.net>
2057
2058         * BufferView.C:
2059         * BufferView_pimpl.C:
2060         * CutAndPaste.C:
2061         * LaTeX.C:
2062         * LaTeXFeatures.C:
2063         * ParagraphParameters.C:
2064         * buffer.C:
2065         * bufferlist.C:
2066         * bufferparams.C:
2067         * bufferview_funcs.C:
2068         * converter.C:
2069         * counters.C:
2070         * debug.C:
2071         * exporter.C:
2072         * format.C:
2073         * importer.C:
2074         * lyx_cb.C:
2075         * lyx_main.C:
2076         * lyxfont.C:
2077         * lyxfunc.C:
2078         * lyxvc.C:
2079         * paragraph.C:
2080         * paragraph_funcs.C:
2081         * tabular.C:
2082         * tabular_funcs.C:
2083         * text2.C:
2084         * text3.C:  boost::format -> bformat  all over the place
2085
2086
2087 2003-05-09  André Pönitz  <poenitz@gmx.net>
2088
2089         * LColor.[Ch]: Pimpl the #include <map> away
2090
2091 2003-05-09  John Levon  <levon@movementarian.org>
2092
2093         * bufferlist.C: never remove emergency saves
2094
2095 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2096
2097         * Makefile.am: better lib building
2098
2099 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2100
2101         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2102         instead.
2103         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2104         (simpleTeXSpecialChars): adjust
2105         (simpleTeXSpecialChars): adjust
2106         * paragraph.C (simpleTeXOnePar): adjust
2107         * buffer.C (makeLaTeXFile): adjust
2108
2109         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2110
2111         * text2.C (changeDepth): parlist cleanup
2112         (getColumnNearX): ditto
2113
2114         * rowpainter.C (getLabelFont): parlist cleanup
2115
2116         * bufferlist.C (newFile): parlist cleanup
2117
2118         * CutAndPaste.C (eraseSelection): parlist cleanup
2119
2120         * BufferView_pimpl.C (trackChanges): parlist cleanup
2121         (dispatch): ditto
2122
2123         * BufferView.C (lockInset): parlist cleanup.
2124         (ChangeInsets): ditto
2125
2126 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2127
2128         * CutAndPaste.h: Update file header.
2129
2130         * CutAndPaste.C: Update file header.
2131         Store the parts cut out of the Document in a limited_stack.
2132         (copySelection): adjust
2133         (pasteSelection): new function, takes the index in the limited stack.
2134         (nrOfParagraphs): adjust
2135         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2136         simplify error inset insertion.
2137         (checkPastePossible): adjust
2138
2139 2003-05-06  John Levon  <levon@movementarian.org>
2140
2141         * text2.C: don't cast wrap inset to float
2142
2143 2003-05-05  André Pönitz  <poenitz@gmx.net>
2144
2145         * iterator.C:
2146         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2147
2148         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2149           few naked Paragraph *.
2150
2151 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2152
2153         * bufferparams.C: Output warning if a document with missing
2154         TeX document class is loaded
2155         * exporter.C: Disable TeX exports if the document class is missing
2156         * lyxtextclass.C:
2157         * lyxtextclass.h:
2158         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2159         isTeXClassAvailable()
2160
2161 2003-05-03  John Levon  <levon@movementarian.org>
2162
2163         * BufferView.h:
2164         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2165         explicit cursor show/hide
2166
2167         * BufferView_pimpl.h:
2168         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2169         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2170
2171         * lyxfunc.C: hide cursor before dispatching.
2172
2173         * lyx_cb.C:
2174         * lyxfind.C:
2175         * text.C:
2176         * text3.C: remove explicit cursor hides
2177
2178 2003-05-02  André Pönitz  <poenitz@gmx.net>
2179
2180         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2181
2182         * undo_funcs.C:
2183         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2184           linked lists
2185
2186         * text2.C: tiny whitespace
2187
2188 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2189
2190         * undo_funcs.C: almost only ws changes.
2191
2192         * ParagraphList.C (splice): just return if pl is empty.
2193
2194 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2195
2196         * ParagraphList.C (splice): new function.
2197
2198         * CutAndPaste.C (pasteSelection): use it
2199
2200 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2201
2202         * CutAndPaste.C (pasteSelection): remove the last next and
2203         previous from this file.
2204
2205 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2206
2207         * CutAndPaste.C (pasteSelection): more clean up, user proper
2208         ParagraphList functions for pasteing.
2209
2210         * ParagraphList.C (insert): new function, three arg insert
2211
2212 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2213
2214         * ParagraphList.C (insert): new function, three arg insert
2215
2216         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2217         not on paragraphs.
2218
2219 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2220
2221         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2222
2223 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2224
2225         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2226
2227 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2228
2229         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2230         (copySelection): clean up a bit.
2231         (pasteSelection): use make_pair
2232
2233         * ParagraphList.C (ParagraphList): implement copy constructor
2234         (operator=): implement, base on copy constructor.
2235         (assign): new func
2236
2237         * paragraph.C (erase): return a bool
2238
2239         * paragraph_pimpl.C (erasePos): remove function, move contents...
2240         (erase): ... here. Return a bool.
2241         (erase): call erase instead of erasePos.
2242
2243 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2244
2245         * ParagraphList.h: define PitPosPair
2246         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2247         ParagraphList, fix a bug on pasting multiple pars
2248         * text2.C: change interface to C&P
2249
2250 2003-04-30  André Pönitz  <poenitz@gmx.net>
2251
2252         * undo_func.C: revert part of yesterday's patch 2
2253
2254 2003-04-30  John Levon  <levon@movementarian.org>
2255
2256         * LColor.C: s/tabular/table/
2257
2258 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2259
2260         * text3.C (dispatch): do not convert iterator -> pointer
2261         * undo_funcs.C (setCursorParUndo): ditto
2262         * text_funcs.C (transposeChars): ditto
2263
2264         * text2.C (setLayout): ws changes only
2265
2266         * text.C (breakParagraph): do not convert iterator -> pointer
2267         (insertChar): ditto
2268         (acceptChange): ditto
2269         (rejectChange): ditto
2270         (changeCase): ditto
2271         (Delete): ditto
2272         (backspace): ditto
2273
2274         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2275         pointer
2276
2277 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2278
2279         * text3.C (gotoInset): YABG (yet another bad getChar)
2280
2281 2003-04-29  André Pönitz  <poenitz@gmx.net>
2282
2283         * paragraph.h: make operator= private unimplemented as long as
2284           it is unusable
2285
2286         * ParagraphList.C: whitespace
2287
2288         * paragraph.[Ch]:
2289         * paragraph_pimpl.[Ch]:
2290         * paragraph_funcs.C:
2291         * CutAndPaste.C:
2292         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2293
2294         * text2.C:
2295           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2296
2297 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2298
2299         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2300         * paragraph.[Ch] (erase):
2301         * paragraph_pimpl.[Ch] (erase): change return type and value
2302         * text2.C (cutSelection): some rework
2303
2304 2003-04-28  John Levon  <levon@movementarian.org>
2305
2306         * bufferlist.C: changes for unsaved changes dialog
2307
2308 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2309
2310         * bufferlist.C (newFile): set language (messages_) for new
2311         documents also.
2312
2313         * buffer.C (readFile): ws changes only.
2314
2315 2003-04-28  André Pönitz  <poenitz@gmx.net>
2316
2317         * undo_funcs.C:
2318         * lyxfunc.C:
2319         * buffer.[Ch]:
2320         * BufferView_pimpl.C:
2321         * BufferView.C: getParFromID related ParagraphList::iterator changes
2322
2323 2003-04-28  André Pönitz  <poenitz@gmx.net>
2324
2325         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2326           Changes
2327
2328 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2329
2330         * messages.C: remove one more localedir class variable.
2331
2332 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2333
2334         * messages.C (getLocaleDir): singleton generation function
2335         (Pimpl): use it.
2336         (Messages): add a default constructor.
2337
2338         * main.C (main): do not setup localedir here, do not call
2339         gettext_init.
2340
2341         * gettext.C (_): use it.
2342         (gettext_init): delete funciton
2343
2344 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2345
2346         * gettext.C (getLyXMessages): new singleton generating function.
2347
2348         * buffer.C (updateDocLang): adjust
2349
2350         * Makefile.am (messages.o): add target
2351         (main.o): remove target
2352
2353 2003-04-27  John Levon  <levon@movementarian.org>
2354
2355         * bufferlist.C:
2356         * lyx_cb.C:
2357         * lyxfunc.C:
2358         * lyxvc.C: specify cancel button in Alert::prompt
2359
2360 2003-04-26  John Levon  <levon@movementarian.org>
2361
2362         * text3.C:
2363         * lyxfunc.C:
2364         * lfuns.h:
2365         * LyXAction.C: add LFUN_INSET_SETTINGS
2366
2367         * lyxfunc.C: don't enable tabular-feature when there's
2368         just any locking inset
2369
2370 2003-04-26  John Levon  <levon@movementarian.org>
2371
2372         * bufferlist.C: re-add Cancel to buffer close question
2373
2374         * lyxfunc.C: fix import UI a bit
2375
2376 2003-04-25  John Levon  <levon@movementarian.org>
2377
2378         * gettext.C: remove the broken asserts for now
2379
2380 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2381
2382         * messages.C: make case where setlocale cannot comply work better.
2383
2384         * buffer.C (updateDocLang): new function
2385         (changeLanguage): use it
2386         (readFile): use it
2387
2388         * text2.C (setCounter): use B_ a bit.
2389
2390         * lyxlayout.C (Read): be sure to trim the label strings.
2391
2392         * messages.C (Messages): fix typo in comment
2393
2394         * buffer.C (readFile): set message_ after file is loaded.
2395         (makeDocBookFile): remove double return
2396         (changeLanguage): reset message_ upon language change.
2397         (B_): new func, use this to get translated buffer strings.
2398
2399         * main.C: add myself and Jean Marc as authors.
2400
2401 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2402
2403         * messages.[hC]: pimplify Messages, and three different pimpls to be
2404         used in different circumstances.
2405
2406         * gettext.[Ch]: change for use with new message code.
2407
2408 2003-04-24 André Pönitz <poenitz@gmx.net>
2409
2410         * factory.C: support for eqref
2411
2412 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2413
2414         * messages.[Ch]: add missing char
2415
2416         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2417
2418         * messages.[Ch]: New files
2419
2420 2003-04-18  John Levon  <levon@movementarian.org>
2421
2422         * BufferView.h:
2423         * BufferView.C:
2424         * BufferView_pimpl.C:
2425         * lfuns.h:
2426         * LyXAction.C:
2427         * lyxtext.h:
2428         * text2.C: remove layout-copy/paste (bug 778)
2429
2430 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2431
2432         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2433
2434 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2435
2436         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2437         if they succeed. Act accordingly.
2438
2439 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2440
2441         * text2.C (setCharFont): adjust
2442         (setCounter): adjust
2443         (insertStringAsLines): adjust
2444
2445         * text.C (leftMargin): adjust
2446         (setHeightOfRow): adjust
2447
2448         * rowpainter.C (paintFirst): adjust
2449         (paintLast): adjust
2450
2451         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2452         (outerHook): ditto
2453         (isFirstInSequence): ditto
2454         (getEndLabel): ditto
2455         (outerFont): adjust
2456
2457         * paragraph.C (getParLanguage): comment out some hard stuff.
2458
2459         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2460         (sgmlError): ditto
2461         (simpleDocBookOnePar): ditto
2462         (makeDocBookFile): use ParagraphList::iterator
2463
2464         * CutAndPaste.C (pasteSelection): adjust
2465
2466 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2467
2468         * text2.C (getFont): adjust
2469         (getLayoutFont): adjust
2470         (getLabelFont): adjust
2471
2472         * paragraph_funcs.C (TeXOnePar): adjust
2473
2474         * buffer.C (simpleLinuxDocOnePar): adjust
2475         (simpleDocBookOnePar): adjust
2476
2477         * CutAndPaste.C (pasteSelection): adjust
2478
2479         * BufferView.C (getEncoding): adjust
2480
2481         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2482
2483 2003-04-16  John Levon  <levon@movementarian.org>
2484
2485         * lyxfind.C: use parlist stuff for search/changes
2486
2487 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2488
2489         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2490
2491         * text2.C (deleteEmptyParagraphMechanism): adjust
2492
2493         * text2.[Ch] (ownerParagraph): delete func (both of them
2494
2495 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2496
2497         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2498
2499 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2500
2501         * ParagraphList.C: prepare for NO_NEXT
2502
2503 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2504
2505         * text2.C (getFont): adjust
2506         (getLayoutFont): adjust
2507         (getLabelFont): adjust
2508
2509         * paragraph.C (getFont): adjust
2510         (getLabelFont): adjust
2511         (getLayoutFont): adjust
2512
2513         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2514
2515 2003-04-15  John Levon  <levon@movementarian.org>
2516
2517         From Angus Leeming
2518
2519         * lyx_main.C: handle Include in .ui files
2520
2521 2003-04-15  John Levon  <levon@movementarian.org>
2522
2523         * MenuBackend.C: make the doc files length shorter
2524
2525         * ToolbarBackend.h:
2526         * ToolbarBackend.C: handle toolbar placement flags,
2527         Minibuffer
2528
2529 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2530
2531         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2532         adjust
2533
2534         * paragraph_funcs.C (TeXOnePar): adjust
2535
2536         * paragraph.C (getLabelFont): add outerfont arg, adjust
2537         (getLayoutFont): ditto
2538         (simpleTeXOnePar): adjust
2539
2540         * paragraph_pimpl.C (realizeFont): delete func
2541
2542 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2543
2544         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2545         row argument, constify cur argument.
2546
2547 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2548
2549         * text2.C (getFont): adjust
2550         (getLayoutFont): adjust
2551         (getLabelFont): adjust
2552
2553         * paragraph_funcs.C (TeXOnePar): adjust
2554         (outerFont): new func...
2555         (realizeFont): ...moved out from here, changed this to facilitate
2556         transition
2557
2558         * paragraph.C (getFont): take outerfont as arg, adjust
2559         (simpleTeXOnePar): add outerfont arg, adjust
2560
2561         * buffer.C (simpleLinuxDocOnePar): adjust
2562         (simpleDocBookOnePar): adjust
2563
2564         * CutAndPaste.C (pasteSelection): adjust
2565
2566         * BufferView.C (getEncoding): adjust
2567
2568 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2569
2570         * text2.C (setCharFont): adjust
2571         (setCounter): adjust
2572
2573         * text.C (leftMargin): adjust
2574         (setHeightOfRow): adjust
2575
2576         * rowpainter.C (paintFirst): adjust
2577         (paintLast): adjust
2578
2579         * paragraph_pimpl.C (realizeFont): adjust
2580
2581         * paragraph.C (isFirstInSequence): move from here...
2582         * paragraph_funcs.C (isFirstInSequence): ...to here
2583
2584         * paragraph.C (outerHook): move from here...
2585         * paragraph_funcs.C (outerHook): ...to here
2586
2587         * paragraph.C (depthHook): move from here...
2588         * paragraph_funcs.C (depthHook): ...to here
2589
2590         * paragraph.C (getEndLabel): move from here...
2591         * paragraph_funcs.C (getEndLabel): ...to here
2592
2593         * text2.C (realizeFont): move from here...
2594         * paragraph_funcs.C (realizeFont): ...to here
2595
2596 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2597
2598         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2599
2600 2003-04-14  Angus Leeming  <leeming@lyx.org>
2601
2602         * LColor.[Ch]: scrap LColor mathcursor.
2603
2604 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2605
2606         * lyxlex.[Ch] (text): delete function
2607         * trans.C (Load): adjust
2608         * paragraph_funcs.C (readParToken): adjust
2609
2610 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2611
2612         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2613         vector<char> instead of a char[].
2614
2615         * lyxlex_pimpl.C (getString): adjust
2616         (next): adjust
2617         (lex): use getString
2618         (eatLine): adjust
2619         (nextToken): adjust
2620
2621         * lyxlex.C (text): use pimpl_->getString()
2622         (getBool): ditto
2623         (findToken): ditto
2624
2625 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2626
2627         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2628         (makeFontEntriesLayoutSpecific): temp var for par.size()
2629         (setLayout): temp var for ownerParagraphs().end()
2630         (fullRebreak): temp var for rows().end()
2631         (selectionAsString): temp var for boost::next(startpit), realize
2632         that the while really is a regular for loop.
2633         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2634         setCursor in one place.
2635         (setParagraph): temp vr for ownerParagraphs().end()
2636         (updateCounters): make the while loop a for loop
2637         (cutSelection): temp var for ownerParagraphs().end()
2638         (updateInset): make the do {} while() a regular for loop
2639         (getCursorX): use temp vars
2640         (setCurrentFont): use temp vars
2641         (getColumnNearX): use temp vars
2642
2643 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2644
2645         * text.C (transformChar): use temp var for getChar
2646         (computeBidiTables): use temp var for row->par()
2647         (fill): move temp vars for row->par() and pit->layout() earlier in
2648         the function.
2649         (labelFill): use temp var for row->par()
2650         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2651         asc and desc, realize that pit never changes and that firstpit is
2652         just a duplicate and not needed. Exchange rit->par() with pit in a
2653         lot of places.
2654         (breakAgain): use a temp var for boost::next(rit)
2655         (breakAgainOneRow): ditto
2656         (breakParagraph): use a temp var for rows().begin()
2657         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2658         (cursorRightOneWord): use temp var for cursor.par() and
2659         cursor.pos(), remove usage of tmpcursor.
2660         (cursorLeftOneWord): use temp var for cursor.par() and
2661         cursor.pos() only set cur at end of function.
2662
2663 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2664
2665         * text.C, text2.C: exchange all usage of Paragraph::next with
2666         boost::next(ParagraphList::iterator)
2667
2668         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2669
2670         * text2.C (cursorTop): simplify implementation
2671         (cursorBottom): ditto
2672         (setParagraph): use ParagraphList::iterator
2673         (setCurrentFont): adjust
2674         (getColumnNearX): adjust
2675         (cursorRight): adjust
2676         (cursorLeft): remove usage of Paragraph::previous
2677         (cursorUpParagraph): ditto
2678         (deleteEmptyParagraphMechanism): slight cleanup
2679
2680         * text.C (isBoundary): take a Paragraph const & instead of a
2681         pointer as arg.
2682         (addressBreakPoint): ditto
2683         (leftMargin): remove usage of Paragraph::previous.
2684         (setHeightOfRow): ditto
2685         (cursorLeftOneWord): ditto
2686         (selectNextWordToSpellcheck): ditto
2687         (Delete): ditto
2688         (backspace): ditto
2689         (breakParagraph): remove one usage of Paragraph::next
2690         (redoParagraph): ditto
2691         (acceptChange): ditto
2692         (insertChar): adjust
2693         (rowBreakPoint): adjust
2694
2695         * bufferview_funcs.C (toggleAndShow): adjust
2696
2697 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2698
2699         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2700         methods to access it.
2701         * lyxtext.h:
2702         * text.C: Added updateRowPositions to compute all row positions.
2703         Make top_y and getRowNearY() to use the cached y position
2704
2705 2003-04-11  John Levon  <levon@movementarian.org>
2706
2707         * text.C (rowBreakPoint): reintroduce the labelEnd
2708         checks, code copied from the row fill stuff. Deep voodoo.
2709
2710         * text.C (fill): add a comment and debugging for the
2711         next poor soul.
2712
2713 2003-04-11  John Levon  <levon@movementarian.org>
2714
2715         * text.C: make sure fullrow insets get wrapped to the next line,
2716         even when they're in a manual label
2717
2718 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
2719
2720         * text2.C (insertParagraph): make it take ParagraphList::iterator
2721         as arg.
2722         (setLayout): make it return ParagraphList::iterator
2723         (redoParagraphs): ditto
2724         (setCounter): ditto
2725         (checkParagraph): ditto
2726
2727         * text.C (getRow): make getrow take ParagraphList::iterator as arg
2728
2729         * text2.C: adjust several funcs.
2730         (realizeFont): take a ParagraphList::iterator as arg.
2731         (getLayoutFont): ditto
2732         (getLabelFont): ditto
2733         (setCharFont): ditto
2734
2735         * text.C: adjust several funcs.
2736
2737 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2738
2739         * text.C (selectNextWordToSpellcheck): don't accidentally
2740         skip insets
2741
2742 2003-04-10  John Levon  <levon@movementarian.org>
2743
2744         * ToolbarBackend.C (getIcon): special handling for
2745         LFUN_MATH_DELIM
2746
2747 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2748
2749         * text2.C (cursorRight): a getChar assert fixed
2750
2751 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2752
2753         * text2.C (getFont): change to take a ParagraphList::iterator
2754         instead of Paragraph*
2755         Adjust several functions.
2756
2757         * text.C (transformChar): change to take a ParagraphList::iterator
2758         instead of Paragraph*
2759         (singleWidth): ditto
2760         Adjust several functions.
2761
2762         * rowpainter.C: adjust several functions
2763         * rowpainter.h:store a ParagraphList::iterator and not a
2764         Paragraph&.
2765
2766
2767 2003-04-09  John Levon  <levon@movementarian.org>
2768
2769         * lyxfunc.C:
2770         * lfuns.h:
2771         * LyXAction.h:
2772         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
2773         and the "help" bits as well
2774
2775 2003-04-09  John Levon  <levon@movementarian.org>
2776
2777         * ToolbarBackend.h:
2778         * ToolbarBackend.C: allow multiple toolbars
2779
2780 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2781
2782         * undo_funcs.C (setCursorParUndo): adjust
2783
2784         * text_funcs.C (transposeChars): adjust
2785
2786         * text3.C (gotoNextInset): adjust
2787         (dispatch): adjust
2788
2789         * text2.C (setLayout): adjust
2790         (changeDepth): adjust
2791         (setFont): adjust
2792         (redoParagraphs): adjust
2793         (selectionAsString): adjust
2794         (setParagraph): adjust
2795         (insertInset): adjust
2796         (cutSelection): adjust
2797         (copySelection): adjust
2798         (pasteSelection): adjust
2799         (insertStringAsLines): adjust
2800         (updateInset): adjust
2801         (setCursor): change to take a ParagraphList::iterator parameter
2802         (setCursorIntern): change to take a ParagraphList::iterator parameter
2803         (setCurrentFont): adjust
2804         (cursorLeft): adjust
2805         (cursorRight): adjust
2806         (deleteEmptyParagraphMechanism): adjust
2807
2808         * text.C (breakParagraph): adjust
2809         (insertChar): adjust
2810         (acceptChange): adjust
2811         (rejectChange): adjust
2812         (selectNextWordToSpellcheck): adjust
2813         (changeCase): adjust
2814         (Delete): adjust
2815         (backspace): adjust
2816
2817         * lyxfind.C (SearchForward): adjust
2818         (SearchBackward): adjust
2819         (nextChange): adjust
2820
2821         * lyxcursor.C (par): adjust
2822
2823         * lyxcursor.h: store a ParagraphList::iterator instead of a
2824         Paragraph*
2825
2826         * lyx_cb.C (getPossibleLabel): adjust
2827
2828         * bufferview_funcs.C (toggleAndShow): adjust
2829
2830         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2831         (dispatch): adjust
2832
2833         * BufferView.C (removeAutoInsets): adjust
2834         (lockedInsetStoreUndo): adjust
2835
2836 2003-04-09  John Levon  <levon@movementarian.org>
2837
2838         * ToolbarBackend.C: try icon without argument
2839         if with argument fails
2840
2841 2003-04-08  John Levon  <levon@movementarian.org>
2842
2843         * ToolbarBackend.h:
2844         * ToolbarBackend.C: add getIcon(), handle tooltip,
2845         and change from "Icon" to "Item".
2846
2847 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2848
2849         * BufferView.C (lockInset): another bad getchar crunched
2850
2851 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2852
2853         * text2.C (changeDepth): do not setUndo on test_only (make undo work
2854         again)
2855
2856 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
2857
2858         * lyxfind.C (searchForward, searchBackwards): bug 782
2859
2860 2003-04-07  John Levon  <levon@movementarian.org>
2861
2862         * paragraph.C: remove dead comment
2863
2864         * text.C: remove troublesome depth-fiddling code
2865         in leftMargin() and rightMargin() (bug 1017)
2866
2867         * text.C: fix breaking of rows in nested lists
2868         (bug 1004)
2869
2870         * text2.C (updateCounters): fix up depth values
2871         (bug 1013)
2872
2873 2003-04-07  John Levon  <levon@movementarian.org>
2874
2875         * BufferView_pimpl.C: clear message when doc finishes resizing,
2876         and after a mouse event
2877
2878         * lyxfunc.C: clear message after exiting inset
2879
2880 2003-04-07  John Levon  <levon@movementarian.org>
2881
2882         * bufferview_funcs.C: show math status not outside
2883         status in the statusbar
2884
2885 2003-04-07  John Levon  <levon@movementarian.org>
2886
2887         * lyxfunc.C: note status changed after a depth change
2888
2889 2003-04-04  Angus Leeming  <leeming@lyx.org>
2890
2891         * LaTeX.h: move AuxInfo operator==, != out of line.
2892         Remove LaTeX virtual destructor; nothing derives from it.
2893         Move operator()() out of public area and rename it startscript().
2894         Change protected for private.
2895
2896 2003-04-04  Angus Leeming  <leeming@lyx.org>
2897
2898         * lyxfunc.C:
2899         * text2.C: remove unneeded #includes.
2900
2901 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
2902
2903         * text2.C (dEPM): fix the heigth of the next row
2904
2905 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
2906
2907         * text.C: squashed an invalid getChar requester + some ws changes
2908
2909 2003-04-03  John Levon  <levon@movementarian.org>
2910
2911         * bufferview_funcs.h:
2912         * bufferview_funcs.C:
2913         * lyxfunc.C:
2914         * lyxtext.h:
2915         * text2.C: make getStatus work for the env depth lfuns
2916
2917 2003-04-03  John Levon  <levon@movementarian.org>
2918
2919         * bufferview_funcs.h:
2920         * bufferview_funcs.C:
2921         * lyxfunc.C:
2922         * lyxtext.h:
2923         * text2.C: parlistize decDepth(), by merging it with incDepth()
2924
2925 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2926
2927         * lyxrow.h: store a ParagraphList::iterator instead of a
2928         Paragraph* and adjust other class functions to suit.
2929
2930         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
2931         above.
2932
2933 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
2934
2935         * text2.C (setCursor): do not anchor to cursor row for the time being
2936
2937 2003-04-02  John Levon  <levon@movementarian.org>
2938
2939         * LyXAction.C:
2940         * lfuns.h:
2941         * lyx_main.C:
2942         * lyxtext.h:
2943         * text.C:
2944         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
2945
2946 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2947
2948         * paragraph.h: make ParagraphList and ParagraphList::iterator
2949         friends of Paragraph.
2950
2951         * buffer.C (makeLinuxDocFile): move towards ParagraphList
2952
2953         * ParagraphList.C: Use the private next_ and previous_ from
2954         Paragraph.
2955
2956 2003-04-01  John Levon  <levon@movementarian.org>
2957
2958         * ToolbarBackend.h:
2959         * ToolbarBackend.C:
2960         * Makefile.am: rename, remove defaults gunk
2961
2962         * MenuBackend.h:
2963         * MenuBackend.C: remove defaults gunk
2964
2965         * Languages.h:
2966         * Languages.C: remove defaults gunk
2967
2968         * lyx_main.h:
2969         * lyx_main.C: error out if files couldn't be found.
2970
2971 2003-04-02  John Levon  <levon@movementarian.org>
2972
2973         * text2.C: make incDepth() use parlist
2974
2975 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2976
2977         * undo_funcs.C (firstUndoParagraph): adjust
2978
2979         * text3.C (gotoInset): adjust
2980         (dispatch): adjust, and rewrite loop.
2981
2982         * text2.C (init): adjust, and rewrite loop.
2983         (redoParagraphs): adjust
2984         (updateInset): adjust, and rewrite loop.
2985         (deleteEmptyParagraphMechanism): adjust
2986
2987         * tabular.C (LyXTabular): adjust
2988         (SetMultiColumn): adjust
2989         (TeXRow): adjust
2990
2991         * lyxtext.[Ch] (ownerParagraph): delete function
2992         (ownerParagraphs): new function returns a ParagraphList.
2993
2994         * BufferView.C (removeAutoInsets): adjust
2995         (insertErrors): adjust
2996         (setCursorFromRow): adjust
2997
2998 2003-04-01  Angus Leeming  <leeming@lyx.org>
2999
3000         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3001         in the frontends.
3002
3003 2003-04-02  John Levon  <levon@movementarian.org>
3004
3005         * lyxtext.h:
3006         * text.C:
3007         * Makefile.am:
3008         * text_funcs.h:
3009         * text_funcs.C: make transposeChars a free function
3010
3011         * lyxrow_funcs.C: remove wrong comment
3012
3013 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3014
3015         * lyxtext.h: adjust
3016         * rowpainter.C: adjust
3017         * text.C: adjust
3018         * text2.C: adjust
3019         * text3.C: adjust
3020
3021         * lyxrow_funcs. [Ch]: new files
3022
3023         * lyxrow.[Ch]: remove next and previous pointers
3024         (next,previous): remove accessor functions
3025         (isParEnd): move to lyxrow_funcs
3026         (lastPos): move to lyxrow_funcs
3027         (nextRowIsAllInset): move to lyxrow_funcs
3028         (lastPrintablePos): move to lyxrow_funcs
3029         (numberOfSeparators): move to lyxrow_funcs
3030         (numberOfHfills): move to lyxrow_funcs
3031         (numberOfLabelHfills): move to lyxrow_funcs
3032         (hfillExpansion): move to lyxrow_funcs
3033
3034         * lyxfunc.C: adjust
3035
3036         * bufferview_funcs.C (toggleAndShow): adjust
3037
3038         * RowList.h: Remove class RowList from file leave just a
3039         std::list<Row>.
3040
3041         * RowList.C: delete file
3042
3043         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3044         and lyxrow_funcs.h
3045
3046 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3047
3048         * text3.C (cursorPrevious): adjust
3049         (cursorNext): adjust
3050         (dispatch): adjust
3051
3052         * text2.C (redoHeightOfParagraph): adjust
3053         (redoDrawingOfParagraph): adjust
3054         (setCursor): adjust
3055
3056         * text.C (breakParagraph): adjust
3057         (insertChar): adjust
3058         (backspace): adjust
3059
3060         * rowpainter.C (RowPainter): adjust
3061         (leftMargin): simplify and adjust
3062         (most rowpainter functions): adjust.
3063
3064         * rowpainter.h: store the row as RowList::iterator not as Row*
3065
3066         * lyxcursor.C (row): taka RowList::iterator as arg
3067         (irow): ditto
3068
3069         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3070         of Row*.
3071
3072 2003-04-01  Angus Leeming  <leeming@lyx.org>
3073
3074         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3075         stuff like bool Bool.
3076
3077 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3078
3079         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3080         rewrite a loop
3081
3082 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3083
3084         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3085         RowList::iterator.
3086
3087         * lyxtext.h (rows): drop one version and leve a const variant that
3088         returns a RowList::iterator.
3089
3090 2003-03-31  Angus Leeming  <leeming@lyx.org>
3091
3092         * text.C (fill): ensure that the signature is the same as that in the
3093         header file.
3094
3095 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3096
3097         * text2.C (redoParagraphs): adjust
3098         (updateCounters): adjust
3099         (checkParagraph): adjust
3100         (getColumnNearX): adjust and reformat a bit.
3101
3102         * text.C (top_y): adjust
3103         (workWidth): adjust
3104         (leftMargin): adjust
3105         (prepareToPrint): adjust
3106         (getRow): adjust
3107         (getRowNearY): adjust
3108
3109         * lyxtext.h: make rowlist_ mutable.
3110
3111         * RowList.h: add const_iterator
3112         * RowList.C: adjust for RowList::const_iterator.
3113
3114         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3115         adjust.
3116
3117 2003-03-31  John Levon  <levon@movementarian.org>
3118
3119         * lyxrc.h:
3120         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3121
3122         * lyx_main.C: set default fonts from using lyx_gui funcs
3123
3124         * exporter.C: pdf_mode moved from lyxrc
3125
3126         * lyx_cb.C:
3127         * lyxfunc.C: changes from above
3128
3129 2003-03-31  John Levon  <levon@movementarian.org>
3130
3131         * lyx_main.C: fix to the last fix
3132
3133 2003-03-31  John Levon  <levon@movementarian.org>
3134
3135         * bufferlist.C: "Load original" -> "Load Original"
3136
3137         * converter.C:
3138         * exporter.C:
3139         * importer.C:
3140         * lyx_main.C:
3141         * format.C: more Alert cleanups
3142
3143 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3144
3145         * text2.C (removeParagraph): make it take a RowList::iterator as
3146         arg, adjust.
3147         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3148         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3149
3150         * text.C (anchor_row): make it take a RowList::iterator as arg,
3151         adjust.
3152         (computeBidiTables): make it take a const reference to Row instead
3153         of Row pointer, adjust.
3154         (leftMargin): make it take a RowList::iterator as arg, adjust.
3155         (rowBreakPoint): adjust
3156         (breakAgainOneRow): make it take a RowList::iterator as arg,
3157         adjust.
3158         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3159
3160         * bufferview_funcs.C (toggleAndShow): adjust
3161
3162 2003-03-30  John Levon  <levon@movementarian.org>
3163
3164         * Makefile.am:
3165         * BoostFormat.h:
3166         * boost-inst.C: moved to support
3167
3168         * several files: changes as a result
3169
3170 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3171
3172         * text2.C (LyXText): adjust.
3173         (init): adjust
3174         (removeRow): make it take a RowList::iterator as arg, adjust.
3175         (fullRebreak): adjust
3176         (deleteEmptyParagraphMechanism): adjust
3177         (clearPaint): adjust
3178         (postPaint): adjust
3179
3180         * text.C (top_y): adjust
3181         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3182         (breakAgain): make it take a RowList::iterator as arg, adjust.
3183         (breakParagraph): adjust
3184         (insertChar): adjust
3185         (backspace): adjust
3186
3187         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3188         need_break_row, and refresh_row.
3189
3190         * text3.C (dispatch): adjust
3191
3192         * text2.C (checkParagraph): adjust
3193         (setCursor): adjust
3194         (setCursorFromCoordinates): adjust
3195
3196         * text.C (top_y): adjust
3197         (workWidth): adjust
3198         (getRow): make it return a RowList::iterator, adjust
3199         (getRowNearY): make it return a RowList::iterator, adjust
3200
3201         * text2.C (init): adjust
3202         (insertRow): remove function
3203         (insertParagraph): adjust
3204         (redoParagraphs): adjust
3205         (fullRebreak): adjust
3206         (updateCounters): adjust
3207
3208         * text.C (top_y): rewrite to use RowList iterators.
3209         (top_y): adjust
3210         (setHeightOfRow): rewrite to sue RowList iterators.
3211         (appendParagraph): adjust
3212         (breakAgain): adjust
3213         (breakAgainOneRow): adjust
3214         (breakParagraph): adjust
3215         (getRow): adjust
3216         (getRowNearY): adjust, and remove commented code.
3217
3218         * lyxtext.h (firstRow): delete function
3219         (lastRow): delete function
3220         (rows): new function (const and non-const versions.)
3221         (insertRow): delete function
3222
3223         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3224
3225 2003-03-29  John Levon  <levon@movementarian.org>
3226
3227         * BufferView_pimpl.C: always update scrollbar top
3228         because pasting text when we're anchored could mean we
3229         miss an update altogether
3230
3231 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3232
3233         * text2.C (init): use rowlist_.end() and not 0.
3234         (insertRow): change to take a RowList::iterator as arg, adjust
3235         for this.
3236         (insertParagraph): change to take a RowList::iterator as arg,
3237         adjust for this.
3238         (redoParagraphs): remove some debug msgs.
3239
3240         * text.C (appendParagraph): change to take a RowList::iterator
3241         arg, adjust for this.
3242         (breakAgain): add an assert
3243         (breakAgainOneRow): ditto
3244
3245 2003-03-29  John Levon  <levon@movementarian.org>
3246
3247         * text2.C: do not clear selection after inc/decDepth
3248         (bug 550)
3249
3250 2003-03-29  John Levon  <levon@movementarian.org>
3251
3252         * BufferView.C:
3253         * buffer.C: fix broken strerrors according to Lars
3254
3255 2003-03-29  John Levon  <levon@movementarian.org>
3256
3257         * converters.C: more Alert cleanups
3258
3259 2003-03-29  John Levon  <levon@movementarian.org>
3260
3261         * bufferview_funcs.C: remove pointless Alert
3262
3263         * buffer.C: fix confusing error message when
3264         a template is chmoded 000
3265
3266 2003-03-29  John Levon  <levon@movementarian.org>
3267
3268         * BufferView.C:
3269         * BufferView.h:
3270         * BufferView_pimpl.C: Alert fixes
3271
3272         * Makefile.am:
3273         * tabular.C:
3274         * tabular-old.C: remove unused table compat reading
3275
3276 2003-03-29  John Levon  <levon@movementarian.org>
3277
3278         * BufferView.C:
3279         * buffer.C:
3280         * lyx_cb.h:
3281         * lyx_cb.C: more Alert cleanups
3282
3283         * lyxfunc.C: don't allow chktex if not latex document
3284
3285 2003-03-29  John Levon  <levon@movementarian.org>
3286
3287         * lyx_cb.C:
3288         * BufferView.C:
3289         * buffer.C: warnings pushed down from support/,
3290         kill err_alert
3291
3292 2003-03-29  John Levon  <levon@movementarian.org>
3293
3294         * lyxfunc.C: safety check for C-r (revert)
3295
3296 2003-03-29  John Levon  <levon@movementarian.org>
3297
3298         * bufferlist.h:
3299         * bufferlist.C: several UI fixes using Alert::prompt.
3300         Fix the pointless looping quit code. Fix stupid revert
3301         behaviour (bug 938)
3302
3303         * lyxvc.h:
3304         * lyxvc.C:
3305         * lyx_cb.C: use Alert::prompt
3306
3307         * lyx_main.C: remove a silly question
3308
3309         * lyxfunc.C: remove a couple of silly questions,
3310         use Alert::prompt
3311
3312 2003-03-28  John Levon  <levon@movementarian.org>
3313
3314         * text2.C: fix bug 974 (End on empty par)
3315
3316 2003-03-28  John Levon  <levon@movementarian.org>
3317
3318         * BufferView_pimpl.C:
3319         * LyXAction.C:
3320         * lfuns.h: remove do-nothing math greek lfuns
3321
3322 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3323
3324         * lyxgluelength.h (isValidGlueLength): add default arg on
3325         parameter 2. Remove default arg from friend in class.
3326
3327         * lyxlength.h (isValidLength): add default arg on parameter 2.
3328         Remove default arg from friend in class.
3329
3330         * text2.C (LyXText): adjust, initialize refresh_row.
3331         (init): adjust
3332         (removeRow): adjust
3333         (insertRow): adjust
3334         (insertParagraph): adjst
3335         (redoParagraphs): adjust
3336         (fullRebreak): adjust
3337         (updateCounters): adjust
3338         (deleteEmptyParagraphMechanism): first attempt at fixing a
3339         crashing bug.
3340
3341         * text.C (top_y): adjust
3342         (setHeightOfRow): adjust
3343         (getRow): adjust
3344         (getRowNearY): adjust
3345
3346         * lyxtext.h: include RowList.h
3347         (~LyXText): not needed anymore, deleted.
3348         (firstRow): modify for RowList
3349         (lastRow): new function
3350         Delete firstrow and lastrow class variables, add a Rowlist
3351         rowlist_ class variable.
3352
3353         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3354         paragraph is empty.
3355
3356         * RowList.C (insert): fix case where it == begin().
3357
3358 2003-03-26  Angus Leeming  <leeming@lyx.org>
3359
3360         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3361         the thesaurus dialog.
3362
3363 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3364
3365         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3366
3367         * RowList.[Ch]: new files
3368
3369         * ParagraphList.C (erase): handle the case where it == begin
3370         correctly.
3371
3372 2003-03-25  John Levon  <levon@movementarian.org>
3373
3374         * Makefile.am:
3375         * aspell_local.h:
3376         * aspell.C: add new aspell support
3377
3378         * lyxrc.h:
3379         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3380         have it accessible.
3381
3382 2003-03-25  Angus Leeming  <leeming@lyx.org>
3383
3384         * lfuns.h:
3385         * LyXAction.C (init): new LFUN_INSET_INSERT.
3386
3387         * BufferView_pimpl.C (dispatch): split out part of the
3388         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3389
3390         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3391         LFUN_INSET_APPLY.
3392
3393 2003-03-25  Angus Leeming  <leeming@lyx.org>
3394
3395         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3396
3397 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3398
3399         * text2.C:
3400         * text3.C: remove useless row->height(0)
3401
3402 2003-03-25  John Levon  <levon@movementarian.org>
3403
3404         * lyxtext.h:
3405         * text2.C:
3406         * text3.C: rename the refreshing stuff to better names
3407
3408 2003-03-24  John Levon  <levon@movementarian.org>
3409
3410         * BufferView_pimpl.h:
3411         * BufferView_pimpl.C: update layout choice on a mouse
3412         press/release
3413
3414 2003-03-23  John Levon  <levon@movementarian.org>
3415
3416         * Makefile.am: fix commandtags.h reference
3417
3418 2003-03-22  John Levon  <levon@movementarian.org>
3419
3420         * BufferView_pimpl.C:
3421         * lyxtext.h:
3422         * rowpainter.C:
3423         * rowpainter.h:
3424         * text.C:
3425         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3426
3427 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3428
3429         * lyxtext.h:
3430         * text.C: take the rtl methods out of line
3431
3432 2003-03-21 André Pönitz <poenitz@gmx.net>
3433
3434         * metricsinfo.[Ch]: new files containing structures to be passed around
3435         during the two-phase-drawing...
3436
3437 2003-03-21 André Pönitz <poenitz@gmx.net>
3438
3439         * lyxtextclass.C: read 'environment' tag.
3440
3441 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3442
3443         * text2.C (removeRow): fix bug 964
3444
3445 2003-03-20  John Levon  <levon@movementarian.org>
3446
3447         * rowpainter.C:
3448         * text.C:
3449         * text2.C: paint cleanups. Inset::update() dropped font
3450         parameter
3451
3452 2003-03-19  John Levon  <levon@movementarian.org>
3453
3454         * lyxfunc.C: only fitcursor/markDirty if available()
3455
3456 2003-03-19  John Levon  <levon@movementarian.org>
3457
3458         * commandtags.h: rename to ...
3459
3460         * lfuns.h: ... this, and renumber / cleanup
3461
3462 2003-03-19  John Levon  <levon@movementarian.org>
3463
3464         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3465         fit the cursor after an lfun
3466
3467         * BufferView.h:
3468         * BufferView.C:
3469         * BufferView_pimpl.h:
3470         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3471
3472         * LyXAction.C: layout-character should have ReadOnly
3473
3474         * ParagraphParameters.C:
3475         * buffer.C:
3476         * bufferview_funcs.C:
3477         * lyx_cb.C:
3478         * lyxfind.C:
3479         * lyxtext.h:
3480         * text.C:
3481         * text2.C:
3482         * text3.C:
3483         * undo_funcs.C: changes from above
3484
3485 2003-03-18  John Levon  <levon@movementarian.org>
3486
3487         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3488         remove it from update()
3489
3490         * lyxfunc.C: update layout choice after an lfun
3491
3492         * text3.C: remove extra updateLayoutChoice()s
3493
3494 2003-03-18  John Levon  <levon@movementarian.org>
3495
3496         * text.C: top_y change means full repaint, fix
3497         a drawing bug with cursor movement
3498
3499 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3500
3501         * lyxtext.h:
3502         * text.C:
3503         * text2.C: anchor row on setCursor
3504
3505 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3506
3507         * lyxtext.h: remove almost all mutable keywords
3508         * text.C:
3509         * text2.C:
3510         * text3.C: remove const keywords accordingly
3511
3512 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3513
3514         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3515         anon namespace
3516         (TeXEnvironment): ditto
3517         (TeXOnePar): ditto
3518
3519 2003-03-17  John Levon  <levon@movementarian.org>
3520
3521         * text.C (rowBreakPoint): remove attempt to fix displayed
3522         math insets inside a manual label
3523
3524 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3525
3526         * lyxtext.h: remove BufferView* as first arg from almost all class
3527         functions.
3528         * other files: adjust.
3529
3530 2003-03-17  John Levon  <levon@movementarian.org>
3531
3532         * lyxtext.h:
3533         * undo_funcs.C:
3534         * text2.C: more paint cleanups
3535
3536         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3537
3538         * rowpainter.h:
3539         * rowpainter.C: remove "smart" background painting code
3540
3541 2003-03-16  John Levon  <levon@movementarian.org>
3542
3543         * lyxtext.h:
3544         * text.C:
3545         * text2.C:
3546         * text3.C: add helper functions for setting refresh_row/y
3547
3548 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3549
3550         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3551         newline inset which *can* get inserted in the pass_thru layouts.
3552         This is primarily for literate documents.
3553
3554 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3555
3556         * buffer.C: increment LYX_FORMAT to 223
3557
3558 2003-03-14 André Pönitz <poenitz@gmx.net>
3559
3560         * textclass.h: prepare for environment handling, ws changes
3561         * lyxlayout.C: read latexheader and latexfooter tags
3562
3563 2003-03-14  John Levon  <levon@movementarian.org>
3564
3565         * text2.C: rewrite ::status() a bit
3566
3567 2003-03-13  John Levon  <levon@movementarian.org>
3568
3569         * lyxtext.h: add some docs
3570
3571 2003-03-13  John Levon  <levon@movementarian.org>
3572
3573         * lyxtext.h:
3574         * text.C:
3575         * text2.C:
3576         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3577
3578 2003-03-13  John Levon  <levon@movementarian.org>
3579
3580         * text3.C: fix appendix redrawing
3581
3582 2003-03-13  John Levon  <levon@movementarian.org>
3583
3584         * text.C (setHeightOfRow):
3585         * rowpainter.h:
3586         * rowpainter.C: make appendix mark have the text
3587           "Appendix" so the user knows what it is
3588
3589         * LColor.h:
3590         * LColor.C: s/appendixline/appendix/ from above
3591
3592 2003-03-13  John Levon  <levon@movementarian.org>
3593
3594         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3595
3596         * text.C: fix a getChar(pos) bug properly
3597
3598 2003-03-13  Angus Leeming  <leeming@lyx.org>
3599
3600         * commandtags.h:
3601         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3602         Probably only temporary. Let's see how things pan out.
3603
3604         * BufferView.C (unlockInset):
3605         * BufferView_pimpl.C (fitCursor):
3606         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3607
3608         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3609         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3610
3611         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3612         new functions that convert ParagraphParameters to and from a string.
3613
3614         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3615         BufferView::Pimpl's dispatch.
3616         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3617
3618 2003-03-13 André Pönitz <poenitz@gmx.net>
3619
3620         * lyxfunc.C:
3621         * text3.C:
3622         * factory.C: make it aware of InsetEnv
3623
3624 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3625
3626         * text2.C (setCursor): never ask for one past last
3627         (setCursor): add some debugging messages.
3628
3629         * text.C (singleWidth): never ask for one past last
3630         (singleWidth): ditto
3631         (leftMargin): ditto
3632         (rightMargin): ditto
3633         (rowBreakPoint): ditto
3634         (setHeightOfRow): ditto
3635         (prepareToPrint): ditto
3636
3637         * rowpainter.C (paintBackground): never ask for one past last
3638         (paintText): never ask for one past last
3639
3640         * paragraph_pimpl.C (getChar): make the assert stricter, never
3641         allow the one past last pos to be taken
3642
3643         * paragraph.C (getChar): ws changes only
3644
3645         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3646         (numberOfSeparators): ditto
3647         (numberOfHfills): ditto
3648
3649 2003-03-12  John Levon  <levon@movementarian.org>
3650
3651         * author.h:
3652         * author.C:
3653         * bufferparams.h:
3654         * bufferparams.C:
3655         * paragraph_funcs.C: fix per-buffer authorlists
3656
3657 2003-03-12  John Levon  <levon@movementarian.org>
3658
3659         * text.C: fix newline in right address
3660
3661 2003-03-12  Angus Leeming  <leeming@lyx.org>
3662
3663         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3664         duplicate those in LyXFunc::dispatch.
3665
3666         * commandtags.h:
3667         * LyXAction.C:
3668         * ToolbarDefaults.C:
3669         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3670         Add LFUN_FONTFREE_UPDATE.
3671
3672         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3673         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3674
3675         * bufferview_func.[Ch]: several new functions to facilliate
3676         transfer of data to and from the character dialog.
3677
3678 2003-03-12  John Levon  <levon@movementarian.org>
3679
3680         * buffer.C:
3681         * paragraph.h:
3682         * paragraph.C:
3683         * paragraph_funcs.C:
3684         * paragraph_pimpl.C:
3685         * sgml.C:
3686         * tabular.C:
3687         * text.C:
3688         * text3.C: remove META_NEWLINE in favour of an inset
3689
3690         * rowpainter.h:
3691         * rowpainter.C: remove paintNewline (done by inset)
3692
3693 2003-03-12  John Levon  <levon@movementarian.org>
3694
3695         * paragraph_pimpl.C: complain about bad getChar()s
3696         for a while at least
3697
3698 2003-03-12  John Levon  <levon@movementarian.org>
3699
3700         * buffer.h:
3701         * buffer.C: move paragraph read into a separate function,
3702         a little renaming to reflect that.
3703
3704         * bufferparams.h:
3705         * bufferparams.C: remove the author_ids map, not necessary now
3706
3707         * factory.h:
3708         * factory.C: moved Buffer::readInset to here
3709
3710         * paragraph_funcs.h:
3711         * paragraph_funcs.C: readParagraph free function moved from
3712         buffer.C
3713
3714         * tabular.C: name change
3715
3716 2003-03-12  John Levon  <levon@movementarian.org>
3717
3718         * buffer.C:
3719         * ParagraphParameters.C: move par params input to
3720         a read() method
3721
3722         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
3723         behave like a normal read from the stream wrt reading
3724         a line vs. a \\token
3725
3726 2003-03-12  John Levon  <levon@movementarian.org>
3727
3728         * paragraph.C:
3729         * ParagraphParameters.h:
3730         * ParagraphParameters.C: move output code to a
3731         ::write() method
3732
3733 2003-03-12  John Levon  <levon@movementarian.org>
3734
3735         * BufferView.C (insertLyXFile):
3736         * buffer.h:
3737         * buffer.C:
3738         * tabular.C: use a parlist iterator for creating the
3739           document.
3740
3741 2003-03-12  John Levon  <levon@movementarian.org>
3742
3743         * buffer.C: make current_change static local not
3744           static file-scope
3745
3746 2003-03-12  John Levon  <levon@movementarian.org>
3747
3748         * buffer.C: fix insertStringAsLines for change tracking
3749
3750 2003-03-12  John Levon  <levon@movementarian.org>
3751
3752         * BufferView.C:
3753         * tabular.C:
3754         * buffer.h:
3755         * buffer.C:
3756         * bufferparams.h:
3757         * bufferparams.C: move author list into params. Rename some
3758           functions. Move the header reading into a separate token
3759           loop. Move the header token reading into BufferParams.
3760
3761 2003-03-12  John Levon  <levon@movementarian.org>
3762
3763         * changes.C: put debug inside lyxerr.debugging() checks
3764
3765 2003-03-11 André Pönitz <poenitz@gmx.net>
3766
3767         * factory.C: make it aware of InsetHFill
3768
3769 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3770
3771         * buffer.C (latexParagraphs): move function from here...
3772         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
3773         args.
3774
3775 2003-03-10  Angus Leeming  <leeming@lyx.org>
3776
3777         * LyXAction.C (init): fix bug in poplating array with multiple entries
3778         with the same LFUN (spotted by JMarc).
3779
3780 2003-03-10  John Levon  <levon@movementarian.org>
3781
3782         * text.C:
3783         * text2.C: move getColumnNearX() near its
3784         only call site
3785
3786 2003-03-10  John Levon  <levon@movementarian.org>
3787
3788         * text.C: fix break before a minipage
3789
3790 2003-03-10  John Levon  <levon@movementarian.org>
3791
3792         * text.C: fix the last commit
3793
3794 2003-03-09  John Levon  <levon@movementarian.org>
3795
3796         * lyxtext.h:
3797         * text.C:
3798         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
3799         bug 365 (don't break before insets unless needed). Don't
3800         return a value > last under any circumstances.
3801
3802 2003-03-09  Angus Leeming  <leeming@lyx.org>
3803
3804         * BufferView_pimpl.C (trackChanges, dispatch): call
3805         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
3806
3807 2003-03-09  Angus Leeming  <leeming@lyx.org>
3808
3809         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
3810         than Dialogs::showAboutlyx().
3811
3812 2003-03-09  Angus Leeming  <leeming@lyx.org>
3813
3814         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
3815         than Dialogs::showTabularCreate().
3816
3817 2003-03-09  John Levon  <levon@movementarian.org>
3818
3819         * lyxtext.h:
3820         * text.C:
3821         * text2.C: 3rd arg to nextBreakPoint was always the same.
3822           Use references.
3823
3824 2003-03-08  John Levon  <levon@movementarian.org>
3825
3826         * lyxrow.C:
3827         * paragraph.C:
3828         * paragraph.h:
3829         * rowpainter.C:
3830         * text.C:
3831         * text2.C: Remove the "main" bit from the "main body"
3832           notion.
3833
3834 2003-03-08  John Levon  <levon@movementarian.org>
3835
3836         * text.C (leftMargin): The left margin of an empty
3837         manual label paragraph should not include the label width
3838         string length.
3839
3840         * text.C (prepareToPrint): don't attempt to measure hfills
3841         for empty manual label paragraphs - the answer should be 0
3842
3843 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3844
3845         * CutAndPaste.C: remove commented code and reindent.
3846
3847 2003-03-08  John Levon  <levon@movementarian.org>
3848
3849         * lyxfunc.h:
3850         * lyxfunc.C: move reloadBuffer()
3851
3852         * BufferView.h:
3853         * BufferView.C: to here
3854
3855         * lyxvc.C: add comment
3856
3857         * vc-backend.h:
3858         * vc-backend.C: call bv->reload() to avoid
3859           getStatus() check on MENURELOAD
3860
3861 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
3862
3863         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
3864         to an old format .dep file.
3865
3866 2003-03-07  Angus Leeming  <leeming@lyx.org>
3867
3868         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
3869         when the LFUN_MOUSE_RELEASE should have been handled by
3870         inset->localDispatch.
3871
3872 2003-03-07  Angus Leeming  <leeming@lyx.org>
3873
3874         * BufferView_pimpl.C (dispatch):
3875         * LyXAction.C (init):
3876         * ToolbarDefaults.C (init):
3877         * commandtags.h:
3878         * lyxfunc.C (getStatus):
3879         remove LFUN_INSET_GRAPHICS.
3880
3881         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
3882
3883 2003-03-07  Angus Leeming  <leeming@lyx.org>
3884
3885         * commandtags.h:
3886         * LyXAction.C (init):
3887         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
3888
3889         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
3890
3891         * commandtags.h:
3892         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
3893
3894         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
3895         localDispatch method LFUN_INSET_DIALOG_UPDATE.
3896
3897 2003-03-07  Angus Leeming  <leeming@lyx.org>
3898
3899         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
3900         remove "ert".
3901
3902 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3903
3904         * ParagraphList.C (front): new function
3905         (back): implement
3906
3907 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
3908
3909         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
3910         and top_row_offset_. removed var first_y.
3911         * text.C (top_y):
3912         * text2.C (LyXText, removeRow):
3913         * text3.C:
3914         * BufferView_pimpl.C:
3915         use these methods instead of using first_y
3916
3917 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3918
3919         * text2.C (pasteSelection): adjust for checkPastePossible
3920
3921         * CutAndPaste.C: remove Paragraph * buf and replace with
3922         ParagraphList paragraphs.
3923         (DeleteBuffer): delete
3924         (cutSelection): change the tc type to textclass_type
3925         (copySelection): change the tc type to textclass_type
3926         (copySelection): adjust for ParagraphList
3927         (pasteSelection): change the tc type to textclass_type
3928         (pasteSelection): adjust for Paragraphlist
3929         (nrOfParagraphs): simplify for ParagraphList
3930         (checkPastePossible): simplify for ParagraphList
3931         (checkPastePossible): remove unused arg
3932
3933         * ParagraphList.C (insert): handle the case where there are no
3934         paragraphs yet.
3935
3936         * CutAndPaste.h: make CutAndPaste a namespace.
3937
3938         * text3.C (dispatch): adjust
3939
3940         * text.C (breakParagraph): add a ParagraphList as arg
3941
3942         * paragraph_funcs.C (breakParagraph): change to take a
3943         BufferParams and a ParagraphList as args.
3944         (breakParagraphConservative): ditto
3945         (mergeParagraph): ditto
3946         (TeXDeeper): add a ParagraphList arg
3947         (TeXEnvironment): ditto
3948         (TeXOnePar): ditto
3949
3950         * buffer.C (readLyXformat2): adjust
3951         (insertStringAsLines): adjust
3952         (latexParagraphs): adjust
3953
3954         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
3955         (cutSelection): adjust
3956         (pasteSelection): adjust
3957
3958         * BufferView_pimpl.C (insertInset): adjust
3959
3960 2003-03-05  Angus Leeming  <leeming@lyx.org>
3961
3962         * commandtags.h:
3963         * LyXAction.C (init):
3964         * BufferView_pimpl.C (dispatch):
3965         * lyxfunc.C (getStatus):
3966         remove LFUN_CHILD_INSERT.
3967
3968         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
3969
3970 2003-03-05  Angus Leeming  <leeming@lyx.org>
3971
3972         * commandtags.h:
3973         * LyXAction.C (init):
3974         * src/factory.C (createInset):
3975         * lyxfunc.C (getStatus):
3976         * text3.C (dispatch):
3977         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
3978
3979         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
3980
3981 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
3982
3983         * ParagraphList.C (insert): handle insert right before end()
3984         (erase): fix cases where it can be first or last paragraph.
3985
3986 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3987
3988         * paragraph_funcs.C (TeXEnvironment): remove all usage of
3989         Paragraph::next and Paragraph::previous
3990         (TeXOnePar): ditto
3991
3992         * text.C (breakParagraph): adjust
3993
3994         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
3995         BufferParams& as arg.
3996         (breakParagraph): use ParagraphList::insert
3997         (breakParagraphConservative): take a Buffer* instead of a
3998         BufferParams& as arg.
3999         (breakParagraphConservative): use ParagraphList::insert.
4000
4001         * buffer.C (insertStringAsLines): un-const it
4002         (insertStringAsLines): adjust
4003
4004         * ParagraphList.C (insert): new function
4005
4006         * CutAndPaste.C (pasteSelection): adjust
4007
4008         * text.C (backspace): adjust
4009
4010         * tabular.C (SetMultiColumn): adjust
4011
4012         * CutAndPaste.C (cutSelection): adjust
4013         (pasteSelection): adjust
4014
4015         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4016         Buffer const * as arg
4017
4018         * ParagraphList.C (erase): new function
4019         * paragraph_funcs.C (mergeParagraph): use it
4020         (mergeParagraph): make it take a Buffer* instead of a
4021         BufferParams* as arg
4022
4023         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4024         as arg
4025         (breakParagraphConservative): ditto
4026
4027         * paragraph.h: remove the breakParagraph friend
4028
4029         * paragraph.C (eraseIntern): new function
4030         (setChange): new function
4031
4032         * paragraph_funcs.C (mergeParagraph): make it take a
4033         ParagraphList::iterator instead of a Paragraph *, adjust
4034         accordingly.
4035
4036         * paragraph.h: move an #endif so that the change tracking stuff
4037         also works in the NO_NEXT case.
4038
4039 2003-03-04  Angus Leeming  <leeming@lyx.org>
4040
4041         * commandtags.h:
4042         * LyXAction.C: new LFUN_INSET_MODIFY.
4043
4044         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4045         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4046
4047 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4048
4049         * several files: ws changes only
4050
4051         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4052         (TeXEnvironment): ditto
4053         (TeXDeeper): ditto
4054
4055         * buffer.C (makeLaTeXFile): adjust
4056         (latexParagraphs): make it take ParagraphList::iterator as args
4057
4058 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4059
4060         * buffer.C (latexParagraphs): adjust
4061
4062         * paragraph.C (TeXOnePar): move function...
4063         (optArgInset): move function...
4064         (TeXEnvironment): move function...
4065         * paragraph_pimpl.C (TeXDeeper): move function...
4066         * paragraph_funcs.C: ...here
4067
4068         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4069
4070 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4071
4072         * buffer.C (readInset): remove compability code for old Figure and
4073         InsetInfo insets
4074
4075 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4076
4077         * buffer.C: ws changes
4078         (readInset):
4079
4080         * BufferView_pimpl.C: ditto
4081         * author.C: ditto
4082         * buffer.h: ditto
4083         * bufferlist.h: ditto
4084         * changes.h: ditto
4085         * lyxfunc.C: ditto
4086
4087 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4088
4089         * converter.[Ch]: split into itself +
4090         * graph.[Ch]
4091         * format.[Ch]
4092         * Makefile.am: += graph.[Ch] + format.[Ch]
4093         * MenuBackend.C
4094         * buffer.C
4095         * exporter.C
4096         * importer.C
4097         * lyx_main.C
4098         * lyxfunc.C
4099         * lyxrc.C: added #include "format.h"
4100
4101 2003-02-27  Angus Leeming  <leeming@lyx.org>
4102
4103         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4104           a label.
4105
4106         * factory.C (createInset): add "label" to the factory.
4107
4108         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4109           string and do no more.
4110
4111 2003-02-27  Angus Leeming  <leeming@lyx.org>
4112
4113         * commandtags.h:
4114         * LyXAction.C (init):
4115         * factory.C (createInset):
4116         * BufferView_pimpl.C (dispatch):
4117           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4118
4119         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4120
4121         * lyxfunc.C (dispatch):
4122         * text3.C (dispatch): pass name to params2string.
4123
4124 2003-02-26  Angus Leeming  <leeming@lyx.org>
4125
4126         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4127           blocks together.
4128           Rearrange the ~includes. Strip out the unnecessary ones.
4129
4130         * factory.C (createInset): reformat.
4131           create new insets for the various LFUN_XYZ_APPLY lfuns.
4132
4133 2003-02-26  John Levon  <levon@movementarian.org>
4134
4135         * lyxrow.h:
4136         * lyxrow.C: add isParStart,isParEnd helpers
4137
4138         * paragraph.h: make isInserted/DeletedText take refs
4139
4140         * paragraph_funcs.h:
4141         * paragraph_funcs.C: remove #if 0'd code
4142
4143         * lyxtext.h:
4144         * text3.C:
4145         * text2.C:
4146         * text.C: use lyxrow helpers above.
4147           Move draw and paint routines to RowPainter.
4148           Make several methods use refs not pointers.
4149           Make backgroundColor() const.
4150           Add markChangeInDraw(), isInInset().
4151           Merge changeRegionCase into changeCase.
4152           Make workWidth() shouldn't-happen code into an Assert.
4153
4154         * rowpainter.h:
4155         * rowpainter.C: new class for painting a row.
4156
4157         * vspace.h:
4158         * vspace.C: make inPixels take a ref
4159
4160 2003-02-26  Angus Leeming  <leeming@lyx.org>
4161
4162         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4163         LFUN_REF_APPLY.
4164
4165 2003-02-25  John Levon  <levon@movementarian.org>
4166
4167         * ispell.C: give the forked command a more accurate name
4168
4169 2003-02-22  John Levon  <levon@movementarian.org>
4170
4171         * toc.h:
4172         * toc.C: make TocItem store an id not a Paragraph *
4173           (bug #913)
4174
4175 2003-02-21  Angus Leeming  <leeming@lyx.org>
4176
4177         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4178           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4179           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4180           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4181           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4182           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4183
4184         * BufferView_pimpl.C (dispatch):
4185         * LyXAction.C (init):
4186         * factory.C (createInset):
4187         * lyxfunc.C (getStatus, dispatch):
4188         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4189
4190 2003-02-21  Angus Leeming  <leeming@lyx.org>
4191
4192         * BufferView_pimpl.C (MenuInsertLyXFile):
4193         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4194         * lyxfunc.C (menuNew, open, doImport):
4195           no longer pass a LyXView & to fileDlg.
4196
4197 2003-02-21  Angus Leeming  <leeming@lyx.org>
4198
4199         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4200         * LyXAction.C: change, BIBKEY to BIBITEM.
4201         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4202         Change InsetBibKey to InsetBibitem.
4203         Change BIBKEY_CODE to BIBITEM_CODE.
4204         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4205         * factory.C: replace insetbib.h with insetbibitem.h.
4206         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4207         * paragraph.C: replace insetbib.h with insetbibitem.h.
4208         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4209         Change bibkey() to bibitem().
4210         * text.C: remove insetbib.h.
4211         * text2.C: replace insetbib.h with insetbibitem.h.
4212         change bibkey() to bibitem().
4213         * text3.C: remove insetbib.h.
4214         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4215
4216 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4217
4218         * lyxrc.C (output): enclose user email in quotes (in case there are
4219         several words)
4220
4221 2003-02-18  John Levon  <levon@movementarian.org>
4222
4223         * buffer.h: add std::
4224
4225 2003-02-17  John Levon  <levon@movementarian.org>
4226
4227         * SpellBase.h:
4228         * ispell.h:
4229         * ispell.C:
4230         * pspell.h:
4231         * pspell.C: reworking. Especially in ispell, a large
4232           number of clean ups and bug fixes.
4233
4234         * lyxfunc.C: fix revert to behave sensibly
4235
4236 2003-02-17 André Pönitz <poenitz@gmx.net>
4237
4238         * LyXAction.C:
4239         * commandtags.h: new LFUN_INSERT_BIBKEY
4240
4241         * layout.h:
4242         * lyxlayout.C:
4243         * buffer.C:
4244         * factory.C:
4245         * text.C:
4246         * text2.C:
4247         * text3.C:
4248         * paragraph.[Ch]:
4249         * paragraph_func.C: remove special bibkey handling
4250
4251 2003-02-17  John Levon  <levon@movementarian.org>
4252
4253         * text.C (Delete): fix case where delete at the end of
4254           the very first paragraph would not merge the pars
4255
4256 2003-02-17  John Levon  <levon@movementarian.org>
4257
4258         * lyxrow.C: fix lastPrintablePos()
4259
4260 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4261
4262         * bufferparams.C (writeLaTeX): add a std:here
4263
4264         * buffer.C: and remove a using directive there
4265
4266 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4267
4268         * buffer.C (makeLaTeXFile): move the code that generates the
4269           preamble...
4270
4271         * bufferparams.C (writeLaTeX): ... in this new method
4272
4273         * LaTeXFeatures.C (getEncodingSet): make const
4274           (getLanguages): make const
4275
4276         * MenuBackend.C (binding): returns the binding associated to this
4277           action
4278           (add): sets the status of each item by calling getStatus. Adds
4279           some intelligence.
4280           (read): add support for OptSubMenu
4281           (expand): remove extra separator at the end of expanded menu
4282
4283 2003-02-15  John Levon  <levon@movementarian.org>
4284
4285         * BufferView.C:
4286         * BufferView_pimpl.C:
4287         * bufferlist.h:
4288         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4289           inset code that had no actual effect. Remove unneeded status
4290           code.
4291
4292 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4293
4294         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4295           in preamble
4296
4297 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4298
4299         * text.C (drawLengthMarker): also draw an arrow marker for
4300           symbolic lengths (medskip...)
4301
4302 2003-02-14  John Levon  <levon@movementarian.org>
4303
4304         * tabular.h:
4305         * tabular.C: better method names
4306
4307 2003-02-14  John Levon  <levon@movementarian.org>
4308
4309         * BufferView_pimpl.C:
4310         * bufferlist.C:
4311         * buffer.C:
4312         * converter.C:
4313         * lyx_cb.C:
4314         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4315           it's a more accurate name. Remove some pointless uses.
4316
4317 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4318
4319         * text2.C (LyXText): change order of initilizers to shut off
4320           warnings
4321
4322 2003-02-14  John Levon  <levon@movementarian.org>
4323
4324         * buffer.C: use ParIterator for getParFromID()
4325
4326         * paragraph.h:
4327         * paragraph.C:
4328         * paragraph_pimpl.h:
4329         * paragraph_pimpl.C: remove unused getParFromID()
4330
4331 2003-02-14  John Levon  <levon@movementarian.org>
4332
4333         * buffer.C: remove some very old #if 0'd parse code
4334
4335 2003-02-13  John Levon  <levon@movementarian.org>
4336
4337         * text.h:
4338         * text.C:
4339         * text2.C: move hfillExpansion(), numberOfSeparators(),
4340           rowLast(), rowLastPrintable(), numberofHfills(),
4341           numberOfLabelHfills() ...
4342
4343         * lyxrow.h:
4344         * lyxrow.C: ... to member functions here.
4345
4346         * paragraph.h:
4347         * paragraph.C:
4348         * lyxtext.h:
4349         * text.C: remove LyXText::beginningOfMainBody(), and call
4350           p->beginningOfMainBody() directly. Move the check for
4351           LABEL_MANUAL into the latter.
4352
4353         * text.h:
4354         * text.C:
4355         * text2.C:
4356         * vspace.C:
4357         * BufferView.h:
4358         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4359
4360         * text.h:
4361         * text.C:
4362         * text2.C:
4363         * text3.C:
4364         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4365           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4366
4367 2003-02-13  John Levon  <levon@movementarian.org>
4368
4369         * CutAndPaste.C: remove debug
4370
4371 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4372
4373         * paragraph.C (asString): remove two unused variables
4374
4375         * lyxtextclass.C (readTitleType):
4376           (Read):
4377           (LyXTextClass): handle new members titletype_ and titlename_
4378
4379         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4380
4381 2003-02-09  John Levon  <levon@movementarian.org>
4382
4383         * buffer.h:
4384         * buffer.C: replace hand-coded list with a map for the dep clean
4385
4386 2003-02-08  John Levon  <levon@movementarian.org>
4387
4388         * LaTeX.C: consolidate code into showRunMessage() helper
4389
4390 2003-02-08  John Levon  <levon@movementarian.org>
4391
4392         * lyxfind.C:
4393         * lyxtext.h:
4394         * text2.C:
4395         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4396           and pass the size in explicitly
4397
4398         * BufferView_pimpl.h:
4399         * BufferView_pimpl.C:
4400         * BufferView.h:
4401         * BufferView.C: add getCurrentChange()
4402
4403         * BufferView_pimpl.h:
4404         * BufferView_pimpl.C: handle change lfuns
4405
4406         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4407           for changes. Mark pasted paragraphs as new.
4408
4409         * support/lyxtime.h:
4410         * support/lyxtime.C:
4411         * DepTable.C: abstract time_t as lyx::time_type
4412
4413         * LColor.h:
4414         * LColor.C: add colours for new text, deleted text, changebars
4415
4416         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4417           package use "usenames" option.
4418
4419         * commandtags.h:
4420         * lyxfunc.C:
4421         * LyXAction.C: add change lfuns
4422
4423         * Makefile.am:
4424         * author.h:
4425         * author.C: author handling
4426
4427         * buffer.h:
4428         * buffer.C: add a per-buffer author list, with first entry as
4429           current author. Handle new .lyx tokens for change tracking. Output
4430           author list to .lyx file. Output dvipost stuff to .tex preamble.
4431           Bump lyx format to 222.
4432
4433         * bufferlist.h:
4434         * bufferlist.C: add setCurrentAuthor() to reset current author details
4435           in all buffers.
4436
4437         * bufferparams.h:
4438         * bufferparams.C: add param for tracking
4439
4440         * bufferview_funcs.C: output change info in minibuffer
4441
4442         * Makefile.am:
4443         * changes.h:
4444         * changes.C: add change-tracking structure
4445
4446         * debug.h:
4447         * debug.C: add CHANGES debug flag
4448
4449         * lyxfind.h:
4450         * lyxfind.C: add code for finding the next change piece
4451
4452         * lyxrc.h:
4453         * lyxrc.C: add user_name and user_email
4454
4455         * lyxrow.h:
4456         * lyxrow.C: add a metric for the top of the text line
4457
4458         * lyxtext.h:
4459         * text.C: implement accept/rejectChange()
4460
4461         * lyxtext.h:
4462         * text.C: paint changebars. Paint new/deleted text in the chosen
4463         colours. Strike through deleted text.
4464
4465         * paragraph.h:
4466         * paragraph.C:
4467         * paragraph_pimpl.h:
4468         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4469           in the current change to the insert functions. Rework erase to
4470           mark text as deleted, adding an eraseIntern() and a range-based
4471           erase(). Implement per-paragraph change lookup and
4472           accept/reject.
4473
4474         * paragraph_funcs.C: Fixup paste for change tracking.
4475
4476         * tabular.C: mark added row/columns as new.
4477
4478         * text.C: fix rowLast() to never return -1. Don't allow
4479           spellchecking of deleted text. Track transpose changes. Don't
4480           allow paragraph break or merge where appropriate.
4481
4482         * text2.C: leave cursor at end of selection after a cut.
4483
4484 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4485
4486         * text.C (getLengthMarkerHeight):
4487         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4488         visible on screen too.
4489
4490 2003-02-07  John Levon  <levon@movementarian.org>
4491
4492         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4493
4494 2003-02-05  Angus Leeming  <leeming@lyx.org>
4495
4496         * lyxserver.C (read_ready): revert my patch of 11 September last year
4497         as it sends PC cpu through the roof. Presumably this means that
4498         the lyxserver will no longer run on an Alpha...
4499
4500 2003-01-30  Angus Leeming  <leeming@lyx.org>
4501
4502         * factory.C (createInset): create an InsetCommandParam of type "index"
4503         and use it to 'do the right thing'.
4504
4505         * text2.C (getStringToIndex): ensure that cursor position is always
4506         reset to the reset_cursor position.
4507
4508 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4509
4510         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4511         disabled.
4512
4513 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4514
4515         * bufferview.C:
4516         * lyxcb.C:
4517         * lyxfunc.C: Output messages with identical spelling, punctuation,
4518         and spaces
4519
4520 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4521
4522         * MenuBackend.C (expandFormats): List only viewable export formats
4523         in "View" menu
4524
4525         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4526         message
4527
4528         * lyxfunc.C (getStatus): Make sure that formats other than
4529         "fax" can also be disabled
4530
4531 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4532
4533         * text3.C (dispatch): put the lfuns that insert insets in 3
4534         groups, and call doInsertInset with appropriate arguments.
4535         (doInsertInset): new function, that creates an inset and inserts
4536         it according to some boolean parameters.
4537
4538 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4539
4540         * buffer.C (readFile): remember to pass on 'par' when calling
4541         readFile recursively.
4542
4543 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4544
4545         * MenuBackend.C (expandFormats): add "..." to import formats.
4546
4547 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4548
4549         * paragraph.C (asString): Remove XForms RTL hacks.
4550
4551 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4552         * buffer.C: fix typo
4553
4554 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4555
4556         * Makefile.am (LIBS): delete var
4557         (lyx_LDADD): add @LIBS@ here instead.
4558
4559 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4560
4561         * Clarify the meaning of "wheel mouse jump"
4562
4563 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4564
4565         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4566         tabular in a float
4567
4568 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4569
4570         * importer.C (Loaders): do not preallocate 3 elements in the
4571         vector, since one ends up with 6 elements otherwise
4572
4573 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4574
4575         * DepTable.C (write): write the file name as last element of the
4576         .dep file (because it may contain spaces)
4577         (read): read info in the right order
4578
4579 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4580
4581         * paragraph_pimpl.C (simpleTeXBlanks):
4582         (simpleTeXSpecialChars):
4583         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4584
4585         * tabular.C (latex): add some missing case statements. Reindent.
4586
4587         * MenuBackend.C (expandToc): remove unused variable.
4588
4589 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4590
4591         * LColor.C:
4592         * LaTeX.C:
4593         * LyXAction.C:
4594         * MenuBackend.C:
4595         * buffer.C:
4596         * exporter.C:
4597         * lyxfunc.C:
4598         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4599         and the like.
4600
4601 2003-01-05  John Levon  <levon@movementarian.org>
4602
4603         * BufferView.h:
4604         * BufferView.C: add getEncoding()
4605
4606         * kbsequence.h:
4607         * kbsequence.C: do not store last keypress
4608
4609         * lyxfunc.h:
4610         * lyxfunc.C: store last keypress here instead. Pass encoding
4611           to getISOEncoded()
4612
4613 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4614
4615         * lyx_main.C (init): remove annoying error message when following
4616         symbolic links (bug #780)
4617
4618 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4619
4620         * text.C (insertChar):
4621         * lyxrc.C (getDescription): remove extra spaces
4622
4623 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4624
4625         * lyxrc.C (getDescription): remove extra spaces
4626
4627 2002-12-20  John Levon  <levon@movementarian.org>
4628
4629         * text3.C: hack fix for page up/down across tall rows
4630
4631 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4632
4633         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4634         not been invoked
4635
4636 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4637
4638         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4639         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4640         thesaurus is not compiled in
4641
4642 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4643
4644         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4645
4646 2002-12-16  Angus Leeming  <leeming@lyx.org>
4647
4648         * lyxrc.[Ch]:
4649         * lyx_main.C (init): remove override_x_deadkeys stuff.
4650
4651 2002-12-12  John Levon  <levon@movementarian.org>
4652
4653         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4654           insert. Only remove shift modifier under strict
4655           circumstances.
4656
4657 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4658
4659         * MenuBackend.C (expandToc): fix crash.
4660
4661 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4662
4663         * MenuBackend.C (expandToc): gettext on float names.
4664
4665 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4666
4667         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4668         implement bool empty() [bug 490]
4669
4670 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4671
4672         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4673
4674 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4675
4676         * several files: ws changes
4677
4678 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4679
4680         * text2.C (setCounter): clean up a bit, use boost.format.
4681         (updateCounters): initialize par upon declaration.
4682
4683         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4684         if the layout exists. We do not just store the layout any more.
4685         (SwitchLayoutsBetweenClasses): use boost.format
4686
4687 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4688
4689         * converter.C (convert): if from and to files are the same, use a
4690         temporary files as intermediary
4691
4692 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4693
4694         * commandtags.h:
4695         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4696
4697 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4698
4699         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4700
4701 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4702
4703         * tabular.C (asciiPrintCell): use string(size, char) instead of
4704         explicit loop.
4705
4706         * sgml.C (openTag): fix order of arguments to string constructor
4707         (closeTag): ditto
4708
4709         * lyxfunc.C (dispatch): use boost.format
4710
4711         * lots of files: change "c" -> 'c'
4712
4713 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
4714
4715         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
4716
4717 2002-11-25  Angus Leeming  <leeming@lyx.org>
4718
4719         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
4720
4721         * lyx_main.C (init): compile fix.
4722
4723 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4724
4725         * lyx_cb.C (start): boost.formatify
4726         do not include <iostream>
4727
4728         * lengthcommon.C: ws only
4729
4730         * boost-inst.C,BoostFormat.h: add more explict instantations
4731
4732 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4733
4734         * lots of files: handle USE_BOOST_FORMAT
4735
4736 2002-11-21  John Levon  <levon@movementarian.org>
4737
4738         * pspell.C: fix compile
4739
4740 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4741
4742         * lyxfunc.C (dispatch): use boost::format
4743         (open): ditto
4744         (doImport): ditto
4745
4746         * lyxfont.C (stateText): use boost::format
4747
4748         * lyx_main.C (LyX): use boost::format
4749         (init): ditto
4750         (queryUserLyXDir): ditto
4751         (readRcFile): ditto
4752         (parse_dbg): ditto
4753         (typedef boost::function): use the recommened syntax.
4754
4755         * importer.C (Import): use boost::format
4756
4757         * debug.C (showLevel): use boost::format
4758
4759         * converter.C (view): use boost::format
4760         (convert): ditto
4761         (move): ditto
4762         (scanLog): ditto
4763
4764         * bufferview_funcs.C (currentState): use boost::format
4765
4766         * bufferlist.C (emergencyWrite): use boost::format
4767
4768         * buffer.C (readLyXformat2): use boost::format
4769         (parseSingleLyXformat2Token): ditto
4770
4771         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
4772
4773         * LaTeX.C (run): use boost::format
4774
4775         * Chktex.C (scanLogFile): use boost::format
4776
4777         * BufferView_pimpl.C (savePosition): use boost::format
4778         (restorePosition): ditto
4779         (MenuInsertLyXFile): ditto
4780
4781         * BoostFormat.h: help file for explicit instation.
4782
4783 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
4784
4785         * tabular.C (latex): Support for block alignment in fixed width
4786         columns.
4787
4788 2002-11-17  John Levon  <levon@movementarian.org>
4789
4790         * BufferView_pimpl.C:
4791         * lyx_cb.C:
4792         * lyxfunc.C: split filedialog into open/save
4793
4794 2002-11-08  Juergen Vigna  <jug@sad.it>
4795
4796         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
4797         by my last patch (hopefully).
4798
4799 2002-11-08  John Levon  <levon@movementarian.org>
4800
4801         * iterators.h:
4802         * iterators.C:
4803         * buffer.h:
4804         * buffer.C:
4805         * paragraph.h:
4806         * paragraph.C:
4807         * toc.h:
4808         * toc.C: ParConstIterator, and use it (from Lars)
4809
4810 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
4811
4812         * lyxtextclass.[Ch]: revise and add doxygen comments
4813
4814 2002-11-07  John Levon  <levon@movementarian.org>
4815
4816         * text.C: fix progress value for spellchecker
4817
4818         * toc.C: fix navigate menu for insetwrap inside minipage
4819
4820         * paragraph_funcs.C: added FIXME for suspect code
4821
4822 2002-11-07  John Levon  <levon@movementarian.org>
4823
4824         * BufferView_pimpl.C: fix redrawing of insets
4825           on buffer switch
4826
4827 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4828
4829         * text2.C (updateCounters): fix bug 668
4830
4831 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
4832
4833         * text3.C (dispatch): Do not make the buffer dirty when moving the
4834         cursor.
4835
4836 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4837
4838         * vc-backend.C: STRCONV
4839         (scanMaster): ditto
4840
4841         * text2.C (setCounter): STRCONV
4842
4843         * paragraph.C (asString): STRCONV
4844
4845         * lyxlength.C (asString): STRCONV
4846         (asLatexString): ditto
4847
4848         * lyxgluelength.C (asString): STRCONV
4849         (asLatexString): ditto
4850
4851         * lyxfunc.C (dispatch): STRCONV
4852         (open): ditto
4853
4854         * lyxfont.C (stateText): STRCONV
4855
4856         * importer.C (Import): STRCONV
4857
4858         * counters.C (labelItem): STRCONV
4859         (numberLabel): ditto
4860         (numberLabel): remove unused ostringstream o
4861
4862         * chset.C: STRCONV
4863         (loadFile): ditto
4864
4865         * bufferview_funcs.C (currentState): STRCONV
4866
4867         * buffer.C (readFile): STRCONV
4868         (asciiParagraph): ditto
4869         (makeLaTeXFile): ditto
4870
4871         * Spacing.C (writeEnvirBegin): STRCONV
4872
4873         * LaTeXFeatures.C (getLanguages): STRCONV
4874         (getPackages): ditto
4875         (getMacros): ditto
4876         (getBabelOptions): ditto
4877         (getTClassPreamble): ditto
4878         (getLyXSGMLEntities): ditto
4879         (getIncludedFiles): ditto
4880
4881         * LaTeX.C: STRCONV
4882         (run): ditto
4883         (scanAuxFile): ditto
4884         (deplog): ditto
4885
4886         * LString.h: add the STRCONV macros
4887
4888         * BufferView_pimpl.C (savePosition): STRCONV
4889         (restorePosition): ditto
4890         (MenuInsertLyXFile): ditto
4891
4892         * vc-backend.C (scanMaster): change from submatch[...] to
4893         submatch.str(...)
4894
4895         * funcrequest.C: include config.h
4896
4897         * factory.C: include config.h
4898
4899         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
4900
4901         * box.C: include config.h
4902
4903         * LaTeX.C (scanAuxFile): change from submatch[...] to
4904         submatch.str(...)
4905         (deplog): ditto
4906
4907 2002-10-25  Angus Leeming  <leeming@lyx.org>
4908
4909         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
4910
4911         * ispell.[Ch] (setError): new method.
4912         * ispell.C (c-tor): move out child process into new class LaunchIspell.
4913         Use setError() insetead of goto END.
4914
4915         * lyx_cb.C (AutoSave): move out child process into new class
4916         AutoSaveBuffer.
4917
4918 2002-10-30  John Levon  <levon@movementarian.org>
4919
4920         * text3.C: make start appendix undoable
4921
4922 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
4923
4924         * lyxlength.C (inPixels): Fix returned value.
4925
4926         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
4927         environment.
4928
4929 2002-10-24  Angus Leeming  <leeming@lyx.org>
4930
4931         * lyxgluelength.h: no need to forward declare BufferParams
4932         or BufferView, so don't.
4933
4934 2002-10-21  John Levon  <levon@movementarian.org>
4935
4936         * BufferView.C: menuUndo ->undo, redo
4937
4938         * BufferView.h: document, remove dead, make some methods private
4939
4940         * paragraph_funcs.h:
4941         * paragraph_funcs.C:
4942         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
4943
4944         * buffer.h:
4945         * buffer.C:
4946         * sgml.h:
4947         * sgml.C: move sgml open/close tag into sgml.C
4948
4949         * bufferview_funcs.h: unused prototype
4950
4951         * lyxfunc.h:
4952         * lyxfunc.C: remove unused
4953
4954         * lyxtext.h:
4955         * text.C: remove unused
4956
4957 2002-10-21  John Levon  <levon@movementarian.org>
4958
4959         * BufferView.h:
4960         * BufferView.C:
4961         * BufferView_pimpl.h:
4962         * BufferView_pimpl.C: fix mouse wheel handling based on
4963           patch from Darren Freeman
4964
4965 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
4966
4967         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
4968
4969 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
4970
4971         * lyxlength.C (inPixels): Fix hanfling of negative length.
4972         Fix LyXLength::MU case.
4973
4974 2002-10-16  John Levon  <levon@movementarian.org>
4975
4976         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
4977
4978 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4979
4980         * converter.C (view): add support for $$i (file name) and $$p
4981         (file path) for the viewer command. If $$i is not specified, then
4982         it is appended to the command (for compatibility with old syntax)
4983
4984 2002-10-14  Juergen Vigna  <jug@sad.it>
4985
4986         * undo_funcs.C (textHandleUndo): alter the order in which the
4987         new undopar is added to the LyXText, as we have to set first
4988         the right prev/next and then add it as otherwise the rebuild of
4989         LyXText is not correct. Also reset the cursor to the right paragraph,
4990         with this IMO we could remove the hack in "redoParagraphs()".
4991
4992 2002-10-09  Angus Leeming  <leeming@lyx.org>
4993
4994         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
4995         to turn off an optimisation if a new inset is to be inserted.
4996
4997 2002-10-11 André Pönitz <poenitz@gmx.net>
4998
4999         * lyxtext.h: make some functions public to allow access
5000         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5001
5002 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5003
5004         * text3.C (dispatch): when changing layout, avoid an infinite loop
5005         [bug #652]
5006
5007 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5008
5009         * lyxrc.C (read): treat a viewer or converter command of "none" as
5010         if it were empty.
5011
5012         * MenuBackend.C (expandFormats): for an update, also allow the
5013         formats that are not viewable
5014
5015         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5016         script if it is newer than the lyxrc.defaults in user directory
5017
5018 2002-10-07 André Pönitz <poenitz@gmx.net>
5019
5020         * text.C: Vitaly Lipatov's small i18n fix
5021
5022 2002-09-25  Angus Leeming  <leeming@lyx.org>
5023
5024         * ispell.h: doxygen fix.
5025
5026 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5027
5028         * buffer.h (readFile): Add a new argument to the method, to allow
5029         reading of old-format templates.
5030
5031 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5032
5033         * toc.C (getTocList): Get TOC from InsetWrap.
5034
5035 2002-09-16  John Levon  <levon@movementarian.org>
5036
5037         * lyxfunc.C: check tabular for cut/copy too
5038
5039 2002-09-12  John Levon  <levon@movementarian.org>
5040
5041         * LyXAction.C: tidy
5042
5043         * factory.h:
5044         * factory.C: add header
5045
5046         * paragraph_funcs.h:
5047         * paragraph_funcs.C: cleanup
5048
5049 2002-09-11  John Levon  <levon@movementarian.org>
5050
5051         * PrinterParams.h: odd/even default to true
5052
5053 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5054
5055         * PrinterParams.h: update printer parameters for new xforms dialog
5056
5057 2002-09-11  Angus Leeming  <leeming@lyx.org>
5058
5059         * lyxserver.C (read_ready): re-write to make it more transparent
5060         and to make it work in coherent fashion under Tru64 Unix.
5061
5062 2002-09-11  André Pönitz <poenitz@gmx.net>
5063
5064         * commandtags.h:
5065         * LyXAction.C:
5066         * text3.C: implement LFUN_WORDSEL
5067
5068 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5069
5070         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5071         make floatlist_ a boost::shared_ptr<FloatList>
5072
5073         * lyxtextclass.C: include FloatList.h
5074         (LyXTextClass): initialize floatlist_
5075         (TextClassTags): add TC_NOFLOAT
5076         (Read): match "nofloat" to TC_NOFLOAT and use it.
5077         (readFloat): modify call to floatlist_
5078         (floats): ditto
5079         (floats): ditto
5080
5081         * FloatList.[Ch] (FloatList): remove commented out float
5082         initialization.
5083         (erase): new function
5084
5085 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5086
5087         * MenuBackend.C (expandToc): fix crash when there is no document
5088         open
5089
5090 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5091
5092         * many files: Add insetwrap.
5093
5094 2002-09-09  John Levon  <levon@movementarian.org>
5095
5096         * text2.C: remove confusing and awkward depth wraparound
5097
5098 2002-09-09  John Levon  <levon@movementarian.org>
5099
5100         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5101
5102         * buffer.h:
5103         * buffer.C: remove getIncludeonlyList()
5104
5105         * paragraph.C:
5106         * lyxfunc.C: remove headers
5107
5108 2002-09-09  Juergen Vigna  <jug@sad.it>
5109
5110         * text.C (getColumnNearX): fix form Michael this is most
5111         probably a cut&paste bug.
5112
5113 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5114
5115         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5116
5117         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5118         references, ws changes.
5119
5120         * text2.C (init): update counters after init
5121         (insertParagraph): no need to set counter on idividual paragraphs.
5122         (setCounter): access the counters object in the textclass object
5123         on in the buffer object.
5124         (updateCounters): ditto
5125
5126         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5127         shared_ptr<Counters> to avoid loading counters.h in all
5128         compilation units.
5129         (LyXTextClass): initialize ctrs_
5130         (TextClassTags): add TC_COUNTER, and ...
5131         (Read): use it here.
5132         (CounterTags): new tags
5133         (readCounter): new function
5134         (counters): new funtion
5135         (defaultLayoutName): return a const reference
5136
5137         * counters.C (Counters): remove contructor
5138         (newCounter): remove a couple of unneeded statements.
5139         (newCounter): simplify a bit.
5140         (numberLabel): some small formatting changes.
5141
5142         * buffer.[Ch]: remove all traces of counters, move the Counters
5143         object to the LyXTextClass.
5144
5145 2002-09-06  Alain Castera  <castera@in2p3.fr>
5146
5147         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5148         package to set the horizontal alignment on fixed width columns.
5149
5150         * lyx_sty.C:
5151         * lyx_sty.h: added tabularnewline macro def.
5152
5153         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5154
5155 2002-09-06  John Levon  <levon@movementarian.org>
5156
5157         * LyXAction.C: tooltips for sub/superscript
5158
5159         * MenuBackend.C: a bit more verbose
5160
5161         * lyxfunc.C: tiny clean
5162
5163         * undo_funcs.C: document undo_frozen
5164
5165 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5166
5167         * counters.C (Counters): add missing algorithm counter.
5168
5169         * text2.C (setCounter): lookup the counter with layouts latexname
5170         instead of by section number.
5171         (setCounter): use a hackish way to lookup the correct enum
5172         counter.
5173         a float name->type change
5174         reset enum couners with counter name directly instead of depth value.
5175
5176         * counters.C (Counters): remove the push_backs, change to use the
5177         float type not the float name.
5178         (labelItem): remove unused string, float name->type change
5179
5180         * counters.h: don't include vector, loose the enums and sects vectors
5181
5182 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5183
5184         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5185         (Read): add float->TC_FLOAT to textclassTags
5186         (Read): and handle it in the switch
5187         (readFloat): new function
5188
5189         * FloatList.C (FloatList): comment out the hardcoded float
5190         definitions.
5191
5192         * lyxlayout.h: ws change.
5193
5194 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5195
5196         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5197
5198 2002-09-03  Angus Leeming  <leeming@lyx.org>
5199
5200         * BufferView_pimpl.h: qualified name is not allowed in member
5201         declaration: WorkArea & Pimpl::workarea() const;
5202
5203         * factory.C: added using std::endl directive.
5204
5205         * text3.C: added using std::find and std::vector directives.
5206
5207 2002-08-29  André Pönitz <poenitz@gmx.net>
5208
5209         * lyxtext.h:
5210         * text2.C: remove unused member number_of_rows
5211
5212         * Makefile.am:
5213         * BufferView2.C: remove file, move contents to...
5214         * BufferView.C: ... here
5215
5216         * BufferView_pimpl.C:
5217         * factory.C: move more inset creation to factory
5218
5219         * vspace.C: avoid direct usage of LyXText, ws changes
5220
5221         * BufferView.[Ch]:
5222                 don't provide direct access to WorkArea, use two simple
5223                 acessors haveSelction() and workHeight() instead
5224
5225
5226 2002-08-29  John Levon  <levon@movementarian.org>
5227
5228         * BufferView_pimpl.C (dispatch): do not continue when
5229           no buffer
5230
5231 2002-08-28  André Pönitz <poenitz@gmx.net>
5232
5233         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5234
5235         * BufferView.h:
5236         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5237
5238 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5239
5240         * buffer.C: increment LYX_FORMAT to 221
5241
5242         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5243         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5244
5245         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5246
5247         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5248
5249 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5250
5251         * factory.C (createInset): use LyXTextClass::floats
5252
5253         * MenuBackend.C (expandFloatListInsert):
5254         (expandFloatInsert):
5255         (expandToc):
5256
5257         * text2.C (setCounter):
5258
5259         * LaTeXFeatures.C (useFloat):
5260         (getFloatDefinitions):
5261
5262         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5263
5264         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5265         floatlist_, with accessor floats().
5266
5267         * FloatList.h: remove global FloatList
5268
5269 2002-08-26  André Pönitz <poenitz@gmx.net>
5270
5271         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5272
5273         * BufferView.h:
5274         * BufferView2.C:
5275         * BufferView_pimpl.C:
5276         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5277
5278 2002-08-25  John Levon  <levon@movementarian.org>
5279
5280         * LyXAction.C: fix margin note description
5281
5282 2002-08-24  John Levon  <levon@movementarian.org>
5283
5284         * buffer.C:
5285         * bufferlist.C:
5286         * bufferview_funcs.C:
5287         * lyxfont.C:
5288         * undo_funcs.C: cleanups
5289
5290         * lyxfunc.C: disable CUT/COPY when no selection
5291
5292 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5293
5294         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5295         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5296
5297         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5298         Add backward compatibility to "mono", "gray" and "no".
5299
5300 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5301
5302         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5303         (and file_format >= 200).
5304
5305 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5306
5307         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5308
5309 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5310
5311         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5312
5313 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5314
5315         * BufferView_pimpl.C:
5316         * LyXAction.C:
5317         * buffer.C:
5318         * commandtags.h:
5319         * lyxfunc.C:
5320         * paragraph.[Ch]:
5321         * text2.C:
5322         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5323         inset and code to make it  work with the paragraph code. The inset
5324         can be anywhere in the paragraph, but will only do the expected
5325         thing in LaTeX if the layout file contains the parameter line
5326                         OptionalArgs    1
5327         (or more generally, a nonzero value) for that layout.
5328
5329 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5330
5331         * paragraph.h: remove the declaration of undefined counters class
5332         function.
5333
5334 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5335
5336         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5337         Dr. Richard Hawkins.
5338
5339 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5340
5341         * paragraph_funcs.h: remove some unneeded includes
5342
5343         * text.C (backspace): pasteParagraph now in global scipe
5344
5345         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5346         (pasteSelection): ditto
5347
5348         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5349         * paragraph_funcs.C (pasteParagraph): ... here
5350
5351 2002-08-20  André Pönitz <poenitz@gmx.net>
5352
5353         * commandtags.h: new LFUNs for swapping/copying table row/colums
5354
5355         * LyXAction.C:
5356         * lyxfunc.C: support for new lfuns
5357
5358 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5359
5360         * tabular.C:
5361         * buffer.[Ch]: remove NO_COMPABILITY stuff
5362
5363 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5364
5365         * boost.C (throw_exception): new file, with helper function for
5366         boost compiled without exceptions.
5367
5368         * paragraph.h:
5369         * lyxlength.C:
5370         * buffer.C:
5371         * ParameterStruct.h:
5372         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5373
5374         * bufferlist.C (emergencyWriteAll): use boost bind
5375
5376         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5377
5378         * text.C: include paragraph_funcs.h
5379         (breakParagraph): breakParagraph is now in global scope
5380
5381         * paragraph_funcs.[Ch]: new files
5382
5383         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5384         global scope
5385
5386         * buffer.C: include paragraph_funcs.h
5387         (insertStringAsLines): breakParagraph is now in global scope
5388
5389         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5390         paragraph_funcs.C
5391
5392         * CutAndPaste.C: include paragraph_funcs.h
5393         (cutSelection): breakParagraphConservative is now in global scope
5394         (pasteSelection): ditto
5395
5396         * buffer.h: declare oprator== and operator!= for
5397         Buffer::inset_iterator
5398
5399         * bufferlist.C (emergencyWrite): don't use fmt(...)
5400
5401         * text3.C: add using std::endl
5402
5403         * BufferView.C (moveCursorUpdate): remove default arg
5404
5405 2002-08-20  André Pönitz <poenitz@gmx.net>
5406
5407         * buffer.[Ch]: move inline functions to .C
5408
5409         * BufferView2.C:
5410         * BufferView_pimpl.C:
5411         * text.C:
5412         * buffer.[Ch]: use improved inset_iterator
5413
5414         * buffer.C:
5415         * paragraph.[Ch]: write one paragraph at a time
5416
5417 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5418
5419         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5420         style if style is not specified.
5421
5422 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5423
5424         * text2.C (setCounter): when searching for right label for a
5425         caption, make sure to recurse to parent insets (so that a caption
5426         in a minipage in a figure float works) (bug #568)
5427
5428 2002-08-20  André Pönitz <poenitz@gmx.net>
5429
5430         * text3.C: new file for LyXText::dispatch() and helpers
5431
5432         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5433
5434         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5435
5436 2002-08-19  André Pönitz <poenitz@gmx.net>
5437
5438         * lyxtext.h:
5439         * text.C: new LyXText::dispatch()
5440
5441         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5442
5443 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5444
5445         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5446
5447         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5448         Hebrew text.
5449
5450 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5451
5452         * Makefile.am: use $(variables) instead of @substitutions@
5453
5454 2002-08-15  André Pönitz <poenitz@gmx.net>
5455
5456         * lyxfunc.C:
5457         * BufferView_pimpl.C: streamlining mathed <-> outer world
5458         interaction
5459
5460         * commandtags.h:
5461         * LyXAction.C: remove unused LFUN_MATH
5462
5463 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5464
5465         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5466
5467 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5468
5469         * paragraph.C (Paragraph): reformat a bit
5470         (cutIntoMinibuffer): use builtin InsetList function instad of
5471         doing it manually.
5472         (getInset): ditto
5473
5474         * buffer.C: include boost/bind.hpp, add using std::for_each
5475         (writeFileAscii): use ParagraphList iterators
5476         (validate): use for_each for validate traversal of paragraphs
5477         (getBibkeyList): use ParagraphList iterators
5478         (resizeInsets): use for_each to resizeInsetsLyXText for all
5479         paragraphs.
5480         (getParFromID): use ParagraphList iterators
5481
5482         * BufferView2.C (lockInset): use paragraph list and iterators
5483
5484 2002-08-14  John Levon  <levon@movementarian.org>
5485
5486         * lyxserver.C: remove spurious xforms include
5487
5488 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5489
5490         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5491
5492 2002-08-13  André Pönitz <poenitz@gmx.net>
5493
5494         * LyXAction.[Ch]:
5495         * lyxfunc.C: further cleaning
5496
5497 2002-08-13  André Pönitz <poenitz@gmx.net>
5498
5499         * funcrequest.h: new constructor
5500
5501         * funcrequest.C: move stuff here from .h
5502
5503         * Makefile.am:
5504         * BufferView_pimpl.C:
5505         * LyXAction.C:
5506         * toc.C:
5507         * lyxfunc.C: subsequent changes
5508
5509         * lyxfunc.h: new view() member function
5510
5511         * lyxfunc.C: subsequent changes
5512
5513 2002-08-13  Angus Leeming  <leeming@lyx.org>
5514
5515         * BufferView2.C:
5516         * BufferView_pimpl.C:
5517         * buffer.C:
5518         * converter.C:
5519         * importer.C:
5520         * lyxfunc.C:
5521         * lyxvc.C:
5522         * toc.C:
5523         * vc-backend.C:
5524         changes due to the changed LyXView interface that now returns references
5525         to member variables not pointers.
5526
5527 2002-08-13  Angus Leeming  <leeming@lyx.org>
5528
5529         * WordLangTuple (word, lang_code): return references to strings,
5530         not strings.
5531
5532         * BufferView.h:
5533         * SpellBase.h:
5534         * lyxtext.h: forward-declare WordLangTuple.
5535
5536         * BufferView2.C:
5537         * ispell.C:
5538         * pspell.C:
5539         * text.C: #include "WordLangTuple.h".
5540
5541         * lyxtext.h:
5542         * text.C: (selectNextWordToSpellcheck): constify return type.
5543
5544 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5545
5546         * buffer.C:
5547         * buffer.h:
5548         * lyxtext.h:
5549         * paragraph.C:
5550         * paragraph_pimpl.h:
5551         * text.C:
5552         * text2.C:
5553         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5554         suggested by Angus.
5555         Made updateCounter always count from start of buffer, and removed
5556         second argument (par).
5557         Reverted floats number display to '#'. Perhaps I'll try again when the
5558         code base is sanitized a bit.
5559
5560 2002-08-12  Angus Leeming  <leeming@lyx.org>
5561
5562         * buffer.[Ch] (getLabelList): constify.
5563
5564 2002-08-07  André Pönitz <poenitz@gmx.net>
5565
5566         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5567
5568         * funcrequest.h: extension to keep mouse (x,y) position
5569
5570 2002-08-12  Juergen Vigna  <jug@sad.it>
5571
5572         * BufferView2.C (insertErrors): forbid undo when inserting error
5573         insets.
5574
5575         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5576
5577 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5578
5579         * ParagraphList.[Ch]: new files
5580
5581         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5582
5583         * BufferView2.C (lockInset): ParagraphList changes
5584         * toc.C: ditto
5585         * text2.C: ditto
5586         * bufferlist.C: ditto
5587         * buffer.h: ditto
5588         * buffer.C: ditto
5589
5590 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5591
5592         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5593         unused class variable counter_,
5594
5595         * paragraph.[Ch] (getFirstCounter): delete unused function
5596
5597         * counters.C: include LAssert.h
5598         (reset): add a new function with no arg, change other version to
5599         not have def. arg and to not allow empty arg.
5600
5601         * text2.C (setCounter): remove empty arg from call to Counters::reset
5602
5603 2002-08-11  John Levon  <levon@movementarian.org>
5604
5605         * Makefile.am: add WordLangTuple.h
5606
5607 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5608
5609         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5610         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5611
5612         * insets/insettext.C: InsetList changes
5613
5614         * graphics/GraphicsSupport.C (operator()): InsetList changes
5615
5616         * toc.C (getTocList): InsetList changes
5617
5618         * paragraph_pimpl.[Ch]: InsetList changes
5619
5620         * paragraph.[Ch]: InsetList changes
5621
5622         * buffer.C (inset_iterator): InsetList changes
5623         (setParagraph): ditto
5624         * buffer.h (inset_iterator): ditto
5625         * iterators.C (operator++): ditto
5626         * iterators.h: ditto
5627
5628         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5629
5630         * InsetList.[Ch]: new files, most InsetList handling moved out of
5631         paragraph.C.
5632
5633         * BufferView2.C (removeAutoInsets): InsetList changes
5634         (lockInset): ditto
5635         (ChangeInsets): ditto
5636
5637 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5638
5639         * paragraph_pimpl.h (empty): new function
5640
5641         * paragraph.[Ch] (empty): new function
5642
5643         * other files: use the new Paragraph::empty function
5644
5645 2002-08-09  John Levon  <levon@movementarian.org>
5646
5647         * lyxtext.h: remove unused refresh_height
5648
5649 2002-08-09  John Levon  <levon@movementarian.org>
5650
5651         * Makefile.am:
5652         * sgml.h:
5653         * sgml.C:
5654         * buffer.C:
5655         * paragraph.h:
5656         * paragraph.C: move sgml char escaping out of paragraph
5657
5658         * paragraph.h:
5659         * paragraph.C: remove id setter
5660
5661         * buffer.C:
5662         * paragraph.C:
5663         * paragraph_pimpl.C: remove dead tex_code_break_column
5664
5665         * bufferview_funcs.C: small cleanup
5666
5667         * lyxfunc.C: remove dead proto
5668
5669         * lyxtext.h: make some stuff private. Remove some dead stuff.
5670
5671         * lyxgluelength.C: make as[LyX]String() readable
5672
5673 2002-08-08  John Levon  <levon@movementarian.org>
5674
5675         * LyXAction.h:
5676         * LyXAction.C:
5677         * MenuBackend.C:
5678         * ToolbarDefaults.C:
5679         * lyxfunc.C:
5680         * lyxrc.C:
5681         * toc.C: lyxaction cleanup
5682
5683 2002-08-08  John Levon  <levon@movementarian.org>
5684
5685         * BufferView2.C: small cleanup
5686
5687         * lyxfind.h:
5688         * lyxfind.C: move unnecessary header into the .C
5689
5690 2002-08-08  John Levon  <levon@movementarian.org>
5691
5692         * funcrequest.h: just tedious nonsense
5693
5694         * lyx_main.h:
5695         * lyx_main.C: cleanups
5696
5697         * buffer.C:
5698         * vspace.C: remove dead header lyx_main.h
5699
5700 2002-08-07  Angus Leeming  <leeming@lyx.org>
5701
5702         * Paragraph.[Ch]:
5703         * paragraph_pimpl.h:
5704         Forward declare class Counters in paragraph.h by moving the ctrs member
5705         variable into Paragraph::Pimpl.
5706         (counters): new method, returning a reference to pimpl_->ctrs.
5707
5708         * text2.C: ensuing changes.
5709
5710 2002-08-07  John Levon  <levon@movementarian.org>
5711
5712         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
5713
5714         * BufferView_pimpl.C: announce X selection on double/triple
5715           click
5716
5717         * lyx_main.C: use correct bool in batch dispatch
5718
5719         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
5720
5721 2002-08-07  André Pönitz <poenitz@gmx.net>
5722
5723         * funcrequest.h: new class to wrap a kb_action and its argument
5724
5725         * BufferView.[Ch]:
5726         * BufferView_pimpl[Ch]:
5727         * LaTeX.C:
5728         * LyXAction.[Ch]:
5729         * lyxfunc.[Ch]:
5730         * lyxrc.C: subsequent changes
5731
5732
5733 2002-08-07  John Levon  <levon@movementarian.org>
5734
5735         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
5736           document options change.
5737
5738 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
5739
5740         * counters.[Ch]
5741         * text2.C
5742         * paragraph.[Ch]
5743         * makefile.am: move counters functionality over from
5744         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
5745
5746 2002-08-06  John Levon  <levon@movementarian.org>
5747
5748         * WordLangTuple.h: new file for word + language code tuple
5749
5750         * SpellBase.h:
5751         * pspell.h:
5752         * pspell.C:
5753         * ispell.h:
5754         * ispell.C:
5755         * lyxtext.h:
5756         * text.C:
5757         * text2.C:
5758         * BufferView.h:
5759         * BufferView2.C: use WordLangTuple
5760
5761         * layout.h:
5762         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
5763
5764 2002-08-06  John Levon  <levon@movementarian.org>
5765
5766         * lyx_main.C: fix cmdline batch handling
5767
5768 2002-08-06  André Pönitz <poenitz@gmx.net>
5769
5770         * lyxrc.C: set default for show_banner to true
5771
5772 2002-08-06  John Levon  <levon@movementarian.org>
5773
5774         * pspell.C: fix a crash, and allow new aspell to work
5775
5776 2002-08-06  John Levon  <levon@movementarian.org>
5777
5778         * lyxfunc.C:
5779         * kbmap.C: small cleanup
5780
5781         * vspace.h:
5782         * vspace.C: add const
5783
5784 2002-08-05  John Levon  <levon@movementarian.org>
5785
5786         * LyXAction.C: back to tabular-insert
5787
5788 2002-08-04  John Levon  <levon@movementarian.org>
5789
5790         * BufferView.h:
5791         * BufferView.C: cosmetic change
5792
5793         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
5794
5795         * bufferlist.C:
5796         * buffer.h:
5797         * buffer.C:
5798         * lyxcb.h:
5799         * lyxcb.C:
5800         * lyxserver.C:
5801         * lyxvc.C:
5802         * vc-backend.C:
5803         * BufferView2.C: purge all "Lyx" not "LyX" strings
5804
5805         * lyxcursor.h:
5806         * lyxcursor.C: attempt to add some documentation
5807
5808         * lyxfunc.C:
5809         * commandtags.h:
5810         * LyXAction.C:
5811         * ToolbarDefaults.C:
5812         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
5813           merge with LFUN_TABULAR_INSERT
5814
5815         * Makefile.am:
5816         * SpellBase.h:
5817         * ispell.h:
5818         * ispell.C:
5819         * pspell.h:
5820         * pspell.C: split up i/pspell implementations into separate
5821           files, many cleanups
5822
5823         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
5824
5825         * text2.C: some cleanup
5826
5827         * lyxfunc.C: don't check for isp_command == "none" any more, it
5828           didn't make any sense
5829
5830 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
5831
5832         * counters.[Ch]
5833         * text2.C
5834         * paragraph.[Ch]
5835         * makefile.am: move counters functionality over
5836         from text2.C/paragraph.[Ch] to counters.[Ch], and
5837         make proper C++.
5838 2002-08-02  John Levon  <levon@movementarian.org>
5839
5840         * buffer.C: s/lyxconvert/lyx2lyx/
5841
5842 2002-08-02  Angus Leeming  <leeming@lyx.org>
5843
5844         * lyxlex.C: revert John's change as it breaks reading of the user
5845         preamble.
5846
5847 2002-08-02  Angus Leeming  <leeming@lyx.org>
5848
5849         * importer.C (Import):
5850         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
5851         changes due to LyXView::view() now returning a boost::shared_ptr.
5852
5853 2002-08-02  John Levon  <levon@movementarian.org>
5854
5855         * lyxlex.C: small cleanup
5856
5857 2002-08-02  John Levon  <levon@movementarian.org>
5858
5859         * text2.C (status): small cleanup, no logic change
5860
5861 2002-08-01  John Levon  <levon@movementarian.org>
5862
5863         * buffer.h:
5864         * buffer.C (writeFile): don't output alerts, caller
5865           handles this
5866
5867         * bufferlist.C:
5868         * lyx_cb.C: from above
5869
5870         * lyxfunc.C: allow to open non-existent files
5871
5872 2002-07-31  John Levon  <levon@movementarian.org>
5873
5874         * lyxserver.C: don't let incidental errors get
5875           in the way (errno)
5876
5877 2002-07-30  John Levon  <levon@movementarian.org>
5878
5879         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
5880
5881 2002-07-30  John Levon  <levon@movementarian.org>
5882
5883         * lyxserver.h:
5884         * lyxserver.C: remove I/O callback too
5885
5886 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5887
5888         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
5889         log.
5890
5891 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5892
5893         * many files: strip,frontStrip -> trim,ltrim,rtrim
5894
5895 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5896
5897         * PrinterParams.h: remove extern containsOnly, and include
5898         support/lstrings.h instead.
5899
5900         * LaTeX.C (scanAuxFile): modify because of strip changes
5901         (deplog): ditto
5902         * buffer.C (makeLaTeXFile): ditto
5903         * bufferparams.C (writeFile): ditt
5904         * lyxfont.C (stateText): ditto
5905         * lyxserver.C (read_ready): ditto
5906         * vc-backend.C (scanMaster): ditto
5907
5908         * BufferView_pimpl.h: ws changes
5909
5910         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
5911
5912 2002-07-26  André Pönitz <poenitz@gmx.net>
5913
5914         * kb_sequence.C: remove unnedred usings
5915
5916 2002-07-26  Juergen Vigna  <jug@sad.it>
5917
5918         * lyxfind.C (LyXReplace): we have to check better if the returned
5919         text is not of theLockingInset()->getLockingInset().
5920
5921 2002-07-25  Juergen Vigna  <jug@sad.it>
5922
5923         * lyxfind.C (LyXReplace): don't replace if we don't get the
5924         right LyXText.
5925
5926         * undo_funcs.C (createUndo): remove debugging code.
5927
5928 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
5929
5930         * buffer.C (parseSingleLyXformat2Token): Use default placement
5931         when reading old floats.
5932
5933         * FloatList.C (FloatList): Change the default placement of figure
5934         and tables to "tbp".
5935
5936 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
5937
5938         * MenuBackend.C: using std::max
5939
5940 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5941
5942         * MenuBackend.C (expandToc):
5943         (expandToc2): code moved from xforms menu frontend. It is now
5944         generic and TOCs are transparent to menu frontends.
5945
5946 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5947
5948         * toc.C (getTocList): protect against buf=0
5949
5950         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
5951         Menu as first parameter. Now, this calls itself recursively to
5952         expand a whole tree (this will be useful for TOC handling)
5953         (expandFloatInsert): remove 'wide' version of floats
5954
5955         * MenuBackend.h (submenuname): returns the name of the submenu.
5956         (submenu): returns the submenu itself, provided it has been
5957         created by MenuBackend::expand
5958
5959 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5960
5961         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
5962         insets which have noFontChange == true. (bug #172)
5963
5964 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5965
5966         * BufferView_pimpl.C: add connection objects and use them...
5967         (Pimpl): here.
5968
5969 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5970
5971         * MenuBackend.C (expandLastfiles):
5972         (expandDocuments):
5973         (expandFormats):
5974         (expandFloatListInsert):
5975         (expandFloatInsert):
5976         (expand): split expand in parts
5977
5978 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5979
5980         * lyx_gui.C: use lyx_gui::exit()
5981
5982 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5983
5984         * LyXAction.C: show the failing pseudo action
5985
5986 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
5987
5988         * buffer.C (readFile): Run the lyxconvert script in order to read
5989         old files.
5990
5991 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5992
5993         * LyXAction.C:
5994         * commandtags.h:
5995         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
5996
5997 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5998
5999         * LyXAction.C:
6000         * commandtags.h:
6001         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6002
6003 2002-07-22  Herbert Voss  <voss@lyx.org>
6004
6005         * lengthcommon.C:
6006         * lyxlength.[Ch]: add support for the vertical lengths
6007
6008 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6009
6010         * toc.[Ch]: std:: fixes
6011
6012 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6013
6014         * lyxrc.C: do not include lyx_main.h
6015
6016         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6017         for layouts
6018
6019         * lyxrc.C:
6020         * encoding.C:
6021         * bufferlist.C:
6022         * BufferView2.C: include "lyxlex.h"
6023
6024         * tabular.h:
6025         * bufferparams.h: do not #include "lyxlex.h"
6026
6027         * lyxtextclasslist.C (Add): remove method
6028         (classlist): renamed to classlist_
6029
6030         * paragraph_pimpl.C:
6031         * paragraph.C:
6032         * text2.C:
6033         * CutAndPaste.C:
6034         * bufferview_funcs.C:
6035         * bufferlist.C:
6036         * text.C:
6037         * LaTeXFeatures.C:
6038         * buffer.C:
6039         * toc.C (getTocList): use BufferParams::getLyXTextClass
6040
6041         * toc.C (getTocList): use InsetFloat::addToToc
6042
6043         * toc.[Ch]: new files, containing helper functions to handle table
6044         of contents
6045
6046         * lyxfunc.C (dispatch): no need to remove spaces around command
6047         given as a string
6048         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6049         first command of the sequence; it is not very clever, but I do not
6050         have a better idea, actually
6051
6052         * LyXAction.C (LookupFunc): make sure to remove space at the
6053         beginning and end of the command
6054
6055 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6056
6057         * MenuBackend.C (getMenubar): new method: return the menubar of
6058         this menu set
6059         (read): treat differently reading of menu and menubar (in
6060         particular, the menubar has no name now)
6061         (Menu::menubar): remove
6062
6063         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6064         saving is finished
6065
6066 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6067
6068         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6069         a bibitem inset in a RTL paragraph.
6070
6071 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6072
6073         * paragraph_pimpl.C: constify
6074
6075         * BufferView_pimpl.C:
6076         * LaTeX.C:
6077         * lyxfunc.C: fix dispatch in a nicer way
6078
6079 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6080
6081         * lyxfunc.C (dispatch):
6082         * BufferView_pimpl.C:
6083         * BufferView_pimpl.h:
6084         * BufferView.C:
6085         * BufferView.h: rename Dispatch() to dispatch()
6086
6087         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6088
6089         * lyxlayout.C (Read): honor DependsOn tag
6090
6091         * lyxlayout.[Ch] (depends_on): new method
6092
6093         * version.C.in: update lyx_docversion
6094
6095         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6096
6097         * paragraph.C (validate): remove from here...
6098         * paragraph_pimpl.C (validate): ... and move here
6099         (isTextAt): make it const
6100
6101         * buffer.C (getLists): ws cleanup
6102
6103 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6104
6105         * language.C (read): Use iso8859-1 encoding in latex_lang
6106         (this prevents LyX from crashing when using iso10646-1 encoding).
6107
6108 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6109
6110         * text2.C (toggleInset): if cursor is inside an inset, close the
6111         inset and leave cursor _after_ it
6112
6113 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6114
6115         * lyxfunc.C: move minibuffer completion handling out of here
6116
6117 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6118
6119         * BufferView_pimpl.C:
6120         * LaTeX.C: fix dispatch calls
6121
6122 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6123
6124         * text.C (drawChars): Fix Arabic text rendering.
6125
6126 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6127
6128         * LyXAction.C:
6129         * commandtags.h:
6130         * lyxfunc.C: remove message-push/pop
6131
6132         * lyxserver.C:
6133         * lyxfunc.h:
6134         * lyxfunc.C: rationalise some code by removing verboseDispatch
6135           in favour of a bool argument to dispatch()
6136
6137 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6138
6139         * lyx_main.C (init): make sure to read symlinks as absolute paths
6140
6141 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6142
6143         * lyxfunc.h:
6144         * lyxfunc.C: no need for commandshortcut to be a member
6145
6146 2002-07-15  André Pönitz <poenitz@gmx.net>
6147
6148         * converter.C: add support for $$s (scripts from lib/scripts dir)
6149         * lyx_main.C: white space
6150
6151 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6152
6153         * bufferlist.C:
6154         * lyxrc.h:
6155         * lyxrc.C: remove second exit confirmation
6156
6157 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6158
6159         * BufferView.h:
6160         * BufferView.C:
6161         * BufferView2.C:
6162         * BufferView_pimpl.h:
6163         * BufferView_pimpl.C:
6164         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6165
6166 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6167
6168         * MenuBackend.C (expand): add numeric shortcuts to document menu
6169
6170         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6171
6172 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6173
6174         * lyxfont.C (setLyXFamily):
6175         (setLyXSeries):
6176         (setLyXShape):
6177         (setLyXSize):
6178         (setLyXMisc):
6179         (lyxRead):
6180         * debug.C (value):
6181         * buffer.C (asciiParagraph): use ascii_lowercase
6182
6183 2002-07-15  Mike Fabian  <mfabian@suse.de>
6184
6185         * lyxlex_pimpl.C (search_kw):
6186         * lyxlex.C (getLongString):
6187         * converter.h (operator<):
6188         * converter.C (operator<):
6189         * buffer.C (parseSingleLyXformat2Token):
6190         (asciiParagraph):
6191         * ToolbarDefaults.C (read):
6192         * MenuBackend.C (checkShortcuts):
6193         (read):
6194         * LColor.C (getFromGUIName):
6195         (getFromLyXName): use the compare_ascii_no_case instead of
6196         compare_no_case, because in turkish, 'i' is not the lowercase
6197         version of 'I', and thus turkish locale breaks parsing of tags.
6198
6199 2002-07-16  Angus Leeming  <leeming@lyx.org>
6200
6201         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6202         now takes a Buffer const & argument.
6203
6204 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6205
6206         * BufferView.C (resize): check there's a buffer to resize
6207
6208 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6209
6210         * lyxfunc.C: remove dead code
6211
6212         * lyxserver.h:
6213         * lyxserver.C: use lyx_guii::set_read_callback
6214
6215 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6216
6217         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6218         an inset in a RTL paragraph.
6219
6220 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6221
6222         * lyxfunc.C: repaint after a font size update
6223
6224 2002-07-15  André Pönitz <poenitz@gmx.net>
6225
6226         * lyxlength.C: inBP should be able to return negative values
6227
6228 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6229
6230         * lyxfunc.C: use lyx_gui::update_fonts()
6231
6232 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6233
6234         * lyxfunc.C: use lyx_gui::update_color()
6235
6236 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6237
6238         * bufferlist.C:
6239         * lyxfunc.h:
6240         * lyxfunc.C:
6241         * lyxrc.h:
6242         * lyxrc.C: remove file->new asks for name option, and let
6243           buffer-new take an argument
6244
6245 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6246
6247         * BufferView_pimpl.C: remove unneeded extra repaint()
6248
6249 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6250
6251         * LyXAction.C: allow command-sequence with NoBuffer
6252
6253         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6254
6255 2002-07-10  Angus Leeming  <leeming@lyx.org>
6256
6257         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6258
6259 2002-07-09  Angus Leeming  <leeming@lyx.org>
6260
6261         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6262
6263 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6264
6265         * lengthcommon.h: whitespace
6266
6267         * lyxfunc.C: update scrollbar after goto paragraph
6268
6269         * lyxtext.h: factor out page break drawing, and fix it so
6270           page break/added space paints as selected nicely
6271
6272 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6273
6274         * BufferView_pimpl.C: add FIXMEs, clean up a little
6275
6276 2002-07-09  André Pönitz <poenitz@gmx.net>
6277
6278         * lyxfont.[Ch]: support for wasy symbols
6279
6280 2002-07-08  André Pönitz <poenitz@gmx.net>
6281
6282         * BufferView_pimpl.C: apply John's patch for #93.
6283
6284 2002-07-05  Angus Leeming  <leeming@lyx.org>
6285
6286         * BufferView_pimpl.C (buffer): generate previews if desired.
6287
6288         * LColor.h: add "preview" to the color enum.
6289
6290         * LColor.C (LColor): add a corresponding entry to the items array.
6291
6292         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6293         with this buffer.
6294
6295 2002-07-05  Angus Leeming  <leeming@lyx.org>
6296
6297         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6298         The body of the code is now in the method that is passed an ostream &
6299         rather than a file name.
6300         Pass an additional only_preamble parameter, useful for the forthcoming
6301         preview stuff.
6302
6303 2002-07-03  André Pönitz <poenitz@gmx.net>
6304
6305         * lyxfunc.C: simplify getStatus() a bit for math stuff
6306
6307 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6308
6309         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6310
6311 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6312
6313         * text.C (changeRegionCase): do not change case of all the
6314         document when region ends at paragraph end (bug #461)
6315
6316 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6317
6318         * paragraph.C (startTeXParParams):
6319         (endTeXParParams): add \protect when necessary
6320
6321 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6322
6323         * BufferView_pimpl.C (workAreaExpose): remove warning
6324
6325 2002-06-27  Angus Leeming  <leeming@lyx.org>
6326
6327         * Makefile.am: add lyxlayout_ptr_fwd.h.
6328
6329 2002-06-26  André Pönitz <poenitz@gmx.net>
6330
6331         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6332
6333 2002-06-25  Angus Leeming  <leeming@lyx.org>
6334
6335         * lyxfunc.C (dispatch): Comment out the call to
6336         grfx::GCache::changeDisplay. The method no longer exists now that the
6337         pixmap generation part of the graphics loader has been moved into
6338         InsetGraphics.
6339
6340 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6341
6342         * text2.C: layout as layout
6343
6344         * text.C: layout as layout
6345
6346         * tabular.C (OldFormatRead): layout as layout
6347
6348         * paragraph_pimpl.C (TeXDeeper): layout as layout
6349         (realizeFont): layout as layout
6350
6351         * paragraph.C (writeFile): layout as layout
6352         (validate): layout as layout
6353         (getFont): layout as layout
6354         (getLabelFont): layout as layout
6355         (getLayoutFont): layout as layout
6356         (breakParagraph): layout as layout
6357         (stripLeadingSpaces): layout as layout
6358         (getEndLabel): layout as layout
6359         (getMaxDepthAfter): layout as layout
6360         (applyLayout): layout as layout
6361         (TeXOnePar): layout as layout
6362         (simpleTeXOnePar): layout as layout
6363         (TeXEnvironment): layout as layout
6364         (layout): layout as layout
6365         (layout): layout as layout
6366
6367         * lyxtextclass.C (compare_name): new functor to work with
6368         shared_ptr, layout as layout
6369         (Read): layout as layout
6370         (hasLayout): layout as layout
6371         (operator): layout as layout
6372         (delete_layout): layout as layout
6373         (defaultLayout): layout as layout
6374
6375         * lyxlayout_ptr_fwd.h: new file
6376
6377         * lyxlayout.C (Read): layout as layout
6378
6379         * lyx_cb.C (MenuInsertLabel): layout as layout
6380
6381         * bufferlist.C (newFile): layout as layout
6382
6383         * buffer.C (readLyXformat2): layout as layout
6384         (parseSingleLyXformat2Token): layout as layout
6385         (insertStringAsLines): layout as layout
6386         (asciiParagraph): layout as layout
6387         (latexParagraphs): layout as layout
6388         (makeLinuxDocFile): layout as layout
6389         (simpleLinuxDocOnePar): layout as layout
6390         (makeDocBookFile): layout as layout
6391         (simpleDocBookOnePar): layout as layout
6392         (getLists): layout as layout
6393
6394         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6395
6396         * CutAndPaste.C (cutSelection): layout as layout
6397         (pasteSelection): layout as layout
6398         (SwitchLayoutsBetweenClasses): layout as layout
6399
6400         * BufferView_pimpl.C (Dispatch): layout as layout
6401         (smartQuote): layout as layout
6402
6403         * BufferView2.C (unlockInset): layout as layout
6404
6405 2002-06-24  André Pönitz <poenitz@gmx.net>
6406
6407         * lyxfunc.C: fix #487
6408
6409 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6410
6411         * lyxrc.h:
6412         * lyxrc.C:
6413         * lyxfunc.C: remove display_shortcuts, show_banner
6414
6415 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6416
6417         * Buffer_pimpl.C: oops, update on resize
6418
6419 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6420
6421         * buffer.C:
6422         * converter.C:
6423         * exporter.C:
6424         * lyxfunc.C:
6425         * BufferView.h:
6426         * BufferView.C: use repaint()
6427
6428         * BufferView_pimpl.h:
6429         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6430           as it's a clearer description. Remove superfluous
6431           redraws.
6432
6433 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6434
6435         * text.C: fix bug 488. Not ideal, but getting
6436           getWord() to work properly for the insets that
6437           matter is more difficult ...
6438
6439 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6440
6441         * BufferView_pimpl.C:
6442         * LyXAction.C:
6443         * commandtags.h:
6444         * lyxfunc.C: remove the six million index lyxfuncs to just
6445           one, and DTRT (bug 458)
6446
6447 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6448
6449         * BufferView.h:
6450         * BufferView.C:
6451         * BufferView_pimpl.h:
6452         * BufferView_pimpl.C: clean up resize() stuff,
6453           and unnecessary updateScreen()s
6454
6455 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6456
6457         * BufferView.h:
6458         * BufferView.C:
6459         * BufferView_pimpl.h:
6460         * BufferView_pimpl.C:
6461         * lyxfind.h:
6462         * lyxfind.C:
6463         * minibuffer.C: remove focus management of workarea,
6464           not needed. Use screen's greyOut()
6465
6466 2002-06-17  Herbert Voss  <voss@lyx.org>
6467
6468         * converter.C: (convert) do not post a message, when converting
6469         fails, let the calling function decide what to do in this case
6470
6471 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6472
6473         * lyxfunc.C: tidy up a little
6474
6475 2002-06-16    <alstrup@diku.dk>
6476
6477         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6478         Got rid of FORMS_H_LOCATION include. Now we are
6479         GUII.
6480
6481 2002-06-15  LyX Development team  <lyx@rilke>
6482
6483         * buffer.[Ch] (sgmlOpenTag):
6484         (sgmlCloseTag): Added support for avoiding pernicious mixed
6485         content. Return number of lines written.
6486
6487         (makeLinuxDocFile):
6488         (makeDocBookFile): Fixed calls to sgml*Tag.
6489         Simple white space clean.
6490
6491         (simpleDocBookOnePar): Simple white space clean.
6492
6493         * tabular.[Ch] (docBook): Renamed to docbook and got another
6494         argument to related with the pernicious mixed content.
6495
6496         (docbookRow): Fixed calls for docbook inset method.
6497
6498 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6499
6500         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6501         so it's X11 independent.
6502
6503         * kb*.[Ch]: ditto.
6504
6505         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6506
6507 2002-06-15  Lyx Development team  <lyx@electronia>
6508
6509         * intl.h: Renamed getTrans to getTransManager.
6510
6511 2002-06-14  Angus Leeming  <leeming@lyx.org>
6512
6513         * Makefile.am: nuke forgotten stl_string_fwd.h.
6514
6515 2002-06-12  Angus Leeming  <leeming@lyx.org>
6516
6517         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6518
6519 2002-06-13  Angus Leeming  <leeming@lyx.org>
6520
6521         * LaTeX.C:
6522         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6523
6524 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6525
6526         * kbmap.C (getiso): add support for cyrillic and greek
6527
6528 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6529
6530         * BufferView.h:
6531         * BufferView.C:
6532         * BufferView_pimpl.h:
6533         * BufferView_pimpl.C: move bogus scrolling logic
6534           to xforms
6535
6536 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6537
6538         * lyxfunc.C:
6539         * BufferView_pimpl.C: view->resize() change
6540
6541 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6542
6543         * BufferView_pimpl.C: topCursorVisible
6544           prototype change
6545
6546 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6547
6548         * Makefile.am:
6549         * lyx_gui.h:
6550         * lyx_gui.C: move to frontends/
6551
6552         * main.C:
6553         * lyx_main.h:
6554         * lyx_main.C: changes from above
6555
6556 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6557
6558         * intl.C:
6559         * intl.h:
6560         * kbmap.C:
6561         * kbsequence.C:
6562         * lyx_cb.C:
6563         * lyx_main.C: minor tidy
6564
6565 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6566
6567         * BufferView_pimpl.h:
6568         * BufferView_pimpl.C:
6569         * BufferView.h:
6570         * BufferView.C: make painter() const,
6571           remove dead code
6572
6573         * BufferView2.C: use screen() accessor
6574
6575         * lyx_main.h:
6576         * lyx_main.C: some minor cleanup
6577
6578 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6579
6580         * BufferView_pimpl.h:
6581         * BufferView_pimpl.C: remove enter/leaveView,
6582           use workHeight()
6583
6584 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6585
6586         * BufferView.h:
6587         * BufferView.C:
6588         * BufferView2.C:
6589         * BufferView_pimpl.h:
6590         * BufferView_pimpl.C: only construct screen once,
6591           rename
6592
6593         * lyxrc.C: remove pointless comment
6594
6595 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6596
6597         * BufferView.h:
6598         * BufferView.C: remove active() and belowMouse()
6599
6600         * BufferView_pimpl.h:
6601         * BufferView_pimpl.C: use workarea() not workarea_,
6602           and make it use a scoped_ptr instead
6603
6604 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6605
6606         * lyx_gui.C: add debug message on BadWindow
6607
6608 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6609
6610         * sp_spell.C: fdopen is not part of the C++ standard.
6611
6612         * paragraph.C (InsetIterator): use >= instead of ==
6613
6614 2002-06-07  Angus Leeming  <leeming@lyx.org>
6615
6616         Fixes needed to compile with Compaq cxx 6.5.
6617         * BufferView_pimpl.C:
6618         * DepTable.C:
6619         * buffer.C:
6620         * converter.C:
6621         * encoding.C:
6622         * lyx_gui.C:
6623         * lyx_main.C:
6624         * lyxtextclasslist.C:
6625         * minibuffer.C:
6626         * sp_spell.C:
6627         * tabular_funcs.C:
6628         * vc-backend.C:
6629         all c-library variables have been moved into namespace std. Wrap
6630         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6631
6632         * lyxlength.C:
6633         * tabular-old.C:
6634         * tabular.C:
6635         Add a using std::abs declaration.
6636
6637         * kbmap.h (modifier_pair):
6638         * paragraph.h (InsetTable, InsetList):
6639         * lyxfont.h (FontBits):
6640         type definition made public.
6641
6642         * bufferlist.C (emergencyWriteAll): the compiler complains that
6643         there is more than one possible lyx::class_fun template to choose from.
6644         I re-named the void specialisation as lyx::void_class_fun.
6645
6646         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6647
6648         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6649         the compiler is is unable to find tostr in write_attribute.
6650
6651 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6652
6653         * buffer.C (sgmlError): hide #warning
6654
6655 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6656
6657         * xtl/*: get rid of xtl, which is not in use anyway
6658
6659         * LyXAction.C (init):
6660         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6661         were unimplemented xtl experimentation
6662
6663 2002-06-04  André Pönitz <poenitz@gmx.net>
6664
6665         * lyxfunc.C: disable array operation on simple formulae
6666
6667 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6668
6669         * converter.C: constify a bit
6670
6671 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6672
6673         * lyx_gui.C: check xforms version correctly
6674
6675 2002-04-30  Herbert Voss  <voss@lyx.org>
6676
6677         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6678         "keep" option
6679
6680 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6681
6682         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6683           attempt to register it with a VCS)
6684
6685 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6686
6687         * lyx_main.C (init): honor variables LYX_DIR_13x and
6688         LYX_USERDIR_13x
6689
6690 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6691
6692         * buffer.h:
6693         * buffer.C:
6694         * lyx_main.C: fix a crash on bad command line,
6695           and give a useful exit status on error
6696
6697         * lyxfunc.C (doImport): allow -i lyx to work
6698
6699 2002-03-30  André Pönitz <poenitz@gmx.net>
6700
6701         * lyxfunc.C: mathed font changes
6702
6703 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6704
6705         * LaTeX.C:
6706         * importer.h:
6707         * importer.C:
6708         * lyx_sty.h:
6709         * lyx_sty.C:
6710         * lyxlex.C:
6711         * lyxrow.h:
6712         * lyxtext.h:
6713         * paragraph.h:
6714         * paragraph.C:
6715         * texrow.h:
6716         * texrow.C:
6717         * text.C:
6718         * trans_mgr.h: srcdocs, and some minor cleanups
6719
6720 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6721
6722         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
6723         call getFont all the time)
6724
6725 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6726
6727         * switch from SigC signals to boost::signals
6728
6729 2002-05-29  André Pönitz <poenitz@gmx.net>
6730
6731         * paragraph_pimpl.C (getChar): don't call size() too often...
6732
6733 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6734
6735         * paragraph_pimpl.C (insertChar): do not try to update tables when
6736         appending (pos == size())
6737
6738         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
6739         in order to reduce drastically the number of comparisons needed to
6740         parse a large document
6741
6742 2002-05-29  André Pönitz <poenitz@gmx.net>
6743
6744         * text.C:
6745         * text2.C:
6746         * lyxtextclass.C:
6747         * sp_pspell.h:
6748         * textclasslist.[Ch]:
6749         * sp_ispell.h: whitespace change
6750
6751 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6752
6753         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
6754         lyxaction directly now.
6755
6756 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
6757
6758         * trans.C:
6759         * lyxfont.C:
6760         * lyxvc.C: remove unused headers
6761
6762 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6763
6764         * Makefile.am:
6765         * buffer.h:
6766         * undostack.h:
6767         * undostack.C:
6768         * undo_funcs.h:
6769         * undo_funcs.C: some cleanups. Use shared_ptr
6770           and a template for the undo stacks.
6771
6772 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6773
6774         * BufferView_pimpl.h:
6775         * BufferView_pimpl.C:
6776         * kbmap.h:
6777         * kbmap.C:
6778         * kbsequence.h:
6779         * kbsequence.C:
6780         * lyxfunc.h:
6781         * lyxfunc.C:
6782         * text2.C: use key_state/mouse_state
6783
6784 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6785
6786         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
6787         and LSubstring
6788
6789         * chset.C: change include order
6790         (loadFile): use boost regex and get rid of LRegex and LSubstring
6791
6792         * Makefile.am (BOOST_LIBS): new variable
6793         (lyx_LDADD): use it
6794
6795         * LaTeX.C: change include order.
6796         (scanAuxFile): use boost regex and get rid of LRegex and
6797         LSubstring
6798         (deplog): ditto
6799
6800 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6801
6802         * ColorHandler.h:
6803         * ColorHandler.C:
6804         * FontInfo.h:
6805         * FontInfo.C: moved to frontends/xforms/
6806
6807         * FontLoader.h:
6808         * FontLoader.C: moved into frontends for GUIIzation
6809
6810         * Makefile.am:
6811         * lyx_gui.C:
6812         * lyxfont.C:
6813         * lyxfunc.C: changes from above
6814
6815 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6816
6817         * LColor.C: remove spurious X include
6818
6819         * BufferView_pimpl.C:
6820         * Makefile.am:
6821         * font.h:
6822         * font.C:
6823         * text.C:
6824         * text2.C: move font metrics to frontends/
6825
6826 2002-05-24  Juergen Vigna  <jug@sad.it>
6827
6828         * undo_funcs.C (textHandleUndo): fix the cursor selection after
6829         setting the undo_cursor.
6830
6831         * ParagraphParameters.h: include local includes first.
6832
6833 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6834
6835         * BufferView_pimpl.C:
6836         * BufferView_pimpl.h:
6837         * Makefile.am:
6838         * WorkArea.h:
6839         * WorkArea.C:
6840         * screen.C: move WorkArea into frontends/
6841
6842         * lyxscreen.h:
6843         * screen.C:
6844         * text.C:
6845         * BufferView.C:
6846         * BufferView2.C: move LyXScreen into frontends/
6847
6848         * lyxlookup.h:
6849         * lyxlookup.C:
6850         * lyx_gui.C: move lyxlookup into frontends/xforms/
6851
6852 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6853
6854         * BufferView2.C:
6855         * BufferView_pimpl.C:
6856         * FontLoader.C:
6857         * LyXView.h:
6858         * LyXView.C:
6859         * Makefile.am:
6860         * WorkArea.C:
6861         * XFormsView.h:
6862         * XFormsView.C:
6863         * buffer.C:
6864         * bufferlist.C:
6865         * bufferview_funcs.C:
6866         * converter.C:
6867         * importer.C:
6868         * lyx_cb.C:
6869         * lyx_gui.C:
6870         * lyx_main.C:
6871         * lyx_find.C:
6872         * lyxfunc.C:
6873         * lyxvc.C:
6874         * minibuffer.C:
6875         * text.C:
6876         * text2.C:
6877         * trans.C:
6878         * vc-backend.C: move LyX/XFormsView into frontends/
6879
6880 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6881
6882         * Makefile.am:
6883         * PainterBase.C:
6884         * PainterBase.h:
6885         * Painter.C:
6886         * Painter.h:
6887         * WorkArea.C:
6888         * WorkArea.h:
6889         * screen.C:
6890         * tabular.C:
6891         * text.C:
6892         * text2.C: move Painter to frontends/
6893
6894 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6895
6896         * buffer.C: comment out some some code that depend upon lyx_format
6897         < 220
6898
6899         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
6900         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
6901
6902         * buffer.h (NO_COMPABILITY): turn off compability
6903
6904         * ColorHandler.C: include scoped_array.hpp
6905
6906         * font.C: Use more specific smart_ptr header.
6907         * Painter.C: ditto
6908         * gettext.C: ditto
6909         * ShareContainer.h: ditto
6910         * lyx_main.h: ditto
6911         * kbmap.h: ditto
6912         * FontInfo.h: ditto
6913         * BufferView_pimpl.h: ditto
6914         * ColorHandler.h: ditto
6915
6916         * kbmap.C (defkey): change call to shared_ptr::reset
6917
6918 2002-05-21  Juergen Vigna  <jug@sad.it>
6919
6920         * buffer.C (insertErtContents): fix to insert ert asis if it is
6921         non empty. Skip it completely if it contains only whitespaces.
6922
6923 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
6924
6925         * BufferView_pimpl.C:
6926         * BufferView2.C: clear selection on paste (bug 393)
6927
6928 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6929
6930         * DepTable.C: include ctime
6931
6932 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
6933
6934         * buffer.C (latexParagraphs): Add new argument (moving_arg).
6935
6936 2002-05-14  Juergen Vigna  <jug@sad.it>
6937
6938         * text.C (breakParagraph): fixed function to honor the keepempty
6939         layout in the right maner and also to permit the right breaking
6940         algorithm on empty or non empyt keepempty paragraphs.
6941
6942         * paragraph.C (breakParagraph): we have to check also if the par
6943         is really empty (!size()) for isempty otherwise we do the wrong
6944         paragraph break.
6945
6946 2002-05-10  Juergen Vigna  <jug@sad.it>
6947
6948         * buffer.[Ch] : The following are only changes to the ert
6949         compatibility read reading old LaTeX layout and font stuff and
6950         convert it to ERTInsets.
6951
6952         * buffer.h: added isErtInset().
6953
6954         * buffer.C (struct ErtComp): add a fromlayout bool to check
6955         if we're inside a LaTeX layout.
6956         (isErtInset): new helper function.
6957         (insertErtContents): look for other ert insets before this one
6958         and insert the contents there, so that we don't have subsequent
6959         ERT insets with nothing between them. This way we create only one
6960         inset with multiple paragraphs. Also check if we don't insert only
6961         spaces ' ' as they are ignored anyway afterwards in the .tex file
6962         so if we have only spaces we will ignore this latex part in the
6963         new file.
6964         (parseSingleLyXformat2Token \\layout): better compatibility when
6965         reading layout-latex stuff.
6966         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
6967         language tag.
6968         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
6969         stuff after reading the inset only get the information back from
6970         the stack.
6971
6972 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
6973
6974         * buffer.C (makeLaTeXFile): Put language options after loading babel.
6975
6976         * LaTeXFeatures.C (getBabelOptions): New method.
6977
6978 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6979
6980         * BufferView_pimpl.C (Dispatch): work around missing argument for
6981         'layout'
6982
6983 2002-05-08  Juergen Vigna  <jug@sad.it>
6984
6985         * text.C (leftMargin): handle paragraph leftindent.
6986
6987         * paragraph.C (writeFile): write the new \\leftindent tag.
6988         (validate): handle leftindent code.
6989         (TeXEnvironment): handle paragraphleftindent code again.
6990
6991         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
6992
6993         * buffer.C (parseSingleLyXformat2Token): added compatibility code
6994         for paragrap_extra indent code and new token \\leftindent.
6995         (latexParagraphs): handle the leftindent as environment.
6996
6997         * ParameterStruct.h: added leftindent support.
6998
6999         * ParagraphParameters.C (leftIndent): added support functions for
7000         the paragraph left indent.
7001
7002         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7003         more appropriate.
7004
7005 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7006
7007         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7008         inside insetERT.
7009
7010         * text.C (computeBidiTables): No bidi in insetERT.
7011
7012         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7013         in RTL documents.
7014
7015 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7016
7017         * version.C.in: pre 5
7018
7019 2002-05-02  José Matos  <jamatos@fep.up.pt>
7020         * buffer.C (makeDocBookFile): white space changes, add newline to
7021         command styles.
7022         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7023
7024         * tabular.C (docBook): fix typo.
7025
7026 2002-05-03  Juergen Vigna  <jug@sad.it>
7027
7028         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7029         change in LyXText as we can not be sure it was not freed.
7030         (drawOneRow): remove unused code.
7031
7032         * text.C (drawInset): redo the calculation of the need_break_row as
7033         it could have a row which was already freed.
7034         (draw): look at the return value of drawInset and return false if
7035         it also returned false.
7036         (paintRowText): look at the return value of draw and return false if
7037         it also returned false.
7038
7039         * lyxtext.h: added bool return type to drawInset() and draw() so that
7040         if we have a change in the row so that the rowbreak has to be redone
7041         we abort drawing as it will be called again.
7042
7043 2002-05-02  Juergen Vigna  <jug@sad.it>
7044
7045         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7046         a change in the maintext also if we're inside an inset.
7047         (Dispatch): set the cursor again after a break line and after the
7048         screen has been updated as it could be we're in a different row.
7049
7050         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7051         to set the cursor behind the pargraph with > size().
7052         (setCursor): check also for the same paragraph when checking where
7053         to put the cursor if we have a NFR inset.
7054
7055         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7056         parts of layout read further up as it still was in the wrong
7057         position.
7058
7059 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7060
7061         * screen.C (drawFromTo): change sine fullRebreak always return
7062         true.
7063
7064         * buffer.C (parseSingleLyXformat2Token): reindent some
7065
7066         * BufferView_pimpl.C (update): change since fullRebreak always
7067         return true.
7068         (Dispatch): git rid of the last hardcoded "Standard"s.
7069
7070 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7071
7072         * text2.[Ch] (fullRebreak): make it return void now that we always
7073         returned true.
7074
7075 2002-04-30  Juergen Vigna  <jug@sad.it>
7076
7077         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7078         ert compatibility check for "latex" layout.
7079
7080 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7081
7082         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7083         minipages: use col% instead of p%, and also use the current font.
7084         (makeLaTeXFile): Fix use babel condition.
7085         (parseSingleLyXformat2Token): Correct font when reading old floats.
7086
7087 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7088
7089         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7090         inserting list of floats.
7091
7092 2002-04-25  Herbert Voss  <voss@lyx.org>
7093
7094         * MenuBackend.C (expand): don't add the graphics extensions to the
7095         export menu
7096
7097 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7098
7099         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7100         non-existing layout, do not complain if it was the default layout
7101         of the original class (bug #342)
7102
7103 2002-04-24  Juergen Vigna  <jug@sad.it>
7104
7105         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7106         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7107
7108 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7109
7110         * buffer.C (getBibkeyList): If using \bibliography, return the
7111         option field with the reference itself. Enables us to provide natbib
7112         support when using \bibliography.
7113
7114 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7115
7116         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7117
7118         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7119         natbib is provided by the LaTeX class.
7120
7121 2002-04-23  Juergen Vigna  <jug@sad.it>
7122
7123         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7124         Wakeup functions.
7125
7126         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7127
7128 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7129
7130         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7131
7132         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7133         ensuremath around textordmasculine, textordfeminine and
7134         textdegree.
7135
7136 2002-04-19  Juergen Vigna  <jug@sad.it>
7137
7138         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7139         reinitializing the buffer otherwise row-dimensions may be wrong.
7140         (update): reset also the selection cursors if they do exits otherwise
7141         their x/y positions may be wrong.
7142
7143         * text2.C (cursorDown): don't enter the inset if we came from a row
7144         above and are one row over the inset.
7145
7146         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7147         really leaving an inset.
7148
7149 2002-04-18  Juergen Vigna  <jug@sad.it>
7150
7151         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7152         of the selected paragraph does not have the selected layout also if
7153         the last one had!
7154
7155         * text2.C (setLayout): fixed bug which did not change last selected
7156         paragraph.
7157
7158         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7159         changed the read and substituted \\end_float with \\end_inset!
7160
7161         * BufferView_pimpl.C (cursorPrevious):
7162         (cursorNext): fixed to make it work with rows heigher than the work
7163         area without moving the cursor only the draw of the row.
7164         (workAreaMotionNotify): fix jumping over high rows.
7165
7166 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7167
7168         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7169         Ressler.
7170
7171 2002-04-16  Juergen Vigna  <jug@sad.it>
7172
7173         * text2.C (setCursor): set also the irow().
7174         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7175         (cursorUp):
7176         (cursorDown): support for locking an inset if the x_fix value goes
7177         inside it. That way I can transverse insets too with cursor up/down.
7178
7179         * lyxrow.h: added irow helper function same as other (i) functions.
7180
7181         * BufferView_pimpl.C (cursorPrevious):
7182         (cursorNext): fixed for insets!
7183
7184 2002-04-15  Juergen Vigna  <jug@sad.it>
7185
7186         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7187         position otherwise it is wrong in some cases.
7188
7189         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7190         inside the inset before the call.
7191
7192 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7193
7194         * buffer.[Ch] (getBibkeyList): make it const.
7195
7196 2002-04-12  Juergen Vigna  <jug@sad.it>
7197
7198         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7199
7200         * text2.C (getCursorX): new helper function
7201         (setCursor): compute also ix_
7202         (setCursorFromCoordinates): set also ix.
7203
7204         * lyxcursor.h: added ix_ and helper functions.
7205
7206         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7207
7208         * buffer.C (insertStringAsLines): dont break paragraph if the this
7209         paragraph is inside an inset which does not permit it!
7210
7211         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7212         also with no chars on this paragraph.
7213         (paintRowText): only paint stuff if it's inside the workarea!
7214
7215         * paragraph.C (breakParagraph): honor keepempty flag and break the
7216         paragraph always below not above.
7217
7218         * BufferView2.C (unlockInset): update the paragraph layout on inset
7219         unlock as we changed paragraph in such a case.
7220
7221         * lyxfind.C (LyXFind): clear the former selection if not found!
7222
7223         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7224         again called in insertChar().
7225
7226         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7227         an inset which uses the whole row!
7228         (rightMargin): ditto.
7229         (insertChar): force a rebreak if we inserted an inset!
7230
7231 2002-03-28  Herbert Voss  <voss@lyx.org>
7232
7233         * lyxlength.[Ch]: add inBP() to get the right PS-point
7234         units (BigPoint). With inPixels we have rounding errors
7235
7236 2002-04-11  Juergen Vigna  <jug@sad.it>
7237
7238         * text2.C (setCursorFromCoordinates): set iy to the right value.
7239         (setCursor): add check if row->previous exists!
7240
7241         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7242         an old float_type as this was the case in the old code!
7243
7244         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7245
7246         * BufferView2.C (showLockedInsetCursor): use iy
7247         (fitLockedInsetCursor): ditto
7248
7249         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7250         locked insets as there we have the right value now.
7251
7252         * lyxcursor.C: added iy_ variable and iy functions to set to the
7253         baseline of cursor-y of the locked inset.
7254
7255         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7256         (setCursor): fixed for insets which need a full row.
7257
7258         * text.C (rowLastPrintable): don't ignore the last space when before
7259         an inset which needs a full row.
7260         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7261         as last character of a row when before a inset which needs a full row.
7262
7263 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7264
7265         * version.C.in: update date
7266
7267         * text2.C (fullRebreak): try to always return true and see what
7268         happens...
7269
7270 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7271
7272         * MenuBackend.C (expand): use Floating::listName
7273
7274         * FloatList.C (FloatList): add listName argument to the built-in
7275         floats
7276
7277         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7278         text associated with the float.
7279
7280 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7281
7282         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7283
7284 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7285
7286         * ShareContainer.h: add a couple of missing typenames.
7287
7288 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7289
7290         * lyxrc.C (getDescription): use _() correctly rather than N_().
7291
7292 2002-03-28  Herbert Voss  <voss@lyx.org>
7293
7294         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7295         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7296
7297 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7298
7299         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7300         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7301
7302 2002-03-29  Juergen Vigna  <jug@sad.it>
7303
7304         * lyxfunc.C (dispatch): add a missing fitCursor call.
7305
7306         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7307         it was scrolled by a cursor move, so return the bool status.
7308
7309         * BufferView.C (fitCursor): return the bool flag also to the outside
7310         world as this is needed.
7311
7312         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7313
7314         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7315         call the edit() as it is not needed (and wrong) IMO.
7316         (workAreaButtonPress): set the screen_first variable before evt.
7317         unlock the inset as this may change screen_first and then we have
7318         a wrong y position for the click!
7319
7320 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7321
7322         * MenuBackend.C (expand): another translation that I missed
7323
7324 2002-03-28  Juergen Vigna  <jug@sad.it>
7325
7326         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7327
7328         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7329
7330 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7331
7332         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7333
7334         * MenuBackend.C (expand): fix export/view/update when there is no
7335         document open.
7336
7337 2002-03-27  Herbert Voss  <voss@lyx.org>
7338
7339         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7340         and text%
7341
7342 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7343
7344         * bufferview_funcs.C (currentState): only show paragraph number
7345         for is DEVEL_VERSION is set.
7346
7347         * lyxfunc.C (dispatch): put warning in INFO channel
7348
7349         * MenuBackend.C (expand): translate the name of floats
7350
7351         * FloatList.C (FloatList): mark the float names for translation
7352
7353         * converter.C (convert): use LibScriptSearch
7354
7355 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7356
7357         * MenuBackend.C (defaults): fix default menu (we might as well get
7358         rid of it...)
7359
7360 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7361
7362         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7363         directory.
7364
7365 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7366
7367         * lyxvc.C: reorder includes.
7368
7369 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7370
7371         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7372           properly
7373
7374 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7375
7376         * CutAndPaste.C: change layouts earlier on paste
7377           to avoid crashing when calling getFont()
7378
7379 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7380
7381         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7382         irritating #error.
7383
7384 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7385
7386         * WorkArea.C: remove 'Pending' debug message.
7387
7388         * most files: ws cleanup
7389
7390         * buffer.[Ch]: ws changes
7391
7392         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7393
7394 2002-03-21  Juergen Vigna  <jug@sad.it>
7395
7396         * tabular.C (SetMultiColumn): collapse also the contents of the
7397         cells and set the last border right. Added a Buffer const * param.
7398
7399 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7400
7401         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7402         linking or not.
7403
7404 2002-03-19  Juergen Vigna  <jug@sad.it>
7405
7406         * text2.C (clearSelection): reset also xsel_cache.
7407
7408         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7409         where it needs to be called (John tells us to do so too :)
7410         (selectionLost): reset sel_cache.
7411
7412         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7413
7414 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7415
7416         * text2.C (setCursorIntern): put debuging code in INSETS channel
7417
7418 2002-03-19  André Pönitz <poenitz@gmx.net>
7419
7420         * lyxfunc.C: tiny whitespace change
7421
7422 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7423
7424         * ToolbarDefaults.C (init):
7425         * LyXAction.C (init):
7426         * commandtags.h:
7427         * BufferView_pimpl.C (Dispatch):
7428         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7429
7430 2002-03-19  Allan Rae  <rae@lyx.org>
7431
7432         * exporter.C (Export): removeAutoInsets before doing anything else.
7433         While I've just introduced a dependency on BufferView this really is
7434         the best place to clean the buffer otherwise you need to cleanup in
7435         a dozen places before calling export or cleanup in a dozen functions
7436         that export calls.
7437
7438         * converter.C (runLaTeX):
7439         (scanLog): Better handling of removeAutoInsets and screen updates.
7440
7441         * lyxfunc.C (dispatch): small whitespace changes
7442
7443 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7444
7445         * WorkArea.C (C_WorkAreaEvent): return a value.
7446         (event_cb): return 1 if we handled the event, 0 otherwise.
7447
7448         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7449
7450 2002-03-18  Juergen Vigna  <jug@sad.it>
7451
7452         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7453         (GetAdditionalWidth): ditto.
7454         (RightLine): ditto.
7455         (LeftLine): ditto.
7456
7457         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7458         inset if we're there actually (probably not used right now but this
7459         is the direction to go for unifying code).
7460         (paste): disable code to clear the selection.
7461
7462         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7463         inside an InsetText and move the check further up as it is in the
7464         wrong place.
7465
7466         * text2.C (pasteSelection): set a selection over the pasted text.
7467
7468 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7469
7470         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7471         and libgraphics to build on Cygwin.
7472
7473 2002-03-15  Juergen Vigna  <jug@sad.it>
7474
7475         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7476         inserting an Inset into the paragraph. I know this is not the best
7477         fix but we already use current_view in CutAndPaste so we will remove
7478         all of it's using at the same time.
7479
7480         * buffer.C (sgmlError): deactivated function till it is rewritten in
7481         the right mode, now it can create problems.
7482
7483         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7484         before accessing it.
7485
7486 2002-03-14  Juergen Vigna  <jug@sad.it>
7487
7488         * undo_funcs.C (textHandleUndo): do the right thing when updating
7489         the inset after the undo/redo.
7490
7491         * text2.C (setCursor): just some testcode for #44 not ready yet.
7492
7493         * undo_funcs.C (textHandleUndo): set the next() and previous()
7494         pointers of the paragraph to 0 before deleting otherwise we have
7495         problems with the Paragraph::[destructor].
7496
7497         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7498         on a paragraph insertion.
7499
7500 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7501
7502         * buffer.C (asciiParagraph): use += operator for char append to
7503         string.
7504
7505         * paragraph.C (getFontSettings): compare >= not just >
7506         (highestFontInRange): ditto
7507         (setFont): ditto
7508
7509 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7510
7511         * paragraph.C: change several algorithm to be more appripriate for
7512         the problem domain. This is lookip in FontList and in the InsetList.
7513
7514 2002-03-13  André Pönitz <poenitz@gmx.net>
7515
7516         * commandtags.h:
7517         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7518
7519 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7520
7521         * commandtags.h:
7522         * LyXAction.C:
7523         * lyxfunc.C:
7524         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7525
7526 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7527
7528         * Painter.C (display): anon helper function, adjust code for this
7529         change.
7530         (pixmap): remove function.
7531
7532         * Painter.h: remove private display variable.
7533
7534         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7535
7536 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7537
7538         * WorkArea.[Ch]: remove figinset_canvas cruft.
7539
7540 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7541
7542         * lyxtextclass.C (operator): add one item cache optimization.
7543
7544         * bufferlist.h: doxy changes
7545
7546         * bufferlist.C: ws changes
7547
7548         * DepTable.[Ch] (ext_exist): place const in the right spot.
7549
7550         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7551         call resizeInsets.
7552         (workAreaExpose): call resizeInsets when the with BufferView changes.
7553         (Dispatch): adjust for protectedBlank removal
7554         (specialChar): call updateInset if the insert went ok.
7555
7556         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7557         specialChar instead.
7558
7559         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7560
7561         * BufferView.h: doxy change
7562
7563         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7564
7565         * lyxtextclass.C (operator[]): remove non-const version
7566         (defaultLayout): remove non-const version
7567
7568 2002-03-12  Juergen Vigna  <jug@sad.it>
7569
7570         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7571         did resize the LyXText too.
7572
7573         * buffer.C (readLyXformat2): set layout information on newly allocated
7574         paragraphs.
7575
7576         * tabular.C (OldFormatRead): set layout information on the paragraph.
7577
7578 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7579
7580         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7581
7582 2002-03-11  Juergen Vigna  <jug@sad.it>
7583
7584         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7585         plainly wrong.
7586         (resizeCurrentBuffer): force also the insets to resize themselfes.
7587         (moveCursorUpdate): fixed up for InsetText.
7588
7589 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7590
7591         * commandtags.h:
7592         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7593         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7594         value of Dialogs::tooltipsEnabled().
7595         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7596
7597 2002-03-08  Juergen Vigna  <jug@sad.it>
7598
7599         * BufferView_pimpl.C (updateInset): update inset inside inset also
7600         if it isn't inside theLockingInset().
7601
7602 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7603
7604         * buffer.C (asciiParagraph): redo some of the word and line length
7605         handling.
7606         (getLists): look for Caption instead of caption.
7607
7608 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7609
7610         * buffer.C (Buffer): initialize niceFile to true
7611         (makeLaTeXFile):
7612         (makeLinuxDocFile):
7613         (makeDocBookFile): make sure niceFile is true on exit
7614
7615 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7616
7617         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7618
7619 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7620
7621         * LyXSendto.C: remove.
7622         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7623         * lyx_gui.C: remove now-redundant comment.
7624         * ColorHandler.h: remove forward declaration of class WorkArea.
7625         * lyxfunc.C: remove #include "WorkArea.h".
7626
7627 2002-03-07  Juergen Vigna  <jug@sad.it>
7628
7629         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7630         got moved away with the DEPM and also set the inset_owner always
7631         right which before could have been omitted.
7632
7633 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7634
7635         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7636         wanted layout is not found.
7637
7638 2002-03-07  Juergen Vigna  <jug@sad.it>
7639
7640         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7641
7642 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7643
7644         * paragraph.C (breakParagraph): use default layout not layout of
7645         prev paragraph.
7646         (Paragraph): clear ParagraphParameters.
7647
7648 2002-03-06  Juergen Vigna  <jug@sad.it>
7649
7650         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7651         otherwise it would not be a valid lenght. Fixed a special case in
7652         the minipage compatibility read where we end the document with a
7653         minipage.
7654
7655         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7656         was set as it could be 0 for InsetTexts first entry.
7657
7658 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7659
7660         * paragraph.C (writeFile): if layout is empty write out
7661         defaultLayoutName().
7662
7663         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7664         file without named layout we set layout to defaultLayoutName().
7665
7666 2002-03-06  Juergen Vigna  <jug@sad.it>
7667
7668         * CutAndPaste.C (copySelection): set layout for new paragraph.
7669
7670         * text.C (prepareToPrint): leave ERT inset left aligned
7671         (leftMargin): don't indent paragraphs inside ERT insets
7672
7673 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7674
7675         * paragraph.C (breakParagraph): dont call clear do the work manually
7676
7677         * paragraph.[Ch] (clear): remove function
7678
7679 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7680
7681         * paragraph.C (Paragraph): dont call clear, the work has already
7682         been done.
7683
7684         * lyxtextclass.C (operator): assert if n is empty
7685
7686         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7687         work manually instead.
7688
7689 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7690
7691         * BufferView_pimpl.C: protect selectionLost against text == 0
7692
7693 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7694
7695         * text.C (breakParagraph): fix a setting layout to '0' problem.
7696
7697 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7698
7699         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7700         final location of file, for the included files, and graphics.
7701
7702 2002-03-05  Juergen Vigna  <jug@sad.it>
7703
7704         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7705
7706 2002-03-04  Juergen Vigna  <jug@sad.it>
7707
7708         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
7709
7710         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
7711         last column of multicolumn cells.
7712         (SetWidthOfMulticolCell): recalculate NMC and real columns.
7713
7714 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7715
7716         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
7717         file if it doesn't go to a temporary file.
7718
7719         * buffer.C (sgmlOpenTag):
7720         (sgmlCloseTag):  remove extra newline insertion.
7721
7722 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7723
7724         * text.C (getRowNearY): comment out debug msg
7725
7726 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7727
7728         * text2.C: first -> first_y
7729
7730         * text.C (getRowNearY): add some attemts at a possible
7731         optimization, not working.
7732
7733         * tabular.[Ch]: add BufferParams to several function so that newly
7734         created paragraph can be initialized to he default layotu for the
7735         buffers textclass.
7736
7737         * tabular-old.C (ReadOld): add buf->params to call of Init
7738
7739         * screen.C: rename text->first to text->first_y
7740
7741         * paragraph.C (breakParagraph): always set layout in the broken
7742         paragraph
7743
7744         * lyxtextclass.C (Read): remove lowercase
7745         (hasLayout): ditto
7746         (operator): ditto
7747         (delete_layout): ditto
7748
7749         * lyxtext.h: rename first -> first_y
7750
7751         * lyxlayout.C (Read): remove lowercase
7752         (name): ditto
7753         (setName): ditto
7754         (obsoleted_by): ditto
7755
7756         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
7757
7758         * buffer.C (insertErtContents): add params are to InsetERT
7759         (parseSingleLyXformat2Token): add code to check if a paragraphs
7760         layout really exist.
7761         (parseSingleLyXformat2Token): add params to several inset
7762         constructors
7763         (asciiParagraph): remove lowercase, do the layout comparisons with
7764         no_case
7765
7766         * BufferView_pimpl.C (cursorNext): first -> first_y
7767         (resizeCurrentBuffer): first -> first_y
7768         (updateScrollbar): first -> first_y
7769         (scrollCB): first -> first_y
7770         (workAreaMotionNotify): first -> first_y
7771         (workAreaButtonPress): first -> first_y
7772         (checkInsetHit): first -> first_y
7773         (cursorPrevious): first -> first_y
7774         (cursorNext): first -> first_y
7775         (Dispatch): add buffer_->params to severl inset contructors
7776
7777 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7778
7779         * lyxlayout.C (Read): remove some debug info that I forgot.
7780
7781         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
7782         clean up the code slightly.
7783         (makeLinuxDocFile): ditto
7784         (makeDocBookFile): ditto
7785
7786         * text2.C: layout as string
7787
7788         * text.C: layout as string
7789
7790         * paragraph_pimpl.C: layout as string
7791
7792         * paragraph.[Ch]: layout as string
7793
7794         * lyxtextclasslist.[Ch]: layout as string
7795
7796         * lyxtextclass.[Ch]: layout as string
7797
7798         * lyxtext.h: layout as string
7799
7800         * lyxlayout.[Ch]: layout as string
7801
7802         * lyx_cb.C: layout as string
7803
7804         * bufferview_funcs.C: layout as string
7805
7806         * bufferparams.C: layout as string
7807
7808         * buffer.C: layout as string
7809
7810         * LyXView.[Ch]: layout as string
7811
7812         * LaTeXFeatures.[Ch]: layout as string
7813
7814         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
7815
7816         * BufferView_pimpl.C: change current_layout to string, remove
7817         lyx::layout_type.
7818         (Dispatch):
7819         (smartQuote):
7820         (insertInset):
7821         (workAreaButtonRelease): layout as string
7822
7823         * BufferView2.C (unlockInset): adjust
7824
7825         * vspace.C (asLatexCommand): use an explict temp variable.
7826
7827 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7828
7829         * Makefile.am: use FRONTEND_*
7830
7831 2002-03-01  Juergen Vigna  <jug@sad.it>
7832
7833         * tabular.C (SetWidthOfMulticolCell): changed to something better
7834         I hope but still work in progress.
7835         (recalculateMulticolumnsOfColumn): renamed function from
7836         recalculateMulticolCells as it is more appropriate now.
7837         (SetWidthOfCell): calculate multicols better.
7838
7839 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7840
7841         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
7842
7843         * lyxfunc.C (processKeySym): print sequence also if it is
7844         `deleted' (complete)
7845
7846         * kbsequence.C (print): print sequence even if it is deleted
7847         (complete would be a better word, actually).
7848
7849         * lyxfunc.C (dispatch): print complete options after a prefix key
7850
7851         * vspace.C (asLatexCommand): rewrite in a slightly different form.
7852
7853 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
7854
7855         * text2.C (setCharFont): eliminate setCharFont code duplication.
7856
7857 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7858
7859         * BufferView_pimpl.C (Dispatch): remove bogus handling of
7860         LFUN_TABULAR_FEATURE (bug #177)
7861
7862 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
7863
7864         * Makefile.am: remove figure.h
7865
7866 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
7867
7868         * Bufferview_pimpl.C:
7869         * CutAndPasteC:
7870         * LaTeX.C:
7871         * LyXSendto.C:
7872         * buffer.C:
7873         * bufferlist.C:
7874         * converter.C:
7875         * language.C:
7876         * lyxfunc.C:
7877         * lyxvc.C:
7878         * paragraph.C:
7879         * text.C:
7880         * text2.C: remove #include "lyx_gui_misc.h".
7881
7882         * LaTeX.C: added #include <cstdio>
7883
7884 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7885
7886         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
7887         that the paragraph following this one can have.
7888
7889         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
7890
7891         * vspace.C (asLatexCommand): fix bogus gcc warning
7892
7893         * Makefile.am (lyx_SOURCES): remove vms_defines.h
7894
7895 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
7896
7897         * text2.C (setLayout): get rid of redundant code
7898
7899 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
7900
7901         * text2.C (incDepth): make sure depth cannot be increased beyond
7902         reasonable values.
7903
7904 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
7905
7906         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
7907         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
7908
7909         * PainterBase.h (image):
7910         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
7911         a LyXImage const *.
7912
7913 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
7914
7915         * BufferView.C:
7916         * BufferView.h:
7917         * BufferView_pimpl.C:
7918         * BufferView_pimpl.h:
7919         * LaTeXFeatures.C:
7920         * LyXAction.C:
7921         * LyXView.C:
7922         * Makefile.am:
7923         * UpdateList.h:
7924         * UpdateList.C:
7925         * buffer.C:
7926         * figure.h:
7927         * figureForm.C:
7928         * figureForm.h:
7929         * figure_form.C:
7930         * figure_form.h:
7931         * lyx_cb.C:
7932         * lyx_gui.C:
7933         * lyx_gui_misc.C:
7934         * lyxfunc.C:
7935         * sp_base.h:
7936         * sp_ispell.h:
7937         * sp_pspell.h:
7938         * sp_spell.C: remove fig inset, and the crap house of
7939           cards that follows it
7940
7941 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
7942
7943         * Makefile.am:
7944         * lyxserver.C:
7945         * os2_defines.h:
7946         * os2_errortable.h:
7947         * nt_defines.h: move .h into support/
7948
7949         * vms_defines.h: remove
7950
7951         * WorkArea.C: add space in debug output
7952
7953         * text2.C:
7954         * paragraph.C:
7955         * buffer.C: add WITH_WARNINGS
7956
7957         * vc-backend.h:
7958         * vc-backend.C:
7959         * bufferlist.C: s/retrive/retrieve/, add docs
7960
7961         * vspace.h:
7962         * vspace.C:
7963         * kbmap.h:
7964         * lyxlength.h:
7965         * lyxgluelength.h:
7966         * length_common.h:
7967         * chset.h:
7968         * chset.C: add docs
7969
7970         * lyxgui.C: add ID to X error handler
7971
7972         * lyxtestclass.c: fix typo
7973
7974 2002-02-26  Juergen Vigna  <jug@sad.it>
7975
7976         * tabular_funcs.C (write_attribute): changed so that some default
7977         attributes are not written at all.
7978         (getTokenValue): set default values before trying to read the
7979         value so we have the return value always set as default if we don't
7980         find the token we search for.
7981
7982         * tabular.C (Write): write bools as bools not as strings!
7983
7984 2002-02-22  Juergen Vigna  <jug@sad.it>
7985
7986         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
7987         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
7988
7989         * text.C (leftMargin): don't add an indent for paragraphs inside
7990         tabular cells (fix #208).
7991
7992 2002-02-21  José Matos  <jamatos@fep.up.pt>
7993
7994         * tabular.C (docBook): fixed support for long tables.
7995
7996 2002-02-20  Juergen Vigna  <jug@sad.it>
7997
7998         * text2.C (getFont): get the drawing font of the Inset if this
7999         paragraph is inside an inset (only important for InsetERT for now).
8000
8001         * buffer.C (insertErtContents): use new lanugage params in ERT
8002         constructor.
8003
8004         * CutAndPaste.C: commenting out seemingly uneeded code.
8005
8006 2002-02-19  Allan Rae  <rae@lyx.org>
8007
8008         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8009         Iterators might be simple to use but they also get invalidated.
8010         (removeAutoInsets): renamed saved cursor tracking variables and added
8011         some comments to clarify what everything does.
8012
8013 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8014
8015         * Chktex.C:
8016         * LaTeX.C:
8017         * LyXSendto.C:
8018         * converter.C:
8019         * lyx_cb.C:
8020         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8021         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8022
8023         * lyxfunc.C:
8024         * vc-backend.h: remove #include "support/syscall.h"
8025
8026         * LaTeX.C:
8027         * LyXSendto.C:
8028         * converter.C: rearrange #includes in Lars' approved fashion.
8029
8030         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8031         forward declare class Timeout in the header file.
8032
8033         * XFormsView.C: changes due to the above.
8034
8035         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8036         similar to LyXView.
8037
8038         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8039         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8040
8041 2002-02-18  José Matos  <jamatos@fep.up.pt>
8042
8043         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8044         insets contents.
8045
8046 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8047
8048         * a lot of small ws changes
8049         * add a lot of using std::XXX
8050         * use std construcs some places where approp.
8051         * use some exisint stuff from lyxfunctional where approp.
8052         * Make file changes to use partial linking (lets test this now...)
8053
8054 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8055
8056         * Chktex.C:
8057         * buffer.C:
8058         remove #include "support/syscontr.h" as it's redundant. Always has been.
8059
8060         * Chktex.C:
8061         * LaTeX.C:
8062         * LyXSendto.C:
8063         * converter.C:
8064         * lyx_cb.C:
8065         * vc-backend.C:
8066         change Systemcalls::System to Systemcalls::Wait and
8067         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8068         No change of functionality, just reflects the stripped down Systemcalls
8069         class.
8070
8071 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8072
8073         * debug.[Ch]: add a GRAPHICS type to the enum.
8074
8075 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8076
8077         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8078
8079         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8080         there is an inset.
8081
8082 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8083
8084         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8085         match the changes below.
8086
8087         * text2.C (toggleInset): if there is not editable inset at cursor
8088         position, try to see if cursor is _inside_ a collapsable inset
8089         and close it.
8090
8091 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8092
8093         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8094         document menu has a nice checkbox
8095
8096 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8097
8098         * lyxlength.C (asLatexString): change PW to output as percent of
8099         \textwidth.
8100
8101         * lengthcommon.C: change '%' to 't%'
8102
8103         * lyxfunc.C (dispatch): a few comments from Martin
8104
8105 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8106
8107         * WorkArea.h:
8108         * WorkArea.C:
8109         * BufferView_pimpl.h:
8110         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8111           the X selection.
8112
8113 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8114
8115         * vspace.C (inPixels): fix compiler warning
8116
8117 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8118
8119         * lyxfunc.C (getStatus): fix status message for disabled commands.
8120
8121 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8122
8123         * BufferView_pimpl.C: fix crash on close buffer
8124         during selection (#227)
8125
8126 2002-01-27  Herbert Voss  <voss@lyx.org>
8127
8128         * buffer.C: link old Figure to new graphic inset
8129
8130 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8131
8132         * FontLoader.C (getFontinfo): Change the latex font names in order
8133         to match the names of type1inst.
8134
8135 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8136
8137         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8138
8139         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8140         (extchanged): ditto
8141         (ext_exist): ditto
8142         (remove_files_with_extension): ditto
8143         (remove_file): ditto
8144         (write): ditto
8145
8146         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8147         document is smaller than the work area height. Do not initialize
8148         static variables to 0.
8149
8150 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8151
8152         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8153
8154         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8155         LFUN_LAYOUT_PARAGRAPHS.
8156
8157         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8158         tabular. It is possible to provide a possible cell, which will
8159         typically be the actcell from the corresponding insettabular
8160
8161         * lyxfunc.C (getStatus): small cleanup; disable
8162         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8163         true
8164
8165 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8166
8167         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8168
8169         * paragraph.C (startTeXParParams):
8170         (endTeXParParams): new methods. The LaTeX code to
8171         start/end paragraph formatting
8172         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8173         empty (fixes bug #200)
8174
8175         * vspace.C (inPixels): adapt to the change below
8176         (inPixels): [later] more cleanups (remove unused variables)
8177
8178         * lyxlength.C (inPixels): change to use a width and a height as
8179         parameter.
8180
8181 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8182
8183         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8184         Replaced with \paperwidth
8185
8186         * DepTable.C (insert): add std:: qualifier
8187
8188 2002-01-18  Allan Rae  <rae@lyx.org>
8189
8190         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8191         updated also?
8192
8193         * text.C (drawInset): Turned out I didn't know enough about how
8194         rebreaking worked.  This fixes most of the redraw problems.  I see
8195         an occasional cursor trail when a line is broken now and the cursor
8196         placement can seem out by a few pixels also after a rebreak.
8197
8198 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8199
8200         * buffer.C (parseSingleLyXformat2Token): update because minipage
8201         width is now a LyXLength
8202
8203         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8204
8205         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8206         math insets
8207
8208 2002-01-17  Juergen Vigna  <jug@sad.it>
8209
8210         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8211
8212         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8213         is set correctly and the inset is updated correctly.
8214
8215 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8216
8217         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8218         the beginning of the loop.
8219
8220 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8221
8222         * lyxrc.C: improve help for use_scalable_fonts
8223
8224 2002-01-17  Allan Rae  <rae@lyx.org>
8225
8226         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8227
8228 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8229
8230         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8231         make sure to set their inset_owner to the right value (bug #171)
8232
8233 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8234
8235         * DepTable.h
8236         * DepTable.C: Implement mtime checking to reduce time spent doing
8237         CRCs.
8238
8239 2002-01-16  Juergen Vigna  <jug@sad.it>
8240
8241         * tabular.C (GetAdditionalHeight): one of error fixed.
8242
8243         * lyxrc.C (output): small fix in writing use_pspell.
8244
8245 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8246
8247         * sp_base.h: #include LString.h
8248
8249 2002-01-16  Allan Rae  <rae@lyx.org>
8250
8251         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8252         Can someone check this please?
8253
8254         * text.C (drawInset): It was possible that p.row would be removed by
8255         breakAgainOneRow upsetting a few other settings.  There may be another
8256         small tweak possible by setting need_break_row = 0 when p.row has been
8257         removed but I don't know enough about the logic here.
8258
8259 2002-01-15  Allan Rae  <rae@lyx.org>
8260
8261         * text.C (insertChar): removed conditional truism.
8262
8263         * BufferView2.C (removeAutoInsets): More tweaks.
8264         cur_par_prev could be a stray pointer.  Check for trailing empty line
8265         in case last line was cur_par and only had an error inset on it.
8266
8267 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8268
8269         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8270         absolute
8271
8272         * vc-backend.C (most methods):
8273         * exporter.C (Export):
8274         * converter.C (convert):
8275         (runLaTeX):
8276         * LyXSendto.C (SendtoApplyCB):
8277         * lyxfunc.C (dispatch):
8278         (menuNew):
8279         (open):
8280         (doImport):
8281         * lyx_cb.C (AutoSave):
8282         (InsertAsciiFile):
8283         * BufferView_pimpl.C (MenuInsertLyXFile):
8284         * buffer.C (runChktex): use Buffer::filePath().
8285
8286         * buffer.h: rename filename to filename_; rename filepath to
8287         filepath_ and make it private
8288         (filePath): new method
8289
8290         * buffer.C (writeFile): use fileName()
8291         (getLatexName):
8292
8293         * lyx_main.C (init): fix starting  of LyX when the binary is a
8294         link from so,ewhere else.
8295
8296         * minibuffer.C: include <cctype> for isprint
8297
8298 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8299
8300         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8301         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8302         name clash with InsetCollapsable's width function.
8303
8304 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8305
8306         * lastfiles.C: include <iterator>
8307
8308 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8309
8310         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8311         std::count.
8312
8313         * buffer.C (makeLaTeXFile): ditto.
8314         Also make loop operation more transparent.
8315
8316 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8317
8318         * ToolbarDefaults.C: remove trailing comma closing namespace.
8319
8320         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8321
8322         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8323         as in WorkArea.
8324
8325         * trans.C (Load): comment out unused variable, allowed.
8326
8327 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8328
8329         * minibuffer.[Ch] (append_char): new method to recieve input from the
8330         drop-down completion browser. If a key was pressed, then recieve this
8331         char and append it to the existing string.
8332         (peek_event): modify the positioning data passed to the completion
8333         browser so that it can be placed above the minibuffer rather than below.
8334 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8335
8336         * LyXAction.C (init): alloe error-next for readonly documents.
8337
8338         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8339         count.
8340
8341 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8342
8343         * bufferlist.C (readFile): create the buffer _after_ checking that
8344         the file exists.
8345
8346         * lyxfunc.C (verboseDispatch): fix handling of arguments
8347
8348         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8349
8350         * lyxrc.C: use string::erase() instead of initializing to "".
8351
8352
8353 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8354
8355         * BufferView_pimpl.h:
8356         * BufferView_pimpl.C:
8357         * WorkArea.h:
8358         * WorkArea.C:
8359         * text2.C: tell X when we have made a selection for copying
8360
8361 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8362
8363         * BufferView_pimpl.C (MenuInsertLyXFile):
8364         * lyxfunc.C (menuNew):
8365         (open):
8366         (doImport): add shortcuts to directory buttons
8367
8368         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8369         open a float)
8370
8371         * lyxfunc.C (setStatusMessage):
8372         (getStatusMessage): new methods
8373         (getStatus):use setStatusMessage instead of setErrorMessage
8374         (dispatch): when function is disabled, set error message here
8375         [instead of in getStatus previously]
8376
8377         * BufferView_pimpl.C (workAreaButtonRelease): update
8378         toolbar/menubar here too.
8379
8380 2002-01-13  Allan Rae  <rae@lyx.org>
8381
8382         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8383         Now seems indestructible.  Remaining task is to audit all other
8384         code affected by deleteEmptyParagraphMechanism.  One small quirk
8385         left is that an empty document with an error in the preamble can
8386         be made to report an error but no error box appears.  I don't know
8387         where it goes.
8388         (removeAutoInsets): Improved comments.
8389
8390 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8391
8392         * Thesaurus.h:
8393         * Thesaurus.C: update for Aiksaurus 0.14
8394
8395 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8396
8397         * text2.C (firstParagraph): removed member function, all uses
8398         replaces with ownerParagraph
8399         (redoParagraphs): here
8400         (updateInset): here
8401         (toggleAppendix): here
8402         * BufferView2.C (insertErrors): here
8403         (setCursorFromRow): here
8404
8405 2002-01-13  Allan Rae  <rae@lyx.org>
8406
8407         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8408         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8409         There is still a way to segfault this although you may have to do this
8410         multiple times: Have an InsetERT with an unknown command in it.
8411         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8412         <down-arrow>, <Enter> again, View->DVI, BANG!
8413
8414         * text2.C (setCursor):
8415         (deleteEmptyParagraphMechanism):
8416         * lyxtext.h (setCursor):
8417         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8418         Making use of the return value may help fix other bugs.
8419
8420 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8421
8422         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8423
8424         * LyXView.C (updateMenubar): call MenuBar::update here
8425         (updateToolbar): but not here
8426         (showState): do not update toolbar/menubar
8427
8428         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8429         should need to care about that.
8430
8431         * lyxfunc.C (verboseDispatch): simplify a bit
8432         (getStatus): have a version which takes a pseudoaction, and
8433         another which requires a (kb_action,string).
8434
8435         * LyXAction.C (retrieveActionArg): make it work also when action
8436         is not a pseudo-action.
8437         (getActionName): simplify a bit
8438         (helpText):
8439
8440 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8441
8442         * lyxfunc.C (verboseDispatch): new families of methods with
8443         several ways to specify a command and a bool to indicate whether
8444         the command name and shortcut should be displayed in minibuffer
8445         (eventually, we could extend that to a finer bitmask like
8446         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8447         (dispatch): the pristine dispatch command which just, well,
8448         dispatchs! Note it still sets its result to minibuffer; I'm not
8449         sure we want that.
8450
8451         * lyxfunc.h: remove setHintMessage
8452
8453         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8454
8455 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8456
8457         * BufferView_pimpl.C (specialChar): delete new inset if we have
8458         not been able to insert it.
8459
8460         * kbmap.C: revert to using int instead of kb_action, since all we
8461         are dealing with is pseudo-actions.
8462
8463         * LyXAction.C (searchActionArg): change to return int instead of
8464         kb_action, since the result is a pseudoaction.
8465
8466 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8467
8468         * buffer.C (insertErtContents): Fix (partially) the font bug.
8469
8470 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8471
8472         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8473         as the other one is broken on my machine!
8474
8475 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8476
8477         * commandtags.h:
8478         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8479
8480 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8481
8482         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8483         reflect their actual use. Provide compatibility code for older lyxrc
8484         files.
8485
8486         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8487         FL_NORMAL_STYLE.
8488         change names of popup font variables in line with the changes to lyxrc.C
8489
8490 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8491
8492         * buffer.C (asciiParagraph): avoid outputing a word twice after
8493         an inset.
8494
8495         * lyxrc.C (getDescription): document that document_path and
8496         template_path can be empty.
8497
8498 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8499
8500         * LaTeXFeatures.C (getMacros):
8501         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8502
8503         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8504
8505         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8506         getPackages.
8507         (getPackages): rename feature "floats" to "float". Use an array to
8508         iterate over 'simple' features (i.e. just a \usepackage). Add
8509         handling of "amsmath" (renamed from "amsstyle").
8510
8511 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8512
8513         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8514         features list.
8515
8516 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8517
8518         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8519         FuncStaus::FuncStatus & FuncStaus::some_method().
8520
8521 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8522
8523         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8524         of the func_satus stuff. Edited and massaged in various ways by
8525         JMarc.
8526
8527         * lyxfunc.C (getStatus): use FuncStatus
8528
8529 2002-01-08  Juergen Vigna  <jug@sad.it>
8530
8531         * text.C (nextBreakPoint): use function Inset::isChar().
8532
8533         * paragraph.C (TeXOnePar): use function
8534         Inset::forceDefaultParagraphs.
8535
8536         * buffer.C (latexParagraphs): use function
8537         Inset::forceDefaultParagraphs.
8538
8539 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8540
8541         * lyx_gui.C (init): set the style of the menu popups to
8542         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8543
8544 2002-01-07  Juergen Vigna  <jug@sad.it>
8545
8546         * text.C (setHeightOfRow): small fix
8547         (prepareToPrint): don't look at alignment if we don't have the place
8548         for doing it.
8549
8550 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8551
8552         * box.C: New file. Move the Box methods and functions out of box.h,
8553         following Lars' suggestion.
8554
8555 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8556
8557         * box.h: #include "support/LOstream.h", needed for inlined function.
8558
8559         * lyxtextclass.C:
8560         * lyxtextclasslist.C: added some using std declarations.
8561
8562 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8563
8564         * box.h: make signed dimensions to allow insets wider than
8565           the screen (bug #162)
8566
8567         * BufferView_pimpl.C: add some insetHit debug
8568
8569 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8570
8571         * vc-backend.C: add FIXME
8572
8573 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8574
8575         * lyxfunc.C (getStatus): enable code for showing math font status
8576         in toolbar/menu.
8577
8578 2002-01-07  Juergen Vigna  <jug@sad.it>
8579
8580         * text.C (nextBreakPoint): removed debug output not needed anymore.
8581
8582 2002-01-06  Juergen Vigna  <jug@sad.it>
8583
8584         * text.C (nextBreakPoint): fixed up this function we had this bug
8585         since ever but now hopefully we break row better.
8586         (insertChar): we have to check if an inset is the next char as it
8587         could now happen that a large inset is causing a break.
8588
8589 2002-01-05  Juergen Vigna  <jug@sad.it>
8590
8591         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8592         if it doesn't like to be drawed.
8593
8594 2002-01-04  Juergen Vigna  <jug@sad.it>
8595
8596         * BufferView2.C (lockInset): forgot to set a cursor.
8597
8598         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8599
8600 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8601
8602         * FormMathsPanel.C:
8603         * FormMathsPanel.h
8604         * MathsSymbols.C:
8605         * form_maths_panel.C:
8606         * form_maths_panel.h:
8607         * form_maths_panel.fd: implemented sub- and super- buttons in math
8608         panel.
8609
8610         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8611         (or ^ space) to be used as in TeX (req'd by André).
8612
8613         * lyxfunc.C: Allow ^ and _ again to be used both as
8614         super/subscript (mathed) and as themselves (in text).
8615
8616 2002-01-03  Allan Rae  <rae@lyx.org>
8617
8618         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8619         "LyX" or the filename of the current buffer if it has one.  This is a
8620         modified form of John Levon's patch.
8621
8622         * XFormsView.C (setWindowTitle): also set icon title.
8623
8624         * LyXView.h (setWindowTitle): signature changed.
8625         * XFormsView.h (setWindowTitle): ditto.
8626
8627 2002-01-02  Juergen Vigna  <jug@sad.it>
8628
8629         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8630
8631 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8632
8633         * screen.C (topCursorVisible): introduce a temp var for
8634         text->cursor.row(), handle the case where this row is null. (kindo
8635         hachish)
8636
8637         * text2.C (setCursor): add a couple of asserts.
8638
8639         * paragraph.h (inset_iterator): add -> operator
8640
8641         * paragraph.[Ch] (autoDeleteInsets): remove member function
8642
8643         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8644         cursor pos correctly and handle inset deletion by itself.
8645         (insertErrors): move iterator declaration out of for expression
8646
8647         * lyxtextclass.C: add <algorithm>
8648
8649         * Makefile.am: added the new files to sources, removed layout.C
8650
8651         * layout.C: removed file
8652
8653         * layout.h: remove LYX_DUMMY_LAYOUT
8654
8655         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8656         layout.
8657
8658         * lyxlayout.[Ch]:
8659         * lyxtextclass.[Ch]:
8660         * lyxtextclasslist.[Ch]: new files
8661
8662         * include order changes to a lot of files, also changes because of
8663         the six new files.
8664
8665 2001-12-27  Juergen Vigna  <jug@sad.it>
8666
8667         * buffer.C (asciiParagraph): more fixes.
8668
8669         * tabular.C (ascii): make ascii export support export of only the
8670         data separated by a column-delimiter.
8671         (ascii): better support for ascii export.
8672
8673         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8674
8675 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8676
8677         * tabular_funcs.C: use a "using std::getline" instead of the
8678         previous fix from Angus (necessary for cxx + lyxstring)
8679
8680 2001-12-24  Juergen Vigna  <jug@sad.it>
8681
8682         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8683
8684         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8685         problems. First check a minipage also if we have some ert-contents
8686         (not only on par->size(), second set the right depth of the paragraph
8687         on the relink to the root-paragraph-list!
8688
8689         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8690         which then did not anymore update the main paragraphs on undo/redo!
8691
8692 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8693
8694         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8695         code. Support all font-changing funcs (even those which are not in
8696         menu currently). Support for reporting font settings in
8697         mathed (disabled until Andre provides a function on mathed's side).
8698
8699         * func_status.h (toggle): small helper function to set toggle
8700         state on a flag.
8701
8702 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8703
8704         * tabular_funcs.C: getline -> std::getline
8705
8706 2001-12-21  Juergen Vigna  <jug@sad.it>
8707
8708         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
8709         accessed and could be 0 (I couldn't generate this but it seems
8710         Michael could!).
8711
8712 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8713
8714         * tabular_funcs.C: add LIstream.h, move write_attribute to..
8715         * tabular_funcs.h: here and include iosfwd
8716
8717 2001-12-20  Juergen Vigna  <jug@sad.it>
8718
8719         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
8720         inside inset but undo_par was.
8721
8722 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8723
8724         * Thesaurus.C: always include <config.h> in sources.
8725
8726         * Painter.h:
8727         * lyxlookup.h:
8728         * box.h: do not include <config.h> in header files
8729
8730         * text.C (paintLastRow): remove unused variable
8731
8732         * text.C (transformChar):
8733         (insertChar):
8734         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
8735
8736         * Painter.C (text):
8737         * font.C (width): rewrite to use uppercase() instead of
8738         islower/toupper.
8739
8740         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
8741
8742 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
8743
8744         * lyxfind.C: clean up of find failure position change
8745
8746 2001-12-20  Juergen Vigna  <jug@sad.it>
8747
8748         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
8749
8750         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
8751         (TeXRow): added to LaTeX a single tabular row.
8752         (TeXLongtableHeaderFooter): added to output LT-h/f data.
8753         (Latex): simplified and finally good LT-h/f support.
8754         (various_functions): just small adaptions for LT-h/f support.
8755
8756         * tabular_funcs.[hC]: added and moved here all not classfunctions
8757         of LyXTabular.
8758
8759 2001-12-19  Juergen Vigna  <jug@sad.it>
8760
8761         * tabular.[Ch]: better support for longtabular options (not finished
8762         yet!)
8763
8764 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8765
8766         * text.C (paintLastRow): use the label font instead of the font of
8767         the last character to compute the size of *_BOX. This makes more
8768         sense and avoids a crash with empty paragraphs.
8769         Use Painter::rectangle to draw EMPTY_BOX.
8770
8771 2001-12-19  Juergen Vigna  <jug@sad.it>
8772
8773         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
8774         the paragraphs if the replaced paragraph is not the first one!
8775         Tried to delete not used paragraphs but does not work yet so for
8776         now it's inside #ifdef's and by default off!
8777
8778 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8779
8780         * MenuBackend.C: include "lyx_main.h" instead of declaring
8781         lastfiles (actually was declared as LastFiles* instead of a
8782         scoped_ptr).
8783
8784 2001-12-17  Juergen Vigna  <jug@sad.it>
8785
8786         * tabular.C (AppendColumn): applied John's fix
8787
8788 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
8789
8790         * BufferView.h:
8791         * BufferView.C:
8792         * BufferView_pimpl.h:
8793         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
8794
8795         * Makefile.am:
8796         * box.h: new start of class for above
8797
8798         * lyxfunc.C: ignore space-only minibuffer dispatches.
8799           Show the command name when it doesn't exist
8800
8801         * minibuffer.C: don't add empty lines to the history
8802
8803         * minibuffer.C: add a space on dropdown completion
8804
8805 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
8806
8807         * text.C: fix line above/below drawing in insets
8808
8809 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8810
8811         * lyxlength.C (LyXLength): Initialize private variables.
8812
8813 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
8814
8815         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
8816         when inserting error insets.
8817
8818 2001-12-13  Juergen Vigna  <jug@sad.it>
8819
8820         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
8821         actually sometimes the before-paragraph.
8822         (setUndo): don't clear the redostack if we're not actually undoing!
8823
8824 2001-12-06  Juergen Vigna  <jug@sad.it>
8825
8826         * undo_funcs.C (textHandleUndo): well after John's hint I got here
8827         and fixed redoing of main paragraph, so we can use it now ;)
8828
8829         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
8830
8831 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8832
8833         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
8834         Juergen's request
8835
8836 2001-12-13  André Pönitz <poenitz@gmx.net>
8837
8838         * undostack.[Ch]:
8839         * undo_func.C: minor cleanup
8840
8841 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8842
8843         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
8844         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
8845         font in urw-fonts package which is marked as -urw-fontspecific and
8846         does not work (incidentally, changing the encoding in the
8847         fonts.dir of this package to -adobe-fontspecific fixes the
8848         problem).
8849
8850         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
8851         is a crash when undoing first paragraph (Juergen, please take a
8852         look). THis does not mean the undo fix is wrong, just that it
8853         uncovers problems.
8854
8855         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
8856         the (Paragraph*) version when needed instead of duplicating the
8857         code.
8858
8859         * text.C (workWidth): use Inset::parOwner to find out where the
8860         inset has been inserted. This is a huge performance gain for large
8861         documents with lots of insets. If Inset::parOwner is not set, fall
8862         back on the brute force method
8863
8864         * paragraph_pimpl.C (insertInset):
8865         * paragraph.C (Paragraph):
8866         (cutIntoMinibuffer): set parOwner of insets when
8867         inserting/removing them
8868
8869         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
8870
8871 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
8872
8873         * commandtags.h:
8874         * LyXAction.C:
8875         * lyx_main.C:
8876         * lyxfunc.C:
8877         * mathed/formulabase.C:
8878         * mathed/math_cursor.[Ch]:
8879         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
8880
8881
8882 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8883
8884         * lyxlength.[Ch] (operator!=): new function
8885
8886 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8887
8888         * text.C (workWidth): use Inset::parOwner to find out where the
8889         inset has been inserted. This is a huge performance gain for large
8890         documents with lots of insets. If Inset::parOwner is not set, fall
8891         back on the brute force method
8892
8893         * paragraph_pimpl.C (insertInset):
8894         * paragraph.C (Paragraph):
8895         (cutIntoMinibuffer): set parOwner of insets when
8896         inserting/removing them
8897
8898         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
8899
8900 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8901
8902         * tabular-old.C (getTokenValue):
8903         * tabular.C (getTokenValue):
8904         (write_attribute): new versions for LyXLength
8905         (everywhere): adjust the use of widths
8906
8907         * tabular.h: change the type of widths from string to LyXLength
8908
8909 2001-12-11  Ben Stanley <bds02@uow.edu.au>
8910
8911         * paragraph.C: fixed missing line number count when exporting
8912         Environments to LaTeX file
8913
8914         * buffer.C: added informational message for checking line numbers.
8915
8916 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8917
8918         * text2.C (deleteEmptyParagraphMechanism): if there is only one
8919         paragraph, do the 'double space' part, but not the 'empty
8920         paragraph' one.
8921
8922         * text.C (workWidth): small optimization
8923         (getLengthMarkerHeight): use minimal size for negative lengths.
8924
8925 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
8926
8927         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
8928
8929         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
8930
8931 2001-12-11  André Pönitz <poenitz@gmx.net>
8932
8933         * FontLoader.C:
8934         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
8935
8936 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8937
8938         * text2.C: keep selection on a setFont()
8939
8940 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8941
8942         * lyx_cb.C: another bv->text misuse, from insert label
8943
8944 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
8945
8946         * kbsequence.h:
8947         * kbsequence.C: re-instate nmodifier mask
8948
8949 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
8950
8951         * lyx_main.h: make lyxGUI private.
8952
8953 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8954
8955         * lyxfind.C: place the cursor correctly on failed search
8956
8957 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8958
8959         * text.C (getLengthMarkerHeight): for small heights, the arrows
8960         are not always on top/bottom of the text
8961         (drawLengthMarker): smaller arrows; take the left margin in
8962         account; draw also vfills.
8963         (paintFirstRow):
8964         (paintLastRow): remove special code for vfill and standard spaces,
8965         since everything is handled in drawLengthMarker now.
8966
8967 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8968
8969         * buffer.C (insertErtContents): try to handle font and language
8970         interaction a bit better.g
8971
8972         * ColorHandler.C (updateColor): change the hash to cover the whole
8973         LColor enum, ws cleanup
8974         (getGCLinepars): ditto
8975         (getGCLinepars): only lookup in the linecache once.
8976
8977 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
8978
8979         * iterators.C (operator++): Make the iterator more robust
8980
8981         * BufferView2.C (removeAutoInsets): Use paragraph iterators
8982         (John's patch)
8983         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
8984
8985 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8986
8987         * lyxtext.h:
8988         * text.C: better added space drawing
8989
8990 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8991
8992         * LyXView.C:
8993         * BufferView2.C: fix layout combo update on inset unlock
8994
8995 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8996
8997         * Makefile.am: don't compile unused files
8998
8999 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9000
9001         * lyxfunc.C:
9002         * commandtags.h:
9003         * LyXAction.C: remove old LFUN_LAYOUTNO
9004
9005 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9006
9007         * paragraph_pimpl.h:
9008         * paragraph_pimpl.C: isTextAt() doesn't need font param
9009
9010 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9011
9012         * lyxlex.h:
9013         * lyxlex.C: little cleanup
9014
9015 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9016
9017         * BufferView_pimpl.C: fix insertAscii for insets
9018
9019 2001-12-05  Juergen Vigna  <jug@sad.it>
9020
9021         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9022         set the right font on the "multi" paragraph paste!
9023
9024 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9025
9026         * trans_decl.h:
9027         * trans_mgr.[Ch]:
9028         * trans.[Ch]:
9029         * lyxgluelength.C:
9030         * lyxlength.C: remove out-commented code.
9031
9032         * BufferView_pimpl:
9033         * CutAndPaste.C:
9034         * DepTable.C:
9035         * buffer.C:
9036         * chset.C:
9037         * lastfiles.C:
9038         * lyxlex.C:
9039         * lyxlex_pimpl.C:
9040         * lyxserver.C:
9041         * screen.C:
9042         * tabular-old.C:
9043         * tabular.C:
9044         * text.C:
9045         * trans_mgr.C:
9046         * vc-backend.C: change "while(" to "while ("
9047
9048         * lyxlength.[Ch]: add zero function to check if length is zero or
9049         not
9050         * lyxgluelength.C: use it
9051
9052 2001-12-05  Allan Rae  <rae@lyx.org>
9053
9054         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9055         Works for 2.95.3, from what I understand of Garst's reports this should
9056         work for other g++ versions.  We're screwed if the abs(int) definition
9057         changed between bugfix releases of gcc.
9058
9059 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9060
9061         * text.C: fix chapter label offset !
9062
9063 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9064
9065         * lyxtext.h:
9066         * text.C: fix hfill at end of line, clean up
9067
9068 2001-12-04  Juergen Vigna  <jug@sad.it>
9069
9070         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9071         that we force an update of the inset and it's owners if neccessary.
9072
9073 2001-12-03  Juergen Vigna  <jug@sad.it>
9074
9075         * text.C (rowLast): simplified code
9076
9077 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9078
9079         * lyxfunc.C: fix show options on timeout
9080
9081 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9082
9083         * screen.C (topCursorVisible): scroll half a page when the cursor
9084         reached top of bottom of screen
9085
9086 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9087
9088         * minibuffer.C: deactivate on loss of focus
9089
9090 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9091
9092         * vspace.[Ch] (operator!=): add operator.
9093
9094 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9095
9096         * BufferView_pimpl.C: refuse to open an inset when
9097         there's a selection.
9098
9099 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9100
9101         * BufferView_pimpl.C: allow to click on RHS of full row insets
9102
9103 2001-11-30  Juergen Vigna  <jug@sad.it>
9104
9105         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9106         insets for undo reasons.
9107
9108 2001-11-28  André Pönitz <poenitz@gmx.net>
9109
9110         * vspace.[Ch]: cosmetical changes
9111
9112 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9113
9114         * LyXAction.h:
9115         * LyXAction.C:
9116         * lyxfunc.h:
9117         * lyxfunc.C:
9118         * kbmap.h:
9119         * kbmap.C:
9120         * lyxrc.C:
9121         * kbsequence.h:
9122         * kbsequence.C: part re-write of old kb code
9123
9124         * Painter.C:
9125         * WorkArea.C: remove Lgb_bug_find_hack
9126
9127 2001-11-30  José Matos <jamatos@fep.up.pt>
9128
9129         * buffer.C (makeDocBookFile): add a comment to point a hack.
9130         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9131         Fixed a double write of labels.
9132
9133 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9134
9135         * LaTeX.C:
9136         * LaTeX.h Fixed bug in LaTeX class where it would not
9137         re-run latex if no depfiles were changed, but the .dvi was removed.
9138
9139 2001-11-28  André Pönitz <poenitz@gmx.net>
9140
9141         * all the files from the change on 2001/11/26:
9142         use lyx::layout_type instead of LyXTextClass::size_type
9143         use lyx::textclass_type instead of LyXTextClassList::size_type
9144
9145 2001-11-29  Juergen Vigna  <jug@sad.it>
9146
9147         * text.C: added support for paragraph::isFreeSpacing()
9148
9149         * buffer.C: same as above
9150
9151         * paragraph.h: inserted isFreeSpacing() function to enable
9152         FreeSpacing inside InsetERT.
9153
9154         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9155         of the paragraph's in the cut/copy buffer to 0!
9156
9157         * text2.C (removeRow): remove the assert as it can!
9158
9159         * lyxtext.h: added helper function firstRow returning firstrow and
9160         made firstrow private again.
9161
9162         * BufferView2.C (lockInset): don't relock if we're already locked!
9163
9164         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9165         the only paragraph.
9166         (removeRow): added Assert::(firstrow)
9167
9168         * debug.C: forgot to add INSETTEXT here.
9169
9170 2001-11-28  Juergen Vigna  <jug@sad.it>
9171
9172         * sp_spell.C (initialize): changed error text to more general
9173         spellchecker command use (not only ispell!)
9174
9175         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9176
9177         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9178
9179 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9180
9181         * vspace.C: initialise lyxgluelength on failure
9182
9183 2001-11-28  Allan Rae  <rae@lyx.org>
9184
9185         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9186         declaration & definition that looks like a function declaration.
9187
9188 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9189
9190         * BufferView2.C (copy):
9191         (copyEnvironment): do not clear the selection when doing a copy.
9192
9193         * text.C (paintFirstRow): compilation fix
9194
9195 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9196
9197         * tabular.C (Latex): correct line count when writing latex.
9198
9199 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9200
9201         * paragraph_pimpl.h:
9202         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9203           bug a bit
9204
9205 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9206
9207         * text.C:
9208         * LColor.h:
9209         * LColor.C: change vfillline->added_space
9210
9211         * text.C: add markers and text for added space
9212
9213         * vspace.C: fix comment
9214
9215 2001-11-28  André Pönitz <poenitz@gmx.net>
9216
9217         * paragraph.C: whitespace changes
9218         * all the other files from the change on 2001/11/26:
9219         change *::pos_type into lyx::pos_type
9220
9221 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9222
9223         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9224         language of the document when inserting error insets.
9225
9226 2001-11-26  André Pönitz <poenitz@gmx.net>
9227
9228         * BufferView_pimpl.[Ch]:
9229         *       CutAndPaste.C:
9230         * buffer.[Ch]:
9231         * lyxcursor.[Ch]:
9232         * lyxfind.C:
9233         * lyxfunc.C:
9234         * lyxrow.[Ch]:
9235         * paragraph.[Ch]:
9236         * paragraph_pimpl.[Ch]:
9237         * sp_spell.C:
9238         * text.C:
9239         * text2.C: reduce header dependencies, introduce type for positions
9240
9241 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9242
9243         * <various>: change to use Alert.h
9244
9245 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9246
9247         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9248         when encountering an unknown token.
9249         (readLyXformat2): Show an error message if there were unknown tokens.
9250
9251 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9252
9253         * BufferView2.C:
9254         * BufferView_pimpl.C:
9255         * buffer.C:
9256         * paragraph.h:
9257         * text.C:
9258         * text2.C: use par->isInset()
9259
9260 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9261
9262         * paragraph_pimpl.h:
9263         * paragraph_pimpl.C: cleanup
9264
9265 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9266
9267         * text2.C (removeRow):
9268         * text.C (setHeightOfRow): remove useless (and costly) call to
9269         getRow.
9270
9271 2001-11-20  Allan Rae  <rae@lyx.org>
9272
9273         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9274         Now need Inset*::checkInsertChar() to return true for appropriate
9275         cases so that the characters in the minibuffer will actually be
9276         inserted.
9277
9278 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9279
9280         * text.C: change the order of the includes.
9281         (workWidth): initialize it at once.
9282         (workWidth): make maxw unsigned
9283         (setHeightOfRow): remove unused variable (inset)
9284         (selectSelectedWord): remove unused variable (inset)
9285         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9286
9287 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9288
9289         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9290         server is not running.
9291         (openConnection):
9292         (closeConnection): add debug info when server is disabled.
9293
9294         * ColorHandler.C (getGCForeground): send debug message to GUI
9295         channel.
9296
9297         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9298
9299         * kbmap.C (bind): modify because return conventions of
9300         kb_sequence::parse have changed.
9301
9302         * kbsequence.C (parse): only ignore spaces and not any stupid
9303         control character. This avoids tests like s[i] <= ' ', which are
9304         guaranteed to fail with 8bit characters and signed chars.
9305         Change return code to string::npos when there have been no error
9306         (0 was a bad idea when error is at first character)
9307
9308 2001-11-14  José Matos  <jamatos@fep.up.pt>
9309
9310         * buffer.h:
9311         * buffer.C (simpleDocBookOnePar): removed unused argument.
9312
9313 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9314
9315         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9316         insets which are part of a word. Paragraph::isLetter takes care of
9317         that now. Use Paragraph::isInset to identify insets.
9318         (selectSelectedWord): do not test for hyphenation break.
9319
9320         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9321         that protected spaces are considered as spaces.
9322
9323         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9324         Inset::isLetter.
9325
9326 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9327
9328         * lyxserver.h:
9329         * lyxserver.C: fix it. and small cleanup.
9330
9331 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9332
9333         * BufferView_pimpl.C: use inline helpers
9334
9335         * LaTeXFeatures.h:
9336         * LaTeXFeatures.C: fix typos
9337
9338         * Spacing.h:
9339         * Spacing.C: move spacing_string into class
9340
9341         * ToolbarDefaults.C: move stuff into namespace anon
9342
9343         * layout.h: update enum
9344
9345         * lyxfunc.C: use better debug
9346
9347         * minibuffer.h: fix typo
9348
9349         * debug.h:
9350         * debug.C:
9351         * WorkArea.C: add and use Debug::WORKAREA
9352
9353         * lyxtext.h:
9354         * text.C:
9355         * text2.C: code re-organisation, inline helpers
9356
9357 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9358
9359         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9360         std::vector.empty().
9361
9362 2001-11-09  Allan Rae  <rae@lyx.org>
9363
9364         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9365         '\n's after tables.  Tabular and ERT inset work now makes this no
9366         longer necessary.
9367
9368 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9369
9370         * minibuffer.h:
9371         * minibuffer.C: fix crash, improve drop-down completion
9372
9373 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9374
9375         * lyxserver.h:
9376         * lyxserver.C: invalidate fd's when doing endPipe()
9377
9378 2001-11-08  José Matos  <jamatos@fep.up.pt>
9379
9380         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9381         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9382
9383         * paragraph.h:
9384         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9385
9386 2001-11-07  José Matos  <jamatos@fep.up.pt>
9387
9388         * buffer.h:
9389         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9390         const qualifier.
9391
9392         * buffer.C (sgmlOpenTag):
9393         * buffer.C (sgmlCloseTag): removed debug info.
9394
9395         * buffer.h (sgmlOpenTag):
9396         * buffer.h (sgmlCloseTag): made public.
9397
9398 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9399
9400         * buffer.C (saveParamsAsDefaults):
9401         * lyx_cb.C (MenuLayoutSave): remove
9402
9403         * LyXAction.C (init):
9404         * commandtags.h:
9405         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9406
9407 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9408
9409         * buffer.C (setPaperStuff): removed from here...
9410
9411         * bufferparams.C (setPaperStuff): ... and moved there.
9412
9413 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9414
9415         * minibuffer.h:
9416         * minibuffer.C:
9417         * XFormsView.C: add support for drop-down completion
9418
9419 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9420
9421         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9422         commands.
9423
9424 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9425
9426         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9427         disabled.
9428
9429 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9430
9431         * lyx_main.C: change ref to known bugs
9432
9433 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9434
9435         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9436         to work around older babel problems.
9437
9438 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9439
9440         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9441
9442 2001-10-24  Juergen Vigna  <jug@sad.it>
9443
9444         * tabular-old.C (ReadOld): below variable changes reflected.
9445
9446         * tabular.[Ch]: added ltType struct for longtable header/footer
9447         defines and changed all instances where they are used. Added
9448         future support for double top/bottom rows.
9449
9450 2001-10-24  José Matos  <jamatos@fep.up.pt>
9451
9452         * buffer.h (docbookHandleCaption):
9453         * buffer.C (docbookHandleCaption): removed unused function.
9454         (makeDocBookFile): moved docbook supported version to v4.1.
9455
9456 2001-10-24  José Matos  <jamatos@fep.up.pt>
9457
9458         * tabular.h:
9459         * tabular.C (docbookRow): new function to export docbook code of a row.
9460         (DocBook): now honors the longtable flags.
9461
9462 2001-10-23  José Matos  <jamatos@fep.up.pt>
9463
9464         * LaTeXFeatures.h:
9465         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9466         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9467
9468         * buffer.C (makeLinuxDocFile):
9469         (makeDocBookFile): reworked the preamble, more clean, and with
9470         support for lyx defined entities. Changed the document declaration
9471         to be more XML friendly.
9472
9473         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9474         if we need to output XML that should be done with a filter.
9475
9476 2001-10-22  Juergen Vigna  <jug@sad.it>
9477
9478         * sp_pspell.h (class PSpell): add alive function needed in the
9479         controller to see if the spellchecker could be started.
9480
9481 2001-10-22  Juergen Vigna  <jug@sad.it>
9482
9483         * buffer.C (insertStringAsLines): modify the font for inserting
9484         chars in certain conditions by calling checkInsertChar(font).
9485
9486 2001-10-19  Juergen Vigna  <jug@sad.it>
9487
9488         * text.C (workWidth): use getRow instead of wrong algorithm.
9489         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9490
9491 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9492
9493         * lyxserver.h:
9494         * lyxserver.C:
9495         * lyx_main.h:
9496         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9497
9498 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9499
9500         * text.C (workWidth): do not search for the exact row when
9501         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9502         optimization for big documents.
9503
9504 2001-10-18  Juergen Vigna  <jug@sad.it>
9505
9506         * text.C (workWidth): new function with added Inset * parameter.
9507
9508 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9509
9510         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9511
9512         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9513         change return type of getColumnNearX.
9514
9515
9516         * text.C (changeRegionCase): use uppercase/lowercase instead of
9517         toupper/tolower.
9518         (leftMargin):
9519         (rightMargin): simplify code by factoring out the uses of
9520         textclasslist.
9521         (labelFill):
9522         (numberOfHfills):
9523         (setHeightOfRow):
9524         (appendParagraph): use Paragraph::size_type
9525
9526 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9527
9528         * vspace.C (asLatexString): add a missing break
9529
9530 2001-10-15  Herbert Voss  <voss@perce.de>
9531
9532         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9533
9534 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9535
9536         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9537         is not available.
9538
9539 2001-10-10  André Pönitz <poenitz@gmx.net>
9540
9541         * lyxfunc.C: removed greek_kb_flag.
9542
9543 2001-10-10  Herbert Voss  <voss@perce.de>
9544
9545         * lyx_main.C: delete global string help_lyxdir.
9546
9547 2001-10-09  Herbert Voss  <voss@perce.de>
9548
9549         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9550
9551         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9552
9553         * lyx_main.C: added global string help_lyxdir.
9554
9555         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9556
9557 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9558
9559         * lyxrc.C (set_font_norm_type): support iso8859-4
9560
9561 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9562
9563         * LaTeX.C (deplog): add another regex for MikTeX
9564
9565 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9566
9567         * lyxrc.C (set_font_norm_type): support iso8859-3
9568
9569 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9570
9571         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9572
9573         * LaTeXFeatures.C: remove special case of french and index
9574
9575         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9576         before \begin{document}). This solves several incompatibilities.
9577
9578 2001-10-03  Garst Reese  <reese@isn.net>
9579
9580         * lyx_cb.C: change CheckTex error msg.
9581
9582 2001-10-03  José Matos  <jamatos@fep.up.pt>
9583
9584         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9585
9586 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9587
9588         * .cvsignore: update
9589
9590         * lyx_main.C (commandLineVersionInfo): use new style version info.
9591
9592         * buffer.C (writeFile):
9593         (makeLaTeXFile):
9594         (makeLinuxDocFile):
9595         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9596
9597         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9598
9599         * version.h: update to use stuff in version.C
9600
9601         * version.C.in: new file. Contains version information determined
9602         at compile time. This is a merging of version.h and
9603         version_info.h.in.
9604
9605 2001-10-03  Juergen Vigna  <jug@sad.it>
9606
9607         * BufferView_pimpl.C (update): don't change "dirty" status in
9608         updateInset call.
9609
9610 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9611
9612         * WorkArea.C (c-tor): re-position version string slightly.
9613
9614 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9615
9616         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9617         revert to previous code.
9618
9619         WorkArea.[Ch]: (show, destroySplash): methods removed.
9620
9621         WorkArea.C: rework code so that it's an amalgam of the codes before and
9622         after the splash screen was moved to WorkArea.
9623
9624 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9625
9626         * lyxrc.C (read):
9627         * vspace.C (inPixels):
9628         (lyx_advance):
9629         * kbmap.C (bind):
9630         * buffer.C (insertStringAsLines):
9631         (asciiParagraph): fix types to be large enough
9632
9633         * lyxlex_pimpl.h: change member status from short to int
9634
9635         * layout.h: fix type of endlabeltype
9636
9637         * kbmap.C (bind):
9638         * kbsequence.C (parse): change return type to string::size_type
9639
9640         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9641         variable
9642
9643         * Bullet.C (bulletSize):
9644         (bulletEntry): do not use short ints as parameters
9645
9646         * BufferView2.C (insertLyXFile): change a char to an int.
9647
9648         * WorkArea.C (WorkArea): remove unneeded floats in computation
9649
9650 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9651
9652         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9653
9654         * paragraph.C (asString): Do not ignore newline/hfill chars when
9655         copying to the clipboard.
9656
9657 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9658
9659         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9660         after a multi-line inset.
9661
9662 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9663
9664         * paragraph.C (validate): Set NeedLyXFootnoteCode
9665
9666 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9667
9668         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9669         and decrease-error to decrease.
9670
9671 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9672
9673         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9674         it more readable (should be equivalent)
9675
9676 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9677
9678         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9679
9680 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9681
9682         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9683         of a cursor (row, etc.) after a character has been deleted
9684         (deleteEmptyParagraphMechanism): call the method above on _all_
9685         cursors held by the LyXText when a double space has been
9686         detected/deleted.
9687
9688 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9689
9690         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9691         pixmap.
9692         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9693
9694         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9695         background. Use greyOut() and the new show() methods to toggle between
9696         the foreground and background. Add code to remove the splash after
9697         its initial showing.
9698
9699         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9700         (create_forms): no longer call Dialogs::showSplash.
9701
9702 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9703
9704         * .cvsignore: add version_info.h
9705
9706 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9707
9708         * version_info.h.in: new file
9709
9710         * Makefile.am: add version_info.h.in
9711
9712         * lyx_main.C (commandLineVersionInfo): use version_info defined in
9713         version_info.h instead of VERSION_INFO
9714
9715 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
9716
9717         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
9718         The ERT inset now returns string().
9719
9720 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
9721
9722         * lyxtext.h, text.C (selectNextWord): renamed as
9723         selectNextWordToSpellcheck.
9724
9725         * text.C (selectNextWordToSpellcheck): Modified to not select
9726         words inside an ERT inset.
9727
9728 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9729
9730         * lyx_cb.C (MenuLayoutSave): change a bit the question
9731
9732         * sp_base.h: include <sys/types.h>
9733
9734 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
9735
9736         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
9737
9738 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
9739
9740         * several files: fix typos in user-visible strings
9741
9742 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9743
9744         * text2.C (pasteSelection): do not set the selection, since it
9745         will be cleared later. Actually, the intent was to fix the way the
9746         selection was set, but I figured rmoving the code was just as good.
9747
9748 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
9749
9750         * FontLoader.C (available): Check if font is available without
9751         loading the font.
9752
9753 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
9754
9755         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
9756
9757 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
9758
9759         * lyxrc.[Ch]: added display_graphics variable and associated code.
9760
9761 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9762
9763         * bufferparams.C (hasClassDefaults): new method. Returns true if
9764         the buffer parameters correspond to known class defaults
9765
9766 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
9767
9768         * XFormsView.C (show): set minimum size to the main window.
9769
9770 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9771
9772         * text2.C (copySelection):
9773         (cutSelection):
9774         * lyxfind.C (LyXReplace):
9775         * BufferView_pimpl.C (Dispatch): pass the correct flag to
9776         LyXText::selectionAsString.
9777
9778         * paragraph.C (asString): add "label" argument to the second form
9779
9780         * text2.C (selectionAsString): add "label" argument and pass it to
9781         Paragraph::asString.
9782
9783 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9784
9785         * lyx_main.C (commandLineHelp): remove version information
9786
9787 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
9788
9789         * lyx_main.C: add -version commandline option
9790
9791 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9792
9793         * paragraph.h: make the optional constructor arg required instead.
9794         some modifications to other files because of this.
9795
9796         * minibuffer.C (C_MiniBuffer_peek_event): make it static
9797
9798         * lyxserver.C (C_LyXComm_callback): make it static
9799
9800         * lyx_main.C (error_handler): make it static
9801
9802         * lyx_gui.C (LyX_XErrHandler): make it static
9803
9804         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
9805
9806         * WorkArea.C: make the extern "C" methods static.
9807
9808         * Makefile.am (lyx_LDADD): simplify
9809
9810 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9811
9812         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
9813         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
9814
9815         * LyXAction.C (init):
9816         * lyxfunc.C (dispatch): associated code removal.
9817
9818 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9819
9820         * lyxfont.h (isSymbolFont): shut off warning
9821
9822         * text.C (setHeightOfRow):
9823         (getVisibleRow): fix crash with empty paragraphs which have a
9824         bottom line
9825
9826 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
9827
9828         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
9829         code.
9830
9831 2001-09-04  José Matos  <jamatos@fep.up.pt>
9832         * buffer.C
9833         * buffer.h
9834         * tabular.C (docbook): rename docBook method to docbook.
9835
9836 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9837
9838         * Makefile.am: add dependencies to main.o.
9839
9840 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
9841
9842         * FontLoader.C (available): Return false if !lyxrc.use_gui
9843
9844 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
9845
9846         * FontInfo.C (query):
9847         * converter.C (view):
9848         * importer.C (Import):
9849         * exporter.C (Export): Can not -> cannot.
9850
9851 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
9852
9853         * BufferView_pimpl.C: allow to create index inset even if
9854           string is empty
9855
9856 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9857
9858         * buffer.C (getLists): replace boost::tie code with an explicit pair
9859         as boost::tie can break some compilers.
9860
9861         * iterators.h: Added a std:: declaration to the return type of
9862         ParIterator::size.
9863
9864 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
9865
9866         * lyxrc.C: add help for view_dvi_paper_option, default to safe
9867           case.
9868
9869 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
9870
9871         * iterators.[Ch]: New files. Provide paragraph iterators.
9872
9873         * buffer.C (changeLanguage): Use paragraph iterators.
9874         (isMultiLingual): ditto
9875
9876         * BufferView2.C (ChangeInsets): Use paragraph iterators.
9877
9878 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
9879
9880         * FontLoader.C: Support for cmr font.
9881
9882 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
9883
9884         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
9885         (available): New method.
9886
9887         * FontInfo.C (getFontname): Use scalable fonts even when
9888         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
9889         found.
9890
9891 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
9892
9893         * converter.C (Formats::view): reverted! Incorrect fix.
9894
9895 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
9896
9897         * converter.C (Formats::view): only output the -paper option
9898         if the dvi viewer is xdvi, thereby fixing bug #233429.
9899
9900 2001-08-23  Herbert Voss  <voss@perce>
9901
9902         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
9903
9904 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
9905
9906         * Spacing.h (Spacing): Set space to Default on in the default
9907         constructor.
9908
9909 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9910
9911         * vc-backend.h (RCS::versionString): add RCS to version
9912         (CVS::versionString): add CVS to version
9913
9914         * vc-backend.C (scanMaster): do not add CVS to version.
9915         (scanMaster): do not add RCS to version
9916
9917         * lyxvc.C (versionString): new method
9918
9919         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
9920
9921 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9922
9923         * Spacing.C (set): initialize fval
9924
9925 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
9926
9927         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
9928         " or \.
9929
9930 2001-08-16  Juergen Vigna  <jug@sad.it>
9931
9932         * lyxfunc.C (dispatch): implemented the new FINISHED states.
9933
9934 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
9935
9936         * BufferView_pimpl.C:
9937         * figureForm.C:
9938         * lyxtext.h:
9939         * text2.C: setParagraph takes linespacing now
9940
9941 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
9942
9943         * LyxAction.C: add internal LFUN_CITATION_INSERT
9944
9945         * LyXView.C: actually apply fix
9946
9947         * bufferlist.C: fix open non-existent file
9948
9949         * lyxfind.C: fix indentation
9950
9951         * lyxfunc.C: remove unneeded assert, fix typo
9952
9953 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
9954
9955         * MenuBackend.C: use "Floatname List"
9956
9957 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
9958
9959         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
9960         when converting LaTeX layout to insetERT.
9961         Generate a non-collapsed float when reading old float
9962
9963 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
9964
9965         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
9966         ERT insets.
9967
9968 2001-08-13  Juergen Vigna  <jug@sad.it>
9969
9970         * text.C (fill): return 0 instead of 20 as this seems to be the more
9971         correct value.
9972
9973 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
9974
9975         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
9976         lyxrc.font_norm.
9977
9978 2001-08-13  Juergen Vigna  <jug@sad.it>
9979
9980         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
9981         casesensitive off.
9982         (SearchBackward): comment out the unlocking of the inset_owner this
9983         should not be needed!
9984
9985 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
9986
9987         * Many files: Remove inherit_language, and add latex_language
9988
9989         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
9990         collapsible insets.
9991
9992 2001-08-10  Juergen Vigna  <jug@sad.it>
9993
9994         * text.C (prepareToPrint): fixed hfill-width in draw!
9995
9996         * BufferView2.C (selectLastWord): save the selection cursor as this
9997         now is cleared in the function LyXText::clearSelection!
9998
9999 2001-08-08  Juergen Vigna  <jug@sad.it>
10000
10001         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10002         BACKSPACE type functions.
10003
10004         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10005         is only cutted from the document but not put in the cut-buffer, where
10006         still the old stuff should be.
10007
10008         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10009
10010         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10011
10012         * tabular.C (SetWidthOfCell): fixed special case where the width
10013         was not updated!
10014         (LeftLine): handle '|' in align_special.
10015         (RightLine): ditto
10016         (LeftAlreadyDrawed): ditto
10017         (SetWidthOfCell): ditto
10018
10019 2001-08-07  Juergen Vigna  <jug@sad.it>
10020
10021         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10022
10023 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10024
10025         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10026         * lyxlex.[hC]: ditto
10027
10028 2001-08-06  Juergen Vigna  <jug@sad.it>
10029
10030         * text.C (getVisibleRow): fix up row clearing a bit.
10031
10032 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10033
10034         * minibuffer.C: make sure the X server sees the changes in the input.
10035
10036 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10037
10038         * paragraph.C (getFont): split into...
10039         (getLabelFont): this
10040         (getLayoutFont): and this
10041         * paragraph_pimpl.C (realizeFont): calling this
10042
10043         * text2.C (getFont): split into...
10044         (getLayoutFont): this
10045         (getLabelFont): and this
10046         (realizeFont): all three calling this
10047
10048         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10049         files where used.
10050
10051 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10052
10053         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10054
10055 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10056
10057         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10058         layouts from the Quote inset insertion.
10059
10060 2001-08-03  Juergen Vigna  <jug@sad.it>
10061
10062         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10063
10064         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10065         only if status not is already CHANGED_IN_DRAW (second level).
10066
10067         * text.C (draw): don't set the need_break_row when inside an
10068         InsetText LyXText.
10069
10070 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10071
10072         * buffer.C (parseSingleLyXformat2Token): handle more latex
10073         conversion cases.
10074
10075         * bufferview_funcs.[hC]: change function names to
10076         begin with small char, adjust other files.
10077
10078 2001-08-02  André Pönitz <poenitz@gmx.net>
10079
10080         * lyxfunc.C:
10081         BufferView_pimpl.C: remove broken special code for math-greek
10082
10083 2001-08-02  Juergen Vigna  <jug@sad.it>
10084
10085         * BufferView_pimpl.C (update): redone this function so that we
10086         update the text again if there was a CHANGE_IN_DRAW.
10087
10088         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10089         (drawFromTo): added a new internal bool which is used by draw() and
10090         redraw() function.
10091         (general): some cursor drawing problems fixed.
10092
10093 2001-08-01  Juergen Vigna  <jug@sad.it>
10094
10095         * lyxfind.C (LyXFind): fixed
10096         (SearchForward): ditto
10097         (SearchBackward): ditto
10098
10099         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10100         spurius drawing of the cursor in the main area.
10101
10102         * text2.C (status): small fix which could lead to a segfault!
10103         (clearSelection): remove unneeded BufferView param.
10104
10105 2001-08-01  André Pönitz <poenitz@gmx.net>
10106
10107         * lyxfunc.C: small change due to changed mathed interface
10108
10109 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10110
10111         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10112
10113 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10114
10115         * lyxfunc.c: fail gracefully if file doesn't exist
10116
10117         * LyXSendto.C:
10118         * buffer.C:
10119         * lyxfunc.C:
10120         * BufferView_pimpl.C: IsDirWriteable() proto changed
10121
10122         * LyXView.C: fix updateWindowTitle() to store the last title
10123
10124 2001-07-31  Juergen Vigna  <jug@sad.it>
10125
10126         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10127         the font (wrong since using of Paragraph::highestFontInRange).
10128
10129         * paragraph.C (highestFontInRange): added a default_size parameter.
10130
10131         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10132         (setHeightOfRow): reformat
10133
10134 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10135
10136         * converter.[hC] + affected files: move to (inital-char)lowercase
10137         function names.
10138
10139         * ParagraphParameters.C (ParagraphParameters): remove commented code
10140
10141         * PainterBase.[Ch]: remove commented code
10142
10143         * LaTeXFeatures.h: add "bool floats" for float.sty
10144
10145         * LaTeXFeatures.C (LaTeXFeatures): init floats
10146         (require): handle float
10147         (getPackages): do it with floats
10148
10149 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10150
10151         * BufferView_pimpl.C (Dispatch): improve handling of
10152         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10153
10154         * commandtags.h: #include lyxfont.h here temporarily to avoid
10155         keybinding bug.
10156
10157         * bufferlist.h: include LString.h here.
10158
10159 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10160
10161         * text2.C (getStringToIndex): new method.
10162
10163 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10164
10165         * *: Reduced header file dependencies all over.
10166
10167 2001-07-30  Baruch Even  <baruch@lyx.org>
10168
10169         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10170
10171 2001-07-29  Baruch Even  <baruch@lyx.org>
10172
10173         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10174
10175 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10176
10177         * ParameterStruct.h (endif): add a default constructor to make
10178         sure that all variables is initialized.
10179
10180         * ParagraphParameters.C (ParagraphParameters): adjust
10181
10182 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10183
10184         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10185         index; also, check that there is something to index, and that it
10186         does not span over several paragraphs.
10187         (doubleClick): use WHOLE_WORD_STRICT for double click.
10188
10189         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10190
10191         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10192         scheme.
10193
10194 2001-07-26  Baruch Even  <baruch@lyx.org>
10195
10196         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10197         an InsetFig figure, backwards compatible reading of old figure code.
10198
10199 2001-07-27  Juergen Vigna  <jug@sad.it>
10200
10201         * text2.C: font.realize function adaption.
10202
10203         * text.C (draw): add a warnings lyxerr text if needed.
10204
10205         * layout.C: font.realize function adaption.
10206
10207         * language.C: add inherit_language and implement it's handlings
10208
10209         * bufferview_funcs.C (StyleReset): remove language parameter from
10210         font creation (should be language_inherit now).
10211
10212         * bufferparams.C (writeFile): handle ignore_language.
10213
10214         * paragraph.C (getFontSettings): the language has to be resolved
10215         otherwise we have problems in LyXFont!
10216
10217         * lyxfont.C (lyxWriteChanges): added document_language parameter
10218         (update): removed unneeded language parameter
10219
10220         * paragraph.C (validate): fixed wrong output of color-package when
10221         using interface colors for certain fonts in certain environments,
10222         which should not seen as that on the final output.
10223
10224 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10225
10226         * BufferView_pimpl.C:
10227         * Thesaurus.h:
10228         * Thesaurus.C:
10229         * Makefile.am:
10230         * commandtags.h:
10231         * LyXAction.C: add thesaurus support
10232
10233         * lyxfind.h:
10234         * lyxfind.C: add "once" parameter, for thesaurus, to not
10235           move to the next match
10236
10237 2001-07-26  Juergen Vigna  <jug@sad.it>
10238
10239         * lyxfont.C (realize): honor ignore_language too!
10240         (resolved): ditto.
10241
10242         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10243
10244         * text.C (draw): one place more for ignore_language to not draw
10245         itself!
10246
10247 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10248
10249         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10250
10251 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10252
10253         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10254         the minipage conversion problem.
10255
10256 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10257
10258         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10259         insert an inset.
10260
10261 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10262
10263         * BufferView.h: don't forward declare WorkArea
10264
10265         * BufferView.C: don't include WorkArea.h
10266
10267 2001-07-25  André Pönitz <poenitz@gmx.net>
10268
10269         * commandtags.h:
10270         * LyXAction.C:
10271         * lyxfunc.C:  new LFUN 'math-space'
10272
10273         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10274
10275 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10276
10277         * text2.C (toggleInset): call open/close
10278
10279 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10280
10281         * lyxfunc.C (dispatch): add debug for the disabled case
10282
10283         * font.C (buttonText): make similar to rectText
10284
10285         * buffer.C (readInset): comment out parsing of insetlist and
10286         insttheorem
10287
10288         * PainterBase.C (rectText): small correction
10289
10290         * BufferView_pimpl.C: comment out insettheorem and insetlist
10291         * LyXAction.C: ditto
10292         * commandtags.h: ditto
10293
10294 2001-07-24  Juergen Vigna  <jug@sad.it>
10295
10296         * text.C (draw): honor the ignore_language.
10297
10298         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10299
10300 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10301
10302         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10303         char inset.
10304
10305 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10306
10307         * lyxtext.h: remove unused (and unimplemented) methods
10308
10309 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10310
10311         * text.C (getVisibleRow): honor background color
10312
10313         * PainterBase.h:
10314         * Painter.h: remove default color argument for fillRectangle
10315
10316         * text.C (backgroundColor): new method
10317
10318 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10319
10320         * text.C (getVisibleRow): adjust
10321
10322         * font.[Ch] (rectText): new method, metrics
10323         (buttonText): new method, metrics
10324
10325         * PainterBase.[hC]: make rectText and buttonText always draw and take
10326         fewer paramteres.
10327
10328 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10329
10330         * ToolbarDefaults.C (read):
10331         * MenuBackend.C (read): allow escaping in all strings
10332
10333         * BufferView_pimpl.C (insertAndEditInset): new method.
10334         (Dispatch): use insertAndEditInset whenever appropriate.
10335
10336         * BufferView_pimpl.C (insertNote): removed
10337
10338         * BufferView_pimpl.C (smartQuote): new method, moved from
10339         BufferView; if an insetquote cannot be inserted, insert a '"'
10340         character instead.
10341
10342         * BufferView2.C: remove insertCorrectQuote();
10343
10344         * lyxfunc.C (getStatus): Add support for all remaingin
10345         inset-insert lfuns.
10346
10347         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10348
10349         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10350         command (necessary to pass " as parameter of self-insert.
10351
10352         * text.C (selectWordWhenUnderCursor):
10353         (selectWord): add word_location parameter
10354         (selectWordWhenUnderCursor): same + remove special code for word
10355         boundary.
10356         (selectNextWord): use kind() to guess type of insetspecialchar,
10357         not latex().
10358
10359         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10360         (insertErtContents): create ert insets as collapsed.
10361         (readInset): better compatibility code for Info inset.
10362
10363 2001-07-20  Juergen Vigna  <jug@sad.it>
10364
10365         * lyxfunc.C (dispatch): use always LyXFind now!
10366
10367         * text2.C (init): add a reinit flag so that the LyXText can be
10368         reinited instead of deleted and reallocated (used in InsetText).
10369
10370         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10371
10372         * text.C: ditto
10373
10374         * text2.C: ditto
10375
10376 2001-07-18  Juergen Vigna  <jug@sad.it>
10377
10378         * text.C (selectNextWord): handle insets inside inset by calling
10379         always the bv->text functions so that we can go up the_locking_inset!
10380
10381         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10382         in strange locations when inside an inset!
10383
10384         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10385         handling to include insets.
10386
10387         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10388
10389 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10390
10391         * LyXAction.C (init):
10392         * commandtags.h:
10393         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10394         LIGATURE_BREAK, since the name is so stupid.
10395
10396 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10397
10398         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10399         InsetInfos.
10400
10401         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10402
10403         * sp_form.[Ch]: remove.
10404
10405         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10406
10407         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10408         InsetInfo.
10409
10410         * src/buffer.C (readInset): ditto.
10411
10412 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10413
10414         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10415         menuSeparator(), endOfSentenceDot(), ldots() and
10416         hyphenationPoint(), which are therefore removed.
10417         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10418
10419         * LyXAction.C (init):
10420         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10421
10422         * paragraph.C (getWord): removed.
10423
10424         * BufferView_pimpl.C (Dispatch): use last word or selection for
10425         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10426
10427         * lyx_main.C (queryUserLyXDir): do not ask before creating
10428         user_dir, except if it has been named explicitely.
10429
10430 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10431
10432         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10433         a document of zero size.
10434
10435 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10436
10437         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10438         approriately in the c-tor and in require().
10439         (getPackages): output the appropriate LaTeX for natbib support.
10440
10441         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10442         variables "use_natbib" and "use_numerical_citations" when reading the
10443         LyX file.
10444         (readInset): read the various natbib cite commands.
10445         (validate): white-space change.
10446
10447         * bufferparams.[Ch]: new variables "bool use_natbib" and
10448         "bool use_numerical_citations".
10449         (writeFile): output them in the LyX file.
10450
10451 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10452
10453         * lyxfunc.C (getStatus): add support for all the inset insertion
10454         commands.
10455
10456         * text2.C (insertInset):
10457         * paragraph.C (insetAllowed):
10458         * BufferView_pimpl.C (insertInset): update to take in account the
10459         renaming of insertInsetAllowed
10460
10461         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10462
10463         * text2.C (getInset): new method. returns inset at cursor position.
10464
10465         * BufferView_pimpl.C (Dispatch): changes because of this.
10466
10467         * LyXAction.C (init): rename open-stuff to inset-toggle.
10468
10469         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10470
10471         * text2.C (toggleInset): renamed from openStuff; use
10472         Inset::open().
10473
10474 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10475
10476         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10477
10478         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10479
10480 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10481
10482         * buffer.C (readLyXformat2): Add filename to the error dialog
10483
10484 2001-07-18  Juergen Vigna  <jug@sad.it>
10485
10486         * tabular.C (GetCellNumber): put an assert here instead of the check!
10487
10488 2001-07-17  Juergen Vigna  <jug@sad.it>
10489
10490         * BufferView_pimpl.C (toggleSelection): adapted too.
10491
10492         * text.C (selectNextWord): adapted for use with insets.
10493         (selectSelectedWord): ditto
10494
10495 2001-07-17  Juergen Vigna  <jug@sad.it>
10496
10497         * sp_spell.C (PSpell): fix initialitation order.
10498
10499 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10500
10501         * paragraph.C: spacing
10502
10503 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10504
10505         * sp_spell.C: repair language selection for pspell
10506
10507 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10508
10509         * lyxfunc.h: change more methods to begin with lower char.
10510
10511 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10512
10513         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10514         for unknown layouts.
10515
10516 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10517
10518         * buffer.C (readLyXformat2): Generate an error dialog if there are
10519         unknown layouts.
10520
10521 2001-07-16  Juergen Vigna  <jug@sad.it>
10522
10523         * sp_spell.C: always compile ISpell part.
10524
10525         * lyxrc.C: added use_pspell entry and it's handling.
10526
10527 2001-07-13  Juergen Vigna  <jug@sad.it>
10528
10529         * sp_spell.C: removed double includes.
10530
10531 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10532
10533         Consistent use of Lsstream.h:
10534         * Lsstream.h: added using std::stringstream for consistencies sake.
10535
10536         * buffer.C: removed using std::stringstream
10537
10538         * lyxfont.C (stateText):
10539         * paragraph.C (asString):
10540         * text.C (selectNextWord, selectSelectedWord):
10541         * text2.C (setCounter):
10542         * vspace.C (asString, asLatexString):
10543         std::ostringstream -> ostringstream.
10544
10545 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10546
10547         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10548         * commandtags.h: add LFUN_HELP_ABOUTLYX
10549         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10550
10551 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10552
10553         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10554         cursorToggle()
10555         * lyx_gui_misc.C: remove spellchecker
10556         * lyxfunc.C: showSpellchecker
10557         * sp_base.h: added
10558         * sp_ispell.h: added
10559         * sp_pspell.h: added
10560         * sp_spell.C: added
10561         * sp_form.[Ch]: removed
10562         * spellchecker.[Ch]: removed
10563
10564 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10565
10566         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10567         is set.
10568         (simpleTeXSpecialChars): Simply print the input character without
10569         any special translation if pass_thru is set.
10570
10571         * layout.h: Added bool pass_thru to layout class for being able to
10572         implement pass through of a paragraph for Literate Programming.
10573
10574         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10575         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10576         * layout.C (Read): add "passthru" to list of layout tags and add
10577         code to set the pass_thru boolean when it is read.
10578
10579 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10580
10581         * trans_decl.h: remove allowed from KmodInfo
10582
10583         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10584         remove allowed code
10585         (Load): adjust
10586
10587         * paragraph_pimpl.C (erase): use boost::prior
10588
10589         * Painter.C (text): use data() instead of c_str() when length is
10590         also provided.
10591         * WorkArea.C (putClipboard): ditto
10592         * font.h (width): ditto
10593
10594         * BufferView2.C: use it-> instead of (*it). for iterators
10595         * texrow.C: ditto
10596         * paragraph_pimpl.C: ditto
10597         * paragraph.C: ditto
10598         * minibuffer.C: ditto
10599         * language.C: ditto
10600         * kbmap.C: ditto
10601         * encoding.C: ditto
10602         * counters.C: ditto
10603         * converter.C: ditto
10604         * chset.C: ditto
10605         * Variables.C: ditto
10606         * TextCache.C: ditto
10607         * MenuBackend.C: ditto
10608         * LyXAction.C: ditto
10609         * LColor.C: ditto
10610         * FloatList.C: ditto
10611         * DepTable.C: ditto
10612         * ColorHandler.C (LyXColorHandler): ditto
10613
10614 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10615
10616         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10617
10618         * text2.C (openStuff): reintroduce this method (which had been
10619         nuked in NEW_INSETS frenzy).
10620
10621         * lyxfunc.C (Dispatch): when an action has not been handled, use
10622         its name in the error message, not its number.
10623
10624         * paragraph.C (inInset): change method name to begin with lowercase.
10625
10626         * undo_funcs.C:
10627         * text2.C: updates because of this.
10628
10629 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10630
10631         * ToolbarDefaults.C (add): add spaces in error message
10632
10633 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10634
10635         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10636         (readLyXformat2): rename return_par to first_par, use lyxlex's
10637         pushToken and remove the manual push handling.
10638         (parseSingleLyXformat2Token): add another ert comp. variable:
10639         in_tabular, rename return_par to first_par. handle newlines better
10640
10641 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10642
10643         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10644
10645 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10646
10647         * text2.C (getParFromID): removed
10648
10649         * buffer.C (getParFromID): new method moved form lyxtext.
10650         * BufferView2.C (insertErrors): adjust
10651         (setCursorFromRow): adjust
10652         * BufferView_pimpl.C (restorePosition): adjust
10653         * lyxfunc.C (Dispatch): adjust
10654         * undo_funcs.C (textUndo): adjust
10655         (textRedo): adjust
10656         (textHandleUndo): adjust
10657         (textHandleUndo): adjust
10658
10659 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10660
10661         * buffer.C: up' the LYX_FORMAT
10662
10663         * lyxfont.h: turn NO_LATEX on as default
10664
10665         * buffer.C (insertErtContents): new methods of tex style compability.
10666         (parseSingleLyXformat2Token): use it several places.
10667         * tabular.C (OldFormatRead): and here
10668
10669 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10670
10671         * text2.C: remove some commented code.
10672         reindent file.
10673
10674         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10675         * trans.C: changes because of the above.
10676
10677 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10678
10679         * text2.C (setCounter): Fix counters bug with bibliography layout.
10680
10681 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10682
10683         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10684         own member functions
10685         (simpleTeXSpecialChars): ditto
10686
10687 2001-07-06  Juergen Vigna  <jug@sad.it>
10688
10689         * a lot of files: changed the access to LyXText::status and the
10690         call of undo-functions.
10691
10692         * undo.[Ch]: added a inset_id to the undo informations.
10693
10694         * undo_funcs.[Ch]: added and moved here all undo functions.
10695
10696         * lyxtext.h: give the status enum a weight, made status_ a private
10697         variable and made accessor functions for it, removed the whole bunch
10698         of undo-functions as they are now in their own file, make some
10699         functions publically available. Added function ownerParagraph with
10700         int parameter.
10701
10702         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10703         made InInset() a const function, added getParFromID() function.
10704
10705         * buffer.[Ch]: added const version for inset_iterator functions,
10706         added getInsetFromID() function.
10707
10708         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
10709         changed undo functions for new version.
10710
10711 2001-07-05  Juergen Vigna  <jug@sad.it>
10712
10713         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
10714         unknow mechanism does not call the proper constructor but only this
10715         one also if I request the other!?
10716
10717 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10718
10719         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
10720
10721         * text2.C (LyXText): use initialization lists.
10722
10723         * lyxtext.h (Selection): initialize set_ and mark_
10724         (init): remove method
10725
10726 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
10727
10728         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
10729
10730 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10731
10732         * screen.[Ch]: change method names to begin with lowercase
10733
10734         * BufferView_pimpl.C (updateScrollbar): simplify further and
10735         hopefully make it a bit faster.
10736
10737 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10738
10739         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
10740         calling directly xforms functions.
10741
10742         * Painter.C (Painter):
10743         * lyx_cb.C (MenuWrite):
10744         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
10745         fl_display.
10746
10747         * lyx_gui.C: remove bogus guiruntime extern declaration.
10748
10749 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10750
10751         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
10752         in NEW_INSETS
10753         (redoDrawingOfParagraph): ditto
10754         (redoParagraphs): ditto
10755         (cutSelection): don't create a object for CutAndPaste use the
10756         static method directly
10757         (pasteSelection): ditto
10758
10759         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
10760         LyXview (+ rename)
10761
10762 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10763
10764         * modifications to some other files because of this.
10765
10766         * Makefile.am (lyx_SOURCES): add XFormsView
10767
10768         * XFormsView.[Ch]: new files
10769
10770         * LyXView.[Ch]: make LyXView a base class for the gui handling for
10771         the main window. Move the gui dependent stuff to XFormsView
10772
10773 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10774
10775         * tabular.C (GetCellInset): update cur_cell also in the row/col
10776         version of this function.
10777
10778         * lyxfunc.C: no need to include figure_form.h here.
10779
10780         * FontLoader.h:
10781         * lyxfunc.h:
10782         * lyxscreen.h:
10783         * text2.C:
10784         * lyxvc.C: no need to include forms.h here.
10785
10786 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10787
10788         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
10789
10790         * lyxfunc.C (Dispatch):
10791         * Spacing.C (set):
10792         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
10793         constructor argument.
10794
10795 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10796
10797         * paragraph.C (Paragraph): dont't clear, and just set layout.
10798         (makeSameLayout): use params's copy contructor.
10799
10800         * ParagraphParameters.[Ch] (makeSame): delete method
10801
10802 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
10803
10804         * Variables.[Ch]: fix indentation, rename set to isSet
10805
10806 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10807
10808         * lyxfunc.C (Dispatch): fix typo
10809
10810 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10811
10812         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
10813         upper_bound.
10814
10815         * bufferlist.C: include assert.h for emergencyWrite().
10816
10817 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10818
10819         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
10820           give up at last (bug #425202) !
10821
10822 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
10823
10824         * lyx_gui_misc.C:
10825         * sp_form.h:
10826         * sp_form.C:
10827         * spellchecker.h:
10828         * spellchecker.C: strip spellchecker options and bring up
10829           preferences tab instead
10830
10831 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10832
10833         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
10834         the istringstream constructor
10835
10836 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10837
10838         * paragraph.C (getLayout): fix return value
10839
10840         * paragraph.h: do not declare getLayout as inline.
10841
10842         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
10843
10844 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10845
10846         * lyxcursor.h (operator<): new func
10847         (operator>): new func
10848         (operator>=): new func
10849         (operator<=): new func
10850
10851         * text.C (changeCase): use selection.start and selection.end
10852         (changeRegionCase): require from to be <= to. Require par to be a
10853         valid paragraph.
10854
10855         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
10856
10857 2001-06-27  Juergen Vigna  <jug@sad.it>
10858
10859         * text.C (cursorLeftOneWord): changed to return the cursor and added
10860         overlay with BufferView * parameter which calls this one.
10861         (getWord): added
10862         (selectWord): use new getWord function.
10863         (changeCase): renamed from changeWordCase as and extended to work
10864         also on selections.
10865
10866         * lyxtext.h: added enum word_location
10867
10868         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
10869         changeCase as this operates now also on selections.
10870
10871 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
10872
10873         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
10874
10875         * many files: send debug output to Debug::INFO instead of
10876         Debug::ANY.
10877
10878         * converter.C (View):
10879         (Convert):
10880         (Move): send debug output to Debug::FILES instead of console.
10881
10882 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
10883
10884         * lyxfunc.C (getStatus): use func_status
10885
10886         * func_status.h: new header, describing the results of
10887         LyXFunc::getStatus;
10888
10889         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
10890         LFUN_MATH_HALIGN.
10891
10892 2001-06-25  The LyX Project  <jug@sad.it>
10893
10894         * buffer.C (sgmlOpenTag):
10895         (sgmlCloseTag):
10896         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
10897
10898 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10899
10900         * text2.C: remove some dead code
10901
10902         * tabular.C (GetCellInset): store the last cell checked (gotten)
10903
10904         * tabular.h: add the helper for the speedup
10905
10906         * lyxtext.h: remove some dead code
10907
10908 2001-06-26  The LyX Project  <Asger>
10909
10910         * paragraph.C: Change export to LaTeX of alignment to
10911         \begin{center} and family for better roundtrip work with reLyX.
10912
10913         * Tune the math drawing a bit.
10914
10915 2001-06-25  The LyX Project  <Asger>
10916
10917         * LColor.C (LColor): New color for math background. New color
10918         for buttons.
10919
10920 2001-06-25  The LyX Project  <jug@sad.it>
10921
10922         * lyxfunc.C (MenuNew): remove extra check for .lyx file
10923
10924         * lyxfunc.C (Open):
10925         * bufferlist.C (newFile): do not restrict to files ending with
10926         .lyx
10927
10928         * BufferView_pimpl.C (MenuInsertLyXFile):
10929
10930 2001-06-24  The LyX Project  <jug@sad.it>
10931
10932         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
10933         of compare_no_case
10934
10935 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10936
10937         * lyxtext.h: rename most methods to begin with a small char.
10938         Lots of changes because of this.
10939
10940         * paragraph.C (Paragraph): do not call fitToSize
10941         (erase): call Pimpl::erase
10942         (insertChar): call Pimpl::insertChar
10943         (insertInset): call Pipl::insertInset
10944         (breakParagraph): do not call fitToSize
10945         (breakParagraphConservative): do not call fitToSize
10946         (fitToSize): remove method
10947
10948         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
10949
10950 2001-06-24  The LyX Project  <Asger>
10951
10952         * Fix Qt compilation^2
10953
10954 2001-06-24  The LyX Project  <jug@sad.it>
10955
10956         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
10957         depthHook(getDepth()-1).
10958
10959         * paragraph.h:
10960         * ParagraphParameters.h:
10961         * ParameterStruct.h: change type of depth to unsigned int ==
10962         depth_type. Many adaptations to other files before of that.
10963
10964 2001-06-24  The LyX Project  <Asger>
10965
10966         * Fix Qt compilation.
10967
10968 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10969
10970         * paragraph.h: renamed several methods to begin with small letter.
10971         several changes to many parts of the code because of this.
10972
10973 2001-06-23  The LyX Project  <jug@sad.it>
10974
10975         * text2.C (InsertStringAsLines): renamed from InsertStringA;
10976         rewritten to discard all double spaces when KeepEmpty is off
10977         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
10978         to only handle newlines but not fiddle with spaces and friends.
10979
10980         * lyxfunc.C (MenuNew): when doing 'new from template', use
10981         template_path as default directory
10982
10983 2001-06-23  The LyX Project  <Asger>
10984
10985         * Clean-up of header file includes all over
10986         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
10987
10988 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10989
10990         * paragraph.h: renamed from lyxparagraph.h
10991
10992 2001-06-23  Asger  <lyx@violet.home.sad.it>
10993
10994         * Buffer.h: Removed Buffer::resize
10995         * BufferList.h: Removed BufferList::resize
10996         * LyXView.h: Added LyXView::resize. This way, we will only reflow
10997         the document lazily when we change the width, or the font settings.
10998
10999 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11000
11001         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11002
11003 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11004
11005         * buffer.h: remove out of date comment
11006
11007 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11008
11009         * lyxscreen.h:
11010         * screen.C: fix "theoretical" GC leak
11011
11012 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11013
11014         * LaTeX.C (scanAuxFile):
11015         (deplog): remove trailing \r when reading stream (useful under
11016         win32)
11017
11018 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11019
11020         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11021         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11022         and BufferView::theLockingInset(Inset*), so should use them and not
11023         access bv_->text->the_locking_inset directly.
11024
11025         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11026
11027 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11028
11029         * Makefile.am:
11030         * tex-defs.h: remove old unused file
11031
11032 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11033
11034         * BufferView_pimpl.C: fix typo, remove minibuffer message
11035           when buffer has loaded
11036
11037 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11038
11039         * lyxfunc.C (Dispatch): use stringstream
11040         (MenuNew): use stringstream
11041         (Open): use stringstream
11042
11043         * importer.C (Import): use stringstream
11044
11045         * bufferview_funcs.C (CurrentState): use stringstream
11046
11047         * LaTeX.C (run): use stringstream
11048
11049         * BufferView_pimpl.C (savePosition): use stringstream
11050         (restorePosition): use stringstream
11051         (MenuInsertLyXFile): use stringstream
11052
11053 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11054
11055         * BufferView.C:
11056         * Bullet.C:
11057         * ColorHandler.C:
11058         * FontInfo.C:
11059         * FontLoader.C:
11060         * LColor.C:
11061         * LaTeXFeatures.C:
11062         * Painter.C:
11063         * gettext.C:
11064         * lyx_gui_misc.C:
11065         * lyxserver.C:
11066         * vspace.C: removed // -*- C++ -*- as first line.
11067
11068         * lyxfind.h:
11069         * version.h: added // -*- C++ -*- as first line.
11070
11071 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11072
11073         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11074
11075         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11076         of string
11077
11078 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11079
11080         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11081         of floats.
11082
11083 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11084
11085         * gettext.C: include LString.h even when --disable-nls is on.
11086
11087 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11088
11089         * converter.h (Get): changed argument type from int to
11090         FormatList::size_type to avoid unnecessary conversion.
11091
11092         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11093         before using it.
11094
11095 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11096
11097         * gettext.h: include LString.h even when --disable-nls is on.
11098
11099 2001-06-07  Juergen Vigna  <jug@sad.it>
11100
11101         * text.C (BreakAgain): subst spaces with tabs.
11102
11103         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11104         (resizeInsetsLyXText): set force on resizeLyXText.
11105
11106 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11107
11108         * gettext.h (gettext_init):
11109         (locale_init): use a real definition instead of a macro
11110
11111 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11112
11113         * Bufferview_pimpl.C:
11114         * LColor.h:
11115         * LColor.C: further lcolor tidies
11116
11117 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11118
11119         * BufferView_pimpl.C (updateScrollbar): simplify.
11120
11121         * BufferView2.C: don't include insets/insetinfo.h, change
11122         prototype for insertInset and call the Pimpl version. let
11123         updateInset call Pimpl version.
11124
11125         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11126         gotoInset to BufferView::Pimpl
11127
11128 2001-06-01  Juergen Vigna  <jug@sad.it>
11129
11130         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11131         inside a LockingInset (is the update needed at all?).
11132
11133 2001-05-31  Juergen Vigna  <jug@sad.it>
11134
11135         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11136         here not the old one otherwise how should we compare it afterwards
11137         if it's the same!
11138
11139 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11140
11141         * lyxfont.C:
11142         * tabular.C:
11143         * tabular-old.C:
11144         * FontInfo.C: bring C functions into global namespace when
11145         necessary
11146
11147 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11148
11149         * LString.h: make sure config.h has been loaded before LString.h.
11150
11151         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11152         (one for each char read by EatLine!).
11153
11154         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11155         variables.
11156
11157 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11158
11159         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11160         to the same as the par we break from
11161
11162 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11163
11164         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11165
11166         * MenuBackend.C (expand): also create menu entries for wide
11167         versions of the floats.
11168
11169         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11170
11171         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11172
11173         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11174         frontends/Makefile.am
11175
11176         * text2.C: adjust
11177         * text.C: adjust
11178
11179
11180         * tabular.C (getTokenValue): add std::
11181
11182         * tabular-old.C (getTokenValue): add std::
11183         (getTokenValue): ditto
11184         (getTokenValue): ditto
11185
11186         * screen.C (ToggleSelection): adjust
11187
11188         * lyxtext.h: put selection cursors inside a Selection struct.
11189
11190         * lyxfunc.C (moveCursorUpdate): adjust
11191
11192         * lyxfont.C (latexWriteStartChanges): add std::
11193
11194         * lyxfind.C: adjust
11195
11196         * font.h: delete with(char const *, LyXFont const &)
11197
11198         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11199
11200         * FontInfo.C (getFontname): add std::
11201
11202         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11203         (workAreaButtonPress): adjust
11204         (tripleClick): adjust
11205         (update): adjust
11206         (moveCursorUpdate): adjust
11207         (Dispatch): adjust
11208
11209         * BufferView2.C (gotoInset): adjust
11210
11211 2001-05-30  Juergen Vigna  <jug@sad.it>
11212
11213         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11214         to check pspell I add this as default as I now have new pspell
11215         libraries and they seem to use this.
11216
11217 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11218
11219         * text2.C (CutSelection): make the cursor valid before the call to
11220         ClearSelection.
11221
11222 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11223
11224         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11225         relied on 0 terminated strings and other horrors. Bug found due to
11226         the new assert in lyxstring!
11227
11228         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11229         KP_ keys.
11230
11231 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11232
11233         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11234         to latinkeys.bind.
11235
11236         * lyxfunc.C (processKeySym): change method of getting to the
11237         self-insert char.
11238
11239         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11240         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11241         * BufferView_pimpl.[Ch]: here as private methods.
11242
11243 2001-05-28  Juergen Vigna  <jug@sad.it>
11244
11245         * text.C (SetHeightOfRow): added the update() call again as it is
11246         needed to initialize inset dimensions!
11247
11248 2001-05-16  Juergen Vigna  <jug@sad.it>
11249
11250         * text2.C (SetCharFont): Add new function with BufferView * and
11251         bool toggleall parameters for setting insets internal fonts.
11252         (SetFont): Freeze the undo as we may change fonts in Insets and
11253         all this change should be inside only one Undo!
11254
11255         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11256         setting font's in insets as for them we have the SetFont function!
11257
11258 2001-05-15  Juergen Vigna  <jug@sad.it>
11259
11260         * text2.C (ClearSelection): to be sure we REALLY don't have any
11261         selection anymore!
11262
11263         * tabular.C (TeXCellPreamble): fixed the left border problem for
11264         multicolumn cells.
11265
11266 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11267
11268         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11269         dependancy file
11270
11271 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11272
11273         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11274         LFUN_BREAKPARAGRAPH.
11275
11276         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11277         help test to "internal only", similar for LFUN_INSERT_URL
11278
11279         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11280         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11281         auto_region_delete and deadkeys.
11282
11283 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11284
11285         * LColor.h:
11286         * LColor.C: remove some dead entries, tidy a little
11287
11288 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11289
11290         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11291         commented code.
11292         (Dispatch): implement LFUN_ESCAPE
11293
11294         * commandtags.h: add LFUN_ESCAPE
11295
11296         * LyXAction.C (init): add entry for LFUN_ESCAPE
11297
11298         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11299         Remove commented code.
11300         (insertNote): moved here
11301         (open_new_inset): moved here
11302
11303         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11304         BufferView_pimpl
11305
11306 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11307
11308         * kbmap.C (findbinding): clean it up and make it work correctly.
11309
11310         * lyx_main.C (init): do not pass argc and argv as parameters
11311
11312 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11313
11314         * buffer.C: fix path for OS/2 & Win32
11315
11316         * lyx_gui.C:
11317         * lyx_main:
11318         * lyx_main.C: Added os:: class.
11319
11320         * os2_defines.h: update
11321
11322 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11323
11324         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11325         better by trying again with reduced state.
11326
11327 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11328
11329         * lyxrc.C (read): print error about invalid key sequence only when
11330         debugging (because not all latinX keysyms are known to some X
11331         servers)
11332
11333         * kbsequence.C (getiso): add a few std:: qualifiers
11334         (getiso): comment out extra return statement.
11335
11336 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11337
11338         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11339         handling.
11340         (Dispatch): enhance the accent inset a bit. (not perfect)
11341
11342 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11343
11344         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11345
11346 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11347
11348         * bufferlist.C (emergencyWrite): fix assert() call
11349
11350 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11351
11352         * text.C (InsertChar): Added trivial patch to only send the "you
11353         can not do multiple spaces this way" message once during a
11354         session.
11355
11356 2001-05-08  Baruch Even  <baruch@lyx.org>
11357
11358         * Makefile.am: Changed order of libraries to get LyX to link properly
11359         with the gnome frontend.
11360
11361 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11362
11363         * LaTeXFeatures.h: add a std:: qualifier
11364
11365 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11366
11367         * paragraph.C (String): use stringstream
11368
11369 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11370
11371         * paragraph.C (writeFile): remove footflag arg
11372
11373         * buffer.C (makeLaTeXFile): use stringstream
11374         (latexParagraphs): remove footnot gurba
11375
11376         * LaTeXFeatures.C (getPackages): use stringstream
11377         (getMacros): likewise
11378         (getTClassPreamble): likewise
11379         (getFloatDefinitions): new method
11380
11381         * paragraph.C (writeFile): reindent
11382         (Erase): reindent
11383
11384         * WorkArea.h: revert the xpos + etc changes.
11385
11386         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11387
11388         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11389
11390         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11391         (pasteSelection): likewise
11392         * text2.C (CreateUndo): likewise
11393
11394 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11395
11396         * minibuffer.C (peek_event): temporarily reduce the functionality
11397         of the minibuffer (to allow args on lfuns)
11398
11399         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11400         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11401
11402         * buffer.C (readInset): add compability reading of old float
11403         lists, add reading of new style float list.
11404         (readInset): avoid reevaluation of inscmd.getCmdName()
11405         (getLists): reindent
11406
11407         * MenuBackend.C (MenuItem): implement parsing of
11408         md_floatlistinsert and md_floatinsert.
11409         (expand::LastFiles): move initalizaton of iterators out of loop,
11410         avoid reevaluation.
11411         (expand::Documents): introduce typdedef vector<string> Strings,
11412         and use it.
11413         (expand::ExportFormats): introduce typedef vector<Format const *>
11414         Formats, and use it.
11415         (expand): implement FloatListInsert and FloatInsert.
11416
11417         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11418         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11419         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11420
11421         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11422         handling.
11423         (Dispatch::LFUN_FLOAT_LIST): implement
11424
11425 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11426
11427         * LaTeX.C (run): Fix problem with --export code.
11428
11429 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11430
11431         * BufferView.[Ch] (workarea): removed.
11432         (getClipboard) new method; wrapper for workarea()->getClipboard()
11433
11434         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11435         bug.
11436
11437         * WorkArea.h (width, height, xpos, ypos): These methods all
11438         returned the dimensions of the work_area sub-area of WorkArea,
11439         resulting in a position error if the WorkArea were resized. Now
11440         return the dimensions of the entire WorkArea.
11441
11442         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11443
11444 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11445
11446         * LaTeX.C (deplog): correct the syntax of regex reg1
11447
11448 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11449
11450         * undo.C: remove !NEW_INSETS cruft
11451
11452 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11453
11454         * text2.C: remove !NEW_INSETS cruft
11455
11456         * text.C: remove !NEW_INSETS cruft
11457
11458         * tabular.C: remove !NEW_INSETS cruft
11459
11460         * spellchecker.C: remove !NEW_INSETS cruft
11461
11462         * lyxtext.h: remove !NEW_INSETS cruft
11463
11464         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11465
11466         * lyxfunc.C: remove !NEW_INSETS cruft
11467
11468         * lyxfind.C: remove !NEW_INSETS cruft
11469
11470         * lyx_cb.C: remove !NEW_INSETS cruft
11471
11472         * figureForm.C: remove  !NEW_INSETS cruft
11473
11474         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11475
11476         * buffer.[Ch]: remove !NEW_INSETS cruft
11477
11478         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11479
11480         * CutAndPaste.C: remove !NEW_INSETS cruft
11481
11482         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11483
11484         * BufferView2.C: remove !NEW_INSETS cruft
11485
11486         * BufferView.h: remove !NEW_INSETS cruft
11487
11488 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11489
11490         * Lsstream.h: include LString.h before the sstream headers to
11491         fix problem with gcc 2.95.3 and lyxstring
11492
11493 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11494
11495         * lyx_main.C: add using directives when needed for C functions
11496         declared in std:: namespace.
11497
11498 2001-04-27  Juergen Vigna  <jug@sad.it>
11499
11500         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11501         (SetHeightOfRow): comment out the update call should not be needed!
11502
11503 2001-04-13  Juergen Vigna  <jug@sad.it>
11504
11505         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11506         (LyXTabular): tried to minimize operator= operations (and realized
11507         hopfully Lars wish).
11508
11509 2001-04-27  Juergen Vigna  <jug@sad.it>
11510
11511         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11512
11513 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11514
11515         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11516
11517         * buffer.C (readInset): hack to make listof algorithm work
11518
11519         * BufferView_pimpl.C: hack to make listof algorithm work
11520
11521 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11522
11523         * LyXAction.C: removed all !NEW_INSETS cruft
11524         (init): moved lfun_item in method
11525
11526         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11527
11528 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11529
11530         * BufferView2.C (theLockingInset): white space.
11531
11532 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11533
11534         * minibuffer.C: include <iostream>
11535
11536         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11537
11538         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11539
11540         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11541
11542         * text.[Ch] (TransposeChars): new method
11543
11544 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11545
11546         * call message directly through LyXView instead of through LyXFunc
11547         * BufferView2.C: adjust
11548         * BufferView_pimpl.C: adjust
11549         * FontLoader.C: adjust
11550         * buffer.C: adjust
11551         * bufferview_funcs.C: adjust
11552         * converter.C: adjust
11553         * figureForm.C: adjust
11554         * importer.C: adjust
11555         * lyx_cb.C: adjust
11556         * lyx_gui_misc.C: adjust
11557         * lyxfunc.C: adjust
11558         * lyxvc.C: adjust
11559         * text2.C: adjust
11560         + more files in subdirs
11561
11562         * lyxparagraph.h (size): move up int file
11563         (GetLayout): ditto
11564
11565         * adjust all uses of Assert to lyx::Assert.
11566
11567         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11568         lyxfunctional in namespace lyx
11569         * layout.C (hasLayout): ditto
11570         (GetLayout): ditto
11571         (GetLayout): ditto
11572         (delete_layout): ditto
11573         (NumberOfClass): ditto
11574         * converter.C (GetFormat): ditto
11575         (GetNumber): ditto
11576         (Add): ditto
11577         (Delete): ditto
11578         (SetViewer): ditto
11579         * bufferlist.C (getFileNames): ditto
11580         (emergencyWriteAll): ditto
11581         (exists): ditto
11582         (getBuffer): ditto
11583         * MenuBackend.C (hasSubmenu): ditto
11584         (hasMenu): ditto
11585         (getMenu): ditto
11586         * BufferView_pimpl.C (getInsetByCode): ditto
11587
11588 2001-04-18  Juergen Vigna  <jug@sad.it>
11589
11590         * vspace.C (asLatexString): fixed the 100% problem.
11591
11592 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11593
11594         * lyxfunc.C (Dispatch):
11595         * minibuffer.C:
11596         * minibuffer.h: add a few std:: qualifiers
11597
11598 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11599
11600         * minibuffer.[Ch]: reimplement so that commands is initiated and
11601         run from lyxfunc, simplified som handling, and made the completion
11602         and history code for complete. wip.
11603
11604         * lyxfunc.C (processKeySym): call message
11605         (miniDispatch): new temporary method
11606         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11607         (LFUN_MESSAGE): implement
11608         (LFUN_MESSAGE_PUSH): implement
11609         (LFUN_MESSAGE_POP): implement
11610         (initMiniBuffer): the initial/defualt minibuffer message.
11611
11612         * lyxfont.[Ch]: inline some more getters
11613
11614         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11615
11616         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11617
11618         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11619         (AutoSave): use LFUN_MESSAGE
11620         (Reconfigure): ditto
11621
11622         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11623
11624         * figureForm.C: use LFUN_MESSAGE
11625
11626         * converter.C (runLaTeX): use LFUN_MESSAGE
11627
11628         * bufferview_funcs.C: use LFUN_MESSAGE
11629         (Melt): ditto
11630         (changeDepth): ditto
11631
11632         * bufferparams.h: use boost::
11633
11634         * bufferlist.h: inherit privately from noncopyable
11635
11636         * bufferlist.C (loadLyXFile): remove some commented code.
11637
11638         * buffer.C (runChktex): use LFUN_MESSAGE
11639
11640         * ShareContainer.h: inherit privately from noncopyable
11641
11642         * ParagraphParameters.[hC] (depth): inline it.
11643
11644         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11645         methods.
11646         (message): new method
11647         (messagePush): ditto
11648         (messagePop): ditto
11649         (show): init minibuffer
11650         (showState): direct call
11651
11652         * LaTeX.[Ch]: inherit privately from noncopyable
11653         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11654         instead of WriteStatus.
11655
11656         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11657
11658         * BufferView_pimpl.C (buffer): don't init minibuffer
11659         (workAreaButtonPress): use LFUN_MESSAGE
11660         (workAreaButtonRelease): ditto
11661         (savePosition): ditto
11662         (restorePosition): ditto
11663         (MenuInsertLyXFile): ditto
11664         (workAreaExpose): don't init minibuffer
11665         (update): remove commented code, simplify
11666
11667         * BufferView2.C (openStuff): use LFUN_MESSAGE
11668         (toggleFloat): ditto
11669         (menuUndo): ditto
11670         (menuRedo): ditto
11671         (copyEnvironment): ditto
11672         (pasteEnvironment): ditto
11673         (copy): ditto
11674         (cut): ditto
11675         (paste): ditto
11676         (gotoInset): ditto
11677         (updateInset): remove some commented code
11678
11679         * lastfiles.h: inherit privately from noncopyable
11680         * layout.h: ditto
11681         * lyx_gui.h: ditto
11682         * lyx_main.h: ditto
11683         * lyxlex.h: ditto
11684         * lyxlex_pimpl.h: ditto
11685
11686         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11687         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11688         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11689
11690         * LyXAction.h: inherit privately from noncopyable, add methods
11691         func_begin, func_end, returning iterators to the func map.
11692
11693         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11694         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11695         (func_begin): new method
11696         (func_end): new method
11697
11698         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11699         and not)
11700         (copySelection): ditto
11701         (pasteSelection): ditto
11702
11703         * BufferView.C: whitespace change
11704         * BufferView.h: inherit privately from noncopyable
11705
11706 2001-04-16  Allan Rae  <rae@lyx.org>
11707
11708         * tabular-old.C (l_getline):
11709         * spellchecker.C (sc_check_word):
11710         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
11711         an unrecognised preprocessor directive.  So ensure they're wrapped.
11712
11713 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
11714
11715         * src/exporter.C (Export): Give an error message when path to file
11716         contains spaces.
11717
11718 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
11719
11720         * LaTeX.C (deplog): Always check that foundfile exists.
11721
11722 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11723
11724         * lyx_main.h:
11725         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
11726
11727 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11728
11729         * tabular.[Ch] (getLabelList): implement new method
11730
11731         * minibuffer.h: comment ouf setTiimer
11732
11733         * minibuffer.C (ExecutingCB): constify res
11734         (peek_event): constify s
11735         (Set): constify ntext
11736         (Init): constify nicename
11737
11738         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
11739
11740         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
11741         (savePosition): use two params to Minibuffer::Set
11742         (restorePosition): ditto
11743
11744 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11745
11746         * lyx_main.C: include language.h
11747
11748         * Makefile.am (lyx_main.o): add language.h
11749
11750 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11751
11752         * exporter.C:
11753         * paragraph.C:
11754         * screen.C:
11755         * tabular.C:
11756         * CutAndPaste.C: include gettext.h
11757
11758         * lyxfont.h: remove old hack with ON and OFF.
11759
11760         * lyxparagraph.h:
11761         * lyxfont.h: do not include language.h...
11762
11763         * BufferView2.C:
11764         * LaTeXFeatures.C:
11765         * Painter.C:
11766         * bufferview_funcs.C:
11767         * font.C:
11768         * lyxfont.C:
11769         * text.C:
11770         * text2.C:
11771         * trans_mgr.C:
11772         * paragraph.C: ... but do it here instead
11773
11774 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11775
11776         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
11777
11778         * tabular.C: small reformat
11779
11780         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
11781         NEW_INSETS version
11782         (GetChar): ditto
11783         (BreakParagraph): ditto
11784         (SetOnlyLayout): ditto
11785         (SetLayout): ditto
11786
11787         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
11788         with one arg less.
11789
11790         * lastfiles.C: removed most using decl, add std:: where needed
11791
11792         * buffer.C: ws changes
11793
11794         * MenuBackend.C (class compare_format): put into anon namespace
11795         (expand): constify label, names, action, action2
11796         (expand):
11797
11798         * text.C (SingleWidth): constify font
11799         (IsBoundary): constify rtl2
11800         (GetVisibleRow): constify ww
11801
11802         * LaTeX.C (deplog): constify logfile
11803
11804         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
11805         start_x, end_x
11806         (workAreaExpose): constify widthChange, heightChange
11807
11808         * lyxrow.C (par): moved
11809         (height): moved
11810         (next): moved
11811         * lyxrow.h: as inlines here
11812
11813         * lyxfont.h (shape): moved from lyxfont.C
11814         (emph): moved from lyxfont.C
11815
11816         * lyxfont.C (LyXFont): use initialization list for all
11817         constructors
11818         (shape): move to lyxfont.h as inline
11819         (emph): move to lyxfont.h as inline
11820
11821
11822 2001-04-04  Juergen Vigna  <jug@sad.it>
11823
11824         * vspace.C: had to include stdio.h for use of sscanf
11825
11826 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
11827
11828         * BufferView.h:
11829         * BufferView_pimpl.h: remove xforms cruft. Both classes are
11830         independent of xforms.
11831
11832 2001-04-02  Juergen Vigna  <jug@sad.it>
11833
11834         * spellchecker.C: fixed namespace placing!
11835
11836 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
11837
11838         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
11839         the LyXParagraph * is 0.
11840
11841 2001-03-29  Juergen Vigna  <jug@sad.it>
11842
11843         * vspace.C: added support for %, c%, p%, l%.
11844         (stringFromUnit): added helper function.
11845         (asLatexString): changed to give right results for the %-values.
11846
11847         * buffer.C: convert the widthp in a width%.
11848
11849 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
11850
11851         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
11852         figureForm.[Ch].
11853
11854         * figureForm.[Ch]: stripped the FD_from_figure manipulation
11855         code out of lux_cb.[Ch], ready for its (imminent?) removal.
11856
11857         * lyx_cb.[Ch]: see above.
11858
11859         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
11860         form1.[Ch].
11861
11862         * form1.[Ch]:
11863         * lyx.[Ch]: replaced by figure_form.[Ch].
11864
11865         * lyx_gui.C:
11866         * lyx_gui_misc.C:
11867         * lyxfunc.C: changed headers associated with above changes.
11868
11869 2001-03-27  Juergen Vigna  <jug@sad.it>
11870
11871         * BufferView_pimpl.C: set the temporary cursor right!
11872
11873 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
11874
11875         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
11876
11877 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
11878
11879         * LString.h: removed "using std::getline"!
11880
11881         * BufferView_pimpl.C (Dispatch): changes due to changes in
11882         InsetInclude::Params.
11883
11884         * buffer.C (tag_name): removed redundant break statements as they were
11885         producing lots of warnings with my compiler.
11886
11887 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11888
11889         * LString.h: add "using std::getline" when using the real <string>.
11890
11891 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
11892
11893         * buffer.C: removed bitset usage.
11894         PAR_TAG moved to an anonymous name space.
11895         (tag_name): new funtion, also in the anonymous namespace.
11896         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
11897         (makeDocBookFile): clean code. Completed transition from string arrays
11898         to string vectors.
11899         (SimpleDocBookOnePar): code clean.
11900
11901 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11902
11903         * tabular.C: add some comments.
11904
11905 2001-03-22  Juergen Vigna  <jug@sad.it>
11906
11907         * buffer.C (parseSingleLyXformat2Token): redone the minipage
11908         compatibility read a bit and fixed bug with minipage in different
11909         depth.
11910
11911 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
11912
11913         * buffer.C (pop_tag): removed.
11914         (push_tag): removed.
11915         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
11916         array replaced with vector. Added support for CDATA sections.
11917         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
11918         at any nest level.
11919         (makeDocBookFile): XML conformant declaration of CDATA section,
11920         fixed bug related to <emphasis> in the first paragraph char.
11921         (sgmlOpenTag): exclude empty tags.
11922         (sgmlCloseTag): ditto.
11923
11924         * buffer.h (pop_tag): removed.
11925         (push_tag): removed.
11926
11927 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
11928
11929         * language.h (Languages): added size_type and size().
11930
11931 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11932
11933         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
11934         response on compability reading of minipages. One probliem is that
11935         the old usage of minipages was «flertydig»
11936
11937         * several files here and in subdirs: don't use static at file
11938         scope use anon namespaces instead.
11939
11940 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
11941
11942         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
11943         LaTeX output. This is necessary for Literate document
11944         processing.
11945
11946 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11947
11948         * buffer.C: insert hfill when needed.
11949
11950         * tabular.C (l_getline): use string::erase, small whitespace change.
11951
11952         * BufferView_pimpl.C: try the anon namespace.
11953         * WorkArea.C: ditto
11954
11955 2001-03-16  Juergen Vigna  <jug@sad.it>
11956
11957         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
11958         otherwise it won't open options-dialogs.
11959
11960         * buffer.C: honor pextraWidth(p) on converting minipages.
11961
11962         * tabular.C (l_getline): changed the functions to strip trailing \r.
11963
11964 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
11965
11966         * BufferView_pimpl.C:
11967         * minibuffer..C: added "using SigC::slot" declaration.
11968
11969 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11970
11971         * lyxlex_pimpl.h: noncopyable is in namespace boost.
11972
11973         * text2.C: ditto
11974
11975         * text.C: ditto
11976
11977         * paragraph.C: ditto
11978
11979         * lyxtext.h: NO_PEXTRA
11980
11981         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
11982
11983         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
11984         * ParameterStruct.h: ditto
11985         * ParagraphParameters.h: ditto
11986         * lyxparagraph.h: ditto
11987
11988 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11989
11990         * buffer.C: add compability for minipage alignment.
11991         (latexParagraphs): remove unwanted pextra check.
11992
11993         * several files: remove CXX_WORKING_NAMESPACES
11994
11995         * buffer.C (pop_tag): tie is in namespace boost
11996
11997         * BufferView.h: noncopyable is in namespace boost
11998         * lyxlex.h: ditto
11999         * lyx_main.h: ditto
12000         * lyx_gui.h: ditto
12001         * layout.h: ditto
12002         * lastfiles.h: ditto
12003         * bufferlist.h: ditto
12004         * ShareContainer.h: ditto
12005         * LyXView.h: ditto
12006         * LyXAction.h: ditto
12007         * LaTeX.h: ditto
12008
12009 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12010
12011         * Merging changes from BRANCH_MVC back into HEAD.
12012
12013         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12014
12015 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12016
12017         * BufferView_pimpl.C: change from intl.C
12018
12019         * combox.h:
12020         * combox.C:
12021         * Makefile.am: move combox.*
12022
12023         * form1.h:
12024         * form1.C:
12025         * lyx_gui.C:
12026         * intl.h:
12027         * intl.C: remove dialog (covered by prefs)
12028
12029 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12030
12031         * lyxfunc.C (Dispatch): removed redundant break statement.
12032
12033 2001-03-14  Juergen Vigna  <jug@sad.it>
12034
12035         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12036
12037 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12038
12039         * buffer.C: add hack to fix compability reading of minipages.
12040
12041 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12042
12043         * buffer.C (getLists): Cleanup.
12044
12045 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12046
12047         * lyxfont.C (update): don't honor toggleall on font size.
12048
12049 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12050
12051         * bmtable.c:
12052         * bmtable.h:
12053         * Makefile.am: moved to frontends/xforms/
12054
12055         * lyx_gui_misc.C:
12056         * lyxfunc.C:
12057         * BufferView_pimpl.C: changes for moved mathpanel
12058
12059 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12060
12061         * gettext.h: fix gettext_init() in --disable-nls
12062
12063 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12064
12065         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12066
12067 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12068
12069         * lyx.C:
12070         * lyx.h: strip external form
12071
12072 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12073
12074         * BufferView_pimpl.C: add comment, destroySplash()
12075
12076 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12077
12078         * BufferView_pimpl.C:
12079         * LyXAction.C:
12080         * buffer.C:
12081         * commandtags.h:
12082         * lyxfunc.C: use re-worked insetinclude
12083
12084 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12085
12086         * buffer.C: add using std::stringstream.
12087
12088         * lyx_cb.C: readd using std::ios.
12089
12090         * buffer.C: add using std::map.
12091
12092         * BufferView_pimpl.C: add using std::vector.
12093
12094         * ShareContainer.h: add std:: to swap.
12095
12096         * buffer.h: add some typedefs
12097         * buffer.C (getLists): use them
12098         (getLists): renamed from getTocList.
12099         add a counter for the different float types and use it in the
12100         generated string.
12101         (getLists): use the same counter for the NEW_INSETS and the "non"
12102         NEW_INSETS
12103
12104         * lyx_cb.h: remove unused items, includes, using etc.
12105
12106         * ShareContainer.h: remove some commented code, add more comments
12107         and "documentation".
12108
12109 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12110
12111         * buffer.C (getTocList): make the list also when NEW_INSETS is
12112         defined.
12113
12114         * buffer.h: remove TocType
12115
12116         * buffer.C (getTocList): change to return a map<string,
12117         vector<TocItem> >, implement for dynamic number of list.
12118
12119         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12120         * text2.C (PasteSelection): adjust
12121         * CutAndPaste.C (pasteSelection): adjust
12122
12123         * FloatList.C (FloatList): update from the new_insets branch.
12124         * Floating.[Ch]: ditto
12125         * LaTeXFeatures.C: ditto
12126         * buffer.C: ditto
12127         * lyxlex_pimpl.C: ditto
12128
12129         * paragraph.C (Last): remove when NEW_INSETS is defined.
12130
12131         * other file: changes because of the above.
12132
12133 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12134
12135         * lyxparagraph.h: rename next to next_, previous to previous_,
12136         make them private for NEW_INSETS. Rename Next() to next(),
12137         Previous() to previous().
12138
12139         * other files: changes because of the above.
12140
12141 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12142
12143         * BufferView.h:
12144         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12145         problem.
12146
12147 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12148
12149         * main.C (main): pass lyx_localedir to gettext_init().
12150
12151         * gettext.h: remove locale_init and gettext_init macros
12152
12153         * gettext.C (locale_init): new function
12154         (gettext_init): new function
12155
12156         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12157         setlocale().
12158
12159 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12160
12161         * Moved credits to frontends:
12162         * credits.[Ch]: removed
12163         * credits_form.[Ch]: removed
12164         * lyx_gui_misc.C: remove credits stuff
12165         * Makefile.am:
12166
12167 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12168
12169         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12170
12171         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12172         unneeded destructor.
12173
12174         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12175         a standalone pointer again.
12176
12177         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12178
12179 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12180
12181         * Makefile.am:
12182         * filedlg.h:
12183         * filedlg.C:
12184         * LyXAction.C:
12185         * ToolbarDefaults.C:
12186         * bufferlist.C:
12187         * commandtags.h:
12188         * form1.C:
12189         * form1.h:
12190         * lyx_cb.C:
12191         * lyx_cb.h:
12192         * lyxfunc.h:
12193         * lyxfunc.C:
12194         * BufferView_pimpl.C: use new file dialog in GUII
12195
12196         * lyx_cb.h:
12197         * lyx_cb.C: remove LayoutsCB to Toolbar
12198
12199 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12200
12201         * ShareContainer.h (get): add std:: qualifier
12202
12203 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12204
12205         * ShareContainer.h: define a proper ShareContainer::value_type
12206         type (and use typename to please compaq cxx)
12207
12208 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12209
12210         * lyxparagraph.h: move serveral local vars to
12211         ParameterStruct/ParagraphParameters., use ShareContainer in
12212         FontTable., make vars in FontTable private and add getter and
12213         setter.
12214
12215         * paragraph.C: changes because of the above.
12216
12217         * lyxfont.h: remove copy constructor and copy assignment. (the
12218         default ones is ok), move number inside FontBits. move inlines to
12219         lyxfont.C
12220
12221         * lyxfont.C: add number to initializaton of statics, move several
12222         inlines here. constify several local vars. some whitespace
12223         cleanup. Dont hide outerscope variables.
12224
12225         * Spacing.h: add two new constructors to match the set methods.
12226
12227         * ShareContainer.h: new file, will perhaps be moved to support
12228
12229         * ParameterStruct.h: new file
12230
12231         * ParagraphParameters.h: new file
12232
12233         * ParagraphParameters.C: new file
12234
12235         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12236         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12237
12238         * BufferView_pimpl.C: ParagraphParameter changes.
12239         * buffer.C: Likewise.
12240         * bufferview_funcs.C: Likewise.
12241         * text.C: Likewise.
12242         * text2.C: Likewise.
12243
12244 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12245
12246         * lyxfind.C (LyXReplace): do not redefine default argument in
12247         implementation.
12248         (IsStringInText): ditto
12249         (SearchForward): ditto
12250         (SearchBackward): ditto
12251
12252 2001-03-06  Juergen Vigna  <jug@sad.it>
12253
12254         * lyxfind.C (IsStringInText): put parentes around expressions.
12255
12256 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12257
12258         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12259
12260 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12261
12262         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12263
12264         * stl_string_fwd.h: add comment
12265
12266         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12267
12268         * tabular.h:
12269         * tabular.C: remove unused DocBook methods
12270
12271         * intl.C:
12272         * language.C:
12273         * paragraph.C:
12274         * buffer.C:
12275         killed DO_USE_DEFAULT_LANGUAGE
12276
12277 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12278
12279         * lyx_gui.C: do not include language.h.
12280
12281         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12282         arguments in function implementation.
12283
12284 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12285
12286         * BufferView_pimpl.C: add <ctime>
12287
12288 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12289
12290         * BufferView_pimpl.C: add using std::find_if
12291
12292 2001-02-27  José Matos  <jamatos@fep.up.pt>
12293
12294         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12295         by OnlyPath.
12296
12297 2001-02-11  José Matos  <jamatos@fep.up.pt>
12298
12299         * buffer.C (makeDocBookFile): command styles now have a parameter as
12300         "title" by default.
12301
12302 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12303
12304         * layout_forms.[Ch]: removed
12305         * lyx_cb.[Ch]: out character
12306         * lyx_gui.C: out character
12307         * lyx_gui_misc.C: out character
12308         * bufferview_funcs.C: : out character,
12309         added toggleall as parameter in ToggleAndShow
12310
12311 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12312
12313         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12314
12315         * text2.C (SetCurrentFont): Disable number property at boundary.
12316
12317 2001-02-26  Juergen Vigna  <jug@sad.it>
12318
12319         * lyxfunc.C (getStatus): added a string argument override function so
12320         that this is correctly called from LyXFunc::Dispatch if it contains a
12321         do_not_use_argument which is used!
12322         (Dispatch): added check for "custom" export and call appropriate func.
12323
12324 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12325
12326         * lyxrc.C: Add language_command_local, language_use_babel and
12327         language_global_options.
12328
12329         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12330
12331         * buffer.C (makeLaTeXFile): Use language_use_babel and
12332         language_global_options.
12333
12334 2001-02-23  Juergen Vigna  <jug@sad.it>
12335
12336         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12337         which works with LyXText and putted it inside BufferView. Here now we
12338         only call for that part the BufferView::Dispatch() function.
12339
12340         * BufferView.C (Dispatch): added.
12341
12342         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12343         functions which needs to use a LyXText over from LyXFunc.
12344         (MenuInsertLyXFile): added
12345         (getInsetByCode): added
12346         (moveCursorUpdate): added
12347         (static TEXT): added
12348
12349 2001-02-22  Juergen Vigna  <jug@sad.it>
12350
12351         * BufferView_pimpl.C (update): call a status update to see if LyXText
12352         needs it.
12353
12354 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12355
12356         * vc-backend.C (revert): implement for CVS
12357         (getLog): implement for CVS
12358
12359 2001-02-20  Juergen Vigna  <jug@sad.it>
12360
12361         * text2.C (ClearSelection): added BufferView param for inset_owner call
12362
12363         * lyxfunc.C (TEXT): added this function and use it instead of
12364         directly owner->view()-text of getLyXText().
12365
12366 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12367
12368         * src/layout_forms.C: out preamble
12369         * src/layout_forms.h: out preamble
12370         * src/lyx_cb.C: out preamble
12371         * src/lyx_cb.h: out preamble
12372         * src/lyx_gui.C: out preamble
12373         * src/lyx_gui_misc.C: out preamble
12374         * src/lyxfunc.C: connect with guii preamble
12375
12376 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12377
12378         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12379
12380 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12381
12382         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12383         whether to run bibtex.
12384
12385 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12386
12387         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12388
12389 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12390
12391         * Makefile.am (lyx_SOURCES): removed bibforms.h
12392
12393         * vspace.h: doxygen
12394
12395         * text.C (GetVisibleRow): make several local vars const
12396
12397         * tabular.C: small cleanup.
12398
12399         * lyxserver.C (callback): use compare instead of strncmp
12400
12401         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12402         inlines to after class or to paragraph.C
12403
12404         * lyxfont.h: remove friend operator!=
12405
12406         * converter.h: move friend bool operator< to non friend and after
12407         class def.
12408
12409         * combox.h: small cleanup
12410
12411         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12412         to inlines after class def.
12413
12414         * buffer.C (pop_tag): use string operations instead of strcmp
12415
12416         * bmtable.c: doxygen, small cleanup
12417
12418         * LaTeX.h: remove friend operator==
12419
12420 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12421
12422         * screen.C:
12423         * lyxrc.[Ch]:
12424         * lyxfunc.C:
12425         * lyxfont.[Ch]:
12426         * lyx_cb.C:
12427         * intl.[Ch]:
12428         * commandtags.h:
12429         * buffer.C:
12430         * WorkArea.[Ch]:
12431         * LyXAction.C:
12432         * BufferView_pimpl.C:
12433         * BufferView.[Ch]: remove cruft
12434
12435 2001-02-14  Juergen Vigna  <jug@sad.it>
12436
12437         * lyxfunc.C: removed #if 0 unused code
12438
12439         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12440
12441         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12442
12443         * text2.C (SetSelection): added a BufferView * parameter
12444
12445 2001-02-13  Juergen Vigna  <jug@sad.it>
12446
12447         * lyxfunc.C (Dispatch): fixed protected blank problem.
12448         * BufferView2.C (protectedBlank): added LyxText * parameter.
12449
12450         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12451         (AppendColumn): same as above for column_info.
12452
12453         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12454         (moveCursorUpdate): use a LyXText param for support of InsetText.
12455
12456         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12457         (tripleClick): ditto
12458
12459         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12460
12461         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12462
12463         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12464
12465         * text2.C (SetSelection): set correct update status if inset_owner
12466         (ToggleFree): ditto
12467
12468 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12469
12470         * tabular.C: remove some commented code.
12471
12472 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12473
12474         * BufferView_pimpl.C: call hideSplash()
12475
12476         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12477
12478         * include_form.h:
12479         * bibforms.h: remove
12480
12481         * lyxfunc.C:
12482         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12483           add LFUN_CHILD_CREATE
12484
12485         * counters.h: fix tiny typo
12486
12487         * lyx_cb.C:
12488         * lyx.h:
12489         * lyx_gui.C:
12490         * lyx.C: move splash to frontends/xforms/
12491
12492         * lyx_gui_misc.C: move Include and Bibform to frontends
12493
12494         * lyxvc.h: clarify comment
12495
12496         * vspace.C: tiny housekeeping
12497
12498 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12499
12500         * text.C (PrepareToPrint): RTL Fix.
12501
12502         * paragraph.C (GetUChar): New method.
12503         (String):  Use GetUChar.
12504
12505         * buffer.C (asciiParagraph): Use GetUChar.
12506
12507 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12508
12509         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12510
12511 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12512
12513         * buffer.h:
12514         * buffer.C: rename to getLogName(), handle
12515           build log / latex log nicely
12516
12517 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12518
12519         * MenuBackend.C:
12520         * MenuBackend.h: remove support for reference menuitem type.
12521
12522 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12523
12524         * BufferView_pimpl.C: housekeeping
12525         * BufferView_pimpl.h:
12526         * LyXView.h:
12527         * Makefile.am:
12528         * Timeout.C:
12529         * Timeout.h:
12530         * minibuffer.h: move Timeout GUI-I
12531
12532 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12533
12534         * lyxrc.C (read): Update converters data-structures.
12535
12536 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12537
12538         * LaTeX.h (operator!=): add operator != for Aux_Info
12539
12540 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12541
12542         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12543
12544         * LaTeXLog.C: deleted, useful code moved to Buffer
12545
12546         * buffer.h:
12547         * buffer.C: new function getLatexLogName()
12548
12549         * lyx_gui_misc.C:
12550         * lyx_gui.C:
12551         * lyxvc.C:
12552         * lyxvc.h:
12553         * lyxfunc.C: use frontends for LaTeX and VC logs
12554
12555 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12556
12557         * LaTeX.h: yet another std:: that Allan forgot.
12558
12559         * Variables.C (set): renamed from isset(), because this clashes
12560         with some HP-UX macros (grr).
12561
12562 2001-02-06  Allan Rae  <rae@lyx.org>
12563
12564         * LaTeX.h: Another bug fix.  Missing std:: this time.
12565
12566 2001-02-04  Allan Rae  <rae@lyx.org>
12567
12568         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12569         floats problem. I've left it commented out because it's not quite
12570         correct.  It should also test that the current object is a table or
12571         figure inset.  But I haven't gotten around to figuring out how to do
12572         that.  I *think* it'll be something like: "table" == inset.type()
12573
12574         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12575         bool.
12576
12577 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12578
12579         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12580         all the citation/databases/styles in the auxilary file.
12581         (run): Rerun latex if there was a babel language error.
12582
12583 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12584
12585         * text.C (Backspace): Preserve the font when changing newline char
12586         with a space.
12587         (BreakParagraph): If the cursor is before a space, delete the space.
12588
12589         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12590
12591 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12592
12593         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12594         new argument (code).
12595         (ChangeCitationsIfUnique): New method.
12596
12597         * paragraph.C (GetPositionOfInset): Handle bibkey.
12598
12599 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12600
12601         * BufferView_pimpl.h: change type of Position::par_pos to
12602         LyXParagraph::size_type.
12603
12604 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12605
12606         * BufferView_pimpl.C (savePosition, restorePosition): Write
12607         messages to minibuffer.
12608
12609 2001-01-28  José Matos  <jamatos@fep.up.pt>
12610
12611         * buffer.C (makeDocBookFile): adds support for document language.
12612         A silly restriction on the name of LatexCommand types where removed.
12613         Added support for CDATA sections, allows to chars unescaped, used
12614         among others in code, to avoid escape < and >.
12615
12616 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12617
12618         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12619         saved positions instrad of a stack. Furthermore, a position is
12620         stored using paragraph id/paragraph position.
12621
12622         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12623         Remove LFUN_REF_BACK.
12624
12625 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12626
12627         * converter.C (dvipdfm_options): New method.
12628
12629 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12630
12631         * vspace.C (isValidLength): Fix for empty input string.
12632
12633 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12634
12635         * LyXAction.C (init): change description of LFUN_FIGURE to
12636         "Insert Graphics"
12637
12638 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12639
12640         * LaTeX.C: add using directive
12641
12642 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12643
12644         * MenuBackend.C (expand): Fix the sorting of the formats.
12645
12646 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12647
12648         * lyx_main.C: tiny error message fix
12649
12650 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12651
12652         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12653         calling fl_initialize(). This fixes the problem with ',' as
12654         decimal separator in text files.
12655
12656 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12657
12658         * trans.C (process): Fix the keymap bug.
12659
12660 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12661
12662         * LaTeX.C (scanAuxFiles): New method. Provides support for
12663         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12664         (scanLogFile) Scan for "run BibTeX" messages.
12665
12666         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12667         OT1 font encoding. Also, load the aecompl package if the ae
12668         package is loaded.
12669
12670         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12671
12672 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12673
12674         * texrow.C (increasePos): turn two error messages into debug
12675         messages.
12676
12677 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12678
12679         * LaTeX.C (scanAux): Handle the \@input macro.
12680         (runBibTeX): Use scanAux().
12681
12682         * language.C (latex_options_): New field.
12683
12684         * LaTeXFeatures.C (getMacros): Add language macros.
12685
12686         * buffer.C (makeLaTeXFile): Small fix.
12687
12688 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12689
12690         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12691
12692         * text2.C: add a using directive.
12693
12694 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12695
12696         * BufferView2.C:
12697         * lyx_gui_misc.h:
12698         * lyxfr1.C:
12699         * lyxfunc.C: kill LyXBell.
12700
12701 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12702
12703         * text.C (IsBoundary): Remove the error message
12704
12705         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12706
12707         * lyxrc.C (setDefaults): Correct initialization value for
12708         font_norm_type.
12709
12710 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
12711
12712         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
12713         gotoError().
12714
12715         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
12716         and GotoNextNote().
12717
12718         * src/LyXAction.C: Added reference-next.
12719
12720         * text.C (InsertChar): Use contains instead of strchr.
12721
12722         * lyx_cb.C (MenuInsertLabel): Enable default value code.
12723
12724 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
12725
12726         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
12727         alignment commands (when needed).
12728
12729         * text.C (InsertChar): Add ':' to number separator chars.