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