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