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