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