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