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