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