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