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