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