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