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