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