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