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