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