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