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