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