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