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