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