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