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