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