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