]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Don't #include ParameterStruct.h in ParagraphParameters.h.
[lyx.git] / src / ChangeLog
1 2003-09-06  Angus Leeming  <leeming@lyx.org>
2
3         * ParagraphParameters.h: forward declare ParameterStruct rather than
4         'including the its file.
5         (depth): moved out-of-line.
6
7 2003-09-06  Angus Leeming  <leeming@lyx.org>
8
9         * BufferView_pimpl.h:
10         * kbmap.h:
11         * kbsequence.h:
12         * lyxfunc.h: forward declare LyXKeySym rather than
13         #include "frontends/LyXKeySym.h".
14
15         * BufferView_pimpl.C:
16         * kbmap.C:
17         * kbsequence.C:
18         * lyxfunc.C: associated changes.
19
20 2003-09-06  Angus Leeming  <leeming@lyx.org>
21
22         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
23         As a result, can remove the #include "insets/inset.h" from BufferView.h
24
25 2003-09-06  Angus Leeming  <leeming@lyx.org>
26
27         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
28         As a result, can remove the #include "insets/inset.h" from BufferView.h
29
30 2003-09-06  Angus Leeming  <leeming@lyx.org>
31
32         * buffer_funcs.C:
33         * buffer.h:
34         * bufferlist.C:
35         * BufferView.C:
36         * bufferview_funcs.C:
37         * BufferView_pimpl.C:
38         * CutAndPaste.C:
39         * lyx_cb.C:
40         * lyxfunc.C:
41         * paragraph.h:
42         * ParagraphParameters.C:
43         * tabular.C:
44         * text3.C:
45         * toc.C:
46         * undo_funcs.C:
47         * frontends/controllers/ControlDocument.C:
48         * insets/insetcaption.C: rearrange the #includes into some sort of
49         coherent order.
50
51         * buffer.h: remove #includes ErrorList.h, undo.h
52
53 2003-09-06  Angus Leeming  <leeming@lyx.org>
54
55         * support/types.h: add a 'depth_type' typedef, used to store the
56         nesting depth of a paragraph.
57
58         * paragraph.h:
59         * ParameterStruct.h: use this lyx::depth_type typedef rather than
60         defining explicitly.
61
62         * buffer.h:
63         * paragraph_funcs.h:
64         * ParagraphParameters.h:
65         * sgml.h: use lyx::depth_type rather than Paragraph or
66         ParameterStruct's depth_type.
67
68         * buffer.h
69         * paragraph_funcs.h: no need to #include paragraph.h anymore.
70
71         * BufferView.C:
72         * BufferView_pimpl.C:
73         * CutAndPaste.C:
74         * ParagraphParameters.C:
75         * buffer_funcs.C:
76         * bufferlist.C:
77         * bufferview_funcs.C:
78         * lyx_cb.C:
79         * lyxfunc.C:
80         * tabular.C:
81         * text3.C:
82         * toc.C:
83         * undo_funcs.C:
84         * frontends/LyXView.C:
85         * frontends/controllers/ControlDocument.C:
86         * frontends/controllers/ControlErrorList.C:
87         * insets/insetbibitem.C:
88         * insets/insetbranch.C:
89         * insets/insetcaption.C:
90         * insets/insetcollapsable.C:
91         * insets/insetenv.C:
92         * insets/insetert.C:
93         * insets/insetfloat.C:
94         * insets/insetfoot.C:
95         * insets/insetfootlike.C:
96         * insets/insetnewline.C:
97         * insets/insetquotes.C:
98         * insets/insettabular.C:
99         * insets/insettext.C:
100         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
101
102         * frontends/controllers/ControlChanges.C: #include "changes.h".
103
104 2003-09-06  Angus Leeming  <leeming@lyx.org>
105
106         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather than
107         #including paragraph.h.
108
109         * ParagraphList.h:
110         * RowList.h: deleted. Superfluous.
111
112         * CutAndPaste.h:
113         * iterators.h:
114         * lyxcursor.h:
115         * lyxtext.h:
116         * text_funcs.h:
117         * undo.h:
118         * undo_funcs.h:
119         * insets/inset.h:
120         * insets/insettext.h: use ParagraphList_fwd.h rather than ParagraphList.h.
121
122         * paragraph.h: don't forward declare ParagraphList.
123
124         * buffer.h:
125         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
126         rather than ParagraphList.h. paragraph.h is still needed for the
127         Paragraph::depth_type parameters.
128
129         * textcursor.h: enable it to compile stand-alone in light of the
130         above changes.
131
132         * bufferview_funcs.C:
133         * iterators.C:
134         * lyxfunc.C:
135         * lyxrow_funcs.C:
136         * paragraph.C:
137         * rowpainter.C:
138         * text.C:
139         * text2.C:
140         * text3.C:
141         * text_funcs.C:
142         * textcursor.C:
143         * undo.C:
144         * frontends/controllers/ControlParagraph.C:
145         * frontends/controllers/ControlTabular.C:
146         * insets/insetmarginal.C:
147         * insets/insetminipage.C:
148         * insets/insetnote.C:
149         * insets/insetoptarg.C: add header files needed to compile again.
150         
151 2003-09-06  Angus Leeming  <leeming@lyx.org>
152
153         * RowList_fwd.h: new file, forward-declaring Row rather than
154         #including lyxrow.h.
155
156         * lyxrow_funcs.h:
157         * lyxtext.h:
158         * paragraph.h:
159         * insets/insettext.h: use it instead of RowList.h
160
161         * bufferview_funcs.C:
162         * lyxfunc.C:
163         * lyxrow_funcs.C:
164         * paragraph.C:
165         * rowpainter.C:
166         * text.C:
167         * text2.C:
168         * text3.C: #include "RowList.h".
169
170 2003-09-05  Angus Leeming  <leeming@lyx.org>
171
172         * factory.C (createInset):
173         * vspace.C (c-tor): replace sscanf call with an istringstream.
174         * ispell.C: re-add missing HP/UX headers.
175         * lyxserver.C: re-add missing  os2 headers.
176
177 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
178
179         * BranchList.C:
180         * graph.C:
181         * ispell.C:
182         * lastfiles.C:
183         * lyx_cb.C:
184         * lyxserver.C:
185         * texrow.C:
186         * text3.C: re-add missing system headers, needed for 2.95.2.
187
188 2003-09-05  Angus Leeming  <leeming@lyx.org>
189
190         Changes most place everywhere due to the removal of using directives
191         from support/std_sstream.h.
192
193 2003-09-05  Angus Leeming  <leeming@lyx.org>
194
195         Replace LString.h with support/std_string.h,
196         Lsstream.h with support/std_sstream.h,
197         support/LIstream.h with support/std_istream.h,
198         support/LOstream.h with support/std_ostream.h.
199
200         Changes resulting throughout the tree.
201
202 2003-09-05  Angus Leeming  <leeming@lyx.org>
203
204         * sgml.h: ensure that the header file can be compiled stand-alone.
205         * *.C: strip out redundant #includes. (320 in total.)
206
207 2003-09-04  Angus Leeming  <leeming@lyx.org>
208
209         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
210         here (from getPackages).
211
212         * debug.[Ch]: add a new EXTERNAL tag.
213
214 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
215
216         * text2.C (cursorEnd): simplify
217         (setCursor): adjust
218         (getColumnNearX): adjust
219
220         * text.C (computeBidiTables): adjust
221         (fill): adjust
222
223         * rowpainter.C (paintChars): adjust
224         (paintSelection): adjust
225         (paintChangeBar): adjust
226         (paintText): adjust
227
228         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
229         lastPos instead.
230         (numberOfSeparators): adjust
231
232 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
233
234         * LyXAction.C:
235         * box.[Ch]:
236         * lfuns.h:
237         * lyxfunc.C:
238         * text3.C: Restricts the mouse click functionality
239         of insets like bibtex, include, toc and floatlist to the visible
240         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
241         up the dialogs. Cursor has to be in front of the inset (i.e.
242         start of row) for this to function.
243
244 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
245
246         * bufferview_funcs.C (currentState): output row information
247
248 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
249
250         * bufferview_funcs.C (currentState): output paragraph position
251
252 2003-09-04  Angus Leeming  <leeming@lyx.org>
253
254         * FloatList.h: move out #include "Floating.h".
255         * LaTeX.h: move out #include "DepTable.h".
256         * LyXAction.h: move out #include "funcrequest.h".
257         * buffer.h: move out #include "author.h", "iterators.h".
258         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
259         * lyx_main.h: move out #include "errorlist.h".
260         * lyxfunc.h: move out #include "FuncStatus.h".
261         * lyxtext: move out #include "lyxcursor.h".
262         * paragraph_pimpl.h: move out #include "counters.h".
263
264 2003-09-03  Angus Leeming  <leeming@lyx.org>
265
266         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
267         preamble_snippets list, enabling us to add snippets to the preamble only
268         if the snippet was not there already.
269
270 2003-09-04  Angus Leeming  <leeming@lyx.org>
271
272         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
273
274 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
275
276         * lyxfunc.C (dispatch): if fitCursor did something be sure to
277         update
278
279 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
280
281         * BranchList.C: point fix, earlier forgotten
282
283 2003-09-02  Angus Leeming  <leeming@lyx.org>
284
285         * box.C (contains): renamed from 'contained' after a fantastic
286         amount of hot air.
287
288 2003-09-02  John Levon  <levon@movementarian.org>
289
290         * BufferView.C:
291         * lyxcursor.h:
292         * lyxcursor.C:
293         * lyxfunc.C:
294         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
295
296 2003-09-02  John Levon  <levon@movementarian.org>
297
298         * text2.C: simplification of cursorEnd(), including partial
299         fix for bug 1376
300
301 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
302
303         * buffer.C (readFile): add a space
304
305 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
306
307         * BufferView_pimpl.C (update): remove bogus fitCursor() call
308
309 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
310
311         * buffer.C (readFile): new function, take a filename and a
312         ParagraphList::iterator
313         (readFile): adjust
314         (readFile): adjust, make it private. don't use setStream, make
315         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
316         always contain the filename.
317
318         * BufferView.C (insertLyXFile): simplify and make it work for
319         gzipped files.
320
321 2003-08-30  John Levon  <levon@movementarian.org>
322
323         * Makefile.am: fix dist (from Kayvan)
324
325 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
326
327         * most files: change to use const Buffer refs
328
329 2003-08-27  André Pönitz  <poenitz@gmx.net>
330
331         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
332         on top of ownerPar().
333
334 2003-08-27  John Levon  <levon@movementarian.org>
335
336         * funcrequest.C: properly initialise POD members
337
338 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
339
340         * lyxtext.h (top_y): move top_y from here
341         * text.C:
342         * text2.C:
343         * text3.C:
344         * BufferView.[Ch]:
345         * BufferView_pimpl.[Ch]: to here
346         * frontends/screen.C:
347         * insets/insettabular.C:
348         * insets/insettext.C: adjust
349         * rowpainter.[Ch] (paintRows): remove LyXText & argument
350
351 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
352
353         * BufferView.[Ch]:
354         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
355
356 2003-08-26  André Pönitz  <poenitz@gmx.net>
357
358         * paragraph_func.[Ch] (outerPar): new function
359
360         * paragraph.C:
361         * paragraph_funcs.C:
362         * paragraph_funcs.h:
363         * paragraph_pimpl.C:
364         * text2.C: remove Inset::par_owner
365
366 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
367
368         * lyxrow_funcs.C:
369         * lyxtext.h:
370         * text.C:
371         * text2.C: eliminates the needFullRow/display() stuff
372         altogether, putting the logic in metrics/draw in the insets.
373
374 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
375
376         * text2.C (redoParagraphInternal, redoParagraphs):
377         * text.C (redoParagraph): add a call to updateRowPositions at the
378         end of each 'metrics-like' call. Remove all others.
379         (getRow): remove the 'y-computing' version.
380         (getRowNearY): do not compute nor return the real y. Solve the
381         'y < 0' problem and simplify.
382
383 2003-08-22  Angus Leeming  <leeming@lyx.org>
384
385         * *.[Ch]: clean-up of licence and author blurbs.
386         Also move config.h out of a few .h files and into a few .C files.
387
388 2003-08-22  André Pönitz  <poenitz@gmx.net>
389
390         * lyxrow.[Ch]: add x_ and *fill_ members
391
392         * lyxtext.h:
393         * text.C:
394         * rowpainter.C:
395         * text2.C: adjust/remove prepareToPrint() calls
396
397 2003-08-22  André Pönitz  <poenitz@gmx.net>
398
399         * lyxrow.[Ch]: add  end_ member
400
401         * lyxrow_funcs.C: use LyXRow::end_
402
403         * lyxtext.h (singleWidth): add LyXFont parameter
404
405         * rowpainter.C:
406         * text2.C: adjust LyXText::singleWidth() calls
407
408         * text.C (redoParagraph): simplify row breaking logic
409
410
411 2003-08-19  André Pönitz  <poenitz@gmx.net>
412
413         * funcrequest.C: initialize button_ member
414
415         * text3.C:
416         * rowpainter.[Ch]: interface consolidation
417
418 2003-08-18  André Pönitz  <poenitz@gmx.net>
419
420         * BufferView.C:
421         * BufferView_pimpl.C:
422         * lyxfind.C:
423         * paragraph_funcs.C:
424         * rowpainter.C:
425         * text3.C: remove LyXScreen::draw() and fitCursor calls
426
427         * BranchList.h: remove spurious semicolons
428
429         * MenuBackend.C: fix branchlist related crash
430
431 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
432
433         * BranchList.[Ch]:
434         * InsetList.[Ch]:
435         * LColor.[Ch]:
436         * LyXAction.C:
437         * Makefile.am:
438         * MenuBackend.[Ch]:
439         * bufferparams.[Ch]:
440         * factory.C:
441         * lfuns.h:
442         * lyxfunc.C:
443         * text3.C: implements the 'branch inset'
444         idea. This allows the output of various versions of a document
445         from a single source version, selectively outputing or suppressing
446         output of parts of the text.
447         This implementation contains a 'branch list editor' in a separate
448         tab of the document settings dialog. Branches are user definable
449         and have a "display colour" to distinguish them on-screen.
450
451         ColorHandler was somewhat cleaned up.
452         (1) make possible a dynamically growing LColor list by allowing
453         the graphic context cache to grow along (vector);
454         (2) eliminate an IMHO unnecessary step in colour allocation.
455
456 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
457
458         * BufferView_pimpl.C: compile fix
459
460 2003-08-15  André Pönitz  <poenitz@gmx.net>
461
462         * rowpainter.C: remove extra metrics calls
463
464         * lyxtext.h: merge the two constructors into a single one,
465           pass reference to owner's par list
466
467         * BufferView_pimpl.C:
468         * text.C:
469         * text2.C: adjust
470
471 2003-08-15  André Pönitz  <poenitz@gmx.net>
472
473         * lyxrow_funcs.[Ch]:
474         * lyxtext.h:
475         * paragraph.h:
476         * paragraph_funcs.C:
477         * rowpainter.C:
478         * text.C:
479         * text2.C:
480         * text3.C:
481         * text_funcs.C: split LyXText::rowlist_ into individual
482         Paragraph::rows_ chunks
483
484         * BufferView.[Ch]:
485         * BufferView_pimpl.[Ch]:
486         * lyxfind.C:
487         * lyxtext.h:
488         * text3.C: remove toggleSelection()
489
490 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
491
492         * bufferlist.C: beautify two alerts (shorter text of buttons)
493         * buffer.C: Remove redundant ' ' from message
494         * tabular.h:
495         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
496         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
497         rename VALIGN_CENTER to VALIGN_MIDDLE
498
499 2003-08-11  André Pönitz  <poenitz@gmx.net>
500
501         * lyxtext.h (getPar):
502         * text.C: new function
503
504 2003-08-11  André Pönitz  <poenitz@gmx.net>
505
506         * Makefile.am:
507         * tracer.[Ch]: remove unneeded files
508
509         * InsetList.[Ch]: remove resizeInsetsLyXText()
510
511         * lyxtext.h:
512         * text.C:
513         * text2.C:
514         * text3.C: merge insertParagraphs() and appendParagraph()
515         remove breakAgain(), update()
516
517         * BufferView_pimpl.[Ch]:
518         * bufferview_funcs.[Ch]:
519         * lyxfunc.C:
520         * paragraph.[Ch]:
521         * rowpainter.C:
522         * tabular.C: adjust after text & InsetList changes.
523
524 2003-08-08  André Pönitz  <poenitz@gmx.net>
525
526         * text.C (insertChar, backspace): replace rowlist fiddling
527         with rebreak of full par
528
529         * lyxtext.h:
530         * text.C (breakAgainOneRow, redoHeightOfParagraph,
531         checkParagraph, updateInset): removed
532
533 2003-08-07  André Pönitz  <poenitz@gmx.net>
534
535         * paragraph.C:
536         * text3.C: merge some LFUN handlers, remove dead code
537
538 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
539
540         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
541
542 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
543
544         * text2.C (DEPM): fix part of bug 1255 and 1256
545
546 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
547
548         * BufferView_pimpl.C (workAreaDispatch): change to use
549         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
550         that are no mouse related.
551
552 2003-08-05  André Pönitz  <poenitz@gmx.net>
553
554         * BufferView.[Ch]:
555         * BufferView_pimpl.[Ch]:
556         * bufferview_funcs.C:
557         * text2.C:
558         * text3.C: rip out "deep update"
559
560         * textcursor.[Ch] (last_sel_cursor): remove unused member
561
562 2003-08-04  André Pönitz  <poenitz@gmx.net>
563
564         * BufferView.[Ch]:
565         * BufferView_pimpl.[Ch]:
566         * ParagraphParameters.C:
567         * bufferview_funcs.C:
568         * lyx_cb.C:
569         * lyxfind.C:
570         * lyxfunc.C:
571         * text.C:
572         * text2.C:
573         * text3.C: replace "complicated" BufferView::update(...) calls with
574         simpler ones.
575
576         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
577
578 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
579
580         * Makefile.am (lyx_SOURCES): add paper.h
581
582 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
583
584         * Makefile.am: move things around so that both lyx-qt and
585         lyx-xforms can be built (according to --with-frontend). Then lyx
586         is a symbolic link to lyx-[firstfrontend]
587
588 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
589
590         * Always use std::endl with lyxerr
591
592 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
593
594         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
595
596 2003-08-01  André Pönitz  <poenitz@gmx.net>
597
598         * BufferView.[Ch]:
599         * BufferView_pimpl.[Ch]:
600         * lyxfunc.C:
601         * text3.C: merge BufferView::repaint() and BufferView::update()
602
603 2003-08-01  José Matos  <jamatos@lyx.org>
604
605         * buffer.[Ch]: file_format is no longer a buffer data element.
606
607 2003-08-01  André Pönitz  <poenitz@gmx.net>
608
609         * BufferView.C:
610         * lyxtext.h:
611         * text.C:
612         * text2.C: make redoParagraph more independent of current cursor
613
614         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
615         * text.C:
616         * text2.C: remove unneeded members
617
618 2003-07-30  André Pönitz  <poenitz@gmx.net>
619
620         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
621
622         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
623           create a single function...
624
625         * paragraph_funcs.C (moveItem): ... here.
626
627         * text.C:
628           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
629
630 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
631
632         * LColor.[Ch]: Add comment and greyedout logical colors.
633
634 2003-07-30  André Pönitz  <poenitz@gmx.net>
635
636         * tabular.C: don't use Assert too heavily. This crashes where it
637           shouldn't
638
639 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
640
641         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
642         is disabled (bug 1232)
643
644 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
645
646         * factory.C: limited 'arg' scope
647
648 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
649
650         * factory.C: fixed Note submenu issues
651
652 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
653
654         * factory.C: submenu for Note/Comment/Greyedout
655
656 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
657
658         * lyx_main.C (LyX):
659         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
660
661 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
662
663         * LaTeXFeatures.C:
664         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
665         greyedout. Patch provided by Jürgen Spitzmüller.
666
667 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
668
669         * kbmap.C (read): fix error message when reading bind files
670
671 2003-07-29  Angus Leeming  <leeming@lyx.org>
672
673         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
674         certainly does not do what it purports to do. I am doing it, and
675         us, a favour by killing it.
676
677 2003-07-28  José Matos  <jamatos@lyx.org>
678
679         * buffer.C (readBody, do_writeFile):
680         * paragraph.C(readParagraph): \end_document replaces \the_end.
681
682 2003-07-29  André Pönitz  <poenitz@gmx.net>
683
684         * BufferView.[Ch]:
685         * BufferView_pimpl.[Ch]:
686         * lyxfunc.C:
687         * text2.C:
688         * text3.C:
689         * textcursor.[Ch]: remove toggleToggle & Co
690
691 2003-07-28  José Matos  <jamatos@fep.up.pt>
692
693         * buffer.C (readParagraph):
694         * params_func (readParToken, readParagraph):
695         * paragraph.C (write): \layout -> \begin_layout.
696
697 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
698
699         * lyxlex_pimpl.C (setFile): clean up slightly.
700
701         * bufferparams.h: add compressed var
702
703         * buffer_funcs.C (readFile): adjust for LyXLex change
704         (newFile): ditto + simplify
705
706         * buffer.C (writeFile): handle writing of compressed files
707
708         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
709         Check if the file is compressed and set a bufferparm if so.
710
711         * Makefile.am (lyx_LDADD): remove explicit -lz
712
713 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
714
715         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
716         makeDocBookFile): put the real LyX version in the first line of
717         the file
718
719         * version.h:
720         * version.C.in: remove lyx_docversion
721
722         * tabular.C (write_attribute): add a template-based version to
723         write enums properly
724
725 2003-07-28  André Pönitz  <poenitz@gmx.net>
726
727         * lyxtext.h:
728         * text.C:
729         * text2.C:
730         * text3.C: use doubles again for x-coordinates. They are needed.
731
732 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
733
734         * messages.C (getLocaleDir): use lyx_localedir()
735
736         * lyxlex_pimpl.C (setFile): compress stuff
737
738         * buffer.C (writeFile): add some compression stuff
739         (do_writeFile): new func, dont call expliti close... will this
740         breake anything?
741
742         * Makefile.am (lyx_LDADD): add -lz
743
744 2003-07-28  José Matos  <jamatos@fep.up.pt>
745
746         * buffer.C: increment file format.
747         * paragraph_funcs (readParagraph, readParToken):
748         * paragraph.C (readParagraph): add \end_layout.
749
750 2003-07-27  Angus Leeming  <leeming@lyx.org>
751
752         * Makefile.am: remove special casing for configure-time setting of
753         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
754
755         * lyx_main.C (init): remove all Jean-Marc's magic setting of
756         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
757
758 2003-07-26  André Pönitz  <poenitz@gmx.net>
759
760         * paragraph_func.[Ch]:
761         * paragraph.C (realizeFont): inline it whereever it is used
762
763         * rowpainter.C:
764         * text.C:
765         * text2.C:
766         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
767
768
769 2003-07-26  André Pönitz  <poenitz@gmx.net>
770
771         *       lyxtext.h:
772         * text.C:
773         * text2.C: get rid of LyXText::need_break_row
774
775 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
776
777         * toc.[Ch]: put namespace toc inside namespace lyx
778
779         * MenuBackend.C (expandToc2): adjust for lyx::toc
780         (expandToc): ditto
781
782         * lyxfunc.C (dispatch): adjust for lyx::find
783
784         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
785         lyx::find instead. Reorganize a bit.
786         (LyXReplace): rename to replace
787         (LyXFind): rename to find
788
789         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
790         (dispatch): ditto
791
792 2003-07-26  André Pönitz  <poenitz@gmx.net>
793
794         * text.C (setHeightOfRow): restrict scope of temporary variable
795
796         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
797           code (never has been used?)
798
799 2003-07-27  Asger Alstrup  <alstrup@local>
800
801         * text.C (fill): Optimise algorithm to exploit that we can reuse
802         the LyXFont for many characters.
803         (setHeightOfRow): Same thing.
804         (rowBreakPoint): Same thing.
805
806 2003-07-26  Asger Alstrup  <alstrup@local>
807
808         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
809
810         * text.C (singleWidth): Spurious font copying in hot-spot
811         singleWidth avoided. Reorder tests for arabic for efficiency.
812
813         * text.C (fill): handle empty paragraphs better.
814
815 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
816
817         * ispell.C:
818         * encoding.h: add includes
819
820         * lyxrc.C: remove reading of bind files
821
822         * lyx_main.C (init): setup bindings and menus only if we have a
823         gui.
824
825         * kbmap.C (read): new method. Do the actual reading of bind
826         files.
827
828         * converter.C (dvipdfm_options):
829         * bufferparams.C:
830         * lyxrc.C (read):
831         (output): adapt PAPER_* enums.
832
833         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
834
835         * bufferparams.h: remove paper-related enums from there
836
837         * paper.h: New file. A trivial header file to hold paper-related
838         enums. It should later expand to contain many paper-related
839         horrors access.
840
841         * lyxrc.C: declare extern displayTranslator
842
843 2003-07-27  José Matos  <jamatos@fep.up.pt>
844
845         * tabular.[Ch] (linuxdoc): add support for tables and figures
846         (linuxdoc).
847
848 2003-07-27  José Matos  <jamatos@fep.up.pt>
849
850         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
851         consistency in both functions.
852         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
853
854 2003-07-26  Asger Alstrup  <alstrup@local>
855
856         * rowpainter.C (paintRows): Change algorithm to work directly on
857         the insets rather than asking every character in the document
858         whether its an inset.
859
860 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
861
862         * buffer.C (openFileWrite): factorize some code
863
864 2003-07-26  Angus Leeming  <leeming@lyx.org>
865
866         * lyx_cb.C:
867         * lyx_main.[Ch]: replace occurances of system_tempdir with
868         os::getTmpDir().
869
870 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
871
872         * rename Inset to InsetOld
873
874 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
875
876         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
877         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
878         which I think is a bit clearer. EDIT is gone, since it was
879         premature optimisation, and broken for mathed anyway.
880         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
881         with cursor positioning in insets as well (math insets still do not
882         work, but that's a different story anyway.) It mysteriously
883         crashes sometimes with undo in the first paragraph, but I'm fairly
884         confident that this is a compiler bug.
885
886 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
887
888         * paragraph.C (Paragraph): adjust for new clone return type
889         (operator==): ditto
890         (copyIntoMinibuffer): ditto
891
892 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
893
894         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
895         by not having a special case, and always doing a full rebreak of
896         the document after undo.
897
898 2003-07-23  Angus Leeming  <leeming@lyx.org>
899
900         * factory.C (createInset): InsetExternal::setParams now takes a
901         Buffer const * arg.
902
903 2003-07-23  Angus Leeming  <leeming@lyx.org>
904
905         * factory.C (createInset): changed interface to the external and
906         graphics mailers' string2params functions.
907
908 2003-07-23  Angus Leeming  <leeming@lyx.org>
909
910         * factory.C (createInset): pass a
911         Buffer const * parameter to InsetExternalMailer's string2params.
912
913 2003-07-22  John Levon  <levon@movementarian.org>
914
915         * Thesaurus.h: include the right aiksaurus header
916
917 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
918
919         * MenuBackend.C (expand): check menu shortcuts unconditionally
920
921 2003-07-21  Angus Leeming  <leeming@lyx.org>
922
923         * factory.C (createInset): pass a
924         buffer_path parameter to InsetGraphicsMailer's string2params.
925
926 2003-07-21  Angus Leeming  <leeming@lyx.org>
927
928         * BufferView_pimpl.C (buffer):
929         * buffer.C (d-tor):
930         * lyx_main.C (LyX):
931         * lyxfunc.C (dispatch):
932         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
933         rather than the grfx shortcut.
934
935 2003-07-21  André Pönitz  <poenitz@gmx.net>
936
937         * rowpainter.C: remove unused variables
938
939         * tabular_funcs.C:
940         * tabular_funcs.h: move to tabular.C
941         * Makefile.am: adjust
942
943         * tabular.[Ch]: basic optical cleaning
944
945         * author.h: pass references, not values
946
947 2003-07-18  André Pönitz  <poenitz@gmx.net>
948
949         * lyxtext.h:
950         * metricsinfo.C:
951         * metricsinfo.h:
952         * rowpainter.C:
953         * text.C:
954         * text2.C:
955         * text3.C: two-phase drawing for InsetText and InsetTabular
956         some float -> int changes.
957
958 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
959
960         * lyx_main.C: fix the fix
961
962 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
963
964         * lyx_main.C: fix a crash in batch mode if no files specified
965         * converter.C: ws
966
967 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
968
969         * format.[Ch] (papersize): moved to BufferParams
970         * converter.[Ch] (dvips_options): moved to BufferParams
971         (dvipdfm_options): moved to anon namespace
972         * bufferparams.[Ch]: added above functions.
973
974 2003-07-17  André Pönitz  <poenitz@gmx.net>
975
976         * lyxtext.h:
977         * rowpainter.C:
978         * text2.C: don't call inset->update() anymore
979
980         * metricsinfo.[Ch]: add convenience constructor
981
982 2003-07-16  André Pönitz  <poenitz@gmx.net>
983
984         * lyxcursor.[Ch]:
985         * lyxfunc.[Ch]:
986         * text.C:
987         * text2.C: replace the LyXCursor::irow_ member with
988          on-demand computation of the value
989
990 2003-07-16  John Levon  <levon@movementarian.org>
991
992         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
993
994 2003-07-15  André Pönitz  <poenitz@gmx.net>
995
996         * text.C:
997         * text2.C: remove no more needed refresh_row
998
999 2003-07-15  André Pönitz  <poenitz@gmx.net>
1000
1001         * lyxtext.h:
1002         * rowpainter.C:
1003         * text2.C:
1004         * text3.C: refresh_status tristate -> need_update bool
1005
1006 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1007
1008         * lyxtext.h (init): remove reinit argument (act as if always true)
1009         * text2.C: adjust to that
1010
1011 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1012
1013         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1014         * text3.C: use it to delete selections in some cases
1015         (bugs 441, 673, 702, 954).
1016
1017 2003-07-14  André Pönitz  <poenitz@gmx.net>
1018
1019         * rowpainter.[Ch]: reduce interface
1020
1021 2003-07-14  André Pönitz  <poenitz@gmx.net>
1022
1023         * BufferView_pimpl.C:
1024         * text2.C: adjust after removing unused BufferView * argument
1025
1026 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1027
1028         * text2.C (init): fix a crash fired on resize
1029
1030 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1031
1032         * buffer.[Ch]: added new closing signal
1033         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1034         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1035         BufferView::Pimpl via the closing the signal
1036
1037 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1038
1039         * buffer.[Ch]: take out all bv-related from buffer
1040         * BufferView.C:
1041         * BufferView_pimpl.[Ch]: connect to new signals
1042         * CutAndPaste.C: removed useless asserts
1043         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1044         * lyxvc.[Ch]:
1045         * vc-backend.[Ch]:
1046         * lyxfunc.C: moved view-related funciontality from vc here
1047         * paragraph.C: removed outdated comments
1048         * text.C: ws
1049
1050 2003-07-10  André Pönitz  <poenitz@gmx.net>
1051
1052         * BufferView_pimpl.C:
1053         * tabular.h:
1054         * tabular_funcs.C:
1055         * text.C:
1056         * text2.C: remove InsetText::InnerCache, clean up consequences
1057
1058 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1059
1060         * ispell.C: fix two typos in error messages
1061
1062 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1063
1064         * Extend Note inset to other forms of annotation like Comment
1065         and Greyedout. Right button click gives dialog.
1066
1067         Files modified or added (+):
1068
1069         * insetnote.[Ch]
1070         * FormNote.[Ch]      +
1071         * ControlNote.[Ch]   +
1072         * form_note.fd       +
1073         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1074         frontends/controllers
1075         * xforms/Dialogs.C
1076         * factory.C
1077
1078 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1079
1080         * aspell.C: add missing namespace lyx::support
1081
1082 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1083
1084         * BufferView.[Ch] (newFile): Add
1085         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1086         * LaTeX.[Ch] (message): added this signal and use it
1087         * buffer.[Ch] (busy, message): added these signals and use them
1088         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1089         * converter.C:
1090         * exporter.C:
1091         * format.C:
1092         * importer.C: use buffer signals instead of direct bv calling
1093         * lyx_cb.[Ch] (ShowMessage): removed
1094         * lyx_main.C:
1095         * lyxfunc.C:
1096         * paragraph_funcs.C:
1097         * text2.C: use buffer signals
1098
1099 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1100
1101         * introduce namespace lyx::graphics
1102
1103 2003-07-02  André Pönitz  <poenitz@gmx.net>
1104
1105         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1106
1107 2003-07-01  André Pönitz  <poenitz@gmx.net>
1108
1109         * text.C:
1110         * text2.C:
1111         * text3.C:
1112         * text_funcs.[Ch]:
1113         * textcursor.h:
1114         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1115           text*.C to text_func.C
1116
1117 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1118
1119         * introduce namespace lyx::support
1120
1121 2003-06-30  André Pönitz  <poenitz@gmx.net>
1122
1123         * Chktex.C:
1124         * funcrequest.C:
1125         * lyxtext.h:
1126         * text.C: re-enable --with-included-string
1127
1128 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1129
1130         * textcursor.C: add <config.h>
1131
1132         * text.C (getWord): remove const from word_location arg
1133
1134         * lyxvc.C (getLogFile): fix const type order
1135
1136         * lyxtext.h: remove const from word_location arg, add arg name
1137
1138         * lyxlayout.h: currect type on labeltype.
1139
1140         * importer.C: correct \file
1141
1142         * converter.C (intToFormat): use std:: on ret val, ws changes
1143
1144         * bufferlist.h: correct \file
1145
1146         * buffer.C (makeLinuxDocFile): fix const type order
1147         (makeDocBookFile): ditto
1148         (fillWithBibKeys): use std:: on stdlib args.
1149
1150         * CutAndPaste.C: fix authors.
1151         (availableSelections): use std:: on return vector
1152
1153 2003-06-27  André Pönitz  <poenitz@gmx.net>
1154
1155         * BufferView_pimpl.C:
1156         * bufferview_funcs.C:
1157         * lyxcursor.C:
1158         * lyxcursor.h:
1159         * lyxfunc.C:
1160         * lyxtext.h:
1161         * rowpainter.C:
1162         * text.C:
1163         * text2.C:
1164         * text3.C: remove LyXCursor::row_ member
1165
1166         * lyxtext.h:
1167         * text.C: rename fullRebreak() to partialRebreak() and implement
1168           a fullRebreak() that really bereks fully
1169
1170         * textcursor.h: new struct for cursor-related data
1171
1172 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1173
1174         * lyx_main.C (LyX): get full path of document loaded on the
1175         command line
1176
1177 2003-06-26  André Pönitz  <poenitz@gmx.net>
1178
1179         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1180           remove unused/broken operator>,<,>=.
1181
1182         *       text.C: remove only use of broken operator<= in an Assert().
1183
1184 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1185
1186         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1187         moved errorlist_.clear to showErrorList
1188
1189 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1190
1191         * converter.C (scanLog, runLaTeX):
1192         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1193         move the bv->showErrorList call to the callers
1194         * lyxfunc.C: i.e. here...
1195         * text2.C: and here
1196         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1197         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1198         namespace, the second to...
1199         * buffer_funcs (BufferFormat, parseErrors): added
1200         * errorlist.C (ErrorList(TeXErrors const &)): removed
1201
1202 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1203
1204         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1205
1206 2003-06-24  "Garst R. Reese" <reese@isn.net>
1207
1208         * debug.C: fix typo
1209
1210 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1211
1212         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1213
1214         * version.C.in: change docversion to 1.4
1215
1216 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1217
1218         * buffer.C: fix a bug just introduced
1219
1220 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1221
1222         * buffer.[Ch]: added the parseError signal and use it, removed
1223         sgmlError
1224         * BufferView.[Ch] (addError): moved to ...
1225         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1226         to the Buffer::parseError signal to catch (guess what) parse errors
1227         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1228
1229 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1230
1231         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1232         ability to create a buffer and to return an existing one from
1233         the list. Moved these functions to...
1234         * buffer_funcs.[Ch]: added
1235         * BufferView.[Ch] (loadLyXFile): added
1236         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1237         job removed from bufferlist::loadLyXFile.
1238         * buffer.C (setReadOnly): make it work without view
1239         (i.e added an if (users))
1240
1241 2003-06-19  Angus Leeming  <leeming@lyx.org>
1242
1243         * lfuns.h:
1244         * LyXAction.C (init):
1245         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1246         with LFUN_DIALOG_SHOW <name> <data>.
1247
1248 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1249
1250         * CutAndPaste.C (availableSelections): small compilation fix for
1251         ancient (gcc 2.9x) compilers
1252
1253 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1254
1255         * text3.C (cursorNext): add tmp var
1256
1257         * text2.C (updateCounters): for function calling out of for clause
1258         (replaceSelectionWithString): ditto
1259         (insertStringAsParagraphs): ditto
1260         (getColumnNearX): add tmp var
1261         (setCursorFromCoordinates): add tmp var
1262         (cursorDownParagraph): add tmp var
1263         (deleteEmptyParagraphMechanism): add tmp var
1264
1265         * text.C (insertChar): add tmp var
1266
1267         * rowpainter.C (paintDepthBar): add tmp var
1268
1269         * CutAndPaste.C (availableSelections): potentially check all
1270         paragraphs in a cut to fill the shown strings.
1271
1272 2003-06-18  André Pönitz  <poenitz@gmx.net>
1273
1274         * kbmap.[Ch]: use vector<> instead of list<>
1275
1276 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1277
1278         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1279         pasteSelection with index
1280
1281         * text2.C (pasteSelection): modify, call pasteSelection with index
1282
1283         * paragraph.C (asString): reimplement version with no interval to
1284         call the one with interval.
1285
1286         * lyxtext.h: add index arg to pasteSelection
1287
1288         * MenuBackend.C (MenuItem): handle PasteRecent
1289         (Menu::read::Menutags): add md_pasterecent
1290         (read): handle it
1291         (expandPasteRecent): new function
1292         (expand): use it
1293
1294         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1295
1296         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1297         the limited stack
1298         (availableSelections): new function
1299
1300 2003-06-17  Angus Leeming  <leeming@lyx.org>
1301
1302         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1303
1304 2003-06-17  Angus Leeming  <leeming@lyx.org>
1305
1306         * lfuns.h:
1307         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1308
1309         * lyxfunc.C (dispatch): invoke it.
1310
1311 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1312
1313         * iterators.C (operator++, ParPosition): reintroduce some
1314         const_cast for the benefit of older compilers.
1315
1316 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1317
1318         * text3.C (dispatch): do not modify clipboard when doing
1319         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1320         LFUN_DELETE_SKIP on a selection selection
1321
1322 2003-06-16  André Pönitz  <poenitz@gmx.net>
1323
1324         * BufferView.C:
1325         * buffer.C:
1326         * buffer.h:
1327         * paragraph.C:
1328         * tabular.[Ch]: IU of clone() and getLabelList();
1329
1330 2003-06-13  André Pönitz  <poenitz@gmx.net>
1331
1332         * tabular.h: compactification
1333
1334 2003-06-12  André Pönitz  <poenitz@gmx.net>
1335
1336         * tabular.C:
1337         * tabular.h:
1338         * tabular_funcs.h: some renaming plus whitespace
1339
1340 2003-06-12  André Pönitz  <poenitz@gmx.net>
1341
1342         * BufferView.C:
1343         * BufferView_pimpl.C:
1344         * CutAndPaste.C:
1345         * buffer.C:
1346         * iterators.[Ch]:
1347         * lyxfunc.C:
1348         * text.C:
1349         * toc.C: Return a Paragraph & for ParIterator::operator*()
1350
1351 2003-06-11  John Levon  <levon@movementarian.org>
1352
1353         * lyx_main.C:
1354         * ToolbarBackend.h:
1355         * ToolbarBackend.C: add "Toolbars" section and
1356         put the flags there
1357
1358 2003-06-10  Angus Leeming  <leeming@lyx.org>
1359
1360         * lfuns.h:
1361         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1362
1363         * lyxfunc.C (dispatch): invoke it.
1364
1365 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1366
1367         * main.C: protect <ios> with HAVE_IOS
1368         (main): protect sync_with_stdio with HAVE_IOS
1369
1370 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1371
1372         * text2.C (cutSelection): adjust
1373         (pasteSelection): adjust
1374
1375         * messages.C: handle get of empty string
1376
1377         * main.C (main): use sync_with_stdio(false)
1378
1379         * lyxfunc.C (dispatch): adjust
1380
1381         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1382         (WriteAs): remove unneeded BufferView arg.
1383
1384         * bufferparams.h: use correct types on papersize, papersize2 and
1385         paperpackage.
1386
1387         * bufferparams.C (readToken): adjust for type
1388         (writeLaTeX): add missing cases to switch.
1389
1390         * bufferlist.C (quitWriteBuffer): adjust
1391         (close): adjust
1392
1393         * buffer.C (asciiParagraph): remove some commented code.
1394
1395         * CutAndPaste.C: remove current_view extern variable.
1396         (cutSelection): add BufferParams arg.
1397         (eraseSelection): add BufferParams arg.
1398         (pasteSelection): add Buffer const & arg
1399
1400 2003-06-07  John Levon  <levon@movementarian.org>
1401
1402         * buffer.C:
1403         * paragraph_funcs.C:
1404         * paragraph_pimpl.C:
1405         * text.C:
1406         * text2.C:
1407         * paragraph.h:
1408         * paragraph.C: allow InsetERT to freely space lines,
1409         and some consolidation of code
1410
1411 2003-06-06  José Matos  <jamatos@fep.up.pt>
1412
1413         * buffer.C (makeDocBookFile): fix bug #821
1414
1415 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1416
1417         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1418
1419 2003-06-04  Angus Leeming  <leeming@lyx.org>
1420
1421         * buffer.C: bump format to 224.
1422
1423 2003-06-05  André Pönitz  <poenitz@gmx.net>
1424
1425         * text2.C (redoParagraphs): remove two const_cast<>
1426
1427 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1428
1429         * ParagraphList.h: remove last remnants of NO_STD_LIST
1430
1431 2003-06-03  Angus Leeming  <leeming@lyx.org>
1432
1433         * factory.C (createInset): small change to the way InsetExternal's params
1434         are set.
1435
1436 2003-06-04  André Pönitz  <poenitz@gmx.net>
1437
1438         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1439
1440         * paragraph_pimpl.h:
1441         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1442
1443         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1444
1445         * undo_funcs.C: make some simple cases of undo work again
1446
1447 2003-06-03  John Levon  <levon@movementarian.org>
1448
1449         * ispell.C: HPUX doesn't have sys/select.h
1450         (from Albert Chin)
1451
1452 2003-06-03  John Levon  <levon@movementarian.org>
1453
1454         * CutAndPaste.C: update tabular and include inset
1455         buffer references
1456
1457         * buffer.h:
1458         * paragraph.h:
1459         * paragraph.C: remove owningBuffer(), don't pass Buffer
1460         to clone()
1461
1462         * factory.C: insetGraphicsParams changed
1463
1464 2003-06-02  John Levon  <levon@movementarian.org>
1465
1466         * LyXAction.C:
1467         * factory.C:
1468         * lfuns.h:
1469         * lyxfunc.C:
1470         * text3.C: remove insetparent
1471
1472 2003-06-02  John Levon  <levon@movementarian.org>
1473
1474         * buffer.h:
1475         * buffer.C: fix inset_iterator.end(), move out of line
1476         (bug 1149)
1477
1478 2003-06-01  John Levon  <levon@movementarian.org>
1479
1480         * text3.C: use a proper cut/paste when doing inset
1481         insert (from Jürgen Spitzmüller)
1482
1483 2003-06-01  John Levon  <levon@movementarian.org>
1484
1485         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1486
1487 2003-05-30  André Pönitz  <poenitz@gmx.net>
1488
1489         * rowpainter.C: unify second drawing phase
1490
1491 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1492
1493         * trans_mgr.C: remove one case of current_view
1494
1495         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1496
1497         * paragraph_funcs.h: remove paragraph.h include
1498
1499         * paragraph.h: delete NO_STD_LIST stuff
1500
1501         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1502
1503         * buffer.h: remove paragraph.h include
1504
1505         * ParagraphList.C: delete file
1506
1507         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1508
1509         * toc.C (getTocList): adjust
1510
1511         * paragraph_pimpl.C (validate): adjust
1512
1513         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1514
1515         * paragraph.C (Paragraph): adjust
1516         (getPositionOfInset): use const_iterator, adjust
1517         (bibitem): use const_iterator, adjust
1518         (setInsetOwner): adjust
1519
1520         * iterators.C (operator++): adjust
1521
1522         * InsetList.[Ch]: Replace selfmade iterator with standard
1523         vector::iterator also introduce const_iterator. Remove getPos,
1524         getInset and setInset from InsetTable. Adjust accordingly.
1525
1526         * BufferView.C (lockInset): adjust
1527         (ChangeInsets): adjust
1528
1529         * tabular.[Ch]: delete commented same_id functions
1530
1531 2003-05-28  John Levon  <levon@movementarian.org>
1532
1533         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1534
1535 2003-05-28  André Pönitz  <poenitz@gmx.net>
1536
1537         * metricsinfo.[Ch]: remove 'fullredraw' member
1538
1539 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1540
1541         * lyxtextclass.C (operator): remove caching.
1542
1543 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1544
1545         * text3.C: adjust
1546
1547         * text2.C (cursorBottom): adjust
1548         (setCounter): use ParagraphList::find, adjust
1549
1550         * text.C (workWidth): use ParagraphList::find, adjust
1551
1552         * lyxcursor.C (LyXCursor): adjust
1553
1554         * buffer.C (inset_iterator): adjust
1555
1556         * ParagraphList.h: make iterator(value_type) private, make
1557         ParagraphList a friend of iterator.
1558
1559         * ParagraphList.C (find): new function
1560
1561         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1562
1563 2003-05-27  André Pönitz  <poenitz@gmx.net>
1564
1565         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1566
1567 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1568
1569         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
1570
1571 2003-05-26  John Levon  <levon@movementarian.org>
1572
1573         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
1574
1575 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1576
1577         * remove same_id from function signatures, adjust.
1578
1579 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1580
1581         * undo_funcs.C (createUndo): use the id functions directly, adjust.
1582
1583         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
1584
1585         * paragraph.C (Paragraph): get rid of same_ids parameter
1586
1587         * ParagraphList.C (insert): adjust
1588         (push_back): adjust
1589
1590 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1591
1592         * paragraph_funcs.C (breakParagraph): adjust
1593         (breakParagraphConservative): adjust
1594
1595         * buffer.C (readParagraph): adjust
1596
1597         * ParagraphList.C (insert): take a reference instead of a pointer
1598         (insert): adjust
1599
1600         * paragraph.[Ch] (id): new function
1601
1602         * bufferlist.C (newFile): adjust
1603
1604         * ParagraphList.C (ParagraphList): adjust
1605         (assign): adjust
1606         (push_back): take a reference instead of a pointer.
1607
1608         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
1609
1610         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
1611         instead.
1612
1613         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
1614         set else use old code.
1615
1616         * ParagraphList.C: remove all NO_NEXT code and only compile this
1617         code of NO_STD_LIST is set.
1618
1619 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1620
1621         * BufferView_pimpl.C:
1622         * TextCache.C:
1623         * TextCache.h:
1624         * bufferlist.C:
1625         * errorlist.h:
1626         * format.C:
1627         * format.h:
1628         * graph.C:
1629         * lyxfunc.C:
1630         * lyxrc.C:
1631         * graphics/GraphicsConverter.C:
1632         * graphics/PreviewLoader.C: header adjustment
1633
1634 2003-05-23  Angus Leeming  <leeming@lyx.org>
1635
1636         * LaTeXFeatures.[Ch] (useBabel): new method.
1637         * bufferparams.C (writeLaTeX): use it.
1638
1639 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1640
1641         * ParagraphList.h (set): remove unused function.
1642
1643 2003-05-23  André Pönitz  <poenitz@gmx.net>
1644
1645         * BufferView.C:
1646         * BufferView_pimpl.C:
1647         * buffer.C:
1648         * buffer.h:
1649         * lyxfunc.C:
1650         * undo_funcs.C: setUndo reworked
1651
1652         * iterators.[Ch]: add access to topmost ParagraphList
1653
1654         * lyxtext.[Ch] (workWidth): add a const
1655
1656 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1657
1658         * texrow.[Ch] (increasePos): remove function
1659         * exporter.C (export): removed unused var and outdated comment
1660
1661 2003-05-23  Angus Leeming  <leeming@lyx.org>
1662
1663         * latexrunparams.h: rename fragile as moving_arg.
1664         * paragraph.C (simpleTeXOnePar): ditto.
1665         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
1666
1667 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1668
1669         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
1670         (createUndo): ditto
1671         (textUndoOrRedo): comment out a currently unused var.
1672
1673         * paragraph.h (NO_NEXT): enable NO_NEXT
1674
1675         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
1676
1677         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
1678
1679         * exporter.C (Export): adjust for removeAutoInsets removal.
1680
1681         * buffer.C (runChktex): adjust for removeAutoInsets removal.
1682
1683         * LyXAction.C (init): remove LFUN_REMOVEERRORS
1684
1685         * BufferView.[Ch] (removeAutoInsets): delete function
1686
1687 2003-05-22  Angus Leeming  <leeming@lyx.org>
1688
1689         * latexrunparams.h: add a free_spacing variable.
1690
1691         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
1692         to pass moving_arg, as the data is stored in runparams.fragile.
1693
1694         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
1695         to Inset::latexOptional or to simpleTeXOnePar.
1696
1697         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
1698         free_spacing arg to Inset::latexOptional.
1699
1700         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1701         free_spacing arg.
1702
1703 2003-05-22  Angus Leeming  <leeming@lyx.org>
1704
1705         * latexrunparams.h: add fragile and use_babel variables.
1706
1707         * bufferparams.[Ch] (writeLaTeX): return use_babel.
1708         * buffer.C (makeLaTeXFile): store this returned value in
1709         runparams.use_babel, thus passing it to the inset::latex methods.
1710
1711         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
1712         simpleTeXSpecialChars as it is now stored in runparams.fragile.
1713
1714         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
1715         longer has a fragile arg, as it is stored in runparams.fragile.
1716
1717         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
1718         moving_arg parameter as the data is stored in runparams.fragile.
1719
1720         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1721         a fragile parameter as the data is stored in runparams.fragile.
1722
1723 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1724
1725         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
1726
1727 2003-05-22  Angus Leeming  <leeming@lyx.org>
1728
1729         * latexrunparams.h: add a 'bool nice' which defaults to false.
1730
1731         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
1732         now encapsulated within runparams.
1733
1734         * bufferlist.C (updateIncludedTeXfiles):
1735         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
1736
1737 2003-05-22  Angus Leeming  <leeming@lyx.org>
1738
1739         * latexrunparams.h: new file containing struct LatexRunParams.
1740         * Makefile.am: add new file.
1741
1742         * LaTeX.[Ch] (c-tor, run):
1743         * buffer.[Ch] (makeLaTeXFile):
1744         * bufferlist.[Ch] (updateIncludedTeXfiles):
1745         * converter.C (convert, scanLog):
1746         * converter.[Ch] (runLaTeX):
1747         * exporter.C (Export):
1748         * paragraph.[Ch] (simpleTeXOnePar):
1749         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
1750         * paragraph_funcs.[Ch] (latexParagraphs):
1751         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
1752         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
1753         pass around a LatexRunParams parameter.
1754
1755 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1756
1757         * paragraph.[Ch]: remove unused constructor
1758
1759         * ParagraphList.C (erase): new function, taking two iterators
1760
1761 2003-05-22  André Pönitz  <poenitz@gmx.net>
1762
1763         * undo_funcs.C: remove duplicated code
1764
1765         * iterator.[Ch]: operator=
1766
1767 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1768
1769         * tabular.C (SetMultiColumn): ws changes
1770
1771         * rowpainter.C (paintFirst): get rid of a ->previous
1772
1773         * lyx_cb.C (getPossibleLabel): parlist simplification
1774
1775         * BufferView.C (ChangeInsets): simplify slightly.
1776
1777 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1778
1779         * LyXAction.C: new lfun space-insert, kill protected-space-insert
1780         * lfuns.h: new LFUN_SPACE
1781         * lyxfunc.C: protected space has a new lfun
1782         * paragraph_funcs.C: read new space insets
1783         * text3.C:
1784         * factory.C: handle new space insets
1785
1786 2003-05-22  André Pönitz  <poenitz@gmx.net>
1787
1788         * BufferView.C:
1789         * BufferView_pimpl.C:
1790         * buffer.[Ch]:
1791         * lyxfunc.C:
1792         * undo_funcs.C: return a ParIterator from getParFromID.
1793
1794         * iterators.[Ch]: add two const's
1795
1796 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1797
1798         * toc.C (getTocList): adjust
1799
1800         * iterators.[Ch]: rework for parlist
1801
1802         * buffer.C (par_iterator_begin): adjust
1803         (par_iterator_end): adjust
1804
1805         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
1806
1807         * BufferView.C (removeAutoInsets): adjust
1808         (ChangeInsets): adjust
1809
1810 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
1811
1812         * text.C (top_y): fix bug 1110
1813
1814 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
1815
1816         * errorlist.[Ch]: added
1817         * buffer.C:
1818         * BufferView.[Ch]:
1819         * BufferView_pimpl.C:
1820         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
1821         instead
1822
1823 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1824
1825         * Makefile.am: ensure that lyx is relinked upon changes to the
1826         various "convenience" libs.
1827
1828 2003-05-20  Angus Leeming  <leeming@lyx.org>
1829
1830         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
1831         files are compiled in alphabetical order again.
1832
1833         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
1834
1835 2003-05-19  Angus Leeming  <leeming@lyx.org>
1836
1837         * gettext.[Ch]: remove "char const * _(char const *)".
1838
1839 2003-05-19  André Pönitz  <poenitz@gmx.net>
1840
1841         * dimension.[Ch]: promote from mathed/dimension.[Ch]
1842
1843         * Makefile.am:
1844         * BufferView.C:
1845         * DepTable.h:
1846         * LaTeXFeatures.C:
1847         * buffer.C:
1848         * lyxfont.C:
1849         * lyxlex.h:
1850         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
1851
1852 2003-05-19  André Pönitz  <poenitz@gmx.net>
1853
1854         * buffer.C:
1855         * lyxlayout.[Ch]:
1856         * lyxtextclass.[Ch]:
1857         * paragraph.C:
1858         * paragraph_funcs.[Ch]:
1859         * text2.C:
1860         * text3.C: more insetenv work
1861
1862 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
1863
1864         * ParagraphParameters.C (params2string): small bug fixed
1865
1866 2003-05-16  André Pönitz  <poenitz@gmx.net>
1867
1868         * debug.C:
1869         * bufferview_funcs.C: patch from Kornel Benko to prevent
1870           crash when _(...) is called twice in a statement
1871
1872 2003-05-16  André Pönitz  <poenitz@gmx.net>
1873
1874         * BufferView.C:
1875         * lyxfunc.C:
1876         * text.C:
1877         * text2.C:
1878         * text3.C:
1879         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
1880
1881 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
1882
1883         * lyx_main.C (init): remove spurious static_cast
1884
1885 2003-05-14  André Pönitz  <poenitz@gmx.net>
1886
1887         * BufferView.C: fix format string
1888
1889 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
1890
1891         * BufferView.[Ch] (insertErrors): removed
1892         * BufferView.[Ch] (showErrorList): added
1893         * buffer.C (runChkTeX):
1894         * converter.C (scanLog): call showErrorList instead of inserterrors
1895
1896 2003-05-13  André Pönitz  <poenitz@gmx.net>
1897
1898         * BufferView_pimpl.C:
1899         * buffer.C:
1900         * bufferview_func.C:
1901         * MenuBackend.C:
1902         * lyxfunc.C:
1903         * lyxrc.C:
1904         * tex-accent.C:
1905         * text3.C:
1906         * toc.C:
1907         * tabular_funcs.h: tostr() from its own header
1908
1909         * ParagraphParameters.C:
1910         * ToolbarBackend.C:
1911         * bufferparams.C:
1912         * format.C:
1913         * lyxlex_pimpl.C:
1914         * text3.C: STRCONV()
1915
1916 2003-05-12  André Pönitz  <poenitz@gmx.net>
1917
1918         * BufferView.C:
1919         * BufferView_pimpl.C:
1920         * CutAndPaste.C:
1921         * LaTeX.C:
1922         * LaTeXFeatures.C:
1923         * ParagraphParameters.C:
1924         * buffer.C:
1925         * bufferlist.C:
1926         * bufferparams.C:
1927         * bufferview_funcs.C:
1928         * converter.C:
1929         * counters.C:
1930         * debug.C:
1931         * exporter.C:
1932         * format.C:
1933         * importer.C:
1934         * lyx_cb.C:
1935         * lyx_main.C:
1936         * lyxfont.C:
1937         * lyxfunc.C:
1938         * lyxvc.C:
1939         * paragraph.C:
1940         * paragraph_funcs.C:
1941         * tabular.C:
1942         * tabular_funcs.C:
1943         * text2.C:
1944         * text3.C:  boost::format -> bformat  all over the place
1945
1946
1947 2003-05-09  André Pönitz  <poenitz@gmx.net>
1948
1949         * LColor.[Ch]: Pimpl the #include <map> away
1950
1951 2003-05-09  John Levon  <levon@movementarian.org>
1952
1953         * bufferlist.C: never remove emergency saves
1954
1955 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1956
1957         * Makefile.am: better lib building
1958
1959 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1960
1961         * texrow.[Ch]: remove dependency on Paragraph and just store a id
1962         instead.
1963         * paragraph_pimpl.C (simpleTeXBlanks): adjust
1964         (simpleTeXSpecialChars): adjust
1965         (simpleTeXSpecialChars): adjust
1966         * paragraph.C (simpleTeXOnePar): adjust
1967         * buffer.C (makeLaTeXFile): adjust
1968
1969         * Makefile.am (BOOST_LIBS): allow boost as system lib.
1970
1971         * text2.C (changeDepth): parlist cleanup
1972         (getColumnNearX): ditto
1973
1974         * rowpainter.C (getLabelFont): parlist cleanup
1975
1976         * bufferlist.C (newFile): parlist cleanup
1977
1978         * CutAndPaste.C (eraseSelection): parlist cleanup
1979
1980         * BufferView_pimpl.C (trackChanges): parlist cleanup
1981         (dispatch): ditto
1982
1983         * BufferView.C (lockInset): parlist cleanup.
1984         (ChangeInsets): ditto
1985
1986 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1987
1988         * CutAndPaste.h: Update file header.
1989
1990         * CutAndPaste.C: Update file header.
1991         Store the parts cut out of the Document in a limited_stack.
1992         (copySelection): adjust
1993         (pasteSelection): new function, takes the index in the limited stack.
1994         (nrOfParagraphs): adjust
1995         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
1996         simplify error inset insertion.
1997         (checkPastePossible): adjust
1998
1999 2003-05-06  John Levon  <levon@movementarian.org>
2000
2001         * text2.C: don't cast wrap inset to float
2002
2003 2003-05-05  André Pönitz  <poenitz@gmx.net>
2004
2005         * iterator.C:
2006         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2007
2008         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2009           few naked Paragraph *.
2010
2011 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2012
2013         * bufferparams.C: Output warning if a document with missing
2014         TeX document class is loaded
2015         * exporter.C: Disable TeX exports if the document class is missing
2016         * lyxtextclass.C:
2017         * lyxtextclass.h:
2018         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2019         isTeXClassAvailable()
2020
2021 2003-05-03  John Levon  <levon@movementarian.org>
2022
2023         * BufferView.h:
2024         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2025         explicit cursor show/hide
2026
2027         * BufferView_pimpl.h:
2028         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2029         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2030
2031         * lyxfunc.C: hide cursor before dispatching.
2032
2033         * lyx_cb.C:
2034         * lyxfind.C:
2035         * text.C:
2036         * text3.C: remove explicit cursor hides
2037
2038 2003-05-02  André Pönitz  <poenitz@gmx.net>
2039
2040         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2041
2042         * undo_funcs.C:
2043         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2044           linked lists
2045
2046         * text2.C: tiny whitespace
2047
2048 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2049
2050         * undo_funcs.C: almost only ws changes.
2051
2052         * ParagraphList.C (splice): just return if pl is empty.
2053
2054 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2055
2056         * ParagraphList.C (splice): new function.
2057
2058         * CutAndPaste.C (pasteSelection): use it
2059
2060 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2061
2062         * CutAndPaste.C (pasteSelection): remove the last next and
2063         previous from this file.
2064
2065 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2066
2067         * CutAndPaste.C (pasteSelection): more clean up, user proper
2068         ParagraphList functions for pasteing.
2069
2070         * ParagraphList.C (insert): new function, three arg insert
2071
2072 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2073
2074         * ParagraphList.C (insert): new function, three arg insert
2075
2076         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2077         not on paragraphs.
2078
2079 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2080
2081         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2082
2083 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2084
2085         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2086
2087 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2088
2089         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2090         (copySelection): clean up a bit.
2091         (pasteSelection): use make_pair
2092
2093         * ParagraphList.C (ParagraphList): implement copy constructor
2094         (operator=): implement, base on copy constructor.
2095         (assign): new func
2096
2097         * paragraph.C (erase): return a bool
2098
2099         * paragraph_pimpl.C (erasePos): remove function, move contents...
2100         (erase): ... here. Return a bool.
2101         (erase): call erase instead of erasePos.
2102
2103 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2104
2105         * ParagraphList.h: define PitPosPair
2106         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2107         ParagraphList, fix a bug on pasting multiple pars
2108         * text2.C: change interface to C&P
2109
2110 2003-04-30  André Pönitz  <poenitz@gmx.net>
2111
2112         * undo_func.C: revert part of yesterday's patch 2
2113
2114 2003-04-30  John Levon  <levon@movementarian.org>
2115
2116         * LColor.C: s/tabular/table/
2117
2118 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2119
2120         * text3.C (dispatch): do not convert iterator -> pointer
2121         * undo_funcs.C (setCursorParUndo): ditto
2122         * text_funcs.C (transposeChars): ditto
2123
2124         * text2.C (setLayout): ws changes only
2125
2126         * text.C (breakParagraph): do not convert iterator -> pointer
2127         (insertChar): ditto
2128         (acceptChange): ditto
2129         (rejectChange): ditto
2130         (changeCase): ditto
2131         (Delete): ditto
2132         (backspace): ditto
2133
2134         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2135         pointer
2136
2137 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2138
2139         * text3.C (gotoInset): YABG (yet another bad getChar)
2140
2141 2003-04-29  André Pönitz  <poenitz@gmx.net>
2142
2143         * paragraph.h: make operator= private unimplemented as long as
2144           it is unusable
2145
2146         * ParagraphList.C: whitespace
2147
2148         * paragraph.[Ch]:
2149         * paragraph_pimpl.[Ch]:
2150         * paragraph_funcs.C:
2151         * CutAndPaste.C:
2152         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2153
2154         * text2.C:
2155           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2156
2157 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2158
2159         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2160         * paragraph.[Ch] (erase):
2161         * paragraph_pimpl.[Ch] (erase): change return type and value
2162         * text2.C (cutSelection): some rework
2163
2164 2003-04-28  John Levon  <levon@movementarian.org>
2165
2166         * bufferlist.C: changes for unsaved changes dialog
2167
2168 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2169
2170         * bufferlist.C (newFile): set language (messages_) for new
2171         documents also.
2172
2173         * buffer.C (readFile): ws changes only.
2174
2175 2003-04-28  André Pönitz  <poenitz@gmx.net>
2176
2177         * undo_funcs.C:
2178         * lyxfunc.C:
2179         * buffer.[Ch]:
2180         * BufferView_pimpl.C:
2181         * BufferView.C: getParFromID related ParagraphList::iterator changes
2182
2183 2003-04-28  André Pönitz  <poenitz@gmx.net>
2184
2185         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2186           Changes
2187
2188 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2189
2190         * messages.C: remove one more localedir class variable.
2191
2192 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2193
2194         * messages.C (getLocaleDir): singleton generation function
2195         (Pimpl): use it.
2196         (Messages): add a default constructor.
2197
2198         * main.C (main): do not setup localedir here, do not call
2199         gettext_init.
2200
2201         * gettext.C (_): use it.
2202         (gettext_init): delete funciton
2203
2204 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2205
2206         * gettext.C (getLyXMessages): new singleton generating function.
2207
2208         * buffer.C (updateDocLang): adjust
2209
2210         * Makefile.am (messages.o): add target
2211         (main.o): remove target
2212
2213 2003-04-27  John Levon  <levon@movementarian.org>
2214
2215         * bufferlist.C:
2216         * lyx_cb.C:
2217         * lyxfunc.C:
2218         * lyxvc.C: specify cancel button in Alert::prompt
2219
2220 2003-04-26  John Levon  <levon@movementarian.org>
2221
2222         * text3.C:
2223         * lyxfunc.C:
2224         * lfuns.h:
2225         * LyXAction.C: add LFUN_INSET_SETTINGS
2226
2227         * lyxfunc.C: don't enable tabular-feature when there's
2228         just any locking inset
2229
2230 2003-04-26  John Levon  <levon@movementarian.org>
2231
2232         * bufferlist.C: re-add Cancel to buffer close question
2233
2234         * lyxfunc.C: fix import UI a bit
2235
2236 2003-04-25  John Levon  <levon@movementarian.org>
2237
2238         * gettext.C: remove the broken asserts for now
2239
2240 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2241
2242         * messages.C: make case where setlocale cannot comply work better.
2243
2244         * buffer.C (updateDocLang): new function
2245         (changeLanguage): use it
2246         (readFile): use it
2247
2248         * text2.C (setCounter): use B_ a bit.
2249
2250         * lyxlayout.C (Read): be sure to trim the label strings.
2251
2252         * messages.C (Messages): fix typo in comment
2253
2254         * buffer.C (readFile): set message_ after file is loaded.
2255         (makeDocBookFile): remove double return
2256         (changeLanguage): reset message_ upon language change.
2257         (B_): new func, use this to get translated buffer strings.
2258
2259         * main.C: add myself and Jean Marc as authors.
2260
2261 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2262
2263         * messages.[hC]: pimplify Messages, and three different pimpls to be
2264         used in different circumstances.
2265
2266         * gettext.[Ch]: change for use with new message code.
2267
2268 2003-04-24 André Pönitz <poenitz@gmx.net>
2269
2270         * factory.C: support for eqref
2271
2272 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2273
2274         * messages.[Ch]: add missing char
2275
2276         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2277
2278         * messages.[Ch]: New files
2279
2280 2003-04-18  John Levon  <levon@movementarian.org>
2281
2282         * BufferView.h:
2283         * BufferView.C:
2284         * BufferView_pimpl.C:
2285         * lfuns.h:
2286         * LyXAction.C:
2287         * lyxtext.h:
2288         * text2.C: remove layout-copy/paste (bug 778)
2289
2290 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2291
2292         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2293
2294 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2295
2296         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2297         if they succeed. Act accordingly.
2298
2299 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2300
2301         * text2.C (setCharFont): adjust
2302         (setCounter): adjust
2303         (insertStringAsLines): adjust
2304
2305         * text.C (leftMargin): adjust
2306         (setHeightOfRow): adjust
2307
2308         * rowpainter.C (paintFirst): adjust
2309         (paintLast): adjust
2310
2311         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2312         (outerHook): ditto
2313         (isFirstInSequence): ditto
2314         (getEndLabel): ditto
2315         (outerFont): adjust
2316
2317         * paragraph.C (getParLanguage): comment out some hard stuff.
2318
2319         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2320         (sgmlError): ditto
2321         (simpleDocBookOnePar): ditto
2322         (makeDocBookFile): use ParagraphList::iterator
2323
2324         * CutAndPaste.C (pasteSelection): adjust
2325
2326 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2327
2328         * text2.C (getFont): adjust
2329         (getLayoutFont): adjust
2330         (getLabelFont): adjust
2331
2332         * paragraph_funcs.C (TeXOnePar): adjust
2333
2334         * buffer.C (simpleLinuxDocOnePar): adjust
2335         (simpleDocBookOnePar): adjust
2336
2337         * CutAndPaste.C (pasteSelection): adjust
2338
2339         * BufferView.C (getEncoding): adjust
2340
2341         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2342
2343 2003-04-16  John Levon  <levon@movementarian.org>
2344
2345         * lyxfind.C: use parlist stuff for search/changes
2346
2347 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2348
2349         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2350
2351         * text2.C (deleteEmptyParagraphMechanism): adjust
2352
2353         * text2.[Ch] (ownerParagraph): delete func (both of them
2354
2355 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2356
2357         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2358
2359 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2360
2361         * ParagraphList.C: prepare for NO_NEXT
2362
2363 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2364
2365         * text2.C (getFont): adjust
2366         (getLayoutFont): adjust
2367         (getLabelFont): adjust
2368
2369         * paragraph.C (getFont): adjust
2370         (getLabelFont): adjust
2371         (getLayoutFont): adjust
2372
2373         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2374
2375 2003-04-15  John Levon  <levon@movementarian.org>
2376
2377         From Angus Leeming
2378
2379         * lyx_main.C: handle Include in .ui files
2380
2381 2003-04-15  John Levon  <levon@movementarian.org>
2382
2383         * MenuBackend.C: make the doc files length shorter
2384
2385         * ToolbarBackend.h:
2386         * ToolbarBackend.C: handle toolbar placement flags,
2387         Minibuffer
2388
2389 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2390
2391         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2392         adjust
2393
2394         * paragraph_funcs.C (TeXOnePar): adjust
2395
2396         * paragraph.C (getLabelFont): add outerfont arg, adjust
2397         (getLayoutFont): ditto
2398         (simpleTeXOnePar): adjust
2399
2400         * paragraph_pimpl.C (realizeFont): delete func
2401
2402 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2403
2404         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2405         row argument, constify cur argument.
2406
2407 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2408
2409         * text2.C (getFont): adjust
2410         (getLayoutFont): adjust
2411         (getLabelFont): adjust
2412
2413         * paragraph_funcs.C (TeXOnePar): adjust
2414         (outerFont): new func...
2415         (realizeFont): ...moved out from here, changed this to facilitate
2416         transition
2417
2418         * paragraph.C (getFont): take outerfont as arg, adjust
2419         (simpleTeXOnePar): add outerfont arg, adjust
2420
2421         * buffer.C (simpleLinuxDocOnePar): adjust
2422         (simpleDocBookOnePar): adjust
2423
2424         * CutAndPaste.C (pasteSelection): adjust
2425
2426         * BufferView.C (getEncoding): adjust
2427
2428 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2429
2430         * text2.C (setCharFont): adjust
2431         (setCounter): adjust
2432
2433         * text.C (leftMargin): adjust
2434         (setHeightOfRow): adjust
2435
2436         * rowpainter.C (paintFirst): adjust
2437         (paintLast): adjust
2438
2439         * paragraph_pimpl.C (realizeFont): adjust
2440
2441         * paragraph.C (isFirstInSequence): move from here...
2442         * paragraph_funcs.C (isFirstInSequence): ...to here
2443
2444         * paragraph.C (outerHook): move from here...
2445         * paragraph_funcs.C (outerHook): ...to here
2446
2447         * paragraph.C (depthHook): move from here...
2448         * paragraph_funcs.C (depthHook): ...to here
2449
2450         * paragraph.C (getEndLabel): move from here...
2451         * paragraph_funcs.C (getEndLabel): ...to here
2452
2453         * text2.C (realizeFont): move from here...
2454         * paragraph_funcs.C (realizeFont): ...to here
2455
2456 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2457
2458         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2459
2460 2003-04-14  Angus Leeming  <leeming@lyx.org>
2461
2462         * LColor.[Ch]: scrap LColor mathcursor.
2463
2464 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2465
2466         * lyxlex.[Ch] (text): delete function
2467         * trans.C (Load): adjust
2468         * paragraph_funcs.C (readParToken): adjust
2469
2470 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2471
2472         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2473         vector<char> instead of a char[].
2474
2475         * lyxlex_pimpl.C (getString): adjust
2476         (next): adjust
2477         (lex): use getString
2478         (eatLine): adjust
2479         (nextToken): adjust
2480
2481         * lyxlex.C (text): use pimpl_->getString()
2482         (getBool): ditto
2483         (findToken): ditto
2484
2485 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2486
2487         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2488         (makeFontEntriesLayoutSpecific): temp var for par.size()
2489         (setLayout): temp var for ownerParagraphs().end()
2490         (fullRebreak): temp var for rows().end()
2491         (selectionAsString): temp var for boost::next(startpit), realize
2492         that the while really is a regular for loop.
2493         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2494         setCursor in one place.
2495         (setParagraph): temp vr for ownerParagraphs().end()
2496         (updateCounters): make the while loop a for loop
2497         (cutSelection): temp var for ownerParagraphs().end()
2498         (updateInset): make the do {} while() a regular for loop
2499         (getCursorX): use temp vars
2500         (setCurrentFont): use temp vars
2501         (getColumnNearX): use temp vars
2502
2503 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2504
2505         * text.C (transformChar): use temp var for getChar
2506         (computeBidiTables): use temp var for row->par()
2507         (fill): move temp vars for row->par() and pit->layout() earlier in
2508         the function.
2509         (labelFill): use temp var for row->par()
2510         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2511         asc and desc, realize that pit never changes and that firstpit is
2512         just a duplicate and not needed. Exchange rit->par() with pit in a
2513         lot of places.
2514         (breakAgain): use a temp var for boost::next(rit)
2515         (breakAgainOneRow): ditto
2516         (breakParagraph): use a temp var for rows().begin()
2517         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2518         (cursorRightOneWord): use temp var for cursor.par() and
2519         cursor.pos(), remove usage of tmpcursor.
2520         (cursorLeftOneWord): use temp var for cursor.par() and
2521         cursor.pos() only set cur at end of function.
2522
2523 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2524
2525         * text.C, text2.C: exchange all usage of Paragraph::next with
2526         boost::next(ParagraphList::iterator)
2527
2528         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2529
2530         * text2.C (cursorTop): simplify implementation
2531         (cursorBottom): ditto
2532         (setParagraph): use ParagraphList::iterator
2533         (setCurrentFont): adjust
2534         (getColumnNearX): adjust
2535         (cursorRight): adjust
2536         (cursorLeft): remove usage of Paragraph::previous
2537         (cursorUpParagraph): ditto
2538         (deleteEmptyParagraphMechanism): slight cleanup
2539
2540         * text.C (isBoundary): take a Paragraph const & instead of a
2541         pointer as arg.
2542         (addressBreakPoint): ditto
2543         (leftMargin): remove usage of Paragraph::previous.
2544         (setHeightOfRow): ditto
2545         (cursorLeftOneWord): ditto
2546         (selectNextWordToSpellcheck): ditto
2547         (Delete): ditto
2548         (backspace): ditto
2549         (breakParagraph): remove one usage of Paragraph::next
2550         (redoParagraph): ditto
2551         (acceptChange): ditto
2552         (insertChar): adjust
2553         (rowBreakPoint): adjust
2554
2555         * bufferview_funcs.C (toggleAndShow): adjust
2556
2557 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2558
2559         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2560         methods to access it.
2561         * lyxtext.h:
2562         * text.C: Added updateRowPositions to compute all row positions.
2563         Make top_y and getRowNearY() to use the cached y position
2564
2565 2003-04-11  John Levon  <levon@movementarian.org>
2566
2567         * text.C (rowBreakPoint): reintroduce the labelEnd
2568         checks, code copied from the row fill stuff. Deep voodoo.
2569
2570         * text.C (fill): add a comment and debugging for the
2571         next poor soul.
2572
2573 2003-04-11  John Levon  <levon@movementarian.org>
2574
2575         * text.C: make sure fullrow insets get wrapped to the next line,
2576         even when they're in a manual label
2577
2578 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
2579
2580         * text2.C (insertParagraph): make it take ParagraphList::iterator
2581         as arg.
2582         (setLayout): make it return ParagraphList::iterator
2583         (redoParagraphs): ditto
2584         (setCounter): ditto
2585         (checkParagraph): ditto
2586
2587         * text.C (getRow): make getrow take ParagraphList::iterator as arg
2588
2589         * text2.C: adjust several funcs.
2590         (realizeFont): take a ParagraphList::iterator as arg.
2591         (getLayoutFont): ditto
2592         (getLabelFont): ditto
2593         (setCharFont): ditto
2594
2595         * text.C: adjust several funcs.
2596
2597 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2598
2599         * text.C (selectNextWordToSpellcheck): don't accidentally
2600         skip insets
2601
2602 2003-04-10  John Levon  <levon@movementarian.org>
2603
2604         * ToolbarBackend.C (getIcon): special handling for
2605         LFUN_MATH_DELIM
2606
2607 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2608
2609         * text2.C (cursorRight): a getChar assert fixed
2610
2611 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2612
2613         * text2.C (getFont): change to take a ParagraphList::iterator
2614         instead of Paragraph*
2615         Adjust several functions.
2616
2617         * text.C (transformChar): change to take a ParagraphList::iterator
2618         instead of Paragraph*
2619         (singleWidth): ditto
2620         Adjust several functions.
2621
2622         * rowpainter.C: adjust several functions
2623         * rowpainter.h:store a ParagraphList::iterator and not a
2624         Paragraph&.
2625
2626
2627 2003-04-09  John Levon  <levon@movementarian.org>
2628
2629         * lyxfunc.C:
2630         * lfuns.h:
2631         * LyXAction.h:
2632         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
2633         and the "help" bits as well
2634
2635 2003-04-09  John Levon  <levon@movementarian.org>
2636
2637         * ToolbarBackend.h:
2638         * ToolbarBackend.C: allow multiple toolbars
2639
2640 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2641
2642         * undo_funcs.C (setCursorParUndo): adjust
2643
2644         * text_funcs.C (transposeChars): adjust
2645
2646         * text3.C (gotoNextInset): adjust
2647         (dispatch): adjust
2648
2649         * text2.C (setLayout): adjust
2650         (changeDepth): adjust
2651         (setFont): adjust
2652         (redoParagraphs): adjust
2653         (selectionAsString): adjust
2654         (setParagraph): adjust
2655         (insertInset): adjust
2656         (cutSelection): adjust
2657         (copySelection): adjust
2658         (pasteSelection): adjust
2659         (insertStringAsLines): adjust
2660         (updateInset): adjust
2661         (setCursor): change to take a ParagraphList::iterator parameter
2662         (setCursorIntern): change to take a ParagraphList::iterator parameter
2663         (setCurrentFont): adjust
2664         (cursorLeft): adjust
2665         (cursorRight): adjust
2666         (deleteEmptyParagraphMechanism): adjust
2667
2668         * text.C (breakParagraph): adjust
2669         (insertChar): adjust
2670         (acceptChange): adjust
2671         (rejectChange): adjust
2672         (selectNextWordToSpellcheck): adjust
2673         (changeCase): adjust
2674         (Delete): adjust
2675         (backspace): adjust
2676
2677         * lyxfind.C (SearchForward): adjust
2678         (SearchBackward): adjust
2679         (nextChange): adjust
2680
2681         * lyxcursor.C (par): adjust
2682
2683         * lyxcursor.h: store a ParagraphList::iterator instead of a
2684         Paragraph*
2685
2686         * lyx_cb.C (getPossibleLabel): adjust
2687
2688         * bufferview_funcs.C (toggleAndShow): adjust
2689
2690         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2691         (dispatch): adjust
2692
2693         * BufferView.C (removeAutoInsets): adjust
2694         (lockedInsetStoreUndo): adjust
2695
2696 2003-04-09  John Levon  <levon@movementarian.org>
2697
2698         * ToolbarBackend.C: try icon without argument
2699         if with argument fails
2700
2701 2003-04-08  John Levon  <levon@movementarian.org>
2702
2703         * ToolbarBackend.h:
2704         * ToolbarBackend.C: add getIcon(), handle tooltip,
2705         and change from "Icon" to "Item".
2706
2707 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2708
2709         * BufferView.C (lockInset): another bad getchar crunched
2710
2711 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2712
2713         * text2.C (changeDepth): do not setUndo on test_only (make undo work
2714         again)
2715
2716 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
2717
2718         * lyxfind.C (searchForward, searchBackwards): bug 782
2719
2720 2003-04-07  John Levon  <levon@movementarian.org>
2721
2722         * paragraph.C: remove dead comment
2723
2724         * text.C: remove troublesome depth-fiddling code
2725         in leftMargin() and rightMargin() (bug 1017)
2726
2727         * text.C: fix breaking of rows in nested lists
2728         (bug 1004)
2729
2730         * text2.C (updateCounters): fix up depth values
2731         (bug 1013)
2732
2733 2003-04-07  John Levon  <levon@movementarian.org>
2734
2735         * BufferView_pimpl.C: clear message when doc finishes resizing,
2736         and after a mouse event
2737
2738         * lyxfunc.C: clear message after exiting inset
2739
2740 2003-04-07  John Levon  <levon@movementarian.org>
2741
2742         * bufferview_funcs.C: show math status not outside
2743         status in the statusbar
2744
2745 2003-04-07  John Levon  <levon@movementarian.org>
2746
2747         * lyxfunc.C: note status changed after a depth change
2748
2749 2003-04-04  Angus Leeming  <angus@localhost.localdomain>
2750
2751         * LaTeX.h: move AuxInfo operator==, != out of line.
2752         Remove LaTeX virtual destructor; nothing derives from it.
2753         Move operator()() out of public area and rename it startscript().
2754         Change protected for private.
2755
2756 2003-04-04  Angus Leeming  <leeming@lyx.org>
2757
2758         * lyxfunc.C:
2759         * text2.C: remove unneeded #includes.
2760
2761 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
2762
2763         * text2.C (dEPM): fix the heigth of the next row
2764
2765 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
2766
2767         * text.C: squashed an invalid getChar requester + some ws changes
2768
2769 2003-04-03  John Levon  <levon@movementarian.org>
2770
2771         * bufferview_funcs.h:
2772         * bufferview_funcs.C:
2773         * lyxfunc.C:
2774         * lyxtext.h:
2775         * text2.C: make getStatus work for the env depth lfuns
2776
2777 2003-04-03  John Levon  <levon@movementarian.org>
2778
2779         * bufferview_funcs.h:
2780         * bufferview_funcs.C:
2781         * lyxfunc.C:
2782         * lyxtext.h:
2783         * text2.C: parlistize decDepth(), by merging it with incDepth()
2784
2785 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2786
2787         * lyxrow.h: store a ParagraphList::iterator instead of a
2788         Paragraph* and adjust other class functions to suit.
2789
2790         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
2791         above.
2792
2793 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
2794
2795         * text2.C (setCursor): do not anchor to cursor row for the time being
2796
2797 2003-04-02  John Levon  <levon@movementarian.org>
2798
2799         * LyXAction.C:
2800         * lfuns.h:
2801         * lyx_main.C:
2802         * lyxtext.h:
2803         * text.C:
2804         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
2805
2806 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2807
2808         * paragraph.h: make ParagraphList and ParagraphList::iterator
2809         friends of Paragraph.
2810
2811         * buffer.C (makeLinuxDocFile): move towards ParagraphList
2812
2813         * ParagraphList.C: Use the private next_ and previous_ from
2814         Paragraph.
2815
2816 2003-04-01  John Levon  <levon@movementarian.org>
2817
2818         * ToolbarBackend.h:
2819         * ToolbarBackend.C:
2820         * Makefile.am: rename, remove defaults gunk
2821
2822         * MenuBackend.h:
2823         * MenuBackend.C: remove defaults gunk
2824
2825         * Languages.h:
2826         * Languages.C: remove defaults gunk
2827
2828         * lyx_main.h:
2829         * lyx_main.C: error out if files couldn't be found.
2830
2831 2003-04-02  John Levon  <levon@movementarian.org>
2832
2833         * text2.C: make incDepth() use parlist
2834
2835 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2836
2837         * undo_funcs.C (firstUndoParagraph): adjust
2838
2839         * text3.C (gotoInset): adjust
2840         (dispatch): adjust, and rewrite loop.
2841
2842         * text2.C (init): adjust, and rewrite loop.
2843         (redoParagraphs): adjust
2844         (updateInset): adjust, and rewrite loop.
2845         (deleteEmptyParagraphMechanism): adjust
2846
2847         * tabular.C (LyXTabular): adjust
2848         (SetMultiColumn): adjust
2849         (TeXRow): adjust
2850
2851         * lyxtext.[Ch] (ownerParagraph): delete function
2852         (ownerParagraphs): new function returns a ParagraphList.
2853
2854         * BufferView.C (removeAutoInsets): adjust
2855         (insertErrors): adjust
2856         (setCursorFromRow): adjust
2857
2858 2003-04-01  Angus Leeming  <leeming@lyx.org>
2859
2860         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
2861         in the frontends.
2862
2863 2003-04-02  John Levon  <levon@movementarian.org>
2864
2865         * lyxtext.h:
2866         * text.C:
2867         * Makefile.am:
2868         * text_funcs.h:
2869         * text_funcs.C: make transposeChars a free function
2870
2871         * lyxrow_funcs.C: remove wrong comment
2872
2873 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2874
2875         * lyxtext.h: adjust
2876         * rowpainter.C: adjust
2877         * text.C: adjust
2878         * text2.C: adjust
2879         * text3.C: adjust
2880
2881         * lyxrow_funcs. [Ch]: new files
2882
2883         * lyxrow.[Ch]: remove next and previous pointers
2884         (next,previous): remove accessor functions
2885         (isParEnd): move to lyxrow_funcs
2886         (lastPos): move to lyxrow_funcs
2887         (nextRowIsAllInset): move to lyxrow_funcs
2888         (lastPrintablePos): move to lyxrow_funcs
2889         (numberOfSeparators): move to lyxrow_funcs
2890         (numberOfHfills): move to lyxrow_funcs
2891         (numberOfLabelHfills): move to lyxrow_funcs
2892         (hfillExpansion): move to lyxrow_funcs
2893
2894         * lyxfunc.C: adjust
2895
2896         * bufferview_funcs.C (toggleAndShow): adjust
2897
2898         * RowList.h: Remove class RowList from file leave just a
2899         std::list<Row>.
2900
2901         * RowList.C: delete file
2902
2903         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
2904         and lyxrow_funcs.h
2905
2906 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2907
2908         * text3.C (cursorPrevious): adjust
2909         (cursorNext): adjust
2910         (dispatch): adjust
2911
2912         * text2.C (redoHeightOfParagraph): adjust
2913         (redoDrawingOfParagraph): adjust
2914         (setCursor): adjust
2915
2916         * text.C (breakParagraph): adjust
2917         (insertChar): adjust
2918         (backspace): adjust
2919
2920         * rowpainter.C (RowPainter): adjust
2921         (leftMargin): simplify and adjust
2922         (most rowpainter functions): adjust.
2923
2924         * rowpainter.h: store the row as RowList::iterator not as Row*
2925
2926         * lyxcursor.C (row): taka RowList::iterator as arg
2927         (irow): ditto
2928
2929         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
2930         of Row*.
2931
2932 2003-04-01  Angus Leeming  <leeming@lyx.org>
2933
2934         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
2935         stuff like bool Bool.
2936
2937 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
2938
2939         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
2940         rewrite a loop
2941
2942 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2943
2944         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
2945         RowList::iterator.
2946
2947         * lyxtext.h (rows): drop one version and leve a const variant that
2948         returns a RowList::iterator.
2949
2950 2003-03-31  Angus Leeming  <leeming@lyx.org>
2951
2952         * text.C (fill): ensure that the signature is the same as that in the
2953         header file.
2954
2955 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
2956
2957         * text2.C (redoParagraphs): adjust
2958         (updateCounters): adjust
2959         (checkParagraph): adjust
2960         (getColumnNearX): adjust and reformat a bit.
2961
2962         * text.C (top_y): adjust
2963         (workWidth): adjust
2964         (leftMargin): adjust
2965         (prepareToPrint): adjust
2966         (getRow): adjust
2967         (getRowNearY): adjust
2968
2969         * lyxtext.h: make rowlist_ mutable.
2970
2971         * RowList.h: add const_iterator
2972         * RowList.C: adjust for RowList::const_iterator.
2973
2974         * text2.C (getCursorX): make it take a RowList::iterator as arg,
2975         adjust.
2976
2977 2003-03-31  John Levon  <levon@movementarian.org>
2978
2979         * lyxrc.h:
2980         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
2981
2982         * lyx_main.C: set default fonts from using lyx_gui funcs
2983
2984         * exporter.C: pdf_mode moved from lyxrc
2985
2986         * lyx_cb.C:
2987         * lyxfunc.C: changes from above
2988
2989 2003-03-31  John Levon  <levon@movementarian.org>
2990
2991         * lyx_main.C: fix to the last fix
2992
2993 2003-03-31  John Levon  <levon@movementarian.org>
2994
2995         * bufferlist.C: "Load original" -> "Load Original"
2996
2997         * converter.C:
2998         * exporter.C:
2999         * importer.C:
3000         * lyx_main.C:
3001         * format.C: more Alert cleanups
3002
3003 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3004
3005         * text2.C (removeParagraph): make it take a RowList::iterator as
3006         arg, adjust.
3007         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3008         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3009
3010         * text.C (anchor_row): make it take a RowList::iterator as arg,
3011         adjust.
3012         (computeBidiTables): make it take a const reference to Row instead
3013         of Row pointer, adjust.
3014         (leftMargin): make it take a RowList::iterator as arg, adjust.
3015         (rowBreakPoint): adjust
3016         (breakAgainOneRow): make it take a RowList::iterator as arg,
3017         adjust.
3018         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3019
3020         * bufferview_funcs.C (toggleAndShow): adjust
3021
3022 2003-03-30  John Levon  <levon@movementarian.org>
3023
3024         * Makefile.am:
3025         * BoostFormat.h:
3026         * boost-inst.C: moved to support
3027
3028         * several files: changes as a result
3029
3030 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3031
3032         * text2.C (LyXText): adjust.
3033         (init): adjust
3034         (removeRow): make it take a RowList::iterator as arg, adjust.
3035         (fullRebreak): adjust
3036         (deleteEmptyParagraphMechanism): adjust
3037         (clearPaint): adjust
3038         (postPaint): adjust
3039
3040         * text.C (top_y): adjust
3041         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3042         (breakAgain): make it take a RowList::iterator as arg, adjust.
3043         (breakParagraph): adjust
3044         (insertChar): adjust
3045         (backspace): adjust
3046
3047         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3048         need_break_row, and refresh_row.
3049
3050         * text3.C (dispatch): adjust
3051
3052         * text2.C (checkParagraph): adjust
3053         (setCursor): adjust
3054         (setCursorFromCoordinates): adjust
3055
3056         * text.C (top_y): adjust
3057         (workWidth): adjust
3058         (getRow): make it return a RowList::iterator, adjust
3059         (getRowNearY): make it return a RowList::iterator, adjust
3060
3061         * text2.C (init): adjust
3062         (insertRow): remove function
3063         (insertParagraph): adjust
3064         (redoParagraphs): adjust
3065         (fullRebreak): adjust
3066         (updateCounters): adjust
3067
3068         * text.C (top_y): rewrite to use RowList iterators.
3069         (top_y): adjust
3070         (setHeightOfRow): rewrite to sue RowList iterators.
3071         (appendParagraph): adjust
3072         (breakAgain): adjust
3073         (breakAgainOneRow): adjust
3074         (breakParagraph): adjust
3075         (getRow): adjust
3076         (getRowNearY): adjust, and remove commented code.
3077
3078         * lyxtext.h (firstRow): delete function
3079         (lastRow): delete function
3080         (rows): new function (const and non-const versions.)
3081         (insertRow): delete function
3082
3083         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3084
3085 2003-03-29  John Levon  <levon@movementarian.org>
3086
3087         * BufferView_pimpl.C: always update scrollbar top
3088         because pasting text when we're anchored could mean we
3089         miss an update altogether
3090
3091 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3092
3093         * text2.C (init): use rowlist_.end() and not 0.
3094         (insertRow): change to take a RowList::iterator as arg, adjust
3095         for this.
3096         (insertParagraph): change to take a RowList::iterator as arg,
3097         adjust for this.
3098         (redoParagraphs): remove some debug msgs.
3099
3100         * text.C (appendParagraph): change to take a RowList::iterator
3101         arg, adjust for this.
3102         (breakAgain): add an assert
3103         (breakAgainOneRow): ditto
3104
3105 2003-03-29  John Levon  <levon@movementarian.org>
3106
3107         * text2.C: do not clear selection after inc/decDepth
3108         (bug 550)
3109
3110 2003-03-29  John Levon  <levon@movementarian.org>
3111
3112         * BufferView.C:
3113         * buffer.C: fix broken strerrors according to Lars
3114
3115 2003-03-29  John Levon  <levon@movementarian.org>
3116
3117         * converters.C: more Alert cleanups
3118
3119 2003-03-29  John Levon  <levon@movementarian.org>
3120
3121         * bufferview_funcs.C: remove pointless Alert
3122
3123         * buffer.C: fix confusing error message when
3124         a template is chmoded 000
3125
3126 2003-03-29  John Levon  <levon@movementarian.org>
3127
3128         * BufferView.C:
3129         * BufferView.h:
3130         * BufferView_pimpl.C: Alert fixes
3131
3132         * Makefile.am:
3133         * tabular.C:
3134         * tabular-old.C: remove unused table compat reading
3135
3136 2003-03-29  John Levon  <levon@movementarian.org>
3137
3138         * BufferView.C:
3139         * buffer.C:
3140         * lyx_cb.h:
3141         * lyx_cb.C: more Alert cleanups
3142
3143         * lyxfunc.C: don't allow chktex if not latex document
3144
3145 2003-03-29  John Levon  <levon@movementarian.org>
3146
3147         * lyx_cb.C:
3148         * BufferView.C:
3149         * buffer.C: warnings pushed down from support/,
3150         kill err_alert
3151
3152 2003-03-29  John Levon  <levon@movementarian.org>
3153
3154         * lyxfunc.C: safety check for C-r (revert)
3155
3156 2003-03-29  John Levon  <levon@movementarian.org>
3157
3158         * bufferlist.h:
3159         * bufferlist.C: several UI fixes using Alert::prompt.
3160         Fix the pointless looping quit code. Fix stupid revert
3161         behaviour (bug 938)
3162
3163         * lyxvc.h:
3164         * lyxvc.C:
3165         * lyx_cb.C: use Alert::prompt
3166
3167         * lyx_main.C: remove a silly question
3168
3169         * lyxfunc.C: remove a couple of silly questions,
3170         use Alert::prompt
3171
3172 2003-03-28  John Levon  <levon@movementarian.org>
3173
3174         * text2.C: fix bug 974 (End on empty par)
3175
3176 2003-03-28  John Levon  <levon@movementarian.org>
3177
3178         * BufferView_pimpl.C:
3179         * LyXAction.C:
3180         * lfuns.h: remove do-nothing math greek lfuns
3181
3182 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3183
3184         * lyxgluelength.h (isValidGlueLength): add default arg on
3185         parameter 2. Remove default arg from friend in class.
3186
3187         * lyxlength.h (isValidLength): add default arg on parameter 2.
3188         Remove default arg from friend in class.
3189
3190         * text2.C (LyXText): adjust, initialize refresh_row.
3191         (init): adjust
3192         (removeRow): adjust
3193         (insertRow): adjust
3194         (insertParagraph): adjst
3195         (redoParagraphs): adjust
3196         (fullRebreak): adjust
3197         (updateCounters): adjust
3198         (deleteEmptyParagraphMechanism): first attempt at fixing a
3199         crashing bug.
3200
3201         * text.C (top_y): adjust
3202         (setHeightOfRow): adjust
3203         (getRow): adjust
3204         (getRowNearY): adjust
3205
3206         * lyxtext.h: include RowList.h
3207         (~LyXText): not needed anymore, deleted.
3208         (firstRow): modify for RowList
3209         (lastRow): new function
3210         Delete firstrow and lastrow class variables, add a Rowlist
3211         rowlist_ class variable.
3212
3213         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3214         paragraph is empty.
3215
3216         * RowList.C (insert): fix case where it == begin().
3217
3218 2003-03-26  Angus Leeming  <leeming@lyx.org>
3219
3220         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3221         the thesaurus dialog.
3222
3223 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3224
3225         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3226
3227         * RowList.[Ch]: new files
3228
3229         * ParagraphList.C (erase): handle the case where it == begin
3230         correctly.
3231
3232 2003-03-25  John Levon  <levon@movementarian.org>
3233
3234         * Makefile.am:
3235         * aspell_local.h:
3236         * aspell.C: add new aspell support
3237
3238         * lyxrc.h:
3239         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3240         have it accessible.
3241
3242 2003-03-25  Angus Leeming  <leeming@lyx.org>
3243
3244         * lfuns.h:
3245         * LyXAction.C (init): new LFUN_INSET_INSERT.
3246
3247         * BufferView_pimpl.C (dispatch): split out part of the
3248         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3249
3250         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3251         LFUN_INSET_APPLY.
3252
3253 2003-03-25  Angus Leeming  <leeming@lyx.org>
3254
3255         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3256
3257 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3258
3259         * text2.C:
3260         * text3.C: remove useless row->height(0)
3261
3262 2003-03-25  John Levon  <levon@movementarian.org>
3263
3264         * lyxtext.h:
3265         * text2.C:
3266         * text3.C: rename the refreshing stuff to better names
3267
3268 2003-03-24  John Levon  <levon@movementarian.org>
3269
3270         * BufferView_pimpl.h:
3271         * BufferView_pimpl.C: update layout choice on a mouse
3272         press/release
3273
3274 2003-03-23  John Levon  <levon@movementarian.org>
3275
3276         * Makefile.am: fix commandtags.h reference
3277
3278 2003-03-22  John Levon  <levon@movementarian.org>
3279
3280         * BufferView_pimpl.C:
3281         * lyxtext.h:
3282         * rowpainter.C:
3283         * rowpainter.h:
3284         * text.C:
3285         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3286
3287 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3288
3289         * lyxtext.h:
3290         * text.C: take the rtl methods out of line
3291
3292 2003-03-21 André Pönitz <poenitz@gmx.net>
3293
3294         * metricsinfo.[Ch]: new files containing structures to be passed around
3295         during the two-phase-drawing...
3296
3297 2003-03-21 André Pönitz <poenitz@gmx.net>
3298
3299         * lyxtextclass.C: read 'environment' tag.
3300
3301 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3302
3303         * text2.C (removeRow): fix bug 964
3304
3305 2003-03-20  John Levon  <levon@movementarian.org>
3306
3307         * rowpainter.C:
3308         * text.C:
3309         * text2.C: paint cleanups. Inset::update() dropped font
3310         parameter
3311
3312 2003-03-19  John Levon  <levon@movementarian.org>
3313
3314         * lyxfunc.C: only fitcursor/markDirty if available()
3315
3316 2003-03-19  John Levon  <levon@movementarian.org>
3317
3318         * commandtags.h: rename to ...
3319
3320         * lfuns.h: ... this, and renumber / cleanup
3321
3322 2003-03-19  John Levon  <levon@movementarian.org>
3323
3324         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3325         fit the cursor after an lfun
3326
3327         * BufferView.h:
3328         * BufferView.C:
3329         * BufferView_pimpl.h:
3330         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3331
3332         * LyXAction.C: layout-character should have ReadOnly
3333
3334         * ParagraphParameters.C:
3335         * buffer.C:
3336         * bufferview_funcs.C:
3337         * lyx_cb.C:
3338         * lyxfind.C:
3339         * lyxtext.h:
3340         * text.C:
3341         * text2.C:
3342         * text3.C:
3343         * undo_funcs.C: changes from above
3344
3345 2003-03-18  John Levon  <levon@movementarian.org>
3346
3347         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3348         remove it from update()
3349
3350         * lyxfunc.C: update layout choice after an lfun
3351
3352         * text3.C: remove extra updateLayoutChoice()s
3353
3354 2003-03-18  John Levon  <levon@movementarian.org>
3355
3356         * text.C: top_y change means full repaint, fix
3357         a drawing bug with cursor movement
3358
3359 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3360
3361         * lyxtext.h:
3362         * text.C:
3363         * text2.C: anchor row on setCursor
3364
3365 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3366
3367         * lyxtext.h: remove almost all mutable keywords
3368         * text.C:
3369         * text2.C:
3370         * text3.C: remove const keywords accordingly
3371
3372 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3373
3374         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3375         anon namespace
3376         (TeXEnvironment): ditto
3377         (TeXOnePar): ditto
3378
3379 2003-03-17  John Levon  <levon@movementarian.org>
3380
3381         * text.C (rowBreakPoint): remove attempt to fix displayed
3382         math insets inside a manual label
3383
3384 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3385
3386         * lyxtext.h: remove BufferView* as first arg from almost all class
3387         functions.
3388         * other files: adjust.
3389
3390 2003-03-17  John Levon  <levon@movementarian.org>
3391
3392         * lyxtext.h:
3393         * undo_funcs.C:
3394         * text2.C: more paint cleanups
3395
3396         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3397
3398         * rowpainter.h:
3399         * rowpainter.C: remove "smart" background painting code
3400
3401 2003-03-16  John Levon  <levon@movementarian.org>
3402
3403         * lyxtext.h:
3404         * text.C:
3405         * text2.C:
3406         * text3.C: add helper functions for setting refresh_row/y
3407
3408 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3409
3410         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3411         newline inset which *can* get inserted in the pass_thru layouts.
3412         This is primarily for literate documents.
3413
3414 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3415
3416         * buffer.C: increment LYX_FORMAT to 223
3417
3418 2003-03-14 André Pönitz <poenitz@gmx.net>
3419
3420         * textclass.h: prepare for environment handling, ws changes
3421         * lyxlayout.C: read latexheader and latexfooter tags
3422
3423 2003-03-14  John Levon  <levon@movementarian.org>
3424
3425         * text2.C: rewrite ::status() a bit
3426
3427 2003-03-13  John Levon  <levon@movementarian.org>
3428
3429         * lyxtext.h: add some docs
3430
3431 2003-03-13  John Levon  <levon@movementarian.org>
3432
3433         * lyxtext.h:
3434         * text.C:
3435         * text2.C:
3436         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3437
3438 2003-03-13  John Levon  <levon@movementarian.org>
3439
3440         * text3.C: fix appendix redrawing
3441
3442 2003-03-13  John Levon  <levon@movementarian.org>
3443
3444         * text.C (setHeightOfRow):
3445         * rowpainter.h:
3446         * rowpainter.C: make appendix mark have the text
3447           "Appendix" so the user knows what it is
3448
3449         * LColor.h:
3450         * LColor.C: s/appendixline/appendix/ from above
3451
3452 2003-03-13  John Levon  <levon@movementarian.org>
3453
3454         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3455
3456         * text.C: fix a getChar(pos) bug properly
3457
3458 2003-03-13  Angus Leeming  <leeming@lyx.org>
3459
3460         * commandtags.h:
3461         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3462         Probably only temporary. Let's see how things pan out.
3463
3464         * BufferView.C (unlockInset):
3465         * BufferView_pimpl.C (fitCursor):
3466         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3467
3468         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3469         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3470
3471         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3472         new functions that convert ParagraphParameters to and from a string.
3473
3474         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3475         BufferView::Pimpl's dispatch.
3476         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3477
3478 2003-03-13 André Pönitz <poenitz@gmx.net>
3479
3480         * lyxfunc.C:
3481         * text3.C:
3482         * factory.C: make it aware of InsetEnv
3483
3484 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3485
3486         * text2.C (setCursor): never ask for one past last
3487         (setCursor): add some debugging messages.
3488
3489         * text.C (singleWidth): never ask for one past last
3490         (singleWidth): ditto
3491         (leftMargin): ditto
3492         (rightMargin): ditto
3493         (rowBreakPoint): ditto
3494         (setHeightOfRow): ditto
3495         (prepareToPrint): ditto
3496
3497         * rowpainter.C (paintBackground): never ask for one past last
3498         (paintText): never ask for one past last
3499
3500         * paragraph_pimpl.C (getChar): make the assert stricter, never
3501         allow the one past last pos to be taken
3502
3503         * paragraph.C (getChar): ws changes only
3504
3505         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3506         (numberOfSeparators): ditto
3507         (numberOfHfills): ditto
3508
3509 2003-03-12  John Levon  <levon@movementarian.org>
3510
3511         * author.h:
3512         * author.C:
3513         * bufferparams.h:
3514         * bufferparams.C:
3515         * paragraph_funcs.C: fix per-buffer authorlists
3516
3517 2003-03-12  John Levon  <levon@movementarian.org>
3518
3519         * text.C: fix newline in right address
3520
3521 2003-03-12  Angus Leeming  <leeming@lyx.org>
3522
3523         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3524         duplicate those in LyXFunc::dispatch.
3525
3526         * commandtags.h:
3527         * LyXAction.C:
3528         * ToolbarDefaults.C:
3529         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3530         Add LFUN_FONTFREE_UPDATE.
3531
3532         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3533         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3534
3535         * bufferview_func.[Ch]: several new functions to facilliate
3536         transfer of data to and from the character dialog.
3537
3538 2003-03-12  John Levon  <levon@movementarian.org>
3539
3540         * buffer.C:
3541         * paragraph.h:
3542         * paragraph.C:
3543         * paragraph_funcs.C:
3544         * paragraph_pimpl.C:
3545         * sgml.C:
3546         * tabular.C:
3547         * text.C:
3548         * text3.C: remove META_NEWLINE in favour of an inset
3549
3550         * rowpainter.h:
3551         * rowpainter.C: remove paintNewline (done by inset)
3552
3553 2003-03-12  John Levon  <levon@movementarian.org>
3554
3555         * paragraph_pimpl.C: complain about bad getChar()s
3556         for a while at least
3557
3558 2003-03-12  John Levon  <levon@movementarian.org>
3559
3560         * buffer.h:
3561         * buffer.C: move paragraph read into a separate function,
3562         a little renaming to reflect that.
3563
3564         * bufferparams.h:
3565         * bufferparams.C: remove the author_ids map, not necessary now
3566
3567         * factory.h:
3568         * factory.C: moved Buffer::readInset to here
3569
3570         * paragraph_funcs.h:
3571         * paragraph_funcs.C: readParagraph free function moved from
3572         buffer.C
3573
3574         * tabular.C: name change
3575
3576 2003-03-12  John Levon  <levon@movementarian.org>
3577
3578         * buffer.C:
3579         * ParagraphParameters.C: move par params input to
3580         a read() method
3581
3582         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
3583         behave like a normal read from the stream wrt reading
3584         a line vs. a \\token
3585
3586 2003-03-12  John Levon  <levon@movementarian.org>
3587
3588         * paragraph.C:
3589         * ParagraphParameters.h:
3590         * ParagraphParameters.C: move output code to a
3591         ::write() method
3592
3593 2003-03-12  John Levon  <levon@movementarian.org>
3594
3595         * BufferView.C (insertLyXFile):
3596         * buffer.h:
3597         * buffer.C:
3598         * tabular.C: use a parlist iterator for creating the
3599           document.
3600
3601 2003-03-12  John Levon  <levon@movementarian.org>
3602
3603         * buffer.C: make current_change static local not
3604           static file-scope
3605
3606 2003-03-12  John Levon  <levon@movementarian.org>
3607
3608         * buffer.C: fix insertStringAsLines for change tracking
3609
3610 2003-03-12  John Levon  <levon@movementarian.org>
3611
3612         * BufferView.C:
3613         * tabular.C:
3614         * buffer.h:
3615         * buffer.C:
3616         * bufferparams.h:
3617         * bufferparams.C: move author list into params. Rename some
3618           functions. Move the header reading into a separate token
3619           loop. Move the header token reading into BufferParams.
3620
3621 2003-03-12  John Levon  <levon@movementarian.org>
3622
3623         * changes.C: put debug inside lyxerr.debugging() checks
3624
3625 2003-03-11 André Pönitz <poenitz@gmx.net>
3626
3627         * factory.C: make it aware of InsetHFill
3628
3629 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3630
3631         * buffer.C (latexParagraphs): move function from here...
3632         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
3633         args.
3634
3635 2003-03-10  Angus Leeming  <leeming@lyx.org>
3636
3637         * LyXAction.C (init): fix bug in poplating array with multiple entries
3638         with the same LFUN (spotted by JMarc).
3639
3640 2003-03-10  John Levon  <levon@movementarian.org>
3641
3642         * text.C:
3643         * text2.C: move getColumnNearX() near its
3644         only call site
3645
3646 2003-03-10  John Levon  <levon@movementarian.org>
3647
3648         * text.C: fix break before a minipage
3649
3650 2003-03-10  John Levon  <levon@movementarian.org>
3651
3652         * text.C: fix the last commit
3653
3654 2003-03-09  John Levon  <levon@movementarian.org>
3655
3656         * lyxtext.h:
3657         * text.C:
3658         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
3659         bug 365 (don't break before insets unless needed). Don't
3660         return a value > last under any circumstances.
3661
3662 2003-03-09  Angus Leeming  <leeming@lyx.org>
3663
3664         * BufferView_pimpl.C (trackChanges, dispatch): call
3665         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
3666
3667 2003-03-09  Angus Leeming  <leeming@lyx.org>
3668
3669         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
3670         than Dialogs::showAboutlyx().
3671
3672 2003-03-09  Angus Leeming  <leeming@lyx.org>
3673
3674         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
3675         than Dialogs::showTabularCreate().
3676
3677 2003-03-09  John Levon  <levon@movementarian.org>
3678
3679         * lyxtext.h:
3680         * text.C:
3681         * text2.C: 3rd arg to nextBreakPoint was always the same.
3682           Use references.
3683
3684 2003-03-08  John Levon  <levon@movementarian.org>
3685
3686         * lyxrow.C:
3687         * paragraph.C:
3688         * paragraph.h:
3689         * rowpainter.C:
3690         * text.C:
3691         * text2.C: Remove the "main" bit from the "main body"
3692           notion.
3693
3694 2003-03-08  John Levon  <levon@movementarian.org>
3695
3696         * text.C (leftMargin): The left margin of an empty
3697         manual label paragraph should not include the label width
3698         string length.
3699
3700         * text.C (prepareToPrint): don't attempt to measure hfills
3701         for empty manual label paragraphs - the answer should be 0
3702
3703 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3704
3705         * CutAndPaste.C: remove commented code and reindent.
3706
3707 2003-03-08  John Levon  <levon@movementarian.org>
3708
3709         * lyxfunc.h:
3710         * lyxfunc.C: move reloadBuffer()
3711
3712         * BufferView.h:
3713         * BufferView.C: to here
3714
3715         * lyxvc.C: add comment
3716
3717         * vc-backend.h:
3718         * vc-backend.C: call bv->reload() to avoid
3719           getStatus() check on MENURELOAD
3720
3721 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
3722
3723         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
3724         to an old format .dep file.
3725
3726 2003-03-07  Angus Leeming  <leeming@lyx.org>
3727
3728         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
3729         when the LFUN_MOUSE_RELEASE should have been handled by
3730         inset->localDispatch.
3731
3732 2003-03-07  Angus Leeming  <leeming@lyx.org>
3733
3734         * BufferView_pimpl.C (dispatch):
3735         * LyXAction.C (init):
3736         * ToolbarDefaults.C (init):
3737         * commandtags.h:
3738         * lyxfunc.C (getStatus):
3739         remove LFUN_INSET_GRAPHICS.
3740
3741         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
3742
3743 2003-03-07  Angus Leeming  <leeming@lyx.org>
3744
3745         * commandtags.h:
3746         * LyXAction.C (init):
3747         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
3748
3749         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
3750
3751         * commandtags.h:
3752         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
3753
3754         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
3755         localDispatch method LFUN_INSET_DIALOG_UPDATE.
3756
3757 2003-03-07  Angus Leeming  <leeming@lyx.org>
3758
3759         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
3760         remove "ert".
3761
3762 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3763
3764         * ParagraphList.C (front): new function
3765         (back): implement
3766
3767 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
3768
3769         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
3770         and top_row_offset_. removed var first_y.
3771         * text.C (top_y):
3772         * text2.C (LyXText, removeRow):
3773         * text3.C:
3774         * BufferView_pimpl.C:
3775         use these methods instead of using first_y
3776
3777 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3778
3779         * text2.C (pasteSelection): adjust for checkPastePossible
3780
3781         * CutAndPaste.C: remove Paragraph * buf and replace with
3782         ParagraphList paragraphs.
3783         (DeleteBuffer): delete
3784         (cutSelection): change the tc type to textclass_type
3785         (copySelection): change the tc type to textclass_type
3786         (copySelection): adjust for ParagraphList
3787         (pasteSelection): change the tc type to textclass_type
3788         (pasteSelection): adjust for Paragraphlist
3789         (nrOfParagraphs): simplify for ParagraphList
3790         (checkPastePossible): simplify for ParagraphList
3791         (checkPastePossible): remove unused arg
3792
3793         * ParagraphList.C (insert): handle the case where there are no
3794         paragraphs yet.
3795
3796         * CutAndPaste.h: make CutAndPaste a namespace.
3797
3798         * text3.C (dispatch): adjust
3799
3800         * text.C (breakParagraph): add a ParagraphList as arg
3801
3802         * paragraph_funcs.C (breakParagraph): change to take a
3803         BufferParams and a ParagraphList as args.
3804         (breakParagraphConservative): ditto
3805         (mergeParagraph): ditto
3806         (TeXDeeper): add a ParagraphList arg
3807         (TeXEnvironment): ditto
3808         (TeXOnePar): ditto
3809
3810         * buffer.C (readLyXformat2): adjust
3811         (insertStringAsLines): adjust
3812         (latexParagraphs): adjust
3813
3814         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
3815         (cutSelection): adjust
3816         (pasteSelection): adjust
3817
3818         * BufferView_pimpl.C (insertInset): adjust
3819
3820 2003-03-05  Angus Leeming  <leeming@lyx.org>
3821
3822         * commandtags.h:
3823         * LyXAction.C (init):
3824         * BufferView_pimpl.C (dispatch):
3825         * lyxfunc.C (getStatus):
3826         remove LFUN_CHILD_INSERT.
3827
3828         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
3829
3830 2003-03-05  Angus Leeming  <leeming@lyx.org>
3831
3832         * commandtags.h:
3833         * LyXAction.C (init):
3834         * src/factory.C (createInset):
3835         * lyxfunc.C (getStatus):
3836         * text3.C (dispatch):
3837         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
3838
3839         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
3840
3841 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
3842
3843         * ParagraphList.C (insert): handle insert right before end()
3844         (erase): fix cases where it can be first or last paragraph.
3845
3846 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3847
3848         * paragraph_funcs.C (TeXEnvironment): remove all usage of
3849         Paragraph::next and Paragraph::previous
3850         (TeXOnePar): ditto
3851
3852         * text.C (breakParagraph): adjust
3853
3854         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
3855         BufferParams& as arg.
3856         (breakParagraph): use ParagraphList::insert
3857         (breakParagraphConservative): take a Buffer* instead of a
3858         BufferParams& as arg.
3859         (breakParagraphConservative): use ParagraphList::insert.
3860
3861         * buffer.C (insertStringAsLines): un-const it
3862         (insertStringAsLines): adjust
3863
3864         * ParagraphList.C (insert): new function
3865
3866         * CutAndPaste.C (pasteSelection): adjust
3867
3868         * text.C (backspace): adjust
3869
3870         * tabular.C (SetMultiColumn): adjust
3871
3872         * CutAndPaste.C (cutSelection): adjust
3873         (pasteSelection): adjust
3874
3875         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
3876         Buffer const * as arg
3877
3878         * ParagraphList.C (erase): new function
3879         * paragraph_funcs.C (mergeParagraph): use it
3880         (mergeParagraph): make it take a Buffer* instead of a
3881         BufferParams* as arg
3882
3883         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
3884         as arg
3885         (breakParagraphConservative): ditto
3886
3887         * paragraph.h: remove the breakParagraph friend
3888
3889         * paragraph.C (eraseIntern): new function
3890         (setChange): new function
3891
3892         * paragraph_funcs.C (mergeParagraph): make it take a
3893         ParagraphList::iterator instead of a Paragraph *, adjust
3894         accordingly.
3895
3896         * paragraph.h: move an #endif so that the change tracking stuff
3897         also works in the NO_NEXT case.
3898
3899 2003-03-04  Angus Leeming  <leeming@lyx.org>
3900
3901         * commandtags.h:
3902         * LyXAction.C: new LFUN_INSET_MODIFY.
3903
3904         * BufferView_pimpl.C (dispatch): if an inset is found to be open
3905         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
3906
3907 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3908
3909         * several files: ws changes only
3910
3911         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
3912         (TeXEnvironment): ditto
3913         (TeXDeeper): ditto
3914
3915         * buffer.C (makeLaTeXFile): adjust
3916         (latexParagraphs): make it take ParagraphList::iterator as args
3917
3918 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3919
3920         * buffer.C (latexParagraphs): adjust
3921
3922         * paragraph.C (TeXOnePar): move function...
3923         (optArgInset): move function...
3924         (TeXEnvironment): move function...
3925         * paragraph_pimpl.C (TeXDeeper): move function...
3926         * paragraph_funcs.C: ...here
3927
3928         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
3929
3930 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3931
3932         * buffer.C (readInset): remove compability code for old Figure and
3933         InsetInfo insets
3934
3935 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3936
3937         * buffer.C: ws changes
3938         (readInset):
3939
3940         * BufferView_pimpl.C: ditto
3941         * author.C: ditto
3942         * buffer.h: ditto
3943         * bufferlist.h: ditto
3944         * changes.h: ditto
3945         * lyxfunc.C: ditto
3946
3947 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
3948
3949         * converter.[Ch]: split into itself +
3950         * graph.[Ch]
3951         * format.[Ch]
3952         * Makefile.am: += graph.[Ch] + format.[Ch]
3953         * MenuBackend.C
3954         * buffer.C
3955         * exporter.C
3956         * importer.C
3957         * lyx_main.C
3958         * lyxfunc.C
3959         * lyxrc.C: added #include "format.h"
3960
3961 2003-02-27  Angus Leeming  <leeming@lyx.org>
3962
3963         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
3964           a label.
3965
3966         * factory.C (createInset): add "label" to the factory.
3967
3968         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
3969           string and do no more.
3970
3971 2003-02-27  Angus Leeming  <leeming@lyx.org>
3972
3973         * commandtags.h:
3974         * LyXAction.C (init):
3975         * factory.C (createInset):
3976         * BufferView_pimpl.C (dispatch):
3977           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
3978
3979         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
3980
3981         * lyxfunc.C (dispatch):
3982         * text3.C (dispatch): pass name to params2string.
3983
3984 2003-02-26  Angus Leeming  <leeming@lyx.org>
3985
3986         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
3987           blocks together.
3988           Rearrange the ~includes. Strip out the unnecessary ones.
3989
3990         * factory.C (createInset): reformat.
3991           create new insets for the various LFUN_XYZ_APPLY lfuns.
3992
3993 2003-02-26  John Levon  <levon@movementarian.org>
3994
3995         * lyxrow.h:
3996         * lyxrow.C: add isParStart,isParEnd helpers
3997
3998         * paragraph.h: make isInserted/DeletedText take refs
3999
4000         * paragraph_funcs.h:
4001         * paragraph_funcs.C: remove #if 0'd code
4002
4003         * lyxtext.h:
4004         * text3.C:
4005         * text2.C:
4006         * text.C: use lyxrow helpers above.
4007           Move draw and paint routines to RowPainter.
4008           Make several methods use refs not pointers.
4009           Make backgroundColor() const.
4010           Add markChangeInDraw(), isInInset().
4011           Merge changeRegionCase into changeCase.
4012           Make workWidth() shouldn't-happen code into an Assert.
4013
4014         * rowpainter.h:
4015         * rowpainter.C: new class for painting a row.
4016
4017         * vspace.h:
4018         * vspace.C: make inPixels take a ref
4019
4020 2003-02-26  Angus Leeming  <leeming@lyx.org>
4021
4022         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4023         LFUN_REF_APPLY.
4024
4025 2003-02-25  John Levon  <levon@movementarian.org>
4026
4027         * ispell.C: give the forked command a more accurate name
4028
4029 2003-02-22  John Levon  <levon@movementarian.org>
4030
4031         * toc.h:
4032         * toc.C: make TocItem store an id not a Paragraph *
4033           (bug #913)
4034
4035 2003-02-21  Angus Leeming  <leeming@lyx.org>
4036
4037         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4038           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4039           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4040           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4041           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4042           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4043
4044         * BufferView_pimpl.C (dispatch):
4045         * LyXAction.C (init):
4046         * factory.C (createInset):
4047         * lyxfunc.C (getStatus, dispatch):
4048         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4049
4050 2003-02-21  Angus Leeming  <leeming@lyx.org>
4051
4052         * BufferView_pimpl.C (MenuInsertLyXFile):
4053         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4054         * lyxfunc.C (menuNew, open, doImport):
4055           no longer pass a LyXView & to fileDlg.
4056
4057 2003-02-21  Angus Leeming  <leeming@lyx.org>
4058
4059         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4060         * LyXAction.C: change, BIBKEY to BIBITEM.
4061         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4062         Change InsetBibKey to InsetBibitem.
4063         Change BIBKEY_CODE to BIBITEM_CODE.
4064         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4065         * factory.C: replace insetbib.h with insetbibitem.h.
4066         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4067         * paragraph.C: replace insetbib.h with insetbibitem.h.
4068         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4069         Change bibkey() to bibitem().
4070         * text.C: remove insetbib.h.
4071         * text2.C: replace insetbib.h with insetbibitem.h.
4072         change bibkey() to bibitem().
4073         * text3.C: remove insetbib.h.
4074         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4075
4076 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4077
4078         * lyxrc.C (output): enclose user email in quotes (in case there are
4079         several words)
4080
4081 2003-02-18  John Levon  <levon@movementarian.org>
4082
4083         * buffer.h: add std::
4084
4085 2003-02-17  John Levon  <levon@movementarian.org>
4086
4087         * SpellBase.h:
4088         * ispell.h:
4089         * ispell.C:
4090         * pspell.h:
4091         * pspell.C: reworking. Especially in ispell, a large
4092           number of clean ups and bug fixes.
4093
4094         * lyxfunc.C: fix revert to behave sensibly
4095
4096 2003-02-17 André Pönitz <poenitz@gmx.net>
4097
4098         * LyXAction.C:
4099         * commandtags.h: new LFUN_INSERT_BIBKEY
4100
4101         * layout.h:
4102         * lyxlayout.C:
4103         * buffer.C:
4104         * factory.C:
4105         * text.C:
4106         * text2.C:
4107         * text3.C:
4108         * paragraph.[Ch]:
4109         * paragraph_func.C: remove special bibkey handling
4110
4111 2003-02-17  John Levon  <levon@movementarian.org>
4112
4113         * text.C (Delete): fix case where delete at the end of
4114           the very first paragraph would not merge the pars
4115
4116 2003-02-17  John Levon  <levon@movementarian.org>
4117
4118         * lyxrow.C: fix lastPrintablePos()
4119
4120 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4121
4122         * bufferparams.C (writeLaTeX): add a std:here
4123
4124         * buffer.C: and remove a using directive there
4125
4126 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4127
4128         * buffer.C (makeLaTeXFile): move the code that generates the
4129           preamble...
4130
4131         * bufferparams.C (writeLaTeX): ... in this new method
4132
4133         * LaTeXFeatures.C (getEncodingSet): make const
4134           (getLanguages): make const
4135
4136         * MenuBackend.C (binding): returns the binding associated to this
4137           action
4138           (add): sets the status of each item by calling getStatus. Adds
4139           some intelligence.
4140           (read): add support for OptSubMenu
4141           (expand): remove extra separator at the end of expanded menu
4142
4143 2003-02-15  John Levon  <levon@movementarian.org>
4144
4145         * BufferView.C:
4146         * BufferView_pimpl.C:
4147         * bufferlist.h:
4148         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4149           inset code that had no actual effect. Remove unneeded status
4150           code.
4151
4152 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4153
4154         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4155           in preamble
4156
4157 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4158
4159         * text.C (drawLengthMarker): also draw an arrow marker for
4160           symbolic lengths (medskip...)
4161
4162 2003-02-14  John Levon  <levon@movementarian.org>
4163
4164         * tabular.h:
4165         * tabular.C: better method names
4166
4167 2003-02-14  John Levon  <levon@movementarian.org>
4168
4169         * BufferView_pimpl.C:
4170         * bufferlist.C:
4171         * buffer.C:
4172         * converter.C:
4173         * lyx_cb.C:
4174         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4175           it's a more accurate name. Remove some pointless uses.
4176
4177 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4178
4179         * text2.C (LyXText): change order of initilizers to shut off
4180           warnings
4181
4182 2003-02-14  John Levon  <levon@movementarian.org>
4183
4184         * buffer.C: use ParIterator for getParFromID()
4185
4186         * paragraph.h:
4187         * paragraph.C:
4188         * paragraph_pimpl.h:
4189         * paragraph_pimpl.C: remove unused getParFromID()
4190
4191 2003-02-14  John Levon  <levon@movementarian.org>
4192
4193         * buffer.C: remove some very old #if 0'd parse code
4194
4195 2003-02-13  John Levon  <levon@movementarian.org>
4196
4197         * text.h:
4198         * text.C:
4199         * text2.C: move hfillExpansion(), numberOfSeparators(),
4200           rowLast(), rowLastPrintable(), numberofHfills(),
4201           numberOfLabelHfills() ...
4202
4203         * lyxrow.h:
4204         * lyxrow.C: ... to member functions here.
4205
4206         * paragraph.h:
4207         * paragraph.C:
4208         * lyxtext.h:
4209         * text.C: remove LyXText::beginningOfMainBody(), and call
4210           p->beginningOfMainBody() directly. Move the check for
4211           LABEL_MANUAL into the latter.
4212
4213         * text.h:
4214         * text.C:
4215         * text2.C:
4216         * vspace.C:
4217         * BufferView.h:
4218         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4219
4220         * text.h:
4221         * text.C:
4222         * text2.C:
4223         * text3.C:
4224         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4225           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4226
4227 2003-02-13  John Levon  <levon@movementarian.org>
4228
4229         * CutAndPaste.C: remove debug
4230
4231 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4232
4233         * paragraph.C (asString): remove two unused variables
4234
4235         * lyxtextclass.C (readTitleType):
4236           (Read):
4237           (LyXTextClass): handle new members titletype_ and titlename_
4238
4239         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4240
4241 2003-02-09  John Levon  <levon@movementarian.org>
4242
4243         * buffer.h:
4244         * buffer.C: replace hand-coded list with a map for the dep clean
4245
4246 2003-02-08  John Levon  <levon@movementarian.org>
4247
4248         * LaTeX.C: consolidate code into showRunMessage() helper
4249
4250 2003-02-08  John Levon  <levon@movementarian.org>
4251
4252         * lyxfind.C:
4253         * lyxtext.h:
4254         * text2.C:
4255         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4256           and pass the size in explicitly
4257
4258         * BufferView_pimpl.h:
4259         * BufferView_pimpl.C:
4260         * BufferView.h:
4261         * BufferView.C: add getCurrentChange()
4262
4263         * BufferView_pimpl.h:
4264         * BufferView_pimpl.C: handle change lfuns
4265
4266         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4267           for changes. Mark pasted paragraphs as new.
4268
4269         * support/lyxtime.h:
4270         * support/lyxtime.C:
4271         * DepTable.C: abstract time_t as lyx::time_type
4272
4273         * LColor.h:
4274         * LColor.C: add colours for new text, deleted text, changebars
4275
4276         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4277           package use "usenames" option.
4278
4279         * commandtags.h:
4280         * lyxfunc.C:
4281         * LyXAction.C: add change lfuns
4282
4283         * Makefile.am:
4284         * author.h:
4285         * author.C: author handling
4286
4287         * buffer.h:
4288         * buffer.C: add a per-buffer author list, with first entry as
4289           current author. Handle new .lyx tokens for change tracking. Output
4290           author list to .lyx file. Output dvipost stuff to .tex preamble.
4291           Bump lyx format to 222.
4292
4293         * bufferlist.h:
4294         * bufferlist.C: add setCurrentAuthor() to reset current author details
4295           in all buffers.
4296
4297         * bufferparams.h:
4298         * bufferparams.C: add param for tracking
4299
4300         * bufferview_funcs.C: output change info in minibuffer
4301
4302         * Makefile.am:
4303         * changes.h:
4304         * changes.C: add change-tracking structure
4305
4306         * debug.h:
4307         * debug.C: add CHANGES debug flag
4308
4309         * lyxfind.h:
4310         * lyxfind.C: add code for finding the next change piece
4311
4312         * lyxrc.h:
4313         * lyxrc.C: add user_name and user_email
4314
4315         * lyxrow.h:
4316         * lyxrow.C: add a metric for the top of the text line
4317
4318         * lyxtext.h:
4319         * text.C: implement accept/rejectChange()
4320
4321         * lyxtext.h:
4322         * text.C: paint changebars. Paint new/deleted text in the chosen
4323         colours. Strike through deleted text.
4324
4325         * paragraph.h:
4326         * paragraph.C:
4327         * paragraph_pimpl.h:
4328         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4329           in the current change to the insert functions. Rework erase to
4330           mark text as deleted, adding an eraseIntern() and a range-based
4331           erase(). Implement per-paragraph change lookup and
4332           accept/reject.
4333
4334         * paragraph_funcs.C: Fixup paste for change tracking.
4335
4336         * tabular.C: mark added row/columns as new.
4337
4338         * text.C: fix rowLast() to never return -1. Don't allow
4339           spellchecking of deleted text. Track transpose changes. Don't
4340           allow paragraph break or merge where appropriate.
4341
4342         * text2.C: leave cursor at end of selection after a cut.
4343
4344 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4345
4346         * text.C (getLengthMarkerHeight):
4347         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4348         visible on screen too.
4349
4350 2003-02-07  John Levon  <levon@movementarian.org>
4351
4352         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4353
4354 2003-02-05  Angus Leeming  <leeming@lyx.org>
4355
4356         * lyxserver.C (read_ready): revert my patch of 11 September last year
4357         as it sends PC cpu through the roof. Presumably this means that
4358         the lyxserver will no longer run on an Alpha...
4359
4360 2003-01-30  Angus Leeming  <leeming@lyx.org>
4361
4362         * factory.C (createInset): create an InsetCommandParam of type "index"
4363         and use it to 'do the right thing'.
4364
4365         * text2.C (getStringToIndex): ensure that cursor position is always
4366         reset to the reset_cursor position.
4367
4368 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4369
4370         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4371         disabled.
4372
4373 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4374
4375         * bufferview.C:
4376         * lyxcb.C:
4377         * lyxfunc.C: Output messages with identical spelling, punctuation,
4378         and spaces
4379
4380 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4381
4382         * MenuBackend.C (expandFormats): List only viewable export formats
4383         in "View" menu
4384
4385         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4386         message
4387
4388         * lyxfunc.C (getStatus): Make sure that formats other than
4389         "fax" can also be disabled
4390
4391 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4392
4393         * text3.C (dispatch): put the lfuns that insert insets in 3
4394         groups, and call doInsertInset with appropriate arguments.
4395         (doInsertInset): new function, that creates an inset and inserts
4396         it according to some boolean parameters.
4397
4398 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4399
4400         * buffer.C (readFile): remember to pass on 'par' when calling
4401         readFile recursively.
4402
4403 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4404
4405         * MenuBackend.C (expandFormats): add "..." to import formats.
4406
4407 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4408
4409         * paragraph.C (asString): Remove XForms RTL hacks.
4410
4411 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4412         * buffer.C: fix typo
4413
4414 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4415
4416         * Makefile.am (LIBS): delete var
4417         (lyx_LDADD): add @LIBS@ here instead.
4418
4419 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4420
4421         * Clarify the meaning of "wheel mouse jump"
4422
4423 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4424
4425         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4426         tabular in a float
4427
4428 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4429
4430         * importer.C (Loaders): do not preallocate 3 elements in the
4431         vector, since one ends up with 6 elements otherwise
4432
4433 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4434
4435         * DepTable.C (write): write the file name as last element of the
4436         .dep file (because it may contain spaces)
4437         (read): read info in the right order
4438
4439 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4440
4441         * paragraph_pimpl.C (simpleTeXBlanks):
4442         (simpleTeXSpecialChars):
4443         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4444
4445         * tabular.C (latex): add some missing case statements. Reindent.
4446
4447         * MenuBackend.C (expandToc): remove unused variable.
4448
4449 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4450
4451         * LColor.C:
4452         * LaTeX.C:
4453         * LyXAction.C:
4454         * MenuBackend.C:
4455         * buffer.C:
4456         * exporter.C:
4457         * lyxfunc.C:
4458         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4459         and the like.
4460
4461 2003-01-05  John Levon  <levon@movementarian.org>
4462
4463         * BufferView.h:
4464         * BufferView.C: add getEncoding()
4465
4466         * kbsequence.h:
4467         * kbsequence.C: do not store last keypress
4468
4469         * lyxfunc.h:
4470         * lyxfunc.C: store last keypress here instead. Pass encoding
4471           to getISOEncoded()
4472
4473 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4474
4475         * lyx_main.C (init): remove annoying error message when following
4476         symbolic links (bug #780)
4477
4478 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4479
4480         * text.C (insertChar):
4481         * lyxrc.C (getDescription): remove extra spaces
4482
4483 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4484
4485         * lyxrc.C (getDescription): remove extra spaces
4486
4487 2002-12-20  John Levon  <levon@movementarian.org>
4488
4489         * text3.C: hack fix for page up/down across tall rows
4490
4491 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4492
4493         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4494         not been invoked
4495
4496 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4497
4498         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4499         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4500         thesaurus is not compiled in
4501
4502 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4503
4504         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4505
4506 2002-12-16  Angus Leeming  <leeming@lyx.org>
4507
4508         * lyxrc.[Ch]:
4509         * lyx_main.C (init): remove override_x_deadkeys stuff.
4510
4511 2002-12-12  John Levon  <levon@movementarian.org>
4512
4513         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4514           insert. Only remove shift modifier under strict
4515           circumstances.
4516
4517 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4518
4519         * MenuBackend.C (expandToc): fix crash.
4520
4521 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4522
4523         * MenuBackend.C (expandToc): gettext on float names.
4524
4525 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4526
4527         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4528         implement bool empty() [bug 490]
4529
4530 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4531
4532         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4533
4534 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4535
4536         * several files: ws changes
4537
4538 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4539
4540         * text2.C (setCounter): clean up a bit, use boost.format.
4541         (updateCounters): initialize par upon declaration.
4542
4543         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4544         if the layout exists. We do not just store the layout any more.
4545         (SwitchLayoutsBetweenClasses): use boost.format
4546
4547 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4548
4549         * converter.C (convert): if from and to files are the same, use a
4550         temporary files as intermediary
4551
4552 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4553
4554         * commandtags.h:
4555         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4556
4557 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4558
4559         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4560
4561 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4562
4563         * tabular.C (asciiPrintCell): use string(size, char) instead of
4564         explicit loop.
4565
4566         * sgml.C (openTag): fix order of arguments to string constructor
4567         (closeTag): ditto
4568
4569         * lyxfunc.C (dispatch): use boost.format
4570
4571         * lots of files: change "c" -> 'c'
4572
4573 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
4574
4575         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
4576
4577 2002-11-25  Angus Leeming  <leeming@lyx.org>
4578
4579         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
4580
4581         * lyx_main.C (init): compile fix.
4582
4583 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4584
4585         * lyx_cb.C (start): boost.formatify
4586         do not include <iostream>
4587
4588         * lengthcommon.C: ws only
4589
4590         * boost-inst.C,BoostFormat.h: add more explict instantations
4591
4592 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4593
4594         * lots of files: handle USE_BOOST_FORMAT
4595
4596 2002-11-21  John Levon  <levon@movementarian.org>
4597
4598         * pspell.C: fix compile
4599
4600 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4601
4602         * lyxfunc.C (dispatch): use boost::format
4603         (open): ditto
4604         (doImport): ditto
4605
4606         * lyxfont.C (stateText): use boost::format
4607
4608         * lyx_main.C (LyX): use boost::format
4609         (init): ditto
4610         (queryUserLyXDir): ditto
4611         (readRcFile): ditto
4612         (parse_dbg): ditto
4613         (typedef boost::function): use the recommened syntax.
4614
4615         * importer.C (Import): use boost::format
4616
4617         * debug.C (showLevel): use boost::format
4618
4619         * converter.C (view): use boost::format
4620         (convert): ditto
4621         (move): ditto
4622         (scanLog): ditto
4623
4624         * bufferview_funcs.C (currentState): use boost::format
4625
4626         * bufferlist.C (emergencyWrite): use boost::format
4627
4628         * buffer.C (readLyXformat2): use boost::format
4629         (parseSingleLyXformat2Token): ditto
4630
4631         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
4632
4633         * LaTeX.C (run): use boost::format
4634
4635         * Chktex.C (scanLogFile): use boost::format
4636
4637         * BufferView_pimpl.C (savePosition): use boost::format
4638         (restorePosition): ditto
4639         (MenuInsertLyXFile): ditto
4640
4641         * BoostFormat.h: help file for explicit instation.
4642
4643 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
4644
4645         * tabular.C (latex): Support for block alignment in fixed width
4646         columns.
4647
4648 2002-11-17  John Levon  <levon@movementarian.org>
4649
4650         * BufferView_pimpl.C:
4651         * lyx_cb.C:
4652         * lyxfunc.C: split filedialog into open/save
4653
4654 2002-11-08  Juergen Vigna  <jug@sad.it>
4655
4656         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
4657         by my last patch (hopefully).
4658
4659 2002-11-08  John Levon  <levon@movementarian.org>
4660
4661         * iterators.h:
4662         * iterators.C:
4663         * buffer.h:
4664         * buffer.C:
4665         * paragraph.h:
4666         * paragraph.C:
4667         * toc.h:
4668         * toc.C: ParConstIterator, and use it (from Lars)
4669
4670 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
4671
4672         * lyxtextclass.[Ch]: revise and add doxygen comments
4673
4674 2002-11-07  John Levon  <levon@movementarian.org>
4675
4676         * text.C: fix progress value for spellchecker
4677
4678         * toc.C: fix navigate menu for insetwrap inside minipage
4679
4680         * paragraph_funcs.C: added FIXME for suspect code
4681
4682 2002-11-07  John Levon  <levon@movementarian.org>
4683
4684         * BufferView_pimpl.C: fix redrawing of insets
4685           on buffer switch
4686
4687 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4688
4689         * text2.C (updateCounters): fix bug 668
4690
4691 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
4692
4693         * text3.C (dispatch): Do not make the buffer dirty when moving the
4694         cursor.
4695
4696 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4697
4698         * vc-backend.C: STRCONV
4699         (scanMaster): ditto
4700
4701         * text2.C (setCounter): STRCONV
4702
4703         * paragraph.C (asString): STRCONV
4704
4705         * lyxlength.C (asString): STRCONV
4706         (asLatexString): ditto
4707
4708         * lyxgluelength.C (asString): STRCONV
4709         (asLatexString): ditto
4710
4711         * lyxfunc.C (dispatch): STRCONV
4712         (open): ditto
4713
4714         * lyxfont.C (stateText): STRCONV
4715
4716         * importer.C (Import): STRCONV
4717
4718         * counters.C (labelItem): STRCONV
4719         (numberLabel): ditto
4720         (numberLabel): remove unused ostringstream o
4721
4722         * chset.C: STRCONV
4723         (loadFile): ditto
4724
4725         * bufferview_funcs.C (currentState): STRCONV
4726
4727         * buffer.C (readFile): STRCONV
4728         (asciiParagraph): ditto
4729         (makeLaTeXFile): ditto
4730
4731         * Spacing.C (writeEnvirBegin): STRCONV
4732
4733         * LaTeXFeatures.C (getLanguages): STRCONV
4734         (getPackages): ditto
4735         (getMacros): ditto
4736         (getBabelOptions): ditto
4737         (getTClassPreamble): ditto
4738         (getLyXSGMLEntities): ditto
4739         (getIncludedFiles): ditto
4740
4741         * LaTeX.C: STRCONV
4742         (run): ditto
4743         (scanAuxFile): ditto
4744         (deplog): ditto
4745
4746         * LString.h: add the STRCONV macros
4747
4748         * BufferView_pimpl.C (savePosition): STRCONV
4749         (restorePosition): ditto
4750         (MenuInsertLyXFile): ditto
4751
4752         * vc-backend.C (scanMaster): change from submatch[...] to
4753         submatch.str(...)
4754
4755         * funcrequest.C: include config.h
4756
4757         * factory.C: include config.h
4758
4759         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
4760
4761         * box.C: include config.h
4762
4763         * LaTeX.C (scanAuxFile): change from submatch[...] to
4764         submatch.str(...)
4765         (deplog): ditto
4766
4767 2002-10-25  Angus Leeming  <leeming@lyx.org>
4768
4769         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
4770
4771         * ispell.[Ch] (setError): new method.
4772         * ispell.C (c-tor): move out child process into new class LaunchIspell.
4773         Use setError() insetead of goto END.
4774
4775         * lyx_cb.C (AutoSave): move out child process into new class
4776         AutoSaveBuffer.
4777
4778 2002-10-30  John Levon  <levon@movementarian.org>
4779
4780         * text3.C: make start appendix undoable
4781
4782 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
4783
4784         * lyxlength.C (inPixels): Fix returned value.
4785
4786         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
4787         environment.
4788
4789 2002-10-24  Angus Leeming  <leeming@lyx.org>
4790
4791         * lyxgluelength.h: no need to forward declare BufferParams
4792         or BufferView, so don't.
4793
4794 2002-10-21  John Levon  <levon@movementarian.org>
4795
4796         * BufferView.C: menuUndo ->undo, redo
4797
4798         * BufferView.h: document, remove dead, make some methods private
4799
4800         * paragraph_funcs.h:
4801         * paragraph_funcs.C:
4802         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
4803
4804         * buffer.h:
4805         * buffer.C:
4806         * sgml.h:
4807         * sgml.C: move sgml open/close tag into sgml.C
4808
4809         * bufferview_funcs.h: unused prototype
4810
4811         * lyxfunc.h:
4812         * lyxfunc.C: remove unused
4813
4814         * lyxtext.h:
4815         * text.C: remove unused
4816
4817 2002-10-21  John Levon  <levon@movementarian.org>
4818
4819         * BufferView.h:
4820         * BufferView.C:
4821         * BufferView_pimpl.h:
4822         * BufferView_pimpl.C: fix mouse wheel handling based on
4823           patch from Darren Freeman
4824
4825 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
4826
4827         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
4828
4829 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
4830
4831         * lyxlength.C (inPixels): Fix hanfling of negative length.
4832         Fix LyXLength::MU case.
4833
4834 2002-10-16  John Levon  <levon@movementarian.org>
4835
4836         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
4837
4838 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4839
4840         * converter.C (view): add support for $$i (file name) and $$p
4841         (file path) for the viewer command. If $$i is not specified, then
4842         it is appended to the command (for compatibility with old syntax)
4843
4844 2002-10-14  Juergen Vigna  <jug@sad.it>
4845
4846         * undo_funcs.C (textHandleUndo): alter the order in which the
4847         new undopar is added to the LyXText, as we have to set first
4848         the right prev/next and then add it as otherwise the rebuild of
4849         LyXText is not correct. Also reset the cursor to the right paragraph,
4850         with this IMO we could remove the hack in "redoParagraphs()".
4851
4852 2002-10-09  Angus Leeming  <leeming@lyx.org>
4853
4854         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
4855         to turn off an optimisation if a new inset is to be inserted.
4856
4857 2002-10-11 André Pönitz <poenitz@gmx.net>
4858
4859         * lyxtext.h: make some functions public to allow access
4860         from inset/lyxtext for handling LFUN_PRIOR/NEXT
4861
4862 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4863
4864         * text3.C (dispatch): when changing layout, avoid an infinite loop
4865         [bug #652]
4866
4867 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4868
4869         * lyxrc.C (read): treat a viewer or converter command of "none" as
4870         if it were empty.
4871
4872         * MenuBackend.C (expandFormats): for an update, also allow the
4873         formats that are not viewable
4874
4875         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
4876         script if it is newer than the lyxrc.defaults in user directory
4877
4878 2002-10-07 André Pönitz <poenitz@gmx.net>
4879
4880         * text.C: Vitaly Lipatov's small i18n fix
4881
4882 2002-09-25  Angus Leeming  <leeming@lyx.org>
4883
4884         * ispell.h: doxygen fix.
4885
4886 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
4887
4888         * buffer.h (readFile): Add a new argument to the method, to allow
4889         reading of old-format templates.
4890
4891 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
4892
4893         * toc.C (getTocList): Get TOC from InsetWrap.
4894
4895 2002-09-16  John Levon  <levon@movementarian.org>
4896
4897         * lyxfunc.C: check tabular for cut/copy too
4898
4899 2002-09-12  John Levon  <levon@movementarian.org>
4900
4901         * LyXAction.C: tidy
4902
4903         * factory.h:
4904         * factory.C: add header
4905
4906         * paragraph_funcs.h:
4907         * paragraph_funcs.C: cleanup
4908
4909 2002-09-11  John Levon  <levon@movementarian.org>
4910
4911         * PrinterParams.h: odd/even default to true
4912
4913 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
4914
4915         * PrinterParams.h: update printer parameters for new xforms dialog
4916
4917 2002-09-11  Angus Leeming  <leeming@lyx.org>
4918
4919         * lyxserver.C (read_ready): re-write to make it more transparent
4920         and to make it work in coherent fashion under Tru64 Unix.
4921
4922 2002-09-11  André Pönitz <poenitz@gmx.net>
4923
4924         * commandtags.h:
4925         * LyXAction.C:
4926         * text3.C: implement LFUN_WORDSEL
4927
4928 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4929
4930         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
4931         make floatlist_ a boost::shared_ptr<FloatList>
4932
4933         * lyxtextclass.C: include FloatList.h
4934         (LyXTextClass): initialize floatlist_
4935         (TextClassTags): add TC_NOFLOAT
4936         (Read): match "nofloat" to TC_NOFLOAT and use it.
4937         (readFloat): modify call to floatlist_
4938         (floats): ditto
4939         (floats): ditto
4940
4941         * FloatList.[Ch] (FloatList): remove commented out float
4942         initialization.
4943         (erase): new function
4944
4945 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4946
4947         * MenuBackend.C (expandToc): fix crash when there is no document
4948         open
4949
4950 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
4951
4952         * many files: Add insetwrap.
4953
4954 2002-09-09  John Levon  <levon@movementarian.org>
4955
4956         * text2.C: remove confusing and awkward depth wraparound
4957
4958 2002-09-09  John Levon  <levon@movementarian.org>
4959
4960         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
4961
4962         * buffer.h:
4963         * buffer.C: remove getIncludeonlyList()
4964
4965         * paragraph.C:
4966         * lyxfunc.C: remove headers
4967
4968 2002-09-09  Juergen Vigna  <jug@sad.it>
4969
4970         * text.C (getColumnNearX): fix form Michael this is most
4971         probably a cut&paste bug.
4972
4973 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4974
4975         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
4976
4977         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
4978         references, ws changes.
4979
4980         * text2.C (init): update counters after init
4981         (insertParagraph): no need to set counter on idividual paragraphs.
4982         (setCounter): access the counters object in the textclass object
4983         on in the buffer object.
4984         (updateCounters): ditto
4985
4986         * lyxtextclass.C: include counters.h, add variable ctrs_ as
4987         shared_ptr<Counters> to avoid loading counters.h in all
4988         compilation units.
4989         (LyXTextClass): initialize ctrs_
4990         (TextClassTags): add TC_COUNTER, and ...
4991         (Read): use it here.
4992         (CounterTags): new tags
4993         (readCounter): new function
4994         (counters): new funtion
4995         (defaultLayoutName): return a const reference
4996
4997         * counters.C (Counters): remove contructor
4998         (newCounter): remove a couple of unneeded statements.
4999         (newCounter): simplify a bit.
5000         (numberLabel): some small formatting changes.
5001
5002         * buffer.[Ch]: remove all traces of counters, move the Counters
5003         object to the LyXTextClass.
5004
5005 2002-09-06  Alain Castera  <castera@in2p3.fr>
5006
5007         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5008         package to set the horizontal alignment on fixed width columns.
5009
5010         * lyx_sty.C:
5011         * lyx_sty.h: added tabularnewline macro def.
5012
5013         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5014
5015 2002-09-06  John Levon  <levon@movementarian.org>
5016
5017         * LyXAction.C: tooltips for sub/superscript
5018
5019         * MenuBackend.C: a bit more verbose
5020
5021         * lyxfunc.C: tiny clean
5022
5023         * undo_funcs.C: document undo_frozen
5024
5025 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5026
5027         * counters.C (Counters): add missing algorithm counter.
5028
5029         * text2.C (setCounter): lookup the counter with layouts latexname
5030         instead of by section number.
5031         (setCounter): use a hackish way to lookup the correct enum
5032         counter.
5033         a float name->type change
5034         reset enum couners with counter name directly instead of depth value.
5035
5036         * counters.C (Counters): remove the push_backs, change to use the
5037         float type not the float name.
5038         (labelItem): remove unused string, float name->type change
5039
5040         * counters.h: don't include vector, loose the enums and sects vectors
5041
5042 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5043
5044         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5045         (Read): add float->TC_FLOAT to textclassTags
5046         (Read): and handle it in the switch
5047         (readFloat): new function
5048
5049         * FloatList.C (FloatList): comment out the hardcoded float
5050         definitions.
5051
5052         * lyxlayout.h: ws change.
5053
5054 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5055
5056         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5057
5058 2002-09-03  Angus Leeming  <leeming@lyx.org>
5059
5060         * BufferView_pimpl.h: qualified name is not allowed in member
5061         declaration: WorkArea & Pimpl::workarea() const;
5062
5063         * factory.C: added using std::endl directive.
5064
5065         * text3.C: added using std::find and std::vector directives.
5066
5067 2002-08-29  André Pönitz <poenitz@gmx.net>
5068
5069         * lyxtext.h:
5070         * text2.C: remove unused member number_of_rows
5071
5072         * Makefile.am:
5073         * BufferView2.C: remove file, move contents to...
5074         * BufferView.C: ... here
5075
5076         * BufferView_pimpl.C:
5077         * factory.C: move more inset creation to factory
5078
5079         * vspace.C: avoid direct usage of LyXText, ws changes
5080
5081         * BufferView.[Ch]:
5082                 don't provide direct access to WorkArea, use two simple
5083                 acessors haveSelction() and workHeight() instead
5084
5085
5086 2002-08-29  John Levon  <levon@movementarian.org>
5087
5088         * BufferView_pimpl.C (dispatch): do not continue when
5089           no buffer
5090
5091 2002-08-28  André Pönitz <poenitz@gmx.net>
5092
5093         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5094
5095         * BufferView.h:
5096         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5097
5098 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5099
5100         * buffer.C: increment LYX_FORMAT to 221
5101
5102         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5103         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5104
5105         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5106
5107         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5108
5109 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5110
5111         * factory.C (createInset): use LyXTextClass::floats
5112
5113         * MenuBackend.C (expandFloatListInsert):
5114         (expandFloatInsert):
5115         (expandToc):
5116
5117         * text2.C (setCounter):
5118
5119         * LaTeXFeatures.C (useFloat):
5120         (getFloatDefinitions):
5121
5122         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5123
5124         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5125         floatlist_, with accessor floats().
5126
5127         * FloatList.h: remove global FloatList
5128
5129 2002-08-26  André Pönitz <poenitz@gmx.net>
5130
5131         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5132
5133         * BufferView.h:
5134         * BufferView2.C:
5135         * BufferView_pimpl.C:
5136         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5137
5138 2002-08-25  John Levon  <levon@movementarian.org>
5139
5140         * LyXAction.C: fix margin note description
5141
5142 2002-08-24  John Levon  <levon@movementarian.org>
5143
5144         * buffer.C:
5145         * bufferlist.C:
5146         * bufferview_funcs.C:
5147         * lyxfont.C:
5148         * undo_funcs.C: cleanups
5149
5150         * lyxfunc.C: disable CUT/COPY when no selection
5151
5152 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5153
5154         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5155         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5156
5157         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5158         Add backward compatibility to "mono", "gray" and "no".
5159
5160 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5161
5162         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5163         (and file_format >= 200).
5164
5165 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5166
5167         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5168
5169 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5170
5171         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5172
5173 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5174
5175         * BufferView_pimpl.C:
5176         * LyXAction.C:
5177         * buffer.C:
5178         * commandtags.h:
5179         * lyxfunc.C:
5180         * paragraph.[Ch]:
5181         * text2.C:
5182         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5183         inset and code to make it  work with the paragraph code. The inset
5184         can be anywhere in the paragraph, but will only do the expected
5185         thing in LaTeX if the layout file contains the parameter line
5186                         OptionalArgs    1
5187         (or more generally, a nonzero value) for that layout.
5188
5189 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5190
5191         * paragraph.h: remove the declaration of undefined counters class
5192         function.
5193
5194 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5195
5196         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5197         Dr. Richard Hawkins.
5198
5199 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5200
5201         * paragraph_funcs.h: remove some unneeded includes
5202
5203         * text.C (backspace): pasteParagraph now in global scipe
5204
5205         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5206         (pasteSelection): ditto
5207
5208         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5209         * paragraph_funcs.C (pasteParagraph): ... here
5210
5211 2002-08-20  André Pönitz <poenitz@gmx.net>
5212
5213         * commandtags.h: new LFUNs for swapping/copying table row/colums
5214
5215         * LyXAction.C:
5216         * lyxfunc.C: support for new lfuns
5217
5218 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5219
5220         * tabular.C:
5221         * buffer.[Ch]: remove NO_COMPABILITY stuff
5222
5223 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5224
5225         * boost.C (throw_exception): new file, with helper function for
5226         boost compiled without exceptions.
5227
5228         * paragraph.h:
5229         * lyxlength.C:
5230         * buffer.C:
5231         * ParameterStruct.h:
5232         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5233
5234         * bufferlist.C (emergencyWriteAll): use boost bind
5235
5236         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5237
5238         * text.C: include paragraph_funcs.h
5239         (breakParagraph): breakParagraph is now in global scope
5240
5241         * paragraph_funcs.[Ch]: new files
5242
5243         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5244         global scope
5245
5246         * buffer.C: include paragraph_funcs.h
5247         (insertStringAsLines): breakParagraph is now in global scope
5248
5249         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5250         paragraph_funcs.C
5251
5252         * CutAndPaste.C: include paragraph_funcs.h
5253         (cutSelection): breakParagraphConservative is now in global scope
5254         (pasteSelection): ditto
5255
5256         * buffer.h: declare oprator== and operator!= for
5257         Buffer::inset_iterator
5258
5259         * bufferlist.C (emergencyWrite): don't use fmt(...)
5260
5261         * text3.C: add using std::endl
5262
5263         * BufferView.C (moveCursorUpdate): remove default arg
5264
5265 2002-08-20  André Pönitz <poenitz@gmx.net>
5266
5267         * buffer.[Ch]: move inline functions to .C
5268
5269         * BufferView2.C:
5270         * BufferView_pimpl.C:
5271         * text.C:
5272         * buffer.[Ch]: use improved inset_iterator
5273
5274         * buffer.C:
5275         * paragraph.[Ch]: write one paragraph at a time
5276
5277 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5278
5279         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5280         style if style is not specified.
5281
5282 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5283
5284         * text2.C (setCounter): when searching for right label for a
5285         caption, make sure to recurse to parent insets (so that a caption
5286         in a minipage in a figure float works) (bug #568)
5287
5288 2002-08-20  André Pönitz <poenitz@gmx.net>
5289
5290         * text3.C: new file for LyXText::dispatch() and helpers
5291
5292         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5293
5294         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5295
5296 2002-08-19  André Pönitz <poenitz@gmx.net>
5297
5298         * lyxtext.h:
5299         * text.C: new LyXText::dispatch()
5300
5301         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5302
5303 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5304
5305         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5306
5307         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5308         Hebrew text.
5309
5310 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5311
5312         * Makefile.am: use $(variables) instead of @substitutions@
5313
5314 2002-08-15  André Pönitz <poenitz@gmx.net>
5315
5316         * lyxfunc.C:
5317         * BufferView_pimpl.C: streamlining mathed <-> outer world
5318         interaction
5319
5320         * commandtags.h:
5321         * LyXAction.C: remove unused LFUN_MATH
5322
5323 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5324
5325         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5326
5327 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5328
5329         * paragraph.C (Paragraph): reformat a bit
5330         (cutIntoMinibuffer): use builtin InsetList function instad of
5331         doing it manually.
5332         (getInset): ditto
5333
5334         * buffer.C: include boost/bind.hpp, add using std::for_each
5335         (writeFileAscii): use ParagraphList iterators
5336         (validate): use for_each for validate traversal of paragraphs
5337         (getBibkeyList): use ParagraphList iterators
5338         (resizeInsets): use for_each to resizeInsetsLyXText for all
5339         paragraphs.
5340         (getParFromID): use ParagraphList iterators
5341
5342         * BufferView2.C (lockInset): use paragraph list and iterators
5343
5344 2002-08-14  John Levon  <levon@movementarian.org>
5345
5346         * lyxserver.C: remove spurious xforms include
5347
5348 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5349
5350         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5351
5352 2002-08-13  André Pönitz <poenitz@gmx.net>
5353
5354         * LyXAction.[Ch]:
5355         * lyxfunc.C: further cleaning
5356
5357 2002-08-13  André Pönitz <poenitz@gmx.net>
5358
5359         * funcrequest.h: new constructor
5360
5361         * funcrequest.C: move stuff here from .h
5362
5363         * Makefile.am:
5364         * BufferView_pimpl.C:
5365         * LyXAction.C:
5366         * toc.C:
5367         * lyxfunc.C: subsequent changes
5368
5369         * lyxfunc.h: new view() member function
5370
5371         * lyxfunc.C: subsequent changes
5372
5373 2002-08-13  Angus Leeming  <leeming@lyx.org>
5374
5375         * BufferView2.C:
5376         * BufferView_pimpl.C:
5377         * buffer.C:
5378         * converter.C:
5379         * importer.C:
5380         * lyxfunc.C:
5381         * lyxvc.C:
5382         * toc.C:
5383         * vc-backend.C:
5384         changes due to the changed LyXView interface that now returns references
5385         to member variables not pointers.
5386
5387 2002-08-13  Angus Leeming  <leeming@lyx.org>
5388
5389         * WordLangTuple (word, lang_code): return references to strings,
5390         not strings.
5391
5392         * BufferView.h:
5393         * SpellBase.h:
5394         * lyxtext.h: forward-declare WordLangTuple.
5395
5396         * BufferView2.C:
5397         * ispell.C:
5398         * pspell.C:
5399         * text.C: #include "WordLangTuple.h".
5400
5401         * lyxtext.h:
5402         * text.C: (selectNextWordToSpellcheck): constify return type.
5403
5404 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5405
5406         * buffer.C:
5407         * buffer.h:
5408         * lyxtext.h:
5409         * paragraph.C:
5410         * paragraph_pimpl.h:
5411         * text.C:
5412         * text2.C:
5413         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5414         suggested by Angus.
5415         Made updateCounter always count from start of buffer, and removed
5416         second argument (par).
5417         Reverted floats number display to '#'. Perhaps I'll try again when the
5418         code base is sanitized a bit.
5419
5420 2002-08-12  Angus Leeming  <leeming@lyx.org>
5421
5422         * buffer.[Ch] (getLabelList): constify.
5423
5424 2002-08-07  André Pönitz <poenitz@gmx.net>
5425
5426         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5427
5428         * funcrequest.h: extension to keep mouse (x,y) position
5429
5430 2002-08-12  Juergen Vigna  <jug@sad.it>
5431
5432         * BufferView2.C (insertErrors): forbid undo when inserting error
5433         insets.
5434
5435         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5436
5437 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5438
5439         * ParagraphList.[Ch]: new files
5440
5441         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5442
5443         * BufferView2.C (lockInset): ParagraphList changes
5444         * toc.C: ditto
5445         * text2.C: ditto
5446         * bufferlist.C: ditto
5447         * buffer.h: ditto
5448         * buffer.C: ditto
5449
5450 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5451
5452         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5453         unused class variable counter_,
5454
5455         * paragraph.[Ch] (getFirstCounter): delete unused function
5456
5457         * counters.C: include LAssert.h
5458         (reset): add a new function with no arg, change other version to
5459         not have def. arg and to not allow empty arg.
5460
5461         * text2.C (setCounter): remove empty arg from call to Counters::reset
5462
5463 2002-08-11  John Levon  <levon@movementarian.org>
5464
5465         * Makefile.am: add WordLangTuple.h
5466
5467 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5468
5469         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5470         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5471
5472         * insets/insettext.C: InsetList changes
5473
5474         * graphics/GraphicsSupport.C (operator()): InsetList changes
5475
5476         * toc.C (getTocList): InsetList changes
5477
5478         * paragraph_pimpl.[Ch]: InsetList changes
5479
5480         * paragraph.[Ch]: InsetList changes
5481
5482         * buffer.C (inset_iterator): InsetList changes
5483         (setParagraph): ditto
5484         * buffer.h (inset_iterator): ditto
5485         * iterators.C (operator++): ditto
5486         * iterators.h: ditto
5487
5488         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5489
5490         * InsetList.[Ch]: new files, most InsetList handling moved out of
5491         paragraph.C.
5492
5493         * BufferView2.C (removeAutoInsets): InsetList changes
5494         (lockInset): ditto
5495         (ChangeInsets): ditto
5496
5497 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5498
5499         * paragraph_pimpl.h (empty): new function
5500
5501         * paragraph.[Ch] (empty): new function
5502
5503         * other files: use the new Paragraph::empty function
5504
5505 2002-08-09  John Levon  <levon@movementarian.org>
5506
5507         * lyxtext.h: remove unused refresh_height
5508
5509 2002-08-09  John Levon  <levon@movementarian.org>
5510
5511         * Makefile.am:
5512         * sgml.h:
5513         * sgml.C:
5514         * buffer.C:
5515         * paragraph.h:
5516         * paragraph.C: move sgml char escaping out of paragraph
5517
5518         * paragraph.h:
5519         * paragraph.C: remove id setter
5520
5521         * buffer.C:
5522         * paragraph.C:
5523         * paragraph_pimpl.C: remove dead tex_code_break_column
5524
5525         * bufferview_funcs.C: small cleanup
5526
5527         * lyxfunc.C: remove dead proto
5528
5529         * lyxtext.h: make some stuff private. Remove some dead stuff.
5530
5531         * lyxgluelength.C: make as[LyX]String() readable
5532
5533 2002-08-08  John Levon  <levon@movementarian.org>
5534
5535         * LyXAction.h:
5536         * LyXAction.C:
5537         * MenuBackend.C:
5538         * ToolbarDefaults.C:
5539         * lyxfunc.C:
5540         * lyxrc.C:
5541         * toc.C: lyxaction cleanup
5542
5543 2002-08-08  John Levon  <levon@movementarian.org>
5544
5545         * BufferView2.C: small cleanup
5546
5547         * lyxfind.h:
5548         * lyxfind.C: move unnecessary header into the .C
5549
5550 2002-08-08  John Levon  <levon@movementarian.org>
5551
5552         * funcrequest.h: just tedious nonsense
5553
5554         * lyx_main.h:
5555         * lyx_main.C: cleanups
5556
5557         * buffer.C:
5558         * vspace.C: remove dead header lyx_main.h
5559
5560 2002-08-07  Angus Leeming  <leeming@lyx.org>
5561
5562         * Paragraph.[Ch]:
5563         * paragraph_pimpl.h:
5564         Forward declare class Counters in paragraph.h by moving the ctrs member
5565         variable into Paragraph::Pimpl.
5566         (counters): new method, returning a reference to pimpl_->ctrs.
5567
5568         * text2.C: ensuing changes.
5569
5570 2002-08-07  John Levon  <levon@movementarian.org>
5571
5572         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
5573
5574         * BufferView_pimpl.C: announce X selection on double/triple
5575           click
5576
5577         * lyx_main.C: use correct bool in batch dispatch
5578
5579         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
5580
5581 2002-08-07  André Pönitz <poenitz@gmx.net>
5582
5583         * funcrequest.h: new class to wrap a kb_action and its argument
5584
5585         * BufferView.[Ch]:
5586         * BufferView_pimpl[Ch]:
5587         * LaTeX.C:
5588         * LyXAction.[Ch]:
5589         * lyxfunc.[Ch]:
5590         * lyxrc.C: subsequent changes
5591
5592
5593 2002-08-07  John Levon  <levon@movementarian.org>
5594
5595         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
5596           document options change.
5597
5598 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
5599
5600         * counters.[Ch]
5601         * text2.C
5602         * paragraph.[Ch]
5603         * makefile.am: move counters functionality over from
5604         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
5605
5606 2002-08-06  John Levon  <levon@movementarian.org>
5607
5608         * WordLangTuple.h: new file for word + language code tuple
5609
5610         * SpellBase.h:
5611         * pspell.h:
5612         * pspell.C:
5613         * ispell.h:
5614         * ispell.C:
5615         * lyxtext.h:
5616         * text.C:
5617         * text2.C:
5618         * BufferView.h:
5619         * BufferView2.C: use WordLangTuple
5620
5621         * layout.h:
5622         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
5623
5624 2002-08-06  John Levon  <levon@movementarian.org>
5625
5626         * lyx_main.C: fix cmdline batch handling
5627
5628 2002-08-06  André Pönitz <poenitz@gmx.net>
5629
5630         * lyxrc.C: set default for show_banner to true
5631
5632 2002-08-06  John Levon  <levon@movementarian.org>
5633
5634         * pspell.C: fix a crash, and allow new aspell to work
5635
5636 2002-08-06  John Levon  <levon@movementarian.org>
5637
5638         * lyxfunc.C:
5639         * kbmap.C: small cleanup
5640
5641         * vspace.h:
5642         * vspace.C: add const
5643
5644 2002-08-05  John Levon  <levon@movementarian.org>
5645
5646         * LyXAction.C: back to tabular-insert
5647
5648 2002-08-04  John Levon  <levon@movementarian.org>
5649
5650         * BufferView.h:
5651         * BufferView.C: cosmetic change
5652
5653         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
5654
5655         * bufferlist.C:
5656         * buffer.h:
5657         * buffer.C:
5658         * lyxcb.h:
5659         * lyxcb.C:
5660         * lyxserver.C:
5661         * lyxvc.C:
5662         * vc-backend.C:
5663         * BufferView2.C: purge all "Lyx" not "LyX" strings
5664
5665         * lyxcursor.h:
5666         * lyxcursor.C: attempt to add some documentation
5667
5668         * lyxfunc.C:
5669         * commandtags.h:
5670         * LyXAction.C:
5671         * ToolbarDefaults.C:
5672         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
5673           merge with LFUN_TABULAR_INSERT
5674
5675         * Makefile.am:
5676         * SpellBase.h:
5677         * ispell.h:
5678         * ispell.C:
5679         * pspell.h:
5680         * pspell.C: split up i/pspell implementations into separate
5681           files, many cleanups
5682
5683         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
5684
5685         * text2.C: some cleanup
5686
5687         * lyxfunc.C: don't check for isp_command == "none" any more, it
5688           didn't make any sense
5689
5690 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
5691
5692         * counters.[Ch]
5693         * text2.C
5694         * paragraph.[Ch]
5695         * makefile.am: move counters functionality over
5696         from text2.C/paragraph.[Ch] to counters.[Ch], and
5697         make proper C++.
5698 2002-08-02  John Levon  <levon@movementarian.org>
5699
5700         * buffer.C: s/lyxconvert/lyx2lyx/
5701
5702 2002-08-02  Angus Leeming  <leeming@lyx.org>
5703
5704         * lyxlex.C: revert John's change as it breaks reading of the user
5705         preamble.
5706
5707 2002-08-02  Angus Leeming  <leeming@lyx.org>
5708
5709         * importer.C (Import):
5710         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
5711         changes due to LyXView::view() now returning a boost::shared_ptr.
5712
5713 2002-08-02  John Levon  <levon@movementarian.org>
5714
5715         * lyxlex.C: small cleanup
5716
5717 2002-08-02  John Levon  <levon@movementarian.org>
5718
5719         * text2.C (status): small cleanup, no logic change
5720
5721 2002-08-01  John Levon  <levon@movementarian.org>
5722
5723         * buffer.h:
5724         * buffer.C (writeFile): don't output alerts, caller
5725           handles this
5726
5727         * bufferlist.C:
5728         * lyx_cb.C: from above
5729
5730         * lyxfunc.C: allow to open non-existent files
5731
5732 2002-07-31  John Levon  <levon@movementarian.org>
5733
5734         * lyxserver.C: don't let incidental errors get
5735           in the way (errno)
5736
5737 2002-07-30  John Levon  <levon@movementarian.org>
5738
5739         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
5740
5741 2002-07-30  John Levon  <levon@movementarian.org>
5742
5743         * lyxserver.h:
5744         * lyxserver.C: remove I/O callback too
5745
5746 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5747
5748         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
5749         log.
5750
5751 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5752
5753         * many files: strip,frontStrip -> trim,ltrim,rtrim
5754
5755 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5756
5757         * PrinterParams.h: remove extern containsOnly, and include
5758         support/lstrings.h instead.
5759
5760         * LaTeX.C (scanAuxFile): modify because of strip changes
5761         (deplog): ditto
5762         * buffer.C (makeLaTeXFile): ditto
5763         * bufferparams.C (writeFile): ditt
5764         * lyxfont.C (stateText): ditto
5765         * lyxserver.C (read_ready): ditto
5766         * vc-backend.C (scanMaster): ditto
5767
5768         * BufferView_pimpl.h: ws changes
5769
5770         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
5771
5772 2002-07-26  André Pönitz <poenitz@gmx.net>
5773
5774         * kb_sequence.C: remove unnedred usings
5775
5776 2002-07-26  Juergen Vigna  <jug@sad.it>
5777
5778         * lyxfind.C (LyXReplace): we have to check better if the returned
5779         text is not of theLockingInset()->getLockingInset().
5780
5781 2002-07-25  Juergen Vigna  <jug@sad.it>
5782
5783         * lyxfind.C (LyXReplace): don't replace if we don't get the
5784         right LyXText.
5785
5786         * undo_funcs.C (createUndo): remove debugging code.
5787
5788 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
5789
5790         * buffer.C (parseSingleLyXformat2Token): Use default placement
5791         when reading old floats.
5792
5793         * FloatList.C (FloatList): Change the default placement of figure
5794         and tables to "tbp".
5795
5796 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
5797
5798         * MenuBackend.C: using std::max
5799
5800 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5801
5802         * MenuBackend.C (expandToc):
5803         (expandToc2): code moved from xforms menu frontend. It is now
5804         generic and TOCs are transparent to menu frontends.
5805
5806 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5807
5808         * toc.C (getTocList): protect against buf=0
5809
5810         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
5811         Menu as first parameter. Now, this calls itself recursively to
5812         expand a whole tree (this will be useful for TOC handling)
5813         (expandFloatInsert): remove 'wide' version of floats
5814
5815         * MenuBackend.h (submenuname): returns the name of the submenu.
5816         (submenu): returns the submenu itself, provided it has been
5817         created by MenuBackend::expand
5818
5819 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5820
5821         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
5822         insets which have noFontChange == true. (bug #172)
5823
5824 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5825
5826         * BufferView_pimpl.C: add connection objects and use them...
5827         (Pimpl): here.
5828
5829 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5830
5831         * MenuBackend.C (expandLastfiles):
5832         (expandDocuments):
5833         (expandFormats):
5834         (expandFloatListInsert):
5835         (expandFloatInsert):
5836         (expand): split expand in parts
5837
5838 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5839
5840         * lyx_gui.C: use lyx_gui::exit()
5841
5842 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5843
5844         * LyXAction.C: show the failing pseudo action
5845
5846 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
5847
5848         * buffer.C (readFile): Run the lyxconvert script in order to read
5849         old files.
5850
5851 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5852
5853         * LyXAction.C:
5854         * commandtags.h:
5855         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
5856
5857 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5858
5859         * LyXAction.C:
5860         * commandtags.h:
5861         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
5862
5863 2002-07-22  Herbert Voss  <voss@lyx.org>
5864
5865         * lengthcommon.C:
5866         * lyxlength.[Ch]: add support for the vertical lengths
5867
5868 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
5869
5870         * toc.[Ch]: std:: fixes
5871
5872 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5873
5874         * lyxrc.C: do not include lyx_main.h
5875
5876         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
5877         for layouts
5878
5879         * lyxrc.C:
5880         * encoding.C:
5881         * bufferlist.C:
5882         * BufferView2.C: include "lyxlex.h"
5883
5884         * tabular.h:
5885         * bufferparams.h: do not #include "lyxlex.h"
5886
5887         * lyxtextclasslist.C (Add): remove method
5888         (classlist): renamed to classlist_
5889
5890         * paragraph_pimpl.C:
5891         * paragraph.C:
5892         * text2.C:
5893         * CutAndPaste.C:
5894         * bufferview_funcs.C:
5895         * bufferlist.C:
5896         * text.C:
5897         * LaTeXFeatures.C:
5898         * buffer.C:
5899         * toc.C (getTocList): use BufferParams::getLyXTextClass
5900
5901         * toc.C (getTocList): use InsetFloat::addToToc
5902
5903         * toc.[Ch]: new files, containing helper functions to handle table
5904         of contents
5905
5906         * lyxfunc.C (dispatch): no need to remove spaces around command
5907         given as a string
5908         (getStatus): handle LFUN_SEQUENCE by returning the status of the
5909         first command of the sequence; it is not very clever, but I do not
5910         have a better idea, actually
5911
5912         * LyXAction.C (LookupFunc): make sure to remove space at the
5913         beginning and end of the command
5914
5915 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5916
5917         * MenuBackend.C (getMenubar): new method: return the menubar of
5918         this menu set
5919         (read): treat differently reading of menu and menubar (in
5920         particular, the menubar has no name now)
5921         (Menu::menubar): remove
5922
5923         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
5924         saving is finished
5925
5926 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
5927
5928         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
5929         a bibitem inset in a RTL paragraph.
5930
5931 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
5932
5933         * paragraph_pimpl.C: constify
5934
5935         * BufferView_pimpl.C:
5936         * LaTeX.C:
5937         * lyxfunc.C: fix dispatch in a nicer way
5938
5939 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5940
5941         * lyxfunc.C (dispatch):
5942         * BufferView_pimpl.C:
5943         * BufferView_pimpl.h:
5944         * BufferView.C:
5945         * BufferView.h: rename Dispatch() to dispatch()
5946
5947         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
5948
5949         * lyxlayout.C (Read): honor DependsOn tag
5950
5951         * lyxlayout.[Ch] (depends_on): new method
5952
5953         * version.C.in: update lyx_docversion
5954
5955         * LaTeXFeatures.C (getMacros): only define \LyX when needed
5956
5957         * paragraph.C (validate): remove from here...
5958         * paragraph_pimpl.C (validate): ... and move here
5959         (isTextAt): make it const
5960
5961         * buffer.C (getLists): ws cleanup
5962
5963 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
5964
5965         * language.C (read): Use iso8859-1 encoding in latex_lang
5966         (this prevents LyX from crashing when using iso10646-1 encoding).
5967
5968 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5969
5970         * text2.C (toggleInset): if cursor is inside an inset, close the
5971         inset and leave cursor _after_ it
5972
5973 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
5974
5975         * lyxfunc.C: move minibuffer completion handling out of here
5976
5977 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
5978
5979         * BufferView_pimpl.C:
5980         * LaTeX.C: fix dispatch calls
5981
5982 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
5983
5984         * text.C (drawChars): Fix Arabic text rendering.
5985
5986 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
5987
5988         * LyXAction.C:
5989         * commandtags.h:
5990         * lyxfunc.C: remove message-push/pop
5991
5992         * lyxserver.C:
5993         * lyxfunc.h:
5994         * lyxfunc.C: rationalise some code by removing verboseDispatch
5995           in favour of a bool argument to dispatch()
5996
5997 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5998
5999         * lyx_main.C (init): make sure to read symlinks as absolute paths
6000
6001 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6002
6003         * lyxfunc.h:
6004         * lyxfunc.C: no need for commandshortcut to be a member
6005
6006 2002-07-15  André Pönitz <poenitz@gmx.net>
6007
6008         * converter.C: add support for $$s (scripts from lib/scripts dir)
6009         * lyx_main.C: white space
6010
6011 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6012
6013         * bufferlist.C:
6014         * lyxrc.h:
6015         * lyxrc.C: remove second exit confirmation
6016
6017 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6018
6019         * BufferView.h:
6020         * BufferView.C:
6021         * BufferView2.C:
6022         * BufferView_pimpl.h:
6023         * BufferView_pimpl.C:
6024         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6025
6026 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6027
6028         * MenuBackend.C (expand): add numeric shortcuts to document menu
6029
6030         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6031
6032 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6033
6034         * lyxfont.C (setLyXFamily):
6035         (setLyXSeries):
6036         (setLyXShape):
6037         (setLyXSize):
6038         (setLyXMisc):
6039         (lyxRead):
6040         * debug.C (value):
6041         * buffer.C (asciiParagraph): use ascii_lowercase
6042
6043 2002-07-15  Mike Fabian  <mfabian@suse.de>
6044
6045         * lyxlex_pimpl.C (search_kw):
6046         * lyxlex.C (getLongString):
6047         * converter.h (operator<):
6048         * converter.C (operator<):
6049         * buffer.C (parseSingleLyXformat2Token):
6050         (asciiParagraph):
6051         * ToolbarDefaults.C (read):
6052         * MenuBackend.C (checkShortcuts):
6053         (read):
6054         * LColor.C (getFromGUIName):
6055         (getFromLyXName): use the compare_ascii_no_case instead of
6056         compare_no_case, because in turkish, 'i' is not the lowercase
6057         version of 'I', and thus turkish locale breaks parsing of tags.
6058
6059 2002-07-16  Angus Leeming  <leeming@lyx.org>
6060
6061         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6062         now takes a Buffer const & argument.
6063
6064 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6065
6066         * BufferView.C (resize): check there's a buffer to resize
6067
6068 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6069
6070         * lyxfunc.C: remove dead code
6071
6072         * lyxserver.h:
6073         * lyxserver.C: use lyx_guii::set_read_callback
6074
6075 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6076
6077         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6078         an inset in a RTL paragraph.
6079
6080 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6081
6082         * lyxfunc.C: repaint after a font size update
6083
6084 2002-07-15  André Pönitz <poenitz@gmx.net>
6085
6086         * lyxlength.C: inBP should be able to return negative values
6087
6088 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6089
6090         * lyxfunc.C: use lyx_gui::update_fonts()
6091
6092 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6093
6094         * lyxfunc.C: use lyx_gui::update_color()
6095
6096 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6097
6098         * bufferlist.C:
6099         * lyxfunc.h:
6100         * lyxfunc.C:
6101         * lyxrc.h:
6102         * lyxrc.C: remove file->new asks for name option, and let
6103           buffer-new take an argument
6104
6105 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6106
6107         * BufferView_pimpl.C: remove unneeded extra repaint()
6108
6109 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6110
6111         * LyXAction.C: allow command-sequence with NoBuffer
6112
6113         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6114
6115 2002-07-10  Angus Leeming  <leeming@lyx.org>
6116
6117         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6118
6119 2002-07-09  Angus Leeming  <leeming@lyx.org>
6120
6121         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6122
6123 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6124
6125         * lengthcommon.h: whitespace
6126
6127         * lyxfunc.C: update scrollbar after goto paragraph
6128
6129         * lyxtext.h: factor out page break drawing, and fix it so
6130           page break/added space paints as selected nicely
6131
6132 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6133
6134         * BufferView_pimpl.C: add FIXMEs, clean up a little
6135
6136 2002-07-09  André Pönitz <poenitz@gmx.net>
6137
6138         * lyxfont.[Ch]: support for wasy symbols
6139
6140 2002-07-08  André Pönitz <poenitz@gmx.net>
6141
6142         * BufferView_pimpl.C: apply John's patch for #93.
6143
6144 2002-07-05  Angus Leeming  <leeming@lyx.org>
6145
6146         * BufferView_pimpl.C (buffer): generate previews if desired.
6147
6148         * LColor.h: add "preview" to the color enum.
6149
6150         * LColor.C (LColor): add a corresponding entry to the items array.
6151
6152         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6153         with this buffer.
6154
6155 2002-07-05  Angus Leeming  <leeming@lyx.org>
6156
6157         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6158         The body of the code is now in the method that is passed an ostream &
6159         rather than a file name.
6160         Pass an additional only_preamble parameter, useful for the forthcoming
6161         preview stuff.
6162
6163 2002-07-03  André Pönitz <poenitz@gmx.net>
6164
6165         * lyxfunc.C: simplify getStatus() a bit for math stuff
6166
6167 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6168
6169         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6170
6171 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6172
6173         * text.C (changeRegionCase): do not change case of all the
6174         document when region ends at paragraph end (bug #461)
6175
6176 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6177
6178         * paragraph.C (startTeXParParams):
6179         (endTeXParParams): add \protect when necessary
6180
6181 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6182
6183         * BufferView_pimpl.C (workAreaExpose): remove warning
6184
6185 2002-06-27  Angus Leeming  <leeming@lyx.org>
6186
6187         * Makefile.am: add lyxlayout_ptr_fwd.h.
6188
6189 2002-06-26  André Pönitz <poenitz@gmx.net>
6190
6191         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6192
6193 2002-06-25  Angus Leeming  <leeming@lyx.org>
6194
6195         * lyxfunc.C (dispatch): Comment out the call to
6196         grfx::GCache::changeDisplay. The method no longer exists now that the
6197         pixmap generation part of the graphics loader has been moved into
6198         InsetGraphics.
6199
6200 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6201
6202         * text2.C: layout as layout
6203
6204         * text.C: layout as layout
6205
6206         * tabular.C (OldFormatRead): layout as layout
6207
6208         * paragraph_pimpl.C (TeXDeeper): layout as layout
6209         (realizeFont): layout as layout
6210
6211         * paragraph.C (writeFile): layout as layout
6212         (validate): layout as layout
6213         (getFont): layout as layout
6214         (getLabelFont): layout as layout
6215         (getLayoutFont): layout as layout
6216         (breakParagraph): layout as layout
6217         (stripLeadingSpaces): layout as layout
6218         (getEndLabel): layout as layout
6219         (getMaxDepthAfter): layout as layout
6220         (applyLayout): layout as layout
6221         (TeXOnePar): layout as layout
6222         (simpleTeXOnePar): layout as layout
6223         (TeXEnvironment): layout as layout
6224         (layout): layout as layout
6225         (layout): layout as layout
6226
6227         * lyxtextclass.C (compare_name): new functor to work with
6228         shared_ptr, layout as layout
6229         (Read): layout as layout
6230         (hasLayout): layout as layout
6231         (operator): layout as layout
6232         (delete_layout): layout as layout
6233         (defaultLayout): layout as layout
6234
6235         * lyxlayout_ptr_fwd.h: new file
6236
6237         * lyxlayout.C (Read): layout as layout
6238
6239         * lyx_cb.C (MenuInsertLabel): layout as layout
6240
6241         * bufferlist.C (newFile): layout as layout
6242
6243         * buffer.C (readLyXformat2): layout as layout
6244         (parseSingleLyXformat2Token): layout as layout
6245         (insertStringAsLines): layout as layout
6246         (asciiParagraph): layout as layout
6247         (latexParagraphs): layout as layout
6248         (makeLinuxDocFile): layout as layout
6249         (simpleLinuxDocOnePar): layout as layout
6250         (makeDocBookFile): layout as layout
6251         (simpleDocBookOnePar): layout as layout
6252         (getLists): layout as layout
6253
6254         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6255
6256         * CutAndPaste.C (cutSelection): layout as layout
6257         (pasteSelection): layout as layout
6258         (SwitchLayoutsBetweenClasses): layout as layout
6259
6260         * BufferView_pimpl.C (Dispatch): layout as layout
6261         (smartQuote): layout as layout
6262
6263         * BufferView2.C (unlockInset): layout as layout
6264
6265 2002-06-24  André Pönitz <poenitz@gmx.net>
6266
6267         * lyxfunc.C: fix #487
6268
6269 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6270
6271         * lyxrc.h:
6272         * lyxrc.C:
6273         * lyxfunc.C: remove display_shortcuts, show_banner
6274
6275 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6276
6277         * Buffer_pimpl.C: oops, update on resize
6278
6279 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6280
6281         * buffer.C:
6282         * converter.C:
6283         * exporter.C:
6284         * lyxfunc.C:
6285         * BufferView.h:
6286         * BufferView.C: use repaint()
6287
6288         * BufferView_pimpl.h:
6289         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6290           as it's a clearer description. Remove superfluous
6291           redraws.
6292
6293 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6294
6295         * text.C: fix bug 488. Not ideal, but getting
6296           getWord() to work properly for the insets that
6297           matter is more difficult ...
6298
6299 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6300
6301         * BufferView_pimpl.C:
6302         * LyXAction.C:
6303         * commandtags.h:
6304         * lyxfunc.C: remove the six million index lyxfuncs to just
6305           one, and DTRT (bug 458)
6306
6307 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6308
6309         * BufferView.h:
6310         * BufferView.C:
6311         * BufferView_pimpl.h:
6312         * BufferView_pimpl.C: clean up resize() stuff,
6313           and unnecessary updateScreen()s
6314
6315 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6316
6317         * BufferView.h:
6318         * BufferView.C:
6319         * BufferView_pimpl.h:
6320         * BufferView_pimpl.C:
6321         * lyxfind.h:
6322         * lyxfind.C:
6323         * minibuffer.C: remove focus management of workarea,
6324           not needed. Use screen's greyOut()
6325
6326 2002-06-17  Herbert Voss  <voss@lyx.org>
6327
6328         * converter.C: (convert) do not post a message, when converting
6329         fails, let the calling function decide what to do in this case
6330
6331 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6332
6333         * lyxfunc.C: tidy up a little
6334
6335 2002-06-16    <alstrup@diku.dk>
6336
6337         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6338         Got rid of FORMS_H_LOCATION include. Now we are
6339         GUII.
6340
6341 2002-06-15  LyX Development team  <lyx@rilke>
6342
6343         * buffer.[Ch] (sgmlOpenTag):
6344         (sgmlCloseTag): Added support for avoiding pernicious mixed
6345         content. Return number of lines written.
6346
6347         (makeLinuxDocFile):
6348         (makeDocBookFile): Fixed calls to sgml*Tag.
6349         Simple white space clean.
6350
6351         (simpleDocBookOnePar): Simple white space clean.
6352
6353         * tabular.[Ch] (docBook): Renamed to docbook and got another
6354         argument to related with the pernicious mixed content.
6355
6356         (docbookRow): Fixed calls for docbook inset method.
6357
6358 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6359
6360         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6361         so it's X11 independent.
6362
6363         * kb*.[Ch]: ditto.
6364
6365         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6366
6367 2002-06-15  Lyx Development team  <lyx@electronia>
6368
6369         * intl.h: Renamed getTrans to getTransManager.
6370
6371 2002-06-14  Angus Leeming  <leeming@lyx.org>
6372
6373         * Makefile.am: nuke forgotten stl_string_fwd.h.
6374
6375 2002-06-12  Angus Leeming  <leeming@lyx.org>
6376
6377         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6378
6379 2002-06-13  Angus Leeming  <leeming@lyx.org>
6380
6381         * LaTeX.C:
6382         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6383
6384 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6385
6386         * kbmap.C (getiso): add support for cyrillic and greek
6387
6388 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6389
6390         * BufferView.h:
6391         * BufferView.C:
6392         * BufferView_pimpl.h:
6393         * BufferView_pimpl.C: move bogus scrolling logic
6394           to xforms
6395
6396 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6397
6398         * lyxfunc.C:
6399         * BufferView_pimpl.C: view->resize() change
6400
6401 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6402
6403         * BufferView_pimpl.C: topCursorVisible
6404           prototype change
6405
6406 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6407
6408         * Makefile.am:
6409         * lyx_gui.h:
6410         * lyx_gui.C: move to frontends/
6411
6412         * main.C:
6413         * lyx_main.h:
6414         * lyx_main.C: changes from above
6415
6416 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6417
6418         * intl.C:
6419         * intl.h:
6420         * kbmap.C:
6421         * kbsequence.C:
6422         * lyx_cb.C:
6423         * lyx_main.C: minor tidy
6424
6425 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6426
6427         * BufferView_pimpl.h:
6428         * BufferView_pimpl.C:
6429         * BufferView.h:
6430         * BufferView.C: make painter() const,
6431           remove dead code
6432
6433         * BufferView2.C: use screen() accessor
6434
6435         * lyx_main.h:
6436         * lyx_main.C: some minor cleanup
6437
6438 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6439
6440         * BufferView_pimpl.h:
6441         * BufferView_pimpl.C: remove enter/leaveView,
6442           use workHeight()
6443
6444 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6445
6446         * BufferView.h:
6447         * BufferView.C:
6448         * BufferView2.C:
6449         * BufferView_pimpl.h:
6450         * BufferView_pimpl.C: only construct screen once,
6451           rename
6452
6453         * lyxrc.C: remove pointless comment
6454
6455 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6456
6457         * BufferView.h:
6458         * BufferView.C: remove active() and belowMouse()
6459
6460         * BufferView_pimpl.h:
6461         * BufferView_pimpl.C: use workarea() not workarea_,
6462           and make it use a scoped_ptr instead
6463
6464 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6465
6466         * lyx_gui.C: add debug message on BadWindow
6467
6468 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6469
6470         * sp_spell.C: fdopen is not part of the C++ standard.
6471
6472         * paragraph.C (InsetIterator): use >= instead of ==
6473
6474 2002-06-07  Angus Leeming  <leeming@lyx.org>
6475
6476         Fixes needed to compile with Compaq cxx 6.5.
6477         * BufferView_pimpl.C:
6478         * DepTable.C:
6479         * buffer.C:
6480         * converter.C:
6481         * encoding.C:
6482         * lyx_gui.C:
6483         * lyx_main.C:
6484         * lyxtextclasslist.C:
6485         * minibuffer.C:
6486         * sp_spell.C:
6487         * tabular_funcs.C:
6488         * vc-backend.C:
6489         all c-library variables have been moved into namespace std. Wrap
6490         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6491
6492         * lyxlength.C:
6493         * tabular-old.C:
6494         * tabular.C:
6495         Add a using std::abs declaration.
6496
6497         * kbmap.h (modifier_pair):
6498         * paragraph.h (InsetTable, InsetList):
6499         * lyxfont.h (FontBits):
6500         type definition made public.
6501
6502         * bufferlist.C (emergencyWriteAll): the compiler complains that
6503         there is more than one possible lyx::class_fun template to choose from.
6504         I re-named the void specialisation as lyx::void_class_fun.
6505
6506         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6507
6508         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6509         the compiler is is unable to find tostr in write_attribute.
6510
6511 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6512
6513         * buffer.C (sgmlError): hide #warning
6514
6515 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6516
6517         * xtl/*: get rid of xtl, which is not in use anyway
6518
6519         * LyXAction.C (init):
6520         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6521         were unimplemented xtl experimentation
6522
6523 2002-06-04  André Pönitz <poenitz@gmx.net>
6524
6525         * lyxfunc.C: disable array operation on simple formulae
6526
6527 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6528
6529         * converter.C: constify a bit
6530
6531 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6532
6533         * lyx_gui.C: check xforms version correctly
6534
6535 2002-04-30  Herbert Voss  <voss@lyx.org>
6536
6537         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6538         "keep" option
6539
6540 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6541
6542         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6543           attempt to register it with a VCS)
6544
6545 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6546
6547         * lyx_main.C (init): honor variables LYX_DIR_13x and
6548         LYX_USERDIR_13x
6549
6550 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6551
6552         * buffer.h:
6553         * buffer.C:
6554         * lyx_main.C: fix a crash on bad command line,
6555           and give a useful exit status on error
6556
6557         * lyxfunc.C (doImport): allow -i lyx to work
6558
6559 2002-03-30  André Pönitz <poenitz@gmx.net>
6560
6561         * lyxfunc.C: mathed font changes
6562
6563 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6564
6565         * LaTeX.C:
6566         * importer.h:
6567         * importer.C:
6568         * lyx_sty.h:
6569         * lyx_sty.C:
6570         * lyxlex.C:
6571         * lyxrow.h:
6572         * lyxtext.h:
6573         * paragraph.h:
6574         * paragraph.C:
6575         * texrow.h:
6576         * texrow.C:
6577         * text.C:
6578         * trans_mgr.h: srcdocs, and some minor cleanups
6579
6580 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6581
6582         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
6583         call getFont all the time)
6584
6585 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6586
6587         * switch from SigC signals to boost::signals
6588
6589 2002-05-29  André Pönitz <poenitz@gmx.net>
6590
6591         * paragraph_pimpl.C (getChar): don't call size() too often...
6592
6593 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6594
6595         * paragraph_pimpl.C (insertChar): do not try to update tables when
6596         appending (pos == size())
6597
6598         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
6599         in order to reduce drastically the number of comparisons needed to
6600         parse a large document
6601
6602 2002-05-29  André Pönitz <poenitz@gmx.net>
6603
6604         * text.C:
6605         * text2.C:
6606         * lyxtextclass.C:
6607         * sp_pspell.h:
6608         * textclasslist.[Ch]:
6609         * sp_ispell.h: whitespace change
6610
6611 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6612
6613         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
6614         lyxaction directly now.
6615
6616 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
6617
6618         * trans.C:
6619         * lyxfont.C:
6620         * lyxvc.C: remove unused headers
6621
6622 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6623
6624         * Makefile.am:
6625         * buffer.h:
6626         * undostack.h:
6627         * undostack.C:
6628         * undo_funcs.h:
6629         * undo_funcs.C: some cleanups. Use shared_ptr
6630           and a template for the undo stacks.
6631
6632 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6633
6634         * BufferView_pimpl.h:
6635         * BufferView_pimpl.C:
6636         * kbmap.h:
6637         * kbmap.C:
6638         * kbsequence.h:
6639         * kbsequence.C:
6640         * lyxfunc.h:
6641         * lyxfunc.C:
6642         * text2.C: use key_state/mouse_state
6643
6644 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6645
6646         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
6647         and LSubstring
6648
6649         * chset.C: change include order
6650         (loadFile): use boost regex and get rid of LRegex and LSubstring
6651
6652         * Makefile.am (BOOST_LIBS): new variable
6653         (lyx_LDADD): use it
6654
6655         * LaTeX.C: change include order.
6656         (scanAuxFile): use boost regex and get rid of LRegex and
6657         LSubstring
6658         (deplog): ditto
6659
6660 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6661
6662         * ColorHandler.h:
6663         * ColorHandler.C:
6664         * FontInfo.h:
6665         * FontInfo.C: moved to frontends/xforms/
6666
6667         * FontLoader.h:
6668         * FontLoader.C: moved into frontends for GUIIzation
6669
6670         * Makefile.am:
6671         * lyx_gui.C:
6672         * lyxfont.C:
6673         * lyxfunc.C: changes from above
6674
6675 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6676
6677         * LColor.C: remove spurious X include
6678
6679         * BufferView_pimpl.C:
6680         * Makefile.am:
6681         * font.h:
6682         * font.C:
6683         * text.C:
6684         * text2.C: move font metrics to frontends/
6685
6686 2002-05-24  Juergen Vigna  <jug@sad.it>
6687
6688         * undo_funcs.C (textHandleUndo): fix the cursor selection after
6689         setting the undo_cursor.
6690
6691         * ParagraphParameters.h: include local includes first.
6692
6693 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6694
6695         * BufferView_pimpl.C:
6696         * BufferView_pimpl.h:
6697         * Makefile.am:
6698         * WorkArea.h:
6699         * WorkArea.C:
6700         * screen.C: move WorkArea into frontends/
6701
6702         * lyxscreen.h:
6703         * screen.C:
6704         * text.C:
6705         * BufferView.C:
6706         * BufferView2.C: move LyXScreen into frontends/
6707
6708         * lyxlookup.h:
6709         * lyxlookup.C:
6710         * lyx_gui.C: move lyxlookup into frontends/xforms/
6711
6712 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6713
6714         * BufferView2.C:
6715         * BufferView_pimpl.C:
6716         * FontLoader.C:
6717         * LyXView.h:
6718         * LyXView.C:
6719         * Makefile.am:
6720         * WorkArea.C:
6721         * XFormsView.h:
6722         * XFormsView.C:
6723         * buffer.C:
6724         * bufferlist.C:
6725         * bufferview_funcs.C:
6726         * converter.C:
6727         * importer.C:
6728         * lyx_cb.C:
6729         * lyx_gui.C:
6730         * lyx_main.C:
6731         * lyx_find.C:
6732         * lyxfunc.C:
6733         * lyxvc.C:
6734         * minibuffer.C:
6735         * text.C:
6736         * text2.C:
6737         * trans.C:
6738         * vc-backend.C: move LyX/XFormsView into frontends/
6739
6740 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6741
6742         * Makefile.am:
6743         * PainterBase.C:
6744         * PainterBase.h:
6745         * Painter.C:
6746         * Painter.h:
6747         * WorkArea.C:
6748         * WorkArea.h:
6749         * screen.C:
6750         * tabular.C:
6751         * text.C:
6752         * text2.C: move Painter to frontends/
6753
6754 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6755
6756         * buffer.C: comment out some some code that depend upon lyx_format
6757         < 220
6758
6759         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
6760         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
6761
6762         * buffer.h (NO_COMPABILITY): turn off compability
6763
6764         * ColorHandler.C: include scoped_array.hpp
6765
6766         * font.C: Use more specific smart_ptr header.
6767         * Painter.C: ditto
6768         * gettext.C: ditto
6769         * ShareContainer.h: ditto
6770         * lyx_main.h: ditto
6771         * kbmap.h: ditto
6772         * FontInfo.h: ditto
6773         * BufferView_pimpl.h: ditto
6774         * ColorHandler.h: ditto
6775
6776         * kbmap.C (defkey): change call to shared_ptr::reset
6777
6778 2002-05-21  Juergen Vigna  <jug@sad.it>
6779
6780         * buffer.C (insertErtContents): fix to insert ert asis if it is
6781         non empty. Skip it completely if it contains only whitespaces.
6782
6783 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
6784
6785         * BufferView_pimpl.C:
6786         * BufferView2.C: clear selection on paste (bug 393)
6787
6788 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6789
6790         * DepTable.C: include ctime
6791
6792 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
6793
6794         * buffer.C (latexParagraphs): Add new argument (moving_arg).
6795
6796 2002-05-14  Juergen Vigna  <jug@sad.it>
6797
6798         * text.C (breakParagraph): fixed function to honor the keepempty
6799         layout in the right maner and also to permit the right breaking
6800         algorithm on empty or non empyt keepempty paragraphs.
6801
6802         * paragraph.C (breakParagraph): we have to check also if the par
6803         is really empty (!size()) for isempty otherwise we do the wrong
6804         paragraph break.
6805
6806 2002-05-10  Juergen Vigna  <jug@sad.it>
6807
6808         * buffer.[Ch] : The following are only changes to the ert
6809         compatibility read reading old LaTeX layout and font stuff and
6810         convert it to ERTInsets.
6811
6812         * buffer.h: added isErtInset().
6813
6814         * buffer.C (struct ErtComp): add a fromlayout bool to check
6815         if we're inside a LaTeX layout.
6816         (isErtInset): new helper function.
6817         (insertErtContents): look for other ert insets before this one
6818         and insert the contents there, so that we don't have subsequent
6819         ERT insets with nothing between them. This way we create only one
6820         inset with multiple paragraphs. Also check if we don't insert only
6821         spaces ' ' as they are ignored anyway afterwards in the .tex file
6822         so if we have only spaces we will ignore this latex part in the
6823         new file.
6824         (parseSingleLyXformat2Token \\layout): better compatibility when
6825         reading layout-latex stuff.
6826         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
6827         language tag.
6828         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
6829         stuff after reading the inset only get the information back from
6830         the stack.
6831
6832 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
6833
6834         * buffer.C (makeLaTeXFile): Put language options after loading babel.
6835
6836         * LaTeXFeatures.C (getBabelOptions): New method.
6837
6838 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6839
6840         * BufferView_pimpl.C (Dispatch): work around missing argument for
6841         'layout'
6842
6843 2002-05-08  Juergen Vigna  <jug@sad.it>
6844
6845         * text.C (leftMargin): handle paragraph leftindent.
6846
6847         * paragraph.C (writeFile): write the new \\leftindent tag.
6848         (validate): handle leftindent code.
6849         (TeXEnvironment): handle paragraphleftindent code again.
6850
6851         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
6852
6853         * buffer.C (parseSingleLyXformat2Token): added compatibility code
6854         for paragrap_extra indent code and new token \\leftindent.
6855         (latexParagraphs): handle the leftindent as environment.
6856
6857         * ParameterStruct.h: added leftindent support.
6858
6859         * ParagraphParameters.C (leftIndent): added support functions for
6860         the paragraph left indent.
6861
6862         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
6863         more appropriate.
6864
6865 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
6866
6867         * paragraph.C (isRightToLeftPar): Return false for a paragraph
6868         inside insetERT.
6869
6870         * text.C (computeBidiTables): No bidi in insetERT.
6871
6872         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
6873         in RTL documents.
6874
6875 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6876
6877         * version.C.in: pre 5
6878
6879 2002-05-02  José Matos  <jamatos@fep.up.pt>
6880         * buffer.C (makeDocBookFile): white space changes, add newline to
6881         command styles.
6882         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
6883
6884         * tabular.C (docBook): fix typo.
6885
6886 2002-05-03  Juergen Vigna  <jug@sad.it>
6887
6888         * screen.C (drawFromTo): recalculate the rowpointer if we had a
6889         change in LyXText as we can not be sure it was not freed.
6890         (drawOneRow): remove unused code.
6891
6892         * text.C (drawInset): redo the calculation of the need_break_row as
6893         it could have a row which was already freed.
6894         (draw): look at the return value of drawInset and return false if
6895         it also returned false.
6896         (paintRowText): look at the return value of draw and return false if
6897         it also returned false.
6898
6899         * lyxtext.h: added bool return type to drawInset() and draw() so that
6900         if we have a change in the row so that the rowbreak has to be redone
6901         we abort drawing as it will be called again.
6902
6903 2002-05-02  Juergen Vigna  <jug@sad.it>
6904
6905         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
6906         a change in the maintext also if we're inside an inset.
6907         (Dispatch): set the cursor again after a break line and after the
6908         screen has been updated as it could be we're in a different row.
6909
6910         * text2.C (fixCursorAfterDelete): check to make sure we don't request
6911         to set the cursor behind the pargraph with > size().
6912         (setCursor): check also for the same paragraph when checking where
6913         to put the cursor if we have a NFR inset.
6914
6915         * buffer.C (parseSingleLyXformat2Token): move the compatibility
6916         parts of layout read further up as it still was in the wrong
6917         position.
6918
6919 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6920
6921         * screen.C (drawFromTo): change sine fullRebreak always return
6922         true.
6923
6924         * buffer.C (parseSingleLyXformat2Token): reindent some
6925
6926         * BufferView_pimpl.C (update): change since fullRebreak always
6927         return true.
6928         (Dispatch): git rid of the last hardcoded "Standard"s.
6929
6930 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6931
6932         * text2.[Ch] (fullRebreak): make it return void now that we always
6933         returned true.
6934
6935 2002-04-30  Juergen Vigna  <jug@sad.it>
6936
6937         * buffer.C (parseSingleLyXformat2Token): reset the font before the
6938         ert compatibility check for "latex" layout.
6939
6940 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
6941
6942         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
6943         minipages: use col% instead of p%, and also use the current font.
6944         (makeLaTeXFile): Fix use babel condition.
6945         (parseSingleLyXformat2Token): Correct font when reading old floats.
6946
6947 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
6948
6949         * BufferView_pimpl.C (Dispatch): Check that float type exists when
6950         inserting list of floats.
6951
6952 2002-04-25  Herbert Voss  <voss@lyx.org>
6953
6954         * MenuBackend.C (expand): don't add the graphics extensions to the
6955         export menu
6956
6957 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6958
6959         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
6960         non-existing layout, do not complain if it was the default layout
6961         of the original class (bug #342)
6962
6963 2002-04-24  Juergen Vigna  <jug@sad.it>
6964
6965         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
6966         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
6967
6968 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
6969
6970         * buffer.C (getBibkeyList): If using \bibliography, return the
6971         option field with the reference itself. Enables us to provide natbib
6972         support when using \bibliography.
6973
6974 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
6975
6976         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
6977
6978         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
6979         natbib is provided by the LaTeX class.
6980
6981 2002-04-23  Juergen Vigna  <jug@sad.it>
6982
6983         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
6984         Wakeup functions.
6985
6986         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
6987
6988 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6989
6990         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
6991
6992         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
6993         ensuremath around textordmasculine, textordfeminine and
6994         textdegree.
6995
6996 2002-04-19  Juergen Vigna  <jug@sad.it>
6997
6998         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
6999         reinitializing the buffer otherwise row-dimensions may be wrong.
7000         (update): reset also the selection cursors if they do exits otherwise
7001         their x/y positions may be wrong.
7002
7003         * text2.C (cursorDown): don't enter the inset if we came from a row
7004         above and are one row over the inset.
7005
7006         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7007         really leaving an inset.
7008
7009 2002-04-18  Juergen Vigna  <jug@sad.it>
7010
7011         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7012         of the selected paragraph does not have the selected layout also if
7013         the last one had!
7014
7015         * text2.C (setLayout): fixed bug which did not change last selected
7016         paragraph.
7017
7018         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7019         changed the read and substituted \\end_float with \\end_inset!
7020
7021         * BufferView_pimpl.C (cursorPrevious):
7022         (cursorNext): fixed to make it work with rows heigher than the work
7023         area without moving the cursor only the draw of the row.
7024         (workAreaMotionNotify): fix jumping over high rows.
7025
7026 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7027
7028         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7029         Ressler.
7030
7031 2002-04-16  Juergen Vigna  <jug@sad.it>
7032
7033         * text2.C (setCursor): set also the irow().
7034         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7035         (cursorUp):
7036         (cursorDown): support for locking an inset if the x_fix value goes
7037         inside it. That way I can transverse insets too with cursor up/down.
7038
7039         * lyxrow.h: added irow helper function same as other (i) functions.
7040
7041         * BufferView_pimpl.C (cursorPrevious):
7042         (cursorNext): fixed for insets!
7043
7044 2002-04-15  Juergen Vigna  <jug@sad.it>
7045
7046         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7047         position otherwise it is wrong in some cases.
7048
7049         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7050         inside the inset before the call.
7051
7052 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7053
7054         * buffer.[Ch] (getBibkeyList): make it const.
7055
7056 2002-04-12  Juergen Vigna  <jug@sad.it>
7057
7058         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7059
7060         * text2.C (getCursorX): new helper function
7061         (setCursor): compute also ix_
7062         (setCursorFromCoordinates): set also ix.
7063
7064         * lyxcursor.h: added ix_ and helper functions.
7065
7066         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7067
7068         * buffer.C (insertStringAsLines): dont break paragraph if the this
7069         paragraph is inside an inset which does not permit it!
7070
7071         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7072         also with no chars on this paragraph.
7073         (paintRowText): only paint stuff if it's inside the workarea!
7074
7075         * paragraph.C (breakParagraph): honor keepempty flag and break the
7076         paragraph always below not above.
7077
7078         * BufferView2.C (unlockInset): update the paragraph layout on inset
7079         unlock as we changed paragraph in such a case.
7080
7081         * lyxfind.C (LyXFind): clear the former selection if not found!
7082
7083         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7084         again called in insertChar().
7085
7086         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7087         an inset which uses the whole row!
7088         (rightMargin): ditto.
7089         (insertChar): force a rebreak if we inserted an inset!
7090
7091 2002-03-28  Herbert Voss  <voss@lyx.org>
7092
7093         * lyxlength.[Ch]: add inBP() to get the right PS-point
7094         units (BigPoint). With inPixels we have rounding errors
7095
7096 2002-04-11  Juergen Vigna  <jug@sad.it>
7097
7098         * text2.C (setCursorFromCoordinates): set iy to the right value.
7099         (setCursor): add check if row->previous exists!
7100
7101         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7102         an old float_type as this was the case in the old code!
7103
7104         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7105
7106         * BufferView2.C (showLockedInsetCursor): use iy
7107         (fitLockedInsetCursor): ditto
7108
7109         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7110         locked insets as there we have the right value now.
7111
7112         * lyxcursor.C: added iy_ variable and iy functions to set to the
7113         baseline of cursor-y of the locked inset.
7114
7115         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7116         (setCursor): fixed for insets which need a full row.
7117
7118         * text.C (rowLastPrintable): don't ignore the last space when before
7119         an inset which needs a full row.
7120         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7121         as last character of a row when before a inset which needs a full row.
7122
7123 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7124
7125         * version.C.in: update date
7126
7127         * text2.C (fullRebreak): try to always return true and see what
7128         happens...
7129
7130 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7131
7132         * MenuBackend.C (expand): use Floating::listName
7133
7134         * FloatList.C (FloatList): add listName argument to the built-in
7135         floats
7136
7137         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7138         text associated with the float.
7139
7140 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7141
7142         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7143
7144 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7145
7146         * ShareContainer.h: add a couple of missing typenames.
7147
7148 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7149
7150         * lyxrc.C (getDescription): use _() correctly rather than N_().
7151
7152 2002-03-28  Herbert Voss  <voss@lyx.org>
7153
7154         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7155         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7156
7157 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7158
7159         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7160         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7161
7162 2002-03-29  Juergen Vigna  <jug@sad.it>
7163
7164         * lyxfunc.C (dispatch): add a missing fitCursor call.
7165
7166         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7167         it was scrolled by a cursor move, so return the bool status.
7168
7169         * BufferView.C (fitCursor): return the bool flag also to the outside
7170         world as this is needed.
7171
7172         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7173
7174         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7175         call the edit() as it is not needed (and wrong) IMO.
7176         (workAreaButtonPress): set the screen_first variable before evt.
7177         unlock the inset as this may change screen_first and then we have
7178         a wrong y position for the click!
7179
7180 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7181
7182         * MenuBackend.C (expand): another translation that I missed
7183
7184 2002-03-28  Juergen Vigna  <jug@sad.it>
7185
7186         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7187
7188         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7189
7190 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7191
7192         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7193
7194         * MenuBackend.C (expand): fix export/view/update when there is no
7195         document open.
7196
7197 2002-03-27  Herbert Voss  <voss@lyx.org>
7198
7199         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7200         and text%
7201
7202 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7203
7204         * bufferview_funcs.C (currentState): only show paragraph number
7205         for is DEVEL_VERSION is set.
7206
7207         * lyxfunc.C (dispatch): put warning in INFO channel
7208
7209         * MenuBackend.C (expand): translate the name of floats
7210
7211         * FloatList.C (FloatList): mark the float names for translation
7212
7213         * converter.C (convert): use LibScriptSearch
7214
7215 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7216
7217         * MenuBackend.C (defaults): fix default menu (we might as well get
7218         rid of it...)
7219
7220 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7221
7222         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7223         directory.
7224
7225 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7226
7227         * lyxvc.C: reorder includes.
7228
7229 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7230
7231         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7232           properly
7233
7234 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7235
7236         * CutAndPaste.C: change layouts earlier on paste
7237           to avoid crashing when calling getFont()
7238
7239 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7240
7241         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7242         irritating #error.
7243
7244 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7245
7246         * WorkArea.C: remove 'Pending' debug message.
7247
7248         * most files: ws cleanup
7249
7250         * buffer.[Ch]: ws changes
7251
7252         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7253
7254 2002-03-21  Juergen Vigna  <jug@sad.it>
7255
7256         * tabular.C (SetMultiColumn): collapse also the contents of the
7257         cells and set the last border right. Added a Buffer const * param.
7258
7259 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7260
7261         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7262         linking or not.
7263
7264 2002-03-19  Juergen Vigna  <jug@sad.it>
7265
7266         * text2.C (clearSelection): reset also xsel_cache.
7267
7268         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7269         where it needs to be called (John tells us to do so too :)
7270         (selectionLost): reset sel_cache.
7271
7272         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7273
7274 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7275
7276         * text2.C (setCursorIntern): put debuging code in INSETS channel
7277
7278 2002-03-19  André Pönitz <poenitz@gmx.net>
7279
7280         * lyxfunc.C: tiny whitespace change
7281
7282 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7283
7284         * ToolbarDefaults.C (init):
7285         * LyXAction.C (init):
7286         * commandtags.h:
7287         * BufferView_pimpl.C (Dispatch):
7288         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7289
7290 2002-03-19  Allan Rae  <rae@lyx.org>
7291
7292         * exporter.C (Export): removeAutoInsets before doing anything else.
7293         While I've just introduced a dependency on BufferView this really is
7294         the best place to clean the buffer otherwise you need to cleanup in
7295         a dozen places before calling export or cleanup in a dozen functions
7296         that export calls.
7297
7298         * converter.C (runLaTeX):
7299         (scanLog): Better handling of removeAutoInsets and screen updates.
7300
7301         * lyxfunc.C (dispatch): small whitespace changes
7302
7303 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7304
7305         * WorkArea.C (C_WorkAreaEvent): return a value.
7306         (event_cb): return 1 if we handled the event, 0 otherwise.
7307
7308         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7309
7310 2002-03-18  Juergen Vigna  <jug@sad.it>
7311
7312         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7313         (GetAdditionalWidth): ditto.
7314         (RightLine): ditto.
7315         (LeftLine): ditto.
7316
7317         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7318         inset if we're there actually (probably not used right now but this
7319         is the direction to go for unifying code).
7320         (paste): disable code to clear the selection.
7321
7322         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7323         inside an InsetText and move the check further up as it is in the
7324         wrong place.
7325
7326         * text2.C (pasteSelection): set a selection over the pasted text.
7327
7328 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7329
7330         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7331         and libgraphics to build on Cygwin.
7332
7333 2002-03-15  Juergen Vigna  <jug@sad.it>
7334
7335         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7336         inserting an Inset into the paragraph. I know this is not the best
7337         fix but we already use current_view in CutAndPaste so we will remove
7338         all of it's using at the same time.
7339
7340         * buffer.C (sgmlError): deactivated function till it is rewritten in
7341         the right mode, now it can create problems.
7342
7343         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7344         before accessing it.
7345
7346 2002-03-14  Juergen Vigna  <jug@sad.it>
7347
7348         * undo_funcs.C (textHandleUndo): do the right thing when updating
7349         the inset after the undo/redo.
7350
7351         * text2.C (setCursor): just some testcode for #44 not ready yet.
7352
7353         * undo_funcs.C (textHandleUndo): set the next() and previous()
7354         pointers of the paragraph to 0 before deleting otherwise we have
7355         problems with the Paragraph::[destructor].
7356
7357         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7358         on a paragraph insertion.
7359
7360 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7361
7362         * buffer.C (asciiParagraph): use += operator for char append to
7363         string.
7364
7365         * paragraph.C (getFontSettings): compare >= not just >
7366         (highestFontInRange): ditto
7367         (setFont): ditto
7368
7369 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7370
7371         * paragraph.C: change several algorithm to be more appripriate for
7372         the problem domain. This is lookip in FontList and in the InsetList.
7373
7374 2002-03-13  André Pönitz <poenitz@gmx.net>
7375
7376         * commandtags.h:
7377         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7378
7379 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7380
7381         * commandtags.h:
7382         * LyXAction.C:
7383         * lyxfunc.C:
7384         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7385
7386 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7387
7388         * Painter.C (display): anon helper function, adjust code for this
7389         change.
7390         (pixmap): remove function.
7391
7392         * Painter.h: remove private display variable.
7393
7394         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7395
7396 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7397
7398         * WorkArea.[Ch]: remove figinset_canvas cruft.
7399
7400 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7401
7402         * lyxtextclass.C (operator): add one item cache optimization.
7403
7404         * bufferlist.h: doxy changes
7405
7406         * bufferlist.C: ws changes
7407
7408         * DepTable.[Ch] (ext_exist): place const in the right spot.
7409
7410         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7411         call resizeInsets.
7412         (workAreaExpose): call resizeInsets when the with BufferView changes.
7413         (Dispatch): adjust for protectedBlank removal
7414         (specialChar): call updateInset if the insert went ok.
7415
7416         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7417         specialChar instead.
7418
7419         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7420
7421         * BufferView.h: doxy change
7422
7423         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7424
7425         * lyxtextclass.C (operator[]): remove non-const version
7426         (defaultLayout): remove non-const version
7427
7428 2002-03-12  Juergen Vigna  <jug@sad.it>
7429
7430         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7431         did resize the LyXText too.
7432
7433         * buffer.C (readLyXformat2): set layout information on newly allocated
7434         paragraphs.
7435
7436         * tabular.C (OldFormatRead): set layout information on the paragraph.
7437
7438 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7439
7440         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7441
7442 2002-03-11  Juergen Vigna  <jug@sad.it>
7443
7444         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7445         plainly wrong.
7446         (resizeCurrentBuffer): force also the insets to resize themselfes.
7447         (moveCursorUpdate): fixed up for InsetText.
7448
7449 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7450
7451         * commandtags.h:
7452         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7453         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7454         value of Dialogs::tooltipsEnabled().
7455         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7456
7457 2002-03-08  Juergen Vigna  <jug@sad.it>
7458
7459         * BufferView_pimpl.C (updateInset): update inset inside inset also
7460         if it isn't inside theLockingInset().
7461
7462 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7463
7464         * buffer.C (asciiParagraph): redo some of the word and line length
7465         handling.
7466         (getLists): look for Caption instead of caption.
7467
7468 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7469
7470         * buffer.C (Buffer): initialize niceFile to true
7471         (makeLaTeXFile):
7472         (makeLinuxDocFile):
7473         (makeDocBookFile): make sure niceFile is true on exit
7474
7475 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7476
7477         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7478
7479 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7480
7481         * LyXSendto.C: remove.
7482         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7483         * lyx_gui.C: remove now-redundant comment.
7484         * ColorHandler.h: remove forward declaration of class WorkArea.
7485         * lyxfunc.C: remove #include "WorkArea.h".
7486
7487 2002-03-07  Juergen Vigna  <jug@sad.it>
7488
7489         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7490         got moved away with the DEPM and also set the inset_owner always
7491         right which before could have been omitted.
7492
7493 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7494
7495         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7496         wanted layout is not found.
7497
7498 2002-03-07  Juergen Vigna  <jug@sad.it>
7499
7500         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7501
7502 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7503
7504         * paragraph.C (breakParagraph): use default layout not layout of
7505         prev paragraph.
7506         (Paragraph): clear ParagraphParameters.
7507
7508 2002-03-06  Juergen Vigna  <jug@sad.it>
7509
7510         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7511         otherwise it would not be a valid lenght. Fixed a special case in
7512         the minipage compatibility read where we end the document with a
7513         minipage.
7514
7515         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7516         was set as it could be 0 for InsetTexts first entry.
7517
7518 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7519
7520         * paragraph.C (writeFile): if layout is empty write out
7521         defaultLayoutName().
7522
7523         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7524         file without named layout we set layout to defaultLayoutName().
7525
7526 2002-03-06  Juergen Vigna  <jug@sad.it>
7527
7528         * CutAndPaste.C (copySelection): set layout for new paragraph.
7529
7530         * text.C (prepareToPrint): leave ERT inset left aligned
7531         (leftMargin): don't indent paragraphs inside ERT insets
7532
7533 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7534
7535         * paragraph.C (breakParagraph): dont call clear do the work manually
7536
7537         * paragraph.[Ch] (clear): remove function
7538
7539 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7540
7541         * paragraph.C (Paragraph): dont call clear, the work has already
7542         been done.
7543
7544         * lyxtextclass.C (operator): assert if n is empty
7545
7546         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7547         work manually instead.
7548
7549 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7550
7551         * BufferView_pimpl.C: protect selectionLost against text == 0
7552
7553 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7554
7555         * text.C (breakParagraph): fix a setting layout to '0' problem.
7556
7557 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7558
7559         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7560         final location of file, for the included files, and graphics.
7561
7562 2002-03-05  Juergen Vigna  <jug@sad.it>
7563
7564         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7565
7566 2002-03-04  Juergen Vigna  <jug@sad.it>
7567
7568         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
7569
7570         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
7571         last column of multicolumn cells.
7572         (SetWidthOfMulticolCell): recalculate NMC and real columns.
7573
7574 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7575
7576         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
7577         file if it doesn't go to a temporary file.
7578
7579         * buffer.C (sgmlOpenTag):
7580         (sgmlCloseTag):  remove extra newline insertion.
7581
7582 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7583
7584         * text.C (getRowNearY): comment out debug msg
7585
7586 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7587
7588         * text2.C: first -> first_y
7589
7590         * text.C (getRowNearY): add some attemts at a possible
7591         optimization, not working.
7592
7593         * tabular.[Ch]: add BufferParams to several function so that newly
7594         created paragraph can be initialized to he default layotu for the
7595         buffers textclass.
7596
7597         * tabular-old.C (ReadOld): add buf->params to call of Init
7598
7599         * screen.C: rename text->first to text->first_y
7600
7601         * paragraph.C (breakParagraph): always set layout in the broken
7602         paragraph
7603
7604         * lyxtextclass.C (Read): remove lowercase
7605         (hasLayout): ditto
7606         (operator): ditto
7607         (delete_layout): ditto
7608
7609         * lyxtext.h: rename first -> first_y
7610
7611         * lyxlayout.C (Read): remove lowercase
7612         (name): ditto
7613         (setName): ditto
7614         (obsoleted_by): ditto
7615
7616         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
7617
7618         * buffer.C (insertErtContents): add params are to InsetERT
7619         (parseSingleLyXformat2Token): add code to check if a paragraphs
7620         layout really exist.
7621         (parseSingleLyXformat2Token): add params to several inset
7622         constructors
7623         (asciiParagraph): remove lowercase, do the layout comparisons with
7624         no_case
7625
7626         * BufferView_pimpl.C (cursorNext): first -> first_y
7627         (resizeCurrentBuffer): first -> first_y
7628         (updateScrollbar): first -> first_y
7629         (scrollCB): first -> first_y
7630         (workAreaMotionNotify): first -> first_y
7631         (workAreaButtonPress): first -> first_y
7632         (checkInsetHit): first -> first_y
7633         (cursorPrevious): first -> first_y
7634         (cursorNext): first -> first_y
7635         (Dispatch): add buffer_->params to severl inset contructors
7636
7637 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7638
7639         * lyxlayout.C (Read): remove some debug info that I forgot.
7640
7641         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
7642         clean up the code slightly.
7643         (makeLinuxDocFile): ditto
7644         (makeDocBookFile): ditto
7645
7646         * text2.C: layout as string
7647
7648         * text.C: layout as string
7649
7650         * paragraph_pimpl.C: layout as string
7651
7652         * paragraph.[Ch]: layout as string
7653
7654         * lyxtextclasslist.[Ch]: layout as string
7655
7656         * lyxtextclass.[Ch]: layout as string
7657
7658         * lyxtext.h: layout as string
7659
7660         * lyxlayout.[Ch]: layout as string
7661
7662         * lyx_cb.C: layout as string
7663
7664         * bufferview_funcs.C: layout as string
7665
7666         * bufferparams.C: layout as string
7667
7668         * buffer.C: layout as string
7669
7670         * LyXView.[Ch]: layout as string
7671
7672         * LaTeXFeatures.[Ch]: layout as string
7673
7674         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
7675
7676         * BufferView_pimpl.C: change current_layout to string, remove
7677         lyx::layout_type.
7678         (Dispatch):
7679         (smartQuote):
7680         (insertInset):
7681         (workAreaButtonRelease): layout as string
7682
7683         * BufferView2.C (unlockInset): adjust
7684
7685         * vspace.C (asLatexCommand): use an explict temp variable.
7686
7687 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7688
7689         * Makefile.am: use FRONTEND_*
7690
7691 2002-03-01  Juergen Vigna  <jug@sad.it>
7692
7693         * tabular.C (SetWidthOfMulticolCell): changed to something better
7694         I hope but still work in progress.
7695         (recalculateMulticolumnsOfColumn): renamed function from
7696         recalculateMulticolCells as it is more appropriate now.
7697         (SetWidthOfCell): calculate multicols better.
7698
7699 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7700
7701         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
7702
7703         * lyxfunc.C (processKeySym): print sequence also if it is
7704         `deleted' (complete)
7705
7706         * kbsequence.C (print): print sequence even if it is deleted
7707         (complete would be a better word, actually).
7708
7709         * lyxfunc.C (dispatch): print complete options after a prefix key
7710
7711         * vspace.C (asLatexCommand): rewrite in a slightly different form.
7712
7713 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
7714
7715         * text2.C (setCharFont): eliminate setCharFont code duplication.
7716
7717 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7718
7719         * BufferView_pimpl.C (Dispatch): remove bogus handling of
7720         LFUN_TABULAR_FEATURE (bug #177)
7721
7722 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
7723
7724         * Makefile.am: remove figure.h
7725
7726 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
7727
7728         * Bufferview_pimpl.C:
7729         * CutAndPasteC:
7730         * LaTeX.C:
7731         * LyXSendto.C:
7732         * buffer.C:
7733         * bufferlist.C:
7734         * converter.C:
7735         * language.C:
7736         * lyxfunc.C:
7737         * lyxvc.C:
7738         * paragraph.C:
7739         * text.C:
7740         * text2.C: remove #include "lyx_gui_misc.h".
7741
7742         * LaTeX.C: added #include <cstdio>
7743
7744 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7745
7746         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
7747         that the paragraph following this one can have.
7748
7749         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
7750
7751         * vspace.C (asLatexCommand): fix bogus gcc warning
7752
7753         * Makefile.am (lyx_SOURCES): remove vms_defines.h
7754
7755 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
7756
7757         * text2.C (setLayout): get rid of redundant code
7758
7759 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
7760
7761         * text2.C (incDepth): make sure depth cannot be increased beyond
7762         reasonable values.
7763
7764 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
7765
7766         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
7767         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
7768
7769         * PainterBase.h (image):
7770         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
7771         a LyXImage const *.
7772
7773 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
7774
7775         * BufferView.C:
7776         * BufferView.h:
7777         * BufferView_pimpl.C:
7778         * BufferView_pimpl.h:
7779         * LaTeXFeatures.C:
7780         * LyXAction.C:
7781         * LyXView.C:
7782         * Makefile.am:
7783         * UpdateList.h:
7784         * UpdateList.C:
7785         * buffer.C:
7786         * figure.h:
7787         * figureForm.C:
7788         * figureForm.h:
7789         * figure_form.C:
7790         * figure_form.h:
7791         * lyx_cb.C:
7792         * lyx_gui.C:
7793         * lyx_gui_misc.C:
7794         * lyxfunc.C:
7795         * sp_base.h:
7796         * sp_ispell.h:
7797         * sp_pspell.h:
7798         * sp_spell.C: remove fig inset, and the crap house of
7799           cards that follows it
7800
7801 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
7802
7803         * Makefile.am:
7804         * lyxserver.C:
7805         * os2_defines.h:
7806         * os2_errortable.h:
7807         * nt_defines.h: move .h into support/
7808
7809         * vms_defines.h: remove
7810
7811         * WorkArea.C: add space in debug output
7812
7813         * text2.C:
7814         * paragraph.C:
7815         * buffer.C: add WITH_WARNINGS
7816
7817         * vc-backend.h:
7818         * vc-backend.C:
7819         * bufferlist.C: s/retrive/retrieve/, add docs
7820
7821         * vspace.h:
7822         * vspace.C:
7823         * kbmap.h:
7824         * lyxlength.h:
7825         * lyxgluelength.h:
7826         * length_common.h:
7827         * chset.h:
7828         * chset.C: add docs
7829
7830         * lyxgui.C: add ID to X error handler
7831
7832         * lyxtestclass.c: fix typo
7833
7834 2002-02-26  Juergen Vigna  <jug@sad.it>
7835
7836         * tabular_funcs.C (write_attribute): changed so that some default
7837         attributes are not written at all.
7838         (getTokenValue): set default values before trying to read the
7839         value so we have the return value always set as default if we don't
7840         find the token we search for.
7841
7842         * tabular.C (Write): write bools as bools not as strings!
7843
7844 2002-02-22  Juergen Vigna  <jug@sad.it>
7845
7846         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
7847         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
7848
7849         * text.C (leftMargin): don't add an indent for paragraphs inside
7850         tabular cells (fix #208).
7851
7852 2002-02-21  José Matos  <jamatos@fep.up.pt>
7853
7854         * tabular.C (docBook): fixed support for long tables.
7855
7856 2002-02-20  Juergen Vigna  <jug@sad.it>
7857
7858         * text2.C (getFont): get the drawing font of the Inset if this
7859         paragraph is inside an inset (only important for InsetERT for now).
7860
7861         * buffer.C (insertErtContents): use new lanugage params in ERT
7862         constructor.
7863
7864         * CutAndPaste.C: commenting out seemingly uneeded code.
7865
7866 2002-02-19  Allan Rae  <rae@lyx.org>
7867
7868         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
7869         Iterators might be simple to use but they also get invalidated.
7870         (removeAutoInsets): renamed saved cursor tracking variables and added
7871         some comments to clarify what everything does.
7872
7873 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
7874
7875         * Chktex.C:
7876         * LaTeX.C:
7877         * LyXSendto.C:
7878         * converter.C:
7879         * lyx_cb.C:
7880         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
7881         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
7882
7883         * lyxfunc.C:
7884         * vc-backend.h: remove #include "support/syscall.h"
7885
7886         * LaTeX.C:
7887         * LyXSendto.C:
7888         * converter.C: rearrange #includes in Lars' approved fashion.
7889
7890         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
7891         forward declare class Timeout in the header file.
7892
7893         * XFormsView.C: changes due to the above.
7894
7895         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
7896         similar to LyXView.
7897
7898         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
7899         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
7900
7901 2002-02-18  José Matos  <jamatos@fep.up.pt>
7902
7903         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
7904         insets contents.
7905
7906 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
7907
7908         * a lot of small ws changes
7909         * add a lot of using std::XXX
7910         * use std construcs some places where approp.
7911         * use some exisint stuff from lyxfunctional where approp.
7912         * Make file changes to use partial linking (lets test this now...)
7913
7914 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
7915
7916         * Chktex.C:
7917         * buffer.C:
7918         remove #include "support/syscontr.h" as it's redundant. Always has been.
7919
7920         * Chktex.C:
7921         * LaTeX.C:
7922         * LyXSendto.C:
7923         * converter.C:
7924         * lyx_cb.C:
7925         * vc-backend.C:
7926         change Systemcalls::System to Systemcalls::Wait and
7927         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
7928         No change of functionality, just reflects the stripped down Systemcalls
7929         class.
7930
7931 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
7932
7933         * debug.[Ch]: add a GRAPHICS type to the enum.
7934
7935 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7936
7937         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
7938
7939         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
7940         there is an inset.
7941
7942 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7943
7944         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
7945         match the changes below.
7946
7947         * text2.C (toggleInset): if there is not editable inset at cursor
7948         position, try to see if cursor is _inside_ a collapsable inset
7949         and close it.
7950
7951 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7952
7953         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
7954         document menu has a nice checkbox
7955
7956 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7957
7958         * lyxlength.C (asLatexString): change PW to output as percent of
7959         \textwidth.
7960
7961         * lengthcommon.C: change '%' to 't%'
7962
7963         * lyxfunc.C (dispatch): a few comments from Martin
7964
7965 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
7966
7967         * WorkArea.h:
7968         * WorkArea.C:
7969         * BufferView_pimpl.h:
7970         * BufferView_pimpl.C: clear our selection when X tells us we've lost
7971           the X selection.
7972
7973 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7974
7975         * vspace.C (inPixels): fix compiler warning
7976
7977 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7978
7979         * lyxfunc.C (getStatus): fix status message for disabled commands.
7980
7981 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
7982
7983         * BufferView_pimpl.C: fix crash on close buffer
7984         during selection (#227)
7985
7986 2002-01-27  Herbert Voss  <voss@lyx.org>
7987
7988         * buffer.C: link old Figure to new graphic inset
7989
7990 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
7991
7992         * FontLoader.C (getFontinfo): Change the latex font names in order
7993         to match the names of type1inst.
7994
7995 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7996
7997         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
7998
7999         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8000         (extchanged): ditto
8001         (ext_exist): ditto
8002         (remove_files_with_extension): ditto
8003         (remove_file): ditto
8004         (write): ditto
8005
8006         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8007         document is smaller than the work area height. Do not initialize
8008         static variables to 0.
8009
8010 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8011
8012         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8013
8014         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8015         LFUN_LAYOUT_PARAGRAPHS.
8016
8017         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8018         tabular. It is possible to provide a possible cell, which will
8019         typically be the actcell from the corresponding insettabular
8020
8021         * lyxfunc.C (getStatus): small cleanup; disable
8022         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8023         true
8024
8025 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8026
8027         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8028
8029         * paragraph.C (startTeXParParams):
8030         (endTeXParParams): new methods. The LaTeX code to
8031         start/end paragraph formatting
8032         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8033         empty (fixes bug #200)
8034
8035         * vspace.C (inPixels): adapt to the change below
8036         (inPixels): [later] more cleanups (remove unused variables)
8037
8038         * lyxlength.C (inPixels): change to use a width and a height as
8039         parameter.
8040
8041 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8042
8043         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8044         Replaced with \paperwidth
8045
8046         * DepTable.C (insert): add std:: qualifier
8047
8048 2002-01-18  Allan Rae  <rae@lyx.org>
8049
8050         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8051         updated also?
8052
8053         * text.C (drawInset): Turned out I didn't know enough about how
8054         rebreaking worked.  This fixes most of the redraw problems.  I see
8055         an occasional cursor trail when a line is broken now and the cursor
8056         placement can seem out by a few pixels also after a rebreak.
8057
8058 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8059
8060         * buffer.C (parseSingleLyXformat2Token): update because minipage
8061         width is now a LyXLength
8062
8063         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8064
8065         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8066         math insets
8067
8068 2002-01-17  Juergen Vigna  <jug@sad.it>
8069
8070         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8071
8072         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8073         is set correctly and the inset is updated correctly.
8074
8075 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8076
8077         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8078         the beginning of the loop.
8079
8080 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8081
8082         * lyxrc.C: improve help for use_scalable_fonts
8083
8084 2002-01-17  Allan Rae  <rae@lyx.org>
8085
8086         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8087
8088 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8089
8090         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8091         make sure to set their inset_owner to the right value (bug #171)
8092
8093 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8094
8095         * DepTable.h
8096         * DepTable.C: Implement mtime checking to reduce time spent doing
8097         CRCs.
8098
8099 2002-01-16  Juergen Vigna  <jug@sad.it>
8100
8101         * tabular.C (GetAdditionalHeight): one of error fixed.
8102
8103         * lyxrc.C (output): small fix in writing use_pspell.
8104
8105 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8106
8107         * sp_base.h: #include LString.h
8108
8109 2002-01-16  Allan Rae  <rae@lyx.org>
8110
8111         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8112         Can someone check this please?
8113
8114         * text.C (drawInset): It was possible that p.row would be removed by
8115         breakAgainOneRow upsetting a few other settings.  There may be another
8116         small tweak possible by setting need_break_row = 0 when p.row has been
8117         removed but I don't know enough about the logic here.
8118
8119 2002-01-15  Allan Rae  <rae@lyx.org>
8120
8121         * text.C (insertChar): removed conditional truism.
8122
8123         * BufferView2.C (removeAutoInsets): More tweaks.
8124         cur_par_prev could be a stray pointer.  Check for trailing empty line
8125         in case last line was cur_par and only had an error inset on it.
8126
8127 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8128
8129         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8130         absolute
8131
8132         * vc-backend.C (most methods):
8133         * exporter.C (Export):
8134         * converter.C (convert):
8135         (runLaTeX):
8136         * LyXSendto.C (SendtoApplyCB):
8137         * lyxfunc.C (dispatch):
8138         (menuNew):
8139         (open):
8140         (doImport):
8141         * lyx_cb.C (AutoSave):
8142         (InsertAsciiFile):
8143         * BufferView_pimpl.C (MenuInsertLyXFile):
8144         * buffer.C (runChktex): use Buffer::filePath().
8145
8146         * buffer.h: rename filename to filename_; rename filepath to
8147         filepath_ and make it private
8148         (filePath): new method
8149
8150         * buffer.C (writeFile): use fileName()
8151         (getLatexName):
8152
8153         * lyx_main.C (init): fix starting  of LyX when the binary is a
8154         link from so,ewhere else.
8155
8156         * minibuffer.C: include <cctype> for isprint
8157
8158 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8159
8160         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8161         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8162         name clash with InsetCollapsable's width function.
8163
8164 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8165
8166         * lastfiles.C: include <iterator>
8167
8168 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8169
8170         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8171         std::count.
8172
8173         * buffer.C (makeLaTeXFile): ditto.
8174         Also make loop operation more transparent.
8175
8176 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8177
8178         * ToolbarDefaults.C: remove trailing comma closing namespace.
8179
8180         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8181
8182         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8183         as in WorkArea.
8184
8185         * trans.C (Load): comment out unused variable, allowed.
8186
8187 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8188
8189         * minibuffer.[Ch] (append_char): new method to recieve input from the
8190         drop-down completion browser. If a key was pressed, then recieve this
8191         char and append it to the existing string.
8192         (peek_event): modify the positioning data passed to the completion
8193         browser so that it can be placed above the minibuffer rather than below.
8194 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8195
8196         * LyXAction.C (init): alloe error-next for readonly documents.
8197
8198         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8199         count.
8200
8201 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8202
8203         * bufferlist.C (readFile): create the buffer _after_ checking that
8204         the file exists.
8205
8206         * lyxfunc.C (verboseDispatch): fix handling of arguments
8207
8208         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8209
8210         * lyxrc.C: use string::erase() instead of initializing to "".
8211
8212
8213 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8214
8215         * BufferView_pimpl.h:
8216         * BufferView_pimpl.C:
8217         * WorkArea.h:
8218         * WorkArea.C:
8219         * text2.C: tell X when we have made a selection for copying
8220
8221 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8222
8223         * BufferView_pimpl.C (MenuInsertLyXFile):
8224         * lyxfunc.C (menuNew):
8225         (open):
8226         (doImport): add shortcuts to directory buttons
8227
8228         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8229         open a float)
8230
8231         * lyxfunc.C (setStatusMessage):
8232         (getStatusMessage): new methods
8233         (getStatus):use setStatusMessage instead of setErrorMessage
8234         (dispatch): when function is disabled, set error message here
8235         [instead of in getStatus previously]
8236
8237         * BufferView_pimpl.C (workAreaButtonRelease): update
8238         toolbar/menubar here too.
8239
8240 2002-01-13  Allan Rae  <rae@lyx.org>
8241
8242         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8243         Now seems indestructible.  Remaining task is to audit all other
8244         code affected by deleteEmptyParagraphMechanism.  One small quirk
8245         left is that an empty document with an error in the preamble can
8246         be made to report an error but no error box appears.  I don't know
8247         where it goes.
8248         (removeAutoInsets): Improved comments.
8249
8250 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8251
8252         * Thesaurus.h:
8253         * Thesaurus.C: update for Aiksaurus 0.14
8254
8255 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8256
8257         * text2.C (firstParagraph): removed member function, all uses
8258         replaces with ownerParagraph
8259         (redoParagraphs): here
8260         (updateInset): here
8261         (toggleAppendix): here
8262         * BufferView2.C (insertErrors): here
8263         (setCursorFromRow): here
8264
8265 2002-01-13  Allan Rae  <rae@lyx.org>
8266
8267         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8268         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8269         There is still a way to segfault this although you may have to do this
8270         multiple times: Have an InsetERT with an unknown command in it.
8271         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8272         <down-arrow>, <Enter> again, View->DVI, BANG!
8273
8274         * text2.C (setCursor):
8275         (deleteEmptyParagraphMechanism):
8276         * lyxtext.h (setCursor):
8277         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8278         Making use of the return value may help fix other bugs.
8279
8280 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8281
8282         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8283
8284         * LyXView.C (updateMenubar): call MenuBar::update here
8285         (updateToolbar): but not here
8286         (showState): do not update toolbar/menubar
8287
8288         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8289         should need to care about that.
8290
8291         * lyxfunc.C (verboseDispatch): simplify a bit
8292         (getStatus): have a version which takes a pseudoaction, and
8293         another which requires a (kb_action,string).
8294
8295         * LyXAction.C (retrieveActionArg): make it work also when action
8296         is not a pseudo-action.
8297         (getActionName): simplify a bit
8298         (helpText):
8299
8300 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8301
8302         * lyxfunc.C (verboseDispatch): new families of methods with
8303         several ways to specify a command and a bool to indicate whether
8304         the command name and shortcut should be displayed in minibuffer
8305         (eventually, we could extend that to a finer bitmask like
8306         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8307         (dispatch): the pristine dispatch command which just, well,
8308         dispatchs! Note it still sets its result to minibuffer; I'm not
8309         sure we want that.
8310
8311         * lyxfunc.h: remove setHintMessage
8312
8313         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8314
8315 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8316
8317         * BufferView_pimpl.C (specialChar): delete new inset if we have
8318         not been able to insert it.
8319
8320         * kbmap.C: revert to using int instead of kb_action, since all we
8321         are dealing with is pseudo-actions.
8322
8323         * LyXAction.C (searchActionArg): change to return int instead of
8324         kb_action, since the result is a pseudoaction.
8325
8326 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8327
8328         * buffer.C (insertErtContents): Fix (partially) the font bug.
8329
8330 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8331
8332         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8333         as the other one is broken on my machine!
8334
8335 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8336
8337         * commandtags.h:
8338         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8339
8340 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8341
8342         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8343         reflect their actual use. Provide compatibility code for older lyxrc
8344         files.
8345
8346         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8347         FL_NORMAL_STYLE.
8348         change names of popup font variables in line with the changes to lyxrc.C
8349
8350 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8351
8352         * buffer.C (asciiParagraph): avoid outputing a word twice after
8353         an inset.
8354
8355         * lyxrc.C (getDescription): document that document_path and
8356         template_path can be empty.
8357
8358 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8359
8360         * LaTeXFeatures.C (getMacros):
8361         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8362
8363         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8364
8365         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8366         getPackages.
8367         (getPackages): rename feature "floats" to "float". Use an array to
8368         iterate over 'simple' features (i.e. just a \usepackage). Add
8369         handling of "amsmath" (renamed from "amsstyle").
8370
8371 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8372
8373         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8374         features list.
8375
8376 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8377
8378         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8379         FuncStaus::FuncStatus & FuncStaus::some_method().
8380
8381 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8382
8383         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8384         of the func_satus stuff. Edited and massaged in various ways by
8385         JMarc.
8386
8387         * lyxfunc.C (getStatus): use FuncStatus
8388
8389 2002-01-08  Juergen Vigna  <jug@sad.it>
8390
8391         * text.C (nextBreakPoint): use function Inset::isChar().
8392
8393         * paragraph.C (TeXOnePar): use function
8394         Inset::forceDefaultParagraphs.
8395
8396         * buffer.C (latexParagraphs): use function
8397         Inset::forceDefaultParagraphs.
8398
8399 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8400
8401         * lyx_gui.C (init): set the style of the menu popups to
8402         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8403
8404 2002-01-07  Juergen Vigna  <jug@sad.it>
8405
8406         * text.C (setHeightOfRow): small fix
8407         (prepareToPrint): don't look at alignment if we don't have the place
8408         for doing it.
8409
8410 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8411
8412         * box.C: New file. Move the Box methods and functions out of box.h,
8413         following Lars' suggestion.
8414
8415 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8416
8417         * box.h: #include "support/LOstream.h", needed for inlined function.
8418
8419         * lyxtextclass.C:
8420         * lyxtextclasslist.C: added some using std declarations.
8421
8422 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8423
8424         * box.h: make signed dimensions to allow insets wider than
8425           the screen (bug #162)
8426
8427         * BufferView_pimpl.C: add some insetHit debug
8428
8429 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8430
8431         * vc-backend.C: add FIXME
8432
8433 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8434
8435         * lyxfunc.C (getStatus): enable code for showing math font status
8436         in toolbar/menu.
8437
8438 2002-01-07  Juergen Vigna  <jug@sad.it>
8439
8440         * text.C (nextBreakPoint): removed debug output not needed anymore.
8441
8442 2002-01-06  Juergen Vigna  <jug@sad.it>
8443
8444         * text.C (nextBreakPoint): fixed up this function we had this bug
8445         since ever but now hopefully we break row better.
8446         (insertChar): we have to check if an inset is the next char as it
8447         could now happen that a large inset is causing a break.
8448
8449 2002-01-05  Juergen Vigna  <jug@sad.it>
8450
8451         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8452         if it doesn't like to be drawed.
8453
8454 2002-01-04  Juergen Vigna  <jug@sad.it>
8455
8456         * BufferView2.C (lockInset): forgot to set a cursor.
8457
8458         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8459
8460 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8461
8462         * FormMathsPanel.C:
8463         * FormMathsPanel.h
8464         * MathsSymbols.C:
8465         * form_maths_panel.C:
8466         * form_maths_panel.h:
8467         * form_maths_panel.fd: implemented sub- and super- buttons in math
8468         panel.
8469
8470         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8471         (or ^ space) to be used as in TeX (req'd by André).
8472
8473         * lyxfunc.C: Allow ^ and _ again to be used both as
8474         super/subscript (mathed) and as themselves (in text).
8475
8476 2002-01-03  Allan Rae  <rae@lyx.org>
8477
8478         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8479         "LyX" or the filename of the current buffer if it has one.  This is a
8480         modified form of John Levon's patch.
8481
8482         * XFormsView.C (setWindowTitle): also set icon title.
8483
8484         * LyXView.h (setWindowTitle): signature changed.
8485         * XFormsView.h (setWindowTitle): ditto.
8486
8487 2002-01-02  Juergen Vigna  <jug@sad.it>
8488
8489         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8490
8491 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8492
8493         * screen.C (topCursorVisible): introduce a temp var for
8494         text->cursor.row(), handle the case where this row is null. (kindo
8495         hachish)
8496
8497         * text2.C (setCursor): add a couple of asserts.
8498
8499         * paragraph.h (inset_iterator): add -> operator
8500
8501         * paragraph.[Ch] (autoDeleteInsets): remove member function
8502
8503         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8504         cursor pos correctly and handle inset deletion by itself.
8505         (insertErrors): move iterator declaration out of for expression
8506
8507         * lyxtextclass.C: add <algorithm>
8508
8509         * Makefile.am: added the new files to sources, removed layout.C
8510
8511         * layout.C: removed file
8512
8513         * layout.h: remove LYX_DUMMY_LAYOUT
8514
8515         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8516         layout.
8517
8518         * lyxlayout.[Ch]:
8519         * lyxtextclass.[Ch]:
8520         * lyxtextclasslist.[Ch]: new files
8521
8522         * include order changes to a lot of files, also changes because of
8523         the six new files.
8524
8525 2001-12-27  Juergen Vigna  <jug@sad.it>
8526
8527         * buffer.C (asciiParagraph): more fixes.
8528
8529         * tabular.C (ascii): make ascii export support export of only the
8530         data separated by a column-delimiter.
8531         (ascii): better support for ascii export.
8532
8533         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8534
8535 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8536
8537         * tabular_funcs.C: use a "using std::getline" instead of the
8538         previous fix from Angus (necessary for cxx + lyxstring)
8539
8540 2001-12-24  Juergen Vigna  <jug@sad.it>
8541
8542         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8543
8544         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8545         problems. First check a minipage also if we have some ert-contents
8546         (not only on par->size(), second set the right depth of the paragraph
8547         on the relink to the root-paragraph-list!
8548
8549         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8550         which then did not anymore update the main paragraphs on undo/redo!
8551
8552 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8553
8554         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8555         code. Support all font-changing funcs (even those which are not in
8556         menu currently). Support for reporting font settings in
8557         mathed (disabled until Andre provides a function on mathed's side).
8558
8559         * func_status.h (toggle): small helper function to set toggle
8560         state on a flag.
8561
8562 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8563
8564         * tabular_funcs.C: getline -> std::getline
8565
8566 2001-12-21  Juergen Vigna  <jug@sad.it>
8567
8568         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
8569         accessed and could be 0 (I couldn't generate this but it seems
8570         Michael could!).
8571
8572 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8573
8574         * tabular_funcs.C: add LIstream.h, move write_attribute to..
8575         * tabular_funcs.h: here and include iosfwd
8576
8577 2001-12-20  Juergen Vigna  <jug@sad.it>
8578
8579         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
8580         inside inset but undo_par was.
8581
8582 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8583
8584         * Thesaurus.C: always include <config.h> in sources.
8585
8586         * Painter.h:
8587         * lyxlookup.h:
8588         * box.h: do not include <config.h> in header files
8589
8590         * text.C (paintLastRow): remove unused variable
8591
8592         * text.C (transformChar):
8593         (insertChar):
8594         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
8595
8596         * Painter.C (text):
8597         * font.C (width): rewrite to use uppercase() instead of
8598         islower/toupper.
8599
8600         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
8601
8602 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
8603
8604         * lyxfind.C: clean up of find failure position change
8605
8606 2001-12-20  Juergen Vigna  <jug@sad.it>
8607
8608         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
8609
8610         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
8611         (TeXRow): added to LaTeX a single tabular row.
8612         (TeXLongtableHeaderFooter): added to output LT-h/f data.
8613         (Latex): simplified and finally good LT-h/f support.
8614         (various_functions): just small adaptions for LT-h/f support.
8615
8616         * tabular_funcs.[hC]: added and moved here all not classfunctions
8617         of LyXTabular.
8618
8619 2001-12-19  Juergen Vigna  <jug@sad.it>
8620
8621         * tabular.[Ch]: better support for longtabular options (not finished
8622         yet!)
8623
8624 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8625
8626         * text.C (paintLastRow): use the label font instead of the font of
8627         the last character to compute the size of *_BOX. This makes more
8628         sense and avoids a crash with empty paragraphs.
8629         Use Painter::rectangle to draw EMPTY_BOX.
8630
8631 2001-12-19  Juergen Vigna  <jug@sad.it>
8632
8633         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
8634         the paragraphs if the replaced paragraph is not the first one!
8635         Tried to delete not used paragraphs but does not work yet so for
8636         now it's inside #ifdef's and by default off!
8637
8638 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8639
8640         * MenuBackend.C: include "lyx_main.h" instead of declaring
8641         lastfiles (actually was declared as LastFiles* instead of a
8642         scoped_ptr).
8643
8644 2001-12-17  Juergen Vigna  <jug@sad.it>
8645
8646         * tabular.C (AppendColumn): applied John's fix
8647
8648 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
8649
8650         * BufferView.h:
8651         * BufferView.C:
8652         * BufferView_pimpl.h:
8653         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
8654
8655         * Makefile.am:
8656         * box.h: new start of class for above
8657
8658         * lyxfunc.C: ignore space-only minibuffer dispatches.
8659           Show the command name when it doesn't exist
8660
8661         * minibuffer.C: don't add empty lines to the history
8662
8663         * minibuffer.C: add a space on dropdown completion
8664
8665 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
8666
8667         * text.C: fix line above/below drawing in insets
8668
8669 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8670
8671         * lyxlength.C (LyXLength): Initialize private variables.
8672
8673 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
8674
8675         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
8676         when inserting error insets.
8677
8678 2001-12-13  Juergen Vigna  <jug@sad.it>
8679
8680         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
8681         actually sometimes the before-paragraph.
8682         (setUndo): don't clear the redostack if we're not actually undoing!
8683
8684 2001-12-06  Juergen Vigna  <jug@sad.it>
8685
8686         * undo_funcs.C (textHandleUndo): well after John's hint I got here
8687         and fixed redoing of main paragraph, so we can use it now ;)
8688
8689         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
8690
8691 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8692
8693         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
8694         Juergen's request
8695
8696 2001-12-13  André Pönitz <poenitz@gmx.net>
8697
8698         * undostack.[Ch]:
8699         * undo_func.C: minor cleanup
8700
8701 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8702
8703         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
8704         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
8705         font in urw-fonts package which is marked as -urw-fontspecific and
8706         does not work (incidentally, changing the encoding in the
8707         fonts.dir of this package to -adobe-fontspecific fixes the
8708         problem).
8709
8710         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
8711         is a crash when undoing first paragraph (Juergen, please take a
8712         look). THis does not mean the undo fix is wrong, just that it
8713         uncovers problems.
8714
8715         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
8716         the (Paragraph*) version when needed instead of duplicating the
8717         code.
8718
8719         * text.C (workWidth): use Inset::parOwner to find out where the
8720         inset has been inserted. This is a huge performance gain for large
8721         documents with lots of insets. If Inset::parOwner is not set, fall
8722         back on the brute force method
8723
8724         * paragraph_pimpl.C (insertInset):
8725         * paragraph.C (Paragraph):
8726         (cutIntoMinibuffer): set parOwner of insets when
8727         inserting/removing them
8728
8729         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
8730
8731 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
8732
8733         * commandtags.h:
8734         * LyXAction.C:
8735         * lyx_main.C:
8736         * lyxfunc.C:
8737         * mathed/formulabase.C:
8738         * mathed/math_cursor.[Ch]:
8739         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
8740
8741
8742 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8743
8744         * lyxlength.[Ch] (operator!=): new function
8745
8746 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8747
8748         * text.C (workWidth): use Inset::parOwner to find out where the
8749         inset has been inserted. This is a huge performance gain for large
8750         documents with lots of insets. If Inset::parOwner is not set, fall
8751         back on the brute force method
8752
8753         * paragraph_pimpl.C (insertInset):
8754         * paragraph.C (Paragraph):
8755         (cutIntoMinibuffer): set parOwner of insets when
8756         inserting/removing them
8757
8758         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
8759
8760 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8761
8762         * tabular-old.C (getTokenValue):
8763         * tabular.C (getTokenValue):
8764         (write_attribute): new versions for LyXLength
8765         (everywhere): adjust the use of widths
8766
8767         * tabular.h: change the type of widths from string to LyXLength
8768
8769 2001-12-11  Ben Stanley <bds02@uow.edu.au>
8770
8771         * paragraph.C: fixed missing line number count when exporting
8772         Environments to LaTeX file
8773
8774         * buffer.C: added informational message for checking line numbers.
8775
8776 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8777
8778         * text2.C (deleteEmptyParagraphMechanism): if there is only one
8779         paragraph, do the 'double space' part, but not the 'empty
8780         paragraph' one.
8781
8782         * text.C (workWidth): small optimization
8783         (getLengthMarkerHeight): use minimal size for negative lengths.
8784
8785 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
8786
8787         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
8788
8789         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
8790
8791 2001-12-11  André Pönitz <poenitz@gmx.net>
8792
8793         * FontLoader.C:
8794         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
8795
8796 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8797
8798         * text2.C: keep selection on a setFont()
8799
8800 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8801
8802         * lyx_cb.C: another bv->text misuse, from insert label
8803
8804 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
8805
8806         * kbsequence.h:
8807         * kbsequence.C: re-instate nmodifier mask
8808
8809 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
8810
8811         * lyx_main.h: make lyxGUI private.
8812
8813 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8814
8815         * lyxfind.C: place the cursor correctly on failed search
8816
8817 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8818
8819         * text.C (getLengthMarkerHeight): for small heights, the arrows
8820         are not always on top/bottom of the text
8821         (drawLengthMarker): smaller arrows; take the left margin in
8822         account; draw also vfills.
8823         (paintFirstRow):
8824         (paintLastRow): remove special code for vfill and standard spaces,
8825         since everything is handled in drawLengthMarker now.
8826
8827 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8828
8829         * buffer.C (insertErtContents): try to handle font and language
8830         interaction a bit better.g
8831
8832         * ColorHandler.C (updateColor): change the hash to cover the whole
8833         LColor enum, ws cleanup
8834         (getGCLinepars): ditto
8835         (getGCLinepars): only lookup in the linecache once.
8836
8837 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
8838
8839         * iterators.C (operator++): Make the iterator more robust
8840
8841         * BufferView2.C (removeAutoInsets): Use paragraph iterators
8842         (John's patch)
8843         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
8844
8845 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8846
8847         * lyxtext.h:
8848         * text.C: better added space drawing
8849
8850 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8851
8852         * LyXView.C:
8853         * BufferView2.C: fix layout combo update on inset unlock
8854
8855 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8856
8857         * Makefile.am: don't compile unused files
8858
8859 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8860
8861         * lyxfunc.C:
8862         * commandtags.h:
8863         * LyXAction.C: remove old LFUN_LAYOUTNO
8864
8865 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8866
8867         * paragraph_pimpl.h:
8868         * paragraph_pimpl.C: isTextAt() doesn't need font param
8869
8870 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8871
8872         * lyxlex.h:
8873         * lyxlex.C: little cleanup
8874
8875 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8876
8877         * BufferView_pimpl.C: fix insertAscii for insets
8878
8879 2001-12-05  Juergen Vigna  <jug@sad.it>
8880
8881         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
8882         set the right font on the "multi" paragraph paste!
8883
8884 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8885
8886         * trans_decl.h:
8887         * trans_mgr.[Ch]:
8888         * trans.[Ch]:
8889         * lyxgluelength.C:
8890         * lyxlength.C: remove out-commented code.
8891
8892         * BufferView_pimpl:
8893         * CutAndPaste.C:
8894         * DepTable.C:
8895         * buffer.C:
8896         * chset.C:
8897         * lastfiles.C:
8898         * lyxlex.C:
8899         * lyxlex_pimpl.C:
8900         * lyxserver.C:
8901         * screen.C:
8902         * tabular-old.C:
8903         * tabular.C:
8904         * text.C:
8905         * trans_mgr.C:
8906         * vc-backend.C: change "while(" to "while ("
8907
8908         * lyxlength.[Ch]: add zero function to check if length is zero or
8909         not
8910         * lyxgluelength.C: use it
8911
8912 2001-12-05  Allan Rae  <rae@lyx.org>
8913
8914         * lyxlength.C: Attempted a fix for the abs(int) header selection.
8915         Works for 2.95.3, from what I understand of Garst's reports this should
8916         work for other g++ versions.  We're screwed if the abs(int) definition
8917         changed between bugfix releases of gcc.
8918
8919 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
8920
8921         * text.C: fix chapter label offset !
8922
8923 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
8924
8925         * lyxtext.h:
8926         * text.C: fix hfill at end of line, clean up
8927
8928 2001-12-04  Juergen Vigna  <jug@sad.it>
8929
8930         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
8931         that we force an update of the inset and it's owners if neccessary.
8932
8933 2001-12-03  Juergen Vigna  <jug@sad.it>
8934
8935         * text.C (rowLast): simplified code
8936
8937 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
8938
8939         * lyxfunc.C: fix show options on timeout
8940
8941 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8942
8943         * screen.C (topCursorVisible): scroll half a page when the cursor
8944         reached top of bottom of screen
8945
8946 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
8947
8948         * minibuffer.C: deactivate on loss of focus
8949
8950 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8951
8952         * vspace.[Ch] (operator!=): add operator.
8953
8954 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
8955
8956         * BufferView_pimpl.C: refuse to open an inset when
8957         there's a selection.
8958
8959 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
8960
8961         * BufferView_pimpl.C: allow to click on RHS of full row insets
8962
8963 2001-11-30  Juergen Vigna  <jug@sad.it>
8964
8965         * tabular.C (LyXTabular): add a same_id to set the same id's in the
8966         insets for undo reasons.
8967
8968 2001-11-28  André Pönitz <poenitz@gmx.net>
8969
8970         * vspace.[Ch]: cosmetical changes
8971
8972 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8973
8974         * LyXAction.h:
8975         * LyXAction.C:
8976         * lyxfunc.h:
8977         * lyxfunc.C:
8978         * kbmap.h:
8979         * kbmap.C:
8980         * lyxrc.C:
8981         * kbsequence.h:
8982         * kbsequence.C: part re-write of old kb code
8983
8984         * Painter.C:
8985         * WorkArea.C: remove Lgb_bug_find_hack
8986
8987 2001-11-30  José Matos <jamatos@fep.up.pt>
8988
8989         * buffer.C (makeDocBookFile): add a comment to point a hack.
8990         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
8991         Fixed a double write of labels.
8992
8993 2001-11-29 Ben Stanley <bds02@uow.edu.au>
8994
8995         * LaTeX.C:
8996         * LaTeX.h Fixed bug in LaTeX class where it would not
8997         re-run latex if no depfiles were changed, but the .dvi was removed.
8998
8999 2001-11-28  André Pönitz <poenitz@gmx.net>
9000
9001         * all the files from the change on 2001/11/26:
9002         use lyx::layout_type instead of LyXTextClass::size_type
9003         use lyx::textclass_type instead of LyXTextClassList::size_type
9004
9005 2001-11-29  Juergen Vigna  <jug@sad.it>
9006
9007         * text.C: added support for paragraph::isFreeSpacing()
9008
9009         * buffer.C: same as above
9010
9011         * paragraph.h: inserted isFreeSpacing() function to enable
9012         FreeSpacing inside InsetERT.
9013
9014         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9015         of the paragraph's in the cut/copy buffer to 0!
9016
9017         * text2.C (removeRow): remove the assert as it can!
9018
9019         * lyxtext.h: added helper function firstRow returning firstrow and
9020         made firstrow private again.
9021
9022         * BufferView2.C (lockInset): don't relock if we're already locked!
9023
9024         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9025         the only paragraph.
9026         (removeRow): added Assert::(firstrow)
9027
9028         * debug.C: forgot to add INSETTEXT here.
9029
9030 2001-11-28  Juergen Vigna  <jug@sad.it>
9031
9032         * sp_spell.C (initialize): changed error text to more general
9033         spellchecker command use (not only ispell!)
9034
9035         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9036
9037         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9038
9039 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9040
9041         * vspace.C: initialise lyxgluelength on failure
9042
9043 2001-11-28  Allan Rae  <rae@lyx.org>
9044
9045         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9046         declaration & definition that looks like a function declaration.
9047
9048 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9049
9050         * BufferView2.C (copy):
9051         (copyEnvironment): do not clear the selection when doing a copy.
9052
9053         * text.C (paintFirstRow): compilation fix
9054
9055 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9056
9057         * tabular.C (Latex): correct line count when writing latex.
9058
9059 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9060
9061         * paragraph_pimpl.h:
9062         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9063           bug a bit
9064
9065 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9066
9067         * text.C:
9068         * LColor.h:
9069         * LColor.C: change vfillline->added_space
9070
9071         * text.C: add markers and text for added space
9072
9073         * vspace.C: fix comment
9074
9075 2001-11-28  André Pönitz <poenitz@gmx.net>
9076
9077         * paragraph.C: whitespace changes
9078         * all the other files from the change on 2001/11/26:
9079         change *::pos_type into lyx::pos_type
9080
9081 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9082
9083         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9084         language of the document when inserting error insets.
9085
9086 2001-11-26  André Pönitz <poenitz@gmx.net>
9087
9088         * BufferView_pimpl.[Ch]:
9089         *       CutAndPaste.C:
9090         * buffer.[Ch]:
9091         * lyxcursor.[Ch]:
9092         * lyxfind.C:
9093         * lyxfunc.C:
9094         * lyxrow.[Ch]:
9095         * paragraph.[Ch]:
9096         * paragraph_pimpl.[Ch]:
9097         * sp_spell.C:
9098         * text.C:
9099         * text2.C: reduce header dependencies, introduce type for positions
9100
9101 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9102
9103         * <various>: change to use Alert.h
9104
9105 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9106
9107         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9108         when encountering an unknown token.
9109         (readLyXformat2): Show an error message if there were unknown tokens.
9110
9111 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9112
9113         * BufferView2.C:
9114         * BufferView_pimpl.C:
9115         * buffer.C:
9116         * paragraph.h:
9117         * text.C:
9118         * text2.C: use par->isInset()
9119
9120 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9121
9122         * paragraph_pimpl.h:
9123         * paragraph_pimpl.C: cleanup
9124
9125 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9126
9127         * text2.C (removeRow):
9128         * text.C (setHeightOfRow): remove useless (and costly) call to
9129         getRow.
9130
9131 2001-11-20  Allan Rae  <rae@lyx.org>
9132
9133         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9134         Now need Inset*::checkInsertChar() to return true for appropriate
9135         cases so that the characters in the minibuffer will actually be
9136         inserted.
9137
9138 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9139
9140         * text.C: change the order of the includes.
9141         (workWidth): initialize it at once.
9142         (workWidth): make maxw unsigned
9143         (setHeightOfRow): remove unused variable (inset)
9144         (selectSelectedWord): remove unused variable (inset)
9145         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9146
9147 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9148
9149         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9150         server is not running.
9151         (openConnection):
9152         (closeConnection): add debug info when server is disabled.
9153
9154         * ColorHandler.C (getGCForeground): send debug message to GUI
9155         channel.
9156
9157         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9158
9159         * kbmap.C (bind): modify because return conventions of
9160         kb_sequence::parse have changed.
9161
9162         * kbsequence.C (parse): only ignore spaces and not any stupid
9163         control character. This avoids tests like s[i] <= ' ', which are
9164         guaranteed to fail with 8bit characters and signed chars.
9165         Change return code to string::npos when there have been no error
9166         (0 was a bad idea when error is at first character)
9167
9168 2001-11-14  José Matos  <jamatos@fep.up.pt>
9169
9170         * buffer.h:
9171         * buffer.C (simpleDocBookOnePar): removed unused argument.
9172
9173 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9174
9175         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9176         insets which are part of a word. Paragraph::isLetter takes care of
9177         that now. Use Paragraph::isInset to identify insets.
9178         (selectSelectedWord): do not test for hyphenation break.
9179
9180         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9181         that protected spaces are considered as spaces.
9182
9183         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9184         Inset::isLetter.
9185
9186 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9187
9188         * lyxserver.h:
9189         * lyxserver.C: fix it. and small cleanup.
9190
9191 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9192
9193         * BufferView_pimpl.C: use inline helpers
9194
9195         * LaTeXFeatures.h:
9196         * LaTeXFeatures.C: fix typos
9197
9198         * Spacing.h:
9199         * Spacing.C: move spacing_string into class
9200
9201         * ToolbarDefaults.C: move stuff into namespace anon
9202
9203         * layout.h: update enum
9204
9205         * lyxfunc.C: use better debug
9206
9207         * minibuffer.h: fix typo
9208
9209         * debug.h:
9210         * debug.C:
9211         * WorkArea.C: add and use Debug::WORKAREA
9212
9213         * lyxtext.h:
9214         * text.C:
9215         * text2.C: code re-organisation, inline helpers
9216
9217 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9218
9219         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9220         std::vector.empty().
9221
9222 2001-11-09  Allan Rae  <rae@lyx.org>
9223
9224         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9225         '\n's after tables.  Tabular and ERT inset work now makes this no
9226         longer necessary.
9227
9228 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9229
9230         * minibuffer.h:
9231         * minibuffer.C: fix crash, improve drop-down completion
9232
9233 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9234
9235         * lyxserver.h:
9236         * lyxserver.C: invalidate fd's when doing endPipe()
9237
9238 2001-11-08  José Matos  <jamatos@fep.up.pt>
9239
9240         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9241         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9242
9243         * paragraph.h:
9244         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9245
9246 2001-11-07  José Matos  <jamatos@fep.up.pt>
9247
9248         * buffer.h:
9249         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9250         const qualifier.
9251
9252         * buffer.C (sgmlOpenTag):
9253         * buffer.C (sgmlCloseTag): removed debug info.
9254
9255         * buffer.h (sgmlOpenTag):
9256         * buffer.h (sgmlCloseTag): made public.
9257
9258 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9259
9260         * buffer.C (saveParamsAsDefaults):
9261         * lyx_cb.C (MenuLayoutSave): remove
9262
9263         * LyXAction.C (init):
9264         * commandtags.h:
9265         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9266
9267 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9268
9269         * buffer.C (setPaperStuff): removed from here...
9270
9271         * bufferparams.C (setPaperStuff): ... and moved there.
9272
9273 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9274
9275         * minibuffer.h:
9276         * minibuffer.C:
9277         * XFormsView.C: add support for drop-down completion
9278
9279 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9280
9281         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9282         commands.
9283
9284 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9285
9286         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9287         disabled.
9288
9289 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9290
9291         * lyx_main.C: change ref to known bugs
9292
9293 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9294
9295         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9296         to work around older babel problems.
9297
9298 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9299
9300         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9301
9302 2001-10-24  Juergen Vigna  <jug@sad.it>
9303
9304         * tabular-old.C (ReadOld): below variable changes reflected.
9305
9306         * tabular.[Ch]: added ltType struct for longtable header/footer
9307         defines and changed all instances where they are used. Added
9308         future support for double top/bottom rows.
9309
9310 2001-10-24  José Matos  <jamatos@fep.up.pt>
9311
9312         * buffer.h (docbookHandleCaption):
9313         * buffer.C (docbookHandleCaption): removed unused function.
9314         (makeDocBookFile): moved docbook supported version to v4.1.
9315
9316 2001-10-24  José Matos  <jamatos@fep.up.pt>
9317
9318         * tabular.h:
9319         * tabular.C (docbookRow): new function to export docbook code of a row.
9320         (DocBook): now honors the longtable flags.
9321
9322 2001-10-23  José Matos  <jamatos@fep.up.pt>
9323
9324         * LaTeXFeatures.h:
9325         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9326         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9327
9328         * buffer.C (makeLinuxDocFile):
9329         (makeDocBookFile): reworked the preamble, more clean, and with
9330         support for lyx defined entities. Changed the document declaration
9331         to be more XML friendly.
9332
9333         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9334         if we need to output XML that should be done with a filter.
9335
9336 2001-10-22  Juergen Vigna  <jug@sad.it>
9337
9338         * sp_pspell.h (class PSpell): add alive function needed in the
9339         controller to see if the spellchecker could be started.
9340
9341 2001-10-22  Juergen Vigna  <jug@sad.it>
9342
9343         * buffer.C (insertStringAsLines): modify the font for inserting
9344         chars in certain conditions by calling checkInsertChar(font).
9345
9346 2001-10-19  Juergen Vigna  <jug@sad.it>
9347
9348         * text.C (workWidth): use getRow instead of wrong algorithm.
9349         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9350
9351 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9352
9353         * lyxserver.h:
9354         * lyxserver.C:
9355         * lyx_main.h:
9356         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9357
9358 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9359
9360         * text.C (workWidth): do not search for the exact row when
9361         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9362         optimization for big documents.
9363
9364 2001-10-18  Juergen Vigna  <jug@sad.it>
9365
9366         * text.C (workWidth): new function with added Inset * parameter.
9367
9368 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9369
9370         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9371
9372         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9373         change return type of getColumnNearX.
9374
9375
9376         * text.C (changeRegionCase): use uppercase/lowercase instead of
9377         toupper/tolower.
9378         (leftMargin):
9379         (rightMargin): simplify code by factoring out the uses of
9380         textclasslist.
9381         (labelFill):
9382         (numberOfHfills):
9383         (setHeightOfRow):
9384         (appendParagraph): use Paragraph::size_type
9385
9386 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9387
9388         * vspace.C (asLatexString): add a missing break
9389
9390 2001-10-15  Herbert Voss  <voss@perce.de>
9391
9392         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9393
9394 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9395
9396         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9397         is not available.
9398
9399 2001-10-10  André Pönitz <poenitz@gmx.net>
9400
9401         * lyxfunc.C: removed greek_kb_flag.
9402
9403 2001-10-10  Herbert Voss  <voss@perce.de>
9404
9405         * lyx_main.C: delete global string help_lyxdir.
9406
9407 2001-10-09  Herbert Voss  <voss@perce.de>
9408
9409         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9410
9411         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9412
9413         * lyx_main.C: added global string help_lyxdir.
9414
9415         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9416
9417 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9418
9419         * lyxrc.C (set_font_norm_type): support iso8859-4
9420
9421 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9422
9423         * LaTeX.C (deplog): add another regex for MikTeX
9424
9425 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9426
9427         * lyxrc.C (set_font_norm_type): support iso8859-3
9428
9429 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9430
9431         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9432
9433         * LaTeXFeatures.C: remove special case of french and index
9434
9435         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9436         before \begin{document}). This solves several incompatibilities.
9437
9438 2001-10-03  Garst Reese  <reese@isn.net>
9439
9440         * lyx_cb.C: change CheckTex error msg.
9441
9442 2001-10-03  José Matos  <jamatos@fep.up.pt>
9443
9444         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9445
9446 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9447
9448         * .cvsignore: update
9449
9450         * lyx_main.C (commandLineVersionInfo): use new style version info.
9451
9452         * buffer.C (writeFile):
9453         (makeLaTeXFile):
9454         (makeLinuxDocFile):
9455         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9456
9457         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9458
9459         * version.h: update to use stuff in version.C
9460
9461         * version.C.in: new file. Contains version information determined
9462         at compile time. This is a merging of version.h and
9463         version_info.h.in.
9464
9465 2001-10-03  Juergen Vigna  <jug@sad.it>
9466
9467         * BufferView_pimpl.C (update): don't change "dirty" status in
9468         updateInset call.
9469
9470 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9471
9472         * WorkArea.C (c-tor): re-position version string slightly.
9473
9474 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9475
9476         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9477         revert to previous code.
9478
9479         WorkArea.[Ch]: (show, destroySplash): methods removed.
9480
9481         WorkArea.C: rework code so that it's an amalgam of the codes before and
9482         after the splash screen was moved to WorkArea.
9483
9484 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9485
9486         * lyxrc.C (read):
9487         * vspace.C (inPixels):
9488         (lyx_advance):
9489         * kbmap.C (bind):
9490         * buffer.C (insertStringAsLines):
9491         (asciiParagraph): fix types to be large enough
9492
9493         * lyxlex_pimpl.h: change member status from short to int
9494
9495         * layout.h: fix type of endlabeltype
9496
9497         * kbmap.C (bind):
9498         * kbsequence.C (parse): change return type to string::size_type
9499
9500         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9501         variable
9502
9503         * Bullet.C (bulletSize):
9504         (bulletEntry): do not use short ints as parameters
9505
9506         * BufferView2.C (insertLyXFile): change a char to an int.
9507
9508         * WorkArea.C (WorkArea): remove unneeded floats in computation
9509
9510 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9511
9512         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9513
9514         * paragraph.C (asString): Do not ignore newline/hfill chars when
9515         copying to the clipboard.
9516
9517 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9518
9519         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9520         after a multi-line inset.
9521
9522 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9523
9524         * paragraph.C (validate): Set NeedLyXFootnoteCode
9525
9526 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9527
9528         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9529         and decrease-error to decrease.
9530
9531 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9532
9533         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9534         it more readable (should be equivalent)
9535
9536 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9537
9538         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9539
9540 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9541
9542         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9543         of a cursor (row, etc.) after a character has been deleted
9544         (deleteEmptyParagraphMechanism): call the method above on _all_
9545         cursors held by the LyXText when a double space has been
9546         detected/deleted.
9547
9548 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9549
9550         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9551         pixmap.
9552         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9553
9554         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9555         background. Use greyOut() and the new show() methods to toggle between
9556         the foreground and background. Add code to remove the splash after
9557         its initial showing.
9558
9559         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9560         (create_forms): no longer call Dialogs::showSplash.
9561
9562 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9563
9564         * .cvsignore: add version_info.h
9565
9566 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9567
9568         * version_info.h.in: new file
9569
9570         * Makefile.am: add version_info.h.in
9571
9572         * lyx_main.C (commandLineVersionInfo): use version_info defined in
9573         version_info.h instead of VERSION_INFO
9574
9575 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
9576
9577         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
9578         The ERT inset now returns string().
9579
9580 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
9581
9582         * lyxtext.h, text.C (selectNextWord): renamed as
9583         selectNextWordToSpellcheck.
9584
9585         * text.C (selectNextWordToSpellcheck): Modified to not select
9586         words inside an ERT inset.
9587
9588 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9589
9590         * lyx_cb.C (MenuLayoutSave): change a bit the question
9591
9592         * sp_base.h: include <sys/types.h>
9593
9594 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
9595
9596         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
9597
9598 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
9599
9600         * several files: fix typos in user-visible strings
9601
9602 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9603
9604         * text2.C (pasteSelection): do not set the selection, since it
9605         will be cleared later. Actually, the intent was to fix the way the
9606         selection was set, but I figured rmoving the code was just as good.
9607
9608 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
9609
9610         * FontLoader.C (available): Check if font is available without
9611         loading the font.
9612
9613 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
9614
9615         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
9616
9617 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
9618
9619         * lyxrc.[Ch]: added display_graphics variable and associated code.
9620
9621 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9622
9623         * bufferparams.C (hasClassDefaults): new method. Returns true if
9624         the buffer parameters correspond to known class defaults
9625
9626 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
9627
9628         * XFormsView.C (show): set minimum size to the main window.
9629
9630 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9631
9632         * text2.C (copySelection):
9633         (cutSelection):
9634         * lyxfind.C (LyXReplace):
9635         * BufferView_pimpl.C (Dispatch): pass the correct flag to
9636         LyXText::selectionAsString.
9637
9638         * paragraph.C (asString): add "label" argument to the second form
9639
9640         * text2.C (selectionAsString): add "label" argument and pass it to
9641         Paragraph::asString.
9642
9643 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9644
9645         * lyx_main.C (commandLineHelp): remove version information
9646
9647 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
9648
9649         * lyx_main.C: add -version commandline option
9650
9651 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9652
9653         * paragraph.h: make the optional constructor arg required instead.
9654         some modifications to other files because of this.
9655
9656         * minibuffer.C (C_MiniBuffer_peek_event): make it static
9657
9658         * lyxserver.C (C_LyXComm_callback): make it static
9659
9660         * lyx_main.C (error_handler): make it static
9661
9662         * lyx_gui.C (LyX_XErrHandler): make it static
9663
9664         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
9665
9666         * WorkArea.C: make the extern "C" methods static.
9667
9668         * Makefile.am (lyx_LDADD): simplify
9669
9670 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9671
9672         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
9673         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
9674
9675         * LyXAction.C (init):
9676         * lyxfunc.C (dispatch): associated code removal.
9677
9678 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9679
9680         * lyxfont.h (isSymbolFont): shut off warning
9681
9682         * text.C (setHeightOfRow):
9683         (getVisibleRow): fix crash with empty paragraphs which have a
9684         bottom line
9685
9686 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
9687
9688         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
9689         code.
9690
9691 2001-09-04  José Matos  <jamatos@fep.up.pt>
9692         * buffer.C
9693         * buffer.h
9694         * tabular.C (docbook): rename docBook method to docbook.
9695
9696 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9697
9698         * Makefile.am: add dependencies to main.o.
9699
9700 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
9701
9702         * FontLoader.C (available): Return false if !lyxrc.use_gui
9703
9704 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
9705
9706         * FontInfo.C (query):
9707         * converter.C (view):
9708         * importer.C (Import):
9709         * exporter.C (Export): Can not -> cannot.
9710
9711 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
9712
9713         * BufferView_pimpl.C: allow to create index inset even if
9714           string is empty
9715
9716 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9717
9718         * buffer.C (getLists): replace boost::tie code with an explicit pair
9719         as boost::tie can break some compilers.
9720
9721         * iterators.h: Added a std:: declaration to the return type of
9722         ParIterator::size.
9723
9724 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
9725
9726         * lyxrc.C: add help for view_dvi_paper_option, default to safe
9727           case.
9728
9729 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
9730
9731         * iterators.[Ch]: New files. Provide paragraph iterators.
9732
9733         * buffer.C (changeLanguage): Use paragraph iterators.
9734         (isMultiLingual): ditto
9735
9736         * BufferView2.C (ChangeInsets): Use paragraph iterators.
9737
9738 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
9739
9740         * FontLoader.C: Support for cmr font.
9741
9742 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
9743
9744         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
9745         (available): New method.
9746
9747         * FontInfo.C (getFontname): Use scalable fonts even when
9748         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
9749         found.
9750
9751 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
9752
9753         * converter.C (Formats::view): reverted! Incorrect fix.
9754
9755 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
9756
9757         * converter.C (Formats::view): only output the -paper option
9758         if the dvi viewer is xdvi, thereby fixing bug #233429.
9759
9760 2001-08-23  Herbert Voss  <voss@perce>
9761
9762         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
9763
9764 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
9765
9766         * Spacing.h (Spacing): Set space to Default on in the default
9767         constructor.
9768
9769 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9770
9771         * vc-backend.h (RCS::versionString): add RCS to version
9772         (CVS::versionString): add CVS to version
9773
9774         * vc-backend.C (scanMaster): do not add CVS to version.
9775         (scanMaster): do not add RCS to version
9776
9777         * lyxvc.C (versionString): new method
9778
9779         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
9780
9781 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9782
9783         * Spacing.C (set): initialize fval
9784
9785 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
9786
9787         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
9788         " or \.
9789
9790 2001-08-16  Juergen Vigna  <jug@sad.it>
9791
9792         * lyxfunc.C (dispatch): implemented the new FINISHED states.
9793
9794 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
9795
9796         * BufferView_pimpl.C:
9797         * figureForm.C:
9798         * lyxtext.h:
9799         * text2.C: setParagraph takes linespacing now
9800
9801 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
9802
9803         * LyxAction.C: add internal LFUN_CITATION_INSERT
9804
9805         * LyXView.C: actually apply fix
9806
9807         * bufferlist.C: fix open non-existent file
9808
9809         * lyxfind.C: fix indentation
9810
9811         * lyxfunc.C: remove unneeded assert, fix typo
9812
9813 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
9814
9815         * MenuBackend.C: use "Floatname List"
9816
9817 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
9818
9819         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
9820         when converting LaTeX layout to insetERT.
9821         Generate a non-collapsed float when reading old float
9822
9823 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
9824
9825         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
9826         ERT insets.
9827
9828 2001-08-13  Juergen Vigna  <jug@sad.it>
9829
9830         * text.C (fill): return 0 instead of 20 as this seems to be the more
9831         correct value.
9832
9833 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
9834
9835         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
9836         lyxrc.font_norm.
9837
9838 2001-08-13  Juergen Vigna  <jug@sad.it>
9839
9840         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
9841         casesensitive off.
9842         (SearchBackward): comment out the unlocking of the inset_owner this
9843         should not be needed!
9844
9845 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
9846
9847         * Many files: Remove inherit_language, and add latex_language
9848
9849         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
9850         collapsible insets.
9851
9852 2001-08-10  Juergen Vigna  <jug@sad.it>
9853
9854         * text.C (prepareToPrint): fixed hfill-width in draw!
9855
9856         * BufferView2.C (selectLastWord): save the selection cursor as this
9857         now is cleared in the function LyXText::clearSelection!
9858
9859 2001-08-08  Juergen Vigna  <jug@sad.it>
9860
9861         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
9862         BACKSPACE type functions.
9863
9864         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
9865         is only cutted from the document but not put in the cut-buffer, where
9866         still the old stuff should be.
9867
9868         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
9869
9870         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
9871
9872         * tabular.C (SetWidthOfCell): fixed special case where the width
9873         was not updated!
9874         (LeftLine): handle '|' in align_special.
9875         (RightLine): ditto
9876         (LeftAlreadyDrawed): ditto
9877         (SetWidthOfCell): ditto
9878
9879 2001-08-07  Juergen Vigna  <jug@sad.it>
9880
9881         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
9882
9883 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9884
9885         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
9886         * lyxlex.[hC]: ditto
9887
9888 2001-08-06  Juergen Vigna  <jug@sad.it>
9889
9890         * text.C (getVisibleRow): fix up row clearing a bit.
9891
9892 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9893
9894         * minibuffer.C: make sure the X server sees the changes in the input.
9895
9896 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9897
9898         * paragraph.C (getFont): split into...
9899         (getLabelFont): this
9900         (getLayoutFont): and this
9901         * paragraph_pimpl.C (realizeFont): calling this
9902
9903         * text2.C (getFont): split into...
9904         (getLayoutFont): this
9905         (getLabelFont): and this
9906         (realizeFont): all three calling this
9907
9908         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
9909         files where used.
9910
9911 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9912
9913         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
9914
9915 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
9916
9917         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
9918         layouts from the Quote inset insertion.
9919
9920 2001-08-03  Juergen Vigna  <jug@sad.it>
9921
9922         * BufferView_pimpl.C (update): do the fitCursor only at the end!
9923
9924         * screen.C (drawFromTo): don't call fitcursor here and do the loop
9925         only if status not is already CHANGED_IN_DRAW (second level).
9926
9927         * text.C (draw): don't set the need_break_row when inside an
9928         InsetText LyXText.
9929
9930 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9931
9932         * buffer.C (parseSingleLyXformat2Token): handle more latex
9933         conversion cases.
9934
9935         * bufferview_funcs.[hC]: change function names to
9936         begin with small char, adjust other files.
9937
9938 2001-08-02  André Pönitz <poenitz@gmx.net>
9939
9940         * lyxfunc.C:
9941         BufferView_pimpl.C: remove broken special code for math-greek
9942
9943 2001-08-02  Juergen Vigna  <jug@sad.it>
9944
9945         * BufferView_pimpl.C (update): redone this function so that we
9946         update the text again if there was a CHANGE_IN_DRAW.
9947
9948         * screen.C (cursorToggle): removed LyXText parameter and recoded.
9949         (drawFromTo): added a new internal bool which is used by draw() and
9950         redraw() function.
9951         (general): some cursor drawing problems fixed.
9952
9953 2001-08-01  Juergen Vigna  <jug@sad.it>
9954
9955         * lyxfind.C (LyXFind): fixed
9956         (SearchForward): ditto
9957         (SearchBackward): ditto
9958
9959         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
9960         spurius drawing of the cursor in the main area.
9961
9962         * text2.C (status): small fix which could lead to a segfault!
9963         (clearSelection): remove unneeded BufferView param.
9964
9965 2001-08-01  André Pönitz <poenitz@gmx.net>
9966
9967         * lyxfunc.C: small change due to changed mathed interface
9968
9969 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9970
9971         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
9972
9973 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
9974
9975         * lyxfunc.c: fail gracefully if file doesn't exist
9976
9977         * LyXSendto.C:
9978         * buffer.C:
9979         * lyxfunc.C:
9980         * BufferView_pimpl.C: IsDirWriteable() proto changed
9981
9982         * LyXView.C: fix updateWindowTitle() to store the last title
9983
9984 2001-07-31  Juergen Vigna  <jug@sad.it>
9985
9986         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
9987         the font (wrong since using of Paragraph::highestFontInRange).
9988
9989         * paragraph.C (highestFontInRange): added a default_size parameter.
9990
9991         * text.C (getVisibleRow): minor clear row changes (still not perfect).
9992         (setHeightOfRow): reformat
9993
9994 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9995
9996         * converter.[hC] + affected files: move to (inital-char)lowercase
9997         function names.
9998
9999         * ParagraphParameters.C (ParagraphParameters): remove commented code
10000
10001         * PainterBase.[Ch]: remove commented code
10002
10003         * LaTeXFeatures.h: add "bool floats" for float.sty
10004
10005         * LaTeXFeatures.C (LaTeXFeatures): init floats
10006         (require): handle float
10007         (getPackages): do it with floats
10008
10009 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10010
10011         * BufferView_pimpl.C (Dispatch): improve handling of
10012         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10013
10014         * commandtags.h: #include lyxfont.h here temporarily to avoid
10015         keybinding bug.
10016
10017         * bufferlist.h: include LString.h here.
10018
10019 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10020
10021         * text2.C (getStringToIndex): new method.
10022
10023 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10024
10025         * *: Reduced header file dependencies all over.
10026
10027 2001-07-30  Baruch Even  <baruch@lyx.org>
10028
10029         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10030
10031 2001-07-29  Baruch Even  <baruch@lyx.org>
10032
10033         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10034
10035 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10036
10037         * ParameterStruct.h (endif): add a default constructor to make
10038         sure that all variables is initialized.
10039
10040         * ParagraphParameters.C (ParagraphParameters): adjust
10041
10042 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10043
10044         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10045         index; also, check that there is something to index, and that it
10046         does not span over several paragraphs.
10047         (doubleClick): use WHOLE_WORD_STRICT for double click.
10048
10049         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10050
10051         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10052         scheme.
10053
10054 2001-07-26  Baruch Even  <baruch@lyx.org>
10055
10056         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10057         an InsetFig figure, backwards compatible reading of old figure code.
10058
10059 2001-07-27  Juergen Vigna  <jug@sad.it>
10060
10061         * text2.C: font.realize function adaption.
10062
10063         * text.C (draw): add a warnings lyxerr text if needed.
10064
10065         * layout.C: font.realize function adaption.
10066
10067         * language.C: add inherit_language and implement it's handlings
10068
10069         * bufferview_funcs.C (StyleReset): remove language parameter from
10070         font creation (should be language_inherit now).
10071
10072         * bufferparams.C (writeFile): handle ignore_language.
10073
10074         * paragraph.C (getFontSettings): the language has to be resolved
10075         otherwise we have problems in LyXFont!
10076
10077         * lyxfont.C (lyxWriteChanges): added document_language parameter
10078         (update): removed unneeded language parameter
10079
10080         * paragraph.C (validate): fixed wrong output of color-package when
10081         using interface colors for certain fonts in certain environments,
10082         which should not seen as that on the final output.
10083
10084 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10085
10086         * BufferView_pimpl.C:
10087         * Thesaurus.h:
10088         * Thesaurus.C:
10089         * Makefile.am:
10090         * commandtags.h:
10091         * LyXAction.C: add thesaurus support
10092
10093         * lyxfind.h:
10094         * lyxfind.C: add "once" parameter, for thesaurus, to not
10095           move to the next match
10096
10097 2001-07-26  Juergen Vigna  <jug@sad.it>
10098
10099         * lyxfont.C (realize): honor ignore_language too!
10100         (resolved): ditto.
10101
10102         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10103
10104         * text.C (draw): one place more for ignore_language to not draw
10105         itself!
10106
10107 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10108
10109         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10110
10111 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10112
10113         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10114         the minipage conversion problem.
10115
10116 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10117
10118         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10119         insert an inset.
10120
10121 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10122
10123         * BufferView.h: don't forward declare WorkArea
10124
10125         * BufferView.C: don't include WorkArea.h
10126
10127 2001-07-25  André Pönitz <poenitz@gmx.net>
10128
10129         * commandtags.h:
10130         * LyXAction.C:
10131         * lyxfunc.C:  new LFUN 'math-space'
10132
10133         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10134
10135 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10136
10137         * text2.C (toggleInset): call open/close
10138
10139 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10140
10141         * lyxfunc.C (dispatch): add debug for the disabled case
10142
10143         * font.C (buttonText): make similar to rectText
10144
10145         * buffer.C (readInset): comment out parsing of insetlist and
10146         insttheorem
10147
10148         * PainterBase.C (rectText): small correction
10149
10150         * BufferView_pimpl.C: comment out insettheorem and insetlist
10151         * LyXAction.C: ditto
10152         * commandtags.h: ditto
10153
10154 2001-07-24  Juergen Vigna  <jug@sad.it>
10155
10156         * text.C (draw): honor the ignore_language.
10157
10158         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10159
10160 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10161
10162         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10163         char inset.
10164
10165 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10166
10167         * lyxtext.h: remove unused (and unimplemented) methods
10168
10169 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10170
10171         * text.C (getVisibleRow): honor background color
10172
10173         * PainterBase.h:
10174         * Painter.h: remove default color argument for fillRectangle
10175
10176         * text.C (backgroundColor): new method
10177
10178 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10179
10180         * text.C (getVisibleRow): adjust
10181
10182         * font.[Ch] (rectText): new method, metrics
10183         (buttonText): new method, metrics
10184
10185         * PainterBase.[hC]: make rectText and buttonText always draw and take
10186         fewer paramteres.
10187
10188 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10189
10190         * ToolbarDefaults.C (read):
10191         * MenuBackend.C (read): allow escaping in all strings
10192
10193         * BufferView_pimpl.C (insertAndEditInset): new method.
10194         (Dispatch): use insertAndEditInset whenever appropriate.
10195
10196         * BufferView_pimpl.C (insertNote): removed
10197
10198         * BufferView_pimpl.C (smartQuote): new method, moved from
10199         BufferView; if an insetquote cannot be inserted, insert a '"'
10200         character instead.
10201
10202         * BufferView2.C: remove insertCorrectQuote();
10203
10204         * lyxfunc.C (getStatus): Add support for all remaingin
10205         inset-insert lfuns.
10206
10207         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10208
10209         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10210         command (necessary to pass " as parameter of self-insert.
10211
10212         * text.C (selectWordWhenUnderCursor):
10213         (selectWord): add word_location parameter
10214         (selectWordWhenUnderCursor): same + remove special code for word
10215         boundary.
10216         (selectNextWord): use kind() to guess type of insetspecialchar,
10217         not latex().
10218
10219         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10220         (insertErtContents): create ert insets as collapsed.
10221         (readInset): better compatibility code for Info inset.
10222
10223 2001-07-20  Juergen Vigna  <jug@sad.it>
10224
10225         * lyxfunc.C (dispatch): use always LyXFind now!
10226
10227         * text2.C (init): add a reinit flag so that the LyXText can be
10228         reinited instead of deleted and reallocated (used in InsetText).
10229
10230         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10231
10232         * text.C: ditto
10233
10234         * text2.C: ditto
10235
10236 2001-07-18  Juergen Vigna  <jug@sad.it>
10237
10238         * text.C (selectNextWord): handle insets inside inset by calling
10239         always the bv->text functions so that we can go up the_locking_inset!
10240
10241         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10242         in strange locations when inside an inset!
10243
10244         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10245         handling to include insets.
10246
10247         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10248
10249 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10250
10251         * LyXAction.C (init):
10252         * commandtags.h:
10253         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10254         LIGATURE_BREAK, since the name is so stupid.
10255
10256 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10257
10258         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10259         InsetInfos.
10260
10261         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10262
10263         * sp_form.[Ch]: remove.
10264
10265         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10266
10267         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10268         InsetInfo.
10269
10270         * src/buffer.C (readInset): ditto.
10271
10272 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10273
10274         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10275         menuSeparator(), endOfSentenceDot(), ldots() and
10276         hyphenationPoint(), which are therefore removed.
10277         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10278
10279         * LyXAction.C (init):
10280         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10281
10282         * paragraph.C (getWord): removed.
10283
10284         * BufferView_pimpl.C (Dispatch): use last word or selection for
10285         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10286
10287         * lyx_main.C (queryUserLyXDir): do not ask before creating
10288         user_dir, except if it has been named explicitely.
10289
10290 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10291
10292         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10293         a document of zero size.
10294
10295 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10296
10297         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10298         approriately in the c-tor and in require().
10299         (getPackages): output the appropriate LaTeX for natbib support.
10300
10301         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10302         variables "use_natbib" and "use_numerical_citations" when reading the
10303         LyX file.
10304         (readInset): read the various natbib cite commands.
10305         (validate): white-space change.
10306
10307         * bufferparams.[Ch]: new variables "bool use_natbib" and
10308         "bool use_numerical_citations".
10309         (writeFile): output them in the LyX file.
10310
10311 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10312
10313         * lyxfunc.C (getStatus): add support for all the inset insertion
10314         commands.
10315
10316         * text2.C (insertInset):
10317         * paragraph.C (insetAllowed):
10318         * BufferView_pimpl.C (insertInset): update to take in account the
10319         renaming of insertInsetAllowed
10320
10321         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10322
10323         * text2.C (getInset): new method. returns inset at cursor position.
10324
10325         * BufferView_pimpl.C (Dispatch): changes because of this.
10326
10327         * LyXAction.C (init): rename open-stuff to inset-toggle.
10328
10329         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10330
10331         * text2.C (toggleInset): renamed from openStuff; use
10332         Inset::open().
10333
10334 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10335
10336         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10337
10338         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10339
10340 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10341
10342         * buffer.C (readLyXformat2): Add filename to the error dialog
10343
10344 2001-07-18  Juergen Vigna  <jug@sad.it>
10345
10346         * tabular.C (GetCellNumber): put an assert here instead of the check!
10347
10348 2001-07-17  Juergen Vigna  <jug@sad.it>
10349
10350         * BufferView_pimpl.C (toggleSelection): adapted too.
10351
10352         * text.C (selectNextWord): adapted for use with insets.
10353         (selectSelectedWord): ditto
10354
10355 2001-07-17  Juergen Vigna  <jug@sad.it>
10356
10357         * sp_spell.C (PSpell): fix initialitation order.
10358
10359 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10360
10361         * paragraph.C: spacing
10362
10363 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10364
10365         * sp_spell.C: repair language selection for pspell
10366
10367 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10368
10369         * lyxfunc.h: change more methods to begin with lower char.
10370
10371 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10372
10373         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10374         for unknown layouts.
10375
10376 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10377
10378         * buffer.C (readLyXformat2): Generate an error dialog if there are
10379         unknown layouts.
10380
10381 2001-07-16  Juergen Vigna  <jug@sad.it>
10382
10383         * sp_spell.C: always compile ISpell part.
10384
10385         * lyxrc.C: added use_pspell entry and it's handling.
10386
10387 2001-07-13  Juergen Vigna  <jug@sad.it>
10388
10389         * sp_spell.C: removed double includes.
10390
10391 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10392
10393         Consistent use of Lsstream.h:
10394         * Lsstream.h: added using std::stringstream for consistencies sake.
10395
10396         * buffer.C: removed using std::stringstream
10397
10398         * lyxfont.C (stateText):
10399         * paragraph.C (asString):
10400         * text.C (selectNextWord, selectSelectedWord):
10401         * text2.C (setCounter):
10402         * vspace.C (asString, asLatexString):
10403         std::ostringstream -> ostringstream.
10404
10405 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10406
10407         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10408         * commandtags.h: add LFUN_HELP_ABOUTLYX
10409         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10410
10411 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10412
10413         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10414         cursorToggle()
10415         * lyx_gui_misc.C: remove spellchecker
10416         * lyxfunc.C: showSpellchecker
10417         * sp_base.h: added
10418         * sp_ispell.h: added
10419         * sp_pspell.h: added
10420         * sp_spell.C: added
10421         * sp_form.[Ch]: removed
10422         * spellchecker.[Ch]: removed
10423
10424 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10425
10426         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10427         is set.
10428         (simpleTeXSpecialChars): Simply print the input character without
10429         any special translation if pass_thru is set.
10430
10431         * layout.h: Added bool pass_thru to layout class for being able to
10432         implement pass through of a paragraph for Literate Programming.
10433
10434         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10435         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10436         * layout.C (Read): add "passthru" to list of layout tags and add
10437         code to set the pass_thru boolean when it is read.
10438
10439 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10440
10441         * trans_decl.h: remove allowed from KmodInfo
10442
10443         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10444         remove allowed code
10445         (Load): adjust
10446
10447         * paragraph_pimpl.C (erase): use boost::prior
10448
10449         * Painter.C (text): use data() instead of c_str() when length is
10450         also provided.
10451         * WorkArea.C (putClipboard): ditto
10452         * font.h (width): ditto
10453
10454         * BufferView2.C: use it-> instead of (*it). for iterators
10455         * texrow.C: ditto
10456         * paragraph_pimpl.C: ditto
10457         * paragraph.C: ditto
10458         * minibuffer.C: ditto
10459         * language.C: ditto
10460         * kbmap.C: ditto
10461         * encoding.C: ditto
10462         * counters.C: ditto
10463         * converter.C: ditto
10464         * chset.C: ditto
10465         * Variables.C: ditto
10466         * TextCache.C: ditto
10467         * MenuBackend.C: ditto
10468         * LyXAction.C: ditto
10469         * LColor.C: ditto
10470         * FloatList.C: ditto
10471         * DepTable.C: ditto
10472         * ColorHandler.C (LyXColorHandler): ditto
10473
10474 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10475
10476         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10477
10478         * text2.C (openStuff): reintroduce this method (which had been
10479         nuked in NEW_INSETS frenzy).
10480
10481         * lyxfunc.C (Dispatch): when an action has not been handled, use
10482         its name in the error message, not its number.
10483
10484         * paragraph.C (inInset): change method name to begin with lowercase.
10485
10486         * undo_funcs.C:
10487         * text2.C: updates because of this.
10488
10489 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10490
10491         * ToolbarDefaults.C (add): add spaces in error message
10492
10493 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10494
10495         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10496         (readLyXformat2): rename return_par to first_par, use lyxlex's
10497         pushToken and remove the manual push handling.
10498         (parseSingleLyXformat2Token): add another ert comp. variable:
10499         in_tabular, rename return_par to first_par. handle newlines better
10500
10501 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10502
10503         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10504
10505 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10506
10507         * text2.C (getParFromID): removed
10508
10509         * buffer.C (getParFromID): new method moved form lyxtext.
10510         * BufferView2.C (insertErrors): adjust
10511         (setCursorFromRow): adjust
10512         * BufferView_pimpl.C (restorePosition): adjust
10513         * lyxfunc.C (Dispatch): adjust
10514         * undo_funcs.C (textUndo): adjust
10515         (textRedo): adjust
10516         (textHandleUndo): adjust
10517         (textHandleUndo): adjust
10518
10519 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10520
10521         * buffer.C: up' the LYX_FORMAT
10522
10523         * lyxfont.h: turn NO_LATEX on as default
10524
10525         * buffer.C (insertErtContents): new methods of tex style compability.
10526         (parseSingleLyXformat2Token): use it several places.
10527         * tabular.C (OldFormatRead): and here
10528
10529 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10530
10531         * text2.C: remove some commented code.
10532         reindent file.
10533
10534         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10535         * trans.C: changes because of the above.
10536
10537 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10538
10539         * text2.C (setCounter): Fix counters bug with bibliography layout.
10540
10541 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10542
10543         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10544         own member functions
10545         (simpleTeXSpecialChars): ditto
10546
10547 2001-07-06  Juergen Vigna  <jug@sad.it>
10548
10549         * a lot of files: changed the access to LyXText::status and the
10550         call of undo-functions.
10551
10552         * undo.[Ch]: added a inset_id to the undo informations.
10553
10554         * undo_funcs.[Ch]: added and moved here all undo functions.
10555
10556         * lyxtext.h: give the status enum a weight, made status_ a private
10557         variable and made accessor functions for it, removed the whole bunch
10558         of undo-functions as they are now in their own file, make some
10559         functions publically available. Added function ownerParagraph with
10560         int parameter.
10561
10562         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10563         made InInset() a const function, added getParFromID() function.
10564
10565         * buffer.[Ch]: added const version for inset_iterator functions,
10566         added getInsetFromID() function.
10567
10568         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
10569         changed undo functions for new version.
10570
10571 2001-07-05  Juergen Vigna  <jug@sad.it>
10572
10573         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
10574         unknow mechanism does not call the proper constructor but only this
10575         one also if I request the other!?
10576
10577 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10578
10579         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
10580
10581         * text2.C (LyXText): use initialization lists.
10582
10583         * lyxtext.h (Selection): initialize set_ and mark_
10584         (init): remove method
10585
10586 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
10587
10588         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
10589
10590 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10591
10592         * screen.[Ch]: change method names to begin with lowercase
10593
10594         * BufferView_pimpl.C (updateScrollbar): simplify further and
10595         hopefully make it a bit faster.
10596
10597 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10598
10599         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
10600         calling directly xforms functions.
10601
10602         * Painter.C (Painter):
10603         * lyx_cb.C (MenuWrite):
10604         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
10605         fl_display.
10606
10607         * lyx_gui.C: remove bogus guiruntime extern declaration.
10608
10609 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10610
10611         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
10612         in NEW_INSETS
10613         (redoDrawingOfParagraph): ditto
10614         (redoParagraphs): ditto
10615         (cutSelection): don't create a object for CutAndPaste use the
10616         static method directly
10617         (pasteSelection): ditto
10618
10619         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
10620         LyXview (+ rename)
10621
10622 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10623
10624         * modifications to some other files because of this.
10625
10626         * Makefile.am (lyx_SOURCES): add XFormsView
10627
10628         * XFormsView.[Ch]: new files
10629
10630         * LyXView.[Ch]: make LyXView a base class for the gui handling for
10631         the main window. Move the gui dependent stuff to XFormsView
10632
10633 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10634
10635         * tabular.C (GetCellInset): update cur_cell also in the row/col
10636         version of this function.
10637
10638         * lyxfunc.C: no need to include figure_form.h here.
10639
10640         * FontLoader.h:
10641         * lyxfunc.h:
10642         * lyxscreen.h:
10643         * text2.C:
10644         * lyxvc.C: no need to include forms.h here.
10645
10646 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10647
10648         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
10649
10650         * lyxfunc.C (Dispatch):
10651         * Spacing.C (set):
10652         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
10653         constructor argument.
10654
10655 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10656
10657         * paragraph.C (Paragraph): dont't clear, and just set layout.
10658         (makeSameLayout): use params's copy contructor.
10659
10660         * ParagraphParameters.[Ch] (makeSame): delete method
10661
10662 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
10663
10664         * Variables.[Ch]: fix indentation, rename set to isSet
10665
10666 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10667
10668         * lyxfunc.C (Dispatch): fix typo
10669
10670 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10671
10672         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
10673         upper_bound.
10674
10675         * bufferlist.C: include assert.h for emergencyWrite().
10676
10677 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10678
10679         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
10680           give up at last (bug #425202) !
10681
10682 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
10683
10684         * lyx_gui_misc.C:
10685         * sp_form.h:
10686         * sp_form.C:
10687         * spellchecker.h:
10688         * spellchecker.C: strip spellchecker options and bring up
10689           preferences tab instead
10690
10691 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10692
10693         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
10694         the istringstream constructor
10695
10696 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10697
10698         * paragraph.C (getLayout): fix return value
10699
10700         * paragraph.h: do not declare getLayout as inline.
10701
10702         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
10703
10704 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10705
10706         * lyxcursor.h (operator<): new func
10707         (operator>): new func
10708         (operator>=): new func
10709         (operator<=): new func
10710
10711         * text.C (changeCase): use selection.start and selection.end
10712         (changeRegionCase): require from to be <= to. Require par to be a
10713         valid paragraph.
10714
10715         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
10716
10717 2001-06-27  Juergen Vigna  <jug@sad.it>
10718
10719         * text.C (cursorLeftOneWord): changed to return the cursor and added
10720         overlay with BufferView * parameter which calls this one.
10721         (getWord): added
10722         (selectWord): use new getWord function.
10723         (changeCase): renamed from changeWordCase as and extended to work
10724         also on selections.
10725
10726         * lyxtext.h: added enum word_location
10727
10728         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
10729         changeCase as this operates now also on selections.
10730
10731 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
10732
10733         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
10734
10735         * many files: send debug output to Debug::INFO instead of
10736         Debug::ANY.
10737
10738         * converter.C (View):
10739         (Convert):
10740         (Move): send debug output to Debug::FILES instead of console.
10741
10742 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
10743
10744         * lyxfunc.C (getStatus): use func_status
10745
10746         * func_status.h: new header, describing the results of
10747         LyXFunc::getStatus;
10748
10749         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
10750         LFUN_MATH_HALIGN.
10751
10752 2001-06-25  The LyX Project  <jug@sad.it>
10753
10754         * buffer.C (sgmlOpenTag):
10755         (sgmlCloseTag):
10756         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
10757
10758 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10759
10760         * text2.C: remove some dead code
10761
10762         * tabular.C (GetCellInset): store the last cell checked (gotten)
10763
10764         * tabular.h: add the helper for the speedup
10765
10766         * lyxtext.h: remove some dead code
10767
10768 2001-06-26  The LyX Project  <Asger>
10769
10770         * paragraph.C: Change export to LaTeX of alignment to
10771         \begin{center} and family for better roundtrip work with reLyX.
10772
10773         * Tune the math drawing a bit.
10774
10775 2001-06-25  The LyX Project  <Asger>
10776
10777         * LColor.C (LColor): New color for math background. New color
10778         for buttons.
10779
10780 2001-06-25  The LyX Project  <jug@sad.it>
10781
10782         * lyxfunc.C (MenuNew): remove extra check for .lyx file
10783
10784         * lyxfunc.C (Open):
10785         * bufferlist.C (newFile): do not restrict to files ending with
10786         .lyx
10787
10788         * BufferView_pimpl.C (MenuInsertLyXFile):
10789
10790 2001-06-24  The LyX Project  <jug@sad.it>
10791
10792         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
10793         of compare_no_case
10794
10795 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10796
10797         * lyxtext.h: rename most methods to begin with a small char.
10798         Lots of changes because of this.
10799
10800         * paragraph.C (Paragraph): do not call fitToSize
10801         (erase): call Pimpl::erase
10802         (insertChar): call Pimpl::insertChar
10803         (insertInset): call Pipl::insertInset
10804         (breakParagraph): do not call fitToSize
10805         (breakParagraphConservative): do not call fitToSize
10806         (fitToSize): remove method
10807
10808         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
10809
10810 2001-06-24  The LyX Project  <Asger>
10811
10812         * Fix Qt compilation^2
10813
10814 2001-06-24  The LyX Project  <jug@sad.it>
10815
10816         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
10817         depthHook(getDepth()-1).
10818
10819         * paragraph.h:
10820         * ParagraphParameters.h:
10821         * ParameterStruct.h: change type of depth to unsigned int ==
10822         depth_type. Many adaptations to other files before of that.
10823
10824 2001-06-24  The LyX Project  <Asger>
10825
10826         * Fix Qt compilation.
10827
10828 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10829
10830         * paragraph.h: renamed several methods to begin with small letter.
10831         several changes to many parts of the code because of this.
10832
10833 2001-06-23  The LyX Project  <jug@sad.it>
10834
10835         * text2.C (InsertStringAsLines): renamed from InsertStringA;
10836         rewritten to discard all double spaces when KeepEmpty is off
10837         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
10838         to only handle newlines but not fiddle with spaces and friends.
10839
10840         * lyxfunc.C (MenuNew): when doing 'new from template', use
10841         template_path as default directory
10842
10843 2001-06-23  The LyX Project  <Asger>
10844
10845         * Clean-up of header file includes all over
10846         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
10847
10848 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10849
10850         * paragraph.h: renamed from lyxparagraph.h
10851
10852 2001-06-23  Asger  <lyx@violet.home.sad.it>
10853
10854         * Buffer.h: Removed Buffer::resize
10855         * BufferList.h: Removed BufferList::resize
10856         * LyXView.h: Added LyXView::resize. This way, we will only reflow
10857         the document lazily when we change the width, or the font settings.
10858
10859 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10860
10861         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
10862
10863 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10864
10865         * buffer.h: remove out of date comment
10866
10867 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10868
10869         * lyxscreen.h:
10870         * screen.C: fix "theoretical" GC leak
10871
10872 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10873
10874         * LaTeX.C (scanAuxFile):
10875         (deplog): remove trailing \r when reading stream (useful under
10876         win32)
10877
10878 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
10879
10880         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
10881         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
10882         and BufferView::theLockingInset(Inset*), so should use them and not
10883         access bv_->text->the_locking_inset directly.
10884
10885         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
10886
10887 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
10888
10889         * Makefile.am:
10890         * tex-defs.h: remove old unused file
10891
10892 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
10893
10894         * BufferView_pimpl.C: fix typo, remove minibuffer message
10895           when buffer has loaded
10896
10897 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10898
10899         * lyxfunc.C (Dispatch): use stringstream
10900         (MenuNew): use stringstream
10901         (Open): use stringstream
10902
10903         * importer.C (Import): use stringstream
10904
10905         * bufferview_funcs.C (CurrentState): use stringstream
10906
10907         * LaTeX.C (run): use stringstream
10908
10909         * BufferView_pimpl.C (savePosition): use stringstream
10910         (restorePosition): use stringstream
10911         (MenuInsertLyXFile): use stringstream
10912
10913 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
10914
10915         * BufferView.C:
10916         * Bullet.C:
10917         * ColorHandler.C:
10918         * FontInfo.C:
10919         * FontLoader.C:
10920         * LColor.C:
10921         * LaTeXFeatures.C:
10922         * Painter.C:
10923         * gettext.C:
10924         * lyx_gui_misc.C:
10925         * lyxserver.C:
10926         * vspace.C: removed // -*- C++ -*- as first line.
10927
10928         * lyxfind.h:
10929         * version.h: added // -*- C++ -*- as first line.
10930
10931 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10932
10933         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
10934
10935         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
10936         of string
10937
10938 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10939
10940         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
10941         of floats.
10942
10943 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10944
10945         * gettext.C: include LString.h even when --disable-nls is on.
10946
10947 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
10948
10949         * converter.h (Get): changed argument type from int to
10950         FormatList::size_type to avoid unnecessary conversion.
10951
10952         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
10953         before using it.
10954
10955 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10956
10957         * gettext.h: include LString.h even when --disable-nls is on.
10958
10959 2001-06-07  Juergen Vigna  <jug@sad.it>
10960
10961         * text.C (BreakAgain): subst spaces with tabs.
10962
10963         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
10964         (resizeInsetsLyXText): set force on resizeLyXText.
10965
10966 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10967
10968         * gettext.h (gettext_init):
10969         (locale_init): use a real definition instead of a macro
10970
10971 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
10972
10973         * Bufferview_pimpl.C:
10974         * LColor.h:
10975         * LColor.C: further lcolor tidies
10976
10977 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10978
10979         * BufferView_pimpl.C (updateScrollbar): simplify.
10980
10981         * BufferView2.C: don't include insets/insetinfo.h, change
10982         prototype for insertInset and call the Pimpl version. let
10983         updateInset call Pimpl version.
10984
10985         * BufferView.h: move inset_slept to BufferView::Pimpl, move
10986         gotoInset to BufferView::Pimpl
10987
10988 2001-06-01  Juergen Vigna  <jug@sad.it>
10989
10990         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
10991         inside a LockingInset (is the update needed at all?).
10992
10993 2001-05-31  Juergen Vigna  <jug@sad.it>
10994
10995         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
10996         here not the old one otherwise how should we compare it afterwards
10997         if it's the same!
10998
10999 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11000
11001         * lyxfont.C:
11002         * tabular.C:
11003         * tabular-old.C:
11004         * FontInfo.C: bring C functions into global namespace when
11005         necessary
11006
11007 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11008
11009         * LString.h: make sure config.h has been loaded before LString.h.
11010
11011         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11012         (one for each char read by EatLine!).
11013
11014         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11015         variables.
11016
11017 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11018
11019         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11020         to the same as the par we break from
11021
11022 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11023
11024         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11025
11026         * MenuBackend.C (expand): also create menu entries for wide
11027         versions of the floats.
11028
11029         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11030
11031         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11032
11033         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11034         frontends/Makefile.am
11035
11036         * text2.C: adjust
11037         * text.C: adjust
11038
11039
11040         * tabular.C (getTokenValue): add std::
11041
11042         * tabular-old.C (getTokenValue): add std::
11043         (getTokenValue): ditto
11044         (getTokenValue): ditto
11045
11046         * screen.C (ToggleSelection): adjust
11047
11048         * lyxtext.h: put selection cursors inside a Selection struct.
11049
11050         * lyxfunc.C (moveCursorUpdate): adjust
11051
11052         * lyxfont.C (latexWriteStartChanges): add std::
11053
11054         * lyxfind.C: adjust
11055
11056         * font.h: delete with(char const *, LyXFont const &)
11057
11058         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11059
11060         * FontInfo.C (getFontname): add std::
11061
11062         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11063         (workAreaButtonPress): adjust
11064         (tripleClick): adjust
11065         (update): adjust
11066         (moveCursorUpdate): adjust
11067         (Dispatch): adjust
11068
11069         * BufferView2.C (gotoInset): adjust
11070
11071 2001-05-30  Juergen Vigna  <jug@sad.it>
11072
11073         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11074         to check pspell I add this as default as I now have new pspell
11075         libraries and they seem to use this.
11076
11077 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11078
11079         * text2.C (CutSelection): make the cursor valid before the call to
11080         ClearSelection.
11081
11082 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11083
11084         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11085         relied on 0 terminated strings and other horrors. Bug found due to
11086         the new assert in lyxstring!
11087
11088         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11089         KP_ keys.
11090
11091 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11092
11093         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11094         to latinkeys.bind.
11095
11096         * lyxfunc.C (processKeySym): change method of getting to the
11097         self-insert char.
11098
11099         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11100         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11101         * BufferView_pimpl.[Ch]: here as private methods.
11102
11103 2001-05-28  Juergen Vigna  <jug@sad.it>
11104
11105         * text.C (SetHeightOfRow): added the update() call again as it is
11106         needed to initialize inset dimensions!
11107
11108 2001-05-16  Juergen Vigna  <jug@sad.it>
11109
11110         * text2.C (SetCharFont): Add new function with BufferView * and
11111         bool toggleall parameters for setting insets internal fonts.
11112         (SetFont): Freeze the undo as we may change fonts in Insets and
11113         all this change should be inside only one Undo!
11114
11115         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11116         setting font's in insets as for them we have the SetFont function!
11117
11118 2001-05-15  Juergen Vigna  <jug@sad.it>
11119
11120         * text2.C (ClearSelection): to be sure we REALLY don't have any
11121         selection anymore!
11122
11123         * tabular.C (TeXCellPreamble): fixed the left border problem for
11124         multicolumn cells.
11125
11126 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11127
11128         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11129         dependancy file
11130
11131 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11132
11133         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11134         LFUN_BREAKPARAGRAPH.
11135
11136         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11137         help test to "internal only", similar for LFUN_INSERT_URL
11138
11139         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11140         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11141         auto_region_delete and deadkeys.
11142
11143 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11144
11145         * LColor.h:
11146         * LColor.C: remove some dead entries, tidy a little
11147
11148 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11149
11150         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11151         commented code.
11152         (Dispatch): implement LFUN_ESCAPE
11153
11154         * commandtags.h: add LFUN_ESCAPE
11155
11156         * LyXAction.C (init): add entry for LFUN_ESCAPE
11157
11158         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11159         Remove commented code.
11160         (insertNote): moved here
11161         (open_new_inset): moved here
11162
11163         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11164         BufferView_pimpl
11165
11166 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11167
11168         * kbmap.C (findbinding): clean it up and make it work correctly.
11169
11170         * lyx_main.C (init): do not pass argc and argv as parameters
11171
11172 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11173
11174         * buffer.C: fix path for OS/2 & Win32
11175
11176         * lyx_gui.C:
11177         * lyx_main:
11178         * lyx_main.C: Added os:: class.
11179
11180         * os2_defines.h: update
11181
11182 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11183
11184         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11185         better by trying again with reduced state.
11186
11187 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11188
11189         * lyxrc.C (read): print error about invalid key sequence only when
11190         debugging (because not all latinX keysyms are known to some X
11191         servers)
11192
11193         * kbsequence.C (getiso): add a few std:: qualifiers
11194         (getiso): comment out extra return statement.
11195
11196 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11197
11198         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11199         handling.
11200         (Dispatch): enhance the accent inset a bit. (not perfect)
11201
11202 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11203
11204         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11205
11206 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11207
11208         * bufferlist.C (emergencyWrite): fix assert() call
11209
11210 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11211
11212         * text.C (InsertChar): Added trivial patch to only send the "you
11213         can not do multiple spaces this way" message once during a
11214         session.
11215
11216 2001-05-08  Baruch Even  <baruch@lyx.org>
11217
11218         * Makefile.am: Changed order of libraries to get LyX to link properly
11219         with the gnome frontend.
11220
11221 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11222
11223         * LaTeXFeatures.h: add a std:: qualifier
11224
11225 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11226
11227         * paragraph.C (String): use stringstream
11228
11229 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11230
11231         * paragraph.C (writeFile): remove footflag arg
11232
11233         * buffer.C (makeLaTeXFile): use stringstream
11234         (latexParagraphs): remove footnot gurba
11235
11236         * LaTeXFeatures.C (getPackages): use stringstream
11237         (getMacros): likewise
11238         (getTClassPreamble): likewise
11239         (getFloatDefinitions): new method
11240
11241         * paragraph.C (writeFile): reindent
11242         (Erase): reindent
11243
11244         * WorkArea.h: revert the xpos + etc changes.
11245
11246         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11247
11248         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11249
11250         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11251         (pasteSelection): likewise
11252         * text2.C (CreateUndo): likewise
11253
11254 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11255
11256         * minibuffer.C (peek_event): temporarily reduce the functionality
11257         of the minibuffer (to allow args on lfuns)
11258
11259         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11260         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11261
11262         * buffer.C (readInset): add compability reading of old float
11263         lists, add reading of new style float list.
11264         (readInset): avoid reevaluation of inscmd.getCmdName()
11265         (getLists): reindent
11266
11267         * MenuBackend.C (MenuItem): implement parsing of
11268         md_floatlistinsert and md_floatinsert.
11269         (expand::LastFiles): move initalizaton of iterators out of loop,
11270         avoid reevaluation.
11271         (expand::Documents): introduce typdedef vector<string> Strings,
11272         and use it.
11273         (expand::ExportFormats): introduce typedef vector<Format const *>
11274         Formats, and use it.
11275         (expand): implement FloatListInsert and FloatInsert.
11276
11277         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11278         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11279         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11280
11281         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11282         handling.
11283         (Dispatch::LFUN_FLOAT_LIST): implement
11284
11285 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11286
11287         * LaTeX.C (run): Fix problem with --export code.
11288
11289 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11290
11291         * BufferView.[Ch] (workarea): removed.
11292         (getClipboard) new method; wrapper for workarea()->getClipboard()
11293
11294         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11295         bug.
11296
11297         * WorkArea.h (width, height, xpos, ypos): These methods all
11298         returned the dimensions of the work_area sub-area of WorkArea,
11299         resulting in a position error if the WorkArea were resized. Now
11300         return the dimensions of the entire WorkArea.
11301
11302         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11303
11304 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11305
11306         * LaTeX.C (deplog): correct the syntax of regex reg1
11307
11308 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11309
11310         * undo.C: remove !NEW_INSETS cruft
11311
11312 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11313
11314         * text2.C: remove !NEW_INSETS cruft
11315
11316         * text.C: remove !NEW_INSETS cruft
11317
11318         * tabular.C: remove !NEW_INSETS cruft
11319
11320         * spellchecker.C: remove !NEW_INSETS cruft
11321
11322         * lyxtext.h: remove !NEW_INSETS cruft
11323
11324         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11325
11326         * lyxfunc.C: remove !NEW_INSETS cruft
11327
11328         * lyxfind.C: remove !NEW_INSETS cruft
11329
11330         * lyx_cb.C: remove !NEW_INSETS cruft
11331
11332         * figureForm.C: remove  !NEW_INSETS cruft
11333
11334         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11335
11336         * buffer.[Ch]: remove !NEW_INSETS cruft
11337
11338         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11339
11340         * CutAndPaste.C: remove !NEW_INSETS cruft
11341
11342         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11343
11344         * BufferView2.C: remove !NEW_INSETS cruft
11345
11346         * BufferView.h: remove !NEW_INSETS cruft
11347
11348 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11349
11350         * Lsstream.h: include LString.h before the sstream headers to
11351         fix problem with gcc 2.95.3 and lyxstring
11352
11353 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11354
11355         * lyx_main.C: add using directives when needed for C functions
11356         declared in std:: namespace.
11357
11358 2001-04-27  Juergen Vigna  <jug@sad.it>
11359
11360         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11361         (SetHeightOfRow): comment out the update call should not be needed!
11362
11363 2001-04-13  Juergen Vigna  <jug@sad.it>
11364
11365         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11366         (LyXTabular): tried to minimize operator= operations (and realized
11367         hopfully Lars wish).
11368
11369 2001-04-27  Juergen Vigna  <jug@sad.it>
11370
11371         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11372
11373 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11374
11375         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11376
11377         * buffer.C (readInset): hack to make listof algorithm work
11378
11379         * BufferView_pimpl.C: hack to make listof algorithm work
11380
11381 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11382
11383         * LyXAction.C: removed all !NEW_INSETS cruft
11384         (init): moved lfun_item in method
11385
11386         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11387
11388 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11389
11390         * BufferView2.C (theLockingInset): white space.
11391
11392 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11393
11394         * minibuffer.C: include <iostream>
11395
11396         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11397
11398         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11399
11400         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11401
11402         * text.[Ch] (TransposeChars): new method
11403
11404 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11405
11406         * call message directly through LyXView instead of through LyXFunc
11407         * BufferView2.C: adjust
11408         * BufferView_pimpl.C: adjust
11409         * FontLoader.C: adjust
11410         * buffer.C: adjust
11411         * bufferview_funcs.C: adjust
11412         * converter.C: adjust
11413         * figureForm.C: adjust
11414         * importer.C: adjust
11415         * lyx_cb.C: adjust
11416         * lyx_gui_misc.C: adjust
11417         * lyxfunc.C: adjust
11418         * lyxvc.C: adjust
11419         * text2.C: adjust
11420         + more files in subdirs
11421
11422         * lyxparagraph.h (size): move up int file
11423         (GetLayout): ditto
11424
11425         * adjust all uses of Assert to lyx::Assert.
11426
11427         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11428         lyxfunctional in namespace lyx
11429         * layout.C (hasLayout): ditto
11430         (GetLayout): ditto
11431         (GetLayout): ditto
11432         (delete_layout): ditto
11433         (NumberOfClass): ditto
11434         * converter.C (GetFormat): ditto
11435         (GetNumber): ditto
11436         (Add): ditto
11437         (Delete): ditto
11438         (SetViewer): ditto
11439         * bufferlist.C (getFileNames): ditto
11440         (emergencyWriteAll): ditto
11441         (exists): ditto
11442         (getBuffer): ditto
11443         * MenuBackend.C (hasSubmenu): ditto
11444         (hasMenu): ditto
11445         (getMenu): ditto
11446         * BufferView_pimpl.C (getInsetByCode): ditto
11447
11448 2001-04-18  Juergen Vigna  <jug@sad.it>
11449
11450         * vspace.C (asLatexString): fixed the 100% problem.
11451
11452 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11453
11454         * lyxfunc.C (Dispatch):
11455         * minibuffer.C:
11456         * minibuffer.h: add a few std:: qualifiers
11457
11458 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11459
11460         * minibuffer.[Ch]: reimplement so that commands is initiated and
11461         run from lyxfunc, simplified som handling, and made the completion
11462         and history code for complete. wip.
11463
11464         * lyxfunc.C (processKeySym): call message
11465         (miniDispatch): new temporary method
11466         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11467         (LFUN_MESSAGE): implement
11468         (LFUN_MESSAGE_PUSH): implement
11469         (LFUN_MESSAGE_POP): implement
11470         (initMiniBuffer): the initial/defualt minibuffer message.
11471
11472         * lyxfont.[Ch]: inline some more getters
11473
11474         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11475
11476         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11477
11478         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11479         (AutoSave): use LFUN_MESSAGE
11480         (Reconfigure): ditto
11481
11482         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11483
11484         * figureForm.C: use LFUN_MESSAGE
11485
11486         * converter.C (runLaTeX): use LFUN_MESSAGE
11487
11488         * bufferview_funcs.C: use LFUN_MESSAGE
11489         (Melt): ditto
11490         (changeDepth): ditto
11491
11492         * bufferparams.h: use boost::
11493
11494         * bufferlist.h: inherit privately from noncopyable
11495
11496         * bufferlist.C (loadLyXFile): remove some commented code.
11497
11498         * buffer.C (runChktex): use LFUN_MESSAGE
11499
11500         * ShareContainer.h: inherit privately from noncopyable
11501
11502         * ParagraphParameters.[hC] (depth): inline it.
11503
11504         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11505         methods.
11506         (message): new method
11507         (messagePush): ditto
11508         (messagePop): ditto
11509         (show): init minibuffer
11510         (showState): direct call
11511
11512         * LaTeX.[Ch]: inherit privately from noncopyable
11513         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11514         instead of WriteStatus.
11515
11516         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11517
11518         * BufferView_pimpl.C (buffer): don't init minibuffer
11519         (workAreaButtonPress): use LFUN_MESSAGE
11520         (workAreaButtonRelease): ditto
11521         (savePosition): ditto
11522         (restorePosition): ditto
11523         (MenuInsertLyXFile): ditto
11524         (workAreaExpose): don't init minibuffer
11525         (update): remove commented code, simplify
11526
11527         * BufferView2.C (openStuff): use LFUN_MESSAGE
11528         (toggleFloat): ditto
11529         (menuUndo): ditto
11530         (menuRedo): ditto
11531         (copyEnvironment): ditto
11532         (pasteEnvironment): ditto
11533         (copy): ditto
11534         (cut): ditto
11535         (paste): ditto
11536         (gotoInset): ditto
11537         (updateInset): remove some commented code
11538
11539         * lastfiles.h: inherit privately from noncopyable
11540         * layout.h: ditto
11541         * lyx_gui.h: ditto
11542         * lyx_main.h: ditto
11543         * lyxlex.h: ditto
11544         * lyxlex_pimpl.h: ditto
11545
11546         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11547         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11548         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11549
11550         * LyXAction.h: inherit privately from noncopyable, add methods
11551         func_begin, func_end, returning iterators to the func map.
11552
11553         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11554         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11555         (func_begin): new method
11556         (func_end): new method
11557
11558         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11559         and not)
11560         (copySelection): ditto
11561         (pasteSelection): ditto
11562
11563         * BufferView.C: whitespace change
11564         * BufferView.h: inherit privately from noncopyable
11565
11566 2001-04-16  Allan Rae  <rae@lyx.org>
11567
11568         * tabular-old.C (l_getline):
11569         * spellchecker.C (sc_check_word):
11570         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
11571         an unrecognised preprocessor directive.  So ensure they're wrapped.
11572
11573 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
11574
11575         * src/exporter.C (Export): Give an error message when path to file
11576         contains spaces.
11577
11578 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
11579
11580         * LaTeX.C (deplog): Always check that foundfile exists.
11581
11582 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11583
11584         * lyx_main.h:
11585         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
11586
11587 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11588
11589         * tabular.[Ch] (getLabelList): implement new method
11590
11591         * minibuffer.h: comment ouf setTiimer
11592
11593         * minibuffer.C (ExecutingCB): constify res
11594         (peek_event): constify s
11595         (Set): constify ntext
11596         (Init): constify nicename
11597
11598         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
11599
11600         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
11601         (savePosition): use two params to Minibuffer::Set
11602         (restorePosition): ditto
11603
11604 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11605
11606         * lyx_main.C: include language.h
11607
11608         * Makefile.am (lyx_main.o): add language.h
11609
11610 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11611
11612         * exporter.C:
11613         * paragraph.C:
11614         * screen.C:
11615         * tabular.C:
11616         * CutAndPaste.C: include gettext.h
11617
11618         * lyxfont.h: remove old hack with ON and OFF.
11619
11620         * lyxparagraph.h:
11621         * lyxfont.h: do not include language.h...
11622
11623         * BufferView2.C:
11624         * LaTeXFeatures.C:
11625         * Painter.C:
11626         * bufferview_funcs.C:
11627         * font.C:
11628         * lyxfont.C:
11629         * text.C:
11630         * text2.C:
11631         * trans_mgr.C:
11632         * paragraph.C: ... but do it here instead
11633
11634 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11635
11636         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
11637
11638         * tabular.C: small reformat
11639
11640         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
11641         NEW_INSETS version
11642         (GetChar): ditto
11643         (BreakParagraph): ditto
11644         (SetOnlyLayout): ditto
11645         (SetLayout): ditto
11646
11647         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
11648         with one arg less.
11649
11650         * lastfiles.C: removed most using decl, add std:: where needed
11651
11652         * buffer.C: ws changes
11653
11654         * MenuBackend.C (class compare_format): put into anon namespace
11655         (expand): constify label, names, action, action2
11656         (expand):
11657
11658         * text.C (SingleWidth): constify font
11659         (IsBoundary): constify rtl2
11660         (GetVisibleRow): constify ww
11661
11662         * LaTeX.C (deplog): constify logfile
11663
11664         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
11665         start_x, end_x
11666         (workAreaExpose): constify widthChange, heightChange
11667
11668         * lyxrow.C (par): moved
11669         (height): moved
11670         (next): moved
11671         * lyxrow.h: as inlines here
11672
11673         * lyxfont.h (shape): moved from lyxfont.C
11674         (emph): moved from lyxfont.C
11675
11676         * lyxfont.C (LyXFont): use initialization list for all
11677         constructors
11678         (shape): move to lyxfont.h as inline
11679         (emph): move to lyxfont.h as inline
11680
11681
11682 2001-04-04  Juergen Vigna  <jug@sad.it>
11683
11684         * vspace.C: had to include stdio.h for use of sscanf
11685
11686 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
11687
11688         * BufferView.h:
11689         * BufferView_pimpl.h: remove xforms cruft. Both classes are
11690         independent of xforms.
11691
11692 2001-04-02  Juergen Vigna  <jug@sad.it>
11693
11694         * spellchecker.C: fixed namespace placing!
11695
11696 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
11697
11698         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
11699         the LyXParagraph * is 0.
11700
11701 2001-03-29  Juergen Vigna  <jug@sad.it>
11702
11703         * vspace.C: added support for %, c%, p%, l%.
11704         (stringFromUnit): added helper function.
11705         (asLatexString): changed to give right results for the %-values.
11706
11707         * buffer.C: convert the widthp in a width%.
11708
11709 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
11710
11711         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
11712         figureForm.[Ch].
11713
11714         * figureForm.[Ch]: stripped the FD_from_figure manipulation
11715         code out of lux_cb.[Ch], ready for its (imminent?) removal.
11716
11717         * lyx_cb.[Ch]: see above.
11718
11719         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
11720         form1.[Ch].
11721
11722         * form1.[Ch]:
11723         * lyx.[Ch]: replaced by figure_form.[Ch].
11724
11725         * lyx_gui.C:
11726         * lyx_gui_misc.C:
11727         * lyxfunc.C: changed headers associated with above changes.
11728
11729 2001-03-27  Juergen Vigna  <jug@sad.it>
11730
11731         * BufferView_pimpl.C: set the temporary cursor right!
11732
11733 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
11734
11735         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
11736
11737 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
11738
11739         * LString.h: removed "using std::getline"!
11740
11741         * BufferView_pimpl.C (Dispatch): changes due to changes in
11742         InsetInclude::Params.
11743
11744         * buffer.C (tag_name): removed redundant break statements as they were
11745         producing lots of warnings with my compiler.
11746
11747 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11748
11749         * LString.h: add "using std::getline" when using the real <string>.
11750
11751 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
11752
11753         * buffer.C: removed bitset usage.
11754         PAR_TAG moved to an anonymous name space.
11755         (tag_name): new funtion, also in the anonymous namespace.
11756         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
11757         (makeDocBookFile): clean code. Completed transition from string arrays
11758         to string vectors.
11759         (SimpleDocBookOnePar): code clean.
11760
11761 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11762
11763         * tabular.C: add some comments.
11764
11765 2001-03-22  Juergen Vigna  <jug@sad.it>
11766
11767         * buffer.C (parseSingleLyXformat2Token): redone the minipage
11768         compatibility read a bit and fixed bug with minipage in different
11769         depth.
11770
11771 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
11772
11773         * buffer.C (pop_tag): removed.
11774         (push_tag): removed.
11775         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
11776         array replaced with vector. Added support for CDATA sections.
11777         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
11778         at any nest level.
11779         (makeDocBookFile): XML conformant declaration of CDATA section,
11780         fixed bug related to <emphasis> in the first paragraph char.
11781         (sgmlOpenTag): exclude empty tags.
11782         (sgmlCloseTag): ditto.
11783
11784         * buffer.h (pop_tag): removed.
11785         (push_tag): removed.
11786
11787 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
11788
11789         * language.h (Languages): added size_type and size().
11790
11791 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11792
11793         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
11794         response on compability reading of minipages. One probliem is that
11795         the old usage of minipages was «flertydig»
11796
11797         * several files here and in subdirs: don't use static at file
11798         scope use anon namespaces instead.
11799
11800 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
11801
11802         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
11803         LaTeX output. This is necessary for Literate document
11804         processing.
11805
11806 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11807
11808         * buffer.C: insert hfill when needed.
11809
11810         * tabular.C (l_getline): use string::erase, small whitespace change.
11811
11812         * BufferView_pimpl.C: try the anon namespace.
11813         * WorkArea.C: ditto
11814
11815 2001-03-16  Juergen Vigna  <jug@sad.it>
11816
11817         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
11818         otherwise it won't open options-dialogs.
11819
11820         * buffer.C: honor pextraWidth(p) on converting minipages.
11821
11822         * tabular.C (l_getline): changed the functions to strip trailing \r.
11823
11824 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
11825
11826         * BufferView_pimpl.C:
11827         * minibuffer..C: added "using SigC::slot" declaration.
11828
11829 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11830
11831         * lyxlex_pimpl.h: noncopyable is in namespace boost.
11832
11833         * text2.C: ditto
11834
11835         * text.C: ditto
11836
11837         * paragraph.C: ditto
11838
11839         * lyxtext.h: NO_PEXTRA
11840
11841         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
11842
11843         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
11844         * ParameterStruct.h: ditto
11845         * ParagraphParameters.h: ditto
11846         * lyxparagraph.h: ditto
11847
11848 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11849
11850         * buffer.C: add compability for minipage alignment.
11851         (latexParagraphs): remove unwanted pextra check.
11852
11853         * several files: remove CXX_WORKING_NAMESPACES
11854
11855         * buffer.C (pop_tag): tie is in namespace boost
11856
11857         * BufferView.h: noncopyable is in namespace boost
11858         * lyxlex.h: ditto
11859         * lyx_main.h: ditto
11860         * lyx_gui.h: ditto
11861         * layout.h: ditto
11862         * lastfiles.h: ditto
11863         * bufferlist.h: ditto
11864         * ShareContainer.h: ditto
11865         * LyXView.h: ditto
11866         * LyXAction.h: ditto
11867         * LaTeX.h: ditto
11868
11869 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
11870
11871         * Merging changes from BRANCH_MVC back into HEAD.
11872
11873         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
11874
11875 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
11876
11877         * BufferView_pimpl.C: change from intl.C
11878
11879         * combox.h:
11880         * combox.C:
11881         * Makefile.am: move combox.*
11882
11883         * form1.h:
11884         * form1.C:
11885         * lyx_gui.C:
11886         * intl.h:
11887         * intl.C: remove dialog (covered by prefs)
11888
11889 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
11890
11891         * lyxfunc.C (Dispatch): removed redundant break statement.
11892
11893 2001-03-14  Juergen Vigna  <jug@sad.it>
11894
11895         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
11896
11897 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11898
11899         * buffer.C: add hack to fix compability reading of minipages.
11900
11901 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
11902
11903         * buffer.C (getLists): Cleanup.
11904
11905 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11906
11907         * lyxfont.C (update): don't honor toggleall on font size.
11908
11909 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
11910
11911         * bmtable.c:
11912         * bmtable.h:
11913         * Makefile.am: moved to frontends/xforms/
11914
11915         * lyx_gui_misc.C:
11916         * lyxfunc.C:
11917         * BufferView_pimpl.C: changes for moved mathpanel
11918
11919 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11920
11921         * gettext.h: fix gettext_init() in --disable-nls
11922
11923 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11924
11925         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
11926
11927 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
11928
11929         * lyx.C:
11930         * lyx.h: strip external form
11931
11932 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11933
11934         * BufferView_pimpl.C: add comment, destroySplash()
11935
11936 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11937
11938         * BufferView_pimpl.C:
11939         * LyXAction.C:
11940         * buffer.C:
11941         * commandtags.h:
11942         * lyxfunc.C: use re-worked insetinclude
11943
11944 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11945
11946         * buffer.C: add using std::stringstream.
11947
11948         * lyx_cb.C: readd using std::ios.
11949
11950         * buffer.C: add using std::map.
11951
11952         * BufferView_pimpl.C: add using std::vector.
11953
11954         * ShareContainer.h: add std:: to swap.
11955
11956         * buffer.h: add some typedefs
11957         * buffer.C (getLists): use them
11958         (getLists): renamed from getTocList.
11959         add a counter for the different float types and use it in the
11960         generated string.
11961         (getLists): use the same counter for the NEW_INSETS and the "non"
11962         NEW_INSETS
11963
11964         * lyx_cb.h: remove unused items, includes, using etc.
11965
11966         * ShareContainer.h: remove some commented code, add more comments
11967         and "documentation".
11968
11969 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11970
11971         * buffer.C (getTocList): make the list also when NEW_INSETS is
11972         defined.
11973
11974         * buffer.h: remove TocType
11975
11976         * buffer.C (getTocList): change to return a map<string,
11977         vector<TocItem> >, implement for dynamic number of list.
11978
11979         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
11980         * text2.C (PasteSelection): adjust
11981         * CutAndPaste.C (pasteSelection): adjust
11982
11983         * FloatList.C (FloatList): update from the new_insets branch.
11984         * Floating.[Ch]: ditto
11985         * LaTeXFeatures.C: ditto
11986         * buffer.C: ditto
11987         * lyxlex_pimpl.C: ditto
11988
11989         * paragraph.C (Last): remove when NEW_INSETS is defined.
11990
11991         * other file: changes because of the above.
11992
11993 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11994
11995         * lyxparagraph.h: rename next to next_, previous to previous_,
11996         make them private for NEW_INSETS. Rename Next() to next(),
11997         Previous() to previous().
11998
11999         * other files: changes because of the above.
12000
12001 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12002
12003         * BufferView.h:
12004         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12005         problem.
12006
12007 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12008
12009         * main.C (main): pass lyx_localedir to gettext_init().
12010
12011         * gettext.h: remove locale_init and gettext_init macros
12012
12013         * gettext.C (locale_init): new function
12014         (gettext_init): new function
12015
12016         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12017         setlocale().
12018
12019 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12020
12021         * Moved credits to frontends:
12022         * credits.[Ch]: removed
12023         * credits_form.[Ch]: removed
12024         * lyx_gui_misc.C: remove credits stuff
12025         * Makefile.am:
12026
12027 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12028
12029         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12030
12031         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12032         unneeded destructor.
12033
12034         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12035         a standalone pointer again.
12036
12037         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12038
12039 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12040
12041         * Makefile.am:
12042         * filedlg.h:
12043         * filedlg.C:
12044         * LyXAction.C:
12045         * ToolbarDefaults.C:
12046         * bufferlist.C:
12047         * commandtags.h:
12048         * form1.C:
12049         * form1.h:
12050         * lyx_cb.C:
12051         * lyx_cb.h:
12052         * lyxfunc.h:
12053         * lyxfunc.C:
12054         * BufferView_pimpl.C: use new file dialog in GUII
12055
12056         * lyx_cb.h:
12057         * lyx_cb.C: remove LayoutsCB to Toolbar
12058
12059 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12060
12061         * ShareContainer.h (get): add std:: qualifier
12062
12063 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12064
12065         * ShareContainer.h: define a proper ShareContainer::value_type
12066         type (and use typename to please compaq cxx)
12067
12068 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12069
12070         * lyxparagraph.h: move serveral local vars to
12071         ParameterStruct/ParagraphParameters., use ShareContainer in
12072         FontTable., make vars in FontTable private and add getter and
12073         setter.
12074
12075         * paragraph.C: changes because of the above.
12076
12077         * lyxfont.h: remove copy constructor and copy assignment. (the
12078         default ones is ok), move number inside FontBits. move inlines to
12079         lyxfont.C
12080
12081         * lyxfont.C: add number to initializaton of statics, move several
12082         inlines here. constify several local vars. some whitespace
12083         cleanup. Dont hide outerscope variables.
12084
12085         * Spacing.h: add two new constructors to match the set methods.
12086
12087         * ShareContainer.h: new file, will perhaps be moved to support
12088
12089         * ParameterStruct.h: new file
12090
12091         * ParagraphParameters.h: new file
12092
12093         * ParagraphParameters.C: new file
12094
12095         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12096         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12097
12098         * BufferView_pimpl.C: ParagraphParameter changes.
12099         * buffer.C: Likewise.
12100         * bufferview_funcs.C: Likewise.
12101         * text.C: Likewise.
12102         * text2.C: Likewise.
12103
12104 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12105
12106         * lyxfind.C (LyXReplace): do not redefine default argument in
12107         implementation.
12108         (IsStringInText): ditto
12109         (SearchForward): ditto
12110         (SearchBackward): ditto
12111
12112 2001-03-06  Juergen Vigna  <jug@sad.it>
12113
12114         * lyxfind.C (IsStringInText): put parentes around expressions.
12115
12116 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12117
12118         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12119
12120 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12121
12122         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12123
12124         * stl_string_fwd.h: add comment
12125
12126         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12127
12128         * tabular.h:
12129         * tabular.C: remove unused DocBook methods
12130
12131         * intl.C:
12132         * language.C:
12133         * paragraph.C:
12134         * buffer.C:
12135         killed DO_USE_DEFAULT_LANGUAGE
12136
12137 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12138
12139         * lyx_gui.C: do not include language.h.
12140
12141         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12142         arguments in function implementation.
12143
12144 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12145
12146         * BufferView_pimpl.C: add <ctime>
12147
12148 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12149
12150         * BufferView_pimpl.C: add using std::find_if
12151
12152 2001-02-27  José Matos  <jamatos@fep.up.pt>
12153
12154         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12155         by OnlyPath.
12156
12157 2001-02-11  José Matos  <jamatos@fep.up.pt>
12158
12159         * buffer.C (makeDocBookFile): command styles now have a parameter as
12160         "title" by default.
12161
12162 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12163
12164         * layout_forms.[Ch]: removed
12165         * lyx_cb.[Ch]: out character
12166         * lyx_gui.C: out character
12167         * lyx_gui_misc.C: out character
12168         * bufferview_funcs.C: : out character,
12169         added toggleall as parameter in ToggleAndShow
12170
12171 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12172
12173         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12174
12175         * text2.C (SetCurrentFont): Disable number property at boundary.
12176
12177 2001-02-26  Juergen Vigna  <jug@sad.it>
12178
12179         * lyxfunc.C (getStatus): added a string argument override function so
12180         that this is correctly called from LyXFunc::Dispatch if it contains a
12181         do_not_use_argument which is used!
12182         (Dispatch): added check for "custom" export and call appropriate func.
12183
12184 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12185
12186         * lyxrc.C: Add language_command_local, language_use_babel and
12187         language_global_options.
12188
12189         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12190
12191         * buffer.C (makeLaTeXFile): Use language_use_babel and
12192         language_global_options.
12193
12194 2001-02-23  Juergen Vigna  <jug@sad.it>
12195
12196         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12197         which works with LyXText and putted it inside BufferView. Here now we
12198         only call for that part the BufferView::Dispatch() function.
12199
12200         * BufferView.C (Dispatch): added.
12201
12202         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12203         functions which needs to use a LyXText over from LyXFunc.
12204         (MenuInsertLyXFile): added
12205         (getInsetByCode): added
12206         (moveCursorUpdate): added
12207         (static TEXT): added
12208
12209 2001-02-22  Juergen Vigna  <jug@sad.it>
12210
12211         * BufferView_pimpl.C (update): call a status update to see if LyXText
12212         needs it.
12213
12214 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12215
12216         * vc-backend.C (revert): implement for CVS
12217         (getLog): implement for CVS
12218
12219 2001-02-20  Juergen Vigna  <jug@sad.it>
12220
12221         * text2.C (ClearSelection): added BufferView param for inset_owner call
12222
12223         * lyxfunc.C (TEXT): added this function and use it instead of
12224         directly owner->view()-text of getLyXText().
12225
12226 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12227
12228         * src/layout_forms.C: out preamble
12229         * src/layout_forms.h: out preamble
12230         * src/lyx_cb.C: out preamble
12231         * src/lyx_cb.h: out preamble
12232         * src/lyx_gui.C: out preamble
12233         * src/lyx_gui_misc.C: out preamble
12234         * src/lyxfunc.C: connect with guii preamble
12235
12236 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12237
12238         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12239
12240 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12241
12242         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12243         whether to run bibtex.
12244
12245 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12246
12247         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12248
12249 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12250
12251         * Makefile.am (lyx_SOURCES): removed bibforms.h
12252
12253         * vspace.h: doxygen
12254
12255         * text.C (GetVisibleRow): make several local vars const
12256
12257         * tabular.C: small cleanup.
12258
12259         * lyxserver.C (callback): use compare instead of strncmp
12260
12261         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12262         inlines to after class or to paragraph.C
12263
12264         * lyxfont.h: remove friend operator!=
12265
12266         * converter.h: move friend bool operator< to non friend and after
12267         class def.
12268
12269         * combox.h: small cleanup
12270
12271         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12272         to inlines after class def.
12273
12274         * buffer.C (pop_tag): use string operations instead of strcmp
12275
12276         * bmtable.c: doxygen, small cleanup
12277
12278         * LaTeX.h: remove friend operator==
12279
12280 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12281
12282         * screen.C:
12283         * lyxrc.[Ch]:
12284         * lyxfunc.C:
12285         * lyxfont.[Ch]:
12286         * lyx_cb.C:
12287         * intl.[Ch]:
12288         * commandtags.h:
12289         * buffer.C:
12290         * WorkArea.[Ch]:
12291         * LyXAction.C:
12292         * BufferView_pimpl.C:
12293         * BufferView.[Ch]: remove cruft
12294
12295 2001-02-14  Juergen Vigna  <jug@sad.it>
12296
12297         * lyxfunc.C: removed #if 0 unused code
12298
12299         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12300
12301         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12302
12303         * text2.C (SetSelection): added a BufferView * parameter
12304
12305 2001-02-13  Juergen Vigna  <jug@sad.it>
12306
12307         * lyxfunc.C (Dispatch): fixed protected blank problem.
12308         * BufferView2.C (protectedBlank): added LyxText * parameter.
12309
12310         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12311         (AppendColumn): same as above for column_info.
12312
12313         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12314         (moveCursorUpdate): use a LyXText param for support of InsetText.
12315
12316         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12317         (tripleClick): ditto
12318
12319         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12320
12321         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12322
12323         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12324
12325         * text2.C (SetSelection): set correct update status if inset_owner
12326         (ToggleFree): ditto
12327
12328 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12329
12330         * tabular.C: remove some commented code.
12331
12332 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12333
12334         * BufferView_pimpl.C: call hideSplash()
12335
12336         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12337
12338         * include_form.h:
12339         * bibforms.h: remove
12340
12341         * lyxfunc.C:
12342         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12343           add LFUN_CHILD_CREATE
12344
12345         * counters.h: fix tiny typo
12346
12347         * lyx_cb.C:
12348         * lyx.h:
12349         * lyx_gui.C:
12350         * lyx.C: move splash to frontends/xforms/
12351
12352         * lyx_gui_misc.C: move Include and Bibform to frontends
12353
12354         * lyxvc.h: clarify comment
12355
12356         * vspace.C: tiny housekeeping
12357
12358 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12359
12360         * text.C (PrepareToPrint): RTL Fix.
12361
12362         * paragraph.C (GetUChar): New method.
12363         (String):  Use GetUChar.
12364
12365         * buffer.C (asciiParagraph): Use GetUChar.
12366
12367 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12368
12369         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12370
12371 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12372
12373         * buffer.h:
12374         * buffer.C: rename to getLogName(), handle
12375           build log / latex log nicely
12376
12377 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12378
12379         * MenuBackend.C:
12380         * MenuBackend.h: remove support for reference menuitem type.
12381
12382 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12383
12384         * BufferView_pimpl.C: housekeeping
12385         * BufferView_pimpl.h:
12386         * LyXView.h:
12387         * Makefile.am:
12388         * Timeout.C:
12389         * Timeout.h:
12390         * minibuffer.h: move Timeout GUI-I
12391
12392 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12393
12394         * lyxrc.C (read): Update converters data-structures.
12395
12396 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12397
12398         * LaTeX.h (operator!=): add operator != for Aux_Info
12399
12400 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12401
12402         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12403
12404         * LaTeXLog.C: deleted, useful code moved to Buffer
12405
12406         * buffer.h:
12407         * buffer.C: new function getLatexLogName()
12408
12409         * lyx_gui_misc.C:
12410         * lyx_gui.C:
12411         * lyxvc.C:
12412         * lyxvc.h:
12413         * lyxfunc.C: use frontends for LaTeX and VC logs
12414
12415 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12416
12417         * LaTeX.h: yet another std:: that Allan forgot.
12418
12419         * Variables.C (set): renamed from isset(), because this clashes
12420         with some HP-UX macros (grr).
12421
12422 2001-02-06  Allan Rae  <rae@lyx.org>
12423
12424         * LaTeX.h: Another bug fix.  Missing std:: this time.
12425
12426 2001-02-04  Allan Rae  <rae@lyx.org>
12427
12428         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12429         floats problem. I've left it commented out because it's not quite
12430         correct.  It should also test that the current object is a table or
12431         figure inset.  But I haven't gotten around to figuring out how to do
12432         that.  I *think* it'll be something like: "table" == inset.type()
12433
12434         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12435         bool.
12436
12437 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12438
12439         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12440         all the citation/databases/styles in the auxilary file.
12441         (run): Rerun latex if there was a babel language error.
12442
12443 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12444
12445         * text.C (Backspace): Preserve the font when changing newline char
12446         with a space.
12447         (BreakParagraph): If the cursor is before a space, delete the space.
12448
12449         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12450
12451 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12452
12453         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12454         new argument (code).
12455         (ChangeCitationsIfUnique): New method.
12456
12457         * paragraph.C (GetPositionOfInset): Handle bibkey.
12458
12459 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12460
12461         * BufferView_pimpl.h: change type of Position::par_pos to
12462         LyXParagraph::size_type.
12463
12464 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12465
12466         * BufferView_pimpl.C (savePosition, restorePosition): Write
12467         messages to minibuffer.
12468
12469 2001-01-28  José Matos  <jamatos@fep.up.pt>
12470
12471         * buffer.C (makeDocBookFile): adds support for document language.
12472         A silly restriction on the name of LatexCommand types where removed.
12473         Added support for CDATA sections, allows to chars unescaped, used
12474         among others in code, to avoid escape < and >.
12475
12476 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12477
12478         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12479         saved positions instrad of a stack. Furthermore, a position is
12480         stored using paragraph id/paragraph position.
12481
12482         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12483         Remove LFUN_REF_BACK.
12484
12485 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12486
12487         * converter.C (dvipdfm_options): New method.
12488
12489 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12490
12491         * vspace.C (isValidLength): Fix for empty input string.
12492
12493 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12494
12495         * LyXAction.C (init): change description of LFUN_FIGURE to
12496         "Insert Graphics"
12497
12498 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12499
12500         * LaTeX.C: add using directive
12501
12502 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12503
12504         * MenuBackend.C (expand): Fix the sorting of the formats.
12505
12506 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12507
12508         * lyx_main.C: tiny error message fix
12509
12510 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12511
12512         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12513         calling fl_initialize(). This fixes the problem with ',' as
12514         decimal separator in text files.
12515
12516 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12517
12518         * trans.C (process): Fix the keymap bug.
12519
12520 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12521
12522         * LaTeX.C (scanAuxFiles): New method. Provides support for
12523         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12524         (scanLogFile) Scan for "run BibTeX" messages.
12525
12526         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12527         OT1 font encoding. Also, load the aecompl package if the ae
12528         package is loaded.
12529
12530         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12531
12532 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12533
12534         * texrow.C (increasePos): turn two error messages into debug
12535         messages.
12536
12537 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12538
12539         * LaTeX.C (scanAux): Handle the \@input macro.
12540         (runBibTeX): Use scanAux().
12541
12542         * language.C (latex_options_): New field.
12543
12544         * LaTeXFeatures.C (getMacros): Add language macros.
12545
12546         * buffer.C (makeLaTeXFile): Small fix.
12547
12548 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12549
12550         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12551
12552         * text2.C: add a using directive.
12553
12554 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12555
12556         * BufferView2.C:
12557         * lyx_gui_misc.h:
12558         * lyxfr1.C:
12559         * lyxfunc.C: kill LyXBell.
12560
12561 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12562
12563         * text.C (IsBoundary): Remove the error message
12564
12565         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12566
12567         * lyxrc.C (setDefaults): Correct initialization value for
12568         font_norm_type.
12569
12570 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
12571
12572         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
12573         gotoError().
12574
12575         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
12576         and GotoNextNote().
12577
12578         * src/LyXAction.C: Added reference-next.
12579
12580         * text.C (InsertChar): Use contains instead of strchr.
12581
12582         * lyx_cb.C (MenuInsertLabel): Enable default value code.
12583
12584 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
12585
12586         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
12587         alignment commands (when needed).
12588
12589         * text.C (InsertChar): Add ':' to number separator chars.