]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
fix ui bug 550
[lyx.git] / src / ChangeLog
1 2003-03-29  John Levon  <levon@movementarian.org>
2
3         * text2.C: do not clear selection after inc/decDepth
4         (bug 550)
5
6 2003-03-29  John Levon  <levon@movementarian.org>
7
8         * BufferView.C:
9         * buffer.C: fix broken strerrors according to Lars
10
11 2003-03-29  John Levon  <levon@movementarian.org>
12
13         * converters.C: more Alert cleanups
14
15 2003-03-29  John Levon  <levon@movementarian.org>
16
17         * bufferview_funcs.C: remove pointless Alert
18
19         * buffer.C: fix confusing error message when
20         a template is chmoded 000
21
22 2003-03-29  John Levon  <levon@movementarian.org>
23
24         * BufferView.C:
25         * BufferView.h:
26         * BufferView_pimpl.C: Alert fixes
27
28         * Makefile.am:
29         * tabular.C:
30         * tabular-old.C: remove unused table compat reading
31
32 2003-03-29  John Levon  <levon@movementarian.org>
33
34         * BufferView.C:
35         * buffer.C:
36         * lyx_cb.h:
37         * lyx_cb.C: more Alert cleanups
38
39         * lyxfunc.C: don't allow chktex if not latex document
40
41 2003-03-29  John Levon  <levon@movementarian.org>
42
43         * lyx_cb.C:
44         * BufferView.C:
45         * buffer.C: warnings pushed down from support/,
46         kill err_alert
47
48 2003-03-29  John Levon  <levon@movementarian.org>
49
50         * lyxfunc.C: safety check for C-r (revert)
51
52 2003-03-29  John Levon  <levon@movementarian.org>
53
54         * bufferlist.h:
55         * bufferlist.C: several UI fixes using Alert::prompt.
56         Fix the pointless looping quit code. Fix stupid revert
57         behaviour (bug 938)
58
59         * lyxvc.h:
60         * lyxvc.C:
61         * lyx_cb.C: use Alert::prompt
62
63         * lyx_main.C: remove a silly question
64
65         * lyxfunc.C: remove a couple of silly questions,
66         use Alert::prompt
67         
68 2003-03-28  John Levon  <levon@movementarian.org>
69
70         * text2.C: fix bug 974 (End on empty par)
71
72 2003-03-28  John Levon  <levon@movementarian.org>
73
74         * BufferView_pimpl.C:
75         * LyXAction.C:
76         * lfuns.h: remove do-nothing math greek lfuns
77  
78 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
79
80         * lyxgluelength.h (isValidGlueLength): add default arg on
81         parameter 2. Remove default arg from friend in class.
82
83         * lyxlength.h (isValidLength): add default arg on parameter 2.
84         Remove default arg from friend in class.
85
86         * text2.C (LyXText): adjust, initialize refresh_row.
87         (init): adjust
88         (removeRow): adjust
89         (insertRow): adjust
90         (insertParagraph): adjst
91         (redoParagraphs): adjust
92         (fullRebreak): adjust
93         (updateCounters): adjust
94         (deleteEmptyParagraphMechanism): first attempt at fixing a
95         crashing bug.
96
97         * text.C (top_y): adjust
98         (setHeightOfRow): adjust
99         (getRow): adjust
100         (getRowNearY): adjust
101
102         * lyxtext.h: include RowList.h
103         (~LyXText): not needed anymore, deleted.
104         (firstRow): modify for RowList
105         (lastRow): new function
106         Delete firstrow and lastrow class variables, add a Rowlist
107         rowlist_ class variable.
108
109         * lyxrow.C (lastPos): use empty() and not !size() to check if a
110         paragraph is empty.
111
112         * RowList.C (insert): fix case where it == begin().
113
114 2003-03-26  Angus Leeming  <leeming@lyx.org>
115
116         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
117         the thesaurus dialog.
118
119 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
120
121         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
122
123         * RowList.[Ch]: new files
124
125         * ParagraphList.C (erase): handle the case where it == begin
126         correctly.
127
128 2003-03-25  John Levon  <levon@movementarian.org>
129
130         * Makefile.am:
131         * aspell_local.h:
132         * aspell.C: add new aspell support
133
134         * lyxrc.h:
135         * lyxrc.C: Make use_pspell be use_spell_lib. Always
136         have it accessible.
137
138 2003-03-25  Angus Leeming  <leeming@lyx.org>
139
140         * lfuns.h:
141         * LyXAction.C (init): new LFUN_INSET_INSERT.
142
143         * BufferView_pimpl.C (dispatch): split out part of the
144         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
145
146         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
147         LFUN_INSET_APPLY.
148
149 2003-03-25  Angus Leeming  <leeming@lyx.org>
150
151         * lyxfunc.C (dispatch): changes to the Dialogs interface.
152
153 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
154
155         * text2.C:
156         * text3.C: remove useless row->height(0)
157
158 2003-03-25  John Levon  <levon@movementarian.org>
159
160         * lyxtext.h:
161         * text2.C:
162         * text3.C: rename the refreshing stuff to better names
163
164 2003-03-24  John Levon  <levon@movementarian.org>
165
166         * BufferView_pimpl.h:
167         * BufferView_pimpl.C: update layout choice on a mouse
168         press/release
169
170 2003-03-23  John Levon  <levon@movementarian.org>
171
172         * Makefile.am: fix commandtags.h reference
173
174 2003-03-22  John Levon  <levon@movementarian.org>
175
176         * BufferView_pimpl.C:
177         * lyxtext.h:
178         * rowpainter.C:
179         * rowpainter.h:
180         * text.C:
181         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
182
183 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
184
185         * lyxtext.h:
186         * text.C: take the rtl methods out of line
187
188 2003-03-21 André Pönitz <poenitz@gmx.net>
189
190         * metricsinfo.[Ch]: new files containing structures to be passed around
191         during the two-phase-drawing...
192
193 2003-03-21 André Pönitz <poenitz@gmx.net>
194
195         * lyxtextclass.C: read 'environment' tag.
196
197 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
198
199         * text2.C (removeRow): fix bug 964
200
201 2003-03-20  John Levon  <levon@movementarian.org>
202
203         * rowpainter.C:
204         * text.C:
205         * text2.C: paint cleanups. Inset::update() dropped font
206         parameter
207
208 2003-03-19  John Levon  <levon@movementarian.org>
209
210         * lyxfunc.C: only fitcursor/markDirty if available()
211
212 2003-03-19  John Levon  <levon@movementarian.org>
213
214         * commandtags.h: rename to ...
215
216         * lfuns.h: ... this, and renumber / cleanup
217
218 2003-03-19  John Levon  <levon@movementarian.org>
219
220         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
221         fit the cursor after an lfun
222
223         * BufferView.h:
224         * BufferView.C:
225         * BufferView_pimpl.h:
226         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
227
228         * LyXAction.C: layout-character should have ReadOnly
229
230         * ParagraphParameters.C:
231         * buffer.C:
232         * bufferview_funcs.C:
233         * lyx_cb.C:
234         * lyxfind.C:
235         * lyxtext.h:
236         * text.C:
237         * text2.C:
238         * text3.C:
239         * undo_funcs.C: changes from above
240
241 2003-03-18  John Levon  <levon@movementarian.org>
242
243         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
244         remove it from update()
245
246         * lyxfunc.C: update layout choice after an lfun
247
248         * text3.C: remove extra updateLayoutChoice()s
249
250 2003-03-18  John Levon  <levon@movementarian.org>
251
252         * text.C: top_y change means full repaint, fix
253         a drawing bug with cursor movement
254
255 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
256
257         * lyxtext.h:
258         * text.C:
259         * text2.C: anchor row on setCursor
260
261 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
262
263         * lyxtext.h: remove almost all mutable keywords
264         * text.C:
265         * text2.C:
266         * text3.C: remove const keywords accordingly
267
268 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
269
270         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
271         anon namespace
272         (TeXEnvironment): ditto
273         (TeXOnePar): ditto
274
275 2003-03-17  John Levon  <levon@movementarian.org>
276
277         * text.C (rowBreakPoint): remove attempt to fix displayed
278         math insets inside a manual label
279
280 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
281
282         * lyxtext.h: remove BufferView* as first arg from almost all class
283         functions.
284         * other files: adjust.
285
286 2003-03-17  John Levon  <levon@movementarian.org>
287
288         * lyxtext.h:
289         * undo_funcs.C:
290         * text2.C: more paint cleanups
291
292         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
293
294         * rowpainter.h:
295         * rowpainter.C: remove "smart" background painting code
296
297 2003-03-16  John Levon  <levon@movementarian.org>
298
299         * lyxtext.h:
300         * text.C:
301         * text2.C:
302         * text3.C: add helper functions for setting refresh_row/y
303
304 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
305
306         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
307         newline inset which *can* get inserted in the pass_thru layouts.
308         This is primarily for literate documents.
309
310 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
311
312         * buffer.C: increment LYX_FORMAT to 223
313
314 2003-03-14 André Pönitz <poenitz@gmx.net>
315
316         * textclass.h: prepare for environment handling, ws changes
317         * lyxlayout.C: read latexheader and latexfooter tags
318
319 2003-03-14  John Levon  <levon@movementarian.org>
320
321         * text2.C: rewrite ::status() a bit
322
323 2003-03-13  John Levon  <levon@movementarian.org>
324
325         * lyxtext.h: add some docs
326
327 2003-03-13  John Levon  <levon@movementarian.org>
328
329         * lyxtext.h:
330         * text.C:
331         * text2.C:
332         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
333
334 2003-03-13  John Levon  <levon@movementarian.org>
335
336         * text3.C: fix appendix redrawing
337
338 2003-03-13  John Levon  <levon@movementarian.org>
339
340         * text.C (setHeightOfRow):
341         * rowpainter.h:
342         * rowpainter.C: make appendix mark have the text
343           "Appendix" so the user knows what it is
344
345         * LColor.h:
346         * LColor.C: s/appendixline/appendix/ from above
347
348 2003-03-13  John Levon  <levon@movementarian.org>
349
350         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
351
352         * text.C: fix a getChar(pos) bug properly
353
354 2003-03-13  Angus Leeming  <leeming@lyx.org>
355
356         * commandtags.h:
357         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
358         Probably only temporary. Let's see how things pan out.
359
360         * BufferView.C (unlockInset):
361         * BufferView_pimpl.C (fitCursor):
362         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
363
364         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
365         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
366
367         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
368         new functions that convert ParagraphParameters to and from a string.
369
370         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
371         BufferView::Pimpl's dispatch.
372         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
373
374 2003-03-13 André Pönitz <poenitz@gmx.net>
375
376         * lyxfunc.C:
377         * text3.C:
378         * factory.C: make it aware of InsetEnv
379
380 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
381
382         * text2.C (setCursor): never ask for one past last
383         (setCursor): add some debugging messages.
384
385         * text.C (singleWidth): never ask for one past last
386         (singleWidth): ditto
387         (leftMargin): ditto
388         (rightMargin): ditto
389         (rowBreakPoint): ditto
390         (setHeightOfRow): ditto
391         (prepareToPrint): ditto
392
393         * rowpainter.C (paintBackground): never ask for one past last
394         (paintText): never ask for one past last
395
396         * paragraph_pimpl.C (getChar): make the assert stricter, never
397         allow the one past last pos to be taken
398
399         * paragraph.C (getChar): ws changes only
400
401         * lyxrow.C (nextRowIsAllInset): never ask for one past last
402         (numberOfSeparators): ditto
403         (numberOfHfills): ditto
404
405 2003-03-12  John Levon  <levon@movementarian.org>
406
407         * author.h:
408         * author.C:
409         * bufferparams.h:
410         * bufferparams.C:
411         * paragraph_funcs.C: fix per-buffer authorlists
412
413 2003-03-12  John Levon  <levon@movementarian.org>
414
415         * text.C: fix newline in right address
416
417 2003-03-12  Angus Leeming  <leeming@lyx.org>
418
419         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
420         duplicate those in LyXFunc::dispatch.
421
422         * commandtags.h:
423         * LyXAction.C:
424         * ToolbarDefaults.C:
425         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
426         Add LFUN_FONTFREE_UPDATE.
427
428         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
429         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
430
431         * bufferview_func.[Ch]: several new functions to facilliate
432         transfer of data to and from the character dialog.
433
434 2003-03-12  John Levon  <levon@movementarian.org>
435
436         * buffer.C:
437         * paragraph.h:
438         * paragraph.C:
439         * paragraph_funcs.C:
440         * paragraph_pimpl.C:
441         * sgml.C:
442         * tabular.C:
443         * text.C:
444         * text3.C: remove META_NEWLINE in favour of an inset
445
446         * rowpainter.h:
447         * rowpainter.C: remove paintNewline (done by inset)
448
449 2003-03-12  John Levon  <levon@movementarian.org>
450
451         * paragraph_pimpl.C: complain about bad getChar()s
452         for a while at least
453
454 2003-03-12  John Levon  <levon@movementarian.org>
455
456         * buffer.h:
457         * buffer.C: move paragraph read into a separate function,
458         a little renaming to reflect that.
459
460         * bufferparams.h:
461         * bufferparams.C: remove the author_ids map, not necessary now
462
463         * factory.h:
464         * factory.C: moved Buffer::readInset to here
465
466         * paragraph_funcs.h:
467         * paragraph_funcs.C: readParagraph free function moved from
468         buffer.C
469
470         * tabular.C: name change
471
472 2003-03-12  John Levon  <levon@movementarian.org>
473
474         * buffer.C:
475         * ParagraphParameters.C: move par params input to
476         a read() method
477
478         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
479         behave like a normal read from the stream wrt reading
480         a line vs. a \\token
481
482 2003-03-12  John Levon  <levon@movementarian.org>
483
484         * paragraph.C:
485         * ParagraphParameters.h:
486         * ParagraphParameters.C: move output code to a
487         ::write() method
488
489 2003-03-12  John Levon  <levon@movementarian.org>
490
491         * BufferView.C (insertLyXFile):
492         * buffer.h:
493         * buffer.C:
494         * tabular.C: use a parlist iterator for creating the
495           document.
496
497 2003-03-12  John Levon  <levon@movementarian.org>
498
499         * buffer.C: make current_change static local not
500           static file-scope
501
502 2003-03-12  John Levon  <levon@movementarian.org>
503
504         * buffer.C: fix insertStringAsLines for change tracking
505
506 2003-03-12  John Levon  <levon@movementarian.org>
507
508         * BufferView.C:
509         * tabular.C:
510         * buffer.h:
511         * buffer.C:
512         * bufferparams.h:
513         * bufferparams.C: move author list into params. Rename some
514           functions. Move the header reading into a separate token
515           loop. Move the header token reading into BufferParams.
516
517 2003-03-12  John Levon  <levon@movementarian.org>
518
519         * changes.C: put debug inside lyxerr.debugging() checks
520
521 2003-03-11 André Pönitz <poenitz@gmx.net>
522
523         * factory.C: make it aware of InsetHFill
524
525 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
526
527         * buffer.C (latexParagraphs): move function from here...
528         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
529         args.
530
531 2003-03-10  Angus Leeming  <leeming@lyx.org>
532
533         * LyXAction.C (init): fix bug in poplating array with multiple entries
534         with the same LFUN (spotted by JMarc).
535
536 2003-03-10  John Levon  <levon@movementarian.org>
537
538         * text.C:
539         * text2.C: move getColumnNearX() near its
540         only call site
541
542 2003-03-10  John Levon  <levon@movementarian.org>
543
544         * text.C: fix break before a minipage
545
546 2003-03-10  John Levon  <levon@movementarian.org>
547
548         * text.C: fix the last commit
549
550 2003-03-09  John Levon  <levon@movementarian.org>
551
552         * lyxtext.h:
553         * text.C:
554         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
555         bug 365 (don't break before insets unless needed). Don't
556         return a value > last under any circumstances.
557
558 2003-03-09  Angus Leeming  <leeming@lyx.org>
559
560         * BufferView_pimpl.C (trackChanges, dispatch): call
561         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
562
563 2003-03-09  Angus Leeming  <leeming@lyx.org>
564
565         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
566         than Dialogs::showAboutlyx().
567
568 2003-03-09  Angus Leeming  <leeming@lyx.org>
569
570         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
571         than Dialogs::showTabularCreate().
572
573 2003-03-09  John Levon  <levon@movementarian.org>
574
575         * lyxtext.h:
576         * text.C:
577         * text2.C: 3rd arg to nextBreakPoint was always the same.
578           Use references.
579
580 2003-03-08  John Levon  <levon@movementarian.org>
581
582         * lyxrow.C:
583         * paragraph.C:
584         * paragraph.h:
585         * rowpainter.C:
586         * text.C:
587         * text2.C: Remove the "main" bit from the "main body"
588           notion.
589
590 2003-03-08  John Levon  <levon@movementarian.org>
591
592         * text.C (leftMargin): The left margin of an empty
593         manual label paragraph should not include the label width
594         string length.
595
596         * text.C (prepareToPrint): don't attempt to measure hfills
597         for empty manual label paragraphs - the answer should be 0
598
599 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
600
601         * CutAndPaste.C: remove commented code and reindent.
602
603 2003-03-08  John Levon  <levon@movementarian.org>
604
605         * lyxfunc.h:
606         * lyxfunc.C: move reloadBuffer()
607
608         * BufferView.h:
609         * BufferView.C: to here
610
611         * lyxvc.C: add comment
612
613         * vc-backend.h:
614         * vc-backend.C: call bv->reload() to avoid
615           getStatus() check on MENURELOAD
616
617 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
618
619         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
620         to an old format .dep file.
621
622 2003-03-07  Angus Leeming  <leeming@lyx.org>
623
624         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
625         when the LFUN_MOUSE_RELEASE should have been handled by
626         inset->localDispatch.
627
628 2003-03-07  Angus Leeming  <leeming@lyx.org>
629
630         * BufferView_pimpl.C (dispatch):
631         * LyXAction.C (init):
632         * ToolbarDefaults.C (init):
633         * commandtags.h:
634         * lyxfunc.C (getStatus):
635         remove LFUN_INSET_GRAPHICS.
636
637         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
638
639 2003-03-07  Angus Leeming  <leeming@lyx.org>
640
641         * commandtags.h:
642         * LyXAction.C (init):
643         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
644
645         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
646
647         * commandtags.h:
648         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
649
650         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
651         localDispatch method LFUN_INSET_DIALOG_UPDATE.
652
653 2003-03-07  Angus Leeming  <leeming@lyx.org>
654
655         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
656         remove "ert".
657
658 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
659
660         * ParagraphList.C (front): new function
661         (back): implement
662
663 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
664
665         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
666         and top_row_offset_. removed var first_y.
667         * text.C (top_y):
668         * text2.C (LyXText, removeRow):
669         * text3.C:
670         * BufferView_pimpl.C:
671         use these methods instead of using first_y
672
673 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
674
675         * text2.C (pasteSelection): adjust for checkPastePossible
676
677         * CutAndPaste.C: remove Paragraph * buf and replace with
678         ParagraphList paragraphs.
679         (DeleteBuffer): delete
680         (cutSelection): change the tc type to textclass_type
681         (copySelection): change the tc type to textclass_type
682         (copySelection): adjust for ParagraphList
683         (pasteSelection): change the tc type to textclass_type
684         (pasteSelection): adjust for Paragraphlist
685         (nrOfParagraphs): simplify for ParagraphList
686         (checkPastePossible): simplify for ParagraphList
687         (checkPastePossible): remove unused arg
688
689         * ParagraphList.C (insert): handle the case where there are no
690         paragraphs yet.
691
692         * CutAndPaste.h: make CutAndPaste a namespace.
693
694         * text3.C (dispatch): adjust
695
696         * text.C (breakParagraph): add a ParagraphList as arg
697
698         * paragraph_funcs.C (breakParagraph): change to take a
699         BufferParams and a ParagraphList as args.
700         (breakParagraphConservative): ditto
701         (mergeParagraph): ditto
702         (TeXDeeper): add a ParagraphList arg
703         (TeXEnvironment): ditto
704         (TeXOnePar): ditto
705
706         * buffer.C (readLyXformat2): adjust
707         (insertStringAsLines): adjust
708         (latexParagraphs): adjust
709
710         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
711         (cutSelection): adjust
712         (pasteSelection): adjust
713
714         * BufferView_pimpl.C (insertInset): adjust
715
716 2003-03-05  Angus Leeming  <leeming@lyx.org>
717
718         * commandtags.h:
719         * LyXAction.C (init):
720         * BufferView_pimpl.C (dispatch):
721         * lyxfunc.C (getStatus):
722         remove LFUN_CHILD_INSERT.
723
724         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
725
726 2003-03-05  Angus Leeming  <leeming@lyx.org>
727
728         * commandtags.h:
729         * LyXAction.C (init):
730         * src/factory.C (createInset):
731         * lyxfunc.C (getStatus):
732         * text3.C (dispatch):
733         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
734
735         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
736
737 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
738
739         * ParagraphList.C (insert): handle insert right before end()
740         (erase): fix cases where it can be first or last paragraph.
741
742 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
743
744         * paragraph_funcs.C (TeXEnvironment): remove all usage of
745         Paragraph::next and Paragraph::previous
746         (TeXOnePar): ditto
747
748         * text.C (breakParagraph): adjust
749
750         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
751         BufferParams& as arg.
752         (breakParagraph): use ParagraphList::insert
753         (breakParagraphConservative): take a Buffer* instead of a
754         BufferParams& as arg.
755         (breakParagraphConservative): use ParagraphList::insert.
756
757         * buffer.C (insertStringAsLines): un-const it
758         (insertStringAsLines): adjust
759
760         * ParagraphList.C (insert): new function
761
762         * CutAndPaste.C (pasteSelection): adjust
763
764         * text.C (backspace): adjust
765
766         * tabular.C (SetMultiColumn): adjust
767
768         * CutAndPaste.C (cutSelection): adjust
769         (pasteSelection): adjust
770
771         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
772         Buffer const * as arg
773
774         * ParagraphList.C (erase): new function
775         * paragraph_funcs.C (mergeParagraph): use it
776         (mergeParagraph): make it take a Buffer* instead of a
777         BufferParams* as arg
778
779         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
780         as arg
781         (breakParagraphConservative): ditto
782
783         * paragraph.h: remove the breakParagraph friend
784
785         * paragraph.C (eraseIntern): new function
786         (setChange): new function
787
788         * paragraph_funcs.C (mergeParagraph): make it take a
789         ParagraphList::iterator instead of a Paragraph *, adjust
790         accordingly.
791
792         * paragraph.h: move an #endif so that the change tracking stuff
793         also works in the NO_NEXT case.
794
795 2003-03-04  Angus Leeming  <leeming@lyx.org>
796
797         * commandtags.h:
798         * LyXAction.C: new LFUN_INSET_MODIFY.
799
800         * BufferView_pimpl.C (dispatch): if an inset is found to be open
801         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
802
803 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
804
805         * several files: ws changes only
806
807         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
808         (TeXEnvironment): ditto
809         (TeXDeeper): ditto
810
811         * buffer.C (makeLaTeXFile): adjust
812         (latexParagraphs): make it take ParagraphList::iterator as args
813
814 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
815
816         * buffer.C (latexParagraphs): adjust
817
818         * paragraph.C (TeXOnePar): move function...
819         (optArgInset): move function...
820         (TeXEnvironment): move function...
821         * paragraph_pimpl.C (TeXDeeper): move function...
822         * paragraph_funcs.C: ...here
823
824         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
825
826 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
827
828         * buffer.C (readInset): remove compability code for old Figure and
829         InsetInfo insets
830
831 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
832
833         * buffer.C: ws changes
834         (readInset):
835
836         * BufferView_pimpl.C: ditto
837         * author.C: ditto
838         * buffer.h: ditto
839         * bufferlist.h: ditto
840         * changes.h: ditto
841         * lyxfunc.C: ditto
842
843 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
844
845         * converter.[Ch]: split into itself +
846         * graph.[Ch]
847         * format.[Ch]
848         * Makefile.am: += graph.[Ch] + format.[Ch]
849         * MenuBackend.C
850         * buffer.C
851         * exporter.C
852         * importer.C
853         * lyx_main.C
854         * lyxfunc.C
855         * lyxrc.C: added #include "format.h"
856
857 2003-02-27  Angus Leeming  <leeming@lyx.org>
858
859         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
860           a label.
861
862         * factory.C (createInset): add "label" to the factory.
863
864         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
865           string and do no more.
866
867 2003-02-27  Angus Leeming  <leeming@lyx.org>
868
869         * commandtags.h:
870         * LyXAction.C (init):
871         * factory.C (createInset):
872         * BufferView_pimpl.C (dispatch):
873           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
874
875         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
876
877         * lyxfunc.C (dispatch):
878         * text3.C (dispatch): pass name to params2string.
879
880 2003-02-26  Angus Leeming  <leeming@lyx.org>
881
882         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
883           blocks together.
884           Rearrange the ~includes. Strip out the unnecessary ones.
885
886         * factory.C (createInset): reformat.
887           create new insets for the various LFUN_XYZ_APPLY lfuns.
888
889 2003-02-26  John Levon  <levon@movementarian.org>
890
891         * lyxrow.h:
892         * lyxrow.C: add isParStart,isParEnd helpers
893
894         * paragraph.h: make isInserted/DeletedText take refs
895
896         * paragraph_funcs.h:
897         * paragraph_funcs.C: remove #if 0'd code
898
899         * lyxtext.h:
900         * text3.C:
901         * text2.C:
902         * text.C: use lyxrow helpers above.
903           Move draw and paint routines to RowPainter.
904           Make several methods use refs not pointers.
905           Make backgroundColor() const.
906           Add markChangeInDraw(), isInInset().
907           Merge changeRegionCase into changeCase.
908           Make workWidth() shouldn't-happen code into an Assert.
909
910         * rowpainter.h:
911         * rowpainter.C: new class for painting a row.
912
913         * vspace.h:
914         * vspace.C: make inPixels take a ref
915
916 2003-02-26  Angus Leeming  <leeming@lyx.org>
917
918         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
919         LFUN_REF_APPLY.
920
921 2003-02-25  John Levon  <levon@movementarian.org>
922
923         * ispell.C: give the forked command a more accurate name
924
925 2003-02-22  John Levon  <levon@movementarian.org>
926
927         * toc.h:
928         * toc.C: make TocItem store an id not a Paragraph *
929           (bug #913)
930
931 2003-02-21  Angus Leeming  <leeming@lyx.org>
932
933         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
934           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
935           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
936           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
937           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
938           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
939
940         * BufferView_pimpl.C (dispatch):
941         * LyXAction.C (init):
942         * factory.C (createInset):
943         * lyxfunc.C (getStatus, dispatch):
944         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
945
946 2003-02-21  Angus Leeming  <leeming@lyx.org>
947
948         * BufferView_pimpl.C (MenuInsertLyXFile):
949         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
950         * lyxfunc.C (menuNew, open, doImport):
951           no longer pass a LyXView & to fileDlg.
952
953 2003-02-21  Angus Leeming  <leeming@lyx.org>
954
955         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
956         * LyXAction.C: change, BIBKEY to BIBITEM.
957         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
958         Change InsetBibKey to InsetBibitem.
959         Change BIBKEY_CODE to BIBITEM_CODE.
960         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
961         * factory.C: replace insetbib.h with insetbibitem.h.
962         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
963         * paragraph.C: replace insetbib.h with insetbibitem.h.
964         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
965         Change bibkey() to bibitem().
966         * text.C: remove insetbib.h.
967         * text2.C: replace insetbib.h with insetbibitem.h.
968         change bibkey() to bibitem().
969         * text3.C: remove insetbib.h.
970         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
971
972 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
973
974         * lyxrc.C (output): enclose user email in quotes (in case there are
975         several words)
976
977 2003-02-18  John Levon  <levon@movementarian.org>
978
979         * buffer.h: add std::
980
981 2003-02-17  John Levon  <levon@movementarian.org>
982
983         * SpellBase.h:
984         * ispell.h:
985         * ispell.C:
986         * pspell.h:
987         * pspell.C: reworking. Especially in ispell, a large
988           number of clean ups and bug fixes.
989
990         * lyxfunc.C: fix revert to behave sensibly
991
992 2003-02-17 André Pönitz <poenitz@gmx.net>
993
994         * LyXAction.C:
995         * commandtags.h: new LFUN_INSERT_BIBKEY
996
997         * layout.h:
998         * lyxlayout.C:
999         * buffer.C:
1000         * factory.C:
1001         * text.C:
1002         * text2.C:
1003         * text3.C:
1004         * paragraph.[Ch]:
1005         * paragraph_func.C: remove special bibkey handling
1006
1007 2003-02-17  John Levon  <levon@movementarian.org>
1008
1009         * text.C (Delete): fix case where delete at the end of
1010           the very first paragraph would not merge the pars
1011
1012 2003-02-17  John Levon  <levon@movementarian.org>
1013
1014         * lyxrow.C: fix lastPrintablePos()
1015
1016 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1017
1018         * bufferparams.C (writeLaTeX): add a std:here
1019
1020         * buffer.C: and remove a using directive there
1021
1022 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1023
1024         * buffer.C (makeLaTeXFile): move the code that generates the
1025           preamble...
1026
1027         * bufferparams.C (writeLaTeX): ... in this new method
1028
1029         * LaTeXFeatures.C (getEncodingSet): make const
1030           (getLanguages): make const
1031
1032         * MenuBackend.C (binding): returns the binding associated to this
1033           action
1034           (add): sets the status of each item by calling getStatus. Adds
1035           some intelligence.
1036           (read): add support for OptSubMenu
1037           (expand): remove extra separator at the end of expanded menu
1038
1039 2003-02-15  John Levon  <levon@movementarian.org>
1040
1041         * BufferView.C:
1042         * BufferView_pimpl.C:
1043         * bufferlist.h:
1044         * bufferlist.C: remove pointless BufferStorage bloat. Remove
1045           inset code that had no actual effect. Remove unneeded status
1046           code.
1047
1048 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1049
1050         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
1051           in preamble
1052
1053 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
1054
1055         * text.C (drawLengthMarker): also draw an arrow marker for
1056           symbolic lengths (medskip...)
1057
1058 2003-02-14  John Levon  <levon@movementarian.org>
1059
1060         * tabular.h:
1061         * tabular.C: better method names
1062
1063 2003-02-14  John Levon  <levon@movementarian.org>
1064
1065         * BufferView_pimpl.C:
1066         * bufferlist.C:
1067         * buffer.C:
1068         * converter.C:
1069         * lyx_cb.C:
1070         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
1071           it's a more accurate name. Remove some pointless uses.
1072
1073 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1074
1075         * text2.C (LyXText): change order of initilizers to shut off
1076           warnings
1077
1078 2003-02-14  John Levon  <levon@movementarian.org>
1079
1080         * buffer.C: use ParIterator for getParFromID()
1081
1082         * paragraph.h:
1083         * paragraph.C:
1084         * paragraph_pimpl.h:
1085         * paragraph_pimpl.C: remove unused getParFromID()
1086
1087 2003-02-14  John Levon  <levon@movementarian.org>
1088
1089         * buffer.C: remove some very old #if 0'd parse code
1090
1091 2003-02-13  John Levon  <levon@movementarian.org>
1092
1093         * text.h:
1094         * text.C:
1095         * text2.C: move hfillExpansion(), numberOfSeparators(),
1096           rowLast(), rowLastPrintable(), numberofHfills(),
1097           numberOfLabelHfills() ...
1098
1099         * lyxrow.h:
1100         * lyxrow.C: ... to member functions here.
1101
1102         * paragraph.h:
1103         * paragraph.C:
1104         * lyxtext.h:
1105         * text.C: remove LyXText::beginningOfMainBody(), and call
1106           p->beginningOfMainBody() directly. Move the check for
1107           LABEL_MANUAL into the latter.
1108
1109         * text.h:
1110         * text.C:
1111         * text2.C:
1112         * vspace.C:
1113         * BufferView.h:
1114         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
1115
1116         * text.h:
1117         * text.C:
1118         * text2.C:
1119         * text3.C:
1120         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
1121           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
1122
1123 2003-02-13  John Levon  <levon@movementarian.org>
1124
1125         * CutAndPaste.C: remove debug
1126
1127 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1128
1129         * paragraph.C (asString): remove two unused variables
1130
1131         * lyxtextclass.C (readTitleType):
1132           (Read):
1133           (LyXTextClass): handle new members titletype_ and titlename_
1134
1135         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
1136
1137 2003-02-09  John Levon  <levon@movementarian.org>
1138
1139         * buffer.h:
1140         * buffer.C: replace hand-coded list with a map for the dep clean
1141
1142 2003-02-08  John Levon  <levon@movementarian.org>
1143
1144         * LaTeX.C: consolidate code into showRunMessage() helper
1145
1146 2003-02-08  John Levon  <levon@movementarian.org>
1147
1148         * lyxfind.C:
1149         * lyxtext.h:
1150         * text2.C:
1151         * BufferView.C: change setSelectionOverString() to setSelectionRange()
1152           and pass the size in explicitly
1153
1154         * BufferView_pimpl.h:
1155         * BufferView_pimpl.C:
1156         * BufferView.h:
1157         * BufferView.C: add getCurrentChange()
1158
1159         * BufferView_pimpl.h:
1160         * BufferView_pimpl.C: handle change lfuns
1161
1162         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
1163           for changes. Mark pasted paragraphs as new.
1164
1165         * support/lyxtime.h:
1166         * support/lyxtime.C:
1167         * DepTable.C: abstract time_t as lyx::time_type
1168
1169         * LColor.h:
1170         * LColor.C: add colours for new text, deleted text, changebars
1171
1172         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
1173           package use "usenames" option.
1174
1175         * commandtags.h:
1176         * lyxfunc.C:
1177         * LyXAction.C: add change lfuns
1178
1179         * Makefile.am:
1180         * author.h:
1181         * author.C: author handling
1182
1183         * buffer.h:
1184         * buffer.C: add a per-buffer author list, with first entry as
1185           current author. Handle new .lyx tokens for change tracking. Output
1186           author list to .lyx file. Output dvipost stuff to .tex preamble.
1187           Bump lyx format to 222.
1188
1189         * bufferlist.h:
1190         * bufferlist.C: add setCurrentAuthor() to reset current author details
1191           in all buffers.
1192
1193         * bufferparams.h:
1194         * bufferparams.C: add param for tracking
1195
1196         * bufferview_funcs.C: output change info in minibuffer
1197
1198         * Makefile.am:
1199         * changes.h:
1200         * changes.C: add change-tracking structure
1201
1202         * debug.h:
1203         * debug.C: add CHANGES debug flag
1204
1205         * lyxfind.h:
1206         * lyxfind.C: add code for finding the next change piece
1207
1208         * lyxrc.h:
1209         * lyxrc.C: add user_name and user_email
1210
1211         * lyxrow.h:
1212         * lyxrow.C: add a metric for the top of the text line
1213
1214         * lyxtext.h:
1215         * text.C: implement accept/rejectChange()
1216
1217         * lyxtext.h:
1218         * text.C: paint changebars. Paint new/deleted text in the chosen colours.
1219           Strike through deleted text.
1220
1221         * paragraph.h:
1222         * paragraph.C:
1223         * paragraph_pimpl.h:
1224         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass in the current change
1225           to the insert functions. Rework erase to mark text as deleted, adding
1226           an eraseIntern() and a range-based erase(). Implement
1227           per-paragraph change lookup and accept/reject.
1228
1229         * paragraph_funcs.C: Fixup paste for change tracking.
1230
1231         * tabular.C: mark added row/columns as new.
1232
1233         * text.C: fix rowLast() to never return -1. Don't allow spellchecking of deleted
1234           text. Track transpose changes. Don't allow paragraph break or merge where appropriate.
1235
1236         * text2.C: leave cursor at end of selection after a cut.
1237
1238 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1239
1240         * text.C (getLengthMarkerHeight):
1241         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
1242         visible on screen too.
1243
1244 2003-02-07  John Levon  <levon@movementarian.org>
1245
1246         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
1247
1248 2003-02-05  Angus Leeming  <leeming@lyx.org>
1249
1250         * lyxserver.C (read_ready): revert my patch of 11 September last year
1251         as it sends PC cpu through the roof. Presumably this means that
1252         the lyxserver will no longer run on an Alpha...
1253
1254 2003-01-30  Angus Leeming  <leeming@lyx.org>
1255
1256         * factory.C (createInset): create an InsetCommandParam of type "index"
1257         and use it to 'do the right thing'.
1258
1259         * text2.C (getStringToIndex): ensure that cursor position is always
1260         reset to the reset_cursor position.
1261
1262 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1263
1264         * lyxfunc.C (getStatus): "buffer-export custom" should never be
1265         disabled.
1266
1267 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
1268
1269         * bufferview.C:
1270         * lyxcb.C:
1271         * lyxfunc.C: Output messages with identical spelling, punctuation,
1272         and spaces
1273
1274 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
1275
1276         * MenuBackend.C (expandFormats): List only viewable export formats
1277         in "View" menu
1278
1279         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
1280         message
1281
1282         * lyxfunc.C (getStatus): Make sure that formats other than
1283         "fax" can also be disabled
1284
1285 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1286
1287         * text3.C (dispatch): put the lfuns that insert insets in 3
1288         groups, and call doInsertInset with appropriate arguments.
1289         (doInsertInset): new function, that creates an inset and inserts
1290         it according to some boolean parameters.
1291
1292 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1293
1294         * buffer.C (readFile): remember to pass on 'par' when calling
1295         readFile recursively.
1296
1297 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1298
1299         * MenuBackend.C (expandFormats): add "..." to import formats.
1300
1301 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1302
1303         * paragraph.C (asString): Remove XForms RTL hacks.
1304
1305 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
1306         * buffer.C: fix typo
1307
1308 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
1309
1310         * Makefile.am (LIBS): delete var
1311         (lyx_LDADD): add @LIBS@ here instead.
1312
1313 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
1314
1315         * Clarify the meaning of "wheel mouse jump"
1316
1317 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1318
1319         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
1320         tabular in a float
1321
1322 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1323
1324         * importer.C (Loaders): do not preallocate 3 elements in the
1325         vector, since one ends up with 6 elements otherwise
1326
1327 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1328
1329         * DepTable.C (write): write the file name as last element of the
1330         .dep file (because it may contain spaces)
1331         (read): read info in the right order
1332
1333 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1334
1335         * paragraph_pimpl.C (simpleTeXBlanks):
1336         (simpleTeXSpecialChars):
1337         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
1338
1339         * tabular.C (latex): add some missing case statements. Reindent.
1340
1341         * MenuBackend.C (expandToc): remove unused variable.
1342
1343 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
1344
1345         * LColor.C:
1346         * LaTeX.C:
1347         * LyXAction.C:
1348         * MenuBackend.C:
1349         * buffer.C:
1350         * exporter.C:
1351         * lyxfunc.C:
1352         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
1353         and the like.
1354
1355 2003-01-05  John Levon  <levon@movementarian.org>
1356
1357         * BufferView.h:
1358         * BufferView.C: add getEncoding()
1359
1360         * kbsequence.h:
1361         * kbsequence.C: do not store last keypress
1362
1363         * lyxfunc.h:
1364         * lyxfunc.C: store last keypress here instead. Pass encoding
1365           to getISOEncoded()
1366
1367 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1368
1369         * lyx_main.C (init): remove annoying error message when following
1370         symbolic links (bug #780)
1371
1372 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1373
1374         * text.C (insertChar):
1375         * lyxrc.C (getDescription): remove extra spaces
1376
1377 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1378
1379         * lyxrc.C (getDescription): remove extra spaces
1380
1381 2002-12-20  John Levon  <levon@movementarian.org>
1382
1383         * text3.C: hack fix for page up/down across tall rows
1384
1385 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1386
1387         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
1388         not been invoked
1389
1390 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1391
1392         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
1393         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
1394         thesaurus is not compiled in
1395
1396 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
1397
1398         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
1399
1400 2002-12-16  Angus Leeming  <leeming@lyx.org>
1401
1402         * lyxrc.[Ch]:
1403         * lyx_main.C (init): remove override_x_deadkeys stuff.
1404
1405 2002-12-12  John Levon  <levon@movementarian.org>
1406
1407         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
1408           insert. Only remove shift modifier under strict
1409           circumstances.
1410
1411 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
1412
1413         * MenuBackend.C (expandToc): fix crash.
1414
1415 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1416
1417         * MenuBackend.C (expandToc): gettext on float names.
1418
1419 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1420
1421         * lyxlength.[Ch]: set default unit to UNIT_NONE,
1422         implement bool empty() [bug 490]
1423
1424 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1425
1426         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
1427
1428 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1429
1430         * several files: ws changes
1431
1432 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1433
1434         * text2.C (setCounter): clean up a bit, use boost.format.
1435         (updateCounters): initialize par upon declaration.
1436
1437         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
1438         if the layout exists. We do not just store the layout any more.
1439         (SwitchLayoutsBetweenClasses): use boost.format
1440
1441 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1442
1443         * converter.C (convert): if from and to files are the same, use a
1444         temporary files as intermediary
1445
1446 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1447
1448         * commandtags.h:
1449         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
1450
1451 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
1452
1453         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
1454
1455 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1456
1457         * tabular.C (asciiPrintCell): use string(size, char) instead of
1458         explicit loop.
1459
1460         * sgml.C (openTag): fix order of arguments to string constructor
1461         (closeTag): ditto
1462
1463         * lyxfunc.C (dispatch): use boost.format
1464
1465         * lots of files: change "c" -> 'c'
1466
1467 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
1468
1469         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
1470
1471 2002-11-25  Angus Leeming  <leeming@lyx.org>
1472
1473         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
1474
1475         * lyx_main.C (init): compile fix.
1476
1477 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1478
1479         * lyx_cb.C (start): boost.formatify
1480         do not include <iostream>
1481
1482         * lengthcommon.C: ws only
1483
1484         * boost-inst.C,BoostFormat.h: add more explict instantations
1485
1486 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1487
1488         * lots of files: handle USE_BOOST_FORMAT
1489
1490 2002-11-21  John Levon  <levon@movementarian.org>
1491
1492         * pspell.C: fix compile
1493
1494 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1495
1496         * lyxfunc.C (dispatch): use boost::format
1497         (open): ditto
1498         (doImport): ditto
1499
1500         * lyxfont.C (stateText): use boost::format
1501
1502         * lyx_main.C (LyX): use boost::format
1503         (init): ditto
1504         (queryUserLyXDir): ditto
1505         (readRcFile): ditto
1506         (parse_dbg): ditto
1507         (typedef boost::function): use the recommened syntax.
1508
1509         * importer.C (Import): use boost::format
1510
1511         * debug.C (showLevel): use boost::format
1512
1513         * converter.C (view): use boost::format
1514         (convert): ditto
1515         (move): ditto
1516         (scanLog): ditto
1517
1518         * bufferview_funcs.C (currentState): use boost::format
1519
1520         * bufferlist.C (emergencyWrite): use boost::format
1521
1522         * buffer.C (readLyXformat2): use boost::format
1523         (parseSingleLyXformat2Token): ditto
1524
1525         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
1526
1527         * LaTeX.C (run): use boost::format
1528
1529         * Chktex.C (scanLogFile): use boost::format
1530
1531         * BufferView_pimpl.C (savePosition): use boost::format
1532         (restorePosition): ditto
1533         (MenuInsertLyXFile): ditto
1534
1535         * BoostFormat.h: help file for explicit instation.
1536
1537 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
1538
1539         * tabular.C (latex): Support for block alignment in fixed width
1540         columns.
1541
1542 2002-11-17  John Levon  <levon@movementarian.org>
1543
1544         * BufferView_pimpl.C:
1545         * lyx_cb.C:
1546         * lyxfunc.C: split filedialog into open/save
1547
1548 2002-11-08  Juergen Vigna  <jug@sad.it>
1549
1550         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
1551         by my last patch (hopefully).
1552
1553 2002-11-08  John Levon  <levon@movementarian.org>
1554
1555         * iterators.h:
1556         * iterators.C:
1557         * buffer.h:
1558         * buffer.C:
1559         * paragraph.h:
1560         * paragraph.C:
1561         * toc.h:
1562         * toc.C: ParConstIterator, and use it (from Lars)
1563
1564 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
1565
1566         * lyxtextclass.[Ch]: revise and add doxygen comments
1567
1568 2002-11-07  John Levon  <levon@movementarian.org>
1569
1570         * text.C: fix progress value for spellchecker
1571
1572         * toc.C: fix navigate menu for insetwrap inside minipage
1573
1574         * paragraph_funcs.C: added FIXME for suspect code
1575
1576 2002-11-07  John Levon  <levon@movementarian.org>
1577
1578         * BufferView_pimpl.C: fix redrawing of insets
1579           on buffer switch
1580
1581 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1582
1583         * text2.C (updateCounters): fix bug 668
1584
1585 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
1586
1587         * text3.C (dispatch): Do not make the buffer dirty when moving the
1588         cursor.
1589
1590 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1591
1592         * vc-backend.C: STRCONV
1593         (scanMaster): ditto
1594
1595         * text2.C (setCounter): STRCONV
1596
1597         * paragraph.C (asString): STRCONV
1598
1599         * lyxlength.C (asString): STRCONV
1600         (asLatexString): ditto
1601
1602         * lyxgluelength.C (asString): STRCONV
1603         (asLatexString): ditto
1604
1605         * lyxfunc.C (dispatch): STRCONV
1606         (open): ditto
1607
1608         * lyxfont.C (stateText): STRCONV
1609
1610         * importer.C (Import): STRCONV
1611
1612         * counters.C (labelItem): STRCONV
1613         (numberLabel): ditto
1614         (numberLabel): remove unused ostringstream o
1615
1616         * chset.C: STRCONV
1617         (loadFile): ditto
1618
1619         * bufferview_funcs.C (currentState): STRCONV
1620
1621         * buffer.C (readFile): STRCONV
1622         (asciiParagraph): ditto
1623         (makeLaTeXFile): ditto
1624
1625         * Spacing.C (writeEnvirBegin): STRCONV
1626
1627         * LaTeXFeatures.C (getLanguages): STRCONV
1628         (getPackages): ditto
1629         (getMacros): ditto
1630         (getBabelOptions): ditto
1631         (getTClassPreamble): ditto
1632         (getLyXSGMLEntities): ditto
1633         (getIncludedFiles): ditto
1634
1635         * LaTeX.C: STRCONV
1636         (run): ditto
1637         (scanAuxFile): ditto
1638         (deplog): ditto
1639
1640         * LString.h: add the STRCONV macros
1641
1642         * BufferView_pimpl.C (savePosition): STRCONV
1643         (restorePosition): ditto
1644         (MenuInsertLyXFile): ditto
1645
1646         * vc-backend.C (scanMaster): change from submatch[...] to
1647         submatch.str(...)
1648
1649         * funcrequest.C: include config.h
1650
1651         * factory.C: include config.h
1652
1653         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
1654
1655         * box.C: include config.h
1656
1657         * LaTeX.C (scanAuxFile): change from submatch[...] to
1658         submatch.str(...)
1659         (deplog): ditto
1660
1661 2002-10-25  Angus Leeming  <leeming@lyx.org>
1662
1663         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
1664
1665         * ispell.[Ch] (setError): new method.
1666         * ispell.C (c-tor): move out child process into new class LaunchIspell.
1667         Use setError() insetead of goto END.
1668
1669         * lyx_cb.C (AutoSave): move out child process into new class
1670         AutoSaveBuffer.
1671
1672 2002-10-30  John Levon  <levon@movementarian.org>
1673
1674         * text3.C: make start appendix undoable
1675
1676 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
1677
1678         * lyxlength.C (inPixels): Fix returned value.
1679
1680         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
1681         environment.
1682
1683 2002-10-24  Angus Leeming  <leeming@lyx.org>
1684
1685         * lyxgluelength.h: no need to forward declare BufferParams
1686         or BufferView, so don't.
1687
1688 2002-10-21  John Levon  <levon@movementarian.org>
1689
1690         * BufferView.C: menuUndo ->undo, redo
1691
1692         * BufferView.h: document, remove dead, make some methods private
1693
1694         * paragraph_funcs.h:
1695         * paragraph_funcs.C:
1696         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
1697
1698         * buffer.h:
1699         * buffer.C:
1700         * sgml.h:
1701         * sgml.C: move sgml open/close tag into sgml.C
1702
1703         * bufferview_funcs.h: unused prototype
1704
1705         * lyxfunc.h:
1706         * lyxfunc.C: remove unused
1707
1708         * lyxtext.h:
1709         * text.C: remove unused
1710
1711 2002-10-21  John Levon  <levon@movementarian.org>
1712
1713         * BufferView.h:
1714         * BufferView.C:
1715         * BufferView_pimpl.h:
1716         * BufferView_pimpl.C: fix mouse wheel handling based on
1717           patch from Darren Freeman
1718
1719 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
1720
1721         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
1722
1723 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
1724
1725         * lyxlength.C (inPixels): Fix hanfling of negative length.
1726         Fix LyXLength::MU case.
1727
1728 2002-10-16  John Levon  <levon@movementarian.org>
1729
1730         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
1731
1732 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1733
1734         * converter.C (view): add support for $$i (file name) and $$p
1735         (file path) for the viewer command. If $$i is not specified, then
1736         it is appended to the command (for compatibility with old syntax)
1737
1738 2002-10-14  Juergen Vigna  <jug@sad.it>
1739
1740         * undo_funcs.C (textHandleUndo): alter the order in which the
1741         new undopar is added to the LyXText, as we have to set first
1742         the right prev/next and then add it as otherwise the rebuild of
1743         LyXText is not correct. Also reset the cursor to the right paragraph,
1744         with this IMO we could remove the hack in "redoParagraphs()".
1745
1746 2002-10-09  Angus Leeming  <leeming@lyx.org>
1747
1748         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
1749         to turn off an optimisation if a new inset is to be inserted.
1750
1751 2002-10-11 André Pönitz <poenitz@gmx.net>
1752
1753         * lyxtext.h: make some functions public to allow access
1754         from inset/lyxtext for handling LFUN_PRIOR/NEXT
1755
1756 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1757
1758         * text3.C (dispatch): when changing layout, avoid an infinite loop
1759         [bug #652]
1760
1761 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1762
1763         * lyxrc.C (read): treat a viewer or converter command of "none" as
1764         if it were empty.
1765
1766         * MenuBackend.C (expandFormats): for an update, also allow the
1767         formats that are not viewable
1768
1769         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
1770         script if it is newer than the lyxrc.defaults in user directory
1771
1772 2002-10-07 André Pönitz <poenitz@gmx.net>
1773
1774         * text.C: Vitaly Lipatov's small i18n fix
1775
1776 2002-09-25  Angus Leeming  <leeming@lyx.org>
1777
1778         * ispell.h: doxygen fix.
1779
1780 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
1781
1782         * buffer.h (readFile): Add a new argument to the method, to allow
1783         reading of old-format templates.
1784
1785 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
1786
1787         * toc.C (getTocList): Get TOC from InsetWrap.
1788
1789 2002-09-16  John Levon  <levon@movementarian.org>
1790
1791         * lyxfunc.C: check tabular for cut/copy too
1792
1793 2002-09-12  John Levon  <levon@movementarian.org>
1794
1795         * LyXAction.C: tidy
1796
1797         * factory.h:
1798         * factory.C: add header
1799
1800         * paragraph_funcs.h:
1801         * paragraph_funcs.C: cleanup
1802
1803 2002-09-11  John Levon  <levon@movementarian.org>
1804
1805         * PrinterParams.h: odd/even default to true
1806
1807 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
1808
1809         * PrinterParams.h: update printer parameters for new xforms dialog
1810
1811 2002-09-11  Angus Leeming  <leeming@lyx.org>
1812
1813         * lyxserver.C (read_ready): re-write to make it more transparent
1814         and to make it work in coherent fashion under Tru64 Unix.
1815
1816 2002-09-11  André Pönitz <poenitz@gmx.net>
1817
1818         * commandtags.h:
1819         * LyXAction.C:
1820         * text3.C: implement LFUN_WORDSEL
1821
1822 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1823
1824         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
1825         make floatlist_ a boost::shared_ptr<FloatList>
1826
1827         * lyxtextclass.C: include FloatList.h
1828         (LyXTextClass): initialize floatlist_
1829         (TextClassTags): add TC_NOFLOAT
1830         (Read): match "nofloat" to TC_NOFLOAT and use it.
1831         (readFloat): modify call to floatlist_
1832         (floats): ditto
1833         (floats): ditto
1834
1835         * FloatList.[Ch] (FloatList): remove commented out float
1836         initialization.
1837         (erase): new function
1838
1839 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1840
1841         * MenuBackend.C (expandToc): fix crash when there is no document
1842         open
1843
1844 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
1845
1846         * many files: Add insetwrap.
1847
1848 2002-09-09  John Levon  <levon@movementarian.org>
1849
1850         * text2.C: remove confusing and awkward depth wraparound
1851
1852 2002-09-09  John Levon  <levon@movementarian.org>
1853
1854         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
1855
1856         * buffer.h:
1857         * buffer.C: remove getIncludeonlyList()
1858
1859         * paragraph.C:
1860         * lyxfunc.C: remove headers
1861
1862 2002-09-09  Juergen Vigna  <jug@sad.it>
1863
1864         * text.C (getColumnNearX): fix form Michael this is most
1865         probably a cut&paste bug.
1866
1867 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1868
1869         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
1870
1871         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
1872         references, ws changes.
1873
1874         * text2.C (init): update counters after init
1875         (insertParagraph): no need to set counter on idividual paragraphs.
1876         (setCounter): access the counters object in the textclass object
1877         on in the buffer object.
1878         (updateCounters): ditto
1879
1880         * lyxtextclass.C: include counters.h, add variable ctrs_ as
1881         shared_ptr<Counters> to avoid loading counters.h in all
1882         compilation units.
1883         (LyXTextClass): initialize ctrs_
1884         (TextClassTags): add TC_COUNTER, and ...
1885         (Read): use it here.
1886         (CounterTags): new tags
1887         (readCounter): new function
1888         (counters): new funtion
1889         (defaultLayoutName): return a const reference
1890
1891         * counters.C (Counters): remove contructor
1892         (newCounter): remove a couple of unneeded statements.
1893         (newCounter): simplify a bit.
1894         (numberLabel): some small formatting changes.
1895
1896         * buffer.[Ch]: remove all traces of counters, move the Counters
1897         object to the LyXTextClass.
1898
1899 2002-09-06  Alain Castera  <castera@in2p3.fr>
1900
1901         * tabular.C: uses \tabularnewline; uses >{...} construct from array
1902         package to set the horizontal alignment on fixed width columns.
1903
1904         * lyx_sty.C:
1905         * lyx_sty.h: added tabularnewline macro def.
1906
1907         * LaTeXFeatures.C: added NeedTabularnewline macro feature
1908
1909 2002-09-06  John Levon  <levon@movementarian.org>
1910
1911         * LyXAction.C: tooltips for sub/superscript
1912
1913         * MenuBackend.C: a bit more verbose
1914
1915         * lyxfunc.C: tiny clean
1916
1917         * undo_funcs.C: document undo_frozen
1918
1919 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
1920
1921         * counters.C (Counters): add missing algorithm counter.
1922
1923         * text2.C (setCounter): lookup the counter with layouts latexname
1924         instead of by section number.
1925         (setCounter): use a hackish way to lookup the correct enum
1926         counter.
1927         a float name->type change
1928         reset enum couners with counter name directly instead of depth value.
1929
1930         * counters.C (Counters): remove the push_backs, change to use the
1931         float type not the float name.
1932         (labelItem): remove unused string, float name->type change
1933
1934         * counters.h: don't include vector, loose the enums and sects vectors
1935
1936 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1937
1938         * lyxtextclass.C (TextClassTags): add TC_FLOAT
1939         (Read): add float->TC_FLOAT to textclassTags
1940         (Read): and handle it in the switch
1941         (readFloat): new function
1942
1943         * FloatList.C (FloatList): comment out the hardcoded float
1944         definitions.
1945
1946         * lyxlayout.h: ws change.
1947
1948 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
1949
1950         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
1951
1952 2002-09-03  Angus Leeming  <leeming@lyx.org>
1953
1954         * BufferView_pimpl.h: qualified name is not allowed in member
1955         declaration: WorkArea & Pimpl::workarea() const;
1956
1957         * factory.C: added using std::endl directive.
1958
1959         * text3.C: added using std::find and std::vector directives.
1960
1961 2002-08-29  André Pönitz <poenitz@gmx.net>
1962
1963         * lyxtext.h:
1964         * text2.C: remove unused member number_of_rows
1965
1966         * Makefile.am:
1967         * BufferView2.C: remove file, move contents to...
1968         * BufferView.C: ... here
1969
1970         * BufferView_pimpl.C:
1971         * factory.C: move more inset creation to factory
1972
1973         * vspace.C: avoid direct usage of LyXText, ws changes
1974
1975         * BufferView.[Ch]:
1976                 don't provide direct access to WorkArea, use two simple
1977                 acessors haveSelction() and workHeight() instead
1978
1979
1980 2002-08-29  John Levon  <levon@movementarian.org>
1981
1982         * BufferView_pimpl.C (dispatch): do not continue when
1983           no buffer
1984
1985 2002-08-28  André Pönitz <poenitz@gmx.net>
1986
1987         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
1988
1989         * BufferView.h:
1990         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
1991
1992 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
1993
1994         * buffer.C: increment LYX_FORMAT to 221
1995
1996         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
1997         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
1998
1999         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
2000
2001         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
2002
2003 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2004
2005         * factory.C (createInset): use LyXTextClass::floats
2006
2007         * MenuBackend.C (expandFloatListInsert):
2008         (expandFloatInsert):
2009         (expandToc):
2010
2011         * text2.C (setCounter):
2012
2013         * LaTeXFeatures.C (useFloat):
2014         (getFloatDefinitions):
2015
2016         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
2017
2018         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
2019         floatlist_, with accessor floats().
2020
2021         * FloatList.h: remove global FloatList
2022
2023 2002-08-26  André Pönitz <poenitz@gmx.net>
2024
2025         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
2026
2027         * BufferView.h:
2028         * BufferView2.C:
2029         * BufferView_pimpl.C:
2030         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
2031
2032 2002-08-25  John Levon  <levon@movementarian.org>
2033
2034         * LyXAction.C: fix margin note description
2035
2036 2002-08-24  John Levon  <levon@movementarian.org>
2037
2038         * buffer.C:
2039         * bufferlist.C:
2040         * bufferview_funcs.C:
2041         * lyxfont.C:
2042         * undo_funcs.C: cleanups
2043
2044         * lyxfunc.C: disable CUT/COPY when no selection
2045
2046 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
2047
2048         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
2049         in "enum UNIT"; e.g. PTW for Percent of TextWidth
2050
2051         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
2052         Add backward compatibility to "mono", "gray" and "no".
2053
2054 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
2055
2056         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
2057         (and file_format >= 200).
2058
2059 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2060
2061         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
2062
2063 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2064
2065         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
2066
2067 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
2068
2069         * BufferView_pimpl.C:
2070         * LyXAction.C:
2071         * buffer.C:
2072         * commandtags.h:
2073         * lyxfunc.C:
2074         * paragraph.[Ch]:
2075         * text2.C:
2076         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
2077         inset and code to make it  work with the paragraph code. The inset
2078         can be anywhere in the paragraph, but will only do the expected
2079         thing in LaTeX if the layout file contains the parameter line
2080                         OptionalArgs    1
2081         (or more generally, a nonzero value) for that layout.
2082
2083 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2084
2085         * paragraph.h: remove the declaration of undefined counters class
2086         function.
2087
2088 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
2089
2090         * text2.C (setCounter):  fixed enumeration mis-count as reported by
2091         Dr. Richard Hawkins.
2092
2093 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2094
2095         * paragraph_funcs.h: remove some unneeded includes
2096
2097         * text.C (backspace): pasteParagraph now in global scipe
2098
2099         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
2100         (pasteSelection): ditto
2101
2102         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
2103         * paragraph_funcs.C (pasteParagraph): ... here
2104
2105 2002-08-20  André Pönitz <poenitz@gmx.net>
2106
2107         * commandtags.h: new LFUNs for swapping/copying table row/colums
2108
2109         * LyXAction.C:
2110         * lyxfunc.C: support for new lfuns
2111
2112 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2113
2114         * tabular.C:
2115         * buffer.[Ch]: remove NO_COMPABILITY stuff
2116
2117 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
2118
2119         * boost.C (throw_exception): new file, with helper function for
2120         boost compiled without exceptions.
2121
2122         * paragraph.h:
2123         * lyxlength.C:
2124         * buffer.C:
2125         * ParameterStruct.h:
2126         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
2127
2128         * bufferlist.C (emergencyWriteAll): use boost bind
2129
2130         * BufferView_pimpl.C (moveCursorUpdate): remove inline
2131
2132         * text.C: include paragraph_funcs.h
2133         (breakParagraph): breakParagraph is now in global scope
2134
2135         * paragraph_funcs.[Ch]: new files
2136
2137         * paragraph.C (breakParagraph,breakParagraphConservative): move to
2138         global scope
2139
2140         * buffer.C: include paragraph_funcs.h
2141         (insertStringAsLines): breakParagraph is now in global scope
2142
2143         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
2144         paragraph_funcs.C
2145
2146         * CutAndPaste.C: include paragraph_funcs.h
2147         (cutSelection): breakParagraphConservative is now in global scope
2148         (pasteSelection): ditto
2149
2150         * buffer.h: declare oprator== and operator!= for
2151         Buffer::inset_iterator
2152
2153         * bufferlist.C (emergencyWrite): don't use fmt(...)
2154
2155         * text3.C: add using std::endl
2156
2157         * BufferView.C (moveCursorUpdate): remove default arg
2158
2159 2002-08-20  André Pönitz <poenitz@gmx.net>
2160
2161         * buffer.[Ch]: move inline functions to .C
2162
2163         * BufferView2.C:
2164         * BufferView_pimpl.C:
2165         * text.C:
2166         * buffer.[Ch]: use improved inset_iterator
2167
2168         * buffer.C:
2169         * paragraph.[Ch]: write one paragraph at a time
2170
2171 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
2172
2173         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
2174         style if style is not specified.
2175
2176 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2177
2178         * text2.C (setCounter): when searching for right label for a
2179         caption, make sure to recurse to parent insets (so that a caption
2180         in a minipage in a figure float works) (bug #568)
2181
2182 2002-08-20  André Pönitz <poenitz@gmx.net>
2183
2184         * text3.C: new file for LyXText::dispatch() and helpers
2185
2186         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
2187
2188         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
2189
2190 2002-08-19  André Pönitz <poenitz@gmx.net>
2191
2192         * lyxtext.h:
2193         * text.C: new LyXText::dispatch()
2194
2195         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
2196
2197 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
2198
2199         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
2200
2201         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
2202         Hebrew text.
2203
2204 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2205
2206         * Makefile.am: use $(variables) instead of @substitutions@
2207
2208 2002-08-15  André Pönitz <poenitz@gmx.net>
2209
2210         * lyxfunc.C:
2211         * BufferView_pimpl.C: streamlining mathed <-> outer world
2212         interaction
2213
2214         * commandtags.h:
2215         * LyXAction.C: remove unused LFUN_MATH
2216
2217 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2218
2219         * paragraph.[Ch]: add some NO_NEXT ifdefs.
2220
2221 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2222
2223         * paragraph.C (Paragraph): reformat a bit
2224         (cutIntoMinibuffer): use builtin InsetList function instad of
2225         doing it manually.
2226         (getInset): ditto
2227
2228         * buffer.C: include boost/bind.hpp, add using std::for_each
2229         (writeFileAscii): use ParagraphList iterators
2230         (validate): use for_each for validate traversal of paragraphs
2231         (getBibkeyList): use ParagraphList iterators
2232         (resizeInsets): use for_each to resizeInsetsLyXText for all
2233         paragraphs.
2234         (getParFromID): use ParagraphList iterators
2235
2236         * BufferView2.C (lockInset): use paragraph list and iterators
2237
2238 2002-08-14  John Levon  <levon@movementarian.org>
2239
2240         * lyxserver.C: remove spurious xforms include
2241
2242 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2243
2244         * lyxfunc.C (getStatus): disable math-extern outside of math mode
2245
2246 2002-08-13  André Pönitz <poenitz@gmx.net>
2247
2248         * LyXAction.[Ch]:
2249         * lyxfunc.C: further cleaning
2250
2251 2002-08-13  André Pönitz <poenitz@gmx.net>
2252
2253         * funcrequest.h: new constructor
2254
2255         * funcrequest.C: move stuff here from .h
2256
2257         * Makefile.am:
2258         * BufferView_pimpl.C:
2259         * LyXAction.C:
2260         * toc.C:
2261         * lyxfunc.C: subsequent changes
2262
2263         * lyxfunc.h: new view() member function
2264
2265         * lyxfunc.C: subsequent changes
2266
2267 2002-08-13  Angus Leeming  <leeming@lyx.org>
2268
2269         * BufferView2.C:
2270         * BufferView_pimpl.C:
2271         * buffer.C:
2272         * converter.C:
2273         * importer.C:
2274         * lyxfunc.C:
2275         * lyxvc.C:
2276         * toc.C:
2277         * vc-backend.C:
2278         changes due to the changed LyXView interface that now returns references
2279         to member variables not pointers.
2280
2281 2002-08-13  Angus Leeming  <leeming@lyx.org>
2282
2283         * WordLangTuple (word, lang_code): return references to strings,
2284         not strings.
2285
2286         * BufferView.h:
2287         * SpellBase.h:
2288         * lyxtext.h: forward-declare WordLangTuple.
2289
2290         * BufferView2.C:
2291         * ispell.C:
2292         * pspell.C:
2293         * text.C: #include "WordLangTuple.h".
2294
2295         * lyxtext.h:
2296         * text.C: (selectNextWordToSpellcheck): constify return type.
2297
2298 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
2299
2300         * buffer.C:
2301         * buffer.h:
2302         * lyxtext.h:
2303         * paragraph.C:
2304         * paragraph_pimpl.h:
2305         * text.C:
2306         * text2.C:
2307         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
2308         suggested by Angus.
2309         Made updateCounter always count from start of buffer, and removed
2310         second argument (par).
2311         Reverted floats number display to '#'. Perhaps I'll try again when the
2312         code base is sanitized a bit.
2313
2314 2002-08-12  Angus Leeming  <leeming@lyx.org>
2315
2316         * buffer.[Ch] (getLabelList): constify.
2317
2318 2002-08-07  André Pönitz <poenitz@gmx.net>
2319
2320         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
2321
2322         * funcrequest.h: extension to keep mouse (x,y) position
2323
2324 2002-08-12  Juergen Vigna  <jug@sad.it>
2325
2326         * BufferView2.C (insertErrors): forbid undo when inserting error
2327         insets.
2328
2329         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
2330
2331 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2332
2333         * ParagraphList.[Ch]: new files
2334
2335         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
2336
2337         * BufferView2.C (lockInset): ParagraphList changes
2338         * toc.C: ditto
2339         * text2.C: ditto
2340         * bufferlist.C: ditto
2341         * buffer.h: ditto
2342         * buffer.C: ditto
2343
2344 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2345
2346         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
2347         unused class variable counter_,
2348
2349         * paragraph.[Ch] (getFirstCounter): delete unused function
2350
2351         * counters.C: include LAssert.h
2352         (reset): add a new function with no arg, change other version to
2353         not have def. arg and to not allow empty arg.
2354
2355         * text2.C (setCounter): remove empty arg from call to Counters::reset
2356
2357 2002-08-11  John Levon  <levon@movementarian.org>
2358
2359         * Makefile.am: add WordLangTuple.h
2360
2361 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2362
2363         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
2364         lyxfunc.C lyxlex_pimpl.C: ws changes only.
2365
2366         * insets/insettext.C: InsetList changes
2367
2368         * graphics/GraphicsSupport.C (operator()): InsetList changes
2369
2370         * toc.C (getTocList): InsetList changes
2371
2372         * paragraph_pimpl.[Ch]: InsetList changes
2373
2374         * paragraph.[Ch]: InsetList changes
2375
2376         * buffer.C (inset_iterator): InsetList changes
2377         (setParagraph): ditto
2378         * buffer.h (inset_iterator): ditto
2379         * iterators.C (operator++): ditto
2380         * iterators.h: ditto
2381
2382         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
2383
2384         * InsetList.[Ch]: new files, most InsetList handling moved out of
2385         paragraph.C.
2386
2387         * BufferView2.C (removeAutoInsets): InsetList changes
2388         (lockInset): ditto
2389         (ChangeInsets): ditto
2390
2391 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
2392
2393         * paragraph_pimpl.h (empty): new function
2394
2395         * paragraph.[Ch] (empty): new function
2396
2397         * other files: use the new Paragraph::empty function
2398
2399 2002-08-09  John Levon  <levon@movementarian.org>
2400
2401         * lyxtext.h: remove unused refresh_height
2402
2403 2002-08-09  John Levon  <levon@movementarian.org>
2404
2405         * Makefile.am:
2406         * sgml.h:
2407         * sgml.C:
2408         * buffer.C:
2409         * paragraph.h:
2410         * paragraph.C: move sgml char escaping out of paragraph
2411
2412         * paragraph.h:
2413         * paragraph.C: remove id setter
2414
2415         * buffer.C:
2416         * paragraph.C:
2417         * paragraph_pimpl.C: remove dead tex_code_break_column
2418
2419         * bufferview_funcs.C: small cleanup
2420
2421         * lyxfunc.C: remove dead proto
2422
2423         * lyxtext.h: make some stuff private. Remove some dead stuff.
2424
2425         * lyxgluelength.C: make as[LyX]String() readable
2426
2427 2002-08-08  John Levon  <levon@movementarian.org>
2428
2429         * LyXAction.h:
2430         * LyXAction.C:
2431         * MenuBackend.C:
2432         * ToolbarDefaults.C:
2433         * lyxfunc.C:
2434         * lyxrc.C:
2435         * toc.C: lyxaction cleanup
2436
2437 2002-08-08  John Levon  <levon@movementarian.org>
2438
2439         * BufferView2.C: small cleanup
2440
2441         * lyxfind.h:
2442         * lyxfind.C: move unnecessary header into the .C
2443
2444 2002-08-08  John Levon  <levon@movementarian.org>
2445
2446         * funcrequest.h: just tedious nonsense
2447
2448         * lyx_main.h:
2449         * lyx_main.C: cleanups
2450
2451         * buffer.C:
2452         * vspace.C: remove dead header lyx_main.h
2453
2454 2002-08-07  Angus Leeming  <leeming@lyx.org>
2455
2456         * Paragraph.[Ch]:
2457         * paragraph_pimpl.h:
2458         Forward declare class Counters in paragraph.h by moving the ctrs member
2459         variable into Paragraph::Pimpl.
2460         (counters): new method, returning a reference to pimpl_->ctrs.
2461
2462         * text2.C: ensuing changes.
2463
2464 2002-08-07  John Levon  <levon@movementarian.org>
2465
2466         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
2467
2468         * BufferView_pimpl.C: announce X selection on double/triple
2469           click
2470
2471         * lyx_main.C: use correct bool in batch dispatch
2472
2473         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
2474
2475 2002-08-07  André Pönitz <poenitz@gmx.net>
2476
2477         * funcrequest.h: new class to wrap a kb_action and its argument
2478
2479         * BufferView.[Ch]:
2480         * BufferView_pimpl[Ch]:
2481         * LaTeX.C:
2482         * LyXAction.[Ch]:
2483         * lyxfunc.[Ch]:
2484         * lyxrc.C: subsequent changes
2485
2486
2487 2002-08-07  John Levon  <levon@movementarian.org>
2488
2489         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
2490           document options change.
2491
2492 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
2493
2494         * counters.[Ch]
2495         * text2.C
2496         * paragraph.[Ch]
2497         * makefile.am: move counters functionality over from
2498         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
2499
2500 2002-08-06  John Levon  <levon@movementarian.org>
2501
2502         * WordLangTuple.h: new file for word + language code tuple
2503
2504         * SpellBase.h:
2505         * pspell.h:
2506         * pspell.C:
2507         * ispell.h:
2508         * ispell.C:
2509         * lyxtext.h:
2510         * text.C:
2511         * text2.C:
2512         * BufferView.h:
2513         * BufferView2.C: use WordLangTuple
2514
2515         * layout.h:
2516         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
2517
2518 2002-08-06  John Levon  <levon@movementarian.org>
2519
2520         * lyx_main.C: fix cmdline batch handling
2521
2522 2002-08-06  André Pönitz <poenitz@gmx.net>
2523
2524         * lyxrc.C: set default for show_banner to true
2525
2526 2002-08-06  John Levon  <levon@movementarian.org>
2527
2528         * pspell.C: fix a crash, and allow new aspell to work
2529
2530 2002-08-06  John Levon  <levon@movementarian.org>
2531
2532         * lyxfunc.C:
2533         * kbmap.C: small cleanup
2534
2535         * vspace.h:
2536         * vspace.C: add const
2537
2538 2002-08-05  John Levon  <levon@movementarian.org>
2539
2540         * LyXAction.C: back to tabular-insert
2541
2542 2002-08-04  John Levon  <levon@movementarian.org>
2543
2544         * BufferView.h:
2545         * BufferView.C: cosmetic change
2546
2547         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
2548
2549         * bufferlist.C:
2550         * buffer.h:
2551         * buffer.C:
2552         * lyxcb.h:
2553         * lyxcb.C:
2554         * lyxserver.C:
2555         * lyxvc.C:
2556         * vc-backend.C:
2557         * BufferView2.C: purge all "Lyx" not "LyX" strings
2558
2559         * lyxcursor.h:
2560         * lyxcursor.C: attempt to add some documentation
2561
2562         * lyxfunc.C:
2563         * commandtags.h:
2564         * LyXAction.C:
2565         * ToolbarDefaults.C:
2566         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
2567           merge with LFUN_TABULAR_INSERT
2568
2569         * Makefile.am:
2570         * SpellBase.h:
2571         * ispell.h:
2572         * ispell.C:
2573         * pspell.h:
2574         * pspell.C: split up i/pspell implementations into separate
2575           files, many cleanups
2576
2577         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
2578
2579         * text2.C: some cleanup
2580
2581         * lyxfunc.C: don't check for isp_command == "none" any more, it
2582           didn't make any sense
2583
2584 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
2585
2586         * counters.[Ch]
2587         * text2.C
2588         * paragraph.[Ch]
2589         * makefile.am: move counters functionality over
2590         from text2.C/paragraph.[Ch] to counters.[Ch], and
2591         make proper C++.
2592 2002-08-02  John Levon  <levon@movementarian.org>
2593
2594         * buffer.C: s/lyxconvert/lyx2lyx/
2595
2596 2002-08-02  Angus Leeming  <leeming@lyx.org>
2597
2598         * lyxlex.C: revert John's change as it breaks reading of the user
2599         preamble.
2600
2601 2002-08-02  Angus Leeming  <leeming@lyx.org>
2602
2603         * importer.C (Import):
2604         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
2605         changes due to LyXView::view() now returning a boost::shared_ptr.
2606
2607 2002-08-02  John Levon  <levon@movementarian.org>
2608
2609         * lyxlex.C: small cleanup
2610
2611 2002-08-02  John Levon  <levon@movementarian.org>
2612
2613         * text2.C (status): small cleanup, no logic change
2614
2615 2002-08-01  John Levon  <levon@movementarian.org>
2616
2617         * buffer.h:
2618         * buffer.C (writeFile): don't output alerts, caller
2619           handles this
2620
2621         * bufferlist.C:
2622         * lyx_cb.C: from above
2623
2624         * lyxfunc.C: allow to open non-existent files
2625
2626 2002-07-31  John Levon  <levon@movementarian.org>
2627
2628         * lyxserver.C: don't let incidental errors get
2629           in the way (errno)
2630
2631 2002-07-30  John Levon  <levon@movementarian.org>
2632
2633         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
2634
2635 2002-07-30  John Levon  <levon@movementarian.org>
2636
2637         * lyxserver.h:
2638         * lyxserver.C: remove I/O callback too
2639
2640 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2641
2642         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
2643         log.
2644
2645 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2646
2647         * many files: strip,frontStrip -> trim,ltrim,rtrim
2648
2649 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2650
2651         * PrinterParams.h: remove extern containsOnly, and include
2652         support/lstrings.h instead.
2653
2654         * LaTeX.C (scanAuxFile): modify because of strip changes
2655         (deplog): ditto
2656         * buffer.C (makeLaTeXFile): ditto
2657         * bufferparams.C (writeFile): ditt
2658         * lyxfont.C (stateText): ditto
2659         * lyxserver.C (read_ready): ditto
2660         * vc-backend.C (scanMaster): ditto
2661
2662         * BufferView_pimpl.h: ws changes
2663
2664         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
2665
2666 2002-07-26  André Pönitz <poenitz@gmx.net>
2667
2668         * kb_sequence.C: remove unnedred usings
2669
2670 2002-07-26  Juergen Vigna  <jug@sad.it>
2671
2672         * lyxfind.C (LyXReplace): we have to check better if the returned
2673         text is not of theLockingInset()->getLockingInset().
2674
2675 2002-07-25  Juergen Vigna  <jug@sad.it>
2676
2677         * lyxfind.C (LyXReplace): don't replace if we don't get the
2678         right LyXText.
2679
2680         * undo_funcs.C (createUndo): remove debugging code.
2681
2682 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
2683
2684         * buffer.C (parseSingleLyXformat2Token): Use default placement
2685         when reading old floats.
2686
2687         * FloatList.C (FloatList): Change the default placement of figure
2688         and tables to "tbp".
2689
2690 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
2691
2692         * MenuBackend.C: using std::max
2693
2694 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2695
2696         * MenuBackend.C (expandToc):
2697         (expandToc2): code moved from xforms menu frontend. It is now
2698         generic and TOCs are transparent to menu frontends.
2699
2700 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2701
2702         * toc.C (getTocList): protect against buf=0
2703
2704         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
2705         Menu as first parameter. Now, this calls itself recursively to
2706         expand a whole tree (this will be useful for TOC handling)
2707         (expandFloatInsert): remove 'wide' version of floats
2708
2709         * MenuBackend.h (submenuname): returns the name of the submenu.
2710         (submenu): returns the submenu itself, provided it has been
2711         created by MenuBackend::expand
2712
2713 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2714
2715         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
2716         insets which have noFontChange == true. (bug #172)
2717
2718 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2719
2720         * BufferView_pimpl.C: add connection objects and use them...
2721         (Pimpl): here.
2722
2723 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2724
2725         * MenuBackend.C (expandLastfiles):
2726         (expandDocuments):
2727         (expandFormats):
2728         (expandFloatListInsert):
2729         (expandFloatInsert):
2730         (expand): split expand in parts
2731
2732 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
2733
2734         * lyx_gui.C: use lyx_gui::exit()
2735
2736 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
2737
2738         * LyXAction.C: show the failing pseudo action
2739
2740 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
2741
2742         * buffer.C (readFile): Run the lyxconvert script in order to read
2743         old files.
2744
2745 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
2746
2747         * LyXAction.C:
2748         * commandtags.h:
2749         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
2750
2751 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
2752
2753         * LyXAction.C:
2754         * commandtags.h:
2755         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
2756
2757 2002-07-22  Herbert Voss  <voss@lyx.org>
2758
2759         * lengthcommon.C:
2760         * lyxlength.[Ch]: add support for the vertical lengths
2761
2762 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
2763
2764         * toc.[Ch]: std:: fixes
2765
2766 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2767
2768         * lyxrc.C: do not include lyx_main.h
2769
2770         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
2771         for layouts
2772
2773         * lyxrc.C:
2774         * encoding.C:
2775         * bufferlist.C:
2776         * BufferView2.C: include "lyxlex.h"
2777
2778         * tabular.h:
2779         * bufferparams.h: do not #include "lyxlex.h"
2780
2781         * lyxtextclasslist.C (Add): remove method
2782         (classlist): renamed to classlist_
2783
2784         * paragraph_pimpl.C:
2785         * paragraph.C:
2786         * text2.C:
2787         * CutAndPaste.C:
2788         * bufferview_funcs.C:
2789         * bufferlist.C:
2790         * text.C:
2791         * LaTeXFeatures.C:
2792         * buffer.C:
2793         * toc.C (getTocList): use BufferParams::getLyXTextClass
2794
2795         * toc.C (getTocList): use InsetFloat::addToToc
2796
2797         * toc.[Ch]: new files, containing helper functions to handle table
2798         of contents
2799
2800         * lyxfunc.C (dispatch): no need to remove spaces around command
2801         given as a string
2802         (getStatus): handle LFUN_SEQUENCE by returning the status of the
2803         first command of the sequence; it is not very clever, but I do not
2804         have a better idea, actually
2805
2806         * LyXAction.C (LookupFunc): make sure to remove space at the
2807         beginning and end of the command
2808
2809 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2810
2811         * MenuBackend.C (getMenubar): new method: return the menubar of
2812         this menu set
2813         (read): treat differently reading of menu and menubar (in
2814         particular, the menubar has no name now)
2815         (Menu::menubar): remove
2816
2817         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
2818         saving is finished
2819
2820 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
2821
2822         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
2823         a bibitem inset in a RTL paragraph.
2824
2825 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
2826
2827         * paragraph_pimpl.C: constify
2828
2829         * BufferView_pimpl.C:
2830         * LaTeX.C:
2831         * lyxfunc.C: fix dispatch in a nicer way
2832
2833 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2834
2835         * lyxfunc.C (dispatch):
2836         * BufferView_pimpl.C:
2837         * BufferView_pimpl.h:
2838         * BufferView.C:
2839         * BufferView.h: rename Dispatch() to dispatch()
2840
2841         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
2842
2843         * lyxlayout.C (Read): honor DependsOn tag
2844
2845         * lyxlayout.[Ch] (depends_on): new method
2846
2847         * version.C.in: update lyx_docversion
2848
2849         * LaTeXFeatures.C (getMacros): only define \LyX when needed
2850
2851         * paragraph.C (validate): remove from here...
2852         * paragraph_pimpl.C (validate): ... and move here
2853         (isTextAt): make it const
2854
2855         * buffer.C (getLists): ws cleanup
2856
2857 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
2858
2859         * language.C (read): Use iso8859-1 encoding in latex_lang
2860         (this prevents LyX from crashing when using iso10646-1 encoding).
2861
2862 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2863
2864         * text2.C (toggleInset): if cursor is inside an inset, close the
2865         inset and leave cursor _after_ it
2866
2867 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
2868
2869         * lyxfunc.C: move minibuffer completion handling out of here
2870
2871 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
2872
2873         * BufferView_pimpl.C:
2874         * LaTeX.C: fix dispatch calls
2875
2876 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
2877
2878         * text.C (drawChars): Fix Arabic text rendering.
2879
2880 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
2881
2882         * LyXAction.C:
2883         * commandtags.h:
2884         * lyxfunc.C: remove message-push/pop
2885
2886         * lyxserver.C:
2887         * lyxfunc.h:
2888         * lyxfunc.C: rationalise some code by removing verboseDispatch
2889           in favour of a bool argument to dispatch()
2890
2891 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2892
2893         * lyx_main.C (init): make sure to read symlinks as absolute paths
2894
2895 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
2896
2897         * lyxfunc.h:
2898         * lyxfunc.C: no need for commandshortcut to be a member
2899
2900 2002-07-15  André Pönitz <poenitz@gmx.net>
2901
2902         * converter.C: add support for $$s (scripts from lib/scripts dir)
2903         * lyx_main.C: white space
2904
2905 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
2906
2907         * bufferlist.C:
2908         * lyxrc.h:
2909         * lyxrc.C: remove second exit confirmation
2910
2911 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
2912
2913         * BufferView.h:
2914         * BufferView.C:
2915         * BufferView2.C:
2916         * BufferView_pimpl.h:
2917         * BufferView_pimpl.C:
2918         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
2919
2920 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2921
2922         * MenuBackend.C (expand): add numeric shortcuts to document menu
2923
2924         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
2925
2926 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2927
2928         * lyxfont.C (setLyXFamily):
2929         (setLyXSeries):
2930         (setLyXShape):
2931         (setLyXSize):
2932         (setLyXMisc):
2933         (lyxRead):
2934         * debug.C (value):
2935         * buffer.C (asciiParagraph): use ascii_lowercase
2936
2937 2002-07-15  Mike Fabian  <mfabian@suse.de>
2938
2939         * lyxlex_pimpl.C (search_kw):
2940         * lyxlex.C (getLongString):
2941         * converter.h (operator<):
2942         * converter.C (operator<):
2943         * buffer.C (parseSingleLyXformat2Token):
2944         (asciiParagraph):
2945         * ToolbarDefaults.C (read):
2946         * MenuBackend.C (checkShortcuts):
2947         (read):
2948         * LColor.C (getFromGUIName):
2949         (getFromLyXName): use the compare_ascii_no_case instead of
2950         compare_no_case, because in turkish, 'i' is not the lowercase
2951         version of 'I', and thus turkish locale breaks parsing of tags.
2952
2953 2002-07-16  Angus Leeming  <leeming@lyx.org>
2954
2955         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
2956         now takes a Buffer const & argument.
2957
2958 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
2959
2960         * BufferView.C (resize): check there's a buffer to resize
2961
2962 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
2963
2964         * lyxfunc.C: remove dead code
2965
2966         * lyxserver.h:
2967         * lyxserver.C: use lyx_guii::set_read_callback
2968
2969 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
2970
2971         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
2972         an inset in a RTL paragraph.
2973
2974 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
2975
2976         * lyxfunc.C: repaint after a font size update
2977
2978 2002-07-15  André Pönitz <poenitz@gmx.net>
2979
2980         * lyxlength.C: inBP should be able to return negative values
2981
2982 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
2983
2984         * lyxfunc.C: use lyx_gui::update_fonts()
2985
2986 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
2987
2988         * lyxfunc.C: use lyx_gui::update_color()
2989
2990 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
2991
2992         * bufferlist.C:
2993         * lyxfunc.h:
2994         * lyxfunc.C:
2995         * lyxrc.h:
2996         * lyxrc.C: remove file->new asks for name option, and let
2997           buffer-new take an argument
2998
2999 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
3000
3001         * BufferView_pimpl.C: remove unneeded extra repaint()
3002
3003 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
3004
3005         * LyXAction.C: allow command-sequence with NoBuffer
3006
3007         * lyxfunc.C: don't insist on trailing ';' for command-sequence
3008
3009 2002-07-10  Angus Leeming  <leeming@lyx.org>
3010
3011         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
3012
3013 2002-07-09  Angus Leeming  <leeming@lyx.org>
3014
3015         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
3016
3017 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
3018
3019         * lengthcommon.h: whitespace
3020
3021         * lyxfunc.C: update scrollbar after goto paragraph
3022
3023         * lyxtext.h: factor out page break drawing, and fix it so
3024           page break/added space paints as selected nicely
3025
3026 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
3027
3028         * BufferView_pimpl.C: add FIXMEs, clean up a little
3029
3030 2002-07-09  André Pönitz <poenitz@gmx.net>
3031
3032         * lyxfont.[Ch]: support for wasy symbols
3033
3034 2002-07-08  André Pönitz <poenitz@gmx.net>
3035
3036         * BufferView_pimpl.C: apply John's patch for #93.
3037
3038 2002-07-05  Angus Leeming  <leeming@lyx.org>
3039
3040         * BufferView_pimpl.C (buffer): generate previews if desired.
3041
3042         * LColor.h: add "preview" to the color enum.
3043
3044         * LColor.C (LColor): add a corresponding entry to the items array.
3045
3046         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
3047         with this buffer.
3048
3049 2002-07-05  Angus Leeming  <leeming@lyx.org>
3050
3051         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
3052         The body of the code is now in the method that is passed an ostream &
3053         rather than a file name.
3054         Pass an additional only_preamble parameter, useful for the forthcoming
3055         preview stuff.
3056
3057 2002-07-03  André Pönitz <poenitz@gmx.net>
3058
3059         * lyxfunc.C: simplify getStatus() a bit for math stuff
3060
3061 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3062
3063         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
3064
3065 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3066
3067         * text.C (changeRegionCase): do not change case of all the
3068         document when region ends at paragraph end (bug #461)
3069
3070 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3071
3072         * paragraph.C (startTeXParParams):
3073         (endTeXParParams): add \protect when necessary
3074
3075 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3076
3077         * BufferView_pimpl.C (workAreaExpose): remove warning
3078
3079 2002-06-27  Angus Leeming  <leeming@lyx.org>
3080
3081         * Makefile.am: add lyxlayout_ptr_fwd.h.
3082
3083 2002-06-26  André Pönitz <poenitz@gmx.net>
3084
3085         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
3086
3087 2002-06-25  Angus Leeming  <leeming@lyx.org>
3088
3089         * lyxfunc.C (dispatch): Comment out the call to
3090         grfx::GCache::changeDisplay. The method no longer exists now that the
3091         pixmap generation part of the graphics loader has been moved into
3092         InsetGraphics.
3093
3094 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3095
3096         * text2.C: layout as layout
3097
3098         * text.C: layout as layout
3099
3100         * tabular.C (OldFormatRead): layout as layout
3101
3102         * paragraph_pimpl.C (TeXDeeper): layout as layout
3103         (realizeFont): layout as layout
3104
3105         * paragraph.C (writeFile): layout as layout
3106         (validate): layout as layout
3107         (getFont): layout as layout
3108         (getLabelFont): layout as layout
3109         (getLayoutFont): layout as layout
3110         (breakParagraph): layout as layout
3111         (stripLeadingSpaces): layout as layout
3112         (getEndLabel): layout as layout
3113         (getMaxDepthAfter): layout as layout
3114         (applyLayout): layout as layout
3115         (TeXOnePar): layout as layout
3116         (simpleTeXOnePar): layout as layout
3117         (TeXEnvironment): layout as layout
3118         (layout): layout as layout
3119         (layout): layout as layout
3120
3121         * lyxtextclass.C (compare_name): new functor to work with
3122         shared_ptr, layout as layout
3123         (Read): layout as layout
3124         (hasLayout): layout as layout
3125         (operator): layout as layout
3126         (delete_layout): layout as layout
3127         (defaultLayout): layout as layout
3128
3129         * lyxlayout_ptr_fwd.h: new file
3130
3131         * lyxlayout.C (Read): layout as layout
3132
3133         * lyx_cb.C (MenuInsertLabel): layout as layout
3134
3135         * bufferlist.C (newFile): layout as layout
3136
3137         * buffer.C (readLyXformat2): layout as layout
3138         (parseSingleLyXformat2Token): layout as layout
3139         (insertStringAsLines): layout as layout
3140         (asciiParagraph): layout as layout
3141         (latexParagraphs): layout as layout
3142         (makeLinuxDocFile): layout as layout
3143         (simpleLinuxDocOnePar): layout as layout
3144         (makeDocBookFile): layout as layout
3145         (simpleDocBookOnePar): layout as layout
3146         (getLists): layout as layout
3147
3148         * LaTeXFeatures.C (getTClassPreamble): layout as layout
3149
3150         * CutAndPaste.C (cutSelection): layout as layout
3151         (pasteSelection): layout as layout
3152         (SwitchLayoutsBetweenClasses): layout as layout
3153
3154         * BufferView_pimpl.C (Dispatch): layout as layout
3155         (smartQuote): layout as layout
3156
3157         * BufferView2.C (unlockInset): layout as layout
3158
3159 2002-06-24  André Pönitz <poenitz@gmx.net>
3160
3161         * lyxfunc.C: fix #487
3162
3163 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3164
3165         * lyxrc.h:
3166         * lyxrc.C:
3167         * lyxfunc.C: remove display_shortcuts, show_banner
3168
3169 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3170
3171         * Buffer_pimpl.C: oops, update on resize
3172
3173 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3174
3175         * buffer.C:
3176         * converter.C:
3177         * exporter.C:
3178         * lyxfunc.C:
3179         * BufferView.h:
3180         * BufferView.C: use repaint()
3181
3182         * BufferView_pimpl.h:
3183         * BufferView_pimpl.C: s/updateScreen()/repaint()/
3184           as it's a clearer description. Remove superfluous
3185           redraws.
3186
3187 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3188
3189         * text.C: fix bug 488. Not ideal, but getting
3190           getWord() to work properly for the insets that
3191           matter is more difficult ...
3192
3193 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3194
3195         * BufferView_pimpl.C:
3196         * LyXAction.C:
3197         * commandtags.h:
3198         * lyxfunc.C: remove the six million index lyxfuncs to just
3199           one, and DTRT (bug 458)
3200
3201 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3202
3203         * BufferView.h:
3204         * BufferView.C:
3205         * BufferView_pimpl.h:
3206         * BufferView_pimpl.C: clean up resize() stuff,
3207           and unnecessary updateScreen()s
3208
3209 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3210
3211         * BufferView.h:
3212         * BufferView.C:
3213         * BufferView_pimpl.h:
3214         * BufferView_pimpl.C:
3215         * lyxfind.h:
3216         * lyxfind.C:
3217         * minibuffer.C: remove focus management of workarea,
3218           not needed. Use screen's greyOut()
3219
3220 2002-06-17  Herbert Voss  <voss@lyx.org>
3221
3222         * converter.C: (convert) do not post a message, when converting
3223         fails, let the calling function decide what to do in this case
3224
3225 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
3226
3227         * lyxfunc.C: tidy up a little
3228
3229 2002-06-16    <alstrup@diku.dk>
3230
3231         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
3232         Got rid of FORMS_H_LOCATION include. Now we are
3233         GUII.
3234
3235 2002-06-15  LyX Development team  <lyx@rilke>
3236
3237         * buffer.[Ch] (sgmlOpenTag):
3238         (sgmlCloseTag): Added support for avoiding pernicious mixed
3239         content. Return number of lines written.
3240
3241         (makeLinuxDocFile):
3242         (makeDocBookFile): Fixed calls to sgml*Tag.
3243         Simple white space clean.
3244
3245         (simpleDocBookOnePar): Simple white space clean.
3246
3247         * tabular.[Ch] (docBook): Renamed to docbook and got another
3248         argument to related with the pernicious mixed content.
3249
3250         (docbookRow): Fixed calls for docbook inset method.
3251
3252 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
3253
3254         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
3255         so it's X11 independent.
3256
3257         * kb*.[Ch]: ditto.
3258
3259         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
3260
3261 2002-06-15  Lyx Development team  <lyx@electronia>
3262
3263         * intl.h: Renamed getTrans to getTransManager.
3264
3265 2002-06-14  Angus Leeming  <leeming@lyx.org>
3266
3267         * Makefile.am: nuke forgotten stl_string_fwd.h.
3268
3269 2002-06-12  Angus Leeming  <leeming@lyx.org>
3270
3271         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
3272
3273 2002-06-13  Angus Leeming  <leeming@lyx.org>
3274
3275         * LaTeX.C:
3276         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
3277
3278 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
3279
3280         * kbmap.C (getiso): add support for cyrillic and greek
3281
3282 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3283
3284         * BufferView.h:
3285         * BufferView.C:
3286         * BufferView_pimpl.h:
3287         * BufferView_pimpl.C: move bogus scrolling logic
3288           to xforms
3289
3290 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3291
3292         * lyxfunc.C:
3293         * BufferView_pimpl.C: view->resize() change
3294
3295 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3296
3297         * BufferView_pimpl.C: topCursorVisible
3298           prototype change
3299
3300 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3301
3302         * Makefile.am:
3303         * lyx_gui.h:
3304         * lyx_gui.C: move to frontends/
3305
3306         * main.C:
3307         * lyx_main.h:
3308         * lyx_main.C: changes from above
3309
3310 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3311
3312         * intl.C:
3313         * intl.h:
3314         * kbmap.C:
3315         * kbsequence.C:
3316         * lyx_cb.C:
3317         * lyx_main.C: minor tidy
3318
3319 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3320
3321         * BufferView_pimpl.h:
3322         * BufferView_pimpl.C:
3323         * BufferView.h:
3324         * BufferView.C: make painter() const,
3325           remove dead code
3326
3327         * BufferView2.C: use screen() accessor
3328
3329         * lyx_main.h:
3330         * lyx_main.C: some minor cleanup
3331
3332 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3333
3334         * BufferView_pimpl.h:
3335         * BufferView_pimpl.C: remove enter/leaveView,
3336           use workHeight()
3337
3338 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
3339
3340         * BufferView.h:
3341         * BufferView.C:
3342         * BufferView2.C:
3343         * BufferView_pimpl.h:
3344         * BufferView_pimpl.C: only construct screen once,
3345           rename
3346
3347         * lyxrc.C: remove pointless comment
3348
3349 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
3350
3351         * BufferView.h:
3352         * BufferView.C: remove active() and belowMouse()
3353
3354         * BufferView_pimpl.h:
3355         * BufferView_pimpl.C: use workarea() not workarea_,
3356           and make it use a scoped_ptr instead
3357
3358 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
3359
3360         * lyx_gui.C: add debug message on BadWindow
3361
3362 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3363
3364         * sp_spell.C: fdopen is not part of the C++ standard.
3365
3366         * paragraph.C (InsetIterator): use >= instead of ==
3367
3368 2002-06-07  Angus Leeming  <leeming@lyx.org>
3369
3370         Fixes needed to compile with Compaq cxx 6.5.
3371         * BufferView_pimpl.C:
3372         * DepTable.C:
3373         * buffer.C:
3374         * converter.C:
3375         * encoding.C:
3376         * lyx_gui.C:
3377         * lyx_main.C:
3378         * lyxtextclasslist.C:
3379         * minibuffer.C:
3380         * sp_spell.C:
3381         * tabular_funcs.C:
3382         * vc-backend.C:
3383         all c-library variables have been moved into namespace std. Wrap
3384         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
3385
3386         * lyxlength.C:
3387         * tabular-old.C:
3388         * tabular.C:
3389         Add a using std::abs declaration.
3390
3391         * kbmap.h (modifier_pair):
3392         * paragraph.h (InsetTable, InsetList):
3393         * lyxfont.h (FontBits):
3394         type definition made public.
3395
3396         * bufferlist.C (emergencyWriteAll): the compiler complains that
3397         there is more than one possible lyx::class_fun template to choose from.
3398         I re-named the void specialisation as lyx::void_class_fun.
3399
3400         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
3401
3402         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
3403         the compiler is is unable to find tostr in write_attribute.
3404
3405 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3406
3407         * buffer.C (sgmlError): hide #warning
3408
3409 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3410
3411         * xtl/*: get rid of xtl, which is not in use anyway
3412
3413         * LyXAction.C (init):
3414         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
3415         were unimplemented xtl experimentation
3416
3417 2002-06-04  André Pönitz <poenitz@gmx.net>
3418
3419         * lyxfunc.C: disable array operation on simple formulae
3420
3421 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
3422
3423         * converter.C: constify a bit
3424
3425 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
3426
3427         * lyx_gui.C: check xforms version correctly
3428
3429 2002-04-30  Herbert Voss  <voss@lyx.org>
3430
3431         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
3432         "keep" option
3433
3434 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
3435
3436         * lyxvc.C: fix bug 416 (make sure buffer is saved before
3437           attempt to register it with a VCS)
3438
3439 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3440
3441         * lyx_main.C (init): honor variables LYX_DIR_13x and
3442         LYX_USERDIR_13x
3443
3444 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
3445
3446         * buffer.h:
3447         * buffer.C:
3448         * lyx_main.C: fix a crash on bad command line,
3449           and give a useful exit status on error
3450
3451         * lyxfunc.C (doImport): allow -i lyx to work
3452
3453 2002-03-30  André Pönitz <poenitz@gmx.net>
3454
3455         * lyxfunc.C: mathed font changes
3456
3457 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
3458
3459         * LaTeX.C:
3460         * importer.h:
3461         * importer.C:
3462         * lyx_sty.h:
3463         * lyx_sty.C:
3464         * lyxlex.C:
3465         * lyxrow.h:
3466         * lyxtext.h:
3467         * paragraph.h:
3468         * paragraph.C:
3469         * texrow.h:
3470         * texrow.C:
3471         * text.C:
3472         * trans_mgr.h: srcdocs, and some minor cleanups
3473
3474 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3475
3476         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
3477         call getFont all the time)
3478
3479 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3480
3481         * switch from SigC signals to boost::signals
3482
3483 2002-05-29  André Pönitz <poenitz@gmx.net>
3484
3485         * paragraph_pimpl.C (getChar): don't call size() too often...
3486
3487 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3488
3489         * paragraph_pimpl.C (insertChar): do not try to update tables when
3490         appending (pos == size())
3491
3492         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
3493         in order to reduce drastically the number of comparisons needed to
3494         parse a large document
3495
3496 2002-05-29  André Pönitz <poenitz@gmx.net>
3497
3498         * text.C:
3499         * text2.C:
3500         * lyxtextclass.C:
3501         * sp_pspell.h:
3502         * textclasslist.[Ch]:
3503         * sp_ispell.h: whitespace change
3504
3505 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3506
3507         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
3508         lyxaction directly now.
3509
3510 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
3511
3512         * trans.C:
3513         * lyxfont.C:
3514         * lyxvc.C: remove unused headers
3515
3516 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
3517
3518         * Makefile.am:
3519         * buffer.h:
3520         * undostack.h:
3521         * undostack.C:
3522         * undo_funcs.h:
3523         * undo_funcs.C: some cleanups. Use shared_ptr
3524           and a template for the undo stacks.
3525
3526 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
3527
3528         * BufferView_pimpl.h:
3529         * BufferView_pimpl.C:
3530         * kbmap.h:
3531         * kbmap.C:
3532         * kbsequence.h:
3533         * kbsequence.C:
3534         * lyxfunc.h:
3535         * lyxfunc.C:
3536         * text2.C: use key_state/mouse_state
3537
3538 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3539
3540         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
3541         and LSubstring
3542
3543         * chset.C: change include order
3544         (loadFile): use boost regex and get rid of LRegex and LSubstring
3545
3546         * Makefile.am (BOOST_LIBS): new variable
3547         (lyx_LDADD): use it
3548
3549         * LaTeX.C: change include order.
3550         (scanAuxFile): use boost regex and get rid of LRegex and
3551         LSubstring
3552         (deplog): ditto
3553
3554 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
3555
3556         * ColorHandler.h:
3557         * ColorHandler.C:
3558         * FontInfo.h:
3559         * FontInfo.C: moved to frontends/xforms/
3560
3561         * FontLoader.h:
3562         * FontLoader.C: moved into frontends for GUIIzation
3563
3564         * Makefile.am:
3565         * lyx_gui.C:
3566         * lyxfont.C:
3567         * lyxfunc.C: changes from above
3568
3569 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
3570
3571         * LColor.C: remove spurious X include
3572
3573         * BufferView_pimpl.C:
3574         * Makefile.am:
3575         * font.h:
3576         * font.C:
3577         * text.C:
3578         * text2.C: move font metrics to frontends/
3579
3580 2002-05-24  Juergen Vigna  <jug@sad.it>
3581
3582         * undo_funcs.C (textHandleUndo): fix the cursor selection after
3583         setting the undo_cursor.
3584
3585         * ParagraphParameters.h: include local includes first.
3586
3587 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3588
3589         * BufferView_pimpl.C:
3590         * BufferView_pimpl.h:
3591         * Makefile.am:
3592         * WorkArea.h:
3593         * WorkArea.C:
3594         * screen.C: move WorkArea into frontends/
3595
3596         * lyxscreen.h:
3597         * screen.C:
3598         * text.C:
3599         * BufferView.C:
3600         * BufferView2.C: move LyXScreen into frontends/
3601
3602         * lyxlookup.h:
3603         * lyxlookup.C:
3604         * lyx_gui.C: move lyxlookup into frontends/xforms/
3605
3606 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3607
3608         * BufferView2.C:
3609         * BufferView_pimpl.C:
3610         * FontLoader.C:
3611         * LyXView.h:
3612         * LyXView.C:
3613         * Makefile.am:
3614         * WorkArea.C:
3615         * XFormsView.h:
3616         * XFormsView.C:
3617         * buffer.C:
3618         * bufferlist.C:
3619         * bufferview_funcs.C:
3620         * converter.C:
3621         * importer.C:
3622         * lyx_cb.C:
3623         * lyx_gui.C:
3624         * lyx_main.C:
3625         * lyx_find.C:
3626         * lyxfunc.C:
3627         * lyxvc.C:
3628         * minibuffer.C:
3629         * text.C:
3630         * text2.C:
3631         * trans.C:
3632         * vc-backend.C: move LyX/XFormsView into frontends/
3633
3634 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3635
3636         * Makefile.am:
3637         * PainterBase.C:
3638         * PainterBase.h:
3639         * Painter.C:
3640         * Painter.h:
3641         * WorkArea.C:
3642         * WorkArea.h:
3643         * screen.C:
3644         * tabular.C:
3645         * text.C:
3646         * text2.C: move Painter to frontends/
3647
3648 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3649
3650         * buffer.C: comment out some some code that depend upon lyx_format
3651         < 220
3652
3653         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
3654         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
3655
3656         * buffer.h (NO_COMPABILITY): turn off compability
3657
3658         * ColorHandler.C: include scoped_array.hpp
3659
3660         * font.C: Use more specific smart_ptr header.
3661         * Painter.C: ditto
3662         * gettext.C: ditto
3663         * ShareContainer.h: ditto
3664         * lyx_main.h: ditto
3665         * kbmap.h: ditto
3666         * FontInfo.h: ditto
3667         * BufferView_pimpl.h: ditto
3668         * ColorHandler.h: ditto
3669
3670         * kbmap.C (defkey): change call to shared_ptr::reset
3671
3672 2002-05-21  Juergen Vigna  <jug@sad.it>
3673
3674         * buffer.C (insertErtContents): fix to insert ert asis if it is
3675         non empty. Skip it completely if it contains only whitespaces.
3676
3677 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
3678
3679         * BufferView_pimpl.C:
3680         * BufferView2.C: clear selection on paste (bug 393)
3681
3682 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3683
3684         * DepTable.C: include ctime
3685
3686 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
3687
3688         * buffer.C (latexParagraphs): Add new argument (moving_arg).
3689
3690 2002-05-14  Juergen Vigna  <jug@sad.it>
3691
3692         * text.C (breakParagraph): fixed function to honor the keepempty
3693         layout in the right maner and also to permit the right breaking
3694         algorithm on empty or non empyt keepempty paragraphs.
3695
3696         * paragraph.C (breakParagraph): we have to check also if the par
3697         is really empty (!size()) for isempty otherwise we do the wrong
3698         paragraph break.
3699
3700 2002-05-10  Juergen Vigna  <jug@sad.it>
3701
3702         * buffer.[Ch] : The following are only changes to the ert
3703         compatibility read reading old LaTeX layout and font stuff and
3704         convert it to ERTInsets.
3705
3706         * buffer.h: added isErtInset().
3707
3708         * buffer.C (struct ErtComp): add a fromlayout bool to check
3709         if we're inside a LaTeX layout.
3710         (isErtInset): new helper function.
3711         (insertErtContents): look for other ert insets before this one
3712         and insert the contents there, so that we don't have subsequent
3713         ERT insets with nothing between them. This way we create only one
3714         inset with multiple paragraphs. Also check if we don't insert only
3715         spaces ' ' as they are ignored anyway afterwards in the .tex file
3716         so if we have only spaces we will ignore this latex part in the
3717         new file.
3718         (parseSingleLyXformat2Token \\layout): better compatibility when
3719         reading layout-latex stuff.
3720         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
3721         language tag.
3722         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
3723         stuff after reading the inset only get the information back from
3724         the stack.
3725
3726 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
3727
3728         * buffer.C (makeLaTeXFile): Put language options after loading babel.
3729
3730         * LaTeXFeatures.C (getBabelOptions): New method.
3731
3732 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3733
3734         * BufferView_pimpl.C (Dispatch): work around missing argument for
3735         'layout'
3736
3737 2002-05-08  Juergen Vigna  <jug@sad.it>
3738
3739         * text.C (leftMargin): handle paragraph leftindent.
3740
3741         * paragraph.C (writeFile): write the new \\leftindent tag.
3742         (validate): handle leftindent code.
3743         (TeXEnvironment): handle paragraphleftindent code again.
3744
3745         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
3746
3747         * buffer.C (parseSingleLyXformat2Token): added compatibility code
3748         for paragrap_extra indent code and new token \\leftindent.
3749         (latexParagraphs): handle the leftindent as environment.
3750
3751         * ParameterStruct.h: added leftindent support.
3752
3753         * ParagraphParameters.C (leftIndent): added support functions for
3754         the paragraph left indent.
3755
3756         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
3757         more appropriate.
3758
3759 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
3760
3761         * paragraph.C (isRightToLeftPar): Return false for a paragraph
3762         inside insetERT.
3763
3764         * text.C (computeBidiTables): No bidi in insetERT.
3765
3766         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
3767         in RTL documents.
3768
3769 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3770
3771         * version.C.in: pre 5
3772
3773 2002-05-02  José Matos  <jamatos@fep.up.pt>
3774         * buffer.C (makeDocBookFile): white space changes, add newline to
3775         command styles.
3776         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
3777
3778         * tabular.C (docBook): fix typo.
3779
3780 2002-05-03  Juergen Vigna  <jug@sad.it>
3781
3782         * screen.C (drawFromTo): recalculate the rowpointer if we had a
3783         change in LyXText as we can not be sure it was not freed.
3784         (drawOneRow): remove unused code.
3785
3786         * text.C (drawInset): redo the calculation of the need_break_row as
3787         it could have a row which was already freed.
3788         (draw): look at the return value of drawInset and return false if
3789         it also returned false.
3790         (paintRowText): look at the return value of draw and return false if
3791         it also returned false.
3792
3793         * lyxtext.h: added bool return type to drawInset() and draw() so that
3794         if we have a change in the row so that the rowbreak has to be redone
3795         we abort drawing as it will be called again.
3796
3797 2002-05-02  Juergen Vigna  <jug@sad.it>
3798
3799         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
3800         a change in the maintext also if we're inside an inset.
3801         (Dispatch): set the cursor again after a break line and after the
3802         screen has been updated as it could be we're in a different row.
3803
3804         * text2.C (fixCursorAfterDelete): check to make sure we don't request
3805         to set the cursor behind the pargraph with > size().
3806         (setCursor): check also for the same paragraph when checking where
3807         to put the cursor if we have a NFR inset.
3808
3809         * buffer.C (parseSingleLyXformat2Token): move the compatibility
3810         parts of layout read further up as it still was in the wrong
3811         position.
3812
3813 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3814
3815         * screen.C (drawFromTo): change sine fullRebreak always return
3816         true.
3817
3818         * buffer.C (parseSingleLyXformat2Token): reindent some
3819
3820         * BufferView_pimpl.C (update): change since fullRebreak always
3821         return true.
3822         (Dispatch): git rid of the last hardcoded "Standard"s.
3823
3824 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3825
3826         * text2.[Ch] (fullRebreak): make it return void now that we always
3827         returned true.
3828
3829 2002-04-30  Juergen Vigna  <jug@sad.it>
3830
3831         * buffer.C (parseSingleLyXformat2Token): reset the font before the
3832         ert compatibility check for "latex" layout.
3833
3834 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
3835
3836         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
3837         minipages: use col% instead of p%, and also use the current font.
3838         (makeLaTeXFile): Fix use babel condition.
3839         (parseSingleLyXformat2Token): Correct font when reading old floats.
3840
3841 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
3842
3843         * BufferView_pimpl.C (Dispatch): Check that float type exists when
3844         inserting list of floats.
3845
3846 2002-04-25  Herbert Voss  <voss@lyx.org>
3847
3848         * MenuBackend.C (expand): don't add the graphics extensions to the
3849         export menu
3850
3851 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3852
3853         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
3854         non-existing layout, do not complain if it was the default layout
3855         of the original class (bug #342)
3856
3857 2002-04-24  Juergen Vigna  <jug@sad.it>
3858
3859         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
3860         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
3861
3862 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
3863
3864         * buffer.C (getBibkeyList): If using \bibliography, return the
3865         option field with the reference itself. Enables us to provide natbib
3866         support when using \bibliography.
3867
3868 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
3869
3870         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
3871
3872         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
3873         natbib is provided by the LaTeX class.
3874
3875 2002-04-23  Juergen Vigna  <jug@sad.it>
3876
3877         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
3878         Wakeup functions.
3879
3880         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
3881
3882 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3883
3884         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
3885
3886         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
3887         ensuremath around textordmasculine, textordfeminine and
3888         textdegree.
3889
3890 2002-04-19  Juergen Vigna  <jug@sad.it>
3891
3892         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
3893         reinitializing the buffer otherwise row-dimensions may be wrong.
3894         (update): reset also the selection cursors if they do exits otherwise
3895         their x/y positions may be wrong.
3896
3897         * text2.C (cursorDown): don't enter the inset if we came from a row
3898         above and are one row over the inset.
3899
3900         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
3901         really leaving an inset.
3902
3903 2002-04-18  Juergen Vigna  <jug@sad.it>
3904
3905         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
3906         of the selected paragraph does not have the selected layout also if
3907         the last one had!
3908
3909         * text2.C (setLayout): fixed bug which did not change last selected
3910         paragraph.
3911
3912         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
3913         changed the read and substituted \\end_float with \\end_inset!
3914
3915         * BufferView_pimpl.C (cursorPrevious):
3916         (cursorNext): fixed to make it work with rows heigher than the work
3917         area without moving the cursor only the draw of the row.
3918         (workAreaMotionNotify): fix jumping over high rows.
3919
3920 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3921
3922         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
3923         Ressler.
3924
3925 2002-04-16  Juergen Vigna  <jug@sad.it>
3926
3927         * text2.C (setCursor): set also the irow().
3928         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
3929         (cursorUp):
3930         (cursorDown): support for locking an inset if the x_fix value goes
3931         inside it. That way I can transverse insets too with cursor up/down.
3932
3933         * lyxrow.h: added irow helper function same as other (i) functions.
3934
3935         * BufferView_pimpl.C (cursorPrevious):
3936         (cursorNext): fixed for insets!
3937
3938 2002-04-15  Juergen Vigna  <jug@sad.it>
3939
3940         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
3941         position otherwise it is wrong in some cases.
3942
3943         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
3944         inside the inset before the call.
3945
3946 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
3947
3948         * buffer.[Ch] (getBibkeyList): make it const.
3949
3950 2002-04-12  Juergen Vigna  <jug@sad.it>
3951
3952         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
3953
3954         * text2.C (getCursorX): new helper function
3955         (setCursor): compute also ix_
3956         (setCursorFromCoordinates): set also ix.
3957
3958         * lyxcursor.h: added ix_ and helper functions.
3959
3960         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
3961
3962         * buffer.C (insertStringAsLines): dont break paragraph if the this
3963         paragraph is inside an inset which does not permit it!
3964
3965         * text.C (breakParagraph): honor keepempty flag and break the paragraph
3966         also with no chars on this paragraph.
3967         (paintRowText): only paint stuff if it's inside the workarea!
3968
3969         * paragraph.C (breakParagraph): honor keepempty flag and break the
3970         paragraph always below not above.
3971
3972         * BufferView2.C (unlockInset): update the paragraph layout on inset
3973         unlock as we changed paragraph in such a case.
3974
3975         * lyxfind.C (LyXFind): clear the former selection if not found!
3976
3977         * text2.C (insertInset): freeze Undo after setUndo so that it is not
3978         again called in insertChar().
3979
3980         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
3981         an inset which uses the whole row!
3982         (rightMargin): ditto.
3983         (insertChar): force a rebreak if we inserted an inset!
3984
3985 2002-03-28  Herbert Voss  <voss@lyx.org>
3986
3987         * lyxlength.[Ch]: add inBP() to get the right PS-point
3988         units (BigPoint). With inPixels we have rounding errors
3989
3990 2002-04-11  Juergen Vigna  <jug@sad.it>
3991
3992         * text2.C (setCursorFromCoordinates): set iy to the right value.
3993         (setCursor): add check if row->previous exists!
3994
3995         * buffer.C (parseSingleLyXformat2Token): reset font after read of
3996         an old float_type as this was the case in the old code!
3997
3998         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
3999
4000         * BufferView2.C (showLockedInsetCursor): use iy
4001         (fitLockedInsetCursor): ditto
4002
4003         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
4004         locked insets as there we have the right value now.
4005
4006         * lyxcursor.C: added iy_ variable and iy functions to set to the
4007         baseline of cursor-y of the locked inset.
4008
4009         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
4010         (setCursor): fixed for insets which need a full row.
4011
4012         * text.C (rowLastPrintable): don't ignore the last space when before
4013         an inset which needs a full row.
4014         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
4015         as last character of a row when before a inset which needs a full row.
4016
4017 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4018
4019         * version.C.in: update date
4020
4021         * text2.C (fullRebreak): try to always return true and see what
4022         happens...
4023
4024 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4025
4026         * MenuBackend.C (expand): use Floating::listName
4027
4028         * FloatList.C (FloatList): add listName argument to the built-in
4029         floats
4030
4031         * Floating.[Ch]: add listName member, which is the 'List of XXX'
4032         text associated with the float.
4033
4034 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4035
4036         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
4037
4038 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4039
4040         * ShareContainer.h: add a couple of missing typenames.
4041
4042 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
4043
4044         * lyxrc.C (getDescription): use _() correctly rather than N_().
4045
4046 2002-03-28  Herbert Voss  <voss@lyx.org>
4047
4048         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
4049         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
4050
4051 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4052
4053         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
4054         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
4055
4056 2002-03-29  Juergen Vigna  <jug@sad.it>
4057
4058         * lyxfunc.C (dispatch): add a missing fitCursor call.
4059
4060         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
4061         it was scrolled by a cursor move, so return the bool status.
4062
4063         * BufferView.C (fitCursor): return the bool flag also to the outside
4064         world as this is needed.
4065
4066         * screen.C (toggleToggle): don't subtract the offset if it's positive.
4067
4068         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
4069         call the edit() as it is not needed (and wrong) IMO.
4070         (workAreaButtonPress): set the screen_first variable before evt.
4071         unlock the inset as this may change screen_first and then we have
4072         a wrong y position for the click!
4073
4074 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4075
4076         * MenuBackend.C (expand): another translation that I missed
4077
4078 2002-03-28  Juergen Vigna  <jug@sad.it>
4079
4080         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
4081
4082         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
4083
4084 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4085
4086         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
4087
4088         * MenuBackend.C (expand): fix export/view/update when there is no
4089         document open.
4090
4091 2002-03-27  Herbert Voss  <voss@lyx.org>
4092
4093         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
4094         and text%
4095
4096 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4097
4098         * bufferview_funcs.C (currentState): only show paragraph number
4099         for is DEVEL_VERSION is set.
4100
4101         * lyxfunc.C (dispatch): put warning in INFO channel
4102
4103         * MenuBackend.C (expand): translate the name of floats
4104
4105         * FloatList.C (FloatList): mark the float names for translation
4106
4107         * converter.C (convert): use LibScriptSearch
4108
4109 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4110
4111         * MenuBackend.C (defaults): fix default menu (we might as well get
4112         rid of it...)
4113
4114 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4115
4116         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
4117         directory.
4118
4119 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4120
4121         * lyxvc.C: reorder includes.
4122
4123 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
4124
4125         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
4126           properly
4127
4128 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
4129
4130         * CutAndPaste.C: change layouts earlier on paste
4131           to avoid crashing when calling getFont()
4132
4133 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
4134
4135         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
4136         irritating #error.
4137
4138 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4139
4140         * WorkArea.C: remove 'Pending' debug message.
4141
4142         * most files: ws cleanup
4143
4144         * buffer.[Ch]: ws changes
4145
4146         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
4147
4148 2002-03-21  Juergen Vigna  <jug@sad.it>
4149
4150         * tabular.C (SetMultiColumn): collapse also the contents of the
4151         cells and set the last border right. Added a Buffer const * param.
4152
4153 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4154
4155         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
4156         linking or not.
4157
4158 2002-03-19  Juergen Vigna  <jug@sad.it>
4159
4160         * text2.C (clearSelection): reset also xsel_cache.
4161
4162         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
4163         where it needs to be called (John tells us to do so too :)
4164         (selectionLost): reset sel_cache.
4165
4166         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
4167
4168 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4169
4170         * text2.C (setCursorIntern): put debuging code in INSETS channel
4171
4172 2002-03-19  André Pönitz <poenitz@gmx.net>
4173
4174         * lyxfunc.C: tiny whitespace change
4175
4176 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4177
4178         * ToolbarDefaults.C (init):
4179         * LyXAction.C (init):
4180         * commandtags.h:
4181         * BufferView_pimpl.C (Dispatch):
4182         * lyxfunc.C (dispatch): remove LFUN_DEPTH
4183
4184 2002-03-19  Allan Rae  <rae@lyx.org>
4185
4186         * exporter.C (Export): removeAutoInsets before doing anything else.
4187         While I've just introduced a dependency on BufferView this really is
4188         the best place to clean the buffer otherwise you need to cleanup in
4189         a dozen places before calling export or cleanup in a dozen functions
4190         that export calls.
4191
4192         * converter.C (runLaTeX):
4193         (scanLog): Better handling of removeAutoInsets and screen updates.
4194
4195         * lyxfunc.C (dispatch): small whitespace changes
4196
4197 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4198
4199         * WorkArea.C (C_WorkAreaEvent): return a value.
4200         (event_cb): return 1 if we handled the event, 0 otherwise.
4201
4202         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
4203
4204 2002-03-18  Juergen Vigna  <jug@sad.it>
4205
4206         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
4207         (GetAdditionalWidth): ditto.
4208         (RightLine): ditto.
4209         (LeftLine): ditto.
4210
4211         * BufferView2.C (copy): use getLyXText() so that we do it inside an
4212         inset if we're there actually (probably not used right now but this
4213         is the direction to go for unifying code).
4214         (paste): disable code to clear the selection.
4215
4216         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
4217         inside an InsetText and move the check further up as it is in the
4218         wrong place.
4219
4220         * text2.C (pasteSelection): set a selection over the pasted text.
4221
4222 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
4223
4224         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
4225         and libgraphics to build on Cygwin.
4226
4227 2002-03-15  Juergen Vigna  <jug@sad.it>
4228
4229         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
4230         inserting an Inset into the paragraph. I know this is not the best
4231         fix but we already use current_view in CutAndPaste so we will remove
4232         all of it's using at the same time.
4233
4234         * buffer.C (sgmlError): deactivated function till it is rewritten in
4235         the right mode, now it can create problems.
4236
4237         * paragraph.C (isLineSeparator): check if getInset returns != 0,
4238         before accessing it.
4239
4240 2002-03-14  Juergen Vigna  <jug@sad.it>
4241
4242         * undo_funcs.C (textHandleUndo): do the right thing when updating
4243         the inset after the undo/redo.
4244
4245         * text2.C (setCursor): just some testcode for #44 not ready yet.
4246
4247         * undo_funcs.C (textHandleUndo): set the next() and previous()
4248         pointers of the paragraph to 0 before deleting otherwise we have
4249         problems with the Paragraph::[destructor].
4250
4251         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
4252         on a paragraph insertion.
4253
4254 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4255
4256         * buffer.C (asciiParagraph): use += operator for char append to
4257         string.
4258
4259         * paragraph.C (getFontSettings): compare >= not just >
4260         (highestFontInRange): ditto
4261         (setFont): ditto
4262
4263 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4264
4265         * paragraph.C: change several algorithm to be more appripriate for
4266         the problem domain. This is lookip in FontList and in the InsetList.
4267
4268 2002-03-13  André Pönitz <poenitz@gmx.net>
4269
4270         * commandtags.h:
4271         * LyXAction.C: remove unused LFUN_MATH_MACROARG
4272
4273 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
4274
4275         * commandtags.h:
4276         * LyXAction.C:
4277         * lyxfunc.C:
4278         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
4279
4280 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4281
4282         * Painter.C (display): anon helper function, adjust code for this
4283         change.
4284         (pixmap): remove function.
4285
4286         * Painter.h: remove private display variable.
4287
4288         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
4289
4290 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
4291
4292         * WorkArea.[Ch]: remove figinset_canvas cruft.
4293
4294 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4295
4296         * lyxtextclass.C (operator): add one item cache optimization.
4297
4298         * bufferlist.h: doxy changes
4299
4300         * bufferlist.C: ws changes
4301
4302         * DepTable.[Ch] (ext_exist): place const in the right spot.
4303
4304         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
4305         call resizeInsets.
4306         (workAreaExpose): call resizeInsets when the with BufferView changes.
4307         (Dispatch): adjust for protectedBlank removal
4308         (specialChar): call updateInset if the insert went ok.
4309
4310         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
4311         specialChar instead.
4312
4313         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
4314
4315         * BufferView.h: doxy change
4316
4317         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
4318
4319         * lyxtextclass.C (operator[]): remove non-const version
4320         (defaultLayout): remove non-const version
4321
4322 2002-03-12  Juergen Vigna  <jug@sad.it>
4323
4324         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
4325         did resize the LyXText too.
4326
4327         * buffer.C (readLyXformat2): set layout information on newly allocated
4328         paragraphs.
4329
4330         * tabular.C (OldFormatRead): set layout information on the paragraph.
4331
4332 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
4333
4334         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
4335
4336 2002-03-11  Juergen Vigna  <jug@sad.it>
4337
4338         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
4339         plainly wrong.
4340         (resizeCurrentBuffer): force also the insets to resize themselfes.
4341         (moveCursorUpdate): fixed up for InsetText.
4342
4343 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
4344
4345         * commandtags.h:
4346         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
4347         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
4348         value of Dialogs::tooltipsEnabled().
4349         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
4350
4351 2002-03-08  Juergen Vigna  <jug@sad.it>
4352
4353         * BufferView_pimpl.C (updateInset): update inset inside inset also
4354         if it isn't inside theLockingInset().
4355
4356 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4357
4358         * buffer.C (asciiParagraph): redo some of the word and line length
4359         handling.
4360         (getLists): look for Caption instead of caption.
4361
4362 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4363
4364         * buffer.C (Buffer): initialize niceFile to true
4365         (makeLaTeXFile):
4366         (makeLinuxDocFile):
4367         (makeDocBookFile): make sure niceFile is true on exit
4368
4369 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4370
4371         * buffer.C (makeLaTeXFile): escape ~ in \input@path
4372
4373 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
4374
4375         * LyXSendto.C: remove.
4376         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
4377         * lyx_gui.C: remove now-redundant comment.
4378         * ColorHandler.h: remove forward declaration of class WorkArea.
4379         * lyxfunc.C: remove #include "WorkArea.h".
4380
4381 2002-03-07  Juergen Vigna  <jug@sad.it>
4382
4383         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
4384         got moved away with the DEPM and also set the inset_owner always
4385         right which before could have been omitted.
4386
4387 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4388
4389         * buffer.C (parseSingleLyXformat2Token): use default layout is the
4390         wanted layout is not found.
4391
4392 2002-03-07  Juergen Vigna  <jug@sad.it>
4393
4394         * CutAndPaste.C (cutSelection): another layout settings forgotten.
4395
4396 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4397
4398         * paragraph.C (breakParagraph): use default layout not layout of
4399         prev paragraph.
4400         (Paragraph): clear ParagraphParameters.
4401
4402 2002-03-06  Juergen Vigna  <jug@sad.it>
4403
4404         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
4405         otherwise it would not be a valid lenght. Fixed a special case in
4406         the minipage compatibility read where we end the document with a
4407         minipage.
4408
4409         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
4410         was set as it could be 0 for InsetTexts first entry.
4411
4412 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4413
4414         * paragraph.C (writeFile): if layout is empty write out
4415         defaultLayoutName().
4416
4417         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
4418         file without named layout we set layout to defaultLayoutName().
4419
4420 2002-03-06  Juergen Vigna  <jug@sad.it>
4421
4422         * CutAndPaste.C (copySelection): set layout for new paragraph.
4423
4424         * text.C (prepareToPrint): leave ERT inset left aligned
4425         (leftMargin): don't indent paragraphs inside ERT insets
4426
4427 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4428
4429         * paragraph.C (breakParagraph): dont call clear do the work manually
4430
4431         * paragraph.[Ch] (clear): remove function
4432
4433 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4434
4435         * paragraph.C (Paragraph): dont call clear, the work has already
4436         been done.
4437
4438         * lyxtextclass.C (operator): assert if n is empty
4439
4440         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
4441         work manually instead.
4442
4443 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
4444
4445         * BufferView_pimpl.C: protect selectionLost against text == 0
4446
4447 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4448
4449         * text.C (breakParagraph): fix a setting layout to '0' problem.
4450
4451 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
4452
4453         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
4454         final location of file, for the included files, and graphics.
4455
4456 2002-03-05  Juergen Vigna  <jug@sad.it>
4457
4458         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
4459
4460 2002-03-04  Juergen Vigna  <jug@sad.it>
4461
4462         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
4463
4464         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
4465         last column of multicolumn cells.
4466         (SetWidthOfMulticolCell): recalculate NMC and real columns.
4467
4468 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
4469
4470         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
4471         file if it doesn't go to a temporary file.
4472
4473         * buffer.C (sgmlOpenTag):
4474         (sgmlCloseTag):  remove extra newline insertion.
4475
4476 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4477
4478         * text.C (getRowNearY): comment out debug msg
4479
4480 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4481
4482         * text2.C: first -> first_y
4483
4484         * text.C (getRowNearY): add some attemts at a possible
4485         optimization, not working.
4486
4487         * tabular.[Ch]: add BufferParams to several function so that newly
4488         created paragraph can be initialized to he default layotu for the
4489         buffers textclass.
4490
4491         * tabular-old.C (ReadOld): add buf->params to call of Init
4492
4493         * screen.C: rename text->first to text->first_y
4494
4495         * paragraph.C (breakParagraph): always set layout in the broken
4496         paragraph
4497
4498         * lyxtextclass.C (Read): remove lowercase
4499         (hasLayout): ditto
4500         (operator): ditto
4501         (delete_layout): ditto
4502
4503         * lyxtext.h: rename first -> first_y
4504
4505         * lyxlayout.C (Read): remove lowercase
4506         (name): ditto
4507         (setName): ditto
4508         (obsoleted_by): ditto
4509
4510         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
4511
4512         * buffer.C (insertErtContents): add params are to InsetERT
4513         (parseSingleLyXformat2Token): add code to check if a paragraphs
4514         layout really exist.
4515         (parseSingleLyXformat2Token): add params to several inset
4516         constructors
4517         (asciiParagraph): remove lowercase, do the layout comparisons with
4518         no_case
4519
4520         * BufferView_pimpl.C (cursorNext): first -> first_y
4521         (resizeCurrentBuffer): first -> first_y
4522         (updateScrollbar): first -> first_y
4523         (scrollCB): first -> first_y
4524         (workAreaMotionNotify): first -> first_y
4525         (workAreaButtonPress): first -> first_y
4526         (checkInsetHit): first -> first_y
4527         (cursorPrevious): first -> first_y
4528         (cursorNext): first -> first_y
4529         (Dispatch): add buffer_->params to severl inset contructors
4530
4531 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4532
4533         * lyxlayout.C (Read): remove some debug info that I forgot.
4534
4535         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
4536         clean up the code slightly.
4537         (makeLinuxDocFile): ditto
4538         (makeDocBookFile): ditto
4539
4540         * text2.C: layout as string
4541
4542         * text.C: layout as string
4543
4544         * paragraph_pimpl.C: layout as string
4545
4546         * paragraph.[Ch]: layout as string
4547
4548         * lyxtextclasslist.[Ch]: layout as string
4549
4550         * lyxtextclass.[Ch]: layout as string
4551
4552         * lyxtext.h: layout as string
4553
4554         * lyxlayout.[Ch]: layout as string
4555
4556         * lyx_cb.C: layout as string
4557
4558         * bufferview_funcs.C: layout as string
4559
4560         * bufferparams.C: layout as string
4561
4562         * buffer.C: layout as string
4563
4564         * LyXView.[Ch]: layout as string
4565
4566         * LaTeXFeatures.[Ch]: layout as string
4567
4568         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
4569
4570         * BufferView_pimpl.C: change current_layout to string, remove
4571         lyx::layout_type.
4572         (Dispatch):
4573         (smartQuote):
4574         (insertInset):
4575         (workAreaButtonRelease): layout as string
4576
4577         * BufferView2.C (unlockInset): adjust
4578
4579         * vspace.C (asLatexCommand): use an explict temp variable.
4580
4581 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
4582
4583         * Makefile.am: use FRONTEND_*
4584
4585 2002-03-01  Juergen Vigna  <jug@sad.it>
4586
4587         * tabular.C (SetWidthOfMulticolCell): changed to something better
4588         I hope but still work in progress.
4589         (recalculateMulticolumnsOfColumn): renamed function from
4590         recalculateMulticolCells as it is more appropriate now.
4591         (SetWidthOfCell): calculate multicols better.
4592
4593 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4594
4595         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
4596
4597         * lyxfunc.C (processKeySym): print sequence also if it is
4598         `deleted' (complete)
4599
4600         * kbsequence.C (print): print sequence even if it is deleted
4601         (complete would be a better word, actually).
4602
4603         * lyxfunc.C (dispatch): print complete options after a prefix key
4604
4605         * vspace.C (asLatexCommand): rewrite in a slightly different form.
4606
4607 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
4608
4609         * text2.C (setCharFont): eliminate setCharFont code duplication.
4610
4611 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4612
4613         * BufferView_pimpl.C (Dispatch): remove bogus handling of
4614         LFUN_TABULAR_FEATURE (bug #177)
4615
4616 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
4617
4618         * Makefile.am: remove figure.h
4619
4620 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
4621
4622         * Bufferview_pimpl.C:
4623         * CutAndPasteC:
4624         * LaTeX.C:
4625         * LyXSendto.C:
4626         * buffer.C:
4627         * bufferlist.C:
4628         * converter.C:
4629         * language.C:
4630         * lyxfunc.C:
4631         * lyxvc.C:
4632         * paragraph.C:
4633         * text.C:
4634         * text2.C: remove #include "lyx_gui_misc.h".
4635
4636         * LaTeX.C: added #include <cstdio>
4637
4638 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4639
4640         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
4641         that the paragraph following this one can have.
4642
4643         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
4644
4645         * vspace.C (asLatexCommand): fix bogus gcc warning
4646
4647         * Makefile.am (lyx_SOURCES): remove vms_defines.h
4648
4649 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
4650
4651         * text2.C (setLayout): get rid of redundant code
4652
4653 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
4654
4655         * text2.C (incDepth): make sure depth cannot be increased beyond
4656         reasonable values.
4657
4658 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
4659
4660         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
4661         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
4662
4663         * PainterBase.h (image):
4664         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
4665         a LyXImage const *.
4666
4667 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
4668
4669         * BufferView.C:
4670         * BufferView.h:
4671         * BufferView_pimpl.C:
4672         * BufferView_pimpl.h:
4673         * LaTeXFeatures.C:
4674         * LyXAction.C:
4675         * LyXView.C:
4676         * Makefile.am:
4677         * UpdateList.h:
4678         * UpdateList.C:
4679         * buffer.C:
4680         * figure.h:
4681         * figureForm.C:
4682         * figureForm.h:
4683         * figure_form.C:
4684         * figure_form.h:
4685         * lyx_cb.C:
4686         * lyx_gui.C:
4687         * lyx_gui_misc.C:
4688         * lyxfunc.C:
4689         * sp_base.h:
4690         * sp_ispell.h:
4691         * sp_pspell.h:
4692         * sp_spell.C: remove fig inset, and the crap house of
4693           cards that follows it
4694
4695 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
4696
4697         * Makefile.am:
4698         * lyxserver.C:
4699         * os2_defines.h:
4700         * os2_errortable.h:
4701         * nt_defines.h: move .h into support/
4702
4703         * vms_defines.h: remove
4704
4705         * WorkArea.C: add space in debug output
4706
4707         * text2.C:
4708         * paragraph.C:
4709         * buffer.C: add WITH_WARNINGS
4710
4711         * vc-backend.h:
4712         * vc-backend.C:
4713         * bufferlist.C: s/retrive/retrieve/, add docs
4714
4715         * vspace.h:
4716         * vspace.C:
4717         * kbmap.h:
4718         * lyxlength.h:
4719         * lyxgluelength.h:
4720         * length_common.h:
4721         * chset.h:
4722         * chset.C: add docs
4723
4724         * lyxgui.C: add ID to X error handler
4725
4726         * lyxtestclass.c: fix typo
4727
4728 2002-02-26  Juergen Vigna  <jug@sad.it>
4729
4730         * tabular_funcs.C (write_attribute): changed so that some default
4731         attributes are not written at all.
4732         (getTokenValue): set default values before trying to read the
4733         value so we have the return value always set as default if we don't
4734         find the token we search for.
4735
4736         * tabular.C (Write): write bools as bools not as strings!
4737
4738 2002-02-22  Juergen Vigna  <jug@sad.it>
4739
4740         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
4741         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
4742
4743         * text.C (leftMargin): don't add an indent for paragraphs inside
4744         tabular cells (fix #208).
4745
4746 2002-02-21  José Matos  <jamatos@fep.up.pt>
4747
4748         * tabular.C (docBook): fixed support for long tables.
4749
4750 2002-02-20  Juergen Vigna  <jug@sad.it>
4751
4752         * text2.C (getFont): get the drawing font of the Inset if this
4753         paragraph is inside an inset (only important for InsetERT for now).
4754
4755         * buffer.C (insertErtContents): use new lanugage params in ERT
4756         constructor.
4757
4758         * CutAndPaste.C: commenting out seemingly uneeded code.
4759
4760 2002-02-19  Allan Rae  <rae@lyx.org>
4761
4762         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
4763         Iterators might be simple to use but they also get invalidated.
4764         (removeAutoInsets): renamed saved cursor tracking variables and added
4765         some comments to clarify what everything does.
4766
4767 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
4768
4769         * Chktex.C:
4770         * LaTeX.C:
4771         * LyXSendto.C:
4772         * converter.C:
4773         * lyx_cb.C:
4774         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
4775         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
4776
4777         * lyxfunc.C:
4778         * vc-backend.h: remove #include "support/syscall.h"
4779
4780         * LaTeX.C:
4781         * LyXSendto.C:
4782         * converter.C: rearrange #includes in Lars' approved fashion.
4783
4784         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
4785         forward declare class Timeout in the header file.
4786
4787         * XFormsView.C: changes due to the above.
4788
4789         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
4790         similar to LyXView.
4791
4792         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
4793         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
4794
4795 2002-02-18  José Matos  <jamatos@fep.up.pt>
4796
4797         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
4798         insets contents.
4799
4800 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
4801
4802         * a lot of small ws changes
4803         * add a lot of using std::XXX
4804         * use std construcs some places where approp.
4805         * use some exisint stuff from lyxfunctional where approp.
4806         * Make file changes to use partial linking (lets test this now...)
4807
4808 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
4809
4810         * Chktex.C:
4811         * buffer.C:
4812         remove #include "support/syscontr.h" as it's redundant. Always has been.
4813
4814         * Chktex.C:
4815         * LaTeX.C:
4816         * LyXSendto.C:
4817         * converter.C:
4818         * lyx_cb.C:
4819         * vc-backend.C:
4820         change Systemcalls::System to Systemcalls::Wait and
4821         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
4822         No change of functionality, just reflects the stripped down Systemcalls
4823         class.
4824
4825 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
4826
4827         * debug.[Ch]: add a GRAPHICS type to the enum.
4828
4829 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4830
4831         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
4832
4833         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
4834         there is an inset.
4835
4836 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4837
4838         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
4839         match the changes below.
4840
4841         * text2.C (toggleInset): if there is not editable inset at cursor
4842         position, try to see if cursor is _inside_ a collapsable inset
4843         and close it.
4844
4845 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4846
4847         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
4848         document menu has a nice checkbox
4849
4850 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4851
4852         * lyxlength.C (asLatexString): change PW to output as percent of
4853         \textwidth.
4854
4855         * lengthcommon.C: change '%' to 't%'
4856
4857         * lyxfunc.C (dispatch): a few comments from Martin
4858
4859 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
4860
4861         * WorkArea.h:
4862         * WorkArea.C:
4863         * BufferView_pimpl.h:
4864         * BufferView_pimpl.C: clear our selection when X tells us we've lost
4865           the X selection.
4866
4867 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4868
4869         * vspace.C (inPixels): fix compiler warning
4870
4871 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4872
4873         * lyxfunc.C (getStatus): fix status message for disabled commands.
4874
4875 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
4876
4877         * BufferView_pimpl.C: fix crash on close buffer
4878         during selection (#227)
4879
4880 2002-01-27  Herbert Voss  <voss@lyx.org>
4881
4882         * buffer.C: link old Figure to new graphic inset
4883
4884 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
4885
4886         * FontLoader.C (getFontinfo): Change the latex font names in order
4887         to match the names of type1inst.
4888
4889 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4890
4891         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
4892
4893         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
4894         (extchanged): ditto
4895         (ext_exist): ditto
4896         (remove_files_with_extension): ditto
4897         (remove_file): ditto
4898         (write): ditto
4899
4900         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
4901         document is smaller than the work area height. Do not initialize
4902         static variables to 0.
4903
4904 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4905
4906         * lyx_gui.C (init): give the toolbar tooltips a normal font.
4907
4908         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
4909         LFUN_LAYOUT_PARAGRAPHS.
4910
4911         * tabular.C (GetCellFromInset): new method. Finds an inset in a
4912         tabular. It is possible to provide a possible cell, which will
4913         typically be the actcell from the corresponding insettabular
4914
4915         * lyxfunc.C (getStatus): small cleanup; disable
4916         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
4917         true
4918
4919 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4920
4921         * tabular.C (Validate): remove broken optimization (fixes bug #201)
4922
4923         * paragraph.C (startTeXParParams):
4924         (endTeXParParams): new methods. The LaTeX code to
4925         start/end paragraph formatting
4926         (simpleTeXOnePar): call startTeXParParams also when paragraph is
4927         empty (fixes bug #200)
4928
4929         * vspace.C (inPixels): adapt to the change below
4930         (inPixels): [later] more cleanups (remove unused variables)
4931
4932         * lyxlength.C (inPixels): change to use a width and a height as
4933         parameter.
4934
4935 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4936
4937         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
4938         Replaced with \paperwidth
4939
4940         * DepTable.C (insert): add std:: qualifier
4941
4942 2002-01-18  Allan Rae  <rae@lyx.org>
4943
4944         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
4945         updated also?
4946
4947         * text.C (drawInset): Turned out I didn't know enough about how
4948         rebreaking worked.  This fixes most of the redraw problems.  I see
4949         an occasional cursor trail when a line is broken now and the cursor
4950         placement can seem out by a few pixels also after a rebreak.
4951
4952 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4953
4954         * buffer.C (parseSingleLyXformat2Token): update because minipage
4955         width is now a LyXLength
4956
4957         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
4958
4959         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
4960         math insets
4961
4962 2002-01-17  Juergen Vigna  <jug@sad.it>
4963
4964         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
4965
4966         * BufferView2.C (lockInset): call edit() so that theLockingInset()
4967         is set correctly and the inset is updated correctly.
4968
4969 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4970
4971         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
4972         the beginning of the loop.
4973
4974 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
4975
4976         * lyxrc.C: improve help for use_scalable_fonts
4977
4978 2002-01-17  Allan Rae  <rae@lyx.org>
4979
4980         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
4981
4982 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4983
4984         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
4985         make sure to set their inset_owner to the right value (bug #171)
4986
4987 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
4988
4989         * DepTable.h
4990         * DepTable.C: Implement mtime checking to reduce time spent doing
4991         CRCs.
4992
4993 2002-01-16  Juergen Vigna  <jug@sad.it>
4994
4995         * tabular.C (GetAdditionalHeight): one of error fixed.
4996
4997         * lyxrc.C (output): small fix in writing use_pspell.
4998
4999 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
5000
5001         * sp_base.h: #include LString.h
5002
5003 2002-01-16  Allan Rae  <rae@lyx.org>
5004
5005         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
5006         Can someone check this please?
5007
5008         * text.C (drawInset): It was possible that p.row would be removed by
5009         breakAgainOneRow upsetting a few other settings.  There may be another
5010         small tweak possible by setting need_break_row = 0 when p.row has been
5011         removed but I don't know enough about the logic here.
5012
5013 2002-01-15  Allan Rae  <rae@lyx.org>
5014
5015         * text.C (insertChar): removed conditional truism.
5016
5017         * BufferView2.C (removeAutoInsets): More tweaks.
5018         cur_par_prev could be a stray pointer.  Check for trailing empty line
5019         in case last line was cur_par and only had an error inset on it.
5020
5021 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5022
5023         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
5024         absolute
5025
5026         * vc-backend.C (most methods):
5027         * exporter.C (Export):
5028         * converter.C (convert):
5029         (runLaTeX):
5030         * LyXSendto.C (SendtoApplyCB):
5031         * lyxfunc.C (dispatch):
5032         (menuNew):
5033         (open):
5034         (doImport):
5035         * lyx_cb.C (AutoSave):
5036         (InsertAsciiFile):
5037         * BufferView_pimpl.C (MenuInsertLyXFile):
5038         * buffer.C (runChktex): use Buffer::filePath().
5039
5040         * buffer.h: rename filename to filename_; rename filepath to
5041         filepath_ and make it private
5042         (filePath): new method
5043
5044         * buffer.C (writeFile): use fileName()
5045         (getLatexName):
5046
5047         * lyx_main.C (init): fix starting  of LyX when the binary is a
5048         link from so,ewhere else.
5049
5050         * minibuffer.C: include <cctype> for isprint
5051
5052 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
5053
5054         * buffer.C (parseSingleLyXformat2Token): changes associated with the
5055         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
5056         name clash with InsetCollapsable's width function.
5057
5058 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5059
5060         * lastfiles.C: include <iterator>
5061
5062 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
5063
5064         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
5065         std::count.
5066
5067         * buffer.C (makeLaTeXFile): ditto.
5068         Also make loop operation more transparent.
5069
5070 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
5071
5072         * ToolbarDefaults.C: remove trailing comma closing namespace.
5073
5074         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
5075
5076         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
5077         as in WorkArea.
5078
5079         * trans.C (Load): comment out unused variable, allowed.
5080
5081 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
5082
5083         * minibuffer.[Ch] (append_char): new method to recieve input from the
5084         drop-down completion browser. If a key was pressed, then recieve this
5085         char and append it to the existing string.
5086         (peek_event): modify the positioning data passed to the completion
5087         browser so that it can be placed above the minibuffer rather than below.
5088 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5089
5090         * LyXAction.C (init): alloe error-next for readonly documents.
5091
5092         * BufferView2.C (ChangeRefsIfUnique): use standard version of
5093         count.
5094
5095 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5096
5097         * bufferlist.C (readFile): create the buffer _after_ checking that
5098         the file exists.
5099
5100         * lyxfunc.C (verboseDispatch): fix handling of arguments
5101
5102         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
5103
5104         * lyxrc.C: use string::erase() instead of initializing to "".
5105
5106
5107 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
5108
5109         * BufferView_pimpl.h:
5110         * BufferView_pimpl.C:
5111         * WorkArea.h:
5112         * WorkArea.C:
5113         * text2.C: tell X when we have made a selection for copying
5114
5115 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5116
5117         * BufferView_pimpl.C (MenuInsertLyXFile):
5118         * lyxfunc.C (menuNew):
5119         (open):
5120         (doImport): add shortcuts to directory buttons
5121
5122         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
5123         open a float)
5124
5125         * lyxfunc.C (setStatusMessage):
5126         (getStatusMessage): new methods
5127         (getStatus):use setStatusMessage instead of setErrorMessage
5128         (dispatch): when function is disabled, set error message here
5129         [instead of in getStatus previously]
5130
5131         * BufferView_pimpl.C (workAreaButtonRelease): update
5132         toolbar/menubar here too.
5133
5134 2002-01-13  Allan Rae  <rae@lyx.org>
5135
5136         * BufferView2.C (removeAutoInsets): finished off earlier fix.
5137         Now seems indestructible.  Remaining task is to audit all other
5138         code affected by deleteEmptyParagraphMechanism.  One small quirk
5139         left is that an empty document with an error in the preamble can
5140         be made to report an error but no error box appears.  I don't know
5141         where it goes.
5142         (removeAutoInsets): Improved comments.
5143
5144 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
5145
5146         * Thesaurus.h:
5147         * Thesaurus.C: update for Aiksaurus 0.14
5148
5149 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5150
5151         * text2.C (firstParagraph): removed member function, all uses
5152         replaces with ownerParagraph
5153         (redoParagraphs): here
5154         (updateInset): here
5155         (toggleAppendix): here
5156         * BufferView2.C (insertErrors): here
5157         (setCursorFromRow): here
5158
5159 2002-01-13  Allan Rae  <rae@lyx.org>
5160
5161         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
5162         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
5163         There is still a way to segfault this although you may have to do this
5164         multiple times: Have an InsetERT with an unknown command in it.
5165         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
5166         <down-arrow>, <Enter> again, View->DVI, BANG!
5167
5168         * text2.C (setCursor):
5169         (deleteEmptyParagraphMechanism):
5170         * lyxtext.h (setCursor):
5171         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
5172         Making use of the return value may help fix other bugs.
5173
5174 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5175
5176         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
5177
5178         * LyXView.C (updateMenubar): call MenuBar::update here
5179         (updateToolbar): but not here
5180         (showState): do not update toolbar/menubar
5181
5182         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
5183         should need to care about that.
5184
5185         * lyxfunc.C (verboseDispatch): simplify a bit
5186         (getStatus): have a version which takes a pseudoaction, and
5187         another which requires a (kb_action,string).
5188
5189         * LyXAction.C (retrieveActionArg): make it work also when action
5190         is not a pseudo-action.
5191         (getActionName): simplify a bit
5192         (helpText):
5193
5194 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5195
5196         * lyxfunc.C (verboseDispatch): new families of methods with
5197         several ways to specify a command and a bool to indicate whether
5198         the command name and shortcut should be displayed in minibuffer
5199         (eventually, we could extend that to a finer bitmask like
5200         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
5201         (dispatch): the pristine dispatch command which just, well,
5202         dispatchs! Note it still sets its result to minibuffer; I'm not
5203         sure we want that.
5204
5205         * lyxfunc.h: remove setHintMessage
5206
5207         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
5208
5209 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5210
5211         * BufferView_pimpl.C (specialChar): delete new inset if we have
5212         not been able to insert it.
5213
5214         * kbmap.C: revert to using int instead of kb_action, since all we
5215         are dealing with is pseudo-actions.
5216
5217         * LyXAction.C (searchActionArg): change to return int instead of
5218         kb_action, since the result is a pseudoaction.
5219
5220 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
5221
5222         * buffer.C (insertErtContents): Fix (partially) the font bug.
5223
5224 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
5225
5226         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
5227         as the other one is broken on my machine!
5228
5229 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
5230
5231         * commandtags.h:
5232         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
5233
5234 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
5235
5236         * lyxrc.[Ch]: change names and descriptions of popup font variables to
5237         reflect their actual use. Provide compatibility code for older lyxrc
5238         files.
5239
5240         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
5241         FL_NORMAL_STYLE.
5242         change names of popup font variables in line with the changes to lyxrc.C
5243
5244 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5245
5246         * buffer.C (asciiParagraph): avoid outputing a word twice after
5247         an inset.
5248
5249         * lyxrc.C (getDescription): document that document_path and
5250         template_path can be empty.
5251
5252 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5253
5254         * LaTeXFeatures.C (getMacros):
5255         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
5256
5257         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
5258
5259         * LaTeXFeatures.C (useFloat): require "float" here instead of in
5260         getPackages.
5261         (getPackages): rename feature "floats" to "float". Use an array to
5262         iterate over 'simple' features (i.e. just a \usepackage). Add
5263         handling of "amsmath" (renamed from "amsstyle").
5264
5265 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
5266
5267         * LaTeXFeatures.C (require): Prevent duplicate entries in the
5268         features list.
5269
5270 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
5271
5272         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
5273         FuncStaus::FuncStatus & FuncStaus::some_method().
5274
5275 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
5276
5277         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
5278         of the func_satus stuff. Edited and massaged in various ways by
5279         JMarc.
5280
5281         * lyxfunc.C (getStatus): use FuncStatus
5282
5283 2002-01-08  Juergen Vigna  <jug@sad.it>
5284
5285         * text.C (nextBreakPoint): use function Inset::isChar().
5286
5287         * paragraph.C (TeXOnePar): use function
5288         Inset::forceDefaultParagraphs.
5289
5290         * buffer.C (latexParagraphs): use function
5291         Inset::forceDefaultParagraphs.
5292
5293 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
5294
5295         * lyx_gui.C (init): set the style of the menu popups to
5296         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
5297
5298 2002-01-07  Juergen Vigna  <jug@sad.it>
5299
5300         * text.C (setHeightOfRow): small fix
5301         (prepareToPrint): don't look at alignment if we don't have the place
5302         for doing it.
5303
5304 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
5305
5306         * box.C: New file. Move the Box methods and functions out of box.h,
5307         following Lars' suggestion.
5308
5309 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
5310
5311         * box.h: #include "support/LOstream.h", needed for inlined function.
5312
5313         * lyxtextclass.C:
5314         * lyxtextclasslist.C: added some using std declarations.
5315
5316 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
5317
5318         * box.h: make signed dimensions to allow insets wider than
5319           the screen (bug #162)
5320
5321         * BufferView_pimpl.C: add some insetHit debug
5322
5323 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
5324
5325         * vc-backend.C: add FIXME
5326
5327 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5328
5329         * lyxfunc.C (getStatus): enable code for showing math font status
5330         in toolbar/menu.
5331
5332 2002-01-07  Juergen Vigna  <jug@sad.it>
5333
5334         * text.C (nextBreakPoint): removed debug output not needed anymore.
5335
5336 2002-01-06  Juergen Vigna  <jug@sad.it>
5337
5338         * text.C (nextBreakPoint): fixed up this function we had this bug
5339         since ever but now hopefully we break row better.
5340         (insertChar): we have to check if an inset is the next char as it
5341         could now happen that a large inset is causing a break.
5342
5343 2002-01-05  Juergen Vigna  <jug@sad.it>
5344
5345         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
5346         if it doesn't like to be drawed.
5347
5348 2002-01-04  Juergen Vigna  <jug@sad.it>
5349
5350         * BufferView2.C (lockInset): forgot to set a cursor.
5351
5352         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
5353
5354 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
5355
5356         * FormMathsPanel.C:
5357         * FormMathsPanel.h
5358         * MathsSymbols.C:
5359         * form_maths_panel.C:
5360         * form_maths_panel.h:
5361         * form_maths_panel.fd: implemented sub- and super- buttons in math
5362         panel.
5363
5364         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
5365         (or ^ space) to be used as in TeX (req'd by André).
5366
5367         * lyxfunc.C: Allow ^ and _ again to be used both as
5368         super/subscript (mathed) and as themselves (in text).
5369
5370 2002-01-03  Allan Rae  <rae@lyx.org>
5371
5372         * LyXView.C (updateWindowTitle): Setup a short icon title of either
5373         "LyX" or the filename of the current buffer if it has one.  This is a
5374         modified form of John Levon's patch.
5375
5376         * XFormsView.C (setWindowTitle): also set icon title.
5377
5378         * LyXView.h (setWindowTitle): signature changed.
5379         * XFormsView.h (setWindowTitle): ditto.
5380
5381 2002-01-02  Juergen Vigna  <jug@sad.it>
5382
5383         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
5384
5385 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5386
5387         * screen.C (topCursorVisible): introduce a temp var for
5388         text->cursor.row(), handle the case where this row is null. (kindo
5389         hachish)
5390
5391         * text2.C (setCursor): add a couple of asserts.
5392
5393         * paragraph.h (inset_iterator): add -> operator
5394
5395         * paragraph.[Ch] (autoDeleteInsets): remove member function
5396
5397         * BufferView2.C (removeAutoInsets): rewrite to handle the old
5398         cursor pos correctly and handle inset deletion by itself.
5399         (insertErrors): move iterator declaration out of for expression
5400
5401         * lyxtextclass.C: add <algorithm>
5402
5403         * Makefile.am: added the new files to sources, removed layout.C
5404
5405         * layout.C: removed file
5406
5407         * layout.h: remove LYX_DUMMY_LAYOUT
5408
5409         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
5410         layout.
5411
5412         * lyxlayout.[Ch]:
5413         * lyxtextclass.[Ch]:
5414         * lyxtextclasslist.[Ch]: new files
5415
5416         * include order changes to a lot of files, also changes because of
5417         the six new files.
5418
5419 2001-12-27  Juergen Vigna  <jug@sad.it>
5420
5421         * buffer.C (asciiParagraph): more fixes.
5422
5423         * tabular.C (ascii): make ascii export support export of only the
5424         data separated by a column-delimiter.
5425         (ascii): better support for ascii export.
5426
5427         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
5428
5429 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5430
5431         * tabular_funcs.C: use a "using std::getline" instead of the
5432         previous fix from Angus (necessary for cxx + lyxstring)
5433
5434 2001-12-24  Juergen Vigna  <jug@sad.it>
5435
5436         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
5437
5438         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
5439         problems. First check a minipage also if we have some ert-contents
5440         (not only on par->size(), second set the right depth of the paragraph
5441         on the relink to the root-paragraph-list!
5442
5443         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
5444         which then did not anymore update the main paragraphs on undo/redo!
5445
5446 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5447
5448         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
5449         code. Support all font-changing funcs (even those which are not in
5450         menu currently). Support for reporting font settings in
5451         mathed (disabled until Andre provides a function on mathed's side).
5452
5453         * func_status.h (toggle): small helper function to set toggle
5454         state on a flag.
5455
5456 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
5457
5458         * tabular_funcs.C: getline -> std::getline
5459
5460 2001-12-21  Juergen Vigna  <jug@sad.it>
5461
5462         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
5463         accessed and could be 0 (I couldn't generate this but it seems
5464         Michael could!).
5465
5466 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5467
5468         * tabular_funcs.C: add LIstream.h, move write_attribute to..
5469         * tabular_funcs.h: here and include iosfwd
5470
5471 2001-12-20  Juergen Vigna  <jug@sad.it>
5472
5473         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
5474         inside inset but undo_par was.
5475
5476 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5477
5478         * Thesaurus.C: always include <config.h> in sources.
5479
5480         * Painter.h:
5481         * lyxlookup.h:
5482         * box.h: do not include <config.h> in header files
5483
5484         * text.C (paintLastRow): remove unused variable
5485
5486         * text.C (transformChar):
5487         (insertChar):
5488         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
5489
5490         * Painter.C (text):
5491         * font.C (width): rewrite to use uppercase() instead of
5492         islower/toupper.
5493
5494         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
5495
5496 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
5497
5498         * lyxfind.C: clean up of find failure position change
5499
5500 2001-12-20  Juergen Vigna  <jug@sad.it>
5501
5502         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
5503
5504         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
5505         (TeXRow): added to LaTeX a single tabular row.
5506         (TeXLongtableHeaderFooter): added to output LT-h/f data.
5507         (Latex): simplified and finally good LT-h/f support.
5508         (various_functions): just small adaptions for LT-h/f support.
5509
5510         * tabular_funcs.[hC]: added and moved here all not classfunctions
5511         of LyXTabular.
5512
5513 2001-12-19  Juergen Vigna  <jug@sad.it>
5514
5515         * tabular.[Ch]: better support for longtabular options (not finished
5516         yet!)
5517
5518 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5519
5520         * text.C (paintLastRow): use the label font instead of the font of
5521         the last character to compute the size of *_BOX. This makes more
5522         sense and avoids a crash with empty paragraphs.
5523         Use Painter::rectangle to draw EMPTY_BOX.
5524
5525 2001-12-19  Juergen Vigna  <jug@sad.it>
5526
5527         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
5528         the paragraphs if the replaced paragraph is not the first one!
5529         Tried to delete not used paragraphs but does not work yet so for
5530         now it's inside #ifdef's and by default off!
5531
5532 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5533
5534         * MenuBackend.C: include "lyx_main.h" instead of declaring
5535         lastfiles (actually was declared as LastFiles* instead of a
5536         scoped_ptr).
5537
5538 2001-12-17  Juergen Vigna  <jug@sad.it>
5539
5540         * tabular.C (AppendColumn): applied John's fix
5541
5542 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
5543
5544         * BufferView.h:
5545         * BufferView.C:
5546         * BufferView_pimpl.h:
5547         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
5548
5549         * Makefile.am:
5550         * box.h: new start of class for above
5551
5552         * lyxfunc.C: ignore space-only minibuffer dispatches.
5553           Show the command name when it doesn't exist
5554
5555         * minibuffer.C: don't add empty lines to the history
5556
5557         * minibuffer.C: add a space on dropdown completion
5558
5559 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
5560
5561         * text.C: fix line above/below drawing in insets
5562
5563 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5564
5565         * lyxlength.C (LyXLength): Initialize private variables.
5566
5567 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
5568
5569         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
5570         when inserting error insets.
5571
5572 2001-12-13  Juergen Vigna  <jug@sad.it>
5573
5574         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
5575         actually sometimes the before-paragraph.
5576         (setUndo): don't clear the redostack if we're not actually undoing!
5577
5578 2001-12-06  Juergen Vigna  <jug@sad.it>
5579
5580         * undo_funcs.C (textHandleUndo): well after John's hint I got here
5581         and fixed redoing of main paragraph, so we can use it now ;)
5582
5583         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
5584
5585 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5586
5587         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
5588         Juergen's request
5589
5590 2001-12-13  André Pönitz <poenitz@gmx.net>
5591
5592         * undostack.[Ch]:
5593         * undo_func.C: minor cleanup
5594
5595 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5596
5597         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
5598         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
5599         font in urw-fonts package which is marked as -urw-fontspecific and
5600         does not work (incidentally, changing the encoding in the
5601         fonts.dir of this package to -adobe-fontspecific fixes the
5602         problem).
5603
5604         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
5605         is a crash when undoing first paragraph (Juergen, please take a
5606         look). THis does not mean the undo fix is wrong, just that it
5607         uncovers problems.
5608
5609         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
5610         the (Paragraph*) version when needed instead of duplicating the
5611         code.
5612
5613         * text.C (workWidth): use Inset::parOwner to find out where the
5614         inset has been inserted. This is a huge performance gain for large
5615         documents with lots of insets. If Inset::parOwner is not set, fall
5616         back on the brute force method
5617
5618         * paragraph_pimpl.C (insertInset):
5619         * paragraph.C (Paragraph):
5620         (cutIntoMinibuffer): set parOwner of insets when
5621         inserting/removing them
5622
5623         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
5624
5625 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
5626
5627         * commandtags.h:
5628         * LyXAction.C:
5629         * lyx_main.C:
5630         * lyxfunc.C:
5631         * mathed/formulabase.C:
5632         * mathed/math_cursor.[Ch]:
5633         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
5634
5635
5636 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5637
5638         * lyxlength.[Ch] (operator!=): new function
5639
5640 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5641
5642         * text.C (workWidth): use Inset::parOwner to find out where the
5643         inset has been inserted. This is a huge performance gain for large
5644         documents with lots of insets. If Inset::parOwner is not set, fall
5645         back on the brute force method
5646
5647         * paragraph_pimpl.C (insertInset):
5648         * paragraph.C (Paragraph):
5649         (cutIntoMinibuffer): set parOwner of insets when
5650         inserting/removing them
5651
5652         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
5653
5654 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5655
5656         * tabular-old.C (getTokenValue):
5657         * tabular.C (getTokenValue):
5658         (write_attribute): new versions for LyXLength
5659         (everywhere): adjust the use of widths
5660
5661         * tabular.h: change the type of widths from string to LyXLength
5662
5663 2001-12-11  Ben Stanley <bds02@uow.edu.au>
5664
5665         * paragraph.C: fixed missing line number count when exporting
5666         Environments to LaTeX file
5667
5668         * buffer.C: added informational message for checking line numbers.
5669
5670 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5671
5672         * text2.C (deleteEmptyParagraphMechanism): if there is only one
5673         paragraph, do the 'double space' part, but not the 'empty
5674         paragraph' one.
5675
5676         * text.C (workWidth): small optimization
5677         (getLengthMarkerHeight): use minimal size for negative lengths.
5678
5679 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
5680
5681         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
5682
5683         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
5684
5685 2001-12-11  André Pönitz <poenitz@gmx.net>
5686
5687         * FontLoader.C:
5688         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
5689
5690 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
5691
5692         * text2.C: keep selection on a setFont()
5693
5694 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
5695
5696         * lyx_cb.C: another bv->text misuse, from insert label
5697
5698 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
5699
5700         * kbsequence.h:
5701         * kbsequence.C: re-instate nmodifier mask
5702
5703 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
5704
5705         * lyx_main.h: make lyxGUI private.
5706
5707 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
5708
5709         * lyxfind.C: place the cursor correctly on failed search
5710
5711 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5712
5713         * text.C (getLengthMarkerHeight): for small heights, the arrows
5714         are not always on top/bottom of the text
5715         (drawLengthMarker): smaller arrows; take the left margin in
5716         account; draw also vfills.
5717         (paintFirstRow):
5718         (paintLastRow): remove special code for vfill and standard spaces,
5719         since everything is handled in drawLengthMarker now.
5720
5721 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5722
5723         * buffer.C (insertErtContents): try to handle font and language
5724         interaction a bit better.g
5725
5726         * ColorHandler.C (updateColor): change the hash to cover the whole
5727         LColor enum, ws cleanup
5728         (getGCLinepars): ditto
5729         (getGCLinepars): only lookup in the linecache once.
5730
5731 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
5732
5733         * iterators.C (operator++): Make the iterator more robust
5734
5735         * BufferView2.C (removeAutoInsets): Use paragraph iterators
5736         (John's patch)
5737         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
5738
5739 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
5740
5741         * lyxtext.h:
5742         * text.C: better added space drawing
5743
5744 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
5745
5746         * LyXView.C:
5747         * BufferView2.C: fix layout combo update on inset unlock
5748
5749 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
5750
5751         * Makefile.am: don't compile unused files
5752
5753 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
5754
5755         * lyxfunc.C:
5756         * commandtags.h:
5757         * LyXAction.C: remove old LFUN_LAYOUTNO
5758
5759 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
5760
5761         * paragraph_pimpl.h:
5762         * paragraph_pimpl.C: isTextAt() doesn't need font param
5763
5764 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
5765
5766         * lyxlex.h:
5767         * lyxlex.C: little cleanup
5768
5769 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
5770
5771         * BufferView_pimpl.C: fix insertAscii for insets
5772
5773 2001-12-05  Juergen Vigna  <jug@sad.it>
5774
5775         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
5776         set the right font on the "multi" paragraph paste!
5777
5778 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5779
5780         * trans_decl.h:
5781         * trans_mgr.[Ch]:
5782         * trans.[Ch]:
5783         * lyxgluelength.C:
5784         * lyxlength.C: remove out-commented code.
5785
5786         * BufferView_pimpl:
5787         * CutAndPaste.C:
5788         * DepTable.C:
5789         * buffer.C:
5790         * chset.C:
5791         * lastfiles.C:
5792         * lyxlex.C:
5793         * lyxlex_pimpl.C:
5794         * lyxserver.C:
5795         * screen.C:
5796         * tabular-old.C:
5797         * tabular.C:
5798         * text.C:
5799         * trans_mgr.C:
5800         * vc-backend.C: change "while(" to "while ("
5801
5802         * lyxlength.[Ch]: add zero function to check if length is zero or
5803         not
5804         * lyxgluelength.C: use it
5805
5806 2001-12-05  Allan Rae  <rae@lyx.org>
5807
5808         * lyxlength.C: Attempted a fix for the abs(int) header selection.
5809         Works for 2.95.3, from what I understand of Garst's reports this should
5810         work for other g++ versions.  We're screwed if the abs(int) definition
5811         changed between bugfix releases of gcc.
5812
5813 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
5814
5815         * text.C: fix chapter label offset !
5816
5817 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
5818
5819         * lyxtext.h:
5820         * text.C: fix hfill at end of line, clean up
5821
5822 2001-12-04  Juergen Vigna  <jug@sad.it>
5823
5824         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
5825         that we force an update of the inset and it's owners if neccessary.
5826
5827 2001-12-03  Juergen Vigna  <jug@sad.it>
5828
5829         * text.C (rowLast): simplified code
5830
5831 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
5832
5833         * lyxfunc.C: fix show options on timeout
5834
5835 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5836
5837         * screen.C (topCursorVisible): scroll half a page when the cursor
5838         reached top of bottom of screen
5839
5840 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
5841
5842         * minibuffer.C: deactivate on loss of focus
5843
5844 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5845
5846         * vspace.[Ch] (operator!=): add operator.
5847
5848 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
5849
5850         * BufferView_pimpl.C: refuse to open an inset when
5851         there's a selection.
5852
5853 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
5854
5855         * BufferView_pimpl.C: allow to click on RHS of full row insets
5856
5857 2001-11-30  Juergen Vigna  <jug@sad.it>
5858
5859         * tabular.C (LyXTabular): add a same_id to set the same id's in the
5860         insets for undo reasons.
5861
5862 2001-11-28  André Pönitz <poenitz@gmx.net>
5863
5864         * vspace.[Ch]: cosmetical changes
5865
5866 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
5867
5868         * LyXAction.h:
5869         * LyXAction.C:
5870         * lyxfunc.h:
5871         * lyxfunc.C:
5872         * kbmap.h:
5873         * kbmap.C:
5874         * lyxrc.C:
5875         * kbsequence.h:
5876         * kbsequence.C: part re-write of old kb code
5877
5878         * Painter.C:
5879         * WorkArea.C: remove Lgb_bug_find_hack
5880
5881 2001-11-30  José Matos <jamatos@fep.up.pt>
5882
5883         * buffer.C (makeDocBookFile): add a comment to point a hack.
5884         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
5885         Fixed a double write of labels.
5886
5887 2001-11-29 Ben Stanley <bds02@uow.edu.au>
5888
5889         * LaTeX.C:
5890         * LaTeX.h Fixed bug in LaTeX class where it would not
5891         re-run latex if no depfiles were changed, but the .dvi was removed.
5892
5893 2001-11-28  André Pönitz <poenitz@gmx.net>
5894
5895         * all the files from the change on 2001/11/26:
5896         use lyx::layout_type instead of LyXTextClass::size_type
5897         use lyx::textclass_type instead of LyXTextClassList::size_type
5898
5899 2001-11-29  Juergen Vigna  <jug@sad.it>
5900
5901         * text.C: added support for paragraph::isFreeSpacing()
5902
5903         * buffer.C: same as above
5904
5905         * paragraph.h: inserted isFreeSpacing() function to enable
5906         FreeSpacing inside InsetERT.
5907
5908         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
5909         of the paragraph's in the cut/copy buffer to 0!
5910
5911         * text2.C (removeRow): remove the assert as it can!
5912
5913         * lyxtext.h: added helper function firstRow returning firstrow and
5914         made firstrow private again.
5915
5916         * BufferView2.C (lockInset): don't relock if we're already locked!
5917
5918         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
5919         the only paragraph.
5920         (removeRow): added Assert::(firstrow)
5921
5922         * debug.C: forgot to add INSETTEXT here.
5923
5924 2001-11-28  Juergen Vigna  <jug@sad.it>
5925
5926         * sp_spell.C (initialize): changed error text to more general
5927         spellchecker command use (not only ispell!)
5928
5929         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
5930
5931         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
5932
5933 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
5934
5935         * vspace.C: initialise lyxgluelength on failure
5936
5937 2001-11-28  Allan Rae  <rae@lyx.org>
5938
5939         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
5940         declaration & definition that looks like a function declaration.
5941
5942 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5943
5944         * BufferView2.C (copy):
5945         (copyEnvironment): do not clear the selection when doing a copy.
5946
5947         * text.C (paintFirstRow): compilation fix
5948
5949 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
5950
5951         * tabular.C (Latex): correct line count when writing latex.
5952
5953 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
5954
5955         * paragraph_pimpl.h:
5956         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
5957           bug a bit
5958
5959 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
5960
5961         * text.C:
5962         * LColor.h:
5963         * LColor.C: change vfillline->added_space
5964
5965         * text.C: add markers and text for added space
5966
5967         * vspace.C: fix comment
5968
5969 2001-11-28  André Pönitz <poenitz@gmx.net>
5970
5971         * paragraph.C: whitespace changes
5972         * all the other files from the change on 2001/11/26:
5973         change *::pos_type into lyx::pos_type
5974
5975 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5976
5977         * buffer.C (parseSingleLyXformat2Token): Set the language to the
5978         language of the document when inserting error insets.
5979
5980 2001-11-26  André Pönitz <poenitz@gmx.net>
5981
5982         * BufferView_pimpl.[Ch]:
5983         *       CutAndPaste.C:
5984         * buffer.[Ch]:
5985         * lyxcursor.[Ch]:
5986         * lyxfind.C:
5987         * lyxfunc.C:
5988         * lyxrow.[Ch]:
5989         * paragraph.[Ch]:
5990         * paragraph_pimpl.[Ch]:
5991         * sp_spell.C:
5992         * text.C:
5993         * text2.C: reduce header dependencies, introduce type for positions
5994
5995 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
5996
5997         * <various>: change to use Alert.h
5998
5999 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
6000
6001         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
6002         when encountering an unknown token.
6003         (readLyXformat2): Show an error message if there were unknown tokens.
6004
6005 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
6006
6007         * BufferView2.C:
6008         * BufferView_pimpl.C:
6009         * buffer.C:
6010         * paragraph.h:
6011         * text.C:
6012         * text2.C: use par->isInset()
6013
6014 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
6015
6016         * paragraph_pimpl.h:
6017         * paragraph_pimpl.C: cleanup
6018
6019 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6020
6021         * text2.C (removeRow):
6022         * text.C (setHeightOfRow): remove useless (and costly) call to
6023         getRow.
6024
6025 2001-11-20  Allan Rae  <rae@lyx.org>
6026
6027         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
6028         Now need Inset*::checkInsertChar() to return true for appropriate
6029         cases so that the characters in the minibuffer will actually be
6030         inserted.
6031
6032 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6033
6034         * text.C: change the order of the includes.
6035         (workWidth): initialize it at once.
6036         (workWidth): make maxw unsigned
6037         (setHeightOfRow): remove unused variable (inset)
6038         (selectSelectedWord): remove unused variable (inset)
6039         (paintRowText): fix drawing of hfill characters, and clean up a bit.
6040
6041 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6042
6043         * lyxserver.C (emergencyCleanup): do not try to close pipes if
6044         server is not running.
6045         (openConnection):
6046         (closeConnection): add debug info when server is disabled.
6047
6048         * ColorHandler.C (getGCForeground): send debug message to GUI
6049         channel.
6050
6051         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
6052
6053         * kbmap.C (bind): modify because return conventions of
6054         kb_sequence::parse have changed.
6055
6056         * kbsequence.C (parse): only ignore spaces and not any stupid
6057         control character. This avoids tests like s[i] <= ' ', which are
6058         guaranteed to fail with 8bit characters and signed chars.
6059         Change return code to string::npos when there have been no error
6060         (0 was a bad idea when error is at first character)
6061
6062 2001-11-14  José Matos  <jamatos@fep.up.pt>
6063
6064         * buffer.h:
6065         * buffer.C (simpleDocBookOnePar): removed unused argument.
6066
6067 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6068
6069         * text.C (selectNextWordToSpellcheck): do not test explicitely for
6070         insets which are part of a word. Paragraph::isLetter takes care of
6071         that now. Use Paragraph::isInset to identify insets.
6072         (selectSelectedWord): do not test for hyphenation break.
6073
6074         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
6075         that protected spaces are considered as spaces.
6076
6077         * paragraph.C (isLetter): cleanup the code for ispell extras; use
6078         Inset::isLetter.
6079
6080 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
6081
6082         * lyxserver.h:
6083         * lyxserver.C: fix it. and small cleanup.
6084
6085 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
6086
6087         * BufferView_pimpl.C: use inline helpers
6088
6089         * LaTeXFeatures.h:
6090         * LaTeXFeatures.C: fix typos
6091
6092         * Spacing.h:
6093         * Spacing.C: move spacing_string into class
6094
6095         * ToolbarDefaults.C: move stuff into namespace anon
6096
6097         * layout.h: update enum
6098
6099         * lyxfunc.C: use better debug
6100
6101         * minibuffer.h: fix typo
6102
6103         * debug.h:
6104         * debug.C:
6105         * WorkArea.C: add and use Debug::WORKAREA
6106
6107         * lyxtext.h:
6108         * text.C:
6109         * text2.C: code re-organisation, inline helpers
6110
6111 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
6112
6113         * Layout.C: replaced a few cases of std::vector.size() == 0 with
6114         std::vector.empty().
6115
6116 2001-11-09  Allan Rae  <rae@lyx.org>
6117
6118         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
6119         '\n's after tables.  Tabular and ERT inset work now makes this no
6120         longer necessary.
6121
6122 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
6123
6124         * minibuffer.h:
6125         * minibuffer.C: fix crash, improve drop-down completion
6126
6127 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
6128
6129         * lyxserver.h:
6130         * lyxserver.C: invalidate fd's when doing endPipe()
6131
6132 2001-11-08  José Matos  <jamatos@fep.up.pt>
6133
6134         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
6135         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
6136
6137         * paragraph.h:
6138         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
6139
6140 2001-11-07  José Matos  <jamatos@fep.up.pt>
6141
6142         * buffer.h:
6143         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
6144         const qualifier.
6145
6146         * buffer.C (sgmlOpenTag):
6147         * buffer.C (sgmlCloseTag): removed debug info.
6148
6149         * buffer.h (sgmlOpenTag):
6150         * buffer.h (sgmlCloseTag): made public.
6151
6152 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6153
6154         * buffer.C (saveParamsAsDefaults):
6155         * lyx_cb.C (MenuLayoutSave): remove
6156
6157         * LyXAction.C (init):
6158         * commandtags.h:
6159         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
6160
6161 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6162
6163         * buffer.C (setPaperStuff): removed from here...
6164
6165         * bufferparams.C (setPaperStuff): ... and moved there.
6166
6167 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
6168
6169         * minibuffer.h:
6170         * minibuffer.C:
6171         * XFormsView.C: add support for drop-down completion
6172
6173 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
6174
6175         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
6176         commands.
6177
6178 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6179
6180         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
6181         disabled.
6182
6183 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
6184
6185         * lyx_main.C: change ref to known bugs
6186
6187 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
6188
6189         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
6190         to work around older babel problems.
6191
6192 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
6193
6194         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
6195
6196 2001-10-24  Juergen Vigna  <jug@sad.it>
6197
6198         * tabular-old.C (ReadOld): below variable changes reflected.
6199
6200         * tabular.[Ch]: added ltType struct for longtable header/footer
6201         defines and changed all instances where they are used. Added
6202         future support for double top/bottom rows.
6203
6204 2001-10-24  José Matos  <jamatos@fep.up.pt>
6205
6206         * buffer.h (docbookHandleCaption):
6207         * buffer.C (docbookHandleCaption): removed unused function.
6208         (makeDocBookFile): moved docbook supported version to v4.1.
6209
6210 2001-10-24  José Matos  <jamatos@fep.up.pt>
6211
6212         * tabular.h:
6213         * tabular.C (docbookRow): new function to export docbook code of a row.
6214         (DocBook): now honors the longtable flags.
6215
6216 2001-10-23  José Matos  <jamatos@fep.up.pt>
6217
6218         * LaTeXFeatures.h:
6219         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
6220         of the lyx defined sgml entities used in a docbook/linuxdoc document.
6221
6222         * buffer.C (makeLinuxDocFile):
6223         (makeDocBookFile): reworked the preamble, more clean, and with
6224         support for lyx defined entities. Changed the document declaration
6225         to be more XML friendly.
6226
6227         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
6228         if we need to output XML that should be done with a filter.
6229
6230 2001-10-22  Juergen Vigna  <jug@sad.it>
6231
6232         * sp_pspell.h (class PSpell): add alive function needed in the
6233         controller to see if the spellchecker could be started.
6234
6235 2001-10-22  Juergen Vigna  <jug@sad.it>
6236
6237         * buffer.C (insertStringAsLines): modify the font for inserting
6238         chars in certain conditions by calling checkInsertChar(font).
6239
6240 2001-10-19  Juergen Vigna  <jug@sad.it>
6241
6242         * text.C (workWidth): use getRow instead of wrong algorithm.
6243         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
6244
6245 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
6246
6247         * lyxserver.h:
6248         * lyxserver.C:
6249         * lyx_main.h:
6250         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
6251
6252 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6253
6254         * text.C (workWidth): do not search for the exact row when
6255         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
6256         optimization for big documents.
6257
6258 2001-10-18  Juergen Vigna  <jug@sad.it>
6259
6260         * text.C (workWidth): new function with added Inset * parameter.
6261
6262 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6263
6264         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
6265
6266         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
6267         change return type of getColumnNearX.
6268
6269
6270         * text.C (changeRegionCase): use uppercase/lowercase instead of
6271         toupper/tolower.
6272         (leftMargin):
6273         (rightMargin): simplify code by factoring out the uses of
6274         textclasslist.
6275         (labelFill):
6276         (numberOfHfills):
6277         (setHeightOfRow):
6278         (appendParagraph): use Paragraph::size_type
6279
6280 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6281
6282         * vspace.C (asLatexString): add a missing break
6283
6284 2001-10-15  Herbert Voss  <voss@perce.de>
6285
6286         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
6287
6288 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6289
6290         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
6291         is not available.
6292
6293 2001-10-10  André Pönitz <poenitz@gmx.net>
6294
6295         * lyxfunc.C: removed greek_kb_flag.
6296
6297 2001-10-10  Herbert Voss  <voss@perce.de>
6298
6299         * lyx_main.C: delete global string help_lyxdir.
6300
6301 2001-10-09  Herbert Voss  <voss@perce.de>
6302
6303         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
6304
6305         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
6306
6307         * lyx_main.C: added global string help_lyxdir.
6308
6309         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
6310
6311 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6312
6313         * lyxrc.C (set_font_norm_type): support iso8859-4
6314
6315 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
6316
6317         * LaTeX.C (deplog): add another regex for MikTeX
6318
6319 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6320
6321         * lyxrc.C (set_font_norm_type): support iso8859-3
6322
6323 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6324
6325         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
6326
6327         * LaTeXFeatures.C: remove special case of french and index
6328
6329         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
6330         before \begin{document}). This solves several incompatibilities.
6331
6332 2001-10-03  Garst Reese  <reese@isn.net>
6333
6334         * lyx_cb.C: change CheckTex error msg.
6335
6336 2001-10-03  José Matos  <jamatos@fep.up.pt>
6337
6338         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
6339
6340 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6341
6342         * .cvsignore: update
6343
6344         * lyx_main.C (commandLineVersionInfo): use new style version info.
6345
6346         * buffer.C (writeFile):
6347         (makeLaTeXFile):
6348         (makeLinuxDocFile):
6349         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
6350
6351         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
6352
6353         * version.h: update to use stuff in version.C
6354
6355         * version.C.in: new file. Contains version information determined
6356         at compile time. This is a merging of version.h and
6357         version_info.h.in.
6358
6359 2001-10-03  Juergen Vigna  <jug@sad.it>
6360
6361         * BufferView_pimpl.C (update): don't change "dirty" status in
6362         updateInset call.
6363
6364 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
6365
6366         * WorkArea.C (c-tor): re-position version string slightly.
6367
6368 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
6369
6370         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
6371         revert to previous code.
6372
6373         WorkArea.[Ch]: (show, destroySplash): methods removed.
6374
6375         WorkArea.C: rework code so that it's an amalgam of the codes before and
6376         after the splash screen was moved to WorkArea.
6377
6378 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6379
6380         * lyxrc.C (read):
6381         * vspace.C (inPixels):
6382         (lyx_advance):
6383         * kbmap.C (bind):
6384         * buffer.C (insertStringAsLines):
6385         (asciiParagraph): fix types to be large enough
6386
6387         * lyxlex_pimpl.h: change member status from short to int
6388
6389         * layout.h: fix type of endlabeltype
6390
6391         * kbmap.C (bind):
6392         * kbsequence.C (parse): change return type to string::size_type
6393
6394         * LaTeX.C (updateBibtexDependencies): comment out unneeded
6395         variable
6396
6397         * Bullet.C (bulletSize):
6398         (bulletEntry): do not use short ints as parameters
6399
6400         * BufferView2.C (insertLyXFile): change a char to an int.
6401
6402         * WorkArea.C (WorkArea): remove unneeded floats in computation
6403
6404 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
6405
6406         * buffer.C (asciiParagraph): Treat '\\' as other chars.
6407
6408         * paragraph.C (asString): Do not ignore newline/hfill chars when
6409         copying to the clipboard.
6410
6411 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
6412
6413         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
6414         after a multi-line inset.
6415
6416 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
6417
6418         * paragraph.C (validate): Set NeedLyXFootnoteCode
6419
6420 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
6421
6422         * lyxfont.C (LyXSizeNames): changed increase-error to increase
6423         and decrease-error to decrease.
6424
6425 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6426
6427         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
6428         it more readable (should be equivalent)
6429
6430 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6431
6432         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
6433
6434 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6435
6436         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
6437         of a cursor (row, etc.) after a character has been deleted
6438         (deleteEmptyParagraphMechanism): call the method above on _all_
6439         cursors held by the LyXText when a double space has been
6440         detected/deleted.
6441
6442 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
6443
6444         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
6445         pixmap.
6446         (resizeCurrentBuff): remove code to destroy the old splash dialog.
6447
6448         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
6449         background. Use greyOut() and the new show() methods to toggle between
6450         the foreground and background. Add code to remove the splash after
6451         its initial showing.
6452
6453         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
6454         (create_forms): no longer call Dialogs::showSplash.
6455
6456 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6457
6458         * .cvsignore: add version_info.h
6459
6460 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6461
6462         * version_info.h.in: new file
6463
6464         * Makefile.am: add version_info.h.in
6465
6466         * lyx_main.C (commandLineVersionInfo): use version_info defined in
6467         version_info.h instead of VERSION_INFO
6468
6469 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
6470
6471         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
6472         The ERT inset now returns string().
6473
6474 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
6475
6476         * lyxtext.h, text.C (selectNextWord): renamed as
6477         selectNextWordToSpellcheck.
6478
6479         * text.C (selectNextWordToSpellcheck): Modified to not select
6480         words inside an ERT inset.
6481
6482 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6483
6484         * lyx_cb.C (MenuLayoutSave): change a bit the question
6485
6486         * sp_base.h: include <sys/types.h>
6487
6488 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
6489
6490         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
6491
6492 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
6493
6494         * several files: fix typos in user-visible strings
6495
6496 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6497
6498         * text2.C (pasteSelection): do not set the selection, since it
6499         will be cleared later. Actually, the intent was to fix the way the
6500         selection was set, but I figured rmoving the code was just as good.
6501
6502 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
6503
6504         * FontLoader.C (available): Check if font is available without
6505         loading the font.
6506
6507 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
6508
6509         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
6510
6511 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
6512
6513         * lyxrc.[Ch]: added display_graphics variable and associated code.
6514
6515 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6516
6517         * bufferparams.C (hasClassDefaults): new method. Returns true if
6518         the buffer parameters correspond to known class defaults
6519
6520 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
6521
6522         * XFormsView.C (show): set minimum size to the main window.
6523
6524 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6525
6526         * text2.C (copySelection):
6527         (cutSelection):
6528         * lyxfind.C (LyXReplace):
6529         * BufferView_pimpl.C (Dispatch): pass the correct flag to
6530         LyXText::selectionAsString.
6531
6532         * paragraph.C (asString): add "label" argument to the second form
6533
6534         * text2.C (selectionAsString): add "label" argument and pass it to
6535         Paragraph::asString.
6536
6537 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6538
6539         * lyx_main.C (commandLineHelp): remove version information
6540
6541 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
6542
6543         * lyx_main.C: add -version commandline option
6544
6545 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6546
6547         * paragraph.h: make the optional constructor arg required instead.
6548         some modifications to other files because of this.
6549
6550         * minibuffer.C (C_MiniBuffer_peek_event): make it static
6551
6552         * lyxserver.C (C_LyXComm_callback): make it static
6553
6554         * lyx_main.C (error_handler): make it static
6555
6556         * lyx_gui.C (LyX_XErrHandler): make it static
6557
6558         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
6559
6560         * WorkArea.C: make the extern "C" methods static.
6561
6562         * Makefile.am (lyx_LDADD): simplify
6563
6564 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
6565
6566         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
6567         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
6568
6569         * LyXAction.C (init):
6570         * lyxfunc.C (dispatch): associated code removal.
6571
6572 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6573
6574         * lyxfont.h (isSymbolFont): shut off warning
6575
6576         * text.C (setHeightOfRow):
6577         (getVisibleRow): fix crash with empty paragraphs which have a
6578         bottom line
6579
6580 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
6581
6582         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
6583         code.
6584
6585 2001-09-04  José Matos  <jamatos@fep.up.pt>
6586         * buffer.C
6587         * buffer.h
6588         * tabular.C (docbook): rename docBook method to docbook.
6589
6590 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
6591
6592         * Makefile.am: add dependencies to main.o.
6593
6594 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
6595
6596         * FontLoader.C (available): Return false if !lyxrc.use_gui
6597
6598 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
6599
6600         * FontInfo.C (query):
6601         * converter.C (view):
6602         * importer.C (Import):
6603         * exporter.C (Export): Can not -> cannot.
6604
6605 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
6606
6607         * BufferView_pimpl.C: allow to create index inset even if
6608           string is empty
6609
6610 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
6611
6612         * buffer.C (getLists): replace boost::tie code with an explicit pair
6613         as boost::tie can break some compilers.
6614
6615         * iterators.h: Added a std:: declaration to the return type of
6616         ParIterator::size.
6617
6618 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
6619
6620         * lyxrc.C: add help for view_dvi_paper_option, default to safe
6621           case.
6622
6623 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
6624
6625         * iterators.[Ch]: New files. Provide paragraph iterators.
6626
6627         * buffer.C (changeLanguage): Use paragraph iterators.
6628         (isMultiLingual): ditto
6629
6630         * BufferView2.C (ChangeInsets): Use paragraph iterators.
6631
6632 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
6633
6634         * FontLoader.C: Support for cmr font.
6635
6636 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
6637
6638         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
6639         (available): New method.
6640
6641         * FontInfo.C (getFontname): Use scalable fonts even when
6642         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
6643         found.
6644
6645 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
6646
6647         * converter.C (Formats::view): reverted! Incorrect fix.
6648
6649 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
6650
6651         * converter.C (Formats::view): only output the -paper option
6652         if the dvi viewer is xdvi, thereby fixing bug #233429.
6653
6654 2001-08-23  Herbert Voss  <voss@perce>
6655
6656         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
6657
6658 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6659
6660         * Spacing.h (Spacing): Set space to Default on in the default
6661         constructor.
6662
6663 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6664
6665         * vc-backend.h (RCS::versionString): add RCS to version
6666         (CVS::versionString): add CVS to version
6667
6668         * vc-backend.C (scanMaster): do not add CVS to version.
6669         (scanMaster): do not add RCS to version
6670
6671         * lyxvc.C (versionString): new method
6672
6673         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
6674
6675 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6676
6677         * Spacing.C (set): initialize fval
6678
6679 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
6680
6681         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
6682         " or \.
6683
6684 2001-08-16  Juergen Vigna  <jug@sad.it>
6685
6686         * lyxfunc.C (dispatch): implemented the new FINISHED states.
6687
6688 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
6689
6690         * BufferView_pimpl.C:
6691         * figureForm.C:
6692         * lyxtext.h:
6693         * text2.C: setParagraph takes linespacing now
6694
6695 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
6696
6697         * LyxAction.C: add internal LFUN_CITATION_INSERT
6698
6699         * LyXView.C: actually apply fix
6700
6701         * bufferlist.C: fix open non-existent file
6702
6703         * lyxfind.C: fix indentation
6704
6705         * lyxfunc.C: remove unneeded assert, fix typo
6706
6707 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
6708
6709         * MenuBackend.C: use "Floatname List"
6710
6711 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
6712
6713         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
6714         when converting LaTeX layout to insetERT.
6715         Generate a non-collapsed float when reading old float
6716
6717 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
6718
6719         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
6720         ERT insets.
6721
6722 2001-08-13  Juergen Vigna  <jug@sad.it>
6723
6724         * text.C (fill): return 0 instead of 20 as this seems to be the more
6725         correct value.
6726
6727 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
6728
6729         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
6730         lyxrc.font_norm.
6731
6732 2001-08-13  Juergen Vigna  <jug@sad.it>
6733
6734         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
6735         casesensitive off.
6736         (SearchBackward): comment out the unlocking of the inset_owner this
6737         should not be needed!
6738
6739 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
6740
6741         * Many files: Remove inherit_language, and add latex_language
6742
6743         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
6744         collapsible insets.
6745
6746 2001-08-10  Juergen Vigna  <jug@sad.it>
6747
6748         * text.C (prepareToPrint): fixed hfill-width in draw!
6749
6750         * BufferView2.C (selectLastWord): save the selection cursor as this
6751         now is cleared in the function LyXText::clearSelection!
6752
6753 2001-08-08  Juergen Vigna  <jug@sad.it>
6754
6755         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
6756         BACKSPACE type functions.
6757
6758         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
6759         is only cutted from the document but not put in the cut-buffer, where
6760         still the old stuff should be.
6761
6762         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
6763
6764         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
6765
6766         * tabular.C (SetWidthOfCell): fixed special case where the width
6767         was not updated!
6768         (LeftLine): handle '|' in align_special.
6769         (RightLine): ditto
6770         (LeftAlreadyDrawed): ditto
6771         (SetWidthOfCell): ditto
6772
6773 2001-08-07  Juergen Vigna  <jug@sad.it>
6774
6775         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
6776
6777 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6778
6779         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
6780         * lyxlex.[hC]: ditto
6781
6782 2001-08-06  Juergen Vigna  <jug@sad.it>
6783
6784         * text.C (getVisibleRow): fix up row clearing a bit.
6785
6786 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6787
6788         * minibuffer.C: make sure the X server sees the changes in the input.
6789
6790 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6791
6792         * paragraph.C (getFont): split into...
6793         (getLabelFont): this
6794         (getLayoutFont): and this
6795         * paragraph_pimpl.C (realizeFont): calling this
6796
6797         * text2.C (getFont): split into...
6798         (getLayoutFont): this
6799         (getLabelFont): and this
6800         (realizeFont): all three calling this
6801
6802         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
6803         files where used.
6804
6805 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6806
6807         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
6808
6809 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
6810
6811         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
6812         layouts from the Quote inset insertion.
6813
6814 2001-08-03  Juergen Vigna  <jug@sad.it>
6815
6816         * BufferView_pimpl.C (update): do the fitCursor only at the end!
6817
6818         * screen.C (drawFromTo): don't call fitcursor here and do the loop
6819         only if status not is already CHANGED_IN_DRAW (second level).
6820
6821         * text.C (draw): don't set the need_break_row when inside an
6822         InsetText LyXText.
6823
6824 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6825
6826         * buffer.C (parseSingleLyXformat2Token): handle more latex
6827         conversion cases.
6828
6829         * bufferview_funcs.[hC]: change function names to
6830         begin with small char, adjust other files.
6831
6832 2001-08-02  André Pönitz <poenitz@gmx.net>
6833
6834         * lyxfunc.C:
6835         BufferView_pimpl.C: remove broken special code for math-greek
6836
6837 2001-08-02  Juergen Vigna  <jug@sad.it>
6838
6839         * BufferView_pimpl.C (update): redone this function so that we
6840         update the text again if there was a CHANGE_IN_DRAW.
6841
6842         * screen.C (cursorToggle): removed LyXText parameter and recoded.
6843         (drawFromTo): added a new internal bool which is used by draw() and
6844         redraw() function.
6845         (general): some cursor drawing problems fixed.
6846
6847 2001-08-01  Juergen Vigna  <jug@sad.it>
6848
6849         * lyxfind.C (LyXFind): fixed
6850         (SearchForward): ditto
6851         (SearchBackward): ditto
6852
6853         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
6854         spurius drawing of the cursor in the main area.
6855
6856         * text2.C (status): small fix which could lead to a segfault!
6857         (clearSelection): remove unneeded BufferView param.
6858
6859 2001-08-01  André Pönitz <poenitz@gmx.net>
6860
6861         * lyxfunc.C: small change due to changed mathed interface
6862
6863 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6864
6865         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
6866
6867 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
6868
6869         * lyxfunc.c: fail gracefully if file doesn't exist
6870
6871         * LyXSendto.C:
6872         * buffer.C:
6873         * lyxfunc.C:
6874         * BufferView_pimpl.C: IsDirWriteable() proto changed
6875
6876         * LyXView.C: fix updateWindowTitle() to store the last title
6877
6878 2001-07-31  Juergen Vigna  <jug@sad.it>
6879
6880         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
6881         the font (wrong since using of Paragraph::highestFontInRange).
6882
6883         * paragraph.C (highestFontInRange): added a default_size parameter.
6884
6885         * text.C (getVisibleRow): minor clear row changes (still not perfect).
6886         (setHeightOfRow): reformat
6887
6888 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6889
6890         * converter.[hC] + affected files: move to (inital-char)lowercase
6891         function names.
6892
6893         * ParagraphParameters.C (ParagraphParameters): remove commented code
6894
6895         * PainterBase.[Ch]: remove commented code
6896
6897         * LaTeXFeatures.h: add "bool floats" for float.sty
6898
6899         * LaTeXFeatures.C (LaTeXFeatures): init floats
6900         (require): handle float
6901         (getPackages): do it with floats
6902
6903 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6904
6905         * BufferView_pimpl.C (Dispatch): improve handling of
6906         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
6907
6908         * commandtags.h: #include lyxfont.h here temporarily to avoid
6909         keybinding bug.
6910
6911         * bufferlist.h: include LString.h here.
6912
6913 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6914
6915         * text2.C (getStringToIndex): new method.
6916
6917 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
6918
6919         * *: Reduced header file dependencies all over.
6920
6921 2001-07-30  Baruch Even  <baruch@lyx.org>
6922
6923         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
6924
6925 2001-07-29  Baruch Even  <baruch@lyx.org>
6926
6927         * buffer.C (readInset): Changed GRAPHICS to Graphics.
6928
6929 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6930
6931         * ParameterStruct.h (endif): add a default constructor to make
6932         sure that all variables is initialized.
6933
6934         * ParagraphParameters.C (ParagraphParameters): adjust
6935
6936 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6937
6938         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
6939         index; also, check that there is something to index, and that it
6940         does not span over several paragraphs.
6941         (doubleClick): use WHOLE_WORD_STRICT for double click.
6942
6943         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
6944
6945         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
6946         scheme.
6947
6948 2001-07-26  Baruch Even  <baruch@lyx.org>
6949
6950         * buffer.C (readInset): Changed to call up InsetGraphics when reading
6951         an InsetFig figure, backwards compatible reading of old figure code.
6952
6953 2001-07-27  Juergen Vigna  <jug@sad.it>
6954
6955         * text2.C: font.realize function adaption.
6956
6957         * text.C (draw): add a warnings lyxerr text if needed.
6958
6959         * layout.C: font.realize function adaption.
6960
6961         * language.C: add inherit_language and implement it's handlings
6962
6963         * bufferview_funcs.C (StyleReset): remove language parameter from
6964         font creation (should be language_inherit now).
6965
6966         * bufferparams.C (writeFile): handle ignore_language.
6967
6968         * paragraph.C (getFontSettings): the language has to be resolved
6969         otherwise we have problems in LyXFont!
6970
6971         * lyxfont.C (lyxWriteChanges): added document_language parameter
6972         (update): removed unneeded language parameter
6973
6974         * paragraph.C (validate): fixed wrong output of color-package when
6975         using interface colors for certain fonts in certain environments,
6976         which should not seen as that on the final output.
6977
6978 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
6979
6980         * BufferView_pimpl.C:
6981         * Thesaurus.h:
6982         * Thesaurus.C:
6983         * Makefile.am:
6984         * commandtags.h:
6985         * LyXAction.C: add thesaurus support
6986
6987         * lyxfind.h:
6988         * lyxfind.C: add "once" parameter, for thesaurus, to not
6989           move to the next match
6990
6991 2001-07-26  Juergen Vigna  <jug@sad.it>
6992
6993         * lyxfont.C (realize): honor ignore_language too!
6994         (resolved): ditto.
6995
6996         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
6997
6998         * text.C (draw): one place more for ignore_language to not draw
6999         itself!
7000
7001 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
7002
7003         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
7004
7005 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7006
7007         * buffer.C (parseSingleLyXformat2Token): a more general fix for
7008         the minipage conversion problem.
7009
7010 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7011
7012         * buffer.C (parseSingleLyXformat2Token): check minipage if we
7013         insert an inset.
7014
7015 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7016
7017         * BufferView.h: don't forward declare WorkArea
7018
7019         * BufferView.C: don't include WorkArea.h
7020
7021 2001-07-25  André Pönitz <poenitz@gmx.net>
7022
7023         * commandtags.h:
7024         * LyXAction.C:
7025         * lyxfunc.C:  new LFUN 'math-space'
7026
7027         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
7028
7029 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7030
7031         * text2.C (toggleInset): call open/close
7032
7033 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7034
7035         * lyxfunc.C (dispatch): add debug for the disabled case
7036
7037         * font.C (buttonText): make similar to rectText
7038
7039         * buffer.C (readInset): comment out parsing of insetlist and
7040         insttheorem
7041
7042         * PainterBase.C (rectText): small correction
7043
7044         * BufferView_pimpl.C: comment out insettheorem and insetlist
7045         * LyXAction.C: ditto
7046         * commandtags.h: ditto
7047
7048 2001-07-24  Juergen Vigna  <jug@sad.it>
7049
7050         * text.C (draw): honor the ignore_language.
7051
7052         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
7053
7054 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7055
7056         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
7057         char inset.
7058
7059 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7060
7061         * lyxtext.h: remove unused (and unimplemented) methods
7062
7063 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7064
7065         * text.C (getVisibleRow): honor background color
7066
7067         * PainterBase.h:
7068         * Painter.h: remove default color argument for fillRectangle
7069
7070         * text.C (backgroundColor): new method
7071
7072 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7073
7074         * text.C (getVisibleRow): adjust
7075
7076         * font.[Ch] (rectText): new method, metrics
7077         (buttonText): new method, metrics
7078
7079         * PainterBase.[hC]: make rectText and buttonText always draw and take
7080         fewer paramteres.
7081
7082 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7083
7084         * ToolbarDefaults.C (read):
7085         * MenuBackend.C (read): allow escaping in all strings
7086
7087         * BufferView_pimpl.C (insertAndEditInset): new method.
7088         (Dispatch): use insertAndEditInset whenever appropriate.
7089
7090         * BufferView_pimpl.C (insertNote): removed
7091
7092         * BufferView_pimpl.C (smartQuote): new method, moved from
7093         BufferView; if an insetquote cannot be inserted, insert a '"'
7094         character instead.
7095
7096         * BufferView2.C: remove insertCorrectQuote();
7097
7098         * lyxfunc.C (getStatus): Add support for all remaingin
7099         inset-insert lfuns.
7100
7101         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
7102
7103         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
7104         command (necessary to pass " as parameter of self-insert.
7105
7106         * text.C (selectWordWhenUnderCursor):
7107         (selectWord): add word_location parameter
7108         (selectWordWhenUnderCursor): same + remove special code for word
7109         boundary.
7110         (selectNextWord): use kind() to guess type of insetspecialchar,
7111         not latex().
7112
7113         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
7114         (insertErtContents): create ert insets as collapsed.
7115         (readInset): better compatibility code for Info inset.
7116
7117 2001-07-20  Juergen Vigna  <jug@sad.it>
7118
7119         * lyxfunc.C (dispatch): use always LyXFind now!
7120
7121         * text2.C (init): add a reinit flag so that the LyXText can be
7122         reinited instead of deleted and reallocated (used in InsetText).
7123
7124         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
7125
7126         * text.C: ditto
7127
7128         * text2.C: ditto
7129
7130 2001-07-18  Juergen Vigna  <jug@sad.it>
7131
7132         * text.C (selectNextWord): handle insets inside inset by calling
7133         always the bv->text functions so that we can go up the_locking_inset!
7134
7135         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
7136         in strange locations when inside an inset!
7137
7138         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
7139         handling to include insets.
7140
7141         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
7142
7143 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7144
7145         * LyXAction.C (init):
7146         * commandtags.h:
7147         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
7148         LIGATURE_BREAK, since the name is so stupid.
7149
7150 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
7151
7152         * buffer.C (readInset): enable reading of new InsetNotes as well as old
7153         InsetInfos.
7154
7155         * FontLoader.C: remove FORMS_H_LOCATION cruft.
7156
7157         * sp_form.[Ch]: remove.
7158
7159         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
7160
7161         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
7162         InsetInfo.
7163
7164         * src/buffer.C (readInset): ditto.
7165
7166 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7167
7168         * BufferView_pimpl.C (specialChar): new method. Obsoletes
7169         menuSeparator(), endOfSentenceDot(), ldots() and
7170         hyphenationPoint(), which are therefore removed.
7171         (Dispatch): handle LFUN_HYPHENATION_BREAK.
7172
7173         * LyXAction.C (init):
7174         * commandtags.h: add LFUN_HYPHENATION_BREAK.
7175
7176         * paragraph.C (getWord): removed.
7177
7178         * BufferView_pimpl.C (Dispatch): use last word or selection for
7179         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
7180
7181         * lyx_main.C (queryUserLyXDir): do not ask before creating
7182         user_dir, except if it has been named explicitely.
7183
7184 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
7185
7186         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
7187         a document of zero size.
7188
7189 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
7190
7191         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
7192         approriately in the c-tor and in require().
7193         (getPackages): output the appropriate LaTeX for natbib support.
7194
7195         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
7196         variables "use_natbib" and "use_numerical_citations" when reading the
7197         LyX file.
7198         (readInset): read the various natbib cite commands.
7199         (validate): white-space change.
7200
7201         * bufferparams.[Ch]: new variables "bool use_natbib" and
7202         "bool use_numerical_citations".
7203         (writeFile): output them in the LyX file.
7204
7205 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7206
7207         * lyxfunc.C (getStatus): add support for all the inset insertion
7208         commands.
7209
7210         * text2.C (insertInset):
7211         * paragraph.C (insetAllowed):
7212         * BufferView_pimpl.C (insertInset): update to take in account the
7213         renaming of insertInsetAllowed
7214
7215         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
7216
7217         * text2.C (getInset): new method. returns inset at cursor position.
7218
7219         * BufferView_pimpl.C (Dispatch): changes because of this.
7220
7221         * LyXAction.C (init): rename open-stuff to inset-toggle.
7222
7223         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
7224
7225         * text2.C (toggleInset): renamed from openStuff; use
7226         Inset::open().
7227
7228 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
7229
7230         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
7231
7232         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
7233
7234 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
7235
7236         * buffer.C (readLyXformat2): Add filename to the error dialog
7237
7238 2001-07-18  Juergen Vigna  <jug@sad.it>
7239
7240         * tabular.C (GetCellNumber): put an assert here instead of the check!
7241
7242 2001-07-17  Juergen Vigna  <jug@sad.it>
7243
7244         * BufferView_pimpl.C (toggleSelection): adapted too.
7245
7246         * text.C (selectNextWord): adapted for use with insets.
7247         (selectSelectedWord): ditto
7248
7249 2001-07-17  Juergen Vigna  <jug@sad.it>
7250
7251         * sp_spell.C (PSpell): fix initialitation order.
7252
7253 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7254
7255         * paragraph.C: spacing
7256
7257 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
7258
7259         * sp_spell.C: repair language selection for pspell
7260
7261 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7262
7263         * lyxfunc.h: change more methods to begin with lower char.
7264
7265 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
7266
7267         * buffer.C (parseSingleLyXformat2Token): Generate error insets
7268         for unknown layouts.
7269
7270 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
7271
7272         * buffer.C (readLyXformat2): Generate an error dialog if there are
7273         unknown layouts.
7274
7275 2001-07-16  Juergen Vigna  <jug@sad.it>
7276
7277         * sp_spell.C: always compile ISpell part.
7278
7279         * lyxrc.C: added use_pspell entry and it's handling.
7280
7281 2001-07-13  Juergen Vigna  <jug@sad.it>
7282
7283         * sp_spell.C: removed double includes.
7284
7285 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
7286
7287         Consistent use of Lsstream.h:
7288         * Lsstream.h: added using std::stringstream for consistencies sake.
7289
7290         * buffer.C: removed using std::stringstream
7291
7292         * lyxfont.C (stateText):
7293         * paragraph.C (asString):
7294         * text.C (selectNextWord, selectSelectedWord):
7295         * text2.C (setCounter):
7296         * vspace.C (asString, asLatexString):
7297         std::ostringstream -> ostringstream.
7298
7299 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
7300
7301         * LyXAction.C: add LFUN_HELP_ABOUTLYX
7302         * commandtags.h: add LFUN_HELP_ABOUTLYX
7303         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
7304
7305 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
7306
7307         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
7308         cursorToggle()
7309         * lyx_gui_misc.C: remove spellchecker
7310         * lyxfunc.C: showSpellchecker
7311         * sp_base.h: added
7312         * sp_ispell.h: added
7313         * sp_pspell.h: added
7314         * sp_spell.C: added
7315         * sp_form.[Ch]: removed
7316         * spellchecker.[Ch]: removed
7317
7318 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
7319
7320         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
7321         is set.
7322         (simpleTeXSpecialChars): Simply print the input character without
7323         any special translation if pass_thru is set.
7324
7325         * layout.h: Added bool pass_thru to layout class for being able to
7326         implement pass through of a paragraph for Literate Programming.
7327
7328         * layout.C: add LT_PASS_THRU to LayoutTags enum.
7329         * layout.C (LyXLayout): set pass_thru to flase in constructor.
7330         * layout.C (Read): add "passthru" to list of layout tags and add
7331         code to set the pass_thru boolean when it is read.
7332
7333 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7334
7335         * trans_decl.h: remove allowed from KmodInfo
7336
7337         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
7338         remove allowed code
7339         (Load): adjust
7340
7341         * paragraph_pimpl.C (erase): use boost::prior
7342
7343         * Painter.C (text): use data() instead of c_str() when length is
7344         also provided.
7345         * WorkArea.C (putClipboard): ditto
7346         * font.h (width): ditto
7347
7348         * BufferView2.C: use it-> instead of (*it). for iterators
7349         * texrow.C: ditto
7350         * paragraph_pimpl.C: ditto
7351         * paragraph.C: ditto
7352         * minibuffer.C: ditto
7353         * language.C: ditto
7354         * kbmap.C: ditto
7355         * encoding.C: ditto
7356         * counters.C: ditto
7357         * converter.C: ditto
7358         * chset.C: ditto
7359         * Variables.C: ditto
7360         * TextCache.C: ditto
7361         * MenuBackend.C: ditto
7362         * LyXAction.C: ditto
7363         * LColor.C: ditto
7364         * FloatList.C: ditto
7365         * DepTable.C: ditto
7366         * ColorHandler.C (LyXColorHandler): ditto
7367
7368 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7369
7370         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
7371
7372         * text2.C (openStuff): reintroduce this method (which had been
7373         nuked in NEW_INSETS frenzy).
7374
7375         * lyxfunc.C (Dispatch): when an action has not been handled, use
7376         its name in the error message, not its number.
7377
7378         * paragraph.C (inInset): change method name to begin with lowercase.
7379
7380         * undo_funcs.C:
7381         * text2.C: updates because of this.
7382
7383 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7384
7385         * ToolbarDefaults.C (add): add spaces in error message
7386
7387 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7388
7389         * buffer.C (readLyXformat2): initialize the ert comp. variables.
7390         (readLyXformat2): rename return_par to first_par, use lyxlex's
7391         pushToken and remove the manual push handling.
7392         (parseSingleLyXformat2Token): add another ert comp. variable:
7393         in_tabular, rename return_par to first_par. handle newlines better
7394
7395 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7396
7397         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
7398
7399 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7400
7401         * text2.C (getParFromID): removed
7402
7403         * buffer.C (getParFromID): new method moved form lyxtext.
7404         * BufferView2.C (insertErrors): adjust
7405         (setCursorFromRow): adjust
7406         * BufferView_pimpl.C (restorePosition): adjust
7407         * lyxfunc.C (Dispatch): adjust
7408         * undo_funcs.C (textUndo): adjust
7409         (textRedo): adjust
7410         (textHandleUndo): adjust
7411         (textHandleUndo): adjust
7412
7413 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7414
7415         * buffer.C: up' the LYX_FORMAT
7416
7417         * lyxfont.h: turn NO_LATEX on as default
7418
7419         * buffer.C (insertErtContents): new methods of tex style compability.
7420         (parseSingleLyXformat2Token): use it several places.
7421         * tabular.C (OldFormatRead): and here
7422
7423 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7424
7425         * text2.C: remove some commented code.
7426         reindent file.
7427
7428         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
7429         * trans.C: changes because of the above.
7430
7431 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
7432
7433         * text2.C (setCounter): Fix counters bug with bibliography layout.
7434
7435 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7436
7437         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
7438         own member functions
7439         (simpleTeXSpecialChars): ditto
7440
7441 2001-07-06  Juergen Vigna  <jug@sad.it>
7442
7443         * a lot of files: changed the access to LyXText::status and the
7444         call of undo-functions.
7445
7446         * undo.[Ch]: added a inset_id to the undo informations.
7447
7448         * undo_funcs.[Ch]: added and moved here all undo functions.
7449
7450         * lyxtext.h: give the status enum a weight, made status_ a private
7451         variable and made accessor functions for it, removed the whole bunch
7452         of undo-functions as they are now in their own file, make some
7453         functions publically available. Added function ownerParagraph with
7454         int parameter.
7455
7456         * paragraph.[Ch]: added "bool same_ids" to the constructor,
7457         made InInset() a const function, added getParFromID() function.
7458
7459         * buffer.[Ch]: added const version for inset_iterator functions,
7460         added getInsetFromID() function.
7461
7462         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
7463         changed undo functions for new version.
7464
7465 2001-07-05  Juergen Vigna  <jug@sad.it>
7466
7467         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
7468         unknow mechanism does not call the proper constructor but only this
7469         one also if I request the other!?
7470
7471 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7472
7473         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
7474
7475         * text2.C (LyXText): use initialization lists.
7476
7477         * lyxtext.h (Selection): initialize set_ and mark_
7478         (init): remove method
7479
7480 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
7481
7482         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
7483
7484 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7485
7486         * screen.[Ch]: change method names to begin with lowercase
7487
7488         * BufferView_pimpl.C (updateScrollbar): simplify further and
7489         hopefully make it a bit faster.
7490
7491 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7492
7493         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
7494         calling directly xforms functions.
7495
7496         * Painter.C (Painter):
7497         * lyx_cb.C (MenuWrite):
7498         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
7499         fl_display.
7500
7501         * lyx_gui.C: remove bogus guiruntime extern declaration.
7502
7503 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7504
7505         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
7506         in NEW_INSETS
7507         (redoDrawingOfParagraph): ditto
7508         (redoParagraphs): ditto
7509         (cutSelection): don't create a object for CutAndPaste use the
7510         static method directly
7511         (pasteSelection): ditto
7512
7513         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
7514         LyXview (+ rename)
7515
7516 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7517
7518         * modifications to some other files because of this.
7519
7520         * Makefile.am (lyx_SOURCES): add XFormsView
7521
7522         * XFormsView.[Ch]: new files
7523
7524         * LyXView.[Ch]: make LyXView a base class for the gui handling for
7525         the main window. Move the gui dependent stuff to XFormsView
7526
7527 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7528
7529         * tabular.C (GetCellInset): update cur_cell also in the row/col
7530         version of this function.
7531
7532         * lyxfunc.C: no need to include figure_form.h here.
7533
7534         * FontLoader.h:
7535         * lyxfunc.h:
7536         * lyxscreen.h:
7537         * text2.C:
7538         * lyxvc.C: no need to include forms.h here.
7539
7540 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7541
7542         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
7543
7544         * lyxfunc.C (Dispatch):
7545         * Spacing.C (set):
7546         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
7547         constructor argument.
7548
7549 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7550
7551         * paragraph.C (Paragraph): dont't clear, and just set layout.
7552         (makeSameLayout): use params's copy contructor.
7553
7554         * ParagraphParameters.[Ch] (makeSame): delete method
7555
7556 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
7557
7558         * Variables.[Ch]: fix indentation, rename set to isSet
7559
7560 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7561
7562         * lyxfunc.C (Dispatch): fix typo
7563
7564 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7565
7566         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
7567         upper_bound.
7568
7569         * bufferlist.C: include assert.h for emergencyWrite().
7570
7571 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
7572
7573         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
7574           give up at last (bug #425202) !
7575
7576 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
7577
7578         * lyx_gui_misc.C:
7579         * sp_form.h:
7580         * sp_form.C:
7581         * spellchecker.h:
7582         * spellchecker.C: strip spellchecker options and bring up
7583           preferences tab instead
7584
7585 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7586
7587         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
7588         the istringstream constructor
7589
7590 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7591
7592         * paragraph.C (getLayout): fix return value
7593
7594         * paragraph.h: do not declare getLayout as inline.
7595
7596         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
7597
7598 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7599
7600         * lyxcursor.h (operator<): new func
7601         (operator>): new func
7602         (operator>=): new func
7603         (operator<=): new func
7604
7605         * text.C (changeCase): use selection.start and selection.end
7606         (changeRegionCase): require from to be <= to. Require par to be a
7607         valid paragraph.
7608
7609         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
7610
7611 2001-06-27  Juergen Vigna  <jug@sad.it>
7612
7613         * text.C (cursorLeftOneWord): changed to return the cursor and added
7614         overlay with BufferView * parameter which calls this one.
7615         (getWord): added
7616         (selectWord): use new getWord function.
7617         (changeCase): renamed from changeWordCase as and extended to work
7618         also on selections.
7619
7620         * lyxtext.h: added enum word_location
7621
7622         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
7623         changeCase as this operates now also on selections.
7624
7625 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
7626
7627         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
7628
7629         * many files: send debug output to Debug::INFO instead of
7630         Debug::ANY.
7631
7632         * converter.C (View):
7633         (Convert):
7634         (Move): send debug output to Debug::FILES instead of console.
7635
7636 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
7637
7638         * lyxfunc.C (getStatus): use func_status
7639
7640         * func_status.h: new header, describing the results of
7641         LyXFunc::getStatus;
7642
7643         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
7644         LFUN_MATH_HALIGN.
7645
7646 2001-06-25  The LyX Project  <jug@sad.it>
7647
7648         * buffer.C (sgmlOpenTag):
7649         (sgmlCloseTag):
7650         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
7651
7652 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7653
7654         * text2.C: remove some dead code
7655
7656         * tabular.C (GetCellInset): store the last cell checked (gotten)
7657
7658         * tabular.h: add the helper for the speedup
7659
7660         * lyxtext.h: remove some dead code
7661
7662 2001-06-26  The LyX Project  <Asger>
7663
7664         * paragraph.C: Change export to LaTeX of alignment to
7665         \begin{center} and family for better roundtrip work with reLyX.
7666
7667         * Tune the math drawing a bit.
7668
7669 2001-06-25  The LyX Project  <Asger>
7670
7671         * LColor.C (LColor): New color for math background. New color
7672         for buttons.
7673
7674 2001-06-25  The LyX Project  <jug@sad.it>
7675
7676         * lyxfunc.C (MenuNew): remove extra check for .lyx file
7677
7678         * lyxfunc.C (Open):
7679         * bufferlist.C (newFile): do not restrict to files ending with
7680         .lyx
7681
7682         * BufferView_pimpl.C (MenuInsertLyXFile):
7683
7684 2001-06-24  The LyX Project  <jug@sad.it>
7685
7686         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
7687         of compare_no_case
7688
7689 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7690
7691         * lyxtext.h: rename most methods to begin with a small char.
7692         Lots of changes because of this.
7693
7694         * paragraph.C (Paragraph): do not call fitToSize
7695         (erase): call Pimpl::erase
7696         (insertChar): call Pimpl::insertChar
7697         (insertInset): call Pipl::insertInset
7698         (breakParagraph): do not call fitToSize
7699         (breakParagraphConservative): do not call fitToSize
7700         (fitToSize): remove method
7701
7702         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
7703
7704 2001-06-24  The LyX Project  <Asger>
7705
7706         * Fix Qt compilation^2
7707
7708 2001-06-24  The LyX Project  <jug@sad.it>
7709
7710         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
7711         depthHook(getDepth()-1).
7712
7713         * paragraph.h:
7714         * ParagraphParameters.h:
7715         * ParameterStruct.h: change type of depth to unsigned int ==
7716         depth_type. Many adaptations to other files before of that.
7717
7718 2001-06-24  The LyX Project  <Asger>
7719
7720         * Fix Qt compilation.
7721
7722 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7723
7724         * paragraph.h: renamed several methods to begin with small letter.
7725         several changes to many parts of the code because of this.
7726
7727 2001-06-23  The LyX Project  <jug@sad.it>
7728
7729         * text2.C (InsertStringAsLines): renamed from InsertStringA;
7730         rewritten to discard all double spaces when KeepEmpty is off
7731         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
7732         to only handle newlines but not fiddle with spaces and friends.
7733
7734         * lyxfunc.C (MenuNew): when doing 'new from template', use
7735         template_path as default directory
7736
7737 2001-06-23  The LyX Project  <Asger>
7738
7739         * Clean-up of header file includes all over
7740         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
7741
7742 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7743
7744         * paragraph.h: renamed from lyxparagraph.h
7745
7746 2001-06-23  Asger  <lyx@violet.home.sad.it>
7747
7748         * Buffer.h: Removed Buffer::resize
7749         * BufferList.h: Removed BufferList::resize
7750         * LyXView.h: Added LyXView::resize. This way, we will only reflow
7751         the document lazily when we change the width, or the font settings.
7752
7753 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
7754
7755         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
7756
7757 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
7758
7759         * buffer.h: remove out of date comment
7760
7761 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
7762
7763         * lyxscreen.h:
7764         * screen.C: fix "theoretical" GC leak
7765
7766 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7767
7768         * LaTeX.C (scanAuxFile):
7769         (deplog): remove trailing \r when reading stream (useful under
7770         win32)
7771
7772 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
7773
7774         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
7775         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
7776         and BufferView::theLockingInset(Inset*), so should use them and not
7777         access bv_->text->the_locking_inset directly.
7778
7779         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
7780
7781 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
7782
7783         * Makefile.am:
7784         * tex-defs.h: remove old unused file
7785
7786 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
7787
7788         * BufferView_pimpl.C: fix typo, remove minibuffer message
7789           when buffer has loaded
7790
7791 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7792
7793         * lyxfunc.C (Dispatch): use stringstream
7794         (MenuNew): use stringstream
7795         (Open): use stringstream
7796
7797         * importer.C (Import): use stringstream
7798
7799         * bufferview_funcs.C (CurrentState): use stringstream
7800
7801         * LaTeX.C (run): use stringstream
7802
7803         * BufferView_pimpl.C (savePosition): use stringstream
7804         (restorePosition): use stringstream
7805         (MenuInsertLyXFile): use stringstream
7806
7807 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
7808
7809         * BufferView.C:
7810         * Bullet.C:
7811         * ColorHandler.C:
7812         * FontInfo.C:
7813         * FontLoader.C:
7814         * LColor.C:
7815         * LaTeXFeatures.C:
7816         * Painter.C:
7817         * gettext.C:
7818         * lyx_gui_misc.C:
7819         * lyxserver.C:
7820         * vspace.C: removed // -*- C++ -*- as first line.
7821
7822         * lyxfind.h:
7823         * version.h: added // -*- C++ -*- as first line.
7824
7825 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7826
7827         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
7828
7829         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
7830         of string
7831
7832 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7833
7834         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
7835         of floats.
7836
7837 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7838
7839         * gettext.C: include LString.h even when --disable-nls is on.
7840
7841 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
7842
7843         * converter.h (Get): changed argument type from int to
7844         FormatList::size_type to avoid unnecessary conversion.
7845
7846         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
7847         before using it.
7848
7849 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7850
7851         * gettext.h: include LString.h even when --disable-nls is on.
7852
7853 2001-06-07  Juergen Vigna  <jug@sad.it>
7854
7855         * text.C (BreakAgain): subst spaces with tabs.
7856
7857         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
7858         (resizeInsetsLyXText): set force on resizeLyXText.
7859
7860 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7861
7862         * gettext.h (gettext_init):
7863         (locale_init): use a real definition instead of a macro
7864
7865 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
7866
7867         * Bufferview_pimpl.C:
7868         * LColor.h:
7869         * LColor.C: further lcolor tidies
7870
7871 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7872
7873         * BufferView_pimpl.C (updateScrollbar): simplify.
7874
7875         * BufferView2.C: don't include insets/insetinfo.h, change
7876         prototype for insertInset and call the Pimpl version. let
7877         updateInset call Pimpl version.
7878
7879         * BufferView.h: move inset_slept to BufferView::Pimpl, move
7880         gotoInset to BufferView::Pimpl
7881
7882 2001-06-01  Juergen Vigna  <jug@sad.it>
7883
7884         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
7885         inside a LockingInset (is the update needed at all?).
7886
7887 2001-05-31  Juergen Vigna  <jug@sad.it>
7888
7889         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
7890         here not the old one otherwise how should we compare it afterwards
7891         if it's the same!
7892
7893 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7894
7895         * lyxfont.C:
7896         * tabular.C:
7897         * tabular-old.C:
7898         * FontInfo.C: bring C functions into global namespace when
7899         necessary
7900
7901 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7902
7903         * LString.h: make sure config.h has been loaded before LString.h.
7904
7905         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
7906         (one for each char read by EatLine!).
7907
7908         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
7909         variables.
7910
7911 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7912
7913         * paragraph.C (BreakParagraph): set the inset_owner in the new par
7914         to the same as the par we break from
7915
7916 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7917
7918         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
7919
7920         * MenuBackend.C (expand): also create menu entries for wide
7921         versions of the floats.
7922
7923         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
7924
7925         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
7926
7927         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
7928         frontends/Makefile.am
7929
7930         * text2.C: adjust
7931         * text.C: adjust
7932
7933
7934         * tabular.C (getTokenValue): add std::
7935
7936         * tabular-old.C (getTokenValue): add std::
7937         (getTokenValue): ditto
7938         (getTokenValue): ditto
7939
7940         * screen.C (ToggleSelection): adjust
7941
7942         * lyxtext.h: put selection cursors inside a Selection struct.
7943
7944         * lyxfunc.C (moveCursorUpdate): adjust
7945
7946         * lyxfont.C (latexWriteStartChanges): add std::
7947
7948         * lyxfind.C: adjust
7949
7950         * font.h: delete with(char const *, LyXFont const &)
7951
7952         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
7953
7954         * FontInfo.C (getFontname): add std::
7955
7956         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7957         (workAreaButtonPress): adjust
7958         (tripleClick): adjust
7959         (update): adjust
7960         (moveCursorUpdate): adjust
7961         (Dispatch): adjust
7962
7963         * BufferView2.C (gotoInset): adjust
7964
7965 2001-05-30  Juergen Vigna  <jug@sad.it>
7966
7967         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
7968         to check pspell I add this as default as I now have new pspell
7969         libraries and they seem to use this.
7970
7971 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7972
7973         * text2.C (CutSelection): make the cursor valid before the call to
7974         ClearSelection.
7975
7976 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7977
7978         * kbsequence.C (parse): de-uglify a bit the parsing code, which
7979         relied on 0 terminated strings and other horrors. Bug found due to
7980         the new assert in lyxstring!
7981
7982         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
7983         KP_ keys.
7984
7985 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7986
7987         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
7988         to latinkeys.bind.
7989
7990         * lyxfunc.C (processKeySym): change method of getting to the
7991         self-insert char.
7992
7993         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
7994         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
7995         * BufferView_pimpl.[Ch]: here as private methods.
7996
7997 2001-05-28  Juergen Vigna  <jug@sad.it>
7998
7999         * text.C (SetHeightOfRow): added the update() call again as it is
8000         needed to initialize inset dimensions!
8001
8002 2001-05-16  Juergen Vigna  <jug@sad.it>
8003
8004         * text2.C (SetCharFont): Add new function with BufferView * and
8005         bool toggleall parameters for setting insets internal fonts.
8006         (SetFont): Freeze the undo as we may change fonts in Insets and
8007         all this change should be inside only one Undo!
8008
8009         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
8010         setting font's in insets as for them we have the SetFont function!
8011
8012 2001-05-15  Juergen Vigna  <jug@sad.it>
8013
8014         * text2.C (ClearSelection): to be sure we REALLY don't have any
8015         selection anymore!
8016
8017         * tabular.C (TeXCellPreamble): fixed the left border problem for
8018         multicolumn cells.
8019
8020 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
8021
8022         * LaTeX.C (deplog): Make sure that the main .tex file is in the
8023         dependancy file
8024
8025 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8026
8027         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
8028         LFUN_BREAKPARAGRAPH.
8029
8030         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
8031         help test to "internal only", similar for LFUN_INSERT_URL
8032
8033         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
8034         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
8035         auto_region_delete and deadkeys.
8036
8037 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
8038
8039         * LColor.h:
8040         * LColor.C: remove some dead entries, tidy a little
8041
8042 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8043
8044         * lyxfunc.C (processKeySym): comment the Escape handling, remove
8045         commented code.
8046         (Dispatch): implement LFUN_ESCAPE
8047
8048         * commandtags.h: add LFUN_ESCAPE
8049
8050         * LyXAction.C (init): add entry for LFUN_ESCAPE
8051
8052         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
8053         Remove commented code.
8054         (insertNote): moved here
8055         (open_new_inset): moved here
8056
8057         * BufferView[2].[Ch]: move insertNote and open_new_inset to
8058         BufferView_pimpl
8059
8060 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8061
8062         * kbmap.C (findbinding): clean it up and make it work correctly.
8063
8064         * lyx_main.C (init): do not pass argc and argv as parameters
8065
8066 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
8067
8068         * buffer.C: fix path for OS/2 & Win32
8069
8070         * lyx_gui.C:
8071         * lyx_main:
8072         * lyx_main.C: Added os:: class.
8073
8074         * os2_defines.h: update
8075
8076 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8077
8078         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
8079         better by trying again with reduced state.
8080
8081 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8082
8083         * lyxrc.C (read): print error about invalid key sequence only when
8084         debugging (because not all latinX keysyms are known to some X
8085         servers)
8086
8087         * kbsequence.C (getiso): add a few std:: qualifiers
8088         (getiso): comment out extra return statement.
8089
8090 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8091
8092         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
8093         handling.
8094         (Dispatch): enhance the accent inset a bit. (not perfect)
8095
8096 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8097
8098         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
8099
8100 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8101
8102         * bufferlist.C (emergencyWrite): fix assert() call
8103
8104 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
8105
8106         * text.C (InsertChar): Added trivial patch to only send the "you
8107         can not do multiple spaces this way" message once during a
8108         session.
8109
8110 2001-05-08  Baruch Even  <baruch@lyx.org>
8111
8112         * Makefile.am: Changed order of libraries to get LyX to link properly
8113         with the gnome frontend.
8114
8115 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8116
8117         * LaTeXFeatures.h: add a std:: qualifier
8118
8119 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8120
8121         * paragraph.C (String): use stringstream
8122
8123 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8124
8125         * paragraph.C (writeFile): remove footflag arg
8126
8127         * buffer.C (makeLaTeXFile): use stringstream
8128         (latexParagraphs): remove footnot gurba
8129
8130         * LaTeXFeatures.C (getPackages): use stringstream
8131         (getMacros): likewise
8132         (getTClassPreamble): likewise
8133         (getFloatDefinitions): new method
8134
8135         * paragraph.C (writeFile): reindent
8136         (Erase): reindent
8137
8138         * WorkArea.h: revert the xpos + etc changes.
8139
8140         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
8141
8142         * lyxparagraph.[Ch]: add copy constructor, remove Clone
8143
8144         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
8145         (pasteSelection): likewise
8146         * text2.C (CreateUndo): likewise
8147
8148 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8149
8150         * minibuffer.C (peek_event): temporarily reduce the functionality
8151         of the minibuffer (to allow args on lfuns)
8152
8153         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
8154         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
8155
8156         * buffer.C (readInset): add compability reading of old float
8157         lists, add reading of new style float list.
8158         (readInset): avoid reevaluation of inscmd.getCmdName()
8159         (getLists): reindent
8160
8161         * MenuBackend.C (MenuItem): implement parsing of
8162         md_floatlistinsert and md_floatinsert.
8163         (expand::LastFiles): move initalizaton of iterators out of loop,
8164         avoid reevaluation.
8165         (expand::Documents): introduce typdedef vector<string> Strings,
8166         and use it.
8167         (expand::ExportFormats): introduce typedef vector<Format const *>
8168         Formats, and use it.
8169         (expand): implement FloatListInsert and FloatInsert.
8170
8171         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
8172         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
8173         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
8174
8175         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
8176         handling.
8177         (Dispatch::LFUN_FLOAT_LIST): implement
8178
8179 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
8180
8181         * LaTeX.C (run): Fix problem with --export code.
8182
8183 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
8184
8185         * BufferView.[Ch] (workarea): removed.
8186         (getClipboard) new method; wrapper for workarea()->getClipboard()
8187
8188         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
8189         bug.
8190
8191         * WorkArea.h (width, height, xpos, ypos): These methods all
8192         returned the dimensions of the work_area sub-area of WorkArea,
8193         resulting in a position error if the WorkArea were resized. Now
8194         return the dimensions of the entire WorkArea.
8195
8196         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
8197
8198 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8199
8200         * LaTeX.C (deplog): correct the syntax of regex reg1
8201
8202 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8203
8204         * undo.C: remove !NEW_INSETS cruft
8205
8206 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8207
8208         * text2.C: remove !NEW_INSETS cruft
8209
8210         * text.C: remove !NEW_INSETS cruft
8211
8212         * tabular.C: remove !NEW_INSETS cruft
8213
8214         * spellchecker.C: remove !NEW_INSETS cruft
8215
8216         * lyxtext.h: remove !NEW_INSETS cruft
8217
8218         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
8219
8220         * lyxfunc.C: remove !NEW_INSETS cruft
8221
8222         * lyxfind.C: remove !NEW_INSETS cruft
8223
8224         * lyx_cb.C: remove !NEW_INSETS cruft
8225
8226         * figureForm.C: remove  !NEW_INSETS cruft
8227
8228         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
8229
8230         * buffer.[Ch]: remove !NEW_INSETS cruft
8231
8232         * ToolbarDefaults.C: remove !NEW_INSETS cruft
8233
8234         * CutAndPaste.C: remove !NEW_INSETS cruft
8235
8236         * BufferView_pimpl.C: remove !NEW_INSETS cruft
8237
8238         * BufferView2.C: remove !NEW_INSETS cruft
8239
8240         * BufferView.h: remove !NEW_INSETS cruft
8241
8242 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8243
8244         * Lsstream.h: include LString.h before the sstream headers to
8245         fix problem with gcc 2.95.3 and lyxstring
8246
8247 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8248
8249         * lyx_main.C: add using directives when needed for C functions
8250         declared in std:: namespace.
8251
8252 2001-04-27  Juergen Vigna  <jug@sad.it>
8253
8254         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
8255         (SetHeightOfRow): comment out the update call should not be needed!
8256
8257 2001-04-13  Juergen Vigna  <jug@sad.it>
8258
8259         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
8260         (LyXTabular): tried to minimize operator= operations (and realized
8261         hopfully Lars wish).
8262
8263 2001-04-27  Juergen Vigna  <jug@sad.it>
8264
8265         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
8266
8267 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8268
8269         * lyxfunc.C (Dispatch): hack to make listof algorithm work
8270
8271         * buffer.C (readInset): hack to make listof algorithm work
8272
8273         * BufferView_pimpl.C: hack to make listof algorithm work
8274
8275 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8276
8277         * LyXAction.C: removed all !NEW_INSETS cruft
8278         (init): moved lfun_item in method
8279
8280         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
8281
8282 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
8283
8284         * BufferView2.C (theLockingInset): white space.
8285
8286 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8287
8288         * minibuffer.C: include <iostream>
8289
8290         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
8291
8292         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
8293
8294         * commandtags.h: add LFUN_TRANSPOSE_CHARS
8295
8296         * text.[Ch] (TransposeChars): new method
8297
8298 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8299
8300         * call message directly through LyXView instead of through LyXFunc
8301         * BufferView2.C: adjust
8302         * BufferView_pimpl.C: adjust
8303         * FontLoader.C: adjust
8304         * buffer.C: adjust
8305         * bufferview_funcs.C: adjust
8306         * converter.C: adjust
8307         * figureForm.C: adjust
8308         * importer.C: adjust
8309         * lyx_cb.C: adjust
8310         * lyx_gui_misc.C: adjust
8311         * lyxfunc.C: adjust
8312         * lyxvc.C: adjust
8313         * text2.C: adjust
8314         + more files in subdirs
8315
8316         * lyxparagraph.h (size): move up int file
8317         (GetLayout): ditto
8318
8319         * adjust all uses of Assert to lyx::Assert.
8320
8321         * BufferView2.C (ChangeCitationsIfUnique): adjust for
8322         lyxfunctional in namespace lyx
8323         * layout.C (hasLayout): ditto
8324         (GetLayout): ditto
8325         (GetLayout): ditto
8326         (delete_layout): ditto
8327         (NumberOfClass): ditto
8328         * converter.C (GetFormat): ditto
8329         (GetNumber): ditto
8330         (Add): ditto
8331         (Delete): ditto
8332         (SetViewer): ditto
8333         * bufferlist.C (getFileNames): ditto
8334         (emergencyWriteAll): ditto
8335         (exists): ditto
8336         (getBuffer): ditto
8337         * MenuBackend.C (hasSubmenu): ditto
8338         (hasMenu): ditto
8339         (getMenu): ditto
8340         * BufferView_pimpl.C (getInsetByCode): ditto
8341
8342 2001-04-18  Juergen Vigna  <jug@sad.it>
8343
8344         * vspace.C (asLatexString): fixed the 100% problem.
8345
8346 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8347
8348         * lyxfunc.C (Dispatch):
8349         * minibuffer.C:
8350         * minibuffer.h: add a few std:: qualifiers
8351
8352 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8353
8354         * minibuffer.[Ch]: reimplement so that commands is initiated and
8355         run from lyxfunc, simplified som handling, and made the completion
8356         and history code for complete. wip.
8357
8358         * lyxfunc.C (processKeySym): call message
8359         (miniDispatch): new temporary method
8360         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
8361         (LFUN_MESSAGE): implement
8362         (LFUN_MESSAGE_PUSH): implement
8363         (LFUN_MESSAGE_POP): implement
8364         (initMiniBuffer): the initial/defualt minibuffer message.
8365
8366         * lyxfont.[Ch]: inline some more getters
8367
8368         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
8369
8370         * lyx_gui_misc.[Ch] (WriteStatus): remove method
8371
8372         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
8373         (AutoSave): use LFUN_MESSAGE
8374         (Reconfigure): ditto
8375
8376         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
8377
8378         * figureForm.C: use LFUN_MESSAGE
8379
8380         * converter.C (runLaTeX): use LFUN_MESSAGE
8381
8382         * bufferview_funcs.C: use LFUN_MESSAGE
8383         (Melt): ditto
8384         (changeDepth): ditto
8385
8386         * bufferparams.h: use boost::
8387
8388         * bufferlist.h: inherit privately from noncopyable
8389
8390         * bufferlist.C (loadLyXFile): remove some commented code.
8391
8392         * buffer.C (runChktex): use LFUN_MESSAGE
8393
8394         * ShareContainer.h: inherit privately from noncopyable
8395
8396         * ParagraphParameters.[hC] (depth): inline it.
8397
8398         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
8399         methods.
8400         (message): new method
8401         (messagePush): ditto
8402         (messagePop): ditto
8403         (show): init minibuffer
8404         (showState): direct call
8405
8406         * LaTeX.[Ch]: inherit privately from noncopyable
8407         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
8408         instead of WriteStatus.
8409
8410         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
8411
8412         * BufferView_pimpl.C (buffer): don't init minibuffer
8413         (workAreaButtonPress): use LFUN_MESSAGE
8414         (workAreaButtonRelease): ditto
8415         (savePosition): ditto
8416         (restorePosition): ditto
8417         (MenuInsertLyXFile): ditto
8418         (workAreaExpose): don't init minibuffer
8419         (update): remove commented code, simplify
8420
8421         * BufferView2.C (openStuff): use LFUN_MESSAGE
8422         (toggleFloat): ditto
8423         (menuUndo): ditto
8424         (menuRedo): ditto
8425         (copyEnvironment): ditto
8426         (pasteEnvironment): ditto
8427         (copy): ditto
8428         (cut): ditto
8429         (paste): ditto
8430         (gotoInset): ditto
8431         (updateInset): remove some commented code
8432
8433         * lastfiles.h: inherit privately from noncopyable
8434         * layout.h: ditto
8435         * lyx_gui.h: ditto
8436         * lyx_main.h: ditto
8437         * lyxlex.h: ditto
8438         * lyxlex_pimpl.h: ditto
8439
8440         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
8441         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
8442         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
8443
8444         * LyXAction.h: inherit privately from noncopyable, add methods
8445         func_begin, func_end, returning iterators to the func map.
8446
8447         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
8448         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
8449         (func_begin): new method
8450         (func_end): new method
8451
8452         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
8453         and not)
8454         (copySelection): ditto
8455         (pasteSelection): ditto
8456
8457         * BufferView.C: whitespace change
8458         * BufferView.h: inherit privately from noncopyable
8459
8460 2001-04-16  Allan Rae  <rae@lyx.org>
8461
8462         * tabular-old.C (l_getline):
8463         * spellchecker.C (sc_check_word):
8464         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
8465         an unrecognised preprocessor directive.  So ensure they're wrapped.
8466
8467 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
8468
8469         * src/exporter.C (Export): Give an error message when path to file
8470         contains spaces.
8471
8472 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
8473
8474         * LaTeX.C (deplog): Always check that foundfile exists.
8475
8476 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8477
8478         * lyx_main.h:
8479         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
8480
8481 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8482
8483         * tabular.[Ch] (getLabelList): implement new method
8484
8485         * minibuffer.h: comment ouf setTiimer
8486
8487         * minibuffer.C (ExecutingCB): constify res
8488         (peek_event): constify s
8489         (Set): constify ntext
8490         (Init): constify nicename
8491
8492         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
8493
8494         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
8495         (savePosition): use two params to Minibuffer::Set
8496         (restorePosition): ditto
8497
8498 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8499
8500         * lyx_main.C: include language.h
8501
8502         * Makefile.am (lyx_main.o): add language.h
8503
8504 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8505
8506         * exporter.C:
8507         * paragraph.C:
8508         * screen.C:
8509         * tabular.C:
8510         * CutAndPaste.C: include gettext.h
8511
8512         * lyxfont.h: remove old hack with ON and OFF.
8513
8514         * lyxparagraph.h:
8515         * lyxfont.h: do not include language.h...
8516
8517         * BufferView2.C:
8518         * LaTeXFeatures.C:
8519         * Painter.C:
8520         * bufferview_funcs.C:
8521         * font.C:
8522         * lyxfont.C:
8523         * text.C:
8524         * text2.C:
8525         * trans_mgr.C:
8526         * paragraph.C: ... but do it here instead
8527
8528 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8529
8530         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
8531
8532         * tabular.C: small reformat
8533
8534         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
8535         NEW_INSETS version
8536         (GetChar): ditto
8537         (BreakParagraph): ditto
8538         (SetOnlyLayout): ditto
8539         (SetLayout): ditto
8540
8541         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
8542         with one arg less.
8543
8544         * lastfiles.C: removed most using decl, add std:: where needed
8545
8546         * buffer.C: ws changes
8547
8548         * MenuBackend.C (class compare_format): put into anon namespace
8549         (expand): constify label, names, action, action2
8550         (expand):
8551
8552         * text.C (SingleWidth): constify font
8553         (IsBoundary): constify rtl2
8554         (GetVisibleRow): constify ww
8555
8556         * LaTeX.C (deplog): constify logfile
8557
8558         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
8559         start_x, end_x
8560         (workAreaExpose): constify widthChange, heightChange
8561
8562         * lyxrow.C (par): moved
8563         (height): moved
8564         (next): moved
8565         * lyxrow.h: as inlines here
8566
8567         * lyxfont.h (shape): moved from lyxfont.C
8568         (emph): moved from lyxfont.C
8569
8570         * lyxfont.C (LyXFont): use initialization list for all
8571         constructors
8572         (shape): move to lyxfont.h as inline
8573         (emph): move to lyxfont.h as inline
8574
8575
8576 2001-04-04  Juergen Vigna  <jug@sad.it>
8577
8578         * vspace.C: had to include stdio.h for use of sscanf
8579
8580 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
8581
8582         * BufferView.h:
8583         * BufferView_pimpl.h: remove xforms cruft. Both classes are
8584         independent of xforms.
8585
8586 2001-04-02  Juergen Vigna  <jug@sad.it>
8587
8588         * spellchecker.C: fixed namespace placing!
8589
8590 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
8591
8592         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
8593         the LyXParagraph * is 0.
8594
8595 2001-03-29  Juergen Vigna  <jug@sad.it>
8596
8597         * vspace.C: added support for %, c%, p%, l%.
8598         (stringFromUnit): added helper function.
8599         (asLatexString): changed to give right results for the %-values.
8600
8601         * buffer.C: convert the widthp in a width%.
8602
8603 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
8604
8605         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
8606         figureForm.[Ch].
8607
8608         * figureForm.[Ch]: stripped the FD_from_figure manipulation
8609         code out of lux_cb.[Ch], ready for its (imminent?) removal.
8610
8611         * lyx_cb.[Ch]: see above.
8612
8613         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
8614         form1.[Ch].
8615
8616         * form1.[Ch]:
8617         * lyx.[Ch]: replaced by figure_form.[Ch].
8618
8619         * lyx_gui.C:
8620         * lyx_gui_misc.C:
8621         * lyxfunc.C: changed headers associated with above changes.
8622
8623 2001-03-27  Juergen Vigna  <jug@sad.it>
8624
8625         * BufferView_pimpl.C: set the temporary cursor right!
8626
8627 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
8628
8629         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
8630
8631 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
8632
8633         * LString.h: removed "using std::getline"!
8634
8635         * BufferView_pimpl.C (Dispatch): changes due to changes in
8636         InsetInclude::Params.
8637
8638         * buffer.C (tag_name): removed redundant break statements as they were
8639         producing lots of warnings with my compiler.
8640
8641 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8642
8643         * LString.h: add "using std::getline" when using the real <string>.
8644
8645 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
8646
8647         * buffer.C: removed bitset usage.
8648         PAR_TAG moved to an anonymous name space.
8649         (tag_name): new funtion, also in the anonymous namespace.
8650         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
8651         (makeDocBookFile): clean code. Completed transition from string arrays
8652         to string vectors.
8653         (SimpleDocBookOnePar): code clean.
8654
8655 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
8656
8657         * tabular.C: add some comments.
8658
8659 2001-03-22  Juergen Vigna  <jug@sad.it>
8660
8661         * buffer.C (parseSingleLyXformat2Token): redone the minipage
8662         compatibility read a bit and fixed bug with minipage in different
8663         depth.
8664
8665 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
8666
8667         * buffer.C (pop_tag): removed.
8668         (push_tag): removed.
8669         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
8670         array replaced with vector. Added support for CDATA sections.
8671         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
8672         at any nest level.
8673         (makeDocBookFile): XML conformant declaration of CDATA section,
8674         fixed bug related to <emphasis> in the first paragraph char.
8675         (sgmlOpenTag): exclude empty tags.
8676         (sgmlCloseTag): ditto.
8677
8678         * buffer.h (pop_tag): removed.
8679         (push_tag): removed.
8680
8681 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
8682
8683         * language.h (Languages): added size_type and size().
8684
8685 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
8686
8687         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
8688         response on compability reading of minipages. One probliem is that
8689         the old usage of minipages was «flertydig»
8690
8691         * several files here and in subdirs: don't use static at file
8692         scope use anon namespaces instead.
8693
8694 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
8695
8696         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
8697         LaTeX output. This is necessary for Literate document
8698         processing.
8699
8700 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
8701
8702         * buffer.C: insert hfill when needed.
8703
8704         * tabular.C (l_getline): use string::erase, small whitespace change.
8705
8706         * BufferView_pimpl.C: try the anon namespace.
8707         * WorkArea.C: ditto
8708
8709 2001-03-16  Juergen Vigna  <jug@sad.it>
8710
8711         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
8712         otherwise it won't open options-dialogs.
8713
8714         * buffer.C: honor pextraWidth(p) on converting minipages.
8715
8716         * tabular.C (l_getline): changed the functions to strip trailing \r.
8717
8718 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
8719
8720         * BufferView_pimpl.C:
8721         * minibuffer..C: added "using SigC::slot" declaration.
8722
8723 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
8724
8725         * lyxlex_pimpl.h: noncopyable is in namespace boost.
8726
8727         * text2.C: ditto
8728
8729         * text.C: ditto
8730
8731         * paragraph.C: ditto
8732
8733         * lyxtext.h: NO_PEXTRA
8734
8735         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
8736
8737         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
8738         * ParameterStruct.h: ditto
8739         * ParagraphParameters.h: ditto
8740         * lyxparagraph.h: ditto
8741
8742 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
8743
8744         * buffer.C: add compability for minipage alignment.
8745         (latexParagraphs): remove unwanted pextra check.
8746
8747         * several files: remove CXX_WORKING_NAMESPACES
8748
8749         * buffer.C (pop_tag): tie is in namespace boost
8750
8751         * BufferView.h: noncopyable is in namespace boost
8752         * lyxlex.h: ditto
8753         * lyx_main.h: ditto
8754         * lyx_gui.h: ditto
8755         * layout.h: ditto
8756         * lastfiles.h: ditto
8757         * bufferlist.h: ditto
8758         * ShareContainer.h: ditto
8759         * LyXView.h: ditto
8760         * LyXAction.h: ditto
8761         * LaTeX.h: ditto
8762
8763 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
8764
8765         * Merging changes from BRANCH_MVC back into HEAD.
8766
8767         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
8768
8769 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
8770
8771         * BufferView_pimpl.C: change from intl.C
8772
8773         * combox.h:
8774         * combox.C:
8775         * Makefile.am: move combox.*
8776
8777         * form1.h:
8778         * form1.C:
8779         * lyx_gui.C:
8780         * intl.h:
8781         * intl.C: remove dialog (covered by prefs)
8782
8783 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
8784
8785         * lyxfunc.C (Dispatch): removed redundant break statement.
8786
8787 2001-03-14  Juergen Vigna  <jug@sad.it>
8788
8789         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
8790
8791 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
8792
8793         * buffer.C: add hack to fix compability reading of minipages.
8794
8795 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
8796
8797         * buffer.C (getLists): Cleanup.
8798
8799 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8800
8801         * lyxfont.C (update): don't honor toggleall on font size.
8802
8803 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
8804
8805         * bmtable.c:
8806         * bmtable.h:
8807         * Makefile.am: moved to frontends/xforms/
8808
8809         * lyx_gui_misc.C:
8810         * lyxfunc.C:
8811         * BufferView_pimpl.C: changes for moved mathpanel
8812
8813 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
8814
8815         * gettext.h: fix gettext_init() in --disable-nls
8816
8817 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8818
8819         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
8820
8821 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
8822
8823         * lyx.C:
8824         * lyx.h: strip external form
8825
8826 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
8827
8828         * BufferView_pimpl.C: add comment, destroySplash()
8829
8830 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
8831
8832         * BufferView_pimpl.C:
8833         * LyXAction.C:
8834         * buffer.C:
8835         * commandtags.h:
8836         * lyxfunc.C: use re-worked insetinclude
8837
8838 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
8839
8840         * buffer.C: add using std::stringstream.
8841
8842         * lyx_cb.C: readd using std::ios.
8843
8844         * buffer.C: add using std::map.
8845
8846         * BufferView_pimpl.C: add using std::vector.
8847
8848         * ShareContainer.h: add std:: to swap.
8849
8850         * buffer.h: add some typedefs
8851         * buffer.C (getLists): use them
8852         (getLists): renamed from getTocList.
8853         add a counter for the different float types and use it in the
8854         generated string.
8855         (getLists): use the same counter for the NEW_INSETS and the "non"
8856         NEW_INSETS
8857
8858         * lyx_cb.h: remove unused items, includes, using etc.
8859
8860         * ShareContainer.h: remove some commented code, add more comments
8861         and "documentation".
8862
8863 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
8864
8865         * buffer.C (getTocList): make the list also when NEW_INSETS is
8866         defined.
8867
8868         * buffer.h: remove TocType
8869
8870         * buffer.C (getTocList): change to return a map<string,
8871         vector<TocItem> >, implement for dynamic number of list.
8872
8873         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
8874         * text2.C (PasteSelection): adjust
8875         * CutAndPaste.C (pasteSelection): adjust
8876
8877         * FloatList.C (FloatList): update from the new_insets branch.
8878         * Floating.[Ch]: ditto
8879         * LaTeXFeatures.C: ditto
8880         * buffer.C: ditto
8881         * lyxlex_pimpl.C: ditto
8882
8883         * paragraph.C (Last): remove when NEW_INSETS is defined.
8884
8885         * other file: changes because of the above.
8886
8887 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
8888
8889         * lyxparagraph.h: rename next to next_, previous to previous_,
8890         make them private for NEW_INSETS. Rename Next() to next(),
8891         Previous() to previous().
8892
8893         * other files: changes because of the above.
8894
8895 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
8896
8897         * BufferView.h:
8898         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
8899         problem.
8900
8901 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8902
8903         * main.C (main): pass lyx_localedir to gettext_init().
8904
8905         * gettext.h: remove locale_init and gettext_init macros
8906
8907         * gettext.C (locale_init): new function
8908         (gettext_init): new function
8909
8910         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
8911         setlocale().
8912
8913 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
8914
8915         * Moved credits to frontends:
8916         * credits.[Ch]: removed
8917         * credits_form.[Ch]: removed
8918         * lyx_gui_misc.C: remove credits stuff
8919         * Makefile.am:
8920
8921 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
8922
8923         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
8924
8925         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
8926         unneeded destructor.
8927
8928         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
8929         a standalone pointer again.
8930
8931         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
8932
8933 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
8934
8935         * Makefile.am:
8936         * filedlg.h:
8937         * filedlg.C:
8938         * LyXAction.C:
8939         * ToolbarDefaults.C:
8940         * bufferlist.C:
8941         * commandtags.h:
8942         * form1.C:
8943         * form1.h:
8944         * lyx_cb.C:
8945         * lyx_cb.h:
8946         * lyxfunc.h:
8947         * lyxfunc.C:
8948         * BufferView_pimpl.C: use new file dialog in GUII
8949
8950         * lyx_cb.h:
8951         * lyx_cb.C: remove LayoutsCB to Toolbar
8952
8953 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8954
8955         * ShareContainer.h (get): add std:: qualifier
8956
8957 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8958
8959         * ShareContainer.h: define a proper ShareContainer::value_type
8960         type (and use typename to please compaq cxx)
8961
8962 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
8963
8964         * lyxparagraph.h: move serveral local vars to
8965         ParameterStruct/ParagraphParameters., use ShareContainer in
8966         FontTable., make vars in FontTable private and add getter and
8967         setter.
8968
8969         * paragraph.C: changes because of the above.
8970
8971         * lyxfont.h: remove copy constructor and copy assignment. (the
8972         default ones is ok), move number inside FontBits. move inlines to
8973         lyxfont.C
8974
8975         * lyxfont.C: add number to initializaton of statics, move several
8976         inlines here. constify several local vars. some whitespace
8977         cleanup. Dont hide outerscope variables.
8978
8979         * Spacing.h: add two new constructors to match the set methods.
8980
8981         * ShareContainer.h: new file, will perhaps be moved to support
8982
8983         * ParameterStruct.h: new file
8984
8985         * ParagraphParameters.h: new file
8986
8987         * ParagraphParameters.C: new file
8988
8989         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
8990         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
8991
8992         * BufferView_pimpl.C: ParagraphParameter changes.
8993         * buffer.C: Likewise.
8994         * bufferview_funcs.C: Likewise.
8995         * text.C: Likewise.
8996         * text2.C: Likewise.
8997
8998 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8999
9000         * lyxfind.C (LyXReplace): do not redefine default argument in
9001         implementation.
9002         (IsStringInText): ditto
9003         (SearchForward): ditto
9004         (SearchBackward): ditto
9005
9006 2001-03-06  Juergen Vigna  <jug@sad.it>
9007
9008         * lyxfind.C (IsStringInText): put parentes around expressions.
9009
9010 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
9011
9012         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
9013
9014 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
9015
9016         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
9017
9018         * stl_string_fwd.h: add comment
9019
9020         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
9021
9022         * tabular.h:
9023         * tabular.C: remove unused DocBook methods
9024
9025         * intl.C:
9026         * language.C:
9027         * paragraph.C:
9028         * buffer.C:
9029         killed DO_USE_DEFAULT_LANGUAGE
9030
9031 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9032
9033         * lyx_gui.C: do not include language.h.
9034
9035         * bufferview_funcs.C (ToggleAndShow): do not provide optional
9036         arguments in function implementation.
9037
9038 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9039
9040         * BufferView_pimpl.C: add <ctime>
9041
9042 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9043
9044         * BufferView_pimpl.C: add using std::find_if
9045
9046 2001-02-27  José Matos  <jamatos@fep.up.pt>
9047
9048         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
9049         by OnlyPath.
9050
9051 2001-02-11  José Matos  <jamatos@fep.up.pt>
9052
9053         * buffer.C (makeDocBookFile): command styles now have a parameter as
9054         "title" by default.
9055
9056 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
9057
9058         * layout_forms.[Ch]: removed
9059         * lyx_cb.[Ch]: out character
9060         * lyx_gui.C: out character
9061         * lyx_gui_misc.C: out character
9062         * bufferview_funcs.C: : out character,
9063         added toggleall as parameter in ToggleAndShow
9064
9065 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
9066
9067         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
9068
9069         * text2.C (SetCurrentFont): Disable number property at boundary.
9070
9071 2001-02-26  Juergen Vigna  <jug@sad.it>
9072
9073         * lyxfunc.C (getStatus): added a string argument override function so
9074         that this is correctly called from LyXFunc::Dispatch if it contains a
9075         do_not_use_argument which is used!
9076         (Dispatch): added check for "custom" export and call appropriate func.
9077
9078 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
9079
9080         * lyxrc.C: Add language_command_local, language_use_babel and
9081         language_global_options.
9082
9083         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
9084
9085         * buffer.C (makeLaTeXFile): Use language_use_babel and
9086         language_global_options.
9087
9088 2001-02-23  Juergen Vigna  <jug@sad.it>
9089
9090         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
9091         which works with LyXText and putted it inside BufferView. Here now we
9092         only call for that part the BufferView::Dispatch() function.
9093
9094         * BufferView.C (Dispatch): added.
9095
9096         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
9097         functions which needs to use a LyXText over from LyXFunc.
9098         (MenuInsertLyXFile): added
9099         (getInsetByCode): added
9100         (moveCursorUpdate): added
9101         (static TEXT): added
9102
9103 2001-02-22  Juergen Vigna  <jug@sad.it>
9104
9105         * BufferView_pimpl.C (update): call a status update to see if LyXText
9106         needs it.
9107
9108 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
9109
9110         * vc-backend.C (revert): implement for CVS
9111         (getLog): implement for CVS
9112
9113 2001-02-20  Juergen Vigna  <jug@sad.it>
9114
9115         * text2.C (ClearSelection): added BufferView param for inset_owner call
9116
9117         * lyxfunc.C (TEXT): added this function and use it instead of
9118         directly owner->view()-text of getLyXText().
9119
9120 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
9121
9122         * src/layout_forms.C: out preamble
9123         * src/layout_forms.h: out preamble
9124         * src/lyx_cb.C: out preamble
9125         * src/lyx_cb.h: out preamble
9126         * src/lyx_gui.C: out preamble
9127         * src/lyx_gui_misc.C: out preamble
9128         * src/lyxfunc.C: connect with guii preamble
9129
9130 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
9131
9132         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
9133
9134 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
9135
9136         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
9137         whether to run bibtex.
9138
9139 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
9140
9141         * Makefile.am (lyx_SOURCES): Remove BackStack.h
9142
9143 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9144
9145         * Makefile.am (lyx_SOURCES): removed bibforms.h
9146
9147         * vspace.h: doxygen
9148
9149         * text.C (GetVisibleRow): make several local vars const
9150
9151         * tabular.C: small cleanup.
9152
9153         * lyxserver.C (callback): use compare instead of strncmp
9154
9155         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
9156         inlines to after class or to paragraph.C
9157
9158         * lyxfont.h: remove friend operator!=
9159
9160         * converter.h: move friend bool operator< to non friend and after
9161         class def.
9162
9163         * combox.h: small cleanup
9164
9165         * buffer.h: doxygen, remove unused constructor, move inclas inlies
9166         to inlines after class def.
9167
9168         * buffer.C (pop_tag): use string operations instead of strcmp
9169
9170         * bmtable.c: doxygen, small cleanup
9171
9172         * LaTeX.h: remove friend operator==
9173
9174 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
9175
9176         * screen.C:
9177         * lyxrc.[Ch]:
9178         * lyxfunc.C:
9179         * lyxfont.[Ch]:
9180         * lyx_cb.C:
9181         * intl.[Ch]:
9182         * commandtags.h:
9183         * buffer.C:
9184         * WorkArea.[Ch]:
9185         * LyXAction.C:
9186         * BufferView_pimpl.C:
9187         * BufferView.[Ch]: remove cruft
9188
9189 2001-02-14  Juergen Vigna  <jug@sad.it>
9190
9191         * lyxfunc.C: removed #if 0 unused code
9192
9193         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
9194
9195         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
9196
9197         * text2.C (SetSelection): added a BufferView * parameter
9198
9199 2001-02-13  Juergen Vigna  <jug@sad.it>
9200
9201         * lyxfunc.C (Dispatch): fixed protected blank problem.
9202         * BufferView2.C (protectedBlank): added LyxText * parameter.
9203
9204         * tabular.C (AppendRow): forgot to set row_info of newly added row.
9205         (AppendColumn): same as above for column_info.
9206
9207         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
9208         (moveCursorUpdate): use a LyXText param for support of InsetText.
9209
9210         * BufferView_pimpl.C (doubleClick): added support for InsetText.
9211         (tripleClick): ditto
9212
9213         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
9214
9215         * BufferView_pimpl.C (update): added LyXText param to honor insets.
9216
9217         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
9218
9219         * text2.C (SetSelection): set correct update status if inset_owner
9220         (ToggleFree): ditto
9221
9222 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
9223
9224         * tabular.C: remove some commented code.
9225
9226 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
9227
9228         * BufferView_pimpl.C: call hideSplash()
9229
9230         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
9231
9232         * include_form.h:
9233         * bibforms.h: remove
9234
9235         * lyxfunc.C:
9236         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
9237           add LFUN_CHILD_CREATE
9238
9239         * counters.h: fix tiny typo
9240
9241         * lyx_cb.C:
9242         * lyx.h:
9243         * lyx_gui.C:
9244         * lyx.C: move splash to frontends/xforms/
9245
9246         * lyx_gui_misc.C: move Include and Bibform to frontends
9247
9248         * lyxvc.h: clarify comment
9249
9250         * vspace.C: tiny housekeeping
9251
9252 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
9253
9254         * text.C (PrepareToPrint): RTL Fix.
9255
9256         * paragraph.C (GetUChar): New method.
9257         (String):  Use GetUChar.
9258
9259         * buffer.C (asciiParagraph): Use GetUChar.
9260
9261 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
9262
9263         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
9264
9265 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
9266
9267         * buffer.h:
9268         * buffer.C: rename to getLogName(), handle
9269           build log / latex log nicely
9270
9271 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9272
9273         * MenuBackend.C:
9274         * MenuBackend.h: remove support for reference menuitem type.
9275
9276 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
9277
9278         * BufferView_pimpl.C: housekeeping
9279         * BufferView_pimpl.h:
9280         * LyXView.h:
9281         * Makefile.am:
9282         * Timeout.C:
9283         * Timeout.h:
9284         * minibuffer.h: move Timeout GUI-I
9285
9286 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
9287
9288         * lyxrc.C (read): Update converters data-structures.
9289
9290 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
9291
9292         * LaTeX.h (operator!=): add operator != for Aux_Info
9293
9294 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
9295
9296         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
9297
9298         * LaTeXLog.C: deleted, useful code moved to Buffer
9299
9300         * buffer.h:
9301         * buffer.C: new function getLatexLogName()
9302
9303         * lyx_gui_misc.C:
9304         * lyx_gui.C:
9305         * lyxvc.C:
9306         * lyxvc.h:
9307         * lyxfunc.C: use frontends for LaTeX and VC logs
9308
9309 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9310
9311         * LaTeX.h: yet another std:: that Allan forgot.
9312
9313         * Variables.C (set): renamed from isset(), because this clashes
9314         with some HP-UX macros (grr).
9315
9316 2001-02-06  Allan Rae  <rae@lyx.org>
9317
9318         * LaTeX.h: Another bug fix.  Missing std:: this time.
9319
9320 2001-02-04  Allan Rae  <rae@lyx.org>
9321
9322         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
9323         floats problem. I've left it commented out because it's not quite
9324         correct.  It should also test that the current object is a table or
9325         figure inset.  But I haven't gotten around to figuring out how to do
9326         that.  I *think* it'll be something like: "table" == inset.type()
9327
9328         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
9329         bool.
9330
9331 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
9332
9333         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
9334         all the citation/databases/styles in the auxilary file.
9335         (run): Rerun latex if there was a babel language error.
9336
9337 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
9338
9339         * text.C (Backspace): Preserve the font when changing newline char
9340         with a space.
9341         (BreakParagraph): If the cursor is before a space, delete the space.
9342
9343         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
9344
9345 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
9346
9347         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
9348         new argument (code).
9349         (ChangeCitationsIfUnique): New method.
9350
9351         * paragraph.C (GetPositionOfInset): Handle bibkey.
9352
9353 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9354
9355         * BufferView_pimpl.h: change type of Position::par_pos to
9356         LyXParagraph::size_type.
9357
9358 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
9359
9360         * BufferView_pimpl.C (savePosition, restorePosition): Write
9361         messages to minibuffer.
9362
9363 2001-01-28  José Matos  <jamatos@fep.up.pt>
9364
9365         * buffer.C (makeDocBookFile): adds support for document language.
9366         A silly restriction on the name of LatexCommand types where removed.
9367         Added support for CDATA sections, allows to chars unescaped, used
9368         among others in code, to avoid escape < and >.
9369
9370 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
9371
9372         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
9373         saved positions instrad of a stack. Furthermore, a position is
9374         stored using paragraph id/paragraph position.
9375
9376         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
9377         Remove LFUN_REF_BACK.
9378
9379 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
9380
9381         * converter.C (dvipdfm_options): New method.
9382
9383 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
9384
9385         * vspace.C (isValidLength): Fix for empty input string.
9386
9387 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9388
9389         * LyXAction.C (init): change description of LFUN_FIGURE to
9390         "Insert Graphics"
9391
9392 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9393
9394         * LaTeX.C: add using directive
9395
9396 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
9397
9398         * MenuBackend.C (expand): Fix the sorting of the formats.
9399
9400 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
9401
9402         * lyx_main.C: tiny error message fix
9403
9404 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9405
9406         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
9407         calling fl_initialize(). This fixes the problem with ',' as
9408         decimal separator in text files.
9409
9410 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
9411
9412         * trans.C (process): Fix the keymap bug.
9413
9414 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
9415
9416         * LaTeX.C (scanAuxFiles): New method. Provides support for
9417         multiple bibliographies (when using the bibtopic/bibunits pacakges).
9418         (scanLogFile) Scan for "run BibTeX" messages.
9419
9420         * buffer.C (makeLaTeXFile): Do not load the ae package when using
9421         OT1 font encoding. Also, load the aecompl package if the ae
9422         package is loaded.
9423
9424         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
9425
9426 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9427
9428         * texrow.C (increasePos): turn two error messages into debug
9429         messages.
9430
9431 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
9432
9433         * LaTeX.C (scanAux): Handle the \@input macro.
9434         (runBibTeX): Use scanAux().
9435
9436         * language.C (latex_options_): New field.
9437
9438         * LaTeXFeatures.C (getMacros): Add language macros.
9439
9440         * buffer.C (makeLaTeXFile): Small fix.
9441
9442 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9443
9444         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
9445
9446         * text2.C: add a using directive.
9447
9448 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
9449
9450         * BufferView2.C:
9451         * lyx_gui_misc.h:
9452         * lyxfr1.C:
9453         * lyxfunc.C: kill LyXBell.
9454
9455 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
9456
9457         * text.C (IsBoundary): Remove the error message
9458
9459         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
9460
9461         * lyxrc.C (setDefaults): Correct initialization value for
9462         font_norm_type.
9463
9464 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
9465
9466         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
9467         gotoError().
9468
9469         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
9470         and GotoNextNote().
9471
9472         * src/LyXAction.C: Added reference-next.
9473
9474         * text.C (InsertChar): Use contains instead of strchr.
9475
9476         * lyx_cb.C (MenuInsertLabel): Enable default value code.
9477
9478 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
9479
9480         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
9481         alignment commands (when needed).
9482
9483         * text.C (InsertChar): Add ':' to number separator chars.