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