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