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