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