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