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