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