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