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