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