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