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