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