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