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